body {
  position: relative;
}

@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1320px !important;
  }
}
.header-area .header-top {
  background: #4582A2;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.header-area .header-top a {
  color: #fff;
}
.header-area .header-top a:hover, .header-area .header-top a:focus {
  color: #fff;
}
.header-area .header-middle {
  background: #4582A2;
  padding: 8px 0 !important;
}
.header-area .header-middle .header-wrap {
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  gap: 24px;
}
.header-area .header-middle .header-wrap .logo {
  margin: 0;
}
.header-area .header-middle .header-wrap .logo a {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 20px;
}
.header-area .header-middle .header-wrap .logo a img {
  width: auto !important;
  flex: 0 0 41px;
  min-width: fit-content;
}
.header-area .header-middle .header-wrap .logo a span {
  flex: 1;
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  width: fit-content;
}
.header-area .header-middle .header-wrap .header-center {
  flex: 1;
}
.header-area .header-middle .header-wrap .header-center .search-style-2 form {
  border: none;
  outline: none;
  background-color: #FFF;
  box-shadow: 0px 8px 32px 0px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
}
.header-area .header-middle .header-wrap .header-center .search-wrapper {
  padding: 16px !important;
  position: absolute;
  background: #fff;
  border-radius: 0 0 8px 8px;
  max-width: 550px;
  margin-top: -2px;
  border: 1px solid #ececec;
  z-index: 10;
}
.header-area .header-middle .header-wrap .header-center .search-wrapper .search-wrapper-item {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 12px;
}
.header-area .header-middle .header-wrap .header-center .search-wrapper .search-wrapper-item .shopping-cart-img {
  height: 55px;
}
.header-area .header-middle .header-wrap .header-right {
  width: auto;
  justify-content: end;
  height: 50px;
}
.header-area .header-middle .header-wrap .header-right .header-action-icon-2 a span.pro-count {
  background-color: #fff;
  color: #7E7E7E;
  font-size: 11px;
  font-weight: 900;
}
.header-area .header-bottom {
  border-top: none;
}
.header-area .header-bottom .header-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-area .header-bottom .header-wrap .header-action-icon-2 {
  flex: 0 0 24px;
}
.header-area .header-bottom .header-wrap .header-action-icon-2 img {
  width: 24px;
  height: 24px;
  max-width: 24px;
}
.header-area .header-bottom .header-wrap .header-action-icon-2 span.pro-count {
  background-color: #fff;
  color: #7E7E7E;
  font-size: 11px;
  font-weight: 900;
}
.header-area .header-bottom .header-wrap .logo {
  margin: 0;
  flex: 1;
}
.header-area .header-bottom .header-wrap .logo a {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 20px;
}
.header-area .header-bottom .header-wrap .logo a img {
  width: auto !important;
  flex: 0 0 21px;
  min-width: fit-content;
}
.header-area .header-bottom .header-wrap .logo a span {
  flex: 1;
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  width: fit-content;
}
.header-area .header-bottom .header-wrap .categories-dropdown-active-large {
  border: 1px solid #E4E7E9;
  background: #FFF;
  margin-top: 13px;
  border-radius: 0 0 4px 4px;
  padding: 18px;
}
.header-area .header-bottom .header-wrap .categories-dropdown-active-large .categori-dropdown-inner ul:first-child {
  margin-right: 18px;
  padding-right: 8px;
  border-right: 1px solid #E4E7E9;
}
.header-area .header-bottom .header-wrap .categories-dropdown-active-large .categori-dropdown-inner ul li {
  border: none;
  line-height: 1;
  margin: 0;
  height: auto;
  padding: 8px 0;
}
.header-area .header-bottom .header-wrap .categories-dropdown-active-large .categori-dropdown-inner ul li:hover {
  box-shadow: none;
}

.burger-icon.burger-icon-white > span::before,
.burger-icon.burger-icon-white > span::after {
  background-color: #fff;
}

@media screen and (min-width: 1300px) {
  .header-style-1 .search-style-2 form {
    min-width: 550px !important;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1300px) {
  .header-style-1 .search-style-2 form {
    min-width: 400px !important;
  }
}
@media only screen and (min-width: 1000px) {
  .header-action-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 991px) {
  .header-area .header-bottom {
    background-color: #4582A2;
    padding: 20px 0;
  }
  .header-area .header-bottom .logo {
    margin: 0 auto;
    text-align: center;
    display: flex !important;
    align-items: center;
    justify-content: center;
  }
  .cart-totals {
    margin-top: 30px;
    padding: 18px;
  }
  .checkout-billing-wrapper {
    padding: 18px;
  }
  .payment-methods {
    padding: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  .header-action-2 .header-action-icon-2 span.lable {
    display: block !important;
  }
}
.page-header.breadcrumb-wrap {
  padding: 6px 20px;
}

.page-header.breadcrumb-wrap a {
  color: #2DA5F3;
}

.dashboard-menu ul {
  border-radius: 4px;
  border: 1px solid #E4E7E9;
  background: #FFF;
  box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.dashboard-menu ul li {
  border: none;
  border-radius: 0;
}
.dashboard-menu ul li:not(:last-child) {
  margin-bottom: 0;
}
.dashboard-menu ul li a {
  font-size: 14px;
  color: #5F6C72;
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 12px 18px;
}
.dashboard-menu ul li a.active {
  background-color: #FA8232;
  border: none;
  border-radius: 0;
}
.header-style-1 .main-categori-wrap {
  margin-right: 24px;
}
.header-style-1 .main-categori-wrap > a {
  background-color: #F2F4F5 !important;
  color: #14142B !important;
  font-size: 14px !important;
}
.header-style-1 .main-categori-wrap > a span {
  color: #14142B !important;
}
.header-style-1 .main-categori-wrap > a i {
  color: #14142B !important;
}
.header-style-1 .main-categori-wrap > a:hover {
  background-color: #e57021 !important;
  color: #fff !important;
}
.header-style-1 .main-categori-wrap > a:hover span {
  color: #fff !important;
}
.header-style-1 .main-categori-wrap > a:hover i {
  color: #fff !important;
}

.main-menu > nav > ul > li > a {
  color: #5F6C72;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  padding: 0 5px;
}

.cart-totals {
  border-radius: 4px;
  border: 1px solid #E4E7E9 !important;
  background: #FFF;
  box-shadow: none;
}
.cart-totals table tr td .text-end {
  color: #191C1F;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
}
.cart-totals table tr:not(:last-child) {
  border: none;
}
.cart-totals table tr:not(:last-child) .text-muted {
  color: #5F6C72 !important;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400;
}
.cart-totals table tr:last-child {
  border: none;
  border-top: 1px solid #ececec !important;
}
.cart-totals table tr:last-child .text-muted {
  color: #191C1F !important;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400;
}
.cart-totals table tr:last-child .text-end {
  font-size: 18px !important;
}

.text-brand {
  color: #FA8232 !important;
}

.btn,
.button {
  background-color: #FA8232;
  color: #fff;
  border-color: #FA8232;
}
.btn a,
.button a {
  color: #fff;
}
.btn:hover,
.button:hover {
  background-color: #e57021;
  color: #fff;
  border-color: #e57021;
}

.main-menu > nav > ul > li:hover > a {
  color: #e57021;
}

.shopping-summery table thead tr.main-heading {
  border: 1px solid #E4E7E9;
  background: #F2F4F5;
}
.shopping-summery table thead tr.main-heading th {
  background-color: transparent;
  color: #475156;
  font-size: 14px;
  font-weight: 500;
}
.shopping-summery table tbody tr td.image img {
  height: 100px;
  border: none;
  border-radius: 4px;
  display: block;
}
.shopping-summery table tbody tr td .text-body {
  color: #191C1F;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 500;
}
.shopping-summery table tbody tr td .text-brand {
  font-size: 16px !important;
  font-style: normal;
  font-weight: 500;
}
.shopping-summery table tbody tr td .detail-extralink {
  display: block;
}
.shopping-summery table tbody tr td .detail-extralink .detail-qty {
  margin: 0;
  padding: 8px 23px 8px 0px;
  max-width: 70px;
  min-width: 70px;
  vertical-align: middle;
}

.primary-sidebar .search-form input {
  height: 46px;
  font-family: "Quicksand", sans-serif;
  font-size: 15px;
}

.sidebar-widget.widget-category-2 {
  padding: 0;
  border: none;
  box-shadow: none;
  border-radius: 0;
}
.sidebar-widget.widget-category-2 .sidebar-widget-section {
  border-radius: 4px;
  border: 1px solid #E4E7E9 !important;
  background: #FFF;
  box-shadow: none;
  padding: 16px;
}
.sidebar-widget.widget-category-2 .sidebar-widget-section:not(:first-child) {
  margin-top: 30px;
}
.sidebar-widget.widget-category-2 .sidebar-widget-section h5 {
  margin-bottom: 5px !important;
  padding-bottom: 5px;
  border-bottom: 0;
}
.sidebar-widget.widget-category-2 .sidebar-widget-section h5::after {
  display: none;
}
.sidebar-widget.widget-category-2 .sidebar-widget-section ul li {
  border: none;
  padding: 8px 0;
  margin: 0;
}
.sidebar-widget.widget-category-2 .sidebar-widget-section ul li:hover {
  box-shadow: none !important;
}
.sidebar-widget.widget-category-2 .sidebar-widget-section ul li a strong {
  font-weight: 500;
}

.product-cart-wrap {
  border-radius: 4px;
  border: 1px solid #E4E7E9 !important;
}
.product-cart-wrap .product-content-wrap h2 a {
  height: 38px;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.product-cart-wrap .product-content-wrap .product-card-bottom {
  flex-direction: column;
  margin: 0;
}
.product-cart-wrap .product-content-wrap .product-card-bottom .product-price {
  height: 50px;
}
.product-cart-wrap .product-content-wrap .product-card-bottom .add-cart a {
  width: 100%;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  background-color: #FA8232 !important;
  transform: none !important;
}
.product-cart-wrap .product-content-wrap .product-card-bottom .add-cart a:hover {
  background-color: #e57021 !important;
  transform: none !important;
}
.product-cart-wrap .product-img-action-wrap {
  height: auto;
  max-height: fit-content;
  padding: 16px;
}
.product-cart-wrap .product-img-action-wrap .product-img {
  border-radius: 4px;
  width: 100%;
  height: 100%;
}
.product-cart-wrap .product-img-action-wrap .product-img a {
  width: 100%;
  height: 100%;
}
.product-cart-wrap .product-img-action-wrap .product-img #img-resize {
  height: 410px !important;
  width: 100% !important;
  max-width: -webkit-fill-available !important;
  object-fit: inherit !important;
}
.product-cart-wrap:hover .product-action-1 {
  border: 1px solid #FA8232;
}

.cart-header h1 {
  line-height: 1;
  font-weight: 600;
}
.cart-header h6 {
  font-weight: 400;
}
.cart-header h6 span {
  font-weight: 600;
}

.cart-coupons-wrapper {
  border-radius: 4px;
  border: 1px solid #E4E7E9 !important;
  background: #FFF;
  box-shadow: none;
}
.cart-coupons-wrapper h4 {
  font-weight: 500;
}
.cart-coupons-wrapper p span {
  font-size: 16px;
  font-weight: 400;
  color: #7e7e7e !important;
}
.cart-coupons-wrapper form.coupon button {
  padding: 0 28px;
}
.cart-coupons-wrapper form.del-coupon .del-coupon-form {
  border-top: 1px solid #ececec !important;
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 20px 10px 0 10px;
}
.cart-coupons-wrapper form.del-coupon button {
  background: transparent;
  border: none;
  height: auto;
  width: auto;
  padding: 0px 10px;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cart-coupons-wrapper form.del-coupon button:hover {
  background-color: transparent !important;
  color: red !important;
}

.cart-action a {
  background: transparent !important;
  border: 2px solid #FA8232 !important;
  color: #FA8232 !important;
}
.cart-action a:hover {
  background-color: #FA8232 !important;
  color: #fff !important;
}

.checkout-billing-wrapper {
  border-radius: 4px;
  border: 1px solid #E4E7E9 !important;
  background: #FFF;
  box-shadow: none;
}

.order_table table td {
  vertical-align: middle;
}
.order_table table td.product-thumbnail img {
  height: 70px;
  border: none;
  padding: 0;
  border-radius: 4px;
  display: block;
  width: auto;
}
.order_table table td:nth-child(2) {
  vertical-align: middle;
}
.order_table table td:nth-child(2) h6 {
  margin: 0;
  display: flex;
  height: 100%;
  align-items: start;
  justify-content: start;
  vertical-align: middle;
  max-width: fit-content !important;
  gap: 4px;
}
.order_table table td:last-child {
  text-align: right;
  width: 120px;
}
.order_table table td:last-child h4 {
  color: #191C1F !important;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400;
}
.order_table table td .text-brand {
  font-size: 16px !important;
}

.checkout-billing-total-wrapper {
  margin-bottom: 10px;
}
.checkout-billing-total-wrapper h4 {
  color: #191C1F !important;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 400;
}

.product-detail .detail-info .attr-detail {
  flex-direction: column;
  align-items: start;
  gap: 10px;
}
.product-detail .detail-info .attr-detail .list-filter {
  padding-left: 18px;
  list-style: inherit;
}
.product-detail .detail-info .attr-detail .list-filter li {
  display: list-item;
}

.payment-methods {
  border-radius: 4px;
  border: 1px solid #E4E7E9 !important;
  background: #FFF;
  box-shadow: none;
}
.payment-methods .checkout-payment-wrapper {
  display: flex;
  align-items: start;
  justify-content: start;
  flex-direction: column;
  gap: 26px;
}
.payment-methods .checkout-payment-wrapper .checkout-payment-item {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 8px;
}
.payment-methods .checkout-payment-wrapper .checkout-payment-item input {
  width: 24px;
  height: 24px;
  accent-color: #df7025;
}
.payment-methods .checkout-payment-wrapper .checkout-payment-item label {
  margin: 0;
  color: #7E7E7E !important;
  font-size: 16px !important;
  font-weight: 400;
  font-family: "Quicksand", sans-serif;
}
.payment-methods .form-check {
  display: flex;
  align-items: center;
  justify-content: start;
  margin-left: 0;
  margin-bottom: 18px;
  padding-left: 0;
}
.payment-methods .form-check:last-child {
  margin-bottom: 0;
}
.payment-methods .form-check input {
  width: 24px;
  margin-right: 8px;
  height: 24px;
  accent-color: #df7025;
}
.payment-methods .form-check label {
  color: #7E7E7E !important;
  font-size: 18px !important;
  font-weight: 400;
  font-family: "Quicksand", sans-serif;
}

.acc-page .card {
  border-radius: 4px;
  border: 1px solid var(--Gray-100, #E4E7E9);
  background: var(--Gray-00, #FFF);
}
.acc-page .card-header {
  border-radius: 4px 4px 0 0;
  background-color: #fff;
}
.acc-page .card-body h5 {
  font-size: 16px !important;
  margin: 20px 0;
  font-weight: 500;
}
.acc-page .card-body .card-body-address h5 {
  font-size: 20px !important;
  margin: 0 0 20px 0 !important;
  display: flex;
  align-items: center;
  gap: 8px;
}

.js-form-message label {
  position: relative;
}

.js-form-message {
  margin-bottom: 10px;
}
.js-form-message label {
  margin: 0;
}

button.submit,
button[type=submit] {
  background-color: #FA8232 !important;
  border: 1px solid #FA8232 !important;
  padding: 12px 40px;
}
button.submit:hover,
button[type=submit]:hover {
  background-color: #e57021 !important;
  border: 1px solid #e57021 !important;
}

@media (max-width: 800px) {
  .acc-page .tab-content {
    padding: 0 !important;
  }
  .dashboard-menu {
    margin-bottom: 30px !important;
  }
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top .mobile-header-logo {
  margin: 0;
  flex: 1;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top .mobile-header-logo a {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 20px;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top .mobile-header-logo a img {
  width: auto !important;
  flex: 0 0 21px;
  min-width: fit-content;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top .mobile-header-logo a span {
  flex: 1;
  color: #4582A2;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  width: fit-content;
}
.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 88px);
}

@media (max-width: 800px) {
  .header-area .header-bottom .header-wrap .logo a {
    gap: 10px;
  }
  .header-area .header-bottom .header-wrap .logo a span {
    font-size: 16px;
    line-height: 1;
    text-align: left;
  }
}
.cart-dropdown-wrap {
  padding: 16px;
}
.cart-dropdown-wrap ul li {
  justify-content: space-between;
  gap: 10px;
  align-items: center;
}
.cart-dropdown-wrap ul li .shopping-cart-img {
  flex: 0 0 40px;
  height: auto;
  margin: 0;
}
.cart-dropdown-wrap ul li .shopping-cart-img a {
  display: block;
  line-height: 1;
}
.cart-dropdown-wrap ul li .shopping-cart-title {
  margin: 0;
  flex: 1;
}
.cart-dropdown-wrap ul li .shopping-cart-title h4:first-child {
  font-size: 13px;
  margin-bottom: 5px;
  line-height: 1;
  color: #4482a2;
}
.cart-dropdown-wrap ul li .shopping-cart-title h4:first-child a {
  color: #4482a2;
}
.cart-dropdown-wrap ul li .shopping-cart-title h4:last-child {
  font-size: 12px;
  margin-bottom: 0;
  line-height: 1;
}
.cart-dropdown-wrap ul li .shopping-cart-delete {
  flex: 0 0 18px;
  margin: 0;
}
.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-total {
  margin: 18px 0;
  padding: 18px 0 0;
}
.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-total h4 {
  font-weight: 400;
}
.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-total h4 span {
  color: #fa8232;
  font-weight: 500;
}
.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-button .outline {
  border: 2px solid #fa8232;
  color: #fa8232;
}
.cart-dropdown-wrap .shopping-cart-footer .shopping-cart-button a:not(.outline) {
  background-color: #fa8232;
  border: 2px solid #fa8232;
}

.shopping-summery table td,
.shopping-summery table th,
.shopping-summery table thead {
  padding: 13px 4px !important;
}

.detail-gallery .product-image-slider img {
  width: 100%;
  height: auto;
}

.shop-product-fillter .totall-product p {
  font-size: 15px;
  font-weight: 400;
}
.shop-product-fillter .totall-product p strong {
  font-weight: 600;
}

p {
  font-family: "Quicksand", sans-serif;
}

.shop-product-fillter .sort-by-product-area .sort-by-product-wrap {
  justify-content: space-between;
}

.nav-item.dropdown .dropdown-menu {
  max-height: 500px;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: #d4d4d4 transparent;
}
.nav-item.dropdown .dropdown-menu li {
  line-height: 1;
}
.nav-item.dropdown .dropdown-menu li a {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  padding: 8px 14px;
  color: #5F6C72;
}
.nav-item.dropdown .dropdown-menu li a:hover {
  background-color: #fff;
  color: #e57021;
}
.nav-item.dropdown .dropdown-menu::-webkit-scrollbar {
  width: 8px;
}
.nav-item.dropdown .dropdown-menu::-webkit-scrollbar-thumb {
  background: #d4d4d4;
  border-radius: 4px;
}
.nav-item.dropdown .dropdown-menu::-webkit-scrollbar-thumb:hover {
  background: #bcbcbc;
}

.loop-grid.loop-list article {
  border-radius: 4px;
}
.loop-grid.loop-list article h3 {
  font-weight: 500;
}

.zoomWindow {
  border-radius: 4px;
}

.detail-gallery .product-image-slider {
  border-radius: 4px;
}
.detail-gallery .product-image-slider img {
  border-radius: 4px;
}

.slick-initialized .slick-slide {
  border-radius: 4px;
}

.slider-nav-thumbnails .slick-slide img {
  border-radius: 4px;
}

.product-info {
  padding: 28px;
  border-radius: 4px;
}

.tab-content.shop_info_tab {
  margin: 0;
}

.detail-info .title-detail {
  font-weight: 500;
}

.detail-info .product-price .current-price {
  font-size: 30px;
}

.product-cart-wrap .product-img-action-wrap .product-img-zoom a img {
  display: block !important;
  height: 100% !important;
  width: 100% !important;
  max-width: -webkit-fill-available !important;
  object-fit: inherit !important;
}

.product-cart-wrap .product-img-action-wrap .product-img a img.hover-img {
  width: auto !important;
  height: 368px !important;
  max-width: -webkit-fill-available !important;
  object-fit: fill !important;
  display: block !important;
}

.product-cart-wrap:hover .product-img-zoom a img {
  transform: none !important;
}

.section-title.style-1 {
  border-bottom: none;
  margin: 0 0 8px 0 !important;
  padding: 0 !important;
}
.section-title.style-1:after {
  display: none;
}

.login_wrap h1 {
  font-weight: 500;
}

#hideMe {
  right: 20px;
  border-radius: 4px;
  box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.08);
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#hideMe h4 {
  font-weight: 500;
}

.homepage-box-wrapper {
  border-radius: 4px;
  background: #F2F4F5;
  display: flex;
  flex-direction: column;
  padding: 16px 24px;
  justify-content: center;
  align-items: start;
  gap: 8px;
  position: relative;
}
.homepage-box-wrapper h2 {
  color: #191C1F;
  font-family: "Quicksand", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
}
.homepage-box-wrapper p {
  color: #475156;
  font-family: "Quicksand", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.homepage-box-wrapper a {
  border-radius: 2px;
  color: #4482a2;
  display: flex;
  justify-content: start;
  font-size: 13px;
  font-style: normal;
}
.homepage-box-wrapper a:hover {
  color: #e57021;
}
.homepage-box-wrapper a.link-to {
  border-radius: 2px;
  background: #FA8232;
  color: #fff;
  display: flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-style: normal;
}
.homepage-box-wrapper a.link-to:hover {
  background-color: #e57021;
}

.academia-wrapper {
  display: flex;
  align-items: center;
  height: 400px;
  justify-content: center;
  flex-direction: column;
  gap: 16px;
}
.academia-wrapper h3 {
  color: #FFF;
  text-align: center;
  font-family: "Quicksand", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
}
.academia-wrapper p {
  color: #FFF;
  font-family: "Quicksand", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.academia-wrapper a {
  border-radius: 2px;
  background: #fff;
  color: #fa8232;
  display: flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-style: normal;
}

.invoice {
  background-color: transparent !important;
}
.invoice .invoice-info {
  border-radius: 4px;
  background-color: transparent !important;
}
.invoice .invoice-info .invoice-header {
  border-radius: 4px 4px 0 0;
  padding: 18px 40px;
  background: #4482a2;
}
.invoice .invoice-info .invoice-header .invoice-name {
  display: block;
  height: 100%;
}
.invoice .invoice-info .invoice-header .invoice-name .logo {
  display: block;
  height: 100%;
}
.invoice .invoice-info .invoice-header .invoice-name .logo a {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 20px;
}
.invoice .invoice-info .invoice-header .invoice-name .logo a span {
  flex: 1;
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  width: fit-content;
}
.invoice .invoice-info .invoice-header .invoice-numb h6 {
  color: #fff;
}
.invoice .invoice-info .invoice-center {
  padding: 0;
}
.invoice .invoice-info .invoice-bottom {
  padding: 0;
}

.invoice-content .btn-download {
  background: #FA8232 !important;
}
.invoice-content .btn-download:hover {
  background: #e57021 !important;
}
.invoice-content .btn-download:hover:after {
  background: #e57021 !important;
}

.custom_select .select2-container {
  width: 100%;
  max-width: unset;
}

#categories li label,
#authors li label {
  display: flex;
  align-items: start;
  justify-content: start;
  gap: 6px;
  line-height: 1;
  margin: 0;
}
#categories li label input,
#authors li label input {
  margin: 0;
  width: 16px;
  height: 16px;
  display: block;
  flex: 0 0 16px;
}

.detail-extralink {
  margin: 24px 0;
  display: block;
}
.detail-extralink ul {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.detail-extralink ul li {
  color: #7E7E7E !important;
  font-size: 15px !important;
  font-weight: 400;
  font-family: "Quicksand", sans-serif;
}
.detail-extralink .product-extra-link2 {
  width: 100%;
}
.detail-extralink .product-extra-link2 #physical-book-actions {
  margin-top: 8px;
}
.detail-extralink .product-extra-link2 #physical-book-actions button {
  width: 464px;
}

#product-type {
  display: flex;
  align-items: center;
  justify-content: start;
  width: 100%;
  gap: 24px;
}

.product-type-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 8px 0;
  padding: 20px;
  border: 1px solid #ececec;
  border-radius: 4px;
  cursor: pointer;
  transition: border-color 0.3s ease;
  width: 220px;
  text-align: center;
  justify-content: center;
}
.product-type-wrapper:hover {
  border-color: #FA8232;
}
.product-type-wrapper input[type=checkbox] {
  display: none;
}
.product-type-wrapper input[type=checkbox]:checked + label {
  border-color: #FA8232;
  color: #FA8232;
}
.product-type-wrapper.checked {
  border-color: #FA8232;
}
.product-type-wrapper.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.product-type-wrapper.disabled label {
  color: #aaa;
}
.product-type-wrapper input {
  width: 16px;
  height: 16px;
}
.product-type-wrapper label {
  margin: 0;
}

@media (max-width: 1000px) {
  .detail-extralink .product-extra-link2 #physical-book-actions button {
    width: 100%;
  }
  #product-type {
    flex-direction: column;
    align-items: start;
    gap: 0;
  }
  .product-type-wrapper {
    width: 100%;
  }
}
.button-add-to-cart {
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.button-add-to-cart:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}

.header-info > ul > li > ul.language-dropdown {
  transition: none !important;
}

.header-style-1 .search-style-2 form {
  max-width: none !important;
  min-width: unset !important;
}
.header-style-1 .search-style-2 form input {
  max-width: none !important;
  margin: 0 !important;
  padding-left: 20px !important;
  border-radius: 5px !important;
  width: 100% !important;
}

.invoice .invoice-top {
  padding: 0 0 16px 0 !important;
  margin-bottom: 16px;
}
.invoice .invoice-top .invoice-number {
  height: 100%;
  border: 1px solid #ececec;
  padding: 10px;
}

.invoice-table .item-desc-1 {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 8px;
}
.invoice-table .item-desc-1 a {
  display: flex;
}

footer.main {
  margin-top: 80px;
  background: #f2f4f5;
  padding-top: 60px !important;
  border-top: 1px solid #ececec;
}
footer.main .footer-logo {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 22px;
}
footer.main .footer-logo img {
  width: auto !important;
}
footer.main .footer-logo span {
  flex: 1;
  color: #4582A2;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  width: fit-content;
}
footer.main p {
  font-size: 14px;
}
footer.main .footer-links-wrapper h5 {
  margin-bottom: 16px;
}
footer.main .footer-links-wrapper ul li a {
  color: #4582a2;
}
footer.main .footer-links-wrapper ul li a:hover {
  color: #FA8232;
}

@media (max-width: 767px) {
  footer.main .footer-logo-wrapper {
    margin-bottom: 27px !important;
  }
  footer.main .footer-links-wrapper {
    margin-bottom: 27px !important;
  }
}
.table-wishlist {
  margin: 0;
}
.table-wishlist tr th:first-child {
  width: 34px;
}
.table-wishlist tr td:first-child {
  width: 34px;
}
.table-wishlist .product-des.product-name {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 8px;
}
.table-wishlist .product-des.product-name img {
  border-radius: 5px;
  box-shadow: 5px 4px 5px rgba(0, 0, 0, 0.1215686275);
  height: 100px !important;
}
.table-wishlist .product-des.product-name h6 {
  font-size: 14px !important;
  font-weight: 600 !important;
}
.table-wishlist .product-des.product-name h6 a {
  color: #212529 !important;
}
.table-wishlist .custome-checkbox .form-check-label::before {
  margin: 0 !important;
}

table {
  margin-bottom: 0 !important;
}

.invoice .invoice-title-1 {
  border-bottom: 1px solid #ececec;
  padding-bottom: 8px;
  font-size: 20px;
}

.acc-page.invoice .card .card-header {
  display: flex;
  justify-content: space-between;
}

.card .card-footer-buttons {
  gap: 8px;
  justify-content: space-between;
}
.card .card-footer-buttons-left {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: start;
}
.card .card-footer-buttons .btn-delete {
  padding: 8px 18px;
  font-size: 14px;
  border-radius: 4px;
  background-color: red !important;
  border-color: red !important;
  display: flex;
  align-items: center;
  gap: 8px;
}
.card .card-footer-buttons .btn-edit {
  padding: 8px 18px;
  font-size: 14px;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #4482a2;
  color: #4482a2;
  display: flex;
  align-items: center;
  gap: 8px;
}
.card .card-footer-buttons .btn-set-default {
  padding: 8px 18px;
  font-size: 14px;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid green;
  color: green;
  display: flex;
  align-items: center;
  gap: 8px;
}

.mobile-header-wrapper-style {
  width: 100%;
}

.search-style-3 form input {
  max-width: none !important;
  margin: 0 !important;
  padding-left: 20px !important;
  border-radius: 5px !important;
  width: 100% !important;
}

.mobile-search.search-style-3 .search-wrapper {
  width: 100%;
  display: block;
  padding: 8px 16px;
  border: 1px solid #ececec;
  border-radius: 4px;
}
.mobile-search.search-style-3 .search-wrapper .row {
  display: flex;
  flex-direction: column;
}
.mobile-search.search-style-3 .search-wrapper .row .search-wrapper-item {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 8px;
  flex: 1;
  width: 100%;
}

.mobile-header-wrapper-style {
  width: 100% !important;
}

.language-dropdown-active .language-dropdown {
  padding: 8px;
}
.language-dropdown-active .language-dropdown li {
  line-height: 1;
}
.language-dropdown-active .language-dropdown li a {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 500;
}

.slider-wrapper {
  position: relative;
}

.homepage-box-wrapper .slider-wrapper {
  width: 100%;
  height: 100%;
}
.homepage-box-wrapper .slider-wrapper .product-slider {
  height: 100%;
  display: block;
}
.homepage-box-wrapper .slider-wrapper .product-slider .product-slide {
  height: 100%;
  width: 100%;
}
.homepage-box-wrapper .slider-wrapper .product-slider .product-slide .product-info {
  height: 100%;
  display: flex;
  flex-direction: column;
  border: none;
  padding: 0;
  justify-content: end;
  gap: 24px;
}
.homepage-box-wrapper .slider-wrapper .product-slider .product-slide .product-info img {
  height: 424px;
  border-radius: 4px;
  overflow: hidden;
  width: auto;
}
.homepage-box-wrapper .slider-wrapper .product-slider .product-slide .product-info a {
  width: fit-content;
}

@media (max-width: 992px) {
  .box-wrapper-margin {
    margin-bottom: 30px;
  }
  .homepage-box-wrapper .slider-wrapper .product-slider .product-slide .product-info img {
    width: 100%;
    height: auto;
  }
}
.contact-from-area {
  border-radius: 4px;
  background: #fff;
  display: flex;
  flex-direction: column;
  padding: 16px 24px;
}

.contact-info-area {
  border-radius: 4px;
  background: #F2F4F5;
  padding: 16px 24px;
  margin-bottom: 20px;
}

.contact-map-area {
  border-radius: 4px;
  background: #F2F4F5;
  overflow: hidden;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.contact-info-map-area {
  display: flex;
  flex-direction: column;
}

@media (max-width: 992px) {
  .contact-from-area {
    margin-bottom: 20px;
  }
}
.footer-logos {
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer-logos img {
  height: 35px !important;
  width: auto !important;
}

.cookie-consent {
  position: fixed;
  bottom: 65px;
  right: 30px;
  background: #fff;
  padding: 20px;
  border-radius: 4px;
  width: 350px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.cookie-consent-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.cookie-consent-wrapper span {
  color: #191C1F;
  font-family: "Quicksand", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
}
.cookie-consent-wrapper p {
  color: #475156;
  font-family: "Quicksand", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.cookie-consent-wrapper button {
  border-radius: 2px;
  background: #FA8232;
  color: #fff;
  display: flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-style: normal;
  border: none;
}
.cookie-consent-wrapper button:hover {
  background-color: #e57021;
}

.product-publications-wrapper {
  display: grid;
}
.product-publications-wrapper .product-publications .tab-style3 {
  height: 100%;
}
.product-publications-wrapper .product-publications .tab-style3 .tab-content {
  height: 100%;
}
.product-publications-wrapper .product-publications .tab-style3 .tab-content .tab-pane {
  height: 100%;
}
.product-publications-wrapper .product-publications .tab-style3 .tab-content .tab-pane .short-desc {
  height: 100%;
}

.product-extra-link2 label {
  color: #7E7E7E !important;
  font-size: 15px !important;
  font-weight: 400;
  font-family: "Quicksand", sans-serif;
}

.table-checkout tr th:first-child,
.table-checkout tr td:first-child {
  width: 80px;
}

.checkout-page-info .cart-totals {
  padding: 8px !important;
}
.checkout-page-info .cart-totals td {
  padding: 12px 0;
}
.checkout-page-info .cart-totals .btn {
  margin-top: 18px;
}
.checkout-page-info .cart-action a {
  margin-top: 20px;
}

.checkout-billing-wrapper .card.border-primary {
  border-color: #FA8232 !important;
}
.checkout-billing-wrapper .card .btn.btn-primary.active {
  background-color: #FA8232 !important;
  border-color: #FA8232 !important;
}

.main-menu.main-menu-padding-1 > nav > ul > li {
  padding: 0 8px;
}

.primary-sidebar .sidebar-widget {
  border-radius: 4px;
  padding: 16px;
}
.primary-sidebar .sidebar-widget .sidebar-widget-section:not(:last-child) {
  margin-bottom: 16px;
}
.primary-sidebar .sidebar-widget .sidebar-widget-section h5 {
  margin-bottom: 8px !important;
}
.primary-sidebar .sidebar-widget .sidebar-widget-section .list-group li {
  margin: 3px 0;
}
.primary-sidebar .sidebar-widget .sidebar-widget-section .list-group li label {
  margin-bottom: 0;
  display: flex;
  gap: 6px;
  align-items: center;
}
.primary-sidebar .sidebar-widget .sidebar-widget-section .list-group li label input {
  margin: 0;
}
.primary-sidebar .sidebar-widget #categories li {
  margin: 2px 0;
}
.primary-sidebar .sidebar-widget #categories li label {
  margin-bottom: 0;
  display: flex;
  gap: 6px;
  align-items: center;
}
.primary-sidebar .sidebar-widget #categories li label input {
  margin: 0;
}

.form-check-input:checked {
  background-color: #dfa56b;
  border-color: #dfa56b;
}

.form-check-input:focus {
  box-shadow: none !important;
  outline: none !important;
}

.info-box-wrapper {
  height: 100%;
  justify-content: start;
}

@media (max-width: 992px) {
  .mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area .mobile-menu-wrap nav .mobile-menu li a {
    padding: 0;
  }
}
.stickysidebar-mt {
  margin-top: 54px;
}

.contact-form-style .input-style,
.contact-form-style .textarea-style {
  position: relative;
  margin-bottom: 34px !important;
}
.contact-form-style span.text-danger {
  position: absolute;
}

.detail-info .product-price-cover .product-price {
  display: flex;
  flex-direction: column;
  flex: 1;
  align-items: start;
  margin: 0;
  gap: 16px;
}

.acc-down-btns {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 16px;
}

@media (max-width: 900px) {
  .acc-down-btns {
    flex-direction: column;
    width: 100%;
  }
  .acc-down-btns .invoice-btn-section {
    width: 100%;
  }
  .acc-down-btns a {
    width: 100%;
  }
}
.order-download-column {
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: center;
}
.order-download-column a {
  background-color: #FA8232;
  color: #fff;
  border-color: #FA8232;
  border-radius: 4px;
  padding: 6px;
  width: 100%;
  display: block;
}

.social-icons ul li a {
  color: #5F6C72 !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding: 0 5px;
}
.social-icons ul li a svg {
  margin-right: 3px;
}
.social-icons ul li a:hover {
  color: #e57021 !important;
}

@media only screen and (max-width: 768px) {
  .logo.logo-width-1 {
    left: 32%;
    -webkit-transform: translateX(-32%);
    transform: translateX(-32%);
  }
}
@media only screen and (max-width: 600px) {
  .logo.logo-width-1 {
    width: calc(100% - 237px);
    text-align: left;
    align-items: center;
    justify-content: start;
    left: 28%;
    -webkit-transform: translateX(-28%);
    transform: translateX(-28%);
  }
}
#checkoutButton {
  display: flex;
  align-items: center;
  justify-content: center;
}
#checkoutButton #loader {
  margin-right: 15px;
  line-height: 1;
}

/*# sourceMappingURL=ear.css.map */
