@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans&display=swap');
@charset "UTF-8";

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Typography 
    [ ## Heading ] 
    [ ## Others Typography ]
# Elements
    [ ## Font Size ]
    [ ## Font Weight ]
    [ ## Margin Element ]
    [ ## Padding Element ]
    [ ## Color Element ]
    [ ## Background Element ]
    [ ## Extra Background ]
    [ ## Social Element ]
    [ ## Overlay Element ]
    [ ## Lists ]
    [ ## Post, Page, Comments Table ]
    [ ## Others Element ]
    [ ## Grid Element ]
# Forms
	[ ## Buttons ]
	[ ## Fields ]
# Header Content
	[ ## Preloader ]
	[ ## Header ]
    [ ## Sticky header ]
# layout
    [ ## Hero Block ]
    [ ## Features ]
    [ ## Team ]
    [ ## Testimonial ]
    [ ## Sections ]
        [ ### Features Block ]
        [ ### Network Location ]
        [ ### Discount Block ]
        [ ### Vission Mission Block ]
        [ ### Work Brand ]
        [ ### Announcement ]
        [ ### Pricing ]
        [ ### Faqs ]
        [ ### Support Ticket ]
        [ ### Call To Action ]
        [ ### Founder Message Block ]
        [ ### Fan Fact Block ]
    [ ## Blog ]
# site content
	[ ## About Page ]
	[ ## Contact Page ]
	[ ## 404 Page ]
	[ ## Registration Page ]
	[ ## Posts and pages ]
	    [ ### Page Title ]
	    [ ### Breadcrumb ]
	    [ ### Page info Content ]
	[ ## Comments ]
	[ ## Widgets ]
	[ ## Widgets Content ]
# Footer
/*--------------------------------------------------------------
# abstracts
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ### font-variable start ]
*/
/*-------------------------------------------------
    [ ### font-variable end ]
*/
/*-------------------------------------------------
    [ ### font_family-variable start ]
*/
/*-------------------------------------------------
    [ ### font_family-variable end ]
*/
/*-------------------------------------------------
    [ ### font_size-variable start ]
*/
/*-------------------------------------------------
    [ ### font_size-variable end ]
*/
/*-------------------------------------------------
    [ ### line_height-variable start ]
*/
/*-------------------------------------------------
    [ ### line_height-variable start ]
*/
/*-------------------------------------------------
    [ ### initial-color-variable start ]
*/
/*-------------------------------------------------
    [ ### initial-color-variable end ]
*/
/*--------------------------------------------------------------
# base
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ## reset ]
*/
html {
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  background-color: #ffffff;
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  color: #333e48;
  overflow-x: hidden;
}

a {
  display: inline-block;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

blockquote {
  margin: 0 0 1.3em;
}

p {
  margin-bottom: 15px;
  line-height: 1.7em;
}
p:last-child {
  margin-bottom: 0px;
}
@media only screen and (max-width: 1199px) {
  p {
    line-height: 1.7em;
  }
}

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

button:focus,
input:focus,
textarea:focus {
  outline: none;
}

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

input, textarea {
  padding: 12px 25px;
  width: 100%;
}

span {
  display: inline-block;
}

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

blockquote {
  background-color: #f5f5f5;
  padding: 40px;
  border-radius: 10px;
  font-weight: 500;
  font-style: italic;
  position: relative;
}
blockquote .quote-icon {
  position: absolute;
  top: 0;
  left: 5%;
  font-size: 120px;
  opacity: 0.1;
}

/*-------------------------------------------------
    [ ## padding ]
*/
.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-100 {
  padding-top: 100px;
}
@media only screen and (max-width: 991px) {
  .pt-100 {
    padding-top: 80px;
  }
}

.pt-120 {
  padding-top: 120px;
}
@media only screen and (max-width: 991px) {
  .pt-120 {
    padding-top: 100px;
  }
}

.pt-150 {
  padding-top: 150px;
}
@media only screen and (max-width: 991px) {
  .pt-150 {
    padding-top: 100px;
  }
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-30 {
  padding-bottom: 30px;
}

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

.pb-50 {
  padding-bottom: 50px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-100 {
  padding-bottom: 100px;
}
@media only screen and (max-width: 991px) {
  .pb-100 {
    padding-bottom: 80px;
  }
}

.pb-120 {
  padding-bottom: 120px;
}
@media only screen and (max-width: 991px) {
  .pb-120 {
    padding-bottom: 100px;
  }
}

.pb-150 {
  padding-bottom: 150px;
}
@media only screen and (max-width: 991px) {
  .pb-150 {
    padding-bottom: 100px;
  }
}

.ptb-10 {
  padding: 10px 0;
}

.ptb-20 {
  padding: 20px 0;
}

.ptb-30 {
  padding: 30px 0;
}

.ptb-40 {
  padding: 40px 0;
}

.ptb-50 {
  padding: 50px 0;
}

.ptb-60 {
  padding: 60px 0;
}

.ptb-80 {
  padding: 80px 0;
}

.ptb-100 {
  padding: 100px 0;
}
@media only screen and (max-width: 991px) {
  .ptb-100 {
    padding: 80px 0;
  }
}

.ptb-120 {
  padding: 120px 0;
}
@media only screen and (max-width: 991px) {
  .ptb-120 {
    padding: 100px 0;
  }
}

.ptb-150 {
  padding: 150px 0;
}
@media only screen and (max-width: 991px) {
  .ptb-150 {
    padding: 100px 0;
  }
}

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

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

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-150 {
  margin-top: 150px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-80 {
  margin-bottom: 80px;
}
@media only screen and (max-width: 575px) {
  .mb-80 {
    margin-bottom: 40px;
  }
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-150 {
  margin-bottom: 150px;
}

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

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

.mt-30-none {
  margin-top: -30px;
}

.mt-40-none {
  margin-top: -40px;
}

.mt-50-none {
  margin-top: -50px;
}

.mt-60-none {
  margin-top: -60px;
}

.mt-80-none {
  margin-top: -80px;
}

.mt-100-none {
  margin-top: -100px;
}

.mt-120-none {
  margin-top: -120px;
}

.mt-150-none {
  margin-top: -150px;
}

.mb-10-none {
  margin-bottom: -10px;
}

.mb-20-none {
  margin-bottom: -20px;
}

.mb-30-none {
  margin-bottom: -30px;
}

.mb-40-none {
  margin-bottom: -40px;
}

.mb-50-none {
  margin-bottom: -50px;
}

.mb-60-none {
  margin-bottom: -60px;
}

.mb-80-none {
  margin-bottom: -80px;
}
@media only screen and (max-width: 575px) {
  .mb-80-none {
    margin-bottom: -40px;
  }
}

.mb-100-none {
  margin-bottom: -100px;
}

.mb-120-none {
  margin-bottom: -120px;
}

.mb-150-none {
  margin-bottom: -150px;
}

/*-------------------------------------------------
    [ ## color ]
*/
.bg--primary {
  background-color: #7367f0 !important;
}

.bg--secondary {
  background-color: #fed700;
}

.bg--success {
  background-color: #28c76f;
}

.bg--danger {
  background-color: #ea5455;
}

.bg--warning {
  background-color: #ff9f43;
}

.bg--info {
  background-color: #1e9ff2;
}

.bg--dark {
  background-color: #10163A;
}

.bg--base {
  background-color: #fed700 !important;
}

.text--primary {
  color: #7367f0;
}

.text--secondary {
  color: #fed700;
}

.text--success {
  color: #28c76f;
}

.text--danger {
  color: #ea5455;
}

.text--warning {
  color: #ff9f43;
}

.text--info {
  color: #1e9ff2;
}

.text--dark {
  color: #10163A;
}

.text--base {
  color: #fed700 !important;
}

.border--primary {
  border: #7367f0;
}

.border--secondary {
  border: 1px solid #fed700;
}

.border--success {
  border: 1px solid #28c76f;
}

.border--danger {
  border: 1px solid #ea5455;
}

.border--warning {
  border: 1px solid #ff9f43;
}

.border--info {
  border: 1px solid #1e9ff2;
}

.border--dark {
  border: 1px solid #10163A;
}

.border--base {
  border: 1px solid #e5e5e5 !important;
}

.section--bg {
  background-color: #f8f8f8 !important;
}

.bg--gray {
  background-color: #f5f5f5;
}

.border--rounded {
  border-radius: 3px !important;
}

.border--capsule {
  border-radius: 100px;
}

.box-shadow {
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
}

/*-------------------------------------------------
    [ ## scrollbar ]
*/
*::-webkit-scrollbar-track {
  -webkit-box-shadow: inset -5px -5px 8px -1px rgba(255, 255, 255, 0.7), 5px 5px 8px -1px rgba(0, 0, 0, 0.065);
  box-shadow: inset -5px -5px 8px -1px rgba(255, 255, 255, 0.7), 5px 5px 8px -1px rgba(0, 0, 0, 0.065);
  background-color: #eaf7e4;
}

*::-webkit-scrollbar {
  width: 6px;
  background-color: #eaf7e4;
}

*::-webkit-scrollbar-button {
  background-color: #fed700;
}

*::-webkit-scrollbar-thumb {
  background-color: #fed700;
}

/*-------------------------------------------------
    [ ## Table ]
*/
.table-area {
  margin-top: -10px;
}

.custom-table {
  width: 100%;
}
@media only screen and (max-width: 1199px) {
  .custom-table thead {
    display: none;
  }
}
.custom-table thead tr {
  border-bottom: 1px solid #dddddd;
}
.custom-table thead tr th {
  border: none;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  padding: 10px;
}
.custom-table thead tr th.product {
  width: 33%;
}
.custom-table tbody tr {
  border-bottom: 1px solid #dddddd;
}
.custom-table tbody tr td {
  border: none;
  font-weight: 700;
  font-size: 14px;
  padding: 10px;
}
.custom-table tbody tr td .table-product-thumb {
  position: relative;
  width: 100px;
  height: 100px;
}
.custom-table tbody tr td .table-product-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.custom-table tbody tr td .table-product-thumb .table-cross-btn {
  position: absolute;
  top: -5px;
  right: -10px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  text-align: center;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  color: #333e48;
  cursor: pointer;
}
.custom-table tbody tr td .table-product-content .title {
  margin-bottom: 0;
}
.custom-table tbody tr td .table-product-content .sub-title {
  font-size: 12px;
  color: #777777;
  font-weight: 500;
}
.custom-table tbody tr td .remove-btn a {
  font-size: 18px;
}
@media only screen and (max-width: 1199px) {
  .custom-table tbody tr td {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: right;
    border-bottom: 1px solid #dddddd;
  }
  .custom-table tbody tr td::before {
    content: attr(data-label);
    margin-right: auto;
    color: #fed700;
    width: 50%;
    text-align: left;
  }
}

/*-------------------------------------------------
    [ ## slider ]
*/
.swiper-notification {
  display: none;
}

.swiper-pagination {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.swiper-pagination .swiper-pagination-bullet {
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: #d1d1d1;
  opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fed700;
  width: 25px;
  border-radius: 5px;
}

.slider-next, .slider-prev {
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  background-color: #f5f5f5;
  border-radius: 50%;
  color: #333e48;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  z-index: 9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.slider-next:hover, .slider-prev:hover {
  background-color: #fed700;
}

/*-------------------------------------------------
    [ ## pagination ]
*/
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border-top: 1px solid #dddddd;
  padding-top: 20px;
}
.pagination .page-item {
  text-align: center;
  padding: 3px;
}
.pagination .page-item a, .pagination .page-item span {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: transparent;
  border: 1px solid #dddddd;
  color: #333e48;
  padding: 0;
  font-weight: 600;
  line-height: 30px;
  display: block;
  margin: 0;
}
.pagination .page-item.disabled span {
  background: transparent;
  border: 1px solid #dddddd;
  color: #333e48;
}
.pagination .page-item .page-link {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pagination .page-item.active .page-link, .pagination .page-item:hover .page-link {
  background-color: #fed700;
  border-color: transparent;
  color: #333e48;
}

/*-------------------------------------------------
    [ ## tab ]
*/
.nav-tabs {
  margin: 0;
  border: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
  border-bottom: 1px solid #dddddd;
}
.nav-tabs .nav-link {
  padding: 10px 0;
  border: none;
  font-weight: 600;
  font-size: 18px;
  background-color: transparent;
  color: #333e48;
  border: none;
  border-radius: 0;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.nav-tabs .nav-link::before {
  position: absolute;
  content: "";
  bottom: -6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 15px;
  height: 6px;
  background-color: #fed700;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 575px) {
  .nav-tabs .nav-link {
    font-size: 16px;
  }
}
@media only screen and (max-width: 375px) {
  .nav-tabs .nav-link {
    font-size: 14px;
  }
}
.nav-tabs .nav-link:hover {
  border: none;
}
.nav-tabs .nav-link.active {
  background-color: transparent;
  border-bottom: 3px solid #fed700;
  font-weight: 700;
}
.nav-tabs .nav-link.active::before {
  opacity: 1;
  visibility: visible;
}
.nav-tabs .nav-link:not(:last-child) {
  margin-right: 40px;
}
@media only screen and (max-width: 991px) {
  .nav-tabs .nav-link:not(:last-child) {
    margin-right: 25px;
  }
}
@media only screen and (max-width: 440px) {
  .nav-tabs .nav-link:not(:last-child) {
    margin-right: 15px;
  }
}
@media only screen and (max-width: 375px) {
  .nav-tabs .nav-link:not(:last-child) {
    margin-right: 10px;
  }
}

.product-details-tab {
  margin-top: 60px;
}
.product-details-tab .nav-tabs {
  border: none;
  margin-bottom: 0;
}

/*-------------------------------------------------
    [ ## card ]
*/
.custom--card {
  border: none;
  background: #ffffff;
  -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}
.custom--card .card-header {
  background: #fed700;
  padding: 0.8rem 1.6rem;
  border: none;
}
.custom--card .card-header .card-title {
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 700;
}
.custom--card .card-header .card-title i {
  margin-right: 5px;
}
.custom--card .card-header .card-btn a {
  font-size: 12px;
  padding: 5px 15px;
  font-weight: 600;
}
.custom--card .card-header .card-btn a i {
  margin-right: 5px;
}
.custom--card .card-body {
  padding: 20px 30px;
}
@media only screen and (max-width: 991px) {
  .custom--card .card-body {
    padding: 20px;
  }
}
.custom--card .card-body p {
  font-size: 13px;
}
.custom--card .card-body .card-form-wrapper .form--control {
  font-size: 12px;
  border: 1px solid #dddddd;
  background: #ffffff;
  font-size: 13px;
  height: 40px;
  color: #333e48;
  font-weight: 600;
}
.custom--card .card-body .card-form-wrapper .form--control::-webkit-input-placeholder {
  color: #333e48;
}
.custom--card .card-body .card-form-wrapper .form--control::-moz-placeholder {
  color: #333e48;
}
.custom--card .card-body .card-form-wrapper .form--control:-ms-input-placeholder {
  color: #333e48;
}
.custom--card .card-body .card-form-wrapper .form--control::-ms-input-placeholder {
  color: #333e48;
}
.custom--card .card-body .card-form-wrapper .form--control::placeholder {
  color: #333e48;
}
.custom--card .card-body .card-form-wrapper label {
  font-weight: 700;
  margin-bottom: 5px;
}
.custom--card .card-body .card-form-wrapper textarea {
  height: auto;
  min-height: 120px;
  color: #333e48;
}
.custom--card .card-body .card-form-wrapper .submit-btn {
  margin-top: 10px;
  padding: 12px 30px;
}

.modal-content {
  border: 2px solid #fed700;
}
.modal-content .close {
  border-radius: 3px;
}
.modal-content .map-area iframe {
  height: 400px;
}

/*-------------------------------------------------
    [ ## Heading ]
*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  line-height: 1.3em;
  color: #333e48;
  -webkit-font-smoothing: antialiased;
  font-weight: 700;
}

h1 {
  font-size: 46px;
}
@media only screen and (max-width: 991px) {
  h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 575px) {
  h1 {
    font-size: 26px;
  }
}

h2 {
  font-size: 24px;
}
@media only screen and (max-width: 991px) {
  h2 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 575px) {
  h2 {
    font-size: 20px;
  }
}

h3 {
  font-size: 22px;
}
@media only screen and (max-width: 991px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 20px;
}
@media only screen and (max-width: 991px) {
  h4 {
    font-size: 16px;
  }
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a {
  color: inherit;
  text-decoration: none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover {
  color: inherit;
  text-decoration: none;
}

.section-header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 30px;
}
.section-header-wrapper .section-header {
  border: none;
  margin: 0;
}

.section-header {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 30px;
}
.section-header.white .section-title {
  color: #ffffff;
}
.section-header .section-title {
  border-bottom: 2px solid #fed700;
  margin-bottom: 0;
  padding-bottom: 8px;
  font-weight: 600;
  display: inline-block;
  margin-top: -5px;
}

.dark-version {
  background-color: #1c1e21;
}
.dark-version .bg--gray {
  background-color: #333e48;
}
.dark-version .header-section {
  background-color: #1c1e21;
}
.dark-version .header {
  background-color: #1c1e21;
}
.dark-version .header-top-area {
  border-color: #2f3336;
}
.dark-version .header-top-area .header-top-content .left span {
  color: #d9d9d9;
}
.dark-version .header-top-area .header-top-content .right .header-top-list li {
  color: #d9d9d9;
}
.dark-version .header-action-area .header-action a {
  color: #d9d9d9;
}
.dark-version .header-bottom-area .navbar-collapse .main-menu li a {
  color: #d9d9d9;
}
.dark-version .header-bottom-area .header-bottom-right-content span {
  color: #d9d9d9;
}
.dark-version .header-bottom-area .header-category-area .header-category-list {
  background-color: #1c1e21;
}
.dark-version .header-bottom-area .header-category-area .header-category-list li {
  color: #d9d9d9;
  border-color: #2f3336;
}
.dark-version .header-bottom-area .header-category-area .header-category-list li a::after {
  border-top: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
}
.dark-version .header-search-form input {
  color: #d9d9d9;
}
.dark-version .header-search-form input::-webkit-input-placeholder {
  color: #d9d9d9;
}
.dark-version .header-search-form input::-moz-placeholder {
  color: #d9d9d9;
}
.dark-version .header-search-form input:-ms-input-placeholder {
  color: #d9d9d9;
}
.dark-version .header-search-form input::-ms-input-placeholder {
  color: #d9d9d9;
}
.dark-version .header-search-form input::placeholder {
  color: #d9d9d9;
}
.dark-version .header-search-form .header-search-select {
  color: #d9d9d9;
  background: #212121 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAG1BMVEUAAAB6eoB9fX16e4B0dHR6e396e396e38AAAD0PwmfAAAAB3RSTlMAYCv0C9Wfci8qiQAAAAFiS0dEAIgFHUgAAAAJcEhZcwAADsQAAA7EAZUrDhsAAAAHdElNRQfkDAcPHiGKUk4wAAAAKUlEQVQI12NgwAsYBaAMZSMIzRJe6gBmsJWXJ+DQBJeCK4ZrRxiIAwAAkEEFlZkbA/IAAAAldEVYdGRhdGU6Y3JlYXRlADIwMjAtMTItMDdUMTU6MzA6MzMrMDA6MDBGE4oqAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDIwLTEyLTA3VDE1OjMwOjMzKzAwOjAwN04ylgAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAAASUVORK5CYII=) no-repeat right 0.75rem center;
}
.dark-version .slider-next, .dark-version .slider-prev {
  background-color: #333e48;
  color: #d9d9d9;
}
.dark-version .banner-section {
  background: #333e48;
  background-image: none !important;
}
.dark-version .banner-section .banner-content .sub-title {
  color: #d9d9d9;
}
.dark-version .banner-section .banner-content .title {
  color: #d9d9d9;
}
.dark-version .btn--base {
  background-color: #fed700;
  color: #333e48 !important;
}
.dark-version .section-header-wrapper {
  border-color: #2f3336;
}
.dark-version .section-header {
  border-color: #2f3336;
}
.dark-version .section-header .section-title {
  color: #d9d9d9;
}
.dark-version .product-area {
  background-color: #1c1e21;
}
.dark-version .product-area .product-item {
  -webkit-box-shadow: 1px 1px 1px 1px #333e48;
          box-shadow: 1px 1px 1px 1px #333e48;
}
.dark-version .product-offer-area .product-offer-title .title {
  color: #d9d9d9;
}
.dark-version .product-offer-area .product-offer-title p {
  color: #d9d9d9;
}
.dark-version .product-big-content .title {
  color: #d9d9d9;
}
.dark-version .product-big-content .old-price {
  color: #d9d9d9;
}
.dark-version .countdown-area span {
  color: #d9d9d9;
}
.dark-version .countDown .container {
  background-color: #333e48;
  color: #d9d9d9;
}
.dark-version .countDown .container .a div::after {
  color: #d9d9d9;
}
.dark-version .nav-tabs {
  border-color: #8f8f8f;
}
.dark-version .nav-tabs .nav-link {
  color: #d9d9d9;
}
.dark-version .producr-small-slider-thumb {
  border-color: #8f8f8f;
}
.dark-version .product-widget-item {
  background-color: #333e48;
}
.dark-version .product-widget-item-content .title {
  color: #d9d9d9;
}
.dark-version .product-widget-item-content .shop-now-btn span {
  color: #d9d9d9;
}
.dark-version .product-header-content .title {
  color: #d9d9d9;
}
.dark-version .product-item::after {
  background-color: #2f3336;
}
.dark-version .product-item:hover::before, .dark-version .product-item.active::before {
  background-color: #333e48;
}
.dark-version .product-footer-content .product-price {
  color: #d9d9d9;
}
.dark-version .product-footer-content .product-cart {
  background-color: #333e48;
  color: #d9d9d9;
}
.dark-version .product-footer-action {
  border-color: #8f8f8f;
}
.dark-version .product-footer-action a {
  color: #8f8f8f;
}
.dark-version .product-small-section-header {
  border-color: #2f3336;
}
.dark-version .product-small-section-header .title {
  color: #d9d9d9;
}
.dark-version .product-small-item .product-small-thumb {
  background-color: #333e48;
}
.dark-version .product-small-item .product-small-content .title {
  color: #d9d9d9;
}
.dark-version .product-small-item .product-small-content .old-price {
  color: #8f8f8f;
}
.dark-version .account-area .title {
  color: #d9d9d9;
}
.dark-version .account-area p {
  color: #d9d9d9;
}
.dark-version .form--control {
  border-color: #2f3336;
  color: #d9d9d9;
}
.dark-version .form--control::-webkit-input-placeholder {
  color: #d9d9d9;
}
.dark-version .form--control::-moz-placeholder {
  color: #d9d9d9;
}
.dark-version .form--control:-ms-input-placeholder {
  color: #d9d9d9;
}
.dark-version .form--control::-ms-input-placeholder {
  color: #d9d9d9;
}
.dark-version .form--control::placeholder {
  color: #d9d9d9;
}
.dark-version .form--control:focus {
  border-color: #2f3336;
  color: #d9d9d9;
}
.dark-version label {
  color: #d9d9d9;
}
.dark-version .or-area .or-title {
  color: #d9d9d9;
}
.dark-version .or-area .or-line {
  border-color: #2f3336;
}
.dark-version .breadcrumb-area {
  background: #333e48;
}
.dark-version .breadcrumb li {
  color: #d9d9d9;
}
.dark-version .breadcrumb-item.active::before {
  color: #d9d9d9;
}
.dark-version .version-btn {
  background: #fed700;
}
.dark-version .header-bottom-area .header-category-area .header-category-list li .sub-menu {
  background: #1c1e21;
}
.dark-version .header-mobile-search-btn svg path {
  fill: #d9d9d9;
  stroke: #d9d9d9;
}
.dark-version .header-mobile-search-form-area {
  background: #333e48;
}
.dark-version .header-mobile-search-form input {
  color: #d9d9d9;
}
.dark-version .header-mobile-search-form input::-webkit-input-placeholder {
  color: #d9d9d9;
}
.dark-version .header-mobile-search-form input::-moz-placeholder {
  color: #d9d9d9;
}
.dark-version .header-mobile-search-form input:-ms-input-placeholder {
  color: #d9d9d9;
}
.dark-version .header-mobile-search-form input::-ms-input-placeholder {
  color: #d9d9d9;
}
.dark-version .header-mobile-search-form input::placeholder {
  color: #d9d9d9;
}
.dark-version .mobile-menu-toggle {
  background: #fed700;
}
.dark-version .mobile-menu-container {
  background: #333e48;
}
.dark-version .mobile-menu li {
  border-color: #2f3336;
  color: #d9d9d9;
}
.dark-version .cart-sidebar-area {
  background: #1c1e21;
}
.dark-version .cart-sidebar-area .top-content {
  border-color: #2f3336;
}
.dark-version .cart-sidebar-area .bottom-content .single-cart-item .thumb {
  background: #333e48;
}
.dark-version .cart-sidebar-area .bottom-content .single-cart-item .content .title {
  color: #d9d9d9;
}
.dark-version .cart-sidebar-area .bottom-content .single-cart-item .content .price-area .old-price {
  color: #d9d9d9;
}
.dark-version .cart-sidebar-area .bottom-content .single-cart-item .right .remove-cart {
  color: #d9d9d9;
}
.dark-version .account-area {
  background: #1c1e21;
}
.dark-version .cart-sidebar-widget {
  border-color: #2f3336;
}
.dark-version .cart-sidebar-header .title {
  color: #d9d9d9;
}
.dark-version .cart-sidebar-widget .cart-subtotal-area {
  color: #d9d9d9;
  border-color: #2f3336;
}
.dark-version .cart-sidebar-widget .cart-total-area {
  color: #d9d9d9;
  border-color: #2f3336;
}
.dark-version .cart-sidebar-widget .cart-total-area.checkout {
  border-color: #2f3336;
}
.dark-version .custom-table thead tr {
  border-color: #2f3336;
}
.dark-version .custom-table tbody tr {
  border-color: #2f3336;
}
.dark-version .custom-table thead tr th {
  color: #d9d9d9;
}
.dark-version .custom-table tbody tr td {
  color: #d9d9d9;
}
@media only screen and (max-width: 1199px) {
  .dark-version .custom-table tbody tr td {
    border-color: #2f3336;
  }
}
.dark-version .checkout-form-area .title {
  color: #d9d9d9;
}
.dark-version .checkout-form select {
  background: url(../images/select-bg-white.png) 98% 49%/26px 60px no-repeat;
}
.dark-version .order-form select {
  background: url(../images/select-bg-white.png) 98% 49%/26px 60px no-repeat;
}
.dark-version .order-form p {
  color: #d9d9d9;
}
.dark-version .checkout-header .title {
  color: #d9d9d9;
}
.dark-version .cart-sidebar-widget .cart-checkout-area {
  color: #d9d9d9;
  border-color: #2f3336;
}
.dark-version .cart-form button.checkout, .dark-version .cart-form input.checkout[type=submit], .dark-version .cart-form input.checkout[type=reset], .dark-version .cart-form input.checkout[type=button] {
  background: #fed700;
}
.dark-version .side-menu-wrapper {
  border-color: #2f3336;
}
.dark-version .side-menu-wrapper .title {
  color: #d9d9d9;
  border-color: #2f3336;
}
.dark-version .side-menu li {
  border-color: #2f3336;
}
.dark-version .side-menu li a {
  color: #d9d9d9;
}
.dark-version .side-menu li.has-sub::after {
  border-bottom: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
}
.dark-version .side-menu ul {
  border-color: #2f3336;
}
.dark-version .side-menu ul li a {
  color: #d9d9d9 !important;
}
.dark-version .store-sidebar .widget-title {
  border-color: #2f3336;
}
.dark-version .store-sidebar .widget-title .title {
  color: #d9d9d9;
}
.dark-version .store-action-area {
  border-color: #2f3336;
}
.dark-version .store-area {
  border-color: #2f3336;
}
.dark-version .store-area .store-thumb {
  border-color: #2f3336;
}
.dark-version .store-area .store-thumb img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}
.dark-version .store-area .store-content .title {
  color: #d9d9d9;
}
.dark-version .store-area .store-content span {
  color: #d9d9d9;
}
.dark-version .store-sorting select {
  background: url(../images/select-bg-white.png) 96% 49%/26px 60px no-repeat;
}
.dark-version .pagination {
  border-color: #2f3336;
}
.dark-version .pagination .page-item a, .dark-version .pagination .page-item span {
  border-color: #2f3336;
  color: #d9d9d9;
}
.dark-version .price-range input {
  color: #d9d9d9;
}
.dark-version .store-action-title .title {
  color: #d9d9d9;
}
.dark-version .product-quantity .product-plus-minus .dec.qtybutton {
  border-color: #2f3336;
  color: #d9d9d9;
}
.dark-version .product-quantity .product-plus-minus .product-plus-minus-box {
  border-color: #2f3336;
  color: #d9d9d9;
}
.dark-version .product-quantity .product-plus-minus .inc.qtybutton {
  border-color: #2f3336;
  color: #d9d9d9;
}
.dark-version .custom-table tbody tr td .table-product-content .title {
  color: #d9d9d9;
}
.dark-version .custom-table tbody tr td .table-product-content .sub-title {
  color: #d9d9d9;
}
.dark-version .cart-form select {
  background: url(../images/select-bg-white.png) 96% 49%/26px 60px no-repeat;
}
.dark-version .header-bottom-area .navbar-collapse .main-menu li.mega_children .mega-menu {
  background: #333e48;
}
.dark-version .product-details-content .product-details-header-content .sub-title {
  color: #d9d9d9;
}
.dark-version .product-details-content .product-details-header-content .title {
  color: #d9d9d9;
}
.dark-version .product-details-content .product-details-header-content .ratings span {
  color: #d9d9d9;
}
.dark-version .product-details-content .product-details-header-content .product-details-header-action {
  border-color: #2f3336;
}
.dark-version .product-details-content .product-details-header-content .product-details-header-action a {
  color: #d9d9d9;
}
.dark-version .product-details-content .product-details-body-content .product-details-list li {
  color: #d9d9d9;
}
.dark-version .product-details-content .product-details-body-content .product-details-list li::before {
  background-color: #d9d9d9;
}
.dark-version .product-details-content .product-details-body-content .product-details-price .new-price {
  color: #d9d9d9;
}
.dark-version .product-details-content .product-details-footer-content .product-details-color-area {
  border-color: #2f3336;
}
.dark-version .product-details-content .product-details-footer-content .product-details-color-area .title {
  color: #d9d9d9;
}
.dark-version .product-details-content .product-details-footer-content .product-details-color-area select {
  background: url(../images/select-bg-white.png) 98% 49%/26px 60px no-repeat;
}
.dark-version .product-details-area {
  border-color: #2f3336;
}
.dark-version .product-reviews-content .reviews-title {
  color: #d9d9d9;
}
.dark-version .product-reviews-content .comment-container {
  border-color: #2f3336;
}
.dark-version .product-reviews-content .comment-info {
  color: #d9d9d9;
}
.dark-version .product-reviews-content .avatar-name {
  color: #d9d9d9;
}
.dark-version .product-reviews-content .comment-text {
  color: #d9d9d9;
}
.dark-version .product-specification-area .main-title {
  color: #d9d9d9;
}
.dark-version .specification-list li {
  border-color: #2f3336;
  color: #d9d9d9;
}
.dark-version .product-description-inner-item .product-description-inner-content-area .product-description-inner-content .title {
  color: #d9d9d9;
}
.dark-version .product-description-inner-item .product-description-inner-content-area .product-description-inner-content p {
  color: #d9d9d9;
}
.dark-version .product-description-content .title {
  color: #d9d9d9;
}
.dark-version .product-description-content p {
  color: #d9d9d9;
}
.dark-version .escrow-widget-header .title {
  color: #d9d9d9;
}
.dark-version .escrow-widget-header p {
  color: #d9d9d9;
}
.dark-version .escrow-widget-form select {
  background: url(../images/select-bg-white.png) 98% 49%/26px 60px no-repeat;
}
.dark-version .terms-area p {
  color: #d9d9d9;
}
.dark-version .brand-slider {
  border-color: #2f3336;
}
.dark-version .contact-form .form--control {
  border-color: #2f3336;
  color: #d9d9d9;
}
.dark-version .contact-form .form--control::-webkit-input-placeholder {
  color: #d9d9d9;
}
.dark-version .contact-form .form--control::-moz-placeholder {
  color: #d9d9d9;
}
.dark-version .contact-form .form--control:-ms-input-placeholder {
  color: #d9d9d9;
}
.dark-version .contact-form .form--control::-ms-input-placeholder {
  color: #d9d9d9;
}
.dark-version .contact-form .form--control::placeholder {
  color: #d9d9d9;
}
.dark-version .contact-widget .contact-item-icon {
  background: #333e48;
}
.dark-version .contact-item-content .title {
  color: #d9d9d9;
}
.dark-version .contact-item-content .sub-title {
  color: #d9d9d9;
}
.dark-version .footer-section {
  background-color: #222529 !important;
}
.dark-version .footer-widget .title {
  color: #d9d9d9;
}
.dark-version .footer-list li {
  color: #d9d9d9;
}
.dark-version .footer-contact-list li .sub-title {
  color: #d9d9d9;
}
.dark-version .copyright-section {
  background-color: #333e48;
}
.dark-version .copyright-area p {
  color: #d9d9d9;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ## Buttons ]
*/
input[type=submit]:hover {
  color: #ffffff;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}
button:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus {
  outline: none;
}

button::-moz-focus-inner, input[type=button]::-moz-focus-inner, input[type=reset]::-moz-focus-inner, input[type=submit]::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

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

.btn:active,
.btn:focus {
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.125) inset;
          box-shadow: 0 0px 0px rgba(0, 0, 0, 0.125) inset;
}

.btn {
  border: 0px solid;
  border-radius: 0px;
  font-weight: 500;
  font-size: 16px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media only screen and (max-width: 767px) {
  .btn {
    font-size: 14px;
  }
}

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

.btn-capsule {
  border-radius: 100px;
}

/*-------------------------------------------------
    [ ## custom btn ]
*/
.btn--primary {
  background-color: #7367f0;
}

.btn--secondary {
  background-color: #868e96;
}

.btn--success {
  background-color: #28c76f;
}

.btn--danger {
  background-color: #ea5455;
}

.btn--warning {
  background-color: #ff9f43;
}

.btn--info {
  background-color: #1e9ff2;
}

.btn--dark {
  background-color: #10163A;
}

.badge--primary {
  background-color: #7367f0;
}

.badge--secondary {
  background-color: #868e96;
}

.badge--success {
  background-color: #28c76f;
}

.badge--danger {
  background-color: #ea5455;
}

.badge--warning {
  background-color: #ff9f43;
}

.badge--info {
  background-color: #1e9ff2;
}

.badge--dark {
  background-color: #10163A;
}

.border--primary {
  border: 1px solid #7367f0;
}

.border--secondary {
  border: 1px solid #868e96;
}

.border--success {
  border: 1px solid #28c76f;
}

.border--danger {
  border: 1px solid #ea5455;
}

.border--warning {
  border: 1px solid #ff9f43;
}

.border--info {
  border: 1px solid #1e9ff2;
}

.border--dark {
  border: 1px solid #10163A;
}

.badge {
  font-weight: 600;
  border-radius: 999px;
  padding: 5px 20px 7px 20px;
  font-size: 11px;
}

.btn--base {
  position: relative;
  background: #333e48;
  color: #ffffff;
  padding: 12px 40px;
  font-size: 16px;
  border-radius: 3px;
  font-weight: 700;
  text-align: center;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.btn--base.active {
  background: #fed700;
  color: #333e48;
}
.btn--base.active:focus, .btn--base.active:hover {
  color: #333e48;
  -webkit-box-shadow: 0 10px 20px rgba(254, 215, 0, 0.4);
          box-shadow: 0 10px 20px rgba(254, 215, 0, 0.4);
}
.btn--base:focus, .btn--base:hover {
  color: #ffffff;
  -webkit-box-shadow: 0 10px 20px rgba(51, 62, 72, 0.4);
          box-shadow: 0 10px 20px rgba(51, 62, 72, 0.4);
}
@media only screen and (max-width: 991px) {
  .btn--base {
    padding: 10px 30px;
    font-size: 14px;
  }
}

.custom-btn {
  color: #fed700 !important;
  font-weight: 700;
}

/*-------------------------------------------------
    [ ## Fields ]
*/
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus {
  outline: none;
}

input, textarea {
  padding: 12px 20px;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #333e48;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #333e48;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #333e48;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #333e48;
}
input::placeholder, textarea::placeholder {
  color: #333e48;
}

textarea {
  display: block;
  width: 100%;
  display: block;
  min-height: 200px;
}

input,
select,
textarea {
  border: 1px solid #dddddd;
  vertical-align: baseline;
  font-size: 100%;
  color: #333e48;
}

label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}

/*-------------------------------------------------
    [ ## Forms ]
*/
select {
  outline: none;
  cursor: pointer;
}

option {
  color: #333e48;
}

.input-group {
  margin-bottom: 15px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.input-group input {
  border-radius: 5px 0 0 5px;
  border: 1px solid rgba(107, 124, 147, 0.15);
  color: #6b7c93;
  height: 45px;
}

.form-control:disabled, .form-control[readonly] {
  background-color: rgba(254, 215, 0, 0.2);
}

.input-group-append, .input-group-prepend {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.input-group-append input {
  border-radius: 5px 0 0 5px;
  border: 1px solid #dddddd;
  border-right: none;
  background-color: #ffffff;
}

.input-group-text {
  border: none;
  font-size: 14px;
  background: #EFF0F0;
  color: #333e48;
  height: 45px;
  border-radius: 0 5px 5px 0;
  font-weight: 500;
}

.custom-check-group {
  display: block;
}
.custom-check-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.custom-check-group input:checked + label::before {
  background-color: #fed700;
  border: 1px solid #fed700;
}
.custom-check-group input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 7px;
  width: 5px;
  height: 10px;
  border: solid #333e48;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.custom-check-group label {
  position: relative;
  cursor: pointer;
  margin-bottom: 0;
}
.custom-check-group label::before {
  content: "";
  -webkit-appearance: none;
  background: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 3px;
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 8px;
  top: -2px;
}
.custom-check-group label a {
  font-weight: 600;
}

.form-group {
  margin-bottom: 20px;
}

.form-control {
  border: 1px solid #dddddd;
  font-size: 14px;
  height: 50px;
}
.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #dddddd;
}

.form--control {
  background-color: transparent;
  border: 1px solid #dddddd;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 55px;
  font-size: 14px;
  color: #333e48;
  border-radius: 10px;
  padding: 10px 20px;
  width: 100%;
}
.form--control:focus {
  background-color: transparent;
  border: 1px solid #dddddd;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #333e48;
}
.form--control::-webkit-input-placeholder {
  color: #333e48;
}
.form--control::-moz-placeholder {
  color: #333e48;
}
.form--control:-ms-input-placeholder {
  color: #333e48;
}
.form--control::-ms-input-placeholder {
  color: #333e48;
}
.form--control::placeholder {
  color: #333e48;
}

.radio-wrapper input[type=radio] {
  display: none;
}
.radio-wrapper input[type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.radio-wrapper input[type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 15px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
}
.radio-wrapper input[type=radio]:not(:checked) + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background: #ffffff;
  border: 1px solid #dddddd;
}
.radio-wrapper input[type=radio]:not(:checked) + label::after {
  content: "";
  width: 12px;
  height: 12px;
  background: #fed700;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.radio-wrapper input[type=radio]:checked + label {
  position: relative;
  padding-left: 28px;
  margin-bottom: 15px;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
}
.radio-wrapper input[type=radio]:checked + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  background: #ffffff;
  border: 1px solid #dddddd;
}
.radio-wrapper input[type=radio]:checked + label::after {
  content: "";
  width: 12px;
  height: 12px;
  background: #fed700;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.select2-container {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  width: 100%;
}

.selection {
  width: 100%;
}

.select2-selection--single {
  width: 100%;
  height: 45px !important;
  outline: none;
  background: transparent !important;
  font-size: 15px;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 10px 10px;
  border-radius: 5px;
  vertical-align: top;
  display: inline-block;
  border: 1px solid #dddddd !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.select2-selection--single span {
  margin: 0;
  width: 100%;
  color: #333e48;
  line-height: initial;
  font-weight: 600;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: auto;
  position: absolute;
  top: 22px;
  right: 7px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #333e48 transparent transparent transparent;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #333e48 transparent;
}

.submit-btn {
  padding: 12px 20px;
  color: #ffffff;
  background: #f8f8f8;
  font-weight: 600;
  font-size: 14px;
  border-radius: 5px;
}
@media only screen and (max-width: 991px) {
  .submit-btn {
    padding: 10px 20px;
  }
}

/*-------------------------------------------------
    [ ## Overlay Element ]
*/
.bg_img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat !important;
}

.bg-fixed {
  background-attachment: fixed;
}

.bg-overlay-base {
  position: relative;
}

.bg-overlay-base:after {
  content: "";
  position: absolute;
  background-image: linear-gradient(-250deg, #f8f8f8 30%, rgba(25, 25, 25, 0) 100%);
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.bg-overlay-base > div {
  position: relative;
  z-index: 2;
}

@-webkit-keyframes scroll-down {
  0% {
    -webkit-transform: translateY(0) translateX(-50%);
            transform: translateY(0) translateX(-50%);
  }
  50% {
    -webkit-transform: translateY(10px) translateX(-50%);
            transform: translateY(10px) translateX(-50%);
  }
  100% {
    -webkit-transform: translateY(0px) translateX(-50%);
            transform: translateY(0px) translateX(-50%);
  }
}

@keyframes scroll-down {
  0% {
    -webkit-transform: translateY(0) translateX(-50%);
            transform: translateY(0) translateX(-50%);
  }
  50% {
    -webkit-transform: translateY(10px) translateX(-50%);
            transform: translateY(10px) translateX(-50%);
  }
  100% {
    -webkit-transform: translateY(0px) translateX(-50%);
            transform: translateY(0px) translateX(-50%);
  }
}
@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@-webkit-keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2);
  }
}
@keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
  }
}
@-webkit-keyframes rounded {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@keyframes rounded {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## Header ]
--------------------------------------------------------------*/
.custom-container {
  max-width: 1440px;
}

.row > * {
  position: relative;
}

@media (min-width: 1480px) {
  .col-xxl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
@media (max-width: 575px) {
  .col-xs-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 50%;
  }
}
@media only screen and (max-width: 575px) and (max-width: 400px) {
  .col-xs-6 {
    width: 100%;
  }
}
::-moz-selection {
  background-color: #fed700;
  color: #333e48;
}
::selection {
  background-color: #fed700;
  color: #333e48;
}

.version-btn {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  z-index: 99;
  font-size: 24px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  background-color: #f5f5f5;
  -webkit-box-shadow: 0 0 6px 0 rgba(1, 1, 1, 0.3);
          box-shadow: 0 0 6px 0 rgba(1, 1, 1, 0.3);
  border-radius: 5px 0 0 5px;
}

.top-notice {
  position: relative;
  padding: 8px;
  overflow: hidden;
  background-color: #fed700;
}
.top-notice.remove {
  display: none;
}
.top-notice .title {
  display: inline-block;
  font-size: 13px;
}
.top-notice small {
  font-size: 11px;
}
.top-notice .mfp-close {
  top: 50%;
  -webkit-transform: translateY(-50%) rotateZ(45deg) translateZ(0);
          transform: translateY(-50%) rotateZ(45deg) translateZ(0);
  z-index: 10;
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 10;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  font-style: normal;
  font-size: 28px;
}
.top-notice .mfp-close::before {
  content: "";
  position: absolute;
  width: 17px;
  top: 20px;
  left: 12px;
  border-top: 1px solid;
}
.top-notice .mfp-close::after {
  content: "";
  position: absolute;
  height: 17px;
  top: 12px;
  left: 20px;
  border-left: 1px solid;
}

/*-------------------------------------------------
  [ ## Header ]
*/
.header-section {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  background-color: #ffffff;
}
@media only screen and (max-width: 1400px) {
  .header-section .header-bottom-area .container {
    max-width: 100%;
  }
}

.header {
  background-color: #ffffff;
  width: 100%;
  z-index: 9;
}
.header.active {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  position: fixed;
  top: 0;
  left: 0;
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.header-section.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  background-color: #ffffff;
}
.header-section.header-fixed .header-top-area {
  display: none !important;
}
.header-section.header-fixed .header-bottom-area {
  border-bottom: 1px solid #f1f1f1;
  -webkit-box-shadow: 0px 10px 15px rgba(221, 221, 221, 0.15);
          box-shadow: 0px 10px 15px rgba(221, 221, 221, 0.15);
}

.site-logo {
  max-width: 140px;
}
@media only screen and (max-width: 1199px) {
  .site-logo {
    max-width: 120px;
  }
}
@media only screen and (max-width: 375px) {
  .site-logo {
    max-width: 100px;
  }
}

.header-top-area {
  border-bottom: 1px solid #dddddd;
  padding: 8px 0;
}
@media only screen and (max-width: 991px) {
  .header-top-area {
    display: none;
  }
}
.header-top-area .header-top-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-top-area .header-top-content .left span {
  font-size: 14px;
  font-weight: 500;
}
.header-top-area .header-top-content .right .header-top-list li {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  margin-right: 30px;
}
.header-top-area .header-top-content .right .header-top-list li::after {
  position: absolute;
  content: "";
  top: 5px;
  right: -15px;
  width: 1px;
  height: 15px;
  background-color: #dddddd;
}
.header-top-area .header-top-content .right .header-top-list li i {
  font-size: 18px;
  position: relative;
  top: 2px;
  margin-right: 5px;
}
.header-top-area .header-top-content .right .header-top-list li:last-child {
  margin-right: 0;
}
.header-top-area .header-top-content .right .header-top-list li:last-child::after {
  display: none;
}

.header-middle-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 991px) {
  .header-middle-content {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.header-search-form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 850px;
  border: 2px solid #fed700;
  border-radius: 100px;
}
@media only screen and (max-width: 1300px) {
  .header-search-form {
    min-width: 700px;
  }
}
@media only screen and (max-width: 1199px) {
  .header-search-form {
    min-width: 450px;
  }
}
@media only screen and (max-width: 991px) {
  .header-search-form {
    display: none;
  }
}
.header-search-form input {
  width: 100%;
  position: relative;
  background-color: transparent;
  border: none;
  height: 40px;
  font-size: 14px;
  font-weight: 500;
  color: #333e48;
  padding: 10px 30px;
}
.header-search-form input::-webkit-input-placeholder {
  color: #333e48;
}
.header-search-form input::-moz-placeholder {
  color: #333e48;
}
.header-search-form input:-ms-input-placeholder {
  color: #333e48;
}
.header-search-form input::-ms-input-placeholder {
  color: #333e48;
}
.header-search-form input::placeholder {
  color: #333e48;
}
.header-search-form .header-search-select {
  padding: 0.25rem 2.2rem 0.25rem 0.75rem;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC) no-repeat right 0.75rem center;
  background-size: 8px 10px;
  -webkit-appearance: none;
  border-width: 0;
  font-size: 14px;
  font-weight: 500;
  min-width: 200px;
}
.header-search-form .header-search-btn {
  background-color: #fed700;
  color: #333e48;
  border-radius: 0 100px 100px 0;
  height: 40px;
  width: 80px;
}
.header-search-form .header-search-btn svg {
  fill: #333e48;
}

.header-mobile-search-area {
  margin-left: auto;
  display: none;
  margin-right: 40px;
}
@media only screen and (max-width: 991px) {
  .header-mobile-search-area {
    display: block;
  }
}
@media only screen and (max-width: 575px) {
  .header-mobile-search-area {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 375px) {
  .header-mobile-search-area {
    margin-right: 10px;
  }
}

.header-mobile-search-form-area {
  position: absolute;
  left: 0;
  top: 70px;
  min-width: 100%;
  background-color: #ffffff;
  padding: 20px;
  display: none;
}

.header-mobile-search-form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #fed700;
  border-radius: 100px;
}
.header-mobile-search-form input {
  width: 100%;
  position: relative;
  background-color: transparent;
  border: none;
  height: 40px;
  font-size: 14px;
  font-weight: 500;
  color: #333e48;
  padding: 10px 30px;
}
.header-mobile-search-form input::-webkit-input-placeholder {
  color: #333e48;
}
.header-mobile-search-form input::-moz-placeholder {
  color: #333e48;
}
.header-mobile-search-form input:-ms-input-placeholder {
  color: #333e48;
}
.header-mobile-search-form input::-ms-input-placeholder {
  color: #333e48;
}
.header-mobile-search-form input::placeholder {
  color: #333e48;
}
.header-mobile-search-form .header-search-btn {
  background-color: #fed700;
  color: #333e48;
  border-radius: 0 100px 100px 0;
  height: 40px;
  width: 80px;
}
.header-mobile-search-form .header-search-btn svg {
  fill: #333e48;
}

.header-action-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.header-action-area .header-action a {
  position: relative;
}
.header-action-area .header-action a i {
  position: relative;
  top: 2px;
  font-size: 24px;
}
.header-action-area .header-action a .price {
  font-size: 18px;
  font-weight: 700;
}
@media only screen and (max-width: 575px) {
  .header-action-area .header-action a .price {
    display: none;
  }
}
.header-action-area .header-action a .badge-circle {
  position: absolute;
  top: -5px;
  left: 8px;
  right: 0;
  width: 20px;
  border-radius: 50%;
  background: #fed700;
  color: #333e48;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}
.header-action-area .header-action + .header-action {
  margin-left: 40px;
}
@media only screen and (max-width: 575px) {
  .header-action-area .header-action + .header-action {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 375px) {
  .header-action-area .header-action + .header-action {
    margin-left: 10px;
  }
}

@media only screen and (max-width: 1199px) {
  .header-bottom-area {
    display: none;
  }
}
.header-bottom-area .header-category-area {
  min-width: 280px;
  margin-right: 80px;
  position: relative;
}
.header-bottom-area .header-category-area .header-category-action {
  background-color: #fed700;
  padding: 10px 20px;
  width: 100%;
  font-weight: 600;
  font-size: 14px;
  border-radius: 8px 8px 0 0;
  cursor: pointer;
}
.header-bottom-area .header-category-area .header-category-action i {
  margin-right: 5px;
}
.header-bottom-area .header-category-area .header-category-list {
  position: absolute;
  width: 100%;
  background-color: #ffffff;
  padding: 15px 20px;
  display: none;
}
.header-bottom-area .header-category-area .header-category-list li {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #dddddd;
}
.header-bottom-area .header-category-area .header-category-list li a {
  display: block;
  width: 100%;
  position: relative;
}
.header-bottom-area .header-category-area .header-category-list li a::after {
  border-top: 1px solid #333e48;
  border-right: 1px solid #333e48;
  content: "";
  display: block;
  height: 7px;
  margin-top: -5px;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 7px;
}
.header-bottom-area .header-category-area .header-category-list li a i {
  font-size: 18px;
  margin-right: 5px;
  position: relative;
  top: 2px;
}
.header-bottom-area .header-category-area .header-category-list li .sub-menu {
  position: absolute;
  top: 0;
  right: -300px;
  list-style-type: none;
  min-width: 280px;
  padding: 15px 20px;
  margin: 0;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.05);
  border-left: 3px solid #fed700;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 9;
}
.header-bottom-area .header-category-area .header-category-list li .sub-menu li a::after {
  display: none;
}
.header-bottom-area .header-category-area .header-category-list li:hover .sub-menu {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.header-bottom-area .header-category-area .header-category-list li:last-child {
  border: none;
  padding: 0;
  margin: 0;
}
.header-bottom-area .header-bottom-right-content span {
  font-weight: 600;
  font-size: 14px;
}
.header-bottom-area .header-bottom-right-content span span {
  font-weight: 800;
}
.header-bottom-area .navbar-expand-lg {
  background-color: transparent;
  padding: 0 !important;
}
@media (max-width: 991px) {
  .header-bottom-area .navbar-collapse {
    background-color: transparent !important;
    padding: 0 !important;
  }
  .header-bottom-area .navbar-collapse .main-menu {
    padding: 15px 0;
  }
  .header-bottom-area .menu_has_children .sub-menu {
    display: none !important;
  }
  .header-bottom-area .menu_has_children .sub-menu li {
    width: 100%;
  }
  .header-bottom-area .navbar-collapse .main-menu .menu_has_children.show .sub-menu,
.header-bottom-area .navbar-collapse .main-menu .menu_has_children.show .sub-menu {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.header-bottom-area .navbar-collapse .main-menu li:last-child .sub-menu {
  left: auto;
  right: 0;
}
.header-bottom-area .navbar-collapse .main-menu {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 991px) {
  .header-bottom-area .navbar-collapse .main-menu {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.header-bottom-area .navbar-collapse .main-menu li {
  position: relative;
  padding-right: 45px;
}
@media only screen and (max-width: 1199px) {
  .header-bottom-area .navbar-collapse .main-menu li {
    padding-right: 22px !important;
  }
}
.header-bottom-area .navbar-collapse .main-menu li:last-child {
  padding-right: 0;
  margin-right: 0;
}
.header-bottom-area .navbar-collapse .main-menu li:hover .sub-menu {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
.header-bottom-area .navbar-collapse .main-menu li.mega_children {
  position: unset;
}
.header-bottom-area .navbar-collapse .main-menu li.mega_children .mega-menu {
  position: absolute;
  background: #ffffff;
  left: 0;
  top: 100%;
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  z-index: 9;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  width: 100%;
  height: auto;
  padding: 20px 30px 80px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
}
.header-bottom-area .navbar-collapse .main-menu li.mega_children .mega-menu .mega-menu-list-area {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}
.header-bottom-area .navbar-collapse .main-menu li.mega_children .mega-menu .mega-menu-bg {
  position: absolute;
  bottom: 0;
  right: -20%;
}
.header-bottom-area .navbar-collapse .main-menu li.mega_children .mega-menu li {
  padding-right: 0;
}
.header-bottom-area .navbar-collapse .main-menu li.mega_children .mega-menu li a {
  font-size: 13px;
  padding: 5px 0;
}
.header-bottom-area .navbar-collapse .main-menu li.mega_children .mega-menu li a::before, .header-bottom-area .navbar-collapse .main-menu li.mega_children .mega-menu li a::after {
  display: none;
}
.header-bottom-area .navbar-collapse .main-menu li:hover .mega-menu {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
.header-bottom-area .navbar-collapse .main-menu li.menu_has_children {
  position: relative;
}
.header-bottom-area .navbar-collapse .main-menu li.menu_has_children i {
  font-size: 12px;
  margin-left: 5px;
}
@media (max-width: 991px) {
  .header-bottom-area .navbar-collapse .main-menu li.menu_has_children::before {
    top: 12px;
    right: 15px;
  }
}
.header-bottom-area .navbar-collapse .main-menu li a {
  position: relative;
  font-weight: 700;
  padding: 10px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333e48;
  display: inline-block;
  font-size: 14px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 9;
}
.header-bottom-area .navbar-collapse .main-menu li a::before {
  position: absolute;
  content: "";
  background: #fed700;
  bottom: 30px;
  height: 5px;
  width: 5px;
  opacity: 0;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  left: 50%;
  -webkit-transition: opacity 0.5s ease 0s, bottom 0s ease 0.5s, height 0s ease 0.5s, width 0s ease 0.5s, border-radius 0s ease 0.5s, left 0s ease 0.5s;
  transition: opacity 0.5s ease 0s, bottom 0s ease 0.5s, height 0s ease 0.5s, width 0s ease 0.5s, border-radius 0s ease 0.5s, left 0s ease 0.5s;
}
.header-bottom-area .navbar-collapse .main-menu li a:hover, .header-bottom-area .navbar-collapse .main-menu li a.active {
  color: #fed700;
}
.header-bottom-area .navbar-collapse .main-menu li a:hover::before, .header-bottom-area .navbar-collapse .main-menu li a.active::before {
  height: 3px;
  width: 100%;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  bottom: 0;
  opacity: 1;
  left: 0;
  -webkit-transition: opacity 0s ease 0s, bottom 0.3s ease 0s, height 0.3s ease 0.3s, width 0.3s ease 0.3s, border-radius 0.3s ease 0.3s, left 0.3s ease 0.3s;
  transition: opacity 0s ease 0s, bottom 0.3s ease 0s, height 0.3s ease 0.3s, width 0.3s ease 0.3s, border-radius 0.3s ease 0.3s, left 0.3s ease 0.3s;
}
.header-bottom-area .header-section.header-fixed .navbar-collapse .main-menu li a {
  padding: 30px 18px 30px 0;
}
@media (max-width: 991px) {
  .header-bottom-area .navbar-collapse .main-menu li a {
    padding: 12px 15px !important;
  }
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu {
  position: absolute;
  top: 94px;
  left: 0;
  width: 220px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  display: block;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 10;
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu li {
  border-bottom: 1px dashed #dddddd;
  margin-right: 0;
  padding-right: 0;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  position: relative;
  z-index: 2;
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu li:last-child {
  border-bottom: 0px solid;
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu li:hover a {
  color: #fed700;
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu li a {
  width: 100%;
  font-size: 15px;
  padding: 10px 20px;
  display: block;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.header-bottom-area .navbar-collapse .main-menu li .sub-menu li a::before {
  display: none;
}
.header-bottom-area .header-section.header-fixed .navbar-collapse .main-menu li .sub-menu li a {
  padding: 8px 20px;
}
@media (max-width: 991px) {
  .header-bottom-area .navbar-collapse .main-menu li .sub-menu {
    position: initial;
    opacity: 1;
    visibility: visible;
    display: none;
    -webkit-transition: none;
    transition: none;
  }
}
.header-bottom-area .navbar-collapse .main-menu li:last-child .sub-menu {
  left: auto;
  right: 0;
}

.mobile-menu-toggle {
  position: fixed;
  top: 40%;
  left: 0;
  width: 45px;
  height: 45px;
  -webkit-transition: left 0.2s ease-in-out 0s;
  transition: left 0.2s ease-in-out 0s;
  border-left-width: 0;
  background: #f5f5f5;
  -webkit-box-shadow: 0 0 6px 0 rgba(1, 1, 1, 0.3);
          box-shadow: 0 0 6px 0 rgba(1, 1, 1, 0.3);
  border-radius: 0 5px 5px 0;
  font-size: 18px;
  line-height: 45px;
  text-align: center;
  cursor: pointer;
  z-index: 9;
}
@media only screen and (min-width: 992px) {
  .mobile-menu-toggle {
    display: none;
  }
}

.show .mobile-menu-toggle {
  left: 250px;
  z-index: 10;
}
.show .mobile-menu-toggle i::before {
  content: "\f00d";
}

.mobile-menu-overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  z-index: 9;
}

.show .mobile-menu-overlay {
  opacity: 1;
  visibility: visible;
}

.mobile-menu-container {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 250px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  background-color: #ffffff;
  font-size: 1.2rem;
  line-height: 1.5;
  -webkit-box-shadow: 0 0 6px 0 rgba(1, 1, 1, 0.3);
          box-shadow: 0 0 6px 0 rgba(1, 1, 1, 0.3);
  visibility: hidden;
  z-index: 1001;
  overflow-y: auto;
}

.show .mobile-menu-container {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  visibility: visible;
}

.mobile-menu-wrapper {
  position: relative;
  padding: 2rem 0 0;
}

.mobile-logo {
  margin-bottom: 20px;
}

.mobile-menu li {
  display: block;
  position: relative;
  border-bottom: 1px solid #dddddd;
  font-size: 14px;
  font-weight: 600;
}
.mobile-menu li a {
  display: block;
  position: relative;
  padding: 0.8rem 0 0.8rem 1rem;
}

.body-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(0, 0, 0, 0.54);
  z-index: 99;
  content: "";
  left: 0;
  top: 0;
  visibility: hidden;
  -webkit-transition: 0.7s ease;
  transition: 0.7s ease;
  cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVBAMAAABbObilAAAAMFBMVEVMaXH////////////////////////////////////////////////////////////6w4mEAAAAD3RSTlMAlAX+BKLcA5+b6hJ7foD4ZP1OAAAAkUlEQVR4XkWPoQ3CUBQAL4SktoKAbCUjgAKLJZ2ABYosngTJCHSD6joUI6BZgqSoB/+Shqde7sS9x3OGk81fdO+texMtRVTia+TsQtHEUJLdohJfgNNPJHyEJPZTsWLoxShqsWITazEwqePAn69Sw2TUxk1+euPis3EwaXy8RMHSZBIlRcKKnC5hRctjMf57/wJbBlAIs9k1BAAAAABJRU5ErkJggg==), progress;
}
.body-overlay.active {
  visibility: visible;
  opacity: 1;
}

.cart-sidebar-area {
  background-color: #ffffff;
  max-width: 350px;
  width: 100%;
  height: 100vh;
  padding: 30px;
  position: fixed;
  right: 0;
  overflow-y: scroll;
  top: 0;
  z-index: 100;
  -webkit-transition: 0.7s ease;
  transition: 0.7s ease;
  -webkit-transform: translateX(350px);
          transform: translateX(350px);
}
.cart-sidebar-area.active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
.cart-sidebar-area .top-content {
  position: relative;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.cart-sidebar-area .top-content .side-sidebar-close-btn {
  position: absolute;
  right: -30px;
  top: -30px;
  background-color: #fed700;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  font-size: 18px;
  color: #333e48;
  cursor: pointer;
}
.cart-sidebar-area .bottom-content .single-cart-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.cart-sidebar-area .bottom-content .single-cart-item .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90%;
}
.cart-sidebar-area .bottom-content .single-cart-item .thumb {
  width: 120px;
  height: 90px;
  line-height: 90px;
  background-color: #f5f5f5;
  border-radius: 3px;
}
.cart-sidebar-area .bottom-content .single-cart-item .thumb a {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
}
.cart-sidebar-area .bottom-content .single-cart-item .thumb a img {
  width: 80%;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.cart-sidebar-area .bottom-content .single-cart-item .content {
  padding-left: 15px;
}
.cart-sidebar-area .bottom-content .single-cart-item .content .price-area {
  margin-top: 10px;
}
.cart-sidebar-area .bottom-content .single-cart-item .content .price-area span {
  font-size: 14px;
}
.cart-sidebar-area .bottom-content .single-cart-item .content .price-area .new-price {
  color: #dc3545;
  font-weight: 500;
  margin-right: 10px;
}
.cart-sidebar-area .bottom-content .single-cart-item .content .price-area .old-price {
  font-weight: 500;
  text-decoration: line-through;
}
.cart-sidebar-area .bottom-content .single-cart-item .right .remove-cart {
  font-size: 18px;
}

/*--------------------------------------------------------------
    [ ## Introduction ]
--------------------------------------------------------------*/
.banner-section {
  position: relative;
  padding-top: 65px;
  padding-bottom: 65px;
  overflow: hidden;
}
.banner-section .banner-element {
  position: absolute;
  right: 18%;
  bottom: -15%;
  width: 20%;
}
@media only screen and (max-width: 1199px) {
  .banner-section .banner-element {
    width: 30%;
  }
}
@media only screen and (max-width: 991px) {
  .banner-section .banner-element {
    width: 40%;
    right: 0;
  }
}
.banner-section .banner-element.two {
  width: 100%;
  right: -62%;
}
@media only screen and (max-width: 1199px) {
  .banner-section .banner-element.two {
    right: -45%;
  }
}
@media only screen and (max-width: 991px) {
  .banner-section .banner-element.two {
    right: -55%;
  }
}
@media only screen and (max-width: 767px) {
  .banner-section .banner-element.two {
    width: 50%;
    right: -10%;
  }
}
.banner-section .banner-content .sub-title {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 25px;
}
.banner-section .banner-content .sub-title span {
  font-weight: 700;
  font-size: 24px;
}
@media only screen and (max-width: 575px) {
  .banner-section .banner-content .sub-title span {
    font-size: 20px;
  }
}
@media only screen and (max-width: 575px) {
  .banner-section .banner-content .sub-title {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.banner-section .banner-content .title {
  line-height: 52px;
  font-weight: 300;
}
.banner-section .banner-content .title span {
  font-weight: 700;
}
@media only screen and (max-width: 575px) {
  .banner-section .banner-content .title {
    line-height: 32px;
  }
}
.banner-section .banner-content .banner-btn {
  margin-top: 30px;
}

.banner-slider {
  position: relative;
  overflow: hidden;
}
.banner-slider .swiper-slide-active .banner-section .banner-element {
  -webkit-animation: fadeInRight 1s;
          animation: fadeInRight 1s;
}
.banner-slider .swiper-slide-active .banner-section .banner-content .sub-title {
  -webkit-animation: fadeInDown 1s;
          animation: fadeInDown 1s;
}
.banner-slider .swiper-slide-active .banner-section .banner-content .title {
  -webkit-animation: fadeInUp 1.3s;
          animation: fadeInUp 1.3s;
}
.banner-slider .swiper-slide-active .banner-section .banner-content .banner-btn {
  -webkit-animation: fadeInUp 1.5s;
          animation: fadeInUp 1.5s;
}
.banner-slider .swiper-pagination {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 87%;
  margin-top: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 991px) {
  .banner-slider .swiper-pagination {
    display: none;
  }
}
.banner-slider .swiper-pagination .swiper-pagination-bullet {
  background-color: #d1d1d1;
  margin: 4px 0;
}
.banner-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fed700;
  width: 8px;
  height: 25px;
}

.breadcrumb-area {
  background-color: #f5f5f5;
}

.breadcrumb {
  background-color: transparent;
  padding: 1rem 0;
  margin-bottom: 0;
}

.breadcrumb li {
  font-size: 14px;
  font-weight: 600;
  color: #333e48;
}

.breadcrumb-item a {
  position: relative;
  z-index: 2;
}

.breadcrumb-item.active {
  position: relative;
  z-index: 2;
  color: #333e48;
}

.breadcrumb-item + .breadcrumb-item::before {
  font-size: 10px;
}

.breadcrumb-item.active::before {
  content: "/";
  font-weight: 600;
  color: #333e48;
  font-size: 10px;
  left: 0;
  top: 1px;
  position: relative;
}

/*--------------------------------------------------------------
    [ ## Footer ]
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Footer-block
--------------------------------------------------------------*/
.footer-logo {
  margin-bottom: 20px;
}

.footer-widget .title {
  position: relative;
  margin-bottom: 20px;
}

.footer-list li {
  font-size: 14px;
  padding-bottom: 5px;
}
.footer-list li:last-child {
  padding-bottom: 0;
}
.footer-list li a {
  display: block;
}

.footer-contact-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer-contact-list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 50%;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 375px) {
  .footer-contact-list li {
    width: 100%;
  }
}
.footer-contact-list li .title {
  margin-bottom: 5px;
  font-size: 14px;
}
.footer-contact-list li .sub-title {
  font-size: 13px;
}

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

.footer-social li {
  font-size: 20px;
  color: #7c7c7c;
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 375px) {
  .footer-social li {
    font-size: 18px;
  }
}

.footer-social li + li {
  margin-left: 25px;
}
@media only screen and (max-width: 375px) {
  .footer-social li + li {
    margin-left: 15px;
  }
}

.copyright-section {
  padding: 10px 0;
  background-color: #eaeaea;
}

.copyright-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 575px) {
  .copyright-area {
    display: block;
    text-align: center;
  }
}
.copyright-area p {
  font-size: 14px;
  margin-bottom: 0;
}
@media only screen and (max-width: 575px) {
  .copyright-area p {
    margin-bottom: 10px;
  }
}
.copyright-area p span {
  font-weight: 600;
}

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## team ]
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## Testimonial ]
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## Sections ]
--------------------------------------------------------------*/
/*--------------------------------------------------------------
    [ ## Sections ]
--------------------------------------------------------------*/
/*-------------------------------------------------
    [ ### product block ]
*/
.product-section {
  overflow: hidden;
}
.product-section .section-header-wrapper .slider-nav {
  background-color: transparent;
  width: 0;
  font-size: 24px;
  position: relative;
  right: 15px;
  color: #d1d1d1;
}
.product-section .section-header-wrapper .slider-nav.slider-prev {
  margin-right: 30px;
}
.product-section.product--style .product-item {
  width: 90%;
}
@media only screen and (max-width: 767px) {
  .product-section.product--style .product-item {
    width: 100%;
  }
}
.product-section.product--style .product-item::after {
  right: -25px;
}
@media only screen and (max-width: 767px) {
  .product-section.product--style .product-item::after {
    right: -15px;
  }
}

.product-item {
  position: relative;
  border-radius: 5px;
  z-index: 2;
}
.product-item .product-thumb {
  width: 100px;
  height: 100px;
  line-height: 100px;
  margin: 0 auto;
  text-align: center;
}
.product-item .product-thumb a {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
}
.product-item .product-thumb img {
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-item .product-single-thumb {
  width: 100%;
  height: 100%;
}
.product-item.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
}
@media only screen and (max-width: 575px) {
  .product-item.grid {
    width: 100%;
  }
}
.product-item.grid::after {
  right: -30px;
  top: 5px;
  height: calc(100% - 50px);
}
.product-item.grid .product-thumb {
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: left;
  margin: 0;
  background-color: #f5f5f5;
  border-radius: 3px;
}
.product-item.grid .product-thumb a {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
}
.product-item.grid .product-thumb img {
  width: 80%;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-item.grid .product-content {
  padding-left: 20px;
}
.product-item.grid .product-content .product-header-content .title {
  font-size: 14px;
  margin-bottom: 5px;
}
.product-item.grid .product-content .product-footer-content {
  margin-top: 0;
}
.product-item.grid .product-content .product-footer-content .product-price {
  font-size: 15px;
}
.product-item.grid .product-content .product-footer-content .product-cart {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 20px;
}
.product-item::before {
  position: absolute;
  content: "";
  top: -20px;
  left: -20px;
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  -webkit-box-shadow: 0 0 6px 0 rgba(1, 1, 1, 0.3);
          box-shadow: 0 0 6px 0 rgba(1, 1, 1, 0.3);
  background-color: #ffffff;
  border-radius: 5px;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.product-item::after {
  position: absolute;
  content: "";
  top: 10px;
  right: -15px;
  width: 1px;
  height: calc(100% - 60px);
  background-color: #eaeaea;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.product-item:hover, .product-item.active {
  z-index: 9;
}
.product-item:hover::before, .product-item.active::before {
  opacity: 1;
  visibility: visible;
}
.product-item:hover::after, .product-item.active::after {
  opacity: 0;
  visibility: hidden;
}
.product-item:hover .product-footer-content .product-cart, .product-item.active .product-footer-content .product-cart {
  background-color: #fed700;
  color: #333e48;
}
.product-item:hover .product-footer-action, .product-item.active .product-footer-action {
  opacity: 1;
  visibility: visible;
}

.product-big-item {
  position: relative;
  padding: 30px;
  border: 2px solid #fed700;
  border-radius: 20px;
  text-align: center;
}
@media only screen and (max-width: 575px) {
  .product-big-item {
    padding: 20px;
  }
}

.product-big-thumb {
  width: 200px;
  height: 200px;
  line-height: 100px;
  margin: 0 auto;
  text-align: center;
}
.product-big-thumb a {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
}
.product-big-thumb img {
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
}

.product-big-content .ratings {
  font-size: 18px;
  color: #fed700;
  margin-top: 20px;
}
.product-big-content .price-area {
  margin-top: 20px;
  font-size: 18px;
}
.product-big-content .new-price {
  color: #dc3545;
  font-weight: 500;
  margin-right: 10px;
}
.product-big-content .old-price {
  font-weight: 500;
  text-decoration: line-through;
}

.product-offer-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
}
.product-offer-area .product-offer-title .sub-title {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  color: #dc3545;
  margin-bottom: 10px;
}
.product-offer-area .product-offer-title .title {
  margin-top: -5px;
}
.product-offer-area .product-offer-title p {
  font-size: 14px;
  font-weight: 500;
}

.badge-sale {
  width: 5.3rem;
  height: 5.3rem;
  font-size: 0.6rem;
  font-weight: 600;
  color: #333e48;
  border-radius: 50%;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media only screen and (max-width: 575px) {
  .badge-sale {
    display: none !important;
  }
}
.badge-sale em {
  display: block;
  color: #333e48;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 800;
  line-height: 1.1em;
}

.countdown-area {
  margin-top: 20px;
}
.countdown-area span {
  margin-bottom: 15px;
  font-weight: 500;
}

.countDown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -15px;
}
.countDown .container {
  width: 53px;
  height: 53px;
  line-height: 53px;
  background-color: #f5f5f5;
  border-radius: 3px;
  margin: 15px;
  max-width: unset;
  padding: 0;
}
.countDown .container .a div {
  display: block;
  text-align: center;
  position: relative;
  font-size: 24px;
  font-weight: 600;
}
@media only screen and (max-width: 575px) {
  .countDown .container .a div {
    font-size: 20px;
  }
}
.countDown .container .a div::after {
  position: absolute;
  content: ":";
  top: 0;
  right: -20px;
  color: #333e48;
  font-size: 30px;
}
@media only screen and (max-width: 575px) {
  .countDown .container .a div::after {
    font-size: 26px;
  }
}
.countDown .container:last-child .a div::after {
  display: none;
}

.product-area {
  background-color: #ffffff;
  border-radius: 3px;
}
.product-area .product-item {
  -webkit-box-shadow: 1px 1px 1px 1px #f5f5f5;
          box-shadow: 1px 1px 1px 1px #f5f5f5;
  border-radius: 0;
  padding: 20px 20px 0 20px;
}
.product-area .product-item::before {
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 20px);
}
.product-area .product-item::after {
  display: none;
}
.product-area .product-big-single-item {
  height: 100%;
  -webkit-box-shadow: 1px 1px 1px 1px #f5f5f5;
          box-shadow: 1px 1px 1px 1px #f5f5f5;
  padding: 20px 20px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.product-thumb-slider {
  overflow: hidden;
}

.product-small-slider {
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  .product-small-slider {
    display: none;
  }
}

.producr-small-slider-thumb {
  width: 90px;
  height: 90px;
  border: 1px solid #dddddd;
  border-radius: 3px;
}

div[class*=col]:nth-of-type(8n + 4) .product-item.grid::after {
  display: none;
}

div[class*=col]:nth-of-type(8n + 8) .product-item.grid::after {
  display: none;
}

.product-header-content .sub-title {
  color: #768b9e;
  font-size: 12px;
  margin-bottom: 5px;
}
.product-header-content .title {
  margin-bottom: 20px;
}

.product-thumb {
  text-align: center;
}

.product-footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}
.product-footer-content .product-price {
  font-size: 18px;
  font-weight: 600;
}
.product-footer-content .product-cart {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  background-color: #f5f5f5;
  border-radius: 50%;
  font-size: 24px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.product-footer-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #dddddd;
  padding-top: 10px;
  margin-top: 10px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.product-footer-action a {
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-footer-action a i {
  font-size: 16px;
  margin-right: 3px;
}
.product-footer-action a span {
  font-weight: 600;
}

.product-slider-wrapper {
  margin: -25px 0;
}

.product-slider, .product-slider-two {
  position: relative;
  overflow: hidden;
  padding: 25px;
}
.product-slider .swiper-pagination, .product-slider-two .swiper-pagination {
  position: absolute;
  top: auto;
  bottom: 6%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-top: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 0;
}
.product-slider .swiper-pagination .swiper-pagination-bullet, .product-slider-two .swiper-pagination .swiper-pagination-bullet {
  background-color: #d1d1d1;
}
.product-slider .swiper-pagination .swiper-pagination-bullet-active, .product-slider-two .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fed700;
}

@media only screen and (max-width: 575px) {
  .product-slider-two .swiper-pagination {
    position: relative;
  }
}

.product-details-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .product-details-item {
    display: block;
  }
}

.product-details-thumb .image {
  position: relative;
  width: 450px;
  height: 500px;
  overflow: hidden;
}
@media only screen and (max-width: 1199px) {
  .product-details-thumb .image {
    width: 300px;
    height: 350px;
  }
}
.product-details-thumb .image:hover {
  --zoom: 3;
}
.product-details-thumb .image img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: scale(var(--zoom, 1));
          transform: scale(var(--zoom, 1));
  -webkit-transform-origin: var(--x) var(--y);
          transform-origin: var(--x) var(--y);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.product-details-content {
  padding-left: 80px;
}
@media only screen and (max-width: 1199px) {
  .product-details-content {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .product-details-content {
    padding-left: 0;
    padding-top: 40px;
  }
}
.product-details-content .product-details-header-content .sub-title {
  font-size: 13px;
  margin-bottom: 10px;
}
.product-details-content .product-details-header-content .ratings {
  font-size: 14px;
}
.product-details-content .product-details-header-content .ratings i {
  color: #fed700;
}
.product-details-content .product-details-header-content .product-details-header-action {
  border-top: 1px solid #dddddd;
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
.product-details-content .product-details-header-content .product-details-header-action .wishlist-action {
  margin-right: 20px;
}
.product-details-content .product-details-header-content .product-details-header-action a {
  font-weight: 500;
}
.product-details-content .product-details-header-content .product-details-header-action a i {
  margin-right: 5px;
}
.product-details-content .product-details-body-content {
  margin-top: 20px;
}
.product-details-content .product-details-body-content .product-details-list li {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  padding-left: 20px;
  padding-top: 5px;
}
.product-details-content .product-details-body-content .product-details-list li::before {
  position: absolute;
  content: "";
  top: 15px;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #333e48;
  border-radius: 50%;
}
.product-details-content .product-details-body-content .product-details-price {
  margin-top: 30px;
}
.product-details-content .product-details-body-content .product-details-price .new-price {
  font-size: 30px;
}
.product-details-content .product-details-body-content .product-details-price .old-price {
  font-size: 18px;
  padding-left: 10px;
  text-decoration: line-through;
  color: #dc3545;
}
.product-details-content .product-details-footer-content {
  margin-top: 30px;
}
.product-details-content .product-details-footer-content .product-details-color-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  padding-top: 15px;
  padding-bottom: 15px;
}
.product-details-content .product-details-footer-content .product-details-color-area .title {
  font-weight: 500;
  font-size: 14px;
  margin-right: 20px;
}
.product-details-content .product-details-footer-content .product-details-color-area select {
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  max-width: 170px;
  height: 45px;
  background: url(../images/select-bg.svg) 98% 49%/26px 60px no-repeat;
}
.product-details-content .product-details-footer-content .product-details-footer-action {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-details-content .product-details-footer-content .product-details-footer-action .product-details-btn {
  margin-left: 20px;
}
.product-details-content .product-details-footer-content .product-details-footer-action .product-details-btn a {
  padding: 8px 25px;
  font-size: 14px;
}
.product-details-content .product-details-footer-content .product-details-footer-action .product-details-btn a i {
  font-size: 18px;
  margin-right: 5px;
}

.product-details-area {
  border: 1px solid #dddddd;
  padding: 60px;
  border-radius: 30px;
}
@media only screen and (max-width: 1199px) {
  .product-details-area {
    padding: 30px;
  }
}

.product-reviews-content .reviews-title {
  font-size: 18px;
}
.product-reviews-content .comment-container {
  margin-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #dddddd;
}
@media only screen and (max-width: 575px) {
  .product-reviews-content .comment-container {
    display: block !important;
  }
}
.product-reviews-content .comment-container:last-child {
  border: none;
  padding: 0;
}
.product-reviews-content .comment-avatar {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  overflow: hidden;
}
.product-reviews-content .comment-box {
  width: calc(100% - 65px);
  padding-left: 20px;
}
@media only screen and (max-width: 575px) {
  .product-reviews-content .comment-box {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
}
.product-reviews-content .comment-box .ratings-container {
  margin-bottom: 5px;
}
.product-reviews-content .comment-box .ratings-container i {
  color: #fed700;
}
.product-reviews-content .comment-info {
  font-size: 14px;
}
.product-reviews-content .avatar-name {
  display: inline;
}
.product-reviews-content .comment-text {
  font-size: 14px;
}
.product-reviews-content .rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 40px;
}
.product-reviews-content .rating:not(:checked) > input {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
.product-reviews-content .rating:not(:checked) > label {
  width: 1em;
  padding: 0 0.1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 200%;
  line-height: 1.2;
  color: #ddd;
}
.product-reviews-content .rating:not(:checked) > label:before {
  content: "★";
  border: none;
}
.product-reviews-content input[type=radio]:checked + label:before {
  border-color: transparent;
  background-color: transparent;
}
.product-reviews-content .rating > input:checked ~ label {
  color: #f70;
}
.product-reviews-content .rating:not(:checked) > label:hover,
.product-reviews-content .rating:not(:checked) > label:hover ~ label {
  color: gold;
}
.product-reviews-content .rating > input:checked + label:hover,
.product-reviews-content .rating > input:checked + label:hover ~ label,
.product-reviews-content .rating > input:checked ~ label:hover,
.product-reviews-content .rating > input:checked ~ label:hover ~ label,
.product-reviews-content .rating > label:hover ~ input:checked ~ label {
  color: #ea0;
}
.product-reviews-content .rating > label:active {
  position: relative;
  top: 2px;
  left: 2px;
}
.product-reviews-content .review-form textarea {
  padding: 10px 15px;
}

.specification-list {
  margin-top: 30px;
}
.specification-list li {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 575px) {
  .specification-list li {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.specification-list li:last-child {
  border: none;
  padding: 0;
  margin: 0;
}
.specification-list li span {
  font-weight: 600;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}
@media only screen and (max-width: 575px) {
  .specification-list li span {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}

.product-description-inner-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1199px) {
  .product-description-inner-item {
    display: block;
  }
}
.product-description-inner-item .product-description-inner-thumb {
  width: 320px;
}
@media only screen and (max-width: 1199px) {
  .product-description-inner-item .product-description-inner-thumb {
    width: 100%;
  }
}
.product-description-inner-item .product-description-inner-content-area {
  width: calc(100% - 320px);
  padding-left: 40px;
}
@media only screen and (max-width: 1199px) {
  .product-description-inner-item .product-description-inner-content-area {
    width: 100%;
    padding-left: 0;
    padding-top: 40px;
  }
}
.product-description-inner-item .product-description-inner-content-area .product-description-inner-content {
  margin-bottom: 40px;
}
.product-description-inner-item .product-description-inner-content-area .product-description-inner-content:last-child {
  margin-bottom: 0;
}

.product-description-content {
  margin-bottom: 40px;
}
.product-description-content:last-child {
  margin-bottom: 0;
}
.product-description-content p {
  font-size: 14px;
}

/*-------------------------------------------------
    [ ### escrow block ]
*/
.escrow-widget {
  border: 2px solid #fed700;
  border-radius: 20px;
  padding: 40px;
}

.escrow-widget-header {
  margin-bottom: 20px;
}
.escrow-widget-header p {
  font-size: 14px;
}

.escrow-widget-form .form--control {
  border-radius: 3px;
  height: 45px;
}
.escrow-widget-form .form-group {
  margin-bottom: 15px;
}
.escrow-widget-form select {
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  background: url(../images/select-bg.svg) 98% 49%/26px 60px no-repeat;
}

.terms-area p {
  font-size: 14px;
}
.terms-area a {
  font-weight: 700;
}

/*-------------------------------------------------
    [ ### add block ]
*/
.add-thumb a {
  display: block;
  width: 100%;
}
.add-thumb a img {
  width: 100%;
  border-radius: 3px;
}

/*-------------------------------------------------
    [ ### product widget block ]
*/
.product-widget-item {
  background-color: #f5f5f5;
  border-radius: 3px;
  padding: 15px;
}
.product-widget-item .product-widget-item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 640px) {
  .product-widget-item .product-widget-item-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.product-widget-item-thumb {
  width: 140px;
  margin-right: 15px;
}
@media only screen and (max-width: 640px) {
  .product-widget-item-thumb {
    width: 100px;
  }
}

.product-widget-item-content .title {
  font-weight: 400;
  text-transform: uppercase;
}
@media only screen and (max-width: 640px) {
  .product-widget-item-content .title {
    font-size: 16px;
  }
}
.product-widget-item-content .shop-now-btn span {
  background-color: transparent;
  padding: 0;
  font-weight: 600;
}
@media only screen and (max-width: 640px) {
  .product-widget-item-content .shop-now-btn span {
    font-size: 14px;
  }
}
.product-widget-item-content .shop-now-btn span i {
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-color: #fed700;
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
  margin-left: 5px;
  position: relative;
  top: 2px;
}

/*-------------------------------------------------
    [ ### product small block ]
*/
.product-small-section-header {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 30px;
}
.product-small-section-header .title {
  border-bottom: 2px solid #fed700;
  margin-bottom: 0;
  display: inline-block;
  font-weight: 600;
  padding-bottom: 10px;
}

.product-small-item-area {
  margin-bottom: -20px;
}

.product-small-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.product-small-item .product-small-thumb {
  width: 90px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  background-color: #f5f5f5;
  border-radius: 3px;
}
.product-small-item .product-small-thumb a {
  display: block;
}
.product-small-item .product-small-thumb a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-small-item .product-small-content {
  width: calc(100% - 90px);
  padding-left: 15px;
}
.product-small-item .product-small-content .title {
  font-size: 14px;
  margin-bottom: 5px;
}
.product-small-item .product-small-content .ratings {
  font-size: 14px;
  color: #fed700;
}
.product-small-item .product-small-content .price-area {
  margin-top: 10px;
}
.product-small-item .product-small-content .new-price {
  color: #dc3545;
  font-weight: 500;
  margin-right: 10px;
}
.product-small-item .product-small-content .old-price {
  font-weight: 500;
  text-decoration: line-through;
}

.product-small-add-area a {
  display: block;
}
.product-small-add-area a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3px;
  min-height: 400px;
}

.product-quantity .product-plus-minus {
  width: 100px;
  position: relative;
  display: inline-block;
}
.product-quantity .product-plus-minus .qtybutton {
  color: #333e48;
  float: inherit;
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
  margin: 0;
  text-align: center;
  width: 30px;
  height: 36px !important;
  background-color: transparent;
  cursor: pointer;
  position: absolute;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.product-quantity .product-plus-minus .dec.qtybutton {
  left: 0px;
  top: 0px;
  border-right: 1px solid #dddddd;
}
.product-quantity .product-plus-minus .product-plus-minus-box {
  color: #333e48;
  font-size: 16px;
  height: 36px;
  font-weight: 600;
  margin: 0;
  text-align: center;
  width: 100px;
  outline: none;
  border: 1px solid #dddddd;
  background-color: transparent;
}
.product-quantity .product-plus-minus .inc.qtybutton {
  right: 0px;
  top: 0px;
  border-left: 1px solid #dddddd;
}

.cart-sidebar {
  position: sticky;
  top: 0;
}

.cart-sidebar-widget {
  border: 1px solid #dddddd;
  padding: 25px;
  border-radius: 5px;
}
.cart-sidebar-widget .cart-sidebar-header {
  margin-bottom: 30px;
}
.cart-sidebar-widget .checkout-header {
  margin-bottom: 30px;
}
.cart-sidebar-widget .cart-checkout-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #dddddd;
  padding-top: 15px;
  margin-top: 15px;
}
.cart-sidebar-widget .cart-checkout-area .title {
  margin-bottom: 0;
}
.cart-sidebar-widget .cart-checkout-area .left span {
  font-size: 12px;
}
.cart-sidebar-widget .cart-subtotal-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #dddddd;
}
.cart-sidebar-widget .cart-subtotal-area .title {
  font-weight: 600;
}
.cart-sidebar-widget .cart-total-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 20px;
  margin-top: 30px;
  margin-bottom: 40px;
  border-top: 1px solid #dddddd;
}
.cart-sidebar-widget .cart-total-area.checkout {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 20px;
  margin-top: 0;
  margin-bottom: 20px;
}
.cart-sidebar-widget .cart-total-area .title {
  font-weight: 600;
}
.cart-sidebar-widget .cart-total-area .price {
  font-size: 18px;
  font-weight: 700;
}

.cart-form .form-group {
  margin-bottom: 15px;
}
.cart-form label {
  font-weight: 600;
}
.cart-form .form--control {
  height: 45px;
  border-radius: 3px;
}
.cart-form select {
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  background: url(../images/select-bg.svg) 96% 49%/26px 60px no-repeat;
  padding-right: 25px;
}
.cart-form button, .cart-form input[type=button], .cart-form input[type=reset], .cart-form input[type=submit] {
  background-color: #f5f5f5;
  color: #333e48;
  padding: 10px 20px;
  font-size: 15px;
}
.cart-form button:hover, .cart-form input[type=button]:hover, .cart-form input[type=reset]:hover, .cart-form input[type=submit]:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #333e48;
}
.cart-form button.checkout, .cart-form input.checkout[type=button], .cart-form input.checkout[type=reset], .cart-form input.checkout[type=submit] {
  background-color: #333e48;
  color: #ffffff;
  padding: 12px 40px;
  font-size: 16px;
}
.cart-form button.checkout:hover, .cart-form input.checkout[type=button]:hover, .cart-form input.checkout[type=reset]:hover, .cart-form input.checkout[type=submit]:hover {
  color: #ffffff;
  -webkit-box-shadow: 0 10px 20px rgba(51, 62, 72, 0.4);
          box-shadow: 0 10px 20px rgba(51, 62, 72, 0.4);
}

.cart-coupon-form {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 1199px) {
  .cart-coupon-form {
    display: block;
  }
}
.cart-coupon-form .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 1199px) {
  .cart-coupon-form .left {
    display: block;
  }
}
.cart-coupon-form .left button, .cart-coupon-form .left input[type=button], .cart-coupon-form .left input[type=reset], .cart-coupon-form .left input[type=submit] {
  width: 300px;
  margin-left: 5px;
}
@media only screen and (max-width: 1199px) {
  .cart-coupon-form .left button, .cart-coupon-form .left input[type=button], .cart-coupon-form .left input[type=reset], .cart-coupon-form .left input[type=submit] {
    width: auto;
    margin-left: 0;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 1199px) {
  .cart-coupon-form .right button, .cart-coupon-form .right input[type=button], .cart-coupon-form .right input[type=reset], .cart-coupon-form .right input[type=submit] {
    margin-top: 20px;
    width: 100%;
  }
}
.cart-coupon-form .form--control {
  height: 45px;
  border-radius: 3px;
}
.cart-coupon-form button, .cart-coupon-form input[type=button], .cart-coupon-form input[type=reset], .cart-coupon-form input[type=submit] {
  background-color: #f5f5f5;
  color: #333e48;
  padding: 10px 20px;
  font-size: 15px;
}
.cart-coupon-form button:hover, .cart-coupon-form input[type=button]:hover, .cart-coupon-form input[type=reset]:hover, .cart-coupon-form input[type=submit]:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #333e48;
}

.checkout-form-area .title {
  margin-bottom: 20px;
}

.checkout-form label {
  font-weight: 600;
}
.checkout-form .form--control {
  border-radius: 3px;
}
.checkout-form select {
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  background: url(../images/select-bg.svg) 98% 49%/26px 60px no-repeat;
}

.order-form p {
  font-size: 14px;
  margin-bottom: 30px;
}
.order-form label {
  font-weight: 600;
}
.order-form .form--control {
  border-radius: 50px;
}
.order-form button, .order-form input[type=button], .order-form input[type=reset], .order-form input[type=submit] {
  border-radius: 50px;
}
.order-form select {
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  background: url(../images/select-bg.svg) 98% 49%/26px 60px no-repeat;
}
.order-form.compare-form {
  margin-right: 40px;
}
@media only screen and (max-width: 991px) {
  .order-form.compare-form {
    margin-right: 0;
  }
}
.order-form.compare-form .form--control {
  border-radius: 3px;
  height: 45px;
}
.order-form.compare-form button, .order-form.compare-form input[type=button], .order-form.compare-form input[type=reset], .order-form.compare-form input[type=submit] {
  border-radius: 3px;
}

.store-section {
  overflow: hidden;
}

.shop-section {
  overflow: hidden;
}

.store-area {
  border: 2px solid #fed700;
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.store-area .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 420px) {
  .store-area .left {
    display: block;
  }
}
.store-area .store-thumb {
  border: 1px solid #dddddd;
  border-radius: 20px;
}
@media only screen and (max-width: 420px) {
  .store-area .store-thumb {
    display: inline-block;
  }
}
.store-area .store-content {
  padding-left: 30px;
}
@media only screen and (max-width: 420px) {
  .store-area .store-content {
    padding-left: 0;
    padding-top: 20px;
  }
}
.store-area .store-content .title {
  margin-bottom: 10px;
}
.store-area .right {
  margin-top: 15px;
}
.store-area .right span i {
  font-size: 18px;
  margin-right: 5px;
}
.store-area .right span + span {
  margin-left: 20px;
}

.store-action-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .store-action-area {
    display: block;
  }
}

.store-search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .store-search-form {
    margin-bottom: 15px;
  }
}
.store-search-form input {
  height: 45px;
  border-radius: 3px 0 0 3px;
}
.store-search-form button, .store-search-form input[type=button], .store-search-form input[type=reset], .store-search-form input[type=submit] {
  padding: 10px 30px;
  border-radius: 0 3px 3px 0;
  font-size: 14px;
}

.store-sorting select {
  height: 45px;
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  background: url(../images/select-bg.svg) 96% 49%/26px 60px no-repeat;
  padding-right: 25px;
  border-radius: 3px;
}

.store-sidebar {
  position: sticky;
  top: 0;
  margin-right: 30px;
}
@media only screen and (max-width: 991px) {
  .store-sidebar {
    margin-right: 0;
  }
}
.store-sidebar .widget-title {
  margin-bottom: 20px;
  border-bottom: 1px solid #dddddd;
}
.store-sidebar .widget-title .title {
  padding-bottom: 10px;
  margin-bottom: 0;
  border-bottom: 2px solid #fed700;
  display: inline-block;
}

.store-contact-form .form-group {
  margin-bottom: 10px;
}
.store-contact-form input {
  border-radius: 3px;
  height: 45px;
}
.store-contact-form textarea {
  border-radius: 3px;
}
.store-contact-form button, .store-contact-form input[type=button], .store-contact-form input[type=reset], .store-contact-form input[type=submit] {
  padding: 8px 15px;
  font-size: 14px;
}

.side-menu-wrapper {
  border: 2px solid #dddddd;
  border-radius: 6px;
}
.side-menu-wrapper .title {
  border-bottom: 1px solid #dddddd;
  padding: 10px 15px;
}

.side-menu li {
  position: relative;
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #dddddd;
}
.side-menu li:last-child {
  border: none;
}
.side-menu li.has-sub {
  padding: 0.5rem 0 0.5rem 1rem;
}
.side-menu li.has-sub::after {
  position: absolute;
  top: 1rem;
  right: 15px;
  width: 24px;
  text-align: center;
  line-height: 24px;
  cursor: pointer;
  border-bottom: 1px solid #333e48;
  border-right: 1px solid #333e48;
  content: "";
  display: block;
  height: 7px;
  margin-top: 0;
  pointer-events: none;
  -webkit-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 7px;
}
.side-menu li.active a {
  font-weight: 700;
  color: #dc3545;
}
.side-menu li.active ul {
  display: block;
}
.side-menu li.active ul li a {
  color: #333e48;
  font-weight: 600;
}
.side-menu li a {
  display: block;
  font-weight: 600;
  font-size: 14px;
}
.side-menu ul {
  border-top: 1px solid #dddddd;
  margin-top: 10px;
  padding-left: 1rem;
  display: none;
}
.side-menu ul li:last-child {
  border: none;
}

.widget-range-title {
  padding: 10px 30px;
  margin-bottom: 0;
  background: #fed700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: -0.025em;
}

.widget .ui-widget.ui-widget-content {
  position: relative;
  height: 5px;
  border: none;
  margin-right: 20px;
  margin-bottom: 10px;
  margin-top: 35px;
}
.widget .ui-widget.ui-widget-content::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 5px;
  background: #aaa;
  width: calc(100% + 20px);
}

.widget .ui-slider-range {
  height: 5px;
  background: #aaa;
  position: relative;
  z-index: 1;
}

.widget .ui-state-default {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: block;
  border: none;
  border-radius: 50%;
  background-color: #fed700;
  outline: none;
  cursor: pointer;
  top: -8px;
  position: absolute;
  z-index: 1;
}
.widget .ui-state-default::after {
  position: absolute;
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #ffffff;
  top: 3px;
  left: 3px;
  display: block;
}

.price-range {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
}
.price-range label {
  margin: 0;
  font-weight: 500;
}
.price-range input {
  height: unset;
  width: unset;
  padding: 7px;
  background: transparent;
  border: none;
  text-align: right;
  font-weight: 500;
  padding-right: 0;
}
.price-range input::-webkit-input-placeholder {
  color: #ffffff;
}
.price-range input::-moz-placeholder {
  color: #ffffff;
}
.price-range input:-ms-input-placeholder {
  color: #ffffff;
}
.price-range input::-ms-input-placeholder {
  color: #ffffff;
}
.price-range input::placeholder {
  color: #ffffff;
}

/*-------------------------------------------------
    [ ### subscribe block ]
*/
.subscribe-section {
  background-color: #fed700;
  padding: 15px 0;
}

.subscribe-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .subscribe-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.subscribe-wrapper .title {
  margin-bottom: 0;
}
.subscribe-wrapper .left .title {
  font-weight: 400;
}
@media only screen and (max-width: 1199px) {
  .subscribe-wrapper .left .title {
    font-size: 18px;
  }
}
.subscribe-wrapper .left .title span {
  font-weight: 700;
}
.subscribe-wrapper .center .sub-title {
  font-size: 14px;
}
@media only screen and (max-width: 1199px) {
  .subscribe-wrapper .center .title {
    font-size: 16px;
  }
}
.subscribe-wrapper .right {
  width: 40%;
}
@media only screen and (max-width: 991px) {
  .subscribe-wrapper .right {
    width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .subscribe-wrapper .right {
    margin-top: 15px;
    width: 100%;
  }
}

.subscribe-form {
  position: relative;
}
.subscribe-form input {
  border: none !important;
  border-radius: 25px;
  height: 48px;
  font-size: 14px;
  font-weight: 500;
  padding: 12px 35px;
}
@media only screen and (max-width: 575px) {
  .subscribe-form input {
    font-size: 12px;
    padding: 12px 25px;
  }
}
.subscribe-form button, .subscribe-form input[type=button], .subscribe-form input[type=reset], .subscribe-form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #333e48;
  border-radius: 0 25px 25px 0;
  color: #ffffff;
  padding: 12px 30px;
  font-weight: 600;
}
@media only screen and (max-width: 575px) {
  .subscribe-form button, .subscribe-form input[type=button], .subscribe-form input[type=reset], .subscribe-form input[type=submit] {
    padding: 12px 15px;
    font-size: 13px;
  }
}

/*-------------------------------------------------
    [ ### brand block ]
*/
.brand-slider {
  overflow: hidden;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  padding: 20px 0;
  position: relative;
}
.brand-slider .slider-nav {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.brand-slider .slider-nav.slider-next {
  left: auto;
  right: 0;
}

.brand-item {
  text-align: center;
  cursor: pointer;
}

/*-------------------------------------------------
    [ ### contact block ]
*/
.contact-form-area .form--control::-webkit-input-placeholder {
  color: #333e48;
}
.contact-form-area .form--control::-moz-placeholder {
  color: #333e48;
}
.contact-form-area .form--control:-ms-input-placeholder {
  color: #333e48;
}
.contact-form-area .form--control::-ms-input-placeholder {
  color: #333e48;
}
.contact-form-area .form--control::placeholder {
  color: #333e48;
}
.contact-form-area button, .contact-form-area input[type=button], .contact-form-area input[type=reset], .contact-form-area input[type=submit] {
  margin-top: 15px;
}

.contact-widget-area {
  margin-bottom: -20px;
}

.contact-widget {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.contact-widget .contact-item-icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
  display: inline-block;
  text-align: center;
  background: #ffffff;
  border-radius: 50%;
  color: #fed700;
  font-size: 35px;
}
.contact-widget .contact-item-content {
  padding-left: 20px;
}

.map-area iframe {
  width: 100%;
}

/*-------------------------------------------------
    [ ### account block ]
*/
.account-section {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.account-section.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0.2s ease-out;
          transition-delay: 0.2s ease-out;
  overflow-x: hidden;
  overflow-y: auto;
  height: 100vh;
}
.account-section.active .account-bg {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0.27, 0.17, 0.2);
          transition-timing-function: cubic-bezier(0.86, 0.27, 0.17, 0.2);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  background: #333e48;
  opacity: 0.5;
}
.account-section.active .account-area {
  opacity: 1;
  -webkit-transition-timing-function: cubic-bezier(0.9, 0.25, 0.08, 0.2);
          transition-timing-function: cubic-bezier(0.9, 0.25, 0.08, 0.2);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  top: 0;
  z-index: 9;
}

.account-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.account-area {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 30px;
  position: relative;
  background-position: bottom;
  opacity: 0;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  width: 450px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}
@media only screen and (max-width: 480px) {
  .account-area {
    width: 400px;
  }
}
@media only screen and (max-width: 420px) {
  .account-area {
    width: 350px;
    padding: 15px;
  }
}
@media only screen and (max-width: 375px) {
  .account-area {
    width: 300px;
  }
}
.account-area.change-form {
  display: block;
}

.account-logo {
  margin-bottom: 20px;
}

.account-area p {
  font-size: 14px;
  margin-bottom: 30px;
}
.account-area .account-close {
  width: inherit;
  text-align: center;
  position: absolute;
  top: -21px;
  right: -7px;
  z-index: 9;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-color: #fed700;
  border-radius: 50%;
}
.account-area .account-close::before {
  position: absolute;
  content: "";
  height: 2px;
  width: 25px;
  background-color: #333e48;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  left: 14px;
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.account-area .account-close::after {
  position: absolute;
  content: "";
  height: 2px;
  width: 25px;
  background-color: #333e48;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  left: 14px;
  bottom: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.account-area .account-close:hover::before, .account-area .account-close:hover::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.account-form button, .account-form input[type=button], .account-form input[type=reset], .account-form input[type=submit] {
  border-radius: 50px;
}

.forgot-item label {
  margin-bottom: 0;
  font-weight: 600;
}

.or-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 37px;
}
.or-area .or-line {
  height: 1px;
  border: 0.5px solid #dddddd;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.or-area .or-title {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
}

.account-form-btn {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 10px;
}
.account-form-btn a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  text-align: center;
  background-color: #fed700;
  border-radius: 50%;
  margin: 8px;
}
.account-form-btn a.facebook {
  background-color: #3a5795;
}
.account-form-btn a.google {
  background-color: #4285f4;
}
.account-form-btn a.apple {
  background-color: #000000;
}
.account-form-btn a svg {
  fill: #ffffff;
}

.account-item label {
  font-weight: 500;
}
.account-item label a {
  font-weight: 600;
}

.account-footer p {
  font-size: 14px;
}

/*-------------------------------------------------
    [ ### dashboard block ]
*/
.page-container {
  width: 100%;
  height: 100%;
}
.page-container.show .sidebar-menu {
  width: 60px;
}
.page-container.show .sidebar-menu .sidebar-main-menu li.has-sub {
  background-color: transparent;
}
.page-container.show .sidebar-menu .sidebar-main-menu li.has-sub a::before {
  display: none;
}
.page-container.show .sidebar-menu .sidebar-main-menu li:hover a span:not(.badge) {
  visibility: visible;
  zoom: 1;
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
}
.page-container.show .sidebar-menu .sidebar-main-menu li a .title {
  display: none;
}
.page-container.show .sidebar-menu .sidebar-main-menu li .title {
  display: none;
}
.page-container.show .sidebar-menu .sidebar-main-menu li .sidebar-submenu {
  position: absolute;
  left: 60px;
  top: 0;
  visibility: hidden;
  opacity: 0;
  min-width: 220px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  z-index: 999;
  background: #ffffff;
  -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
  display: block;
}
.page-container.show .sidebar-menu .sidebar-main-menu li .sidebar-submenu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #333e48;
  font-weight: 600;
  border-bottom: 1px solid #dddddd;
  border-radius: 0;
}
.page-container.show .sidebar-menu .sidebar-main-menu li .sidebar-submenu a:last-child {
  margin-bottom: 0;
}
.page-container.show .sidebar-menu .sidebar-main-menu li .sidebar-submenu .title {
  display: block !important;
}
.page-container.show .sidebar-menu .sidebar-main-menu li ul li a {
  padding-left: 20px;
}
.page-container.show .sidebar-menu .sidebar-main-menu li ul li .sidebar-submenu .title {
  display: block !important;
}
.page-container.show .sidebar-menu .sidebar-main-menu li:hover .sidebar-submenu {
  visibility: visible !important;
  opacity: 1 !important;
}
.page-container.show .footer-social li + li {
  margin-left: 0;
  margin-top: 10px;
}
.page-container.show .footer-area p {
  display: none;
}
.page-container.show .logo-env {
  display: block;
  padding: 20px;
}
.page-container.show .logo-env .logo {
  overflow: hidden;
  width: 0;
}
.page-container.show .logo-env .sidebar-collapse {
  display: block;
  padding: 0;
  right: 5px;
}
.page-container.show .copyright-area p {
  display: none;
}
.page-container.show .copyright-area .footer-social li + li {
  margin-left: 0;
  margin-top: 10px;
}
.page-container.show .body-wrapper {
  margin-left: 60px;
}
.page-container .sidebar-menu {
  width: 250px;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  background: #f8f8f8;
  -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  z-index: 999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 991px) {
  .page-container .sidebar-menu {
    width: 100%;
    position: relative;
    min-height: 0px;
    display: block;
  }
}
@media only screen and (max-width: 991px) {
  .page-container .sidebar-menu .sidebar-main-menu {
    display: none;
    margin-bottom: 0;
  }
}
.page-container .sidebar-menu .sidebar-main-menu li {
  position: relative;
  font-size: 14px;
}
.page-container .sidebar-menu .sidebar-main-menu li.active a {
  background-color: rgba(255, 255, 255, 0.1);
  border-left: 3px solid #fed700;
  color: #fed700;
}
.page-container .sidebar-menu .sidebar-main-menu li.active ul li a {
  background-color: transparent;
}
.page-container .sidebar-menu .sidebar-main-menu li.has-sub.active a {
  color: #ffffff;
}
.page-container .sidebar-menu .sidebar-main-menu li.has-sub.active a::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.page-container .sidebar-menu .sidebar-main-menu li.has-sub a::before {
  position: absolute;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  color: #fed700;
  font-size: 14px;
  right: 20px;
  top: 10px;
}
.page-container .sidebar-menu .sidebar-main-menu li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 20px;
  color: #ffffff;
  font-weight: 600;
  border-radius: 5px 0 0 5px;
  border-left: 3px solid transparent;
  z-index: 2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-bottom: 10px;
}
.page-container .sidebar-menu .sidebar-main-menu li a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-left: 3px solid #fed700;
  color: #fed700;
}
.page-container .sidebar-menu .sidebar-main-menu li a i {
  margin-right: 8px;
  font-size: 24px;
}
.page-container .sidebar-menu .sidebar-main-menu li ul {
  position: relative;
  display: none;
  z-index: 1;
}
.page-container .sidebar-menu .sidebar-main-menu li ul li:last-child {
  border: none;
}
.page-container .sidebar-menu .sidebar-main-menu li ul li a {
  padding-left: 40px;
}
.page-container .sidebar-menu .sidebar-main-menu li ul li a::before {
  display: none;
}
.page-container .sidebar-menu .sidebar-menu-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 100vh;
}
@media only screen and (max-width: 991px) {
  .page-container .sidebar-menu .sidebar-menu-inner {
    display: block;
    min-height: auto;
  }
}
.page-container .sidebar-menu .logo-env {
  width: 100%;
  padding: 20px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 991px) {
  .page-container .sidebar-menu .logo-env .sidebar-collapse {
    display: none;
  }
}
.page-container .sidebar-menu .logo-env .sidebar-mobile-menu {
  display: none;
}
@media only screen and (max-width: 991px) {
  .page-container .sidebar-menu .logo-env .sidebar-mobile-menu {
    display: block;
  }
}
.page-container .sidebar-menu .logo-env .sidebar-collapse, .page-container .sidebar-menu .logo-env .sidebar-mobile-menu {
  position: relative;
}
.page-container .sidebar-menu .logo-env .sidebar-collapse a, .page-container .sidebar-menu .logo-env .sidebar-mobile-menu a {
  font-size: 30px;
  color: #ffffff;
}

.sidebar-submenu.open {
  display: block !important;
}

.sidebar-single-menu.open .sidebar-submenu li.open a {
  position: relative !important;
}

.sidebar-single-menu.open .sidebar-submenu li.open a::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background-color: #f8f8f8;
}

.body-wrapper {
  margin-left: 250px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media only screen and (max-width: 991px) {
  .body-wrapper {
    margin-left: 0;
  }
}

.body-main-area {
  padding: 20px;
}

.body-header-area {
  background: #f8f8f8;
  padding: 12px 20px;
}
.body-header-area button, .body-header-area input[type=button], .body-header-area input[type=reset], .body-header-area input[type=submit] {
  background-color: transparent;
}

.body-header-left .title {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 0;
}
.body-header-left .title a {
  font-size: 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.body-header-left .title a:hover {
  color: #fed700;
}
@media only screen and (max-width: 991px) {
  .body-header-left .title {
    font-size: 18px;
  }
}

.header-user-thumb {
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: inline-block;
  text-align: center;
  background: #fed700;
  color: #ffffff;
  border-radius: 10px;
  font-size: 20px;
}

.dropdown-menu.dropdown-menu--sm {
  min-width: 12rem;
}

.dropdown-menu {
  pointer-events: none;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px) translateX(-140px);
  transform: scale(0.75) translateY(-21px) translateX(-140px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  display: block;
  opacity: 0;
  visibility: hidden;
  border: none;
  background: #ffffff;
  -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}

.dropdown-menu.show {
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
  opacity: 1;
  visibility: visible;
}

.dropdown-menu__item {
  border-bottom: 1px solid #dddddd;
}
.dropdown-menu__item:last-child {
  border: none;
}
.dropdown-menu__item .dropdown-menu__icon {
  margin-top: -5px;
  font-size: 18px;
  color: #333e48;
}
.dropdown-menu__item .dropdown-menu__caption {
  padding-left: 10px;
  font-size: 13px;
  color: #333e48;
  font-weight: 600;
}

.profile-settings-wrapper .preview-thumb.profile-wallpaper {
  display: block;
  position: relative;
}
.profile-settings-wrapper .preview-thumb.profile-wallpaper .avatar-preview {
  width: 100%;
  height: 250px;
  border-radius: 0;
}
.profile-settings-wrapper .preview-thumb.profile-wallpaper .avatar-preview .profilePicPreview {
  width: 100%;
  height: 250px;
  border-radius: 3px 3px 0 0;
  border: none;
  position: relative;
}

.profile-thumb-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0 3rem;
}
@media only screen and (max-width: 767px) {
  .profile-thumb-content {
    display: block;
    text-align: center;
    padding: 0;
  }
}
.profile-thumb-content .profile-thumb {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  margin-top: -100px;
}
.profile-thumb-content .profile-thumb .avatar-preview {
  width: 120px;
  height: 120px;
  border-radius: 50%;
}
.profile-thumb-content .profile-thumb .avatar-preview .profilePicPreview {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 1px solid #dddddd;
  background: #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
}
.profile-thumb-content .profile-thumb .avatar-edit {
  position: absolute;
  bottom: 0;
  right: 0;
}
.profile-thumb-content .profile-thumb .avatar-edit .profilePicUpload {
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.profile-thumb-content .profile-thumb .avatar-edit label {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: #333e48;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  cursor: pointer;
  background: #f5f5f5;
  -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}
.profile-thumb-content .profile-content {
  -webkit-transform: translateY(-32px);
          transform: translateY(-32px);
}
@media only screen and (max-width: 1580px) {
  .profile-thumb-content .profile-content {
    -webkit-transform: none;
            transform: none;
  }
}
.profile-thumb-content .profile-content .username {
  font-size: 16px;
  color: #ffffff;
}
.profile-thumb-content .profile-content .user-info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: -5px -10px;
}
@media only screen and (max-width: 767px) {
  .profile-thumb-content .profile-content .user-info-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.profile-thumb-content .profile-content .user-info-list li {
  margin: 5px 10px;
  font-size: 14px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333e48;
}
.profile-thumb-content .profile-content .user-info-list li i {
  font-size: 20px;
  margin-right: 5px;
  color: #fed700;
}

.dashboard-item {
  background: #ffffff;
  -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  overflow: hidden;
  padding: 20px;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.dashboard-item::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: rgba(254, 215, 0, 0.1);
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  z-index: -1;
}
.dashboard-item::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background-color: #fed700;
  border-radius: 5px;
  z-index: -1;
}
.dashboard-item:hover {
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
}

.dash-btn {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 0px 8px;
  background: #fed700;
  color: #ffffff !important;
  font-size: 10px;
  font-weight: 700;
  border-radius: 3px;
}

.dashboard-icon {
  color: #fed700;
  font-size: 30px;
  margin-bottom: 10px;
}

.dashboard-content .title {
  font-size: 12px;
  letter-spacing: 1px;
}
.dashboard-content .num {
  font-size: 16px;
  color: #fed700;
}

.growth-chart {
  height: 320px;
}

.chart-area {
  background-color: #ffffff;
  -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  padding: 30px 15px 15px;
}

@media (max-width: 1199px) and (max-width: 575px) {
  .chart-wrapper {
    overflow: hidden;
    overflow-x: auto;
  }
}

@media (max-width: 1199px) and (max-width: 575px) {
  .chart-container {
    width: 600px;
  }
}

.payment-item {
  position: relative;
  background: #ffffff;
  -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.payment-item:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
@media only screen and (max-width: 499px) {
  .payment-item {
    display: block;
    text-align: center;
  }
}
.payment-item::after {
  position: absolute;
  content: "";
  top: 0;
  left: 35%;
  width: 1px;
  height: 100%;
  background-color: #dddddd;
}
@media only screen and (max-width: 1799px) {
  .payment-item::after {
    display: none;
  }
}

.payment-badge {
  top: -1px;
  right: -1px;
  width: 40px;
  height: 40px;
  position: absolute;
  border-right: 50px solid #fed700;
  border-bottom: 50px solid transparent;
}
.payment-badge i {
  right: -44px;
  top: 0;
  color: #ffffff;
  bottom: auto;
  font-size: 16px;
  line-height: 30px;
  position: absolute;
}

.payment-thumb {
  width: 200px;
}
.payment-thumb img {
  width: 100%;
}
@media only screen and (max-width: 499px) {
  .payment-thumb {
    width: 100%;
  }
}

.payment-preview-item .payment-thumb {
  width: 300px;
}
@media only screen and (max-width: 767px) {
  .payment-preview-item .payment-thumb {
    width: 200px;
  }
}
@media only screen and (max-width: 499px) {
  .payment-preview-item .payment-thumb {
    width: 100%;
  }
}
.payment-preview-item .payment-content {
  width: 620px;
}
@media only screen and (max-width: 1799px) {
  .payment-preview-item .payment-content {
    width: calc(100% - 300px);
    padding-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .payment-preview-item .payment-content {
    width: calc(100% - 200px);
  }
}
@media only screen and (max-width: 499px) {
  .payment-preview-item .payment-content {
    width: 100%;
    padding-top: 20px;
  }
}

.payment-content {
  width: 450px;
}
@media only screen and (max-width: 1699px) {
  .payment-content {
    width: calc(100% - 200px);
    padding-left: 20px;
  }
}
@media only screen and (max-width: 499px) {
  .payment-content {
    width: 100%;
    padding-top: 20px;
  }
}

.payment-list li {
  padding-bottom: 10px;
  font-size: 14px;
  margin-bottom: 10px;
  border-bottom: 1px solid #dddddd;
  font-weight: 600;
}
.payment-list li span {
  font-weight: 700;
  color: #333e48;
}

.add-plan-item {
  border: 1px solid #dddddd;
  border-radius: 5px;
  overflow: hidden;
}
.add-plan-item .add-plan-header {
  background-color: #f8f8f8;
  padding: 12px 20px;
}
.add-plan-item .add-plan-header .title {
  color: #ffffff;
  margin-bottom: 0;
  font-size: 14px;
}
.add-plan-item .add-plan-body {
  padding: 20px;
}
.add-plan-item .add-plan-list li {
  font-weight: 500;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
.add-plan-item .add-plan-list li span {
  float: right;
  font-weight: 700;
}

.footer-area {
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media only screen and (max-width: 991px) {
  .footer-area {
    display: none;
  }
}
.footer-area p {
  font-weight: 500;
  margin-top: 10px;
  font-size: 14px;
  color: #ffffff;
}

/*--------------------------------------------------------------
    [ ## Blog ]
--------------------------------------------------------------*/