@import url('http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900');
@import url('http://fonts.googleapis.com/css?family=Vidaloka');

:root {
  --primary-color: #e50e0a;
  --secondary-color: #000000;
  --warning-color: #f59e0b;
  --light-bg: #f9f9f9;
  --border-color: #e0e0e0;
  --rating-color: #ffb300;
  --info-color: #3b82f6;
  --success-color: #10b981;
  --color-text: #333;
  --color-text-light: #666;
  --color-text-lighter: #999;
  --primary-color-dark: #c90c08;
  --light-bger: #f5f5f5;
  --color-white: #ffffff;
  --color-bg-light: #f9f9f9;
  --color-bg-lighter: #f5f5f5;
}

/* 1.1 */
/* Preloader
/* ========================================================================== */
#preloader {
  position: fixed;
  z-index: 999999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
}

#preloader-status {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#preloader-title {
  font-size: 10px;
  text-align: center;
  text-transform: uppercase;
}

.spinner {
  margin: 0 auto;
  width: 120px;
  height: 30px;
  text-align: center;
  font-size: 10px;
}

.spinner>div {
  background-color: #e50e0a;
  height: 100%;
  width: 20px;
  display: inline-block;
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {

  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
  }

  20% {
    -webkit-transform: scaleY(1);
  }
}

@keyframes stretchdelay {

  0%,
  40%,
  100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }

  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}

/* Global properties (body, common classes, structure etc)
/* ========================================================================== */
body {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  line-height: 1.72;
  background: #ffffff;
  color: #737475;
  -webkit-font-kerning: auto;
  -webkit-font-smoothing: antialiased;
  -webkit-backface-visibility: visible !important;
  position: relative;
  overflow-x: hidden;
}

.text-primary {
  color: #e50e0a !important;
}

/* Layout
/* ========================================================================== */
.coming-soon .content-area {
  padding: 0 !important;
}

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

.widget *:last-child {
  margin-bottom: 0;
}

.content .widget+.widget,
.sidebar .widget+.widget,
.footer .widget+.widget {
  margin-top: 30px;
}

.container.full-width {
  width: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.boxed .wrapper {
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}

/* Page section block
/* ========================================================================== */
.page-section {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: hidden;
  /* small devices */
}

.page-section.md-padding {
  padding-top: 20px;
  padding-bottom: 20px;
}

.page-section.sm-padding {
  padding-top: 10px;
  padding-bottom: 10px;
}

.page-section.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.page-section.no-padding-top {
  padding-top: 0;
}

.page-section.no-padding-bottom {
  padding-bottom: 0;
}

.page-section.no-bottom-space {
  margin-bottom: -40px;
}

.page-section.light {
  background-color: #eef0f5;
}

.page-section.image {
  background: url(../img/preview/page-section-image.jpg) center top no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.media {
  display: flex;
  align-items: center;
  gap: 15px;
}

/* Typography (section title, links, page dividers)
/* ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #e50e0a;
}

.image h1,
.image h2,
.image h3,
.image h4,
.image h5,
.image h6,
.color h1 small,
.color h2 small,
.color h3 small,
.color h4 small,
.color h5 small,
.color h6 small {
  color: #ffffff;
}

h1 .fa,
h2 .fa,
h3 .fa,
h4 .fa,
h5 .fa,
h6 .fa,
h1 .glyphicon,
h2 .glyphicon,
h3 .glyphicon,
h4 .glyphicon,
h5 .glyphicon,
h6 .glyphicon {
  color: #e50e0a;
}

.image h1 .fa,
.image h2 .fa,
.image h3 .fa,
.image h4 .fa,
.image h5 .fa,
.image h6 .fa,
.image h1 .glyphicon,
.image h2 .glyphicon,
.image h3 .glyphicon,
.image h4 .glyphicon,
.image h5 .glyphicon,
.image h6 .glyphicon,
.color h1 .fa,
.color h2 .fa,
.color h3 .fa,
.color h4 .fa,
.color h5 .fa,
.color h6 .fa,
.color h1 .glyphicon,
.color h2 .glyphicon,
.color h3 .glyphicon,
.color h4 .glyphicon,
.color h5 .glyphicon,
.color h6 .glyphicon {
  color: #ffffff;
}

a,
a .fa,
a .glyphicon,
a:hover,
a:hover .fa,
a:hover .glyphicon,
a:active,
a:focus {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}

a {
  color: #e50e0a;
}

a:hover,
a:active,
a:focus {
  color: #000000;
}

.footer a {
  color: #232323;
}

.footer a:hover,
.footer a:active,
.footer a:focus {
  color: #e50e0a;
}

p {
  margin-bottom: 20px;
}

ul,
ol {
  padding-left: 0;
  list-style: none;
  margin-bottom: 20px;
}

ul ul,
ol ul,
ul ol,
ol ol {
  padding-left: 20px;
}

ul.list-check li,
ol.list-check li {
  padding-left: 20px;
  position: relative;
}

ul.list-check li:before,
ol.list-check li:before {
  content: '\f046';
  font-family: 'FontAwesome';
  position: absolute;
  top: 0;
  left: 0;
}

ul.list-check li+li,
ol.list-check li+li {
  margin-top: 7px;
}

.section-title {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 900;
  line-height: 20px;
  text-transform: uppercase;
  text-align: center;
  color: #232323;
  overflow: hidden;
}

.section-title span {
  display: inline-block;
  position: relative;
}

.section-title span:before,
.section-title span:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 2000px;
  background-color: #a5abb7;
  top: 10px;
}

.section-title span:before {
  right: 100%;
  margin-right: 15px;
}

.section-title i,
.block-title i {
  color: #e50e0a;
}

.section-title span:after {
  left: 100%;
  margin-left: 15px;
}

.section-title span span:before,
.section-title span span:after {
  display: none;
}

.section-title .thin {
  font-weight: 300 !important;
}

.section-title.section-title-lg {
  font-size: 24px;
}

.image .section-title span:before,
.image .section-title span:after {
  background-color: #e9e9e9;
}

.block-title {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 900;
  line-height: 20px;
  text-transform: uppercase;
  color: #232323;
  overflow: hidden;
  line-height: 1.5;
}

.block-title span {
  display: inline-block;
  position: relative;
}

.block-title span:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 2000px;
  background-color: #a5abb7;
  top: 10px;
}

.block-title span:after {
  left: 100%;
  margin-left: 15px;
}

.block-title .thin {
  font-weight: 300;
  margin-left: 5px;
}

.block-title.alt {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  text-transform: uppercase;
  padding: 10px 10px 10px 70px;
  border: solid 3px rgba(35, 35, 35, 0.1);
  overflow: visible;
  position: relative;
}

.block-title.alt .fa {
  position: absolute;
  top: -3px;
  left: -3px;
  height: 50px;
  width: 50px;
  line-height: 47px;
  vertical-align: middle;
  text-align: center !important;
  background-color: #232323;
  color: #ffffff;
  z-index: 2;
}

.block-title.alt .fa.color {
  background-color: #e50e0a;
}

.text-lg {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 1.2;
  color: #00653c;
}

.text-xl {
  font-size: 36px;
  line-height: 48px;
  font-weight: 300;
}

.text-thin {
  font-size: 11px;
  text-transform: uppercase;
  color: #232323;
}

.text-dark {
  color: #232323;
}

.text-color {
  color: #e50e0a;
}

.drop-cap {
  display: block;
  float: left;
  font-size: 44px;
  line-height: 37px;
  margin: 0 10px 0 0;
  color: #e50e0a;
}

/* Blockquote
/* -------------------------------------------------------------------------- */
blockquote {
  background-color: #e50e0a;
  border: none;
  color: #ffffff;
}

blockquote p {
  font-size: 30px;
  font-weight: 300;
  line-height: 36px;
  color: #ffffff;
}

blockquote footer {
  margin-top: 40px;
}

blockquote footer,
blockquote cite {
  font-size: 18px;
  font-style: italic;
  line-height: 20px;
  color: #ffffff;
}

/* Page dividers
/* -------------------------------------------------------------------------- */
hr.page-divider {
  margin-top: 30px;
  margin-bottom: 30px;
  clear: both;
  border-color: #e9e9e9;
}

hr.transparent,
hr.page-divider.transparent {
  border-color: transparent;
}

hr.page-divider.half {
  border-color: transparent;
  margin-top: 0;
}

hr.page-divider.small {
  border-color: transparent;
  margin-top: 0;
  margin-bottom: 20px;
}

hr.page-divider.single {
  border-color: #d3d3d3;
}

::-webkit-input-placeholder {
  color: #a6a7a8 !important;
}

:-moz-placeholder {
  color: #a6a7a8 !important;
}

::-moz-placeholder {
  color: #a6a7a8 !important;
}

:-ms-input-placeholder {
  color: #a6a7a8 !important;
}

input:focus::-webkit-input-placeholder {
  color: transparent !important;
}

input:focus:-moz-placeholder {
  color: transparent !important;
}

input:focus::-moz-placeholder {
  color: transparent !important;
}

input:focus:-ms-input-placeholder {
  color: transparent !important;
}

textarea:focus::-webkit-input-placeholder {
  color: transparent !important;
}

textarea:focus:-moz-placeholder {
  color: transparent !important;
}

textarea:focus::-moz-placeholder {
  color: transparent !important;
}

textarea:focus:-ms-input-placeholder {
  color: transparent !important;
}

/* Buttons
/* ========================================================================== */
.btn,
.btn:hover,
.btn:active,
.btn.active {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}

.btn-theme {
  color: #ffffff;
  border-width: 3px;
  background-color: #e50e0a;
  border-color: #e50e0a;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 6px !important;
}

.btn-theme:hover {
  background-color: #232323;
  border-color: #232323;
  color: #ffffff;
}

.btn-theme.btn-block {
  max-width: 450px;
}

.btn-theme .icon-left {
  margin-right: 7px;
}

.btn-theme .icon-right {
  margin-left: 7px;
}

.btn-theme-transparent,
.btn-theme-transparent:focus,
.btn-theme-transparent:active {
  background-color: transparent;
  border-width: 3px;
  border-color: #e9e9e9;
  color: #232323;
}

.btn-theme-transparent:hover {
  background-color: #232323;
  border-color: #232323;
  color: #ffffff;
}

.btn-theme-dark,
.btn-theme-dark:focus,
.btn-theme-dark:active {
  background-color: #232323;
  border-width: 3px;
  border-color: #232323;
  color: #ffffff;
  border-radius: 6px !important;
}

.btn-theme-dark:hover {
  background-color: #e50e0a;
  border-color: #e50e0a;
  color: #ffffff;
}

.btn-theme-xs {
  font-size: 11px;
  padding: 7px 12px;
}

.btn-theme-sm {
  font-size: 14px;
  padding: 7px 20px;
}

.btn-theme-lg {
  font-size: 18px;
  padding: 20px 35px;
}

.btn-theme-xl {
  font-size: 24px;
  padding: 25px 35px;
}

.btn-icon-left .fa,
.btn-icon-left .glyphicon {
  margin-right: 7px;
}

.btn-icon-right .fa,
.btn-icon-right .glyphicon {
  margin-left: 7px;
}

.btn-play {
  position: relative;
  display: inline-block !important;
  padding: 0 !important;
  width: 150px !important;
  height: 150px !important;
  border-radius: 50% !important;
  text-align: center;
  background-color: rgba(0, 177, 106, 0.85);
  color: #ffffff;
}

.btn-play .fa {
  font-size: 60px;
  line-height: 150px;
  margin-right: -9px;
}

.btn-play:before {
  content: '';
  display: block;
  position: absolute;
  width: 180px !important;
  height: 180px !important;
  top: -16px;
  left: -16px;
  border-radius: 50% !important;
  border: solid 10px rgba(0, 177, 106, 0.35);
}

a:hover .btn-play,
.btn-play:hover {
  background-color: #ffffff;
  color: #e50e0a;
}

.btn-title-more {
  float: right;
  font-size: 11px;
  padding: 12px;
  margin-top: -10px;
  margin-left: 20px;
  margin-bottom: -30px;
  background-color: transparent;
  border-width: 3px;
  border-color: #e9e9e9;
  color: #232323;
}

.btn-title-more .fa,
.btn-title-more .glyphicon {
  font-size: 14px;
  margin-top: -1px;
}

.btn-title-more:hover {
  background-color: #232323;
  border-color: #232323;
  color: #ffffff;
}

p.btn-row {
  margin-top: -10px;
}

p.btn-row .btn {
  margin-top: 10px;
  margin-right: 10px;
}

p.btn-row .text {
  display: inline-block;
  margin-top: 10px;
  margin-right: 10px;
  vertical-align: middle;
}

.btn-view-more-block {
  width: 100%;
  max-width: 100%;
  display: block;
  font-size: 18px;
  padding: 13px 35px;
  border-color: #a5abb7;
  background-color: #a5abb7;
  color: #ffffff;
}

.btn-view-more-block:hover {
  border-color: #232323;
  background-color: #232323;
}

/* Form / Input / Textarea / Select
/* ========================================================================== */
.form-control {
  -webkit-appearance: none;
  /* ios */
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 40px;
  border-radius: 6px;
  border: 2px solid #e9e9e9;
  color: #737475;
}

.form-control:focus {
  -webkit-appearance: none;
  /* ios */
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #232323;
}

textarea {
  resize: none;
}
.alert {
  border-radius: 0;
}

label {
  font-size: 11px;
  text-transform: uppercase;
  color: #232323;
}

input[type=checkbox] {
  margin-top: 2px;
  margin-right: 5px;
}

.form-login .row {
  margin-top: -20px;
}

.form-login .row+.row {
  margin-top: 0;
}

.form-login .row div[class*="col-"],
.form-login .row aside[class*="col-"] {
  margin-top: 20px;
}

.form-login .hello-text-wrap {
  line-height: 12px;
}

.form-login .btn-block {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 992px) {
  .form-login .btn-block {
    max-width: 100%;
  }
}

.form-login .btn.facebook {
  background-color: #3e5c98;
  border-color: #3e5c98;
  color: #ffffff;
  padding-inline: 0;
}

.form-login .btn.twitter {
  background-color: #EA4335;
  border-color: #EA4335;
  color: #ffffff;
  padding-inline: 0;
}

.form-login .btn.facebook:hover,
.form-login .btn.twitter:hover {
  background-color: #232323;
  border-color: #232323;
}

.form-login .btn-theme {
  padding-top: 14px;
  padding-bottom: 14px;
  border-radius: 6px;
}

.form-login .form-group {
  margin-bottom: 0;
}

.form-login .form-control {
  height: 50px;
}

.form-login .checkbox {
  font-size: 11px;
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #232323;
}

.form-login .checkbox label {
  font-weight: 700 !important;
}

.form-login .checkbox input[type=checkbox] {
  margin-top: 2px;
}

.form-login .col-md-12.col-lg-6.text-right-lg {
  line-height: 0;
}

@media (min-width: 1200px) {
  .form-login .col-md-12.col-lg-6.text-right-lg {
    margin-bottom: 2px;
  }
}

@media (max-width: 1199px) {
  .form-login .col-md-12.col-lg-6.text-right-lg {
    margin-top: 0;
  }
}

.form-login .forgot-password {
  color: #232323 !important;
  font-weight: 700 !important;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 18px;
}

.form-login .forgot-password:hover {
  border-bottom: solid 1px #232323;
}

.form-login ::-webkit-input-placeholder {
  color: #232323 !important;
  font-weight: 700 !important;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 22px;
}

.form-login :-moz-placeholder {
  color: #232323 !important;
  font-weight: 700 !important;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 22px;
}

.form-login ::-moz-placeholder {
  color: #232323 !important;
  font-weight: 700 !important;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 22px;
}

.form-login :-ms-input-placeholder {
  color: #232323 !important;
  font-weight: 700 !important;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 22px;
}

.create-account {
  color: #232323;
}

.create-account .list-check {
  font-weight: 700;
}

.create-account .row {
  margin-top: -20px;
}

.create-account .row+.row {
  margin-top: 0;
}

.create-account .row div[class*="col-"],
.create-account .row aside[class*="col-"] {
  margin-top: 20px;
}

.create-account .hello-text-wrap {
  line-height: 12px;
}

.create-account .btn-theme {
  padding-top: 14px;
  padding-bottom: 14px;
}

.create-account .btn-create {
  margin-top: 15px;
}

/* Top bar
/* ========================================================================== */
.top-bar {
  padding: 5px 0;
  font-size: 13px;
  background-color: #232323;
  color: #ffffff;
}

.top-bar ul {
  margin-bottom: 0;
}

.top-bar ul li {
  margin-right: 20px;
}

@media (max-width: 991px) {
  .top-bar ul li {
    margin-right: 5px;
  }
}

.top-bar ul a {
  display: block;
  text-decoration: none;
  color: #ffffff;
}

.top-bar ul a:hover span {
  border-bottom: solid 1px #ffffff;
}

.top-bar ul a:hover .fa {
  color: #e50e0a;
}

.top-bar ul a span.colored {
  color: #e50e0a;
  margin-left: 5px;
}

@media (max-width: 991px) {
  .top-bar ul a span {
    display: none;
  }
}

.top-bar ul .dropdown-menu {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  border-radius: 0;
}

.top-bar ul .dropdown-menu li {
  margin-right: 0;
}

.top-bar ul .dropdown-menu a {
  color: #232323;
  padding: 3px 10px;
}

.top-bar ul .dropdown-menu a:hover {
  border-bottom: none;
}

.top-bar ul .fa {
  margin-right: 5px;
}

.top-bar ul .dropdown-toggle .fa {
  margin: 0 0 0 5px;
}

.top-bar .top-bar-left {
  float: left;
}

.top-bar .top-bar-right {
  float: right;
}

.top-bar .top-bar-right>ul>li {
  padding: 0;
  margin: 0;
  position: relative;
}

.top-bar .top-bar-right>ul>li+li {
  padding: 0 0 0 10px;
  margin: 0 0 0 9px;
}

.top-bar .top-bar-right>ul>li+li:before {
  content: '';
  display: block;
  position: absolute;
  top: 8px;
  left: 0;
  width: 1px;
  height: 8px;
  background-color: #ffffff;
}

.top-bar .icon-user img {
  margin-top: -3px;
  margin-right: 5px;
}

.top-bar .icon-form img {
  margin-top: -5px;
  margin-right: 5px;
}

.top-bar .dropdown.currency .dropdown-menu {
  min-width: 80px;
}

.top-bar .dropdown.flags>a img {
  margin-top: -3px;
}

.top-bar .dropdown.flags .dropdown-menu {
  min-width: 75px;
}

/* Header
/* ========================================================================== */
.sticky-wrapper:not(.is-sticky) {
  height: auto !important;
}

.header {
  border-bottom: solid 2px #6c757d3b;
}

.wide .sticky-wrapper .header {
  width: 100% !important;
}

.sticky-wrapper .header {
  z-index: 20;
}

@media (max-width: 767px) {
  .sticky-wrapper .header {
    position: relative !important;
    height: auto !important;
  }
}

.header .header-wrapper {
  padding: 5px 0;
  background-color: #ffffff;
  position: relative;
}

@media (max-width: 576px) {
  .header .header-wrapper {
    padding: 10px 0;
  }
}

.header .header-wrapper>.container {
  position: relative;
  min-height: 40px;
}

.is-sticky .header .header-wrapper {
  padding-top: 10px;
  padding-bottom: 10px;
}

.header .header-search {
  position: absolute;
  top: 9px;
  left: 15px;
  width: 270px;
  max-width: 100%;
}

@media (max-width: 991px) {
  .header .header-search {
    width: 170px;
  }
}

@media (max-width: 768px) {
  .header .header-search {
    display: none;
  }
}

.header .header-search .form-control {
  width: 100%;
  height: 40px;
  line-height: 40px;
}

.header .header-search button {
  position: absolute;
  right: 3px;
  top: 3px;
  background-color: #ffffff;
  border: none;
  padding: 2px 8px;
  line-height: 30px;
  font-size: 16px;
  color: #232323;
}

.header .header-search button:before {
  content: '';
  position: absolute;
  top: 0;
  left: -34px;
  width: 34px;
  height: 34px;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}

.header .header-cart {
  position: absolute;
  top: 9px;
  right: 15px;
}

@media (max-width: 768px) {
  .header .header-cart {
    position: relative;
    top: inherit;
    right: inherit;
  }
}

.header .navigation-wrapper {
  border-top: solid 1px #d3d5d7;
  background-color: #f5f6f7;
}

.header .navigation-wrapper.navigation-sticky {
  width: 100%;
}

.header.header-logo-left .header-search {
  left: 305px;
  width: 570px;
}

@media (max-width: 1199px) {
  .header.header-logo-left .header-search {
    width: 370px;
  }
}

@media (max-width: 991px) {
  .header.header-logo-left .header-search {
    left: 290px;
    width: 225px;
  }
}

@media (min-width: 480px) and (max-width: 768px) {
  .header.header-logo-left .header-search {
    left: auto;
    top: auto;
    width: 100%;
    margin-top: 30px;
    position: relative;
  }
}

.header.header-logo-left .header-search button:not(.selectpicker) {
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  background-color: #232323;
  color: #ffffff;
}

.header.header-logo-left .header-search button:not(.selectpicker):before {
  display: none;
}

.header.header-logo-left .header-search .header-search-select {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.header.header-logo-left .header-search .header-search-select .dropdown-toggle {
  border-left: solid 1px #e9e9e9;
  height: 34px;
  width: 130px;
  right: 40px;
}

.header.header-logo-left .header-search .header-search-select .dropdown-toggle:before {
  left: -35px;
}

@media (max-width: 991px) {
  .header.header-logo-left .header-search .header-search-select .dropdown-toggle {
    width: 40px;
  }

  .header.header-logo-left .header-search .header-search-select .dropdown-toggle:after {
    content: '\f0b0';
    font-family: 'FontAwesome';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 38px;
    text-align: center;
    color: #232323;
  }
}

.header.header-logo-left .header-search .header-search-select .filter-option {
  text-transform: none;
  line-height: 28px;
}

@media (max-width: 991px) {
  .header.header-logo-left .header-search .header-search-select .filter-option {
    display: none;
    width: 40px;
  }
}

@media (max-width: 991px) {
  .header.header-logo-left .header-search .header-search-select .caret {
    display: none;
  }
}

.header.header-logo-left .header-search .dropdown-menu.open {
  border: none;
  width: 100%;
  margin-top: -7px;
}

@media (max-width: 480px) {
  .header-search {
    position: relative !important;
    left: 0 !important;
    float: none;
    width: 100% !important;
    margin-bottom: 20px;
  }
}

.coming-soon .header {
  position: fixed !important;
  border-bottom-color: rgba(0, 177, 106, 0.5) !important;
}

.coming-soon .header .header-wrapper {
  background-color: rgba(255, 255, 255, 0.5) !important;
}

.coming-soon .header .navigation-wrapper {
  border-top: transparent;
}

/* Logo
/* ========================================================================== */
.logo {
  margin: 0 auto;
  max-width: 130px;
  height: auto;
}

.logo img {
  max-width: 100%;
}

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

@media (max-width: 991px) {
  .logo {
    display: flex;
  }
}

@media (max-width: 768px) {
  .logo {
    margin: initial;
    max-width: 98px;
    padding-top: 0;
  }
}

@media (max-width: 480px) {
  .header-logo-left .logo {
    margin-left: auto;
  }
}

/* Navigation / superfish skin
/* ========================================================================== */
.navigation {
  position: relative;
  text-align: center;
  line-height: 0;
}

.navigation .nav.sf-menu {
  line-height: 1.72;
  text-align: left;
  display: inline-block;
  margin: 0 auto !important;
}

.navigation ul {
  list-style: none;
}

/* SUPERFISH ESSENTIAL STYLES */
.sf-menu {
  margin: 0;
  padding: 0;
}

.sf-menu li {
  position: relative;
}

.sf-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.sf-menu>li {
  float: left;
}

.sf-menu li:hover>ul,
.sf-menu li.sfHover>ul {
  display: block;
}

.sf-menu a {
  display: block;
  position: relative;
}

.sf-menu ul ul {
  top: 0;
  left: 100%;
}

.sf-menu ul {
  min-width: 12em;
  /* submenu width */
}

/* SUPERFISH THEME SKIN */
.sf-menu {
  /*margin-right: -1em;*/
  font-size: 15px;
  font-weight: 600;
}

.sf-menu.nav>li>a:hover,
.sf-menu.nav>li>a:focus {
  background-color: transparent;
}

.sf-menu.nav>li>a,
.sf-menu ul li>a {
  padding: 10px 15px;
}

.sf-menu ul li>a {
  padding: 8px 15px 8px 15px;
}

.is-sticky .sf-menu.nav>li>a,
.is-sticky .sf-menu ul li>a {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.sf-menu .megamenu ul li>a {
  padding: 3px 15px 3px 15px;
}

.sf-menu a {
  color: #232323;
}

.sf-menu a:hover {
  color: #ffffff;
}

.sf-menu li:hover,
.sf-menu li.sfHover,
.sf-menu li.sfHover>a,
.sf-menu li.active {
  background-color: #232323;
  color: #ffffff;
}

.sf-menu li.active>a {
  color: #ffffff;
}

.sf-menu ul {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
}

.sf-menu ul {
  margin-left: 0;
  padding-left: 0;
}

.sf-menu ul ul {
  margin-left: 0;
}

.sf-menu ul li {
  background: #ffffff;
}

.sf-menu ul a {
  text-transform: none;
  font-weight: 400;
  text-decoration: none;
  color: #232323;
}

.sf-menu ul a:hover {
  color: #232323;
  background-color: #e9e9e9;
}

/* ARROW DOWN */
.sf-menu.nav>li>a.sf-with-ul,
.sf-arrows .sf-with-ul {
  padding-right: 1.8em;
}

.sf-arrows .sf-with-ul:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -1px;
  height: 0;
  width: 0;
  border: 3px solid transparent;
  border-top-color: #a5abb7;
}

.sf-arrows>li>.sf-with-ul:focus:after,
.sf-arrows>li:hover>.sf-with-ul:after,
.sf-arrows>.sfHover>.sf-with-ul:after {
  border-top-color: #e50e0a;
}

/* ARROW RIGHT */
.sf-arrows ul .sf-with-ul:after {
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent;
  border-left-color: #a5abb7;
}

.sf-arrows ul li>.sf-with-ul:focus:after,
.sf-arrows ul li:hover>.sf-with-ul:after,
.sf-arrows ul .sfHover>.sf-with-ul:after {
  border-left-color: #e50e0a;
}

.sf-menu li li:hover,
.sf-menu li li.sfHover,
.sf-menu li li.sfHover>a,
.sf-menu li li.active {
  background-color: #ffffff;
}

.sf-menu li ul ul {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.sf-menu li.megamenu {
  position: inherit !important;
}

.sf-menu li.megamenu>ul {
  font-weight: normal;
  font-size: 13px;
  text-transform: none;
  width: 100%;
  margin: 0;
  padding: 0 15px;
}

.sf-menu li.megamenu>ul li.row {
  color: #7f7f7f !important;
  padding: 15px 0;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 0;
}

.sf-menu li.megamenu>ul li.row div[class*="col-"] {
  margin-top: 0;
}

.sf-menu li.megamenu>ul li ul {
  display: block;
  position: relative;
  left: 0;
  margin-left: 0;
}

.sf-menu li.megamenu>ul li a {
  background-color: transparent;
}

.sf-menu li.megamenu ul {
  margin-left: 0;
}

.sf-menu li.megamenu ul a {
  padding-left: 0;
}

.sf-menu li.megamenu ul a:hover {
  color: #e50e0a;
}

.sf-menu li.megamenu p {
  margin-bottom: 10px;
}

.sf-menu li.megamenu .block-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  padding-bottom: 8px;
  color: #232323;
}

.sf-menu li.sale a {
  background-color: #e50e0a;
  color: #ffffff;
}

.menu-toggle {
  display: none;
  height: 40px;
}

@media (max-width: 991px) {
  .menu-toggle {
    display: inline-block;
  }
}

.menu-toggle-close {
  display: none;
}

@media (max-width: 991px) {
  .menu-toggle-close {
    display: block;
    width: 100%;
    text-align: right;
  }

  .menu-toggle-close .fa {
    display: inline-block;
    text-align: center;
    width: 30px;
    height: 30px;
    font-size: 15px;
    line-height: 28px;
    color: #ffffff !important;
    background-color: #c73737;
    border: solid 1px #ffffff;
    border-radius: 15px;
  }
}

@media (max-width: 991px) {
  .navigation {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 250px;
    z-index: 11000;
    border-left: solid 1px #232323;
    background-color: #232323;
    transition: 0.3s ease-in-out;
  }

  .navigation.closed {
    right: -250px;
  }

  .navigation.opened {
    right: 0;
    overflow-y: scroll;
  }

  .sf-menu {
    margin-right: 0;
    padding: 15px 0 15px 0;
    width: 100%;
  }

  .sf-menu a {
    color: #ffffff;
  }

  .sf-menu a:hover {
    color: #000000;
  }

  .sf-menu>li {
    float: none;
  }

  .sf-menu>li>a {
    background-color: #232323;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }

  .sf-menu>li>a:hover {
    background-color: #ffffff !important;
    color: #e50e0a;
  }

  .sf-menu li.megamenu {
    color: #ffffff;
  }

  .sf-menu li.megamenu ul {
    margin-left: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .sf-menu li.megamenu ul a {
    color: #ffffff !important;
  }

  .sf-menu li.megamenu .row {
    margin: 0 !important;
  }

  .sf-menu li.megamenu>ul li.row {
    color: #d3d3d3 !important;
  }

  .sf-menu li.megamenu .block-title {
    color: #ffffff !important;
    border-color: #ffffff !important;
  }

  .sf-menu li.megamenu div[class*="col-"]+div[class*="col-"] {
    margin-top: 10px !important;
  }

  .sf-menu ul {
    display: block !important;
    opacity: 1 !important;
    position: relative;
  }

  .sf-menu ul a {
    color: #ffffff;
  }

  .sf-menu ul li {
    background-color: transparent;
  }

  .sf-menu li {
    float: none !important;
    display: block !important;
    width: 100% !important;
    margin-bottom: 3px !important;
  }

  .sf-menu li a {
    float: none !important;
  }

  .sf-menu ul {
    position: static !important;
    margin-left: 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .sf-arrows .sf-with-ul:after {
    border-color: #ffffff transparent transparent !important;
  }

  .sf-menu li li:hover,
  .sf-menu li li.sfHover,
  .sf-menu li li.sfHover>a,
  .sf-menu li li.active {
    background-color: transparent !important;
  }

  .product-list .media-link {
    text-align: left !important;
    margin-bottom: 10px;
  }

  .product-list .price del {
    color: #d3d3d3 !important;
  }

  .rating span.star.active:before,
  .rating span.star:hover:before,
  .rating span.star:hover~span.star:before {
    color: #d3d3d3 !important;
  }
}

/* Footer
/* ========================================================================== */
.footer {
  border-top: solid 8px #e50e0a;
  color: #232323;
  background-color: #f9fafb;
}

/* Footer widgets
/* ========================================================================== */
.footer-widgets {
  padding: 60px 0;
  margin-top: -50px;
  background-color: transparent;
}

.footer-widgets .widget {
  margin-top: 50px;
}

.footer-logo {
  max-width: 120px;
}

.footer-widgets .widget-title {
  margin-top: 0;
  font-weight: 900;
  text-transform: uppercase;
  color: #232323;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}

.footer-widgets .widget-title:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background-color: #a3a4a5;
}

/* Footer meta
/* ========================================================================== */
.footer-meta {
  padding: 10px 0;
  background-color: #ffffff;
  border-top: solid 1px #a1b1bc;
}

.footer-meta .copyright {
  color: rgb(108, 117, 125);
}

.footer-meta .payments {
  text-align: right;
}

@media (max-width: 991px) {
  .footer-widgets {
    padding-bottom: 20px !important;
  }
}

@media (max-width: 767px) {
  .footer-meta .payments {
    padding-top: 0px;
    text-align: left;
  }

  .footer-widgets .widget {
    margin-top: 20px;
  }
}

@media (max-width: 575px) {
  .footer-meta .payments {
    text-align: left;
  }
}

.footer-meta .payments ul {
  display: inline-block;
  padding: 0;
  margin: -5px 0 0 0;
  line-height: 1;
}

.footer-meta .payments ul li {
  float: left;
  display: block;
  margin-top: 10px;
  margin-left: 10px;
}

@media (max-width: 767px) {
  .footer-meta .payments ul li {
    margin-left: 0;
    margin-right: 10px;
  }
}

/* Main Slider / OwlCarousel
/* ========================================================================== */
.main-slider .owl-theme .owl-controls {
  margin: 0 !important;
}

.main-slider .slide-img {
  min-height: 306px;
}

.main-slider .owl-nav {
  display: none;
}

@media (max-width: 991px) {
  .main-slider .owl-theme .owl-controls {
    display: none;
  }

  .main-slider .slide-img {
    min-height: 256px;
  }
}

@media (max-width: 639px) {
  .main-slider .owl-theme .owl-controls {
    display: none;
  }

  .main-slider .slide-img {
    min-height: 190px;
  }
}

@media (max-width: 480px) {
  .main-slider .slide-img {
    min-height: 130px;
  }
}

.owl-carousel .owl-item {
  -webkit-transform: translateZ(0) scale(1, 1);
}

.coming-soon .main-slider .page {
  background: transparent url("../img/preview/slider/slide-3.jpg") no-repeat center center;
  background-size: cover;
}

.coming-soon .main-slider .caption-content {
  display: block !important;
  text-align: center !important;
}

.coming-soon .main-slider .page .countdown-wrapper {
  position: relative;
  bottom: 0;
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.coming-soon .main-slider .page .defaultCountdown {
  background-color: transparent;
  border-color: transparent;
  border: none;
  width: 100%;
}

.coming-soon .main-slider .page .countdown-row {
  overflow: hidden;
  display: table;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

.coming-soon .main-slider .page .countdown-section {
  background-color: rgba(0, 0, 0, 0.5);
  display: table-cell;
}

.coming-soon .main-slider .page .countdown-show4 .countdown-section {
  padding-top: 8px;
  padding-bottom: 9px;
  width: 25% !important;
}

.coming-soon .main-slider .page .countdown-amount {
  margin: 0 0 0 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  color: #e50e0a;
}

.coming-soon .main-slider .page .countdown-period {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #d3d3d3;
  margin: 0 0 0 0;
  display: block;
  position: relative;
  overflow: hidden;
}

/* Brand carousel / OwlCarousel
/* ========================================================================== */
.partners-carousel .owl-carousel div a {
  display: block;
  text-align: center;
  border: solid 2px #f3f4f6;
  background-color: #f3f4f6;
  margin: 1px;
  -webkit-transition: all 0.65s ease-in-out;
  transition: all 0.65s ease-in-out;
  border-radius: 4px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  overflow: hidden;
}

.partners-carousel .owl-carousel div a:hover img {
  transform: scale(1.1);
}

.partners-carousel .owl-carousel div a img {
  display: inline-block;
  max-width: 100%;
  transition: 0.2s ease-in-out;
}

.partners-carousel .owl-carousel .owl-item img {
  width: auto;
}

.partners-carousel .owl-theme .owl-controls {
  margin-top: 0;
}

.partners-carousel .owl-theme .owl-controls .owl-nav [class*="owl-"] {
  background-color: transparent;
  border-radius: 0;
  margin: 0;
  padding: 0;
  line-height: 1;
}

.partners-carousel .owl-theme .owl-controls .owl-dots {
  line-height: 1;
}

.partners-carousel .owl-prev,
.partners-carousel .owl-next {
  position: absolute;
  top: 50%;
  border: solid 3px #a5abb787;
  color: #a5abb787;
  height: 37px;
  width: 37px;
  line-height: 37px;
  text-align: center;
}

.partners-carousel .owl-prev {
  left: -50px;
  margin-top: -16px !important;
}

.partners-carousel .owl-next {
  right: -50px;
  margin-top: -16px !important;
}

.partners-carousel .owl-prev .fa,
.partners-carousel .owl-next .fa {
  color: #212529;
  font-size: 24px !important;
  line-height: 30px;
}

.partners-carousel .owl-prev:hover,
.partners-carousel .owl-next:hover {
  border-color: #000000;
  color: #000000;
}

.partners-carousel .owl-prev:hover .fa,
.partners-carousel .owl-next:hover .fa {
  color: #000000;
}

/* Products Carousel / OwlCarousel
/* ========================================================================== */
.featured-products-carousel .owl-theme .owl-controls {
  margin: 0 !important;
}

@media (max-width: 639px) {
  .featured-products-carousel .owl-theme .owl-controls {
    display: none;
  }
}

.featured-products-carousel .owl-theme .owl-controls .owl-nav {
  position: absolute;
  top: 50%;
  margin: -20px 0 0 0;
  padding: 0;
  width: 40px;
  height: 40px;
  border-radius: 0;
  font-size: 30px;
  line-height: 30px;
  border: solid 3px #a5abb7;
  background: transparent;
  color: #a5abb7;
}

.featured-products-carousel .owl-theme .owl-controls .owl-nav:hover {
  background: #232323;
  border-color: #232323;
  color: #ffffff;
}

.featured-products-carousel .owl-theme .owl-controls .owl-nav .owl-prev {
  left: -70px;
}

.featured-products-carousel .owl-theme .owl-controls .owl-nav .owl-next {
  right: -70px;
}

@media (max-width: 1300px) {
  .featured-products-carousel .owl-theme .owl-controls .owl-nav .owl-prev {
    left: 15px;
  }

  .featured-products-carousel .owl-theme .owl-controls .owl-nav .owl-next {
    right: 15px;
  }
}

.featured-products-carousel .owl-theme .owl-controls .owl-dots {
  position: absolute;
  width: 100%;
  bottom: 0;
}

.featured-products-carousel .owl-theme .owl-controls .owl-dots .owl-dot span {
  background-color: #a5abb7;
}

.featured-products-carousel .owl-theme .owl-controls .owl-dots .owl-dot:hover span,
.featured-products-carousel .owl-theme .owl-controls .owl-dots .owl-dot.active span {
  background-color: #232323;
}

.sidebar-products-carousel .owl-theme .owl-controls .owl-dots .owl-dot span {
  background-color: #a5abb7;
  border-radius: 0;
  margin-left: 1px;
  margin-right: 2px;
}

.sidebar-products-carousel .owl-theme .owl-controls .owl-dots .owl-dot:hover span,
.sidebar-products-carousel .owl-theme .owl-controls .owl-dots .owl-dot.active span {
  background-color: #232323;
}

/* Breadcrumbs
/* ========================================================================== */
.page-section.breadcrumbs {
  background-color: #f9fafb;
  padding-top: 0;
  padding-bottom: 0;
  z-index: 1;
}

.page-section.breadcrumbs>.container {
  text-align: center;
}

.page-section.breadcrumbs .breadcrumb {
  position: relative;
  padding: 10px 0 0 0;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 16px;
  background-color: transparent;
  justify-content: center;
}

.page-section.breadcrumbs .breadcrumb a {
  color: #232323;
}

.page-section.breadcrumbs .breadcrumb a:hover {
  border-bottom: solid 1px #232323;
}

.page-section.breadcrumbs .breadcrumb li {
  margin-bottom: 10px;
}

.page-section.breadcrumbs .breadcrumb>li+li:before {
  content: '\f105 ';
  font-family: 'FontAwesome';
  padding-inline: 5px;
}

.page-section.breadcrumbs .breadcrumb>.active {
  color: #232323;
}

.page-section.breadcrumbs .page-header {
  padding: 0;
  margin: 18px 0 0 0;
  border: none;
}

.page-section.breadcrumbs .page-header h1,
.page-section.breadcrumbs .page-header h1 small {
  color: #232323;
  text-transform: uppercase;
}

.page-section.breadcrumbs .page-header h1 {
  margin: 0;
  padding: 0;
  font-size: 2.2rem;
  font-weight: 300;
}

@media (max-width: 480px) {
  .page-section.breadcrumbs .page-header h1 {
    font-size: 1.8rem;
  }
}
/* Pagination
/* ========================================================================== */
.pagination-wrapper {
  border-top: solid 1px #e9e9e9;
  margin-top: 10px;
  padding-top: 40px;
  line-height: 0;
}

.pagination {
  margin: -10px 0 0 0;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1;
}

.pagination>li>a {
  font-weight: 700;
  background-color: transparent;
  color: #232323;
  margin: 10px 5px 0 0;
  padding: 6px 12px;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
  border-radius: 0;
  background-color: transparent;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
  border-radius: 0;
  background-color: transparent;
}

.pagination>li>a,
.pagination>li>span {
  border: solid 3px rgba(35, 35, 35, 0.1);
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
  border-color: #e50e0a;
  background-color: #e50e0a;
  color: #ffffff;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
  background-color: var(--primary-color);
  border-color: transparent;
  color: #fff;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
  color: #232323;
  background-color: transparent;
}

@media (max-width: 480px) {
  .pagination>li>a {
    padding: 6px 7px;
  }
}

/* Message box
/* ========================================================================== */
.message-box {
  padding: 15px;
  position: relative;
  text-align: center;
  background-color: #e50e0a;
  color: #ffffff;
}

.message-box h2 {
  font-size: 30px;
  font-weight: 900;
  text-transform: uppercase;
  margin: 0;
  color: #ffffff;
}

.message-box:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: url('../../assets/img/overlay-banner.png') repeat center center;
}

.message-box .message-box-inner {
  border: solid 1px #ffffff;
  padding: 20px 15px;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.message-box.alt {
  padding: 12px;
  text-align: left;
}

.message-box.alt .message-box-inner {
  padding: 10px 15px;
}

.message-box.alt h2 {
  font-size: 18px;
  font-weight: bold;
}

.message-box.alt .btn {
  font-size: 11px;
  border-color: #ffffff;
  background-color: #ffffff;
  color: #232323;
  margin-top: -6px;
  margin-left: 30px;
}

.message-box.alt .btn:hover {
  border-color: #232323;
  background-color: #232323;
  color: #ffffff;
}

.message-box.clear {
  padding: 0;
  background: none;
  color: #232323;
}

.message-box.clear h2 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
  text-transform: none;
  color: #232323;
}

.message-box.clear .message-box-inner {
  padding: 30px 0;
  border: solid 1px #d3d3d3;
  border-left: none;
  border-right: none;
}

/* Social icons line
/* ========================================================================= */
.social-icons {
  margin: -15px 0 20px 0;
  line-height: 30px;
  overflow: hidden;
}

.social-icons li {
  padding: 15px 10px 0 0;
  float: left;
}

.social-icons a {
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: transparent;
  border: solid 1px #232323;
  color: #232323;
}

.social-icons a:hover {
  background-color: #00180e;
  color: #ffffff;
}

/* Rating stars
/* ========================================================================== */
.rating {
  unicode-bidi: bidi-override;
  direction: rtl;
  font-size: 14px;
  text-align: left;
}

.rating span.star {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
}

.rating span.star:hover {
  cursor: pointer;
}

.rating span.star:before {
  content: "\f006";
  padding-right: 5px;
  color: #d3d3d3;
}

.rating span.star.active:before,
.rating span.star:hover:before,
.rating span.star:hover~span.star:before {
  content: "\f005";
  color: #3c3c3c;
}

/* Tabs
/* ========================================================================== */
.content-tabs .nav-tabs {
  border-bottom: none;
}

.content-tabs .nav-tabs>li>a {
  margin-top: 5px;
  padding-bottom: 10px;
}

@media (min-width: 1200px) {
  .content-tabs .nav-tabs>li>a {
    padding-left: 35px;
    padding-right: 35px;
  }
}

.content-tabs .nav-tabs>li>a,
.content-tabs .nav-tabs>li>a:focus {
  border-radius: 0;
  border-color: #e9e9e9 #e9e9e9 #e9e9e9;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #f5f6f7;
  color: #232323;
}

.content-tabs .nav-tabs>li.active>a {
  position: relative;
  margin-top: 0;
  padding-bottom: 15px;
}

.content-tabs .nav-tabs>li.active>a:before {
  content: '';
  display: block;
  height: 4px;
  width: 100%;
  position: absolute;
  top: -4px;
  left: -1px;
  background-color: #232323;
}

.content-tabs .nav-tabs>li.active>a:after {
  content: '';
  display: block;
  height: 4px;
  width: 100%;
  position: absolute;
  top: -4px;
  right: -1px;
  background-color: #232323;
}

.content-tabs .nav-tabs>li.active>a {
  background-color: #ffffff;
  border-color: #e9e9e9 #e9e9e9 transparent;
  border-top: solid 1px #232323;
  color: #e50e0a;
}

.content-tabs .tab-content {
  padding: 15px;
  border: solid 1px #e9e9e9;
  background-color: #ffffff;
}

@media (min-width: 1200px) {
  .content-tabs .tab-content {
    padding: 35px;
  }
}

.content-tabs .media>.pull-left {
  margin-right: 15px;
}

.content-tabs .media>.pull-right {
  margin-left: 15px;
}

.content-tabs .media+.media {
  border-top: solid 1px #e9e9e9;
  padding-top: 15px;
}

.content-tabs .media p {
  margin-bottom: 0;
  font-size: 13px;
}

.content-tabs .media p+p {
  margin-top: 10px;
}

.content-tabs .media .media-heading {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

.content-tabs .media .post-date {
  margin-bottom: 0;
  font-size: 12px;
  color: #d3d3d3;
  line-height: 20px;
}

.content-tabs #item-description p {
  margin-bottom: 0;
}

.content-tabs #item-description p+p {
  margin-top: 20px;
}

.content-tabs .rating {
  display: block;
  margin-bottom: 30px;
}

/* About page */
.hero-section {
  position: relative;
  overflow: hidden;
}

.hero-content {
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 6px;
}

.hero-content .lead {
  font-size: 1.1rem;
  margin-bottom: 0;
}

.brand-title {
  color: #e50e0a;
  font-size: 2rem;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}

.brand-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 80px;
  height: 4px;
  background-color: #e50e0a;
  border-radius: 2px;
}

.founder-info {
  display: flex;
  align-items: center;
  margin-top: 30px;
  padding: 20px;
  background: linear-gradient(135deg, rgba(229, 14, 10, 0.05) 0%, rgba(229, 14, 10, 0.02) 100%);
  border-radius: 15px;
  max-width: 450px;
}

.founder-avatar {
  width: 80px;
  height: 80px;
  background: #e50e0a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: bold;
  color: white;
  margin-right: 20px;
  flex-shrink: 0;
}

/* Stats Section */
.stats-section {
  background-color: #f8f9fa;
}

.stat-card {
  text-align: center;
  padding: 30px 20px;
  background: #dc35451c;
  border-radius: 15px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s;
  border: 1px solid #dc35458c;
}

.stat-card:hover {
  transform: translateY(-5px);
}

.stat-card h5 {
  color: #000 !important;
}

.stat-number {
  font-size: 2.5rem;
  font-weight: 700;
  color: #e50e0a;
  margin-bottom: 10px;
}

/* Why Choose Us */
.section-title-custom {
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.section-title-custom::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 70px;
  height: 4px;
  background-color: #e50e0a;
  border-radius: 2px;
}

.section-title-custom.text-center::after {
  left: 50%;
  transform: translateX(-50%);
}

.feature-card {
  background: #dc35451c;
  border-radius: 10px;
  padding: 12px 25px;
  height: 100%;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s, box-shadow 0.3s;
  margin-bottom: 30px;
  border: 1px solid #dc35458c;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.feature-card h4 {
  color: #000 !important;
  font-size: 1.3rem;
}

.feature-icon {
  font-size: 2.1rem;
  color: #e50e0a;
  margin-bottom: 4px;
}

.check-list {
  list-style: none;
  padding: 0;
}

.check-list li {
  margin-bottom: 15px;
  padding-left: 35px;
  position: relative;
}

.check-list li::before {
  content: '✓';
  position: absolute;
  left: 5px;
  top: 5px;
  width: 19px;
  height: 19px;
  background-color: #e50e0a;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

/* What We Deal In */
.products-section {
  background-color: #f8f9fa;
}

.product-card {
  background-color: white;
  border-radius: 15px;
  padding: 10px 15px;
  text-align: center;
  height: 100%;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
}

.product-card h4 {
  font-size: 1.2rem;
  color: #000 !important;
}

.product-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.product-icon {
  font-size: 2rem;
  color: #e50e0a;
  margin-bottom: 6px;
}

/* CTA Sections */
.cta-section {
  border-radius: 20px;
  padding: 30px;
  margin: 40px 0 20px;
  position: relative;
  overflow: hidden;
}

.cta-primary {
  background: linear-gradient(135deg, #e50e0a, #212529);
  color: white;
}

.cta-secondary {
  background: linear-gradient(135deg, #000000e0, #33333382);
  color: white;
}

.btn-custom {
  padding: 12px 35px;
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.3s;
  border: none;
}

.btn-light-custom {
  background-color: white;
  color: #e50e0a;
}

.btn-light-custom:hover {
  background-color: #f8f9fa;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  border-radius: 50px;
}

.btn-dark-custom {
  background-color: #000000;
  color: white;
}

.btn-dark-custom:hover {
  background-color: #333333;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  border-radius: 50px;
  color: #fff;
}

/* Responsive Adjustments */
@media (max-width: 992px) {
  .hero-section::before {
    width: 100%;
    height: 300px;
    top: 0;
    border-radius: 0;
    opacity: 0.6;
  }
}

@media (max-width: 768px) {
  .brand-title {
    font-size: 1.7rem;
  }

  .founder-info {
    flex-direction: column;
    text-align: center;
  }

  .founder-avatar {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .cta-section {
    padding: 30px;
  }

  .stat-number {
    font-size: 2rem;
  }
}

@media (max-width: 576px) {
  .hero-section::before {
    display: none;
  }

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

/* Faq Page
/* ========================================================================== */
.faq-header {
  text-align: center;
  margin-bottom: 20px;
  padding: 30px 15px;
  background: linear-gradient(135deg, rgba(229, 14, 10, 0.05) 0%, rgba(0, 0, 0, 0.02) 100%);
  border-radius: 15px;
}

.faq-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #000000;
  margin-bottom: 15px;
}

.faq-subtitle {
  font-size: 1.2rem;
  color: #666;
  max-width: 700px;
  margin: 0 auto 30px;
}

.faq-icon {
  font-size: 3rem;
  color: #e50e0a;
  margin-bottom: 10px;
}

.search-box {
  max-width: 600px;
  margin: 30px auto 0;
}

.search-box input {
  border-radius: 50px;
  padding: 15px 25px;
  border: 2px solid #e0e0e0;
  font-size: 1rem;
}

.search-box input:focus {
  border-color: #e50e0a;
  box-shadow: 0 0 0 0.25rem rgba(229, 14, 10, 0.25);
}

.search-box .btn {
  position: absolute;
  right: 5px;
  top: 5px;
  bottom: 5px;
  border-radius: 50px;
  background-color: #e50e0a;
  color: white;
  border: none;
  padding: 0 8px;
}

.search-box .btn:hover {
  background-color: #c90c08;
}

/* FAQ Categories */
.category-tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}

.category-tab {
  padding: 4px 17px;
  background: white;
  border: 2px solid #e0e0e0;
  border-radius: 50px;
  font-weight: 500;
  color: #555;
  cursor: pointer;
  transition: all 0.3s;
}

.category-tab:hover,
.category-tab.active {
  background-color: #e50e0a;
  color: white;
  border-color: #e50e0a;
}

/* Accordion Styles */
.accordion-container {
  max-width: 900px;
  margin: 0 auto;
}

.accordion-item {
  border: none;
  border-radius: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.accordion-button {
  background-color: white;
  color: #000000;
  font-weight: 600;
  font-size: 1rem;
  padding: 15px;
  border-radius: 10px !important;
  border: 1px solid #e0e0e0;
  transition: all 0.3s;
}

.accordion-button:not(.collapsed) {
  background-color: rgba(229, 14, 10, 0.08);
  color: #e50e0a;
  box-shadow: none;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.accordion-button:focus {
  box-shadow: none;
  border-color: #e50e0a;
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23e50e0a'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(0deg);
  transition: transform 0.3s;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23e50e0a'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(180deg);
}

.accordion-body {
  padding: 25px 30px;
  background-color: white;
  border-top: 1px solid #e0e0e0;
  line-height: 1.7;
}

.accordion-body ul {
  padding-left: 20px;
  margin-bottom: 15px;
}

.accordion-body li {
  margin-bottom: 8px;
}

.faq-category-title {
  font-family: 'Poppins', sans-serif;
  font-size: 1.8rem;
  color: #000000;
  margin: 50px 0 25px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd8d8;
  display: inline-block;
}

/* Contact CTA */
.contact-cta {
  background: linear-gradient(135deg, #e50e0a, #1d0100);
  color: white;
  padding: 50px;
  border-radius: 15px;
  text-align: center;
  margin-top: 60px;
}

.contact-cta h3 {
  color: white;
  margin-bottom: 20px;
}

.contact-cta p {
  max-width: 700px;
  margin: 0 auto 30px;
  font-size: 1.1rem;
  opacity: 0.95;
}

.btn-cta {
  background-color: white;
  color: #e50e0a;
  padding: 12px 35px;
  border-radius: 50px;
  font-weight: 600;
  border: none;
  transition: all 0.3s;
}

.btn-cta:hover {
  background-color: #f8f9fa;
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

/* Responsive Styles */
@media (max-width: 768px) {
  .faq-title {
    font-size: 2.2rem;
  }

  .faq-subtitle {
    font-size: 1rem;
  }

  .faq-icon {
    font-size: 2.8rem;
  }

  .category-tab {
    font-size: 0.9rem;
  }

  .accordion-button {
    padding: 20px;
    font-size: 1rem;
  }

  .accordion-body {
    padding: 20px;
  }

  .contact-cta {
    padding: 30px 20px;
  }
}

@media (max-width: 576px) {
  .faq-title {
    font-size: 1.8rem;
  }

  .faq-container {
    padding: 10px;
  }

  .accordion-button {
    padding: 18px 15px;
    font-size: 0.95rem;
  }

  .category-tabs {
    gap: 6px;
  }
}

/* Tabs
/* ========================================================================== */
.tabs {
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 300;
  line-height: 20px;
  text-transform: uppercase;
  text-align: center;
  overflow: hidden;
  position: relative;
}

.tabs ul {
  display: inline-block;
  position: relative;
  margin-top: -10px;
}

.tabs ul:before,
.tabs ul:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 2000px;
  background-color: #a5abb7;
  top: 20px;
}

.tabs ul:before {
  right: 100%;
  margin-right: 15px;
}

.tabs ul:after {
  left: 100%;
  margin-left: 15px;
}

@media (max-width: 767px) {
  .tabs ul {
    padding-bottom: 15px;
    border-bottom: solid 1px #a5abb7;
  }
}

.tabs li {
  display: inline-block;
  margin-top: 10px;
}

.tabs li a {
  padding: 0;
  color: #232323;
}

.tabs li a,
.tabs li a:hover {
  background-color: transparent;
}

.tabs li a:hover {
  color: #a5abb7;
}

.tabs li.active {
  font-weight: 900;
}

.tabs li.active a {
  color: #232323;
  background-color: transparent;
}

@media (min-width: 768px) {
  .tabs li+li {
    position: relative;
    margin-left: 20px;
  }

  .tabs li+li:before {
    content: '';
    display: block;
    width: 6px;
    height: 1px;
    position: absolute;
    left: -14px;
    top: 10px;
    background-color: #232323;
  }
}

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

/* Thumbnails
/* ========================================================================== */
.thumbnail {
  margin: 0 auto;
  border-radius: 0;
  background-color: transparent;
  position: relative;
}

@media (max-width: 991px) {
  .thumbnail {
    max-width: 450px;
  }
}

.thumbnail.hover,
.thumbnail:hover {
  border: solid 1px #e50e0a;
}

.thumbnail.no-border,
.thumbnail.no-border.hover,
.thumbnail.no-border:hover {
  border: none;
}

.thumbnail.no-padding {
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.thumbnail.no-padding.box {
  padding: 15px;
  border: solid 1px #e9e9e9;
  margin-bottom: 20px;
  border-radius: 4px;
  border-radius: 14px 14px 0 0 !important;
  overflow: hidden;
}

.row.thumbnails {
  margin-top: -30px;
}

.row.thumbnails .thumbnail {
  margin-top: 30px;
}

.row.thumbnails.no-padding {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.row.thumbnails.no-padding [class*='col-'] {
  padding: 0;
}

.row.thumbnails.no-padding .thumbnail {
  margin-top: 0;
}

/* Thumbnail Media/Image
/* -------------------------------------------------------------------------- */
.thumbnail .media {
  overflow: hidden;
  position: relative;
}

.thumbnail .media img {
  max-width: 100%;
  width: 130px;
  height: 130px;
  object-fit: contain;
}

/* Thumbnail caption
/* -------------------------------------------------------------------------- */
.thumbnail .caption {
  padding: 15px 0 0 0;
  overflow: hidden;
}

.thumbnail .caption+.caption {
  padding-top: 10px;
}

.thumbnail .caption.no-padding-top {
  padding-top: 0;
}

.thumbnail .caption.no-padding-bottom {
  padding-bottom: 0;
}

.thumbnail .caption.hovered {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  overflow: hidden;
  padding: 15px;
  color: #ffffff;
  opacity: 0;
  z-index: 10;
}

.thumbnail.hover .caption.hovered,
.thumbnail:hover .caption.hovered {
  opacity: 1;
}

.caption-wrapper {
  width: 100%;
}

/* Caption elements
/* -------------------------------------------------------------------------- */
.caption-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  margin: 0 0 5px 0;
  color: #232323;
}

.caption-title a {
  color: #232323;
}

.caption-title a:hover {
  color: #e50e0a;
}

.icon-view {
  width: 80px;
  height: 80px;
  padding: 5px;
  border: solid 1px rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  display: inline-block;
}

.icon-view strong {
  display: block;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  color: #ffffff;
}

.icon-view .fa,
.icon-view .glyphicon {
  font-size: 24px;
  line-height: 68px;
}

.thumbnail .media-link {
  padding: 0;
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.thumbnail .media-link .icon-view {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -40px;
  margin-top: -40px;
  opacity: 0;
  -webkit-animation: fadeOut .4s;
  animation: fadeOut .4s;
}

.thumbnail .media-link:hover .icon-view {
  opacity: 1;
  -webkit-animation: bounceIn .4s;
  animation: bounceIn .4s;
}

/* Thumbnail transition
/* -------------------------------------------------------------------------- */
.thumbnail span,
.thumbnail:hover span,
.thumbnail.hover span,
.thumbnail .media,
.thumbnail:hover .media,
.thumbnail.hover .media,
.thumbnail .media img,
.thumbnail:hover .media img,
.thumbnail.hover .media img,
.thumbnail .media-link:after,
.thumbnail:hover .media-link:after,
.thumbnail.hover .media-link:after,
.thumbnail .icon-view,
.thumbnail:hover .icon-view,
.thumbnail.hover .icon-view,
.thumbnail .icon-view .fa,
.thumbnail:hover .icon-view .fa,
.thumbnail.hover .icon-view .fa,
.thumbnail .icon-view .glyphicon,
.thumbnail:hover .icon-view .glyphicon,
.thumbnail.hover .icon-view .glyphicon,
.thumbnail .caption,
.thumbnail:hover .caption,
.thumbnail.hover .caption,
.thumbnail .caption-title,
.thumbnail:hover .caption-title,
.thumbnail.hover .caption-title,
.thumbnail .caption-zoom,
.thumbnail:hover .caption-zoom,
.thumbnail.hover .caption-zoom,
.thumbnail .caption-link,
.thumbnail:hover .caption-link,
.thumbnail.hover .caption-link,
.thumbnail .caption-category,
.thumbnail:hover .caption-category,
.thumbnail.hover .caption-category,
.thumbnail .caption-price,
.thumbnail:hover .caption-price,
.thumbnail.hover .caption-price,
.thumbnail .caption-wrapper,
.thumbnail:hover .caption-wrapper,
.thumbnail.hover .caption-wrapper {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* Thumbnail team
/* ========================================================================== */
.thumbnail-team {
  text-align: center;
}

.thumbnail-team .media {
  padding-left: 20px;
  padding-right: 20px;
}

.thumbnail-team img {
  width: 100%;
}

.thumbnail-team .caption-title {
  text-transform: uppercase;
  padding-bottom: 10px;
  margin-bottom: 15px;
  position: relative;
}

.thumbnail-team .caption-title:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 50px;
  height: 1px;
  margin-left: -25px;
  background-color: #e9e9e9;
}

.thumbnail-team .caption-title small {
  display: block;
  color: #7f7f7f;
}

.thumbnail-team .social-icons {
  display: inline-block;
  margin-bottom: 10px;
}

.thumbnail-team .social-icons a {
  border-radius: 15px;
}

.thumbnail-team .caption-text {
  font-size: 15px;
}

/* Thumbnail banner
/* ========================================================================== */
.thumbnail.thumbnail-banner .media,
.thumbnail.thumbnail-banner .media .media-link,
.thumbnail.thumbnail-banner .media .caption {
  height: 100%;
}

@media (max-width: 991px) {
  .thumbnail.thumbnail-banner {
    max-width: 555px;
  }
}

.thumbnail.thumbnail-banner+.thumbnail.thumbnail-banner {
  margin-top: 30px;
}

.thumbnail.thumbnail-banner .media-link {
  text-align: left;
}

.thumbnail.thumbnail-banner .caption {
  padding: 0;
}

.thumbnail.thumbnail-banner .caption-wrapper {
  padding: 15px;
}

.thumbnail.thumbnail-banner .caption-inner {
  border: solid 1px #ffffff;
  padding: 15px;
}

.col-md-3 .thumbnail.thumbnail-banner .caption-inner {
  padding: 15px 2px;
}

.thumbnail.thumbnail-banner .caption-title,
.thumbnail.thumbnail-banner .caption-sub-title {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.1;
  text-transform: uppercase;
  margin: 0 0 1px 0;
  color: #232323;
}

.thumbnail.thumbnail-banner .caption-title span,
.thumbnail.thumbnail-banner .caption-sub-title span {
  display: inline-block;
  padding: 8px 12px;
  background-color: rgba(255, 255, 255, 0.8);
}

.col-md-3 .thumbnail.thumbnail-banner .caption-sub-title span {
  padding: 8px 7px;
}

.thumbnail.thumbnail-banner .btn {
  margin-top: 10px;
}

.thumbnail.thumbnail-banner .btn-theme {
  border-color: #232323;
  background-color: #232323;
}

.thumbnail.thumbnail-banner .btn-theme:hover {
  background-color: #e50e0a;
  border-color: #e50e0a;
}

.thumbnail.thumbnail-banner.size-1x1 {
  height: 170px;
}

@media (min-width: 992px) and (max-width: 1999px) {
  .thumbnail.thumbnail-banner.size-1x1 {
    height: 190px;
  }
}

@media (min-width: 480px) and (max-width: 991px) {
  .thumbnail.thumbnail-banner.size-1x1 {
    max-width: 280px;
  }
}

@media (min-width: 320px) and (max-width: 479px) {
  .thumbnail.thumbnail-banner.size-1x1 {
    height: 190px;
  }
}

.thumbnail.thumbnail-banner.size-1x3 {
  height: 170px;
}

@media (min-width: 992px) and (max-width: 1999px) {
  .thumbnail.thumbnail-banner.size-1x3 {
    height: 190px;
  }
}

@media (min-width: 320px) and (max-width: 479px) {
  .thumbnail.thumbnail-banner.size-1x3 {
    height: 190px;
  }
}

.thumbnail.thumbnail-banner.size-2x3 {
  height: 270px;
}

.thumbnail.thumbnail-banner.size-3x3 {
  height: 570px;
}

.thumbnail.thumbnail-banner.size-1x1-b {
  height: 270px;
}

.thumbnail.thumbnail-banner.size-1x3-b {
  height: 270px;
}

.thumbnail-banner .media img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  position: relative;
}

.thumbnail-banner .media-link .img-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
  background-image: url('');
  background-position: 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}

.thumbnail-banner .media-link:hover .img-bg {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

.thumbnail-banner .caption {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  background-color: rgba(0, 177, 106, 0);
}

.thumbnail-banner.alt-font .caption-title {
  font-family: 'Vidaloka', serif;
  font-style: italic;
  font-weight: 400;
  font-size: 24px;
}

.thumbnail-banner.alt-font .caption-title span {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: rgba(255, 255, 255, 0.3);
}

.thumbnail-banner.alt-font .caption-sub-title {
  font-family: 'Vidaloka', serif;
  font-weight: 400;
  font-size: 18px;
}

.thumbnail-banner.alt-font .caption-sub-title span {
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: rgba(255, 255, 255, 0.3);
}

.thumbnail-banner.alt-font .btn-theme-sm {
  font-size: 11px;
}

.thumbnail-banner.alt-font.big-text .caption-title {
  font-size: 48px;
}

@media (max-width: 640px) {
  .thumbnail-banner.alt-font.big-text .caption-title {
    font-size: 28px;
  }
}

.thumbnail-banner.alt-font.big-text .caption-sub-title {
  font-size: 44px;
}

@media (max-width: 640px) {
  .thumbnail-banner.alt-font.big-text .caption-sub-title {
    font-size: 24px;
  }
}

.thumbnail-banner.hover .media img,
.thumbnail-banner:hover .media img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.thumbnail-banner.hover .btn-theme,
.thumbnail-banner:hover .btn-theme {
  -webkit-animation: pulse .4s;
  animation: pulse .4s;
}

.thumbnail-banner.hover .caption,
.thumbnail-banner:hover .caption {
  background-color: rgba(0, 177, 106, 0.3);
}

/* Thumbnail product
/* ========================================================================== */
.thumbnail .rating {
  display: inline-block;
  font-size: 13px;
}

.thumbnail .rating span.star:before {
  padding-right: 3px;
}

.thumbnail .price {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 15px;
}

.thumbnail .price del {
  font-weight: normal;
  font-size: 14px;
  color: #232323;
}

.thumbnail .price ins {
  padding-right: 5px;
  text-decoration: none;
  color: #e50e0a;
}

.thumbnail .buttons .btn {
  padding: 10px 12px;
  font-size: 12px;
  line-height: 18px;
}

.thumbnail .buttons .btn .fa,
.thumbnail .buttons .btn .glyphicon {
  font-size: 16px !important;
}

.thumbnail .buttons .btn-wish-list {
  margin-right: 6px;
}

.thumbnail .buttons .btn-compare {
  margin-left: 6px;
}

.thumbnail .btn-wish-list {
  opacity: 0;
}

.thumbnail .btn-compare {
  opacity: 0;
}

.thumbnail.hover .btn-wish-list,
.thumbnail:hover .btn-wish-list {
  opacity: 1;
}

.thumbnail.hover .btn-compare,
.thumbnail:hover .btn-compare {
  opacity: 1;
}

.thumbnail.category .media-link:after {
  content: '';
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.thumbnail.category .caption {
  position: absolute;
  z-index: 2;
  width: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
}

.thumbnail.category .caption-wrapper {
  padding: 5px;
}

.thumbnail.category .caption-inner {
  padding: 0;
}

.thumbnail.category .sale {
  font-size: 36px;
  font-weight: 900;
  line-height: 40px;
  margin-bottom: 8px;
  text-transform: uppercase;
  color: #ffffff;
}

.thumbnail.category .caption-title {
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #ffffff;
}

.thumbnail.category .items {
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-style: italic;
  color: #ffffff;
}

.thumbnail.category .media img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  position: relative;
}

.thumbnail.category span {
  padding: 0 8px;
  background-color: rgba(0, 0, 0, 0);
}

.thumbnail.category .btn-theme {
  border-width: 1px;
  border-color: #ffffff;
  color: #ffffff;
}

.thumbnail.category .media-link:after {
  background-color: rgba(0, 0, 0, 0.25);
}

.thumbnail.category.hover .media img,
.thumbnail.category:hover .media img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.thumbnail.category.hover span,
.thumbnail.category:hover span {
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0.5);
}

.thumbnail.category.hover .btn-theme,
.thumbnail.category:hover .btn-theme {
  border-color: #ffffff;
  background-color: #ffffff;
  color: #232323;
}


.top-products-carousel .buttons .btn {
  padding: 5px;
  font-size: 10px;
}

.top-products-carousel .buttons .btn-wish-list {
  margin-right: 5px;
}

.top-products-carousel .buttons .btn-compare {
  margin-left: 5px;
}

.top-products-carousel .owl-theme .owl-controls {
  margin-top: 0;
}

.top-products-carousel .owl-theme .owl-controls .owl-nav [class*="owl-"] {
  background-color: transparent;
  border-radius: 0;
  margin: 0;
  padding: 0;
  line-height: 1;
}

.top-products-carousel .owl-theme .owl-controls .owl-dots {
  line-height: 1;
}

.top-products-carousel .owl-prev,
.top-products-carousel .owl-next {
  position: absolute;
  top: 50%;
  border: solid 3px #e9e9e9;
  color: #e9e9e9;
  height: 37px;
  width: 37px;
  line-height: 37px;
  text-align: center;
}

.top-products-carousel .owl-prev {
  left: -50px;
  margin-top: -16px !important;
}

.top-products-carousel .owl-next {
  right: -50px;
  margin-top: -16px !important;
}

.top-products-carousel .owl-prev .fa,
.top-products-carousel .owl-next .fa {
  color: #e9e9e9;
  font-size: 24px !important;
  line-height: 30px;
}

.top-products-carousel .owl-prev:hover,
.top-products-carousel .owl-next:hover {
  border-color: #000000;
  color: #000000;
}

.top-products-carousel .owl-prev:hover .fa,
.top-products-carousel .owl-next:hover .fa {
  color: #000000;
}

.product-single .badges {
  position: absolute;
  top: 20px;
  right: 35px;
  width: 50px;
  z-index: 2;
}

.product-single .badges div {
  font-size: 14px;
  font-weight: 900;
  line-height: 20px;
  margin-bottom: 10px;
  border: solid 3px #232323;
  text-transform: uppercase;
  text-align: center;
  color: #232323;
}

.product-single .badges div.hot {
  border-color: #ea0000;
  color: #ea0000;
}

.product-single .btn-zoom {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  padding: 0;
  font-size: 12px;
  line-height: 30px;
  background-color: rgba(255, 255, 255, 0.2);
  border-color: #ffffff;
  color: #ffffff;
}

.product-single .btn-zoom .fa {
  width: 30px;
}

.product-single .btn-zoom:hover {
  background-color: rgba(35, 35, 35, 0.9);
  border-color: #232323;
  color: #ffffff;
}

.product-single .owl-theme .owl-controls {
  margin: 0 !important;
}

@media (max-width: 639px) {
  .product-single .owl-theme .owl-controls {
    display: none;
  }
}

.product-single .owl-theme .owl-controls .owl-nav {
  position: absolute;
  top: 50%;
  margin: -20px 0 0 0;
  padding: 0;
  width: 40px;
  height: 40px;
  border-radius: 0;
  font-size: 30px;
  line-height: 30px;
  border: solid 3px #232323;
  background: transparent;
  color: #232323;
}

.product-single .owl-theme .owl-controls .owl-nav:hover {
  background: #232323;
  color: #ffffff;
}

.product-single .owl-theme .owl-controls .owl-nav .owl-prev {
  left: 30px;
}

.product-single .owl-theme .owl-controls .owl-nav .owl-next {
  right: 30px;
}

.product-single .owl-theme .owl-controls .owl-dots {
  position: absolute;
  width: 100%;
  bottom: 0;
}

.product-single .owl-theme .owl-controls .owl-dots .owl-dot span {
  background-color: #a5abb7;
}

.product-single .owl-theme .owl-controls .owl-dots .owl-dot:hover span,
.product-single .owl-theme .owl-controls .owl-dots .owl-dot.active span {
  background-color: #232323;
}

.product-single .product-thumbnails {
  margin-left: 0;
  margin-right: -10px;
}

.product-single .product-thumbnails>div {
  padding: 0;
}

.product-single .product-thumbnails a {
  display: block;
  margin: 10px 10px 0 0;
  padding: 15px;
  border: 1px dashed #e50e0a6b;
  border-radius: 6px;
}

.product-single .product-thumbnails img {
  width: 100%;
  max-width: 100%;
  display: block;
}

.product-single .back-to-category {
  overflow: hidden;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: solid 1px #d3d3d3;
}

.product-single .back-to-category .link {
  display: inline-block;
  margin-top: 12px;
  color: #232323;
}

.product-single .back-to-category .btn-previous,
.product-single .back-to-category .btn-next {
  padding: 0;
  font-size: 30px;
  line-height: 30px;
  color: #e9e9e9;
}

.product-single .back-to-category .btn-previous .fa,
.product-single .back-to-category .btn-next .fa {
  width: 30px;
}

.product-single .back-to-category .btn-next {
  margin-left: 9px;
}

.product-single .product-title {
  margin-top: 0;
  font-size: 1.6rem;
  font-weight: normal;
  color: #232323;
}

.product-single .product-rating .rating {
  float: left;
  margin-right: 15px;
}

@media (max-width: 767px) {
  .product-single .product-rating .rating {
    float: none;
    display: block;
    margin-right: 0;
  }
}

.product-single .reviews,
.product-single .add-review {
  color: #232323;
}

.product-single .reviews:hover,
.product-single .add-review:hover {
  color: #e50e0a;
}

.product-single .product-availability {
  color: #232323;
}

.product-single .product-availability strong {
  color: #e50e0a;
}

.product-single .product-text {
  font-size: 14px;
  line-height: 18px;
}

.product-single .product-price {
  font-size: 36px;
  font-weight: 900;
  line-height: 36px;
  color: #232323;
}

.product-single .product-qty {
  margin-bottom: 15px;
}

.product-single .product-qty .form-control.qty {
  height: 36px;
  width: 50px;
  text-align: center;
  margin-right: 5px;
}

.product-single .product-qty .form-group {
  display: inline-block;
  margin-bottom: 10px;
}

.product-single .product-qty .form-control {
  display: inline-block !important;
}

.product-single .product-qty label {
  display: block;
  float: left;
  line-height: 35px;
  margin-right: 5px;
}

.product-single .product-qty .btn {
  vertical-align: top;
}

.product-single form.variable label {
  text-transform: uppercase;
  color: #232323;
}

.product-single form.variable .filter-option {
  color: #232323;
  font-size: 11px;
  line-height: 22px;
  text-transform: uppercase;
}

.product-single .buttons {
  margin-top: -10px;
  overflow: hidden;
}

.product-single .buttons .quantity {
  overflow: hidden;
  float: left;
  margin-right: 5px;
}

.product-single .buttons .quantity .btn {
  margin-top: 10px;
  float: left;
  margin-right: 1px;
  background-color: #232323;
  color: #7f7f7f;
  height: 60px;
}

.product-single .buttons .quantity .btn:hover {
  color: #ffffff;
}

.product-single .buttons .quantity .qty {
  margin-top: 10px;
  float: left;
  margin-right: 1px;
  width: 40px;
  height: 60px;
  background-color: #232323;
  border-color: #232323;
  color: #ffffff;
}

.product-single .buttons .btn-cart {
  float: left;
  margin-top: 10px;
  margin-right: 5px;
  max-width: 100%;
  background-color: #232323;
  border-color: #232323;
  border-width: 3px;
  color: #ffffff;
  height: 60px;
  width: 270px;
}

.product-single .buttons .btn-cart:hover {
  background-color: transparent;
  color: #232323;
}

.product-single .buttons .btn-wish-list,
.product-single .buttons .btn-compare {
  float: left;
  margin-top: 10px;
  margin-right: 5px;
  width: 60px;
  height: 60px;
  border: solid 3px rgba(35, 35, 35, 0.1);
  background-color: transparent;
  color: #232323;
}

.product-single .buttons .btn-wish-list:hover,
.product-single .buttons .btn-compare:hover {
  background-color: #232323;
  color: #ffffff;
}

.product-single table .title {
  color: #232323;
}

.product-single table td {
  padding: 0 10px 0 0;
}

.product-single .social-icons a {
  border-width: 2px;
  line-height: 25px;
}

.bootstrap-select.btn-group .dropdown-menu {
  border-width: 3px;
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
  font-size: 11px;
  text-transform: uppercase;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
  background-color: #e50e0a;
}

/* Product single page */
/* Breadcrumb */
.breadcrumb {
  background: transparent;
  padding: 0 0 10px 0;
  margin-bottom: 20px;
}

.breadcrumb-item a {
  color: #666;
  text-decoration: none;
  font-size: 0.9rem;
}

.breadcrumb-item.active {
  color: var(--primary-color);
  font-weight: 500;
}

/* product image */
.dashed-border {
  border: 1px dashed #c6201d5e;
  border-radius: 6px;
}

.sticky_sec {
  position: sticky !important;
  top: 60px;
}

.product_img_slider li {
  max-height: 360px !important;
  padding-top: 20px;
}

.product_img_slider li img {
  width: auto;
  max-height: 320px;
  margin: 0 auto;
  display: block;
  object-fit: contain;
  max-width: 100%;
}

.lSGallery {
  display: flex;
  align-items: center;
  margin-top: 25px !important;
}

.lSGallery li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px !important;
  height: 80px !important;
  border: 1px dashed #c6201d5e;
  border-radius: 6px !important;
}

.lSGallery li a {
  display: inline-block;
  padding: 14px;
}

.lSPrev,
.lSNext {
  filter: brightness(0.1);
  z-index: 0;
}

/* Product Info */
.product-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--secondary-color);
  margin-bottom: 5px;
  line-height: 1.3;
}

.product-subtitle {
  color: #666;
  font-size: 1rem;
  margin-bottom: 5px;
}

.rating-section {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  flex-wrap: wrap;
}

.rating-stars {
  color: var(--rating-color);
}

.rating-value {
  font-weight: 600;
  color: var(--secondary-color);
}

.rating-count {
  color: #666;
  font-size: 0.9rem;
}

.certified-badge {
  background: #10b981;
  color: white;
  padding: 2px 10px;
  border-radius: 12px;
  font-size: 0.75rem;
  font-weight: 500;
}

.current-price {
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--primary-color);
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 5px;
}

.original-price {
  font-size: 0.9rem;
  color: #999;
  text-decoration: line-through;
}

.discount-percent {
  background: var(--primary-color);
  color: white;
  padding: 3px 10px;
  border-radius: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  display: inline-block;
}

.emi-option {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #666;
  font-size: 0.9rem;
  margin-top: 5px;
}

/* Selection Options */
.selection-options {
  margin-bottom: 25px;
}

.option-group {
  margin-bottom: 10px;
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.option-label {
  font-weight: 600;
  color: var(--secondary-color);
  font-size: 0.95rem;
}

.color-options {
  display: flex;
  gap: 10px;
}

.color-option {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 2px solid transparent;
  cursor: pointer;
  position: relative;
  transition: transform 0.2s;
}

.color-option:hover {
  transform: scale(1.1);
}

.color-option.active {
  border-color: var(--primary-color);
}

.color-option.active::after {
  content: '✓';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-weight: bold;
  font-size: 0.8rem;
}

.variant-options {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
}

.variant-option {
  padding: 2px 12px;
  border: 1px solid var(--border-color);
  border-radius: 6px;
  background: white;
  cursor: pointer;
  transition: all 0.3s;
  font-size: 0.8rem;
  font-weight: 500;
}

.variant-option:hover {
  border-color: #ccc;
}

.variant-option.active {
  border-color: var(--primary-color);
  background: rgba(229, 14, 10, 0.05);
  color: var(--primary-color);
}

.variant-option.active.green {
  border-color: #10b981;
  background: #10b98103;
  color: #10b981;
}

/* Action Buttons */
.action-buttons {
  display: flex;
  gap: 10px;
  margin: 18px 0;
  flex-wrap: wrap;
  align-items: center;
}

.action-buttons button {
  padding: 7px 13px;
}

/* Share Section */
.share-section {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 10px;
  border-top: 1px dashed var(--border-color);
}

.share-label {
  font-weight: 500;
  color: #666;
  font-size: 0.9rem;
}

.share-icons {
  display: flex;
  gap: 8px;
}

.share-icon {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-decoration: none;
  transition: transform 0.3s;
  font-size: 0.8rem;
}

.share-icon:hover {
  transform: translateY(-3px);
  color: white;
}

.facebook {
  background: #3b5998;
}

.twitter {
  background: #1da1f2;
}

.whatsapp {
  background: #25d366;
}

.link {
  background: #666;
}

/* Protection Banner */
.protection-banner {
  background: linear-gradient(135deg, #4d0706 0%, #cd0602 100%);
  color: white;
  border-radius: 15px;
  padding: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.protection-banner:hover {
  transform: translateY(-3px);
}

.banner-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  flex-direction: column;
}

.banner-icon {
  font-size: 2.5rem;
  animation: float 3s ease-in-out infinite;
}

@keyframes float {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

.banner-text {
  flex: 1;
}

.banner-title {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 8px;
  color: white;
  text-align: center;
}

.banner-subtitle {
  font-size: 0.8rem;
  opacity: 0.8;
  margin-bottom: 10px;
  text-align: center;
}

.banner-cta {
  background: white;
  color: var(--primary-color);
  border: none;
  padding: 5px 15px;
  border-radius: 50px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: all 0.3s ease;
  font-size: 0.8rem;
}

.banner-cta:hover {
  background: #f8f9fa;
  transform: scale(1.05);
}

/* Banner Decorative Elements */
.banner-shape-1 {
  position: absolute;
  top: -50px;
  right: -50px;
  width: 200px;
  height: 200px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

.banner-shape-2 {
  position: absolute;
  bottom: -30px;
  left: -30px;
  width: 150px;
  height: 150px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}

/* Modal Styles */
.protection-modal .modal-dialog {
  max-width: 900px;
  margin: 20px auto;
}

.protection-modal .modal-content {
  border-radius: 10px;
  overflow: hidden;
  border: none;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.3);
}

.close-btn {
  background: #dc3545 !important;
  color: white;
  border: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  position: absolute;
  z-index: 10;
  top: 8px;
  right: 15px;
}

.close-btn:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: rotate(90deg);
}

/* Modal Body */
.modal-body {
  padding: 0;
}

.plans-section {
  padding: 40px 20px 20px;
}

.plans-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.plan-card {
  background: white;
  border: 1px solid var(--border-color);
  border-radius: 15px;
  padding: 15px;
  position: relative;
  transition: all 0.3s ease;
  cursor: pointer;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.plan-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.plan-card.popular {
  border: 1.5px solid var(--primary-color);
}

.popular-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--primary-color);
  color: white;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 0.7rem;
  font-weight: 600;
  z-index: 10;
  width: 120px;
  text-align: center;
}

.plan-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: white;
  margin: 0 auto 20px;
}

.plan-card:nth-child(1) .plan-icon {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.plan-card:nth-child(2) .plan-icon {
  background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
}

.plan-card:nth-child(3) .plan-icon {
  background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
}

.plan-title {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--secondary-color);
  text-align: center;
  margin-bottom: 2px;
}

.plan-description {
  color: #666;
  text-align: center;
  margin-bottom: 10px;
  font-size: 0.85rem;
  line-height: 1.4;
}

.plan-price {
  text-align: center;
  margin-bottom: 5px;
}

.price-amount {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary-color);
  line-height: 1;
}

.price-duration {
  font-size: 0.8rem;
  color: #666;
  margin-top: 5px;
}

.plan-features {
  list-style: none;
  padding: 0;
  margin: 0 0 25px 0;
}

.plan-features li {
  padding: 2px 0;
  position: relative;
  padding-left: 25px;
  color: #555;
  font-size: 0.8rem;
}

.plan-features li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 8px;
  width: 13px;
  height: 13px;
  background: var(--success-color);
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.5rem;
  font-weight: bold;
}

.plan-action {
  text-align: center;
  margin-top: auto;
}

.add-to-cart-btn {
  background: var(--primary-color);
  color: white;
  border: none;
  padding: 7px 30px;
  border-radius: 50px;
  font-weight: 600;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all 0.3s ease;
  margin-top: 10px;
}

.add-to-cart-btn:hover {
  background: #c90c08;
  transform: scale(1.05);
}

.add-to-cart-btn.added {
  background: var(--success-color);
}

/* Modal Footer */
.modal-footer {
  background: #f8f9fa;
  border-top: 1px solid var(--border-color);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.continue-btn {
  background: var(--secondary-color);
  color: white;
  border: none;
  padding: 6px 18px;
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.continue-btn:hover {
  background: #333;
  transform: translateY(-2px);
}

.skip-btn {
  background: transparent;
  color: #666;
  border: 2px solid #ddd;
  padding: 6px 12px;
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.skip-btn:hover {
  border-color: #999;
  color: #333;
}

/* Responsive */
@media (max-width: 992px) {
  .plans-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .plan-card {
    padding: 15px 40px;
  }
}

@media (max-width: 768px) {
  .banner-content {
    flex-direction: column;
    text-align: center;
    gap: 0px;
  }

  .banner-icon {
    margin-right: 0;
  }

  .protection-modal .modal-dialog {
    margin: 10px;
  }

  .plans-section {
    padding: 30px 20px;
  }
}

@media (max-width: 576px) {
  .plans-grid {
    grid-template-columns: 1fr;
  }

  .plan-card {
    padding: 25px;
  }

  .banner-title {
    font-size: 1.3rem;
  }

  .banner-subtitle {
    font-size: 0.9rem;
  }
}

@media (max-width: 400px) {
  .modal-footer {
    flex-direction: column;
    gap: 3px;
  }

  .continue-btn,
  .skip-btn {
    width: 100%;
  }
}

/* Product Tabs */
.product-tabs .nav-tabs {
  border-bottom: 2px solid var(--border-color);
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}

.product-tabs .nav-tabs .nav-link {
  color: #666;
  font-weight: 500;
  border: none;
  padding: 7px 18px;
  position: relative;
  white-space: nowrap;
}

.product-tabs .nav-tabs .nav-link.active {
  color: var(--primary-color);
  background: #ff33331c;
  border: 1px solid #e50e0a24;
  border-bottom: 0;
}

.product-tabs .nav-tabs .nav-link.active::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--primary-color);
}

.tab-content {
  padding: 25px 0;
}

.tab-content h5 {
  color: var(--secondary-color);
}

/* Reviews */
.reviews-summary {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 25px;
}

.review-card {
  background: white;
  border: 1px solid var(--border-color);
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 15px;
}

/* Responsive */
@media (max-width: 1200px) {
  .product-container {
    padding: 0;
  }
}

@media (max-width: 768px) {
  .product-single .product-title {
    font-size: 1.5rem;
  }

  .current-price {
    font-size: 1.6rem;
  }
}

@media (max-width: 576px) {
  .product-single .product-title {
    font-size: 1.3rem;
  }

  .nav-tabs .nav-link {
    padding: 10px 15px;
    font-size: 0.85rem;
  }

  .option-group {
    flex-direction: column;
    align-items: flex-start;
  }

  .product-tabs .nav-tabs .nav-link {
    padding-inline: 14px;
  }
}

@media (max-width: 400px) {
  .product-tabs .nav-tabs .nav-link {
    padding-inline: 11px;
  }
}

/* Widgets
/* ========================================================================== */
.widget-title {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 15px;
  font-weight: 900;
  line-height: 20px;
  text-transform: uppercase;
  color: #232323;
  overflow: hidden;
}

.widget-title span {
  display: inline-block;
  position: relative;
}

.widget-title span:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 2000px;
  background-color: #a5abb7;
  top: 10px;
}

.widget-title span:after {
  left: 100%;
  margin-left: 15px;
}


/* Widget tabs
/* ========================================================================== */
.widget.widget-tabs .nav-justified {
  border: solid 3px rgba(35, 35, 35, 0.1);
}

.widget.widget-tabs .nav-justified>li>a {
  color: #232323;
  background-color: transparent;
  margin: -3px;
  font-size: 14px;
  font-weight: 700;
  padding-left: 7px;
  padding-right: 7px;
  text-transform: uppercase;
}

.widget.widget-tabs .nav-justified>li.active>a,
.widget.widget-tabs .nav-justified>li>a:hover,
.widget.widget-tabs .nav-justified>li>a:focus {
  border-color: #e50e0a;
  background-color: #e50e0a;
  color: #ffffff;
}

.widget.widget-tabs .tab-content {
  margin-top: 20px;
  overflow: hidden;
}

.widget.widget-tabs .tab-content+.btn-block {
  margin: 20px auto 0 auto;
}

.widget.widget-tabs.alt .nav-justified {
  border: none;
}

@media (min-width: 768px) {
  .widget.widget-tabs.alt .nav-justified>li+li {
    border-left: solid 1px transparent;
  }
}

.widget.widget-tabs.alt .nav-justified>li>a {
  color: #ffffff;
  background-color: #a5abb7;
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  padding-left: 12px;
  padding-right: 12px;
  text-transform: uppercase;
}

.widget.widget-tabs.alt .nav-justified>li.active>a,
.widget.widget-tabs.alt .nav-justified>li>a:hover,
.widget.widget-tabs.alt .nav-justified>li>a:focus {
  border-color: #232323;
  background-color: #232323;
  color: #ffffff;
}

@media (min-width: 768px) {
  .widget.widget-tabs.alt .nav-justified>li.active>a {
    position: relative;
  }

  .widget.widget-tabs.alt .nav-justified>li.active>a:before {
    content: '';
    display: block;
    position: absolute;
    top: -5px;
    left: 0;
    width: 100%;
    height: 5px;
    border-top: solid 5px #e50e0a;
  }
}

.widget.widget-tabs.alt .tab-content {
  margin-top: 20px;
  overflow: hidden;
}

.widget.widget-tabs.alt .tab-content+.btn-block {
  margin: 20px auto 0 auto;
}

/* Widget search
/* ========================================================================== */
.widget-search {
  max-width: 100%;
  position: relative;
}

.widget-search .form-control {
  width: 100%;
  height: 40px;
  line-height: 40px;
}

.widget-search button {
  position: absolute;
  right: 3px;
  top: 3px;
  background-color: #ffffff;
  border: none;
  padding: 2px 8px;
  line-height: 30px;
  font-size: 16px;
  color: #232323;
}

.widget-search button:before {
  content: '';
  position: absolute;
  top: 0;
  left: -34px;
  width: 34px;
  height: 34px;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}

/* Widget categories
/* ========================================================================== */
.widget-categories ul li+li {
  border-top: solid 1px rgba(0, 0, 0, 0.1);
}

.widget-categories ul li a {
  display: block;
  padding: 5px 0 5px 20px;
  position: relative;
}

.widget-categories ul li a:before {
  content: '\f0a9';
  font-family: 'FontAwesome';
  position: absolute;
  left: 0;
  top: 5px;
}

.widget-categories ul li a:hover:before {
  -webkit-animation: bounceIn .4s;
  animation: bounceIn .4s;
}

/* Widget tabs
/* ========================================================================== */
.widget.shop-categories {
  border: solid 3px rgba(35, 35, 35, 0.1);
}

.widget.shop-categories .widget-title {
  font-size: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 15px;
}

.widget.shop-categories .widget-content {
  border-top: solid 1px rgba(35, 35, 35, 0.1);
  padding: 10px 15px;
}

.widget.shop-categories ul {
  margin: -10px -15px -10px -15px;
  font-size: 14px;
  font-weight: 400;
  line-height: 15px;
  text-transform: uppercase;
}

.widget.shop-categories ul li {
  padding: 10px 15px;
  overflow: hidden;
}

.widget.shop-categories ul li+li {
  border-top: solid 1px rgba(35, 35, 35, 0.1);
}

.widget.shop-categories ul a {
  display: block;
  margin-right: 20px;
  color: #232323;
}

.widget.shop-categories ul a:hover {
  color: #e50e0a;
}

.widget.shop-categories ul a .count {
  float: right;
  text-align: right;
  font-size: 12px;
  margin-right: 2px;
}

.widget.shop-categories ul ul.children {
  font-size: 13px;
  font-weight: 700;
  line-height: 15px;
  text-transform: none;
  margin-top: 5px;
  padding-left: 30px;
}

.widget.shop-categories ul ul.children li {
  padding: 7px 15px 7px 0;
}

.widget.shop-categories ul ul.children a {
  margin-right: 0;
}

.widget.shop-categories ul .count {
  float: right;
  font-size: 12px;
  margin-right: 2px;
}

.widget.shop-categories ul .arrow {
  float: right;
  border: solid 1px #232323;
  color: #232323;
  width: 17px;
  height: 17px;
  cursor: pointer;
  text-align: center;
}

.widget.shop-categories ul .arrow .fa {
  font-size: 17px;
  line-height: 14px;
}

/* Widget tag cloud
/* ========================================================================== */
.widget-tag-cloud ul {
  overflow: hidden;
  margin-top: -7px;
}

.widget-tag-cloud ul li {
  float: left;
  margin-top: 7px;
  margin-right: 5px;
}

.widget-tag-cloud ul li a {
  display: block;
  padding: 4px 11px;
  font-size: 14px;
  line-height: 22px;
  color: #232323;
  border: solid 3px rgba(35, 35, 35, 0.1);
}

.widget-tag-cloud ul li a:hover {
  color: #ffffff;
  background-color: #232323;
  border-color: #232323;
}

/* categories page */
.categories_slide .slide-img {
  max-height: 175px !important;
  min-height: auto;
  overflow: hidden;
  border-radius: 6px;
  object-fit: fill;
}

.categories_products .thumbnail {
  border: 0.8px dashed var(--border-color);
  box-shadow: 0 0px 2px rgb(0 0 0 / 0%);
  transition: all 0.3s ease;
  border-radius: 6px;
  margin-bottom: 20px;
}

.categories_products .thumbnail .buttons .btn {
  padding: 7px 9px;
  font-size: 10px;
  line-height: 13px;
}

.categories_products .thumbnail:hover {
  border: 0.8px dashed #e50e0a61 !important;
  transition: all 0.3s ease;
}

.thumbnail:hover .caption-title a {
  color: var(--primary-color);
  transition: all 0.3s ease;
}

.thumbnail:hover .media-link img {
  filter: brightness(1) contrast(1.5) hue-rotate(5deg);
  transform: scale(1.02);
  transition: all 0.3s ease;
}

.thumbnail .buttons .btn:hover {
  color: #fff !important;
}

/* Mobile Filter Toggle Button */
.filter-toggle {
  position: fixed;
  top: 78px;
  left: 20px;
  z-index: 1000;
  background: var(--primary-color);
  color: white;
  border: none;
  width: 35px;
  height: 35px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  box-shadow: 0 5px 15px rgba(229, 14, 10, 0.3);
  cursor: pointer;
  transition: all 0.3s ease;
}

.filter-toggle:hover {
  background: #c90c08;
  transform: scale(1.05);
}

/* Filter Sidebar */
.filter-sidebar {
  width: 100%;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Sidebar Header */
.sidebar-header {
  background: linear-gradient(135deg, #b10b08 0%, #ff3733 100%);
  color: white;
  padding: 11px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.sidebar-title {
  font-size: 1.2rem;
  color: #fff;
  font-weight: 700;
  margin: 0;
}

.close-sidebar {
  background: rgba(255, 255, 255, 0.2);
  color: white;
  border: none;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.close-sidebar:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: rotate(90deg);
}

/* Sidebar Content */
.sidebar-content {
  padding: 15px 10px 0;
  border: 1px dashed #e50e0a52;
  border-top: 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.filter-section {
  margin-bottom: 12px;
  border-bottom: 1px dashed var(--border-color);
  padding-bottom: 12px;
}

.filter-section:last-child {
  border-bottom: none;
}

.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  cursor: pointer;
}

.section-title-sidebar {
  font-size: 1rem;
  font-weight: 600;
  color: var(--secondary-color);
  margin: 0;
  display: flex;
  align-items: center;
  gap: 6px;
}

.section-icon {
  color: var(--primary-color);
  font-size: 1rem;
  width: 20px;
}

.section-toggle {
  color: #999;
  transition: transform 0.3s ease;
}

.section-toggle.collapsed {
  transform: rotate(180deg);
}

/* Category Filter */
.category-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.category-item {
  padding: 6px 10px;
  margin-bottom: 5px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.category-item:hover {
  background: rgba(229, 14, 10, 0.05);
}

.category-item.active {
  background: rgba(229, 14, 10, 0.1);
  color: var(--primary-color);
  font-weight: 600;
}

.category-name {
  display: flex;
  align-items: center;
  gap: 12px;
}

.category-icon {
  width: 24px;
  height: 24px;
  border-radius: 6px;
  background: var(--light-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  color: var(--primary-color);
}

.category-count {
  background: var(--light-bg);
  color: #666;
  padding: 3px 10px;
  border-radius: 15px;
  font-size: 0.7rem;
  font-weight: 500;
}

/* Brand Filter */
.brand-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6px;
}

.brand-item {
  padding: 3px 15px;
  border: 2px solid var(--border-color);
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  font-weight: 500;
  background: white;
}

.brand-item:hover {
  border-color: #ccc;
}

.brand-item.active {
  border-color: var(--primary-color);
  background: rgba(229, 14, 10, 0.05);
  color: var(--primary-color);
  font-weight: 600;
}

/* Store Filter */
.store-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.store-item {
  padding: 7px 15px;
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin-bottom: 7px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
}

.store-item:hover {
  border-color: #ccc;
  background: #fafafa;
}

.store-item.active {
  border-color: var(--primary-color);
  background: rgba(229, 14, 10, 0.05);
}

.store-icon {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  overflow: hidden;
  background: var(--light-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: var(--primary-color);
}

.store-info {
  flex: 1;
}

.store-name {
  font-weight: 600;
  margin-bottom: 3px;
}

.store-rating {
  color: #ffb300;
  font-size: 0.9rem;
  margin-bottom: 3px;
}

.store-distance {
  color: #666;
  font-size: 0.8rem;
}

/* Price Range */
.price-range-container {
  padding: 0 5px;
}

.price-inputs {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
}

.price-input {
  flex: 1;
}

.price-input label {
  display: block;
  font-size: 0.85rem;
  color: #666;
  margin-bottom: 5px;
}

.price-input input {
  width: 100%;
  padding: 10px 15px;
  border: 2px solid var(--border-color);
  border-radius: 8px;
  font-size: 0.95rem;
  transition: all 0.3s ease;
}

.price-input input:focus {
  border-color: var(--primary-color);
  outline: none;
}

.range-slider {
  height: 6px;
  background: var(--border-color);
  border-radius: 3px;
  position: relative;
  margin: 16px 0;
}

.range-progress {
  height: 6px;
  background: var(--primary-color);
  border-radius: 3px;
  position: absolute;
  left: 25%;
  right: 25%;
}

.range-input {
  position: absolute;
  width: 100%;
  height: 6px;
  background: none;
  pointer-events: none;
  appearance: none;
}

.range-input::-webkit-slider-thumb {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: var(--primary-color);
  border: 3px solid white;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  pointer-events: auto;
  appearance: none;
  cursor: pointer;
}

.price-labels {
  display: flex;
  justify-content: space-between;
  font-size: 0.85rem;
  color: #666;
}

/* Condition Filter */
.condition-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.condition-item {
  padding: 4px 10px;
  border: 1px solid var(--border-color);
  border-radius: 8px;
  margin-bottom: 7px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.condition-item:hover {
  border-color: #ccc;
}

.condition-item.active {
  border-color: var(--primary-color);
  background: rgba(229, 14, 10, 0.05);
}

.condition-badge {
  padding: 2px 7px;
  border-radius: 15px;
  font-size: 0.7rem;
  font-weight: 600;
}

.condition-badge.new {
  background: rgba(16, 185, 129, 0.1);
  color: #10b981;
}

.condition-badge.good {
  background: rgba(59, 130, 246, 0.1);
  color: #3b82f6;
}

.condition-badge.fair {
  background: rgba(245, 158, 11, 0.1);
  color: #f59e0b;
}

/* Warranty Filter */
.warranty-options {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 6px;
}

.warranty-option {
  padding: 10px;
  border: 2px solid var(--border-color);
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  background: white;
}

.warranty-option:hover {
  border-color: #ccc;
}

.warranty-option.active {
  border-color: var(--primary-color);
  background: rgba(229, 14, 10, 0.05);
}

.warranty-icon {
  font-size: 1.1rem;
  color: var(--primary-color);
}

.warranty-label {
  font-weight: 600;
}

.warranty-desc {
  font-size: 0.8rem;
  color: #666;
}

/* RAM Filter */
.ram-options {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.ram-option {
  padding: 4px 10px;
  border: 2px solid var(--border-color);
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  background: white;
  font-weight: 500;
}

.ram-option:hover {
  border-color: #ccc;
}

.ram-option.active {
  border-color: var(--primary-color);
  background: rgba(229, 14, 10, 0.05);
  color: var(--primary-color);
}

/* Filter Actions */
.filter-actions {
  background: white;
  padding: 10px 0;
  border-top: 1px solid var(--border-color);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 7px;
}

.btn-clear {
  background: white;
  color: #666;
  border: 2px solid var(--border-color);
  padding: 5px 12px;
  border-radius: 8px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-clear:hover {
  border-color: #999;
  color: #333;
}

.btn-apply {
  background: var(--primary-color);
  color: white;
  border: none;
  padding: 5px 12px;
  border-radius: 8px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-apply:hover {
  background: #c90c08;
}

/* Responsive */
@media (min-width: 992px) {
  .filter-toggle {
    display: none;
  }

  .filter-sidebar {
    height: auto;
    min-height: 100dvh;
    position: relative;
    transform: translateX(0);
  }


  .sidebar-overlay {
    display: none !important;
  }

  .close-sidebar {
    display: none;
  }
}

@media (max-width: 991px) {
  .filter-sidebar {
    width: 300px;
  }


  .filter-sidebar {
    background: white;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    overflow-y: auto;
    box-shadow: 5px 0 25px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateX(0);
  }

  .filter-actions {
    padding-inline: 10px;
  }

  .filter-sidebar.hidden {
    transform: translateX(-100%);
  }

  .sidebar-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 998;
    display: none;
  }

  .sidebar-overlay.active {
    display: block;
    animation: fadeIn 0.3s ease;
  }

  @keyframes fadeIn {
    from {
      opacity: 0;
    }

    to {
      opacity: 1;
    }
  }


}

@media (max-width: 768px) {
  .filter-sidebar {
    width: 100%;
    max-width: 260px;
  }

  .warranty-options {
    grid-template-columns: 1fr;
  }

  .ram-options {
    justify-content: center;
  }

  .thumbnail .btn-wish-list,
  .thumbnail .btn-compare {
    opacity: 1;
  }
}

@media (max-width: 480px) {
  .sidebar-content {
    padding: 20px 15px;
  }

  .filter-actions {
    padding: 15px;
    flex-direction: column;
  }

  .btn-clear,
  .btn-apply {
    width: 100%;
  }

  .filter-sidebar {
    width: 100%;
    max-width: 100%;
  }
}


/* Shop info banners
/* ========================================================================== */
.product-list {
  max-width: 450px;
  margin: 0 auto;
}

.product-list .media {
  clear: both;
}

.product-list .media+.media {
  padding-top: 15px;
}

.product-list .media-heading {
  font-size: 18px;
  font-weight: 300;
  color: #232323;
}

.product-list .media-heading a {
  color: #232323;
}

.product-list .media-heading small {
  display: block;
  margin-top: 5px;
}

.product-list .media-body {
  min-height: 80px;
}

.product-list .price {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
}

.product-list .price del {
  font-weight: normal;
  font-size: 14px;
  color: #232323;
}

.product-list .price ins {
  padding-right: 5px;
  text-decoration: none;
  color: #e50e0a;
}

.product-list .rating {
  font-size: 14px;
}

.product-list .media-link {
  padding: 0;
  width: 70px;
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;

}

.product-list .media-link .fa {
  position: absolute;
  bottom: 50%;
  left: 50%;
  font-size: 24px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-left: -15px;
  margin-bottom: -15px;
  color: #ffffff;
  z-index: 11;
  opacity: 0;
  text-align: center;
}

.product-list .media-link:after {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 177, 106, 0);
  z-index: 10;
}

.product-list .media-link:hover .fa {
  bottom: 50%;
  opacity: 1;
}


.product-list img.media-object {
  width: auto;
  height: auto;
  max-width: 100%;
}

/* Shop info banners
/* ========================================================================== */
.shop-info-banners .block {
  max-width: 450px;
  margin: 0 auto;
  padding: 15px 17px;
  border: solid 4px #dc3545;
  background-color: transparent;
  color: #3c3c3c;
  font-weight: 500;
  line-height: 18px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.shop-info-banners .block .fa {
  font-size: 60px;
  line-height: 60px;
  color: #dc3545;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.shop-info-banners .block .media-heading {
  font-size: 19px;
  line-height: 24px;
  font-weight: 900;
  color: #3c3c3c;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.shop-info-banners .block:hover {
  color: #ffffff;
  background-color: #3c3c3c;
}

.shop-info-banners .block:hover .fa {
  color: #ffffff;
}

.shop-info-banners .block:hover .media-heading {
  color: #ffffff;
}

/* Shop sorting
/* ========================================================================== */
.shop-sorting {
  border-bottom: solid 1px rgba(35, 35, 35, 0.1);
  padding-bottom: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.shop-sorting .bootstrap-select>.selectpicker {
  height: 35px;
}

.shop-sorting .bootstrap-select .selectpicker>.filter-option {
  font-size: 13px;
  font-weight: 700;
  line-height: 17px;
  text-transform: none;
}

.shop-sorting .col-sm-4 .btn-theme {
  height: 35px;
  width: 35px;
  line-height: 1;
  padding: 6px;
}

.shop-sorting .col-sm-4 .btn-theme:hover {
  background-color: #e50e0a;
}

/* Shopping cart form, sign in ...
/* ========================================================================== */
.form-sign-in {
  margin-bottom: 30px;
}

.form-sign-in .row {
  margin-top: -15px;
}

.form-sign-in .row+.row {
  margin-top: 0;
}

.form-sign-in .row div[class*="col-"],
.form-sign-in .row aside[class*="col-"] {
  margin-top: 15px;
}

.form-sign-in .btn-block {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 992px) {
  .form-sign-in .btn-block {
    max-width: 100%;
  }
}

.form-sign-in .btn.facebook {
  background-color: #3e5c98;
  border-color: #3e5c98;
}

.form-sign-in .btn.twitter {
  background-color: #EA4335;
  border-color: #EA4335;
}

.form-sign-in .btn.facebook:hover,
.form-sign-in .btn.twitter:hover {
  background-color: #232323;
  border-color: #232323;
}

.form-sign-in .form-group {
  margin-bottom: 0;
}

.form-sign-in .checkbox {
  font-size: 11px;
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #232323;
}

.form-sign-in .checkbox label {
  font-weight: 700 !important;
}

.form-sign-in .checkbox input[type=checkbox] {
  margin-top: 2px;
}

.form-sign-in .forgot-password,
.form-sign-in .bootstrap-select .selectpicker>.filter-option {
  color: #232323 !important;
  font-weight: 700 !important;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 22px;
}

.form-sign-in .forgot-password:hover {
  border-bottom: solid 1px #232323;
}

.form-sign-in ::-webkit-input-placeholder {
  color: #232323 !important;
  font-weight: 700 !important;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 22px;
}

.form-sign-in :-moz-placeholder {
  color: #232323 !important;
  font-weight: 700 !important;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 22px;
}

.form-sign-in ::-moz-placeholder {
  color: #232323 !important;
  font-weight: 700 !important;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 22px;
}

.form-sign-in :-ms-input-placeholder {
  color: #232323 !important;
  font-weight: 700 !important;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 22px;
}

.orders {
  margin-bottom: 30px;
}

.orders thead {
  background-color: #232323;
  color: #ffffff;
}

.orders thead>tr>th {
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 14px;
  font-weight: 300;
  border: none;
}

.orders .table>thead>tr>th,
.orders .table>tbody>tr>th,
.orders .table>tfoot>tr>th,
.orders .table>thead>tr>td,
.orders .table>tbody>tr>td,
.orders .table>tfoot>tr>td {
  border-top: none;
  border-bottom: solid 1px #e9e9e9;
}

.orders td.image {
  padding-left: 0;
}

.orders td.quantity {
  font-size: 15px;
  font-weight: 700;
  color: #232323;
  vertical-align: middle;
}

.orders td.description {
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
  color: #232323;
  vertical-align: middle;
}

.orders td.description h4 {
  margin: 0;
  font-weight: 300;
}

.orders td.description h4 a {
  color: #232323;
  font-size: 19px;
}

.orders td.description h4 a:hover {
  color: #e50e0a;
}

.orders td.add {
  vertical-align: middle;
}

.orders td.total {
  font-size: 18px;
  font-weight: 900;
  color: #232323;
  vertical-align: middle;
}

.orders td.total a {
  margin-left: 10px;
  float: right;
  color: #a5abb7;
}

.orders td.total a:hover {
  color: #e50e0a;
}

.orders .media-link {
  padding: 0;
  display: block;
  float: left;
  position: relative;
  overflow: hidden;
  text-align: center;
  width: 80px;
  height: 80px;
}

.orders .media-link img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}


.orders .shopping-cart {
  padding: 10px;
  border: solid 3px rgba(35, 35, 35, 0.1);
}

.orders .shopping-cart table {
  width: 100%;
}

.orders .shopping-cart table td {
  padding: 3px;
  width: 50%;
  font-size: 15px;
  text-transform: uppercase;
  text-align: right;
  padding-right: 10px;
  color: #232323;
}

.orders .shopping-cart table td+td {
  text-align: left;
  padding-right: 3px;
  padding-left: 10px;
}

.orders .shopping-cart table tfoot td {
  border-top: solid 1px #a5abb7;
  font-size: 18px;
  font-weight: 900;
  color: #232323;
}

.wishlist thead {
  background-color: #232323;
  color: #ffffff;
}

.wishlist thead>tr>th {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  font-size: 14px;
  font-weight: 300;
  border: none;
}

.wishlist .table {
  margin-bottom: 30px;
}

.wishlist .table>thead>tr>th,
.wishlist .table>tbody>tr>th,
.wishlist .table>tfoot>tr>th,
.wishlist .table>thead>tr>td,
.wishlist .table>tbody>tr>td,
.wishlist .table>tfoot>tr>td {
  border-top: none;
  border-bottom: solid 1px #a5abb7;
  padding-top: 20px;
  padding-bottom: 31px;
}

.wishlist td.image {
  padding-left: 0;
}

.wishlist td.price {
  font-size: 18px;
  font-weight: 400;
  color: #232323;
  vertical-align: middle;
}

.wishlist td.description {
  font-size: 15px;
  line-height: 24px;
  font-weight: 700;
  color: #232323;
  vertical-align: middle;
}

.wishlist td.description h4 {
  margin: 0;
  font-weight: 300;
  font-size: 1rem;
}

.wishlist td.description h4 a {
  color: #232323;
}

.wishlist td.description h4 a:hover {
  color: #e50e0a;
}

.wishlist td.add {
  vertical-align: middle;
}

.wishlist td.add .btn-theme {
  font-size: 12px;
  line-height: 16px;
  padding: 9px 30px;
  border-radius: 6px;
}

.wishlist td.add .btn-theme .fa {
  font-size: 16px;
  line-height: 16px;
}

.wishlist td.total {
  font-size: 18px;
  font-weight: 900;
  color: #232323;
  vertical-align: middle;
}

.wishlist td.total a {
  margin-left: 10px;
  float: right;
  color: #232323;
}

.wishlist td.total a:hover {
  color: #e50e0a;
}

.wishlist td.total a .fa-close:before {
  font-family: 'Lato', sans-serif;
  content: 'X';
}

.wishlist .media-link {
  padding: 0;
  display: block;
  float: left;
  position: relative;
  overflow: hidden;
  text-align: center;
  width: 70px;
  height: 70px;
}

.wishlist .media-link img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.wishlist .media-link .fa {
  position: absolute;
  bottom: 50%;
  left: 50%;
  font-size: 24px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-left: -15px;
  margin-bottom: -15px;
  color: #ffffff;
  z-index: 11;
  opacity: 0;
}

.wishlist .media-link:after {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 177, 106, 0);
  z-index: 10;
}

.wishlist .media-link:hover .fa {
  bottom: 50%;
  opacity: 1;
}

.wishlist .media-link:hover:after {
  background-color: rgba(0, 177, 106, 0.7);
}

.wishlist .btn-continue-shopping {
  font-size: 12px;
  line-height: 16px;
  padding: 7px 50px;
}

.wishlist .btn-continue-shopping .fa {
  font-size: 16px;
  line-height: 16px;
}

.wishlist .form-sign-in .row {
  margin-top: -20px;
}

.wishlist .form-sign-in .row+.row {
  margin-top: 0;
}

.wishlist .form-sign-in .row div[class*="col-"],
.wishlist .form-sign-in .row aside[class*="col-"] {
  margin-top: 20px;
}

.wishlist .form-sign-in .hello-text-wrap {
  margin-top: 8px !important;
}

.wishlist .form-sign-in .btn-theme {
  padding-top: 14px;
  padding-bottom: 14px;
  border-radius: 6px;
}

.wishlist .form-sign-in .form-control {
  height: 50px;
}

.wishlist .form-sign-in .form-control:-moz-placeholder {
  line-height: 30px;
}

.wishlist .form-sign-in .form-control::-moz-placeholder {
  line-height: 30px;
}

.wishlist .form-sign-in .form-control::-webkit-input-placeholder {
  line-height: 30px;
}

.wishlist .form-sign-in .form-control:-ms-input-placeholder {
  line-height: 30px;
}

.wishlist .form-sign-in .col-md-12.col-lg-6.text-right-lg {
  line-height: 0;
}

@media (max-width: 1199px) {
  .wishlist .form-sign-in .col-md-12.col-lg-6.text-right-lg {
    margin-top: 0;
  }
}

.wishlist .form-sign-in .forgot-password {
  line-height: 18px;
}

.form-delivery {
  margin-bottom: 30px;
}

.form-delivery .row {
  margin-top: -15px;
}

.form-delivery .row+.row {
  margin-top: 0;
}

.form-delivery .row div[class*="col-"],
.form-delivery .row aside[class*="col-"] {
  margin-top: 15px;
}

.form-delivery .form-group {
  margin-bottom: 0;
}

.form-delivery .checkbox {
  font-size: 11px;
  text-transform: uppercase;
  color: #232323;
}

.form-delivery .checkbox label {
  font-weight: 700 !important;
}

.form-delivery .checkbox input[type=checkbox] {
  margin-top: 2px;
}

.form-delivery .bootstrap-select .selectpicker>.filter-option {
  color: #232323 !important;
  font-weight: 700 !important;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 22px;
}

.form-delivery ::-webkit-input-placeholder {
  color: #232323 !important;
  font-weight: 700 !important;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 22px;
}

.form-delivery :-moz-placeholder {
  color: #232323 !important;
  font-weight: 700 !important;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 22px;
}

.form-delivery ::-moz-placeholder {
  color: #232323 !important;
  font-weight: 700 !important;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 22px;
}

.form-delivery :-ms-input-placeholder {
  color: #232323 !important;
  font-weight: 700 !important;
  font-size: 11px;
  text-transform: uppercase;
  line-height: 22px;
}

.payments-options {
  margin-bottom: 30px;
}

.payments-options .panel {
  border: none;
  border-radius: 0 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: solid 1px #e9e9e9;
}

.payments-options .panel-heading {
  background: none;
  padding-left: 0;
  padding-right: 0;
}

.payments-options .panel-title {
  font-size: 14px;
  line-height: 22px;
  color: #232323;
  font-weight: 700;
}

.payments-options .panel-title .collapsed {
  font-weight: 400;
}

.payments-options .panel-title a {
  display: inline-block;
}

.payments-options .panel-title .overflowed {
  margin-top: -2px;
}

.payments-options .panel-title .overflowed img {
  margin-left: 5px;
}

.payments-options .panel-body {
  padding-top: 0;
  padding-right: 0;
  padding-left: 0;
}

.payments-options .panel-default>.panel-heading+.panel-collapse>.panel-body {
  border: none;
}

.payments-options .dot {
  display: inline-block;
  float: left;
  width: 20px;
  height: 20px;
  border: solid 3px #d3d3d3;
  border-radius: 10px;
  margin-right: 10px;
  position: relative;
}

.payments-options .dot:before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  margin: 3px 0 0 3px;
  border-radius: 4px;
  background-color: #232323;
}

.payments-options .collapsed .dot:before {
  content: none;
}

.payments-options .alert {
  margin-bottom: 0;
  color: #232323;
}


/* Error page
/* ========================================================================== */
.error-page {
  padding-top: 40px;
}

.error-page h2 {
  margin: 0 0 30px 0;
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
  color: #232323;
}

.error-page h2 .fa {
  color: #ea0000;
}

.error-page h3 {
  margin: 0 0 15px 0;
  color: #ea0000;
  font-size: 160px;
  line-height: 160px;
  font-weight: bold;
}

.error-page .error-icon .fa {
  width: 100px;
  height: 100px;
  font-size: 50px;
  text-align: center;
  line-height: 100px;
  border-radius: 50px;
  margin-bottom: 30px;
  background-color: #232323;
  color: #ffffff;
}

@media screen and (max-width:575px) {
  .error-page h3 {
    font-size: 100px;
    line-height: 100px;
  }
}

/* Contact form
/* ========================================================================== */
#contact-form .af-inner {
  margin-bottom: 20px;
}

#contact-form textarea.form-control {
  height: 180px;
}

#contact-form .alert {
  margin-left: 15px;
  margin-right: 15px;
  padding: 10px 15px;
  border-color: #e50e0a;
  background-color: #e50e0a;
  color: #ffffff;
}

#contact-form .tooltip {
  left: 15px !important;
}

#contact-form .tooltip-inner {
  border-radius: 0;
  padding: 10px 20px;
  background-color: #000000;
}

#contact-form .tooltip-arrow {
  border-top-color: #000000;
}

/* Contact info
/* ========================================================================== */
.contact-info .media .fa {
  padding: 0;
  width: 40px;
  min-width: 40px;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  border-radius: 20px;
  text-align: center;
  background-color: #dc3545;
  color: #ffffff;
}

.contact-info .media-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact-info .media-body {
  line-height: 22px;
}

/* Google map
/* ========================================================================== */
.google-map,
#map-canvas {
  min-height: 390px;
  max-height: 390px;
}

@media (max-height: 600px) {

  .google-map,
  #map-canvas {
    min-height: 390px;
    max-height: 390px;
  }
}

@media (max-height: 400px) {

  .google-map,
  #map-canvas {
    min-height: 200px;
    max-height: 200px;
  }
}

/* Back to top button
/* ========================================================================== */
.to-top {
  z-index: 9999;
  width: 40px;
  height: 40px;
  font-size: 25px;
  line-height: 35px;
  text-align: center;
  position: fixed;
  bottom: -100px;
  right: 20px;
  margin-left: -20px;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-color: transparent;
  background-color: #e50e0a9c;
  border: solid 2px #e50e0a;
  color: #ffffff;
}

.to-top:hover {
  background-color: #ffffff;
  border-color: #e50e0a;
  color: #e50e0a;
}

/* Header styles
/* ========================================================================== */
.sf-menu.nav>li>a:hover,
.sf-menu.nav>li>a:focus {
  background-color: #232323;
}

.sf-menu li.megamenu>ul li ul li {
  display: inline-block;
  width: 85%;
}

/* My Account
/* ========================================================================== */
.information-title {
  border-bottom: 1px solid #ddd8d8;
  background-color: #f5f6f7;
  padding: 10px 20px;
  text-align: center;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #232323;
}

.details-box>ul {
  background-color: #f5f6f7;
  padding: 20px 20px;
}

.details-box>ul li {
  text-transform: capitalize;
  padding-bottom: 5px;
}

.details-box>ul li a:before {
  content: '\f0a9';
  font-family: 'FontAwesome';
  position: absolute;
  left: 0;
  top: 5px;
  padding-right: 10px;
}

.details-box>ul li a {
  color: #232323;
  display: block;
  padding: 5px 0 5px 20px;
  position: relative;
}

.details-box>ul li a:hover::before {
  -webkit-animation: 0.4s ease 0s normal none 1 running bounceIn;
  animation: 0.4s ease 0s normal none 1 running bounceIn;
}

.details-box label {
  font-size: 14px;
  margin-bottom: 0;
  margin-right: 15px;
  vertical-align: middle;
}

.details-box .table>thead>tr>th,
.details-box .table>tbody>tr>th,
.details-box .table>tfoot>tr>th,
.details-box .table>thead>tr>td,
.details-box .table>tbody>tr>td,
.details-box .table>tfoot>tr>td {
  vertical-align: middle;
}

.order-status {
  text-align: right;
}

.details-box .status {
  font-weight: 700;
  text-transform: uppercase;
}

.details-box .return-request {
  display: inline-block;
  font-weight: 700;
  margin-right: 10px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
}

.details-box .ratings>p {
  margin: 10px 0;
}

.reviews h2 {
  color: #232323;
  font-size: 30px;
  font-weight: normal;
  margin-top: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  .details-box .order-status .btn-theme {
    display: block;
    margin-top: 5px;
  }
}

@media (max-width: 767px) {
  .details-box .order-status .btn-theme {
    display: block;
    margin-top: 5px;
  }

  .orders table,
  .wishlist .table {
    min-width: 780px;
  }

  .table-responsive {
    display: block;
    overflow-x: auto;
  }
}

@media (max-width: 575px) {
  .orders table {
    min-width: 540px;
  }
}

.widget.account-details ul {
  border: 3px solid rgba(35, 35, 35, 0.1);
}

.widget.account-details .widget-title {
  padding: 10px 15px;
  border-bottom: 1px solid #ddd8d8;
  background-color: #f5f6f7;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 20px;
  text-align: center;
}

.widget.account-details li {
  border-bottom: 1px solid rgba(35, 35, 35, 0.1);
  padding: 10px 15px;
  text-transform: uppercase;
}

.widget.account-details li a {
  color: #232323;
}

.widget.account-details li.active a {
  color: #e50e0a;
}

.widget.account-details li a:hover,
.widget.account-details li a:focus,
.details-box>ul li a:hover,
.details-box>ul li a:focus {
  color: #e50e0a;
}

/* Helper classes
/* ========================================================================== */
@media (min-width: 480px) and (max-width: 767px) {

  .col-xsp-4,
  .col-xsp-6,
  .col-xsp-8 {
    float: left;
  }

  .col-xsp-4 {
    width: 33.33333333%;
  }

  .col-xsp-6 {
    width: 50%;
  }

  .col-xsp-8 {
    width: 66.66666667%;
  }

  .col-xsp-offset-3 {
    margin-left: 25%;
  }
}

@media (min-width: 1200px) {
  .text-left-lg {
    text-align: left;
  }

  .text-right-lg {
    text-align: right;
  }

  .text-center-lg {
    text-align: center;
  }
}

@media (min-width: 992px) {
  .text-left-md {
    text-align: left;
  }

  .text-right-md {
    text-align: right;
  }

  .text-center-md {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .text-left-sm {
    text-align: left;
  }

  .text-right-sm {
    text-align: right;
  }

  .text-center-sm {
    text-align: center;
  }
}

.text-uppercase {
  text-transform: uppercase;
}

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

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

.clear {
  clear: both;
}

.inline-block {
  display: inline-block !important;
}

.overflowed {
  overflow: hidden;
  position: relative;
}

.relative {
  position: relative;
}

.vhidden {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

.div-table,
.div-cell {
  height: 100% !important;
  display: table !important;
}

.div-cell {
  display: table-cell !important;
  vertical-align: middle !important;
  float: none !important;
}

.div-table.full-width {
  width: 100%;
}

.row.div-table {
  margin: 0;
}

@media (max-width: 767px) {
  .row.div-table .div-cell {
    display: block !important;
  }
}

.div-cell.va-top {
  vertical-align: top !important;
}

.div-cell.padding-top {
  padding-top: 15px;
}

.div-cell.padding-bottom {
  padding-top: 15px;
}

/* Remove firefox dotted line
/* -------------------------------------------------------------------------- */
a,
a:active,
a:focus,
input,
input:active,
input:focus,
button,
button:active,
button:focus,
select,
select:active,
select:focus,
.bootstrap-select .btn,
.bootstrap-select .btn:active,
.bootstrap-select .btn:focus {
  outline: 0 !important;
}

/* Remove webkit outline glow
/* -------------------------------------------------------------------------- */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* ðŸ”” Announcement / Marquee Bar */
.announcement-bar {
  background: linear-gradient(90deg, #212529, #e50e0a);
  color: #fff;
  padding: 6px 0;
  overflow: hidden;
  position: relative;
}

.announcement-content {
  display: inline-block;
  white-space: nowrap;
  font-weight: 500;
  font-size: 16px;
  animation: scroll-left 30s linear infinite;
}

@keyframes scroll-left {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-100%);
  }
}

.announcement-bar:hover .announcement-content {
  animation-play-state: paused;
}

/* Section Styling */
.sell-device-section {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 2px dashed #eaeaea;
  position: relative;
}

.sell-device-section:last-of-type {
  border-bottom: none;
  margin-bottom: 30px;
}

.sell-device-section-title {
  font-size: 1.56rem;
  color: #000;
  margin-bottom: 20px;
  position: relative;
  display: flex;
  align-items: center;
}

.sell-device-section-title span {
  background: #e50e0a;
  padding: 0 15px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
}

/* Form Grid */
.sell-device-form-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 25px;
}

.sell-device-form-group label {
  display: block;
  margin-bottom: 4px;
  font-weight: 600;
  color: #444;
  font-size: 1rem;
  text-transform: capitalize;
  line-height: 1.4;
}

.sell-device-form-control {
  width: 100%;
  padding: 6px 12px;
  border: 2px solid #e0e0e0;
  border-radius: 10px;
  font-size: 1rem;
  transition: all 0.3s ease;
  background: #fafbfc;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.sell-device-form-control:focus {
  outline: none;
  border-color: #dc3545;
  box-shadow: 0 0 0 3px #dc35453d;
  background: white;
}

.sell-device-form-hint {
  font-size: 0.9rem;
  color: #7f8c8d;
  margin-top: 8px;
  font-style: italic;
}

/* Select Styling */
.sell-device-form-select-wrapper {
  position: relative;
}

.sell-device-form-select-wrapper::after {
  content: '\f078';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #7f8c8d;
  pointer-events: none;
}

/* Radio Buttons */
.sell-device-radio-group {
  display: flex;
  gap: 5px;
  margin-top: 10px;
}

.sell-device-radio-option {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.sell-device-radio-option input[type="radio"] {
  appearance: none;
  width: 22px;
  height: 22px;
  border: 2px solid #ddd;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  position: relative;
  transition: all 0.3s;
}

.sell-device-radio-option input[type="radio"]:checked {
  border-color: #dc3545;
  background-color: #dc3545;
}

.sell-device-radio-option input[type="radio"]:checked::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: white;
}

/* File Upload */
.sell-device-file-upload {
  border: 3px dashed #bdc3c7;
  border-radius: 15px;
  padding: 40px 20px;
  text-align: center;
  transition: all 0.3s;
  cursor: pointer;
  background: #f8f9fa;
}

.sell-device-file-upload:hover {
  border-color: #dc3545;
  background: #dc354508;
}

.sell-device-file-upload-icon {
  font-size: 3.5rem;
  color: #dc3545;
  margin-bottom: 20px;
}

.sell-device-file-upload-text {
  font-size: 1.2rem;
  color: #2c3e50;
  margin-bottom: 10px;
  font-weight: 500;
}

.sell-device-file-upload-hint {
  color: #7f8c8d;
  font-size: 0.95rem;
  max-width: 500px;
  margin: 0 auto;
}

/* Price Section */
.sell-device-price-container {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.sell-device-price-input {
  position: relative;
  flex: 1;
  min-width: 250px;
}

.sell-device-price-input::before {
  content: '₹';
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: bold;
  color: #2c3e50;
  font-size: 1.2rem;
  z-index: 1;
}

.sell-device-price-input .sell-device-form-control {
  padding-left: 45px;
}

/* Textarea */
.sell-device-textarea {
  min-height: 120px;
  resize: vertical;
}

/* Buttons */
.sell-device-form-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 20px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .sell-device-form-grid {
    grid-template-columns: 1fr;
  }

  .sell-device-section-title {
    font-size: 1.5rem;
  }

  .sell-device-radio-group {
    flex-direction: column;
    gap: 15px;
  }

  .sell-device-form-buttons {
    flex-direction: column;
  }

  .sell-device-btn {
    width: 100%;
    justify-content: center;
  }
}

/* Animation for form sections */
@keyframes sell-device-fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.sell-device-section {
  animation: sell-device-fadeInUp 0.5s ease forwards;
}

.sell-device-section:nth-child(1) {
  animation-delay: 0.1s;
}

.sell-device-section:nth-child(2) {
  animation-delay: 0.2s;
}

.sell-device-section:nth-child(3) {
  animation-delay: 0.3s;
}

.sell-device-section:nth-child(4) {
  animation-delay: 0.4s;
}

/* Cart Page  */

/* Cart Header */
.cart__header {
  background: linear-gradient(135deg, #dc3545 0%, #bb2a38 100%);
  color: white;
  padding: 15px 20px;
  border-radius: 15px 15px 0 0;
  margin-bottom: 0;
}

.cart__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.cart__title-text {
  font-size: 1.4rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 15px;
}

.cart__icon {
  font-size: 1.8rem;
}

.cart__item-count {
  background: rgba(255, 255, 255, 0.2);
  padding: 5px 15px;
  border-radius: 20px;
  font-size: 0.9rem;
}

/* Cart Content */
.cart__content {
  background: white;
  border-radius: 0 0 15px 15px;
  overflow: hidden;
  margin-bottom: 30px;
  border: 1px dashed #dc35454a;
  border-top: 0;
}

/* Empty Cart State */
.cart__empty {
  padding: 60px 30px;
  text-align: center;
}

.cart__empty-icon {
  font-size: 5rem;
  color: #ddd;
  margin-bottom: 20px;
}

.cart__empty-title {
  font-size: 1.8rem;
  color: var(--color-text-light);
  margin-bottom: 15px;
}

.cart__empty-text {
  color: var(--color-text-lighter);
  margin-bottom: 30px;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}

.cart__shop-btn {
  background: var(--primary-color);
  color: white;
  border: none;
  padding: 12px 35px;
  border-radius: 50px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease;
}

.cart__shop-btn:hover {
  background: #c90c08;
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(229, 14, 10, 0.2);
}

/* Cart Item */
.cart-item {
  display: flex;
  padding: 25px;
  border-bottom: 1px solid var(--border-color);
  transition: all 0.3s ease;
}

.cart-item:hover {
  background: #fafafa;
}

.cart-item--protection {
  background: linear-gradient(135deg, rgba(229, 14, 10, 0.03) 0%, rgba(229, 14, 10, 0.01) 100%);
  border-left: 4px solid var(--primary-color);
}

.cart-item__image {
  width: 140px;
  height: 140px;
  border-radius: 10px;
  overflow: hidden;
  background: var(--light-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-right: 25px;
}

.cart-item__image img {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
}

.cart-item__content {
  flex: 1;
}

.cart-item__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 15px;
}

.cart-item__info {
  flex: 1;
}

.cart-item__title {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--secondary-color);
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.cart-item__badge {
  background: var(--primary-color);
  color: white;
  padding: 4px 12px;
  border-radius: 15px;
  font-size: 0.8rem;
  font-weight: 600;
}

.cart-item__badge--addon {
  background: var(--success-color);
}

.cart-item__subtitle {
  color: var(--color-text-light);
  font-size: 0.95rem;
  margin-bottom: 10px;
  line-height: 1.4;
}

.cart-item__brand {
  display: inline-block;
  background: var(--light-bg);
  padding: 3px 12px;
  border-radius: 15px;
  font-size: 0.85rem;
  color: var(--color-text-light);
}

.cart-item__remove {
  background: transparent;
  border: none;
  color: var(--color-text-lighter);
  cursor: pointer;
  padding: 8px;
  border-radius: 8px;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.cart-item__remove:hover {
  color: var(--primary-color);
  background: rgba(229, 14, 10, 0.05);
}

.cart-item__specs {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.cart-item__spec {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--color-text-light);
  font-size: 0.9rem;
}

.cart-item__spec-icon {
  color: var(--primary-color);
}

.cart-item__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cart-item__quantity {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cart-item__quantity-btn {
  width: 36px;
  height: 36px;
  border: 2px solid var(--border-color);
  background: white;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 600;
  color: var(--color-text-light);
}

.cart-item__quantity-btn:hover {
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.cart-item__quantity-value {
  width: 50px;
  text-align: center;
  font-weight: 600;
  font-size: 1.1rem;
  color: var(--color-text);
}

.cart-item__pricing {
  text-align: right;
}

.cart-item__price {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 5px;
}

.cart-item__price--original {
  font-size: 1rem;
  color: var(--color-text-lighter);
  text-decoration: line-through;
  margin-bottom: 8px;
}

.cart-item__discount {
  background: rgba(16, 185, 129, 0.1);
  color: var(--success-color);
  padding: 3px 10px;
  border-radius: 15px;
  font-size: 0.85rem;
  font-weight: 600;
}

/* Cart Summary */
.cart-summary {
  background: rgb(220 53 69 / 2%);
  border: 1px dashed rgb(220 53 69 / 22%);
  padding: 30px;
  border-radius: 0 0 12px 12px;
}

.cart-summary__title {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--secondary-color);
  padding-bottom: 15px;
  border-bottom: 2px solid var(--border-color);
}

.cart-summary__row {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid var(--border-color);
}

.cart-summary__label {
  color: var(--color-text-light);
}

.cart-summary__value {
  font-weight: 600;
  color: var(--secondary-color);
}

.cart-summary__row--discount .cart-summary__value {
  color: var(--success-color);
}

.cart-summary__row--total {
  border-bottom: none;
  font-size: 1.2rem;
}

.cart-summary__row--total .cart-summary__label {
  font-weight: 700;
  color: var(--secondary-color);
}

.cart-summary__row--total .cart-summary__value {
  font-size: 1.8rem;
  color: var(--primary-color);
  font-weight: 700;
}

.cart-summary__emi {
  background: rgba(229, 14, 10, 0.05);
  padding: 15px;
  border-radius: 10px;
  margin: 20px 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.cart-summary__emi-icon {
  color: var(--primary-color);
  font-size: 1.2rem;
}

.cart-summary__emi-text {
  font-size: 0.95rem;
  color: var(--color-text);
}

.cart-summary__emi-highlight {
  color: var(--primary-color);
  font-weight: 600;
}

.cart-summary__checkout {
  background: var(--primary-color);
  color: white;
  border: none;
  padding: 18px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 1.1rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  transition: all 0.3s ease;
  cursor: pointer;
  margin-top: 20px;
}

.cart-summary__checkout:hover {
  background: #c90c08;
  transform: translateY(-3px);
  box-shadow: 0 15px 30px rgba(229, 14, 10, 0.2);
}

.cart-summary__secure {
  text-align: center;
  margin-top: 20px;
  color: var(--color-text-light);
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.cart-summary__secure-icon {
  color: var(--success-color);
}

/* Cart Actions */
.cart-actions {
  text-align: center;
  padding: 30px;
  text-align: center;
  padding: 30px;
  background: rgb(220 53 69 / 7%);
  border-radius: 15px;
  margin-top: 30px;
  border: 1px solid rgb(220 53 69 / 18%);
  border-radius: 15px;
  margin-top: 30px;
}

.cart-actions__title {
  font-size: 1.3rem;
  color: var(--secondary-color);
  margin-bottom: 20px;
}

.cart-actions__buttons {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}

.cart-actions__btn {
  background: white;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
  padding: 5px 17px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 10px;
}

.cart-actions__btn:hover {
  background: rgba(229, 14, 10, 0.05);
  transform: translateY(-2px);
  color: var(--primary-color);
}

/* Layout Grid */
.cart__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
}

@media (min-width: 992px) {
  .cart__grid {
    grid-template-columns: 2fr 1fr;
  }

  .cart-summary {
    position: sticky;
    top: 20px;
  }
}

/* Responsive */
@media (max-width: 768px) {
  .cart__title-text {
    font-size: 1.2rem;
  }

  .cart-item {
    flex-direction: column;
    padding: 20px;
  }

  .cart__icon {
    font-size: 1.2rem;
  }

  .cart-summary {
    padding: 20px;
  }

  .cart-item__image {
    width: 100%;
    height: 200px;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .cart-item__footer {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
  }

  .cart-item__pricing {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .cart-item__quantity {
    justify-content: space-between;
  }

  .cart-item__specs {
    gap: 10px;
  }
}

@media (max-width: 576px) {
  .cart__empty {
    padding: 40px 20px;
  }

  .cart__empty-icon {
    font-size: 4rem;
  }

  .cart__empty-title {
    font-size: 1.5rem;
  }

  .cart-actions__btn {
    justify-content: center;
  }
}

/* Checkout page */
.checkout__header {
  background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-color-dark) 100%);
  color: var(--color-white);
  padding: 10px 25px;
  border-radius: 15px 15px 0 0;
  margin-bottom: 0;
}

.checkout__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.checkout__title-text {
  font-size: 1.4rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 15px;
}

.checkout__icon {
  font-size: 1.8rem;
}

.checkout__steps {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 500px;
  margin-top: 20px;
}

.checkout__step {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  position: relative;
  flex: 1;
}

.checkout__step:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 20px;
  right: -50%;
  width: 100%;
  height: 2px;
  background: rgba(255, 255, 255, 0.3);
}

.checkout__step-number {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 1.1rem;
}

.checkout__step--active .checkout__step-number {
  background: var(--color-white);
  color: var(--primary-color);
}

.checkout__step--completed .checkout__step-number {
  background: var(--success-color);
  color: var(--color-white);
}

.checkout__step-label {
  font-size: 0.85rem;
  font-weight: 500;
  text-align: center;
}

/* Checkout Content */
.checkout__content {
  background: var(--color-white);
  border-radius: 0 0 15px 15px;
  overflow: hidden;
  margin-bottom: 30px;
  border: 1px dashed #dc354540;
}

/* Checkout Grid */
.checkout__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

@media (min-width: 992px) {
  .checkout__grid {
    grid-template-columns: 2fr 1fr;
  }
}

/* Checkout Forms */
.checkout__forms {
  padding: 20px;
}

/* Form Section */
.checkout-form {
  margin-bottom: 10px;
}

.checkout-form__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-block: 25px;
  padding-bottom: 15px;
  border-bottom: 2px solid var(--border-color);
}

.checkout-form__title {
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--secondary-color);
  display: flex;
  align-items: center;
  gap: 12px;
}

.checkout-form__icon {
  color: var(--primary-color);
  font-size: 1.2rem;
}

.checkout-form__edit {
  background: transparent;
  border: 1px solid var(--border-color);
  color: var(--color-text-light);
  padding: 8px 15px;
  border-radius: 8px;
  font-size: 0.9rem;
  cursor: pointer;
  transition: all 0.3s ease;
}

.checkout-form__edit:hover {
  border-color: var(--primary-color);
  color: var(--primary-color);
}

/* Form Row */
.form-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

@media (min-width: 768px) {
  .form-row {
    grid-template-columns: 1fr 1fr;
  }
}

/* Form Group */
.form-group {
  margin-bottom: 20px;
}

.form-group__label {
  display: block;
  font-weight: 600;
  color: var(--secondary-color);
  margin-bottom: 8px;
  font-size: 0.95rem;
}

.form-group__label--required::after {
  content: ' *';
  color: var(--primary-color);
}

.form-group__input {
  width: 100%;
  padding: 6px 12px;
  border: 2px solid var(--border-color);
  border-radius: 8px;
  font-size: 1rem;
  transition: all 0.3s ease;
  background: var(--color-white);
}

.form-group__input:focus {
  border-color: var(--primary-color);
  outline: none;
  box-shadow: 0 0 0 3px rgba(229, 14, 10, 0.1);
}

.form-group__input--select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23666' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14L2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
}

.form-group__error {
  color: var(--primary-color);
  font-size: 0.85rem;
  margin-top: 5px;
  display: none;
}

/* Checkbox Group */
.checkbox-group {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
  cursor: pointer;
}

.checkbox-group__input {
  width: 20px;
  height: 20px;
  border: 2px solid var(--border-color);
  border-radius: 4px;
  cursor: pointer;
}

.checkbox-group__label {
  color: var(--color-text);
  font-size: 0.95rem;
}

/* Radio Group */
.radio-group {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 10px;
}

.radio-option {
  flex: 1;
  min-width: 300px;
}

.radio-option__input {
  display: none;
}

.radio-option__label {
  display: flex;
  align-items: center;
  padding: 10px 16px;
  border: 2px solid var(--border-color);
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
  background: var(--color-white);
}

.radio-option__input:checked+.radio-option__label {
  border-color: var(--primary-color);
  background: rgba(229, 14, 10, 0.03);
}

.radio-option__icon {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background: var(--light-bger);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  color: var(--primary-color);
  font-size: 1.2rem;
}

.radio-option__content {
  flex: 1;
}

.radio-option__title {
  font-weight: 600;
  color: var(--secondary-color);
  margin-bottom: 5px;
}

.radio-option__desc {
  font-size: 0.85rem;
  color: var(--color-text-light);
}

/* Address Box */
.address-box {
  border: 2px solid var(--border-color);
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
  background: var(--color-white);
}

.address-box:hover {
  border-color: #ccc;
}

.address-box--selected {
  border-color: var(--primary-color);
  background: rgba(229, 14, 10, 0.03);
}

.address-box__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
}

.address-box__name {
  font-weight: 600;
  color: var(--secondary-color);
  margin-bottom: 5px;
}

.address-box__type {
  background: var(--light-bger);
  color: var(--color-text-light);
  padding: 3px 10px;
  border-radius: 12px;
  font-size: 0.8rem;
  font-weight: 500;
}

.address-box__details {
  color: var(--color-text-light);
  line-height: 1.5;
  font-size: 0.95rem;
}

.address-box__phone {
  margin-top: 8px;
  font-weight: 500;
}

/* Order Summary */
.order-summary {
  background: rgb(220 53 69 / 2%);
  border: 1px dashed rgb(220 53 69 / 22%);
  padding: 30px;
  border-radius: 0 0 12px 12px;
}

@media (min-width: 992px) {
  .order-summary {
    position: sticky;
    top: 20px;
  }
}

.order-summary__title {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--secondary-color);
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 2px solid var(--border-color);
}

/* Order Items */
.order-items {
  max-height: 300px;
  overflow-y: auto;
  margin-bottom: 25px;
  padding-right: 10px;
}

.order-item {
  display: flex;
  padding: 15px 0;
  border-bottom: 1px solid var(--border-color);
}

.order-item:last-child {
  border-bottom: none;
}

.order-item__image {
  width: 60px;
  height: 60px;
  border-radius: 8px;
  overflow: hidden;
  background: var(--light-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  flex-shrink: 0;
}

.order-item__image img {
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
}

.order-item__details {
  flex: 1;
}

.order-item__title {
  font-weight: 600;
  color: var(--secondary-color);
  margin-bottom: 5px;
  font-size: 0.95rem;
}

.order-item__specs {
  color: var(--color-text-light);
  font-size: 0.85rem;
  margin-bottom: 5px;
}

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

.order-item__quantity {
  color: var(--color-text-light);
  font-size: 0.85rem;
}

.order-item__price {
  font-weight: 600;
  color: var(--primary-color);
}

/* Summary Rows */
.summary-row {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid var(--border-color);
}

.summary-row__label {
  color: var(--color-text-light);
}

.summary-row__value {
  font-weight: 600;
  color: var(--secondary-color);
}

.summary-row--discount .summary-row__value {
  color: var(--success-color);
}

.summary-row--total {
  border-bottom: none;
  font-size: 1.2rem;
}

.summary-row--total .summary-row__label {
  font-weight: 700;
  color: var(--secondary-color);
}

.summary-row--total .summary-row__value {
  font-size: 1.8rem;
  color: var(--primary-color);
  font-weight: 700;
}

/* Secure Info */
.secure-info {
  background: rgba(16, 185, 129, 0.05);
  border: 1px solid rgba(16, 185, 129, 0.2);
  border-radius: 10px;
  padding: 15px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.secure-info__icon {
  color: var(--success-color);
  font-size: 1.3rem;
}

.secure-info__text {
  font-size: 0.9rem;
  color: var(--color-text);
}

.secure-info__highlight {
  font-weight: 600;
  color: var(--success-color);
}

/* Checkout Actions */
.checkout-actions {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 30px;
  padding-top: 25px;
  border-top: 1px solid var(--border-color);
}

.checkout-actions__back {
  flex: 1;
  background: var(--color-white);
  color: var(--color-text);
  border: 2px solid var(--border-color);
  padding: 16px;
  border-radius: 10px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.checkout-actions__back:hover {
  border-color: var(--primary-color);
  color: var(--primary-color);
}

.checkout-actions__place-order {
  flex: 2;
  background: var(--primary-color);
  color: var(--color-white);
  border: none;
  padding: 18px;
  border-radius: 10px;
  font-weight: 700;
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.checkout-actions__place-order:hover {
  background: var(--primary-color-dark);
  transform: translateY(-2px);
  box-shadow: 0 10px 20px rgba(229, 14, 10, 0.2);
}

/* Terms */
.terms {
  margin-top: 20px;
  color: var(--color-text-light);
  font-size: 0.85rem;
  line-height: 1.5;
  text-align: center;
}

.terms__link {
  color: var(--primary-color);
  text-decoration: none;
}

.terms__link:hover {
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 768px) {
  .checkout__grid {
    gap: 0;
  }

  .checkout__header {
    padding: 10px 15px;
  }

  .checkout__title-text {
    font-size: 1.2rem;
  }

  .checkout__steps {
    max-width: 100%;
  }

  .checkout__step:not(:last-child)::after {
    right: -40%;
  }

  .checkout__forms {
    padding: 20px;
  }

  .order-summary {
    padding: 20px;
  }

  .checkout-actions {
    flex-direction: column;
  }

  .checkout-actions__back,
  .checkout-actions__place-order {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .checkout__step-label {
    font-size: 0.75rem;
  }

  .checkout__step:not(:last-child)::after {
    display: none;
  }

  .checkout__steps {
    flex-wrap: wrap;
    gap: 15px;
  }

  .checkout__step {
    flex: 0 0 calc(50% - 15px);
  }

  .radio-option {
    min-width: 100%;
  }

  .form-row {
    gap: 15px;
  }
}

/* Compare Product Page */

/* Compare Content */
.compare__content {
  background: var(--color-white);
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 30px;
  overflow-x: auto;
}

/* Compare Table */
.compare-table {
  width: 100%;
  min-width: 1200px;
  border-collapse: collapse;
}

.compare-table__header-row {
  background: var(--color-bg-lighter);
}

.compare-table__header-cell {
  padding: 25px 20px;
  text-align: center;
  border-bottom: 2px solid var(--border-color);
  position: sticky;
  top: 0;
  background: var(--color-bg-lighter);
  z-index: 10;
}

.compare-table__header-cell--feature {
  text-align: left;
  font-weight: 600;
  color: var(--secondary-color);
  min-width: 200px;
  padding-left: 30px;
  font-size: 1.1rem;
}

.compare-table__row {
  border-bottom: 1px solid var(--border-color);
}

.compare-table__row:last-child {
  border-bottom: none;
}

.compare-table__cell {
  padding: 20px;
  text-align: center;
  vertical-align: top;
  width: 280px;
}

.compare-table__cell--feature {
  text-align: left;
  padding-left: 30px;
  font-weight: 500;
  color: var(--color-text);
  background: var(--color-bg-lighter);
}

/* Product Card */
.compare-product {
  position: relative;
}

.compare-product__remove {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(229, 14, 10, 0.1);
  color: var(--primary-color);
  border: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 5;
}

.compare-product__remove:hover {
  background: var(--primary-color);
  color: var(--color-white);
  transform: scale(1.1);
}

.compare-product__image {
  width: 180px;
  height: 180px;
  margin: 0 auto 20px;
  border-radius: 12px;
  overflow: hidden;
  background: var(--color-bg-light);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.compare-product__image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.compare-product__title {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--secondary-color);
  margin-bottom: 10px;
  line-height: 1.4;
  text-align: center;
}

.compare-product__subtitle {
  color: var(--color-text-light);
  font-size: 0.95rem;
  margin-bottom: 15px;
  text-align: center;
  line-height: 1.4;
}

.compare-product__rating {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 15px;
}

.compare-product__rating-stars {
  color: var(--warning-color);
}

.compare-product__rating-value {
  font-weight: 600;
  color: var(--color-text);
}

.compare-product__rating-count {
  color: var(--color-text-light);
  font-size: 0.9rem;
}

.compare-product__price {
  margin-bottom: 20px;
}

.compare-product__price-current {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 5px;
}

.compare-product__price-original {
  font-size: 1rem;
  color: var(--color-text-lighter);
  text-decoration: line-through;
  margin-bottom: 8px;
}

.compare-product__discount {
  background: rgba(16, 185, 129, 0.1);
  color: var(--success-color);
  padding: 4px 12px;
  border-radius: 15px;
  font-size: 0.85rem;
  font-weight: 600;
  display: inline-block;
}

.compare-product__actions {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

.compare-product__btn {
  flex: 1;
  padding: 12px;
  border-radius: 8px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 0.9rem;
}

.compare-product__btn--cart {
  background: var(--primary-color);
  color: var(--color-white);
  border: none;
}

.compare-product__btn--cart:hover {
  background: var(--primary-color-dark);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(229, 14, 10, 0.2);
}

.compare-product__btn--view {
  background: var(--color-white);
  color: var(--primary-color);
  border: 2px solid var(--primary-color);
}

.compare-product__btn--view:hover {
  background: rgba(229, 14, 10, 0.05);
  transform: translateY(-2px);
}

/* Feature Value */
.compare-feature {
  font-size: 0.95rem;
  line-height: 1.5;
}

.compare-feature__value {
  color: var(--color-text);
  margin-bottom: 5px;
}

.compare-feature__highlight {
  color: var(--primary-color);
  font-weight: 600;
}

.compare-feature__icon {
  color: var(--success-color);
  margin-right: 8px;
}

.compare-feature__badge {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 12px;
  font-size: 0.85rem;
  font-weight: 500;
  margin-top: 5px;
}

.compare-feature__badge--yes {
  background: rgba(16, 185, 129, 0.1);
  color: var(--success-color);
}

.compare-feature__badge--no {
  background: rgba(229, 14, 10, 0.1);
  color: var(--primary-color);
}

/* Add Product */
.compare-add {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  border: 2px dashed var(--border-color);
  border-radius: 12px;
  transition: all 0.3s ease;
  cursor: pointer;
  min-height: 500px;
}

.compare-add:hover {
  border-color: var(--primary-color);
  background: rgba(229, 14, 10, 0.02);
}

.compare-add__content {
  text-align: center;
}

.compare-add__icon {
  font-size: 3rem;
  color: var(--primary-color);
  margin-bottom: 20px;
  opacity: 0.7;
}

.compare-add__title {
  font-size: 1.2rem;
  color: var(--secondary-color);
  margin-bottom: 10px;
  font-weight: 600;
}

.compare-add__text {
  color: var(--color-text-light);
  margin-bottom: 20px;
  max-width: 200px;
  line-height: 1.5;
}

.compare-add__btn {
  background: var(--primary-color);
  color: var(--color-white);
  border: none;
  padding: 12px 25px;
  border-radius: 8px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.compare-add__btn:hover {
  background: var(--primary-color-dark);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(229, 14, 10, 0.2);
}

/* Compare Footer */
.compare-footer {
  background: var(--color-white);
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  margin-top: 30px;
}

.compare-footer__title {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--secondary-color);
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 2px solid var(--border-color);
}

.compare-footer__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.compare-footer__card {
  background: #dc354514;
  border-radius: 12px;
  padding: 25px;
  transition: all 0.3s ease;
  border: 1px solid #dc354526;
}

.compare-footer__card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.compare-footer__card-icon {
  font-size: 2rem;
  color: var(--primary-color);
  margin-bottom: 20px;
}

.compare-footer__card-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--secondary-color);
  margin-bottom: 10px;
}

.compare-footer__card-text {
  color: var(--color-text-light);
  line-height: 1.6;
  font-size: 0.95rem;
}

/* Responsive */
@media (max-width: 1200px) {
  .compare__content {
    overflow-x: auto;
  }

  .compare-table {
    min-width: 1000px;
  }
}

@media (max-width: 768px) {
  .compare__header {
    padding: 20px;
  }

  .compare__title-text {
    font-size: 1.5rem;
  }

  .compare__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .compare__action-btn {
    justify-content: center;
  }

  .compare-table__header-cell {
    padding: 20px 15px;
  }

  .compare-table__cell {
    padding: 15px;
    width: 250px;
  }

  .compare-table__header-cell--feature {
    padding-left: 20px;
  }

  .compare-table__cell--feature {
    padding-left: 20px;
  }

  .compare-product__image {
    width: 150px;
    height: 150px;
  }

  .compare-product__actions {
    flex-direction: column;
  }

  .compare-footer {
    padding: 20px;
  }
}

@media (max-width: 576px) {
  .compare__title {
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
  }

  .compare-product__image {
    width: 120px;
    height: 120px;
  }

  .compare-product__title {
    font-size: 1.1rem;
  }

  .compare-product__price-current {
    font-size: 1.3rem;
  }

  .compare-footer__grid {
    grid-template-columns: 1fr;
  }

  .compare-add {
    min-height: 400px;
  }
}