.container-page {
  margin-top: 0 !important;
  margin-bottom: 30px !important;
}

.page-heading .page-title {
  margin: 20px 0;
  font-size: 1.8rem;
  line-height: 24px;
  font-weight: 600;
  text-transform: capitalize;
  text-align: center;
}

.off_canvars_overlay {
  cursor: pointer;
}

.modal-title {
  font-size: 20px;
  text-transform: uppercase;
}

.modal-header {
  background: #f9f9f9;
}

.modal-header .close {
  padding: 6px 12px;
  color: #ffffff;
  background: #333333;
  text-shadow: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
}

.modal-footer {
  background: #f9f9f9;
}

.form-control:focus {
  border-color: #333;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-message {
  margin: 16px 0;
}

.form-message .alert,
.form-message .alert p {
  margin-bottom: 0;
}

.font-normal {
  font-style: normal;
}

label {
  margin-bottom: 0;
  font-size: 15px;
}

input::-webkit-input-placeholder {
  font-size: 14px;
}

input::-moz-placeholder {
  font-size: 14px;
}

input:-ms-input-placeholder {
  font-size: 14px;
}

input::-ms-input-placeholder {
  font-size: 14px;
}

input::placeholder {
  font-size: 14px;
}

.input-group-text {
  background: #333;
  border-color: #333;
  color: #ffffff;
}

.btn-yellow {
  display: inline-block;
  height: 34px;
  padding: 5px 20px;
  color: #fff;
  background: #ffd54c;
  font-size: 13px;
  font-weight: 700;
  line-height: 21px;
  text-transform: uppercase;
  border: 0;
  border-radius: 20px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn-yellow:hover {
  background: #333;
}

.btn-black,
.btn-red {
  display: inline-block;
  padding: 6px 10px;
  color: #ffffff !important;
  background: #333 !important;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  text-transform: uppercase;
  border: 0;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn-black:hover {
  color: #ffffff !important;
  background: #ffd54c !important;
}

.btn-black:focus,
.btn-red:focus {
  color: white;
  box-shadow: none;
}

.btn-red {
  background: #d94040 !important;
}

.btn-red:hover {
  color: #ffffff !important;
  background: #b13232 !important;
}

.btn-outline-black,
.btn-outline-red {
  display: inline-block;
  padding: 6px 10px;
  color: #333;
  background-color: transparent;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  text-transform: uppercase;
  border: 1px solid #333;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn-outline-black:hover,
.btn-outline-red:hover {
  color: white;
  background-color: #333;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.btn-outline-black:focus,
.btn-outline-red:focus {
  box-shadow: none;
}

.btn-outline-red {
  color: #d94040;
  border-color: #d94040;
}

.btn-outline-red:hover {
  background: #d94040;
}

.btn-alert {
  padding: 10px 22px;
  height: unset;
  font-size: 16px;
  line-height: unset;
}

.btn-alert:hover {
  color: #ffffff;
  background: #3e444a;
}

#formsendmail input {
  height: 30px;
}

.custom-scrollbar::-webkit-scrollbar {
  width: 7px;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
  background-color: #6C6E71;
  border-radius: 7px;
  -webkit-transition: background-color 500ms ease-out 1s;
  -o-transition: background-color 500ms ease-out 1s;
  transition: background-color 500ms ease-out 1s;
}

.custom-scrollbar::-webkit-scrollbar-thumb:hover {
  background-color: #333333;
  -webkit-transition: background-color 500ms ease-out 1s;
  -o-transition: background-color 500ms ease-out 1s;
  transition: background-color 500ms ease-out 1s;
}

.top_right > ul > li:hover a:not([href]):not([tabindex]) {
  color: inherit;
}

.alert p {
  margin-bottom: 0;
}

/* Header Top */
.dropdown_currency li a, .dropdown_language li a, .dropdown_links li a {
  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: 992px) {
  .dropdown_currency, .dropdown_language, .dropdown_links {
    right: auto !important;
    left: auto !important;
    margin-top: 10px;
  }
}
.top_right > ul > li {
  vertical-align: middle;
}

.dropdown_links {
  left: unset;
  right: 0;
}

.dropdown_links li.active a {
  color: #ffd54c;
}

.language a {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (min-width: 992px) {
  .currency a {
    padding-top: 3px;
  }
}
.top_links .currency-selectpicker .currency-item:hover {
  color: #ffd54c !important;
}

.top_links .dropdown_links {
  z-index: 9999 !important;
}

/* Header Middle */
.logo img {
  width: 135px;
}

.middle_right {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.middle_right_info {
  margin-top: 0;
}

.middle_right_account {
  margin-bottom: 16px;
}

@media screen and (min-width: 768px) {
  .middle_right_account {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .middle_right_account {
    display: none;
  }
}
.search-container {
  margin-right: 76px;
}

.search_box {
  background: #eeeeee;
}

.search_box button:hover i {
  color: #f1f1f1;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.header_login {
  position: relative;
  margin-right: 24px;
  min-height: 46px;
}

.header_top_login, .header_top_register {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header_login {
    margin-right: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_login {
    margin-right: 15px;
  }
  .header_top_register {
    margin-right: 24px;
  }
}
.header_login a {
  font-size: 13px;
  font-weight: 400;
  text-transform: capitalize;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 46px;
}

.header_login a:hover {
  color: #fd5018;
}

.header_login a span {
  font-size: 32px;
  padding-right: 4px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_login a span {
    font-size: 27px;
    padding-right: 3px;
  }
}
.footer_menu .header_register > a span {
  margin-left: 4px;
}

.header_register {
  position: relative;
  min-height: 46px;
}

.header_register.active > a,
.header_register:hover > a {
  color: #fd5018;
}

.header_register span.cart_quantity {
  position: absolute;
  left: 32px;
  width: 19px;
  height: 19px;
  line-height: 19px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  top: -7px;
  font-size: 11px;
}

.header_register > a {
  font-size: 13px;
  font-weight: 400;
  text-transform: capitalize;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 46px;
}

.header_register > a span {
  font-size: 26px;
  padding-right: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header_register > a span {
    font-size: 27px;
    padding-right: 2px;
  }
}
/* Header Bottom */
.header_bottom {
  margin-bottom: 0;
}

.sticky-header.sticky {
  /*background: #FFD54C;*/
  background: rgba(255, 255, 255, 0.9);
  /*border-bottom: 2px solid rgba(0, 0, 0, .3);*/
  -webkit-box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.1);
}

/*.sticky .main_menu nav > ul > li.active a,
.sticky .main_menu nav > ul > li:hover a {
    color: #FFFFFF;
}

.main_menu nav > ul > li.active,
.main_menu nav > ul > li:hover {
    background-color: #585858;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}*/
.main_menu nav > ul > li.active a {
  color: #ffd54c;
}

/*.main_menu nav > ul > li:first-child > a {
    padding-left: 20px;
}*/
.mini_cart_wrapper span.cart_quantity {
  padding-right: 0;
  left: 19px;
}

@media screen and (min-width: 768px) {
  .mini_cart_wrapper span.cart_quantity {
    left: 13px;
  }
}
@media screen and (min-width: 992px) {
  .mini_cart_wrapper span.cart_quantity {
    left: 7px;
  }
}
.middle_right_info .mini_cart_wrapper > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mini_cart_wrapper.active > a {
  color: #fd5018;
}

.footer_menu .mini_cart_wrapper {
  padding-top: 10px;
}

.footer_menu .mini_cart_wrapper a {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.footer_menu .mini_cart_wrapper.active > a,
.footer_menu .mini_cart_wrapper:hover > a {
  color: #ffd54c;
}

.footer_menu .mini_cart_wrapper a i {
  font-size: 20px;
}

.footer_menu .mini_cart_wrapper span.cart_quantity {
  top: 3px;
  color: #fff;
  background: #333;
  font-size: 15px;
}

@media screen and (min-width: 768px) {
  .footer_menu .mini_cart_wrapper span.cart_quantity {
    left: 20px;
  }
}
.footer_menu .mini_cart_wrapper.active span.cart_quantity,
.footer_menu .mini_cart_wrapper:hover span.cart_quantity {
  color: white;
  background: #ffd54c;
}

.header_order_follow_up {
  position: relative;
  margin-right: 10px;
}

@media screen and (min-width: 992px) {
  .middle_right_info .header_order_follow_up {
    display: none;
  }
}
.header_order_follow_up > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  font-weight: 400;
  text-transform: capitalize;
}

.header_order_follow_up.active > a {
  color: #fd5018;
}

.header_order_follow_up > a span {
  font-size: 32px;
  padding-right: 5px;
}

.footer_menu .header_order_follow_up {
  margin-right: 0;
  padding-top: 12px;
}

.footer_menu .header_order_follow_up.active > a {
  color: #ffd54c;
}

/* Offcanvas Menu */
.offcanvas_main_menu li.active,
.offcanvas_main_menu li:hover {
  background: #f9f9f9;
}

.offcanvas_main_menu li.active a,
.offcanvas_main_menu li:hover a {
  color: #ffd54c;
}

.offcanvas_main_menu li a {
  margin-bottom: 0;
  padding: 10px 5px;
  font-size: 15px;
}

@media screen and (min-width: 992px) {
  .offcanvas_main_menu li a {
    font-size: 14px;
  }
}
.Offcanvas_menu_wrapper .top_right > ul > li {
  margin-right: 8px;
  vertical-align: middle;
}

.Offcanvas_menu_wrapper .top_right > ul > li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.offcanvas_main_menu .menu-open {
  background: inherit !important;
}

.offcanvas_main_menu .menu-open .sub-menu a {
  color: inherit;
}

.Offcanvas_follow {
  -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;
}

.Offcanvas_follow label {
  margin-right: 0;
  font-size: 15px;
}

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

.Offcanvas_follow ul li {
  margin-top: 10px;
}

.Offcanvas_follow ul li {
  margin: 0 10px;
}

/* Footer */
.footer_logo a {
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .footer_menu ul li {
    margin: 10px 0;
  }
}
.footer_menu ul li a {
  display: flex;
  align-items: center;
  font-size: 15px;
}

@media screen and (min-width: 992px) {
  .footer_menu ul li a {
    font-size: 14px;
  }
}
.footer_menu ul li.active a {
  color: #ffd54c;
}

.copyright_area a {
  font-weight: 600;
}

.subscribe_form form {
  position: unset;
  background: unset;
  border-radius: unset;
}

.footer-newsletter-form {
  position: relative;
  background: #f0f0f0;
  border-radius: 5px;
}

/* Search Form AJAX */
.search-input form {
  position: relative;
}

.search-input .ajax-result {
  position: absolute;
  left: 0;
  top: 57px;
  width: 100%;
  display: none;
  padding: 10px;
  background-color: #ffffff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  z-index: 1033;
}

.ajax-result .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: stretch;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px 0;
  border-top: 1px dashed #CCCCCC;
  font-size: 14px;
}

.ajax-result .item:hover {
  background-color: #fafafa;
}

.ajax-result .item .image {
  padding: 0 10px;
}

.ajax-result .item .content {
  padding: 0 10px;
}

.ajax-result .item .title {
  font-size: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.ajax-result .item .desc {
  font-size: 12px;
  color: #8c8c8c;
}

.ajax-result .item img {
  max-height: 100px;
}

/* Mini Cart Modal */
.mini_cart {
  padding-bottom: 18px;
  display: flex;
  flex-direction: column;
}

.mini_cart .cart_item_list {
  border: 1px solid #f0f0f0;
  border-top: none;
  overflow: auto;
  flex: 2;
}

.mini_cart .cart_item_list .cart_item:last-child {
  border-bottom: none;
}

.mini_cart .cart_item_list .cart_item .cart_remove a {
  color: #dc3545;
}

.mini_cart .cart_item_list .cart_item .cart_remove a:hover {
  color: #ffd54c;
}

.mini_cart .cart_item_list .cart_item .cart_info .price_box span.current_price {
  margin-right: 5px;
  color: #fd5018;
  font-size: 14px;
  font-weight: 600;
}

.mini_cart .cart_item_list .cart_item .cart_info .price_box span.old_price {
  color: #757575;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  text-decoration: line-through;
}

.mini_cart_table {
  flex: 0.5;
}

@media only screen and (min-width: 992px) {
  .mini_cart_table {
    padding: 14px 0;
  }
}
@media only screen and (min-width: 1400px) {
  .mini_cart_table {
    padding: 23px 0;
  }
}
.mini_cart_footer {
  flex: 0.25;
}

/* Login Form Modal */
#modal-login-form .modal-footer {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#modal-forgot-password-form .modal-footer {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.modal-login-form-forgot-password-text {
  font-size: 14px;
  line-height: 34px;
}

.modal-login-form-forgot-password-text:hover {
  color: #ffd54c;
}

.modal-lg .modal-content button.close {
  padding: 6px 23px 6px 12px;
  left: unset;
  right: 7px;
}

.modal-lg .modal-content button.close i {
  font-size: 17px;
}

@media only screen and (max-width: 767px) {
  .modal-content button.close {
    left: 92%;
    width: 36px;
    height: 35px;
    top: 9px;
    margin-bottom: 0;
  }
}
/* Register Page */
.float-label-form .form-group {
  position: relative;
}

.float-label-form .form-group .form-control {
  border-radius: 0;
  background: none;
  position: relative;
  z-index: 2;
  padding-top: 15px;
}

.float-label-form .form-group .form-control:valid {
  background: #fff;
}

.float-label-form .form-group.focused,
.float-label-form .form-group .form-control:focus {
  border-color: inherit;
  background: none;
}

.float-label-form .form-group.focused label,
.float-label-form .form-group .form-control:focus + label {
  color: #212529;
  top: -7px;
  font-size: 14px;
  z-index: 5;
  padding: 0 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
}

.float-label-form .form-group > label {
  position: absolute;
  top: 0;
  -webkit-transition: all 0.26s ease-in;
  -o-transition: all 0.26s ease-in;
  transition: all 0.26s ease-in;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  z-index: 5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #B6B3B3;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Home Page */
.banner_area .banner_thumb a img {
  max-width: 120px;
  height: 120px;
  word-break: break-word;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner_area .banner_thumb a img {
    max-width: 150px;
    height: 150px;
  }
}
@media screen and (min-width: 992px) {
  .banner_area .banner_thumb a img {
    max-width: 550px;
    height: 221px;
  }
}
.banner_area .banner_thumb {
  background: #F3F3F3;
  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;
}

.banner_area .banner_thumb .banner-image {
  display: block;
  text-align: end;
}

.brand_container .single_brand img {
  height: 120px;
}

.categories_menu_toggle > ul > li > a {
  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;
}

.categories_menu_toggle > ul > li > a .expand {
  display: none;
}

#more-btn {
  display: inherit;
}

.mailchimp-error {
  color: red;
}

/* Article Page */
.article-text {
  font-size: 14px;
  line-height: 26px;
  text-align: justify;
}

.article-image {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto 20px auto;
}

/* News Page */
.readmore_button a {
  line-height: 38px;
}

.single_blog .blog_content .blog_meta i {
  margin-right: 5px;
}

.blog_details_wrapper .blog_content h1 {
  font-size: 24px;
  text-transform: inherit;
  font-weight: 600;
  margin-bottom: 19px;
  line-height: 26px;
  padding-bottom: 0;
}

.blog_details .blog_content .post_meta i {
  margin-right: 7px;
}

.blog_details .blog_content .entry_content {
  padding-top: 15px;
}

/* Tags Page */
.tag_widget ul li.active a {
  background: #ffd54c;
  border-color: #ffd54c;
  color: #fff;
}

.blog_sidebar .blog_wrapper .single_blog .blog_thumb {
  margin-right: 0;
}

.blog_wrapper .blog_thumb {
  max-width: 370px;
}

.pagination ul li:last-child {
  margin-left: 0;
}

.widget_list.widget_tag {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

/* Contact Page */
.contact-us-map {
  padding: 0;
  margin: 0;
}

.mapouter {
  position: relative;
  text-align: right;
  height: 400px;
  width: 100%;
}

.gmap_canvas {
  overflow: hidden;
  background: none !important;
  height: 400px;
  width: 100%;
}

.required-text {
  margin-left: 5px;
  font-size: 11px;
}

.contact_message input,
.contact_message textarea {
  background: #f9f9f9;
}

.contact_message input:focus,
.contact_message textarea:focus {
  background: #ffffff;
}

@media only screen and (min-width: 992px) {
  .customer_agent {
    margin-top: 30px;
  }
}
.customer_agent .contacts-image {
  height: 150px;
}

.customer-agent-title {
  text-transform: capitalize;
}

.contacts-title {
  text-align: center;
  margin: 6px 0;
}

.contacts-title h3 > span:last-child {
  background-color: red;
}

.contact_message form .form-group textarea {
  margin-bottom: 0;
}

/* Product List */
.bootstrap-select .dropdown-item.active,
.bootstrap-select .dropdown-item:active {
  color: inherit;
  background-color: #FFD54C;
}

.bootstrap-select .dropdown-item:focus,
.bootstrap-select .dropdown-item:hover {
  background-color: rgba(255, 213, 76, 0.3);
}

.bootstrap-select .dropdown-toggle {
  background-color: #F4F4F4;
}

.bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.breadcrumb_content {
  padding: 0;
}

@media screen and (min-width: 992px) {
  .breadcrumb_content {
    padding: 22px 0;
  }
}
.breadcrumb_content ul li {
  font-size: 15px;
}

/* Product List Sidebar */
.widget_list {
  margin-bottom: 10px;
  padding-bottom: 15px;
}

@media screen and (min-width: 992px) {
  .widget_list {
    margin-bottom: 29px;
    padding-bottom: 35px;
  }
}
.widget_list h2 {
  margin: 0 0 7px;
  padding: 0;
}

@media screen and (min-width: 992px) {
  .widget_list h2 {
    margin: 0 0 15px;
    padding: 0 0 5px;
  }
}
.widget_list > ul > li > a {
  margin-left: 0;
}

.widget_list > ul > li > a.open {
  color: #ffd54c;
}

.widget_list > ul > li > a .text {
  margin-left: 30px;
}

.widget_groups {
  max-height: 335px;
  overflow: auto;
}

.widget_vehicle_brand {
  max-height: 333px;
  overflow: auto;
}

.widget_list > ul > li > label > a {
  margin-left: 0;
  font-size: 14px;
  display: block;
  line-height: 27px;
}

.widget_list > ul > li.active > label > a,
.widget_list > ul > li:hover > label > a {
  color: #ffd54c;
}

.widget_list > ul > li > label > a .text {
  margin-left: 30px;
}

.widget_list > ul > li > label {
  display: block;
}

.widget_model {
  max-height: 333px;
  overflow: auto;
}

.sidebar_filter .widget_list {
  padding-bottom: 0;
  margin-bottom: 19px;
}

.sidebar_filter .widget_inner {
  margin-bottom: 10px;
}

.widget_inner {
  margin-bottom: 15px;
}

@media screen and (min-width: 992px) {
  .widget_inner {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .widgets_container {
    text-align: unset;
  }
}
.subgroup-list {
  display: none;
  padding: 8px !important;
  background-color: #fefefe;
  border-radius: 5px;
}

.subgroup-list > ul > li > label > a .text {
  margin-left: 30px;
}

.subgroup-list > ul > li > label {
  display: block;
}

.shop_sidebar_banner {
  margin-bottom: 15px;
}

@media screen and (min-width: 992px) {
  .shop_sidebar_banner {
    margin-bottom: 50px;
  }
}
.shop_banner {
  margin-bottom: 15px;
}

@media screen and (min-width: 992px) {
  .shop_banner {
    margin-bottom: 44px;
  }
}
@media only screen and (max-width: 991px) {
  .sidebar_widget .widget_inner .widget_categories .title-links {
    display: none;
  }
  .sidebar_filter .widget_inner .widget_categories .title-links {
    display: block;
  }
}
.filter-remove-link {
  font-size: 15px;
}

@media screen and (min-width: 992px) {
  .filter-remove-link {
    font-size: 14px;
  }
}
/* Single Product */
.product-list .single_product {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.product-list .oem-product {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

@media only screen and (max-width: 767px) {
  .product-list .oem-product {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .product-list .oem-product .product_content .left_caption {
    width: 100% !important;
  }
}
.single_product .product_name h3 {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.single_product .product_name .manufacture_product a:hover {
  color: #FFD54C;
}

.product_thumb {
  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;
}

.product_thumb .primary_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 270px;
  height: 270px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product_thumb .primary_img img {
  max-height: 100%;
}

.owl-carousel .product_thumb .primary_img {
  min-height: unset;
  height: unset;
}

.product_name p a {
  min-height: 20px;
}

.add_to_cart button {
  line-height: 36px;
  width: 36px;
  text-align: center;
  font-size: 22px;
  display: block;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  transform: scale(0.7);
}

.text_not_available p span {
  color: #c10a0a;
}

.grid_list .single_product .product_content.list_content {
  min-width: 66.666667%;
  padding-left: 15px;
  margin-top: 0;
}

.grid_list .single_product .product_thumb {
  min-height: 265px;
  margin-right: 0;
}

.grid_list .single_product .product_thumb .primary_img {
  min-height: unset;
  height: unset;
}

.grid_list .single_product .product_content.list_content .left_caption {
  width: 57%;
  min-height: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.grid_list .single_product .product_content.list_content .product_name h3 {
  min-height: unset;
}

.cart_links_btn a:hover span {
  color: #ffd54c;
}

.ajax-result .price_box span.regular_price {
  font-size: 14px;
}

/* Product Detail Page */
.product_d_right .product_desc {
  margin-bottom: 0;
  border-bottom: none;
}

.product_variant.quantity {
  padding-top: 19px;
  border-top: 1px solid #f0f0f0;
}

.product_meta span a {
  margin-left: 0;
}

.product_meta span a:first-child {
  margin-left: 10px;
}

.product_area .product_carousel .product_name h3,
.shop_wrapper .single_product .product_name h3 {
  min-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product_details .product_right_sidebar .product_d_right .price_box .label_product {
  display: inline-block;
  position: relative;
  top: -2px;
  margin-right: 3px;
}

.priduct_social {
  margin-bottom: 24px;
}

.product_d_right .priduct_social ul li a i {
  margin-right: 5px;
}

.product_d_right .priduct_social ul li a.instagram {
  background: -o-linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
  background: linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
}

.product_applications, .product_attributes {
  margin: 20px 0;
}

@media screen and (min-width: 992px) {
  .product_applications, .product_attributes {
    margin-top: 20px;
  }
}
.product_applications .card .card-header {
  padding: 5px 10px;
  color: #333333;
  background-color: #eeeeee;
}

.product_attributes .card .card-header {
  padding: 5px 10px;
}

.product_applications .card .card-body,
.product_attributes .card .card-body {
  padding: 5px 10px 0 10px;
}

.product-suitable-table, .product-attribute-table {
  margin-bottom: 5px;
}

.product-suitable-table tr td,
.product-attribute-table tr td {
  padding: 4px 0;
  font-size: 14px;
}

.product-suitable-table tr:first-child td,
.product-attribute-table tr:first-child td {
  border-top: 0;
}

.product-brand-codes {
  margin: 10px 0;
}

.product-brand-codes .card .card-header {
  padding: 5px 10px;
  color: #333333;
  background-color: #eeeeee;
  text-align: center;
}

.product-brand-codes .card .card-body {
  padding: 5px 10px 0 10px;
  text-align: center;
}

/* Cart Page */
.shopping_cart_area .table_desc {
  border: none;
}

.shopping_cart_area .table_desc table {
  border: 1px solid #f0f0f0;
}

.cart_page table thead tr th.product_remove .btn-delete-basket-all {
  font-size: 20px;
}

.cart_page table tbody tr td,
.cart_page table tbody tr td.product_quantity {
  min-width: unset !important;
}

.cart_page table tbody tr td.product_quantity input {
  width: 40px !important;
}

.cart_page .product_thumb {
  min-height: unset;
  display: table-cell;
}

.cart_page table thead tr th.product_remove .btn-delete-basket-all,
.cart_page table tbody tr td.product_remove a {
  color: #dc3545 !important;
}

.cart_page table thead tr th.product_remove .btn-delete-basket-all:hover,
.cart_page table tbody tr td.product_remove a:hover {
  color: #ffd54c !important;
}

.coupon_inner {
  padding-bottom: 10px;
}

.cargo-input {
  display: none;
}

.shopping_cart_area .cart_total {
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #dee2e6;
}

.shopping_cart_area .cart_total p {
  font-weight: 600;
  font-size: 14px;
}

.shopping_cart_area .cart_total .cart_amount {
  font-size: 18px;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .shopping_cart_area .cart_total .cart_amount {
    font-size: 14px;
    font-weight: 600;
  }
}
.table_desc .cart_page table tbody tr td.product-price {
  font-size: inherit;
}

.table_desc .cart_page table tbody tr td.product_total {
  font-size: 15px;
  font-weight: 600;
}

.table_desc .cart_page table tbody tr td.product_info,
.user-order-detail-table .product_info {
  display: flex;
  align-items: center;
}

.table_desc .cart_page table tbody tr td.product_info .product_info_image_section a,
.user-order-detail-table .product_info .product_info_image_section a {
  display: block;
}

.table_desc .cart_page table tbody tr td.product_info .product_info_text_section,
.user-order-detail-table .product_info .product_info_text_section {
  margin-left: 5px;
  text-align: start;
}

.table_desc .cart_page table tbody tr td.product_info .product_info_text_section .product_info_code,
.user-order-detail-table .product_info .product_info_text_section .product_info_code {
  color: inherit;
  font-weight: 600;
}

.table_desc .cart_page table tbody tr td.product_info .product_info_text_section .product_info_code:hover,
.user-order-detail-table .product_info .product_info_text_section .product_info_code:hover {
  color: #ffd54c;
}

.table_desc .cart_page table tbody tr td.product_info .product_info_text_section .product_info_name,
.user-order-detail-table .product_info .product_info_text_section .product_info_name {
  margin-bottom: 0;
  color: inherit;
  font-size: 15px;
}

.user-order-detail-table .product_info .product_info_text_section .product_info_quantity {
  font-size: 13px;
  font-weight: 600;
}

.cart_breadcrumbs_area {
  padding: 20px 0;
}

.cart_breadcrumbs_area .cart_breadcrumb_content {
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart_breadcrumbs_area .cart_breadcrumb_content li {
  color: #888;
  font-weight: 700;
  text-align: center;
  position: relative;
  display: flex;
}

.cart_breadcrumbs_area .cart_breadcrumb_content li::before,
.cart_breadcrumbs_area .cart_breadcrumb_content li:last-child::after {
  content: "";
  flex: 1 1;
  border-bottom: 3px solid #e2e2e2;
  margin: auto;
  display: inline-block;
  width: 18px;
}

@media only screen and (min-width: 576px) {
  .cart_breadcrumbs_area .cart_breadcrumb_content li::before,
  .cart_breadcrumbs_area .cart_breadcrumb_content li:last-child::after {
    width: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .cart_breadcrumbs_area .cart_breadcrumb_content li::before,
  .cart_breadcrumbs_area .cart_breadcrumb_content li:last-child::after {
    width: 70px;
  }
}
@media only screen and (min-width: 992px) {
  .cart_breadcrumbs_area .cart_breadcrumb_content li::before,
  .cart_breadcrumbs_area .cart_breadcrumb_content li:last-child::after {
    width: 90px;
  }
}
@media only screen and (min-width: 1200px) {
  .cart_breadcrumbs_area .cart_breadcrumb_content li::before,
  .cart_breadcrumbs_area .cart_breadcrumb_content li:last-child::after {
    width: 150px;
  }
}
.cart_breadcrumbs_area .cart_breadcrumb_content li.active::before {
  border-color: #ffd54c;
}

.cart_breadcrumbs_area .cart_breadcrumb_content li a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  transition: all 0.3s ease 0s;
  font-size: 13px;
  line-height: 16px;
  width: 55px;
  user-select: none;
}

@media only screen and (min-width: 768px) {
  .cart_breadcrumbs_area .cart_breadcrumb_content li a {
    width: unset;
    min-width: 85px;
    font-size: 14px;
    line-height: 24px;
  }
}
.cart_breadcrumbs_area .cart_breadcrumb_content li a i {
  margin-bottom: 5px;
  padding: 10px;
  font-size: 18px;
  color: #333;
  background: #f2f2f2;
  border-radius: 50px;
  transition: all 0.3s ease 0s;
}

@media only screen and (min-width: 768px) {
  .cart_breadcrumbs_area .cart_breadcrumb_content li a i {
    padding: 14px;
    font-size: 23px;
  }
}
.cart_breadcrumbs_area .cart_breadcrumb_content li a:hover {
  color: #ffd54c;
  transition: all 0.3s ease 0s;
}

.cart_breadcrumbs_area .cart_breadcrumb_content li a:hover i {
  color: rgba(51, 51, 51, 0.7);
  background: #ffd54c;
  transition: all 0.3s ease 0s;
}

.cart_breadcrumbs_area .cart_breadcrumb_content li.active a {
  color: #333;
}

.cart_breadcrumbs_area .cart_breadcrumb_content li.active a i {
  background: #ffd54c;
}

/* User Page */
.user-order-list-table .order-status {
  padding: 7px;
  color: #ffffff;
  border-radius: 5px;
}

.user-order-detail-table th,
.user-order-detail-table td,
.user-order-list-table th,
.user-order-list-table td {
  vertical-align: middle !important;
}

.user-order-detail-table tbody tr td {
  min-width: unset !important;
  padding: 10px 2px !important;
}

.user-order-detail-table thead tr th {
  border-left: 2px solid #dee2e6;
  padding: 2px 7px;
}

.user-order-detail-table thead tr th:first-child {
  border-left: none;
}

/* Error Page */
.error_form a {
  line-height: 40px;
}

/* Order Follow-up Page */
.order_follow_up_form {
  margin-bottom: 60px;
}

.order_follow_up_form h1 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 19px;
  letter-spacing: initial;
}

.order_follow_up_form img {
  max-width: 500px;
}

.order_follow_up_form .order-success-title {
  color: #73AF55;
}

/* news page  */
.news-card {
  position: relative;
  background: #fff;
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 50px;
  -webkit-box-shadow: 9px 7px 28px -15px rgba(0, 0, 0, 0.45);
  box-shadow: 9px 7px 28px -15px rgba(0, 0, 0, 0.45);
}

.news-card:hover {
  color: #333;
}

.news-card .keep-reading {
  transform: scale(0);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7215686275);
  color: #fff;
  font-size: 2rem;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}

.news-card:hover .keep-reading {
  transform: scale(1);
}

.news-card-img-box {
  position: relative;
}

.news-card .news-card-img-box img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.news-card-img-box .news-date {
  display: inline-block;
  background: #eeeeee;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.3rem;
  color: #333;
  font-weight: 700;
}

.news-card-text-box {
  padding: 0.5rem 1rem;
  border: 1px solid #e2e2e2;
}

.news-card-text-box .news-title {
  font-size: 1.5rem;
  font-weight: 550;
}

.news-card-text-box .news-content {
  color: #808080;
}

.blog_details_wrapper .blog_thumb img {
  border-radius: 14px;
}

/* news detail  page  */
.single_related {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  min-height: 111px;
}

.single_related img {
  border-radius: 14px;
}

.single_related .related_content {
  height: 100%;
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.single_related:hover {
  background: #EEEEEE;
}

.single_related .related_content > a:hover {
  text-decoration: underline;
  color: #333;
}

.article-side-menu {
  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: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 40px;
}

.article-side-menu li:first-child {
  border-top: 1px solid #dee2e6 !important;
}

.article-side-menu li a {
  display: block;
  padding: 0.5rem 0.3rem;
}

.article-side-menu li a:hover {
  background: #EEEEEE;
  color: #333;
}

/* about-us header */
.about-us-header .page-title {
  margin-bottom: 16px;
}

@media only screen and (min-width: 767px) and (max-width: 1200px) {
  .oem-product .product_content .left_caption {
    width: 60%;
  }
  .oem-product .product_content .right_caption {
    width: 40%;
  }
  .oem-product .product_content .right_caption .detail-favorite-product {
    max-width: 100%;
  }
  .oem-product .product_content .right_caption .detail-favorite-product button {
    min-width: 100%;
    max-width: 100%;
    width: 100%;
  }
}
/* layout search form  */
.search-form {
  padding: 10px;
  background: #fff !important;
  position: relative;
  z-index: 19;
  border-radius: 5px;
}

.form-search-input:focus {
  background: #fff;
}

.form-search-input:focus + button {
  border-radius: 5px;
}

.opacity-bg {
  display: block !important;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.7;
  z-index: 9;
  background-color: rgb(51, 51, 51);
}

.search-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  padding-left: 5px;
}

.search-box:hover {
  background: #eeeeee;
}

.search-box .search-box-img {
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 10px;
}

.search-box .search-box-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-box .search-box-content .title {
  margin-right: 10px;
}

.mini_cart_wrapper > a {
  font-size: 1rem;
}

/* others */
.btn-quantity-check {
  background: transparent;
  border: none;
  color: green;
  position: absolute;
  bottom: 1px;
  left: 50%;
  transform: translateX(-50%);
}

.btn-quantity-check:hover {
  background: rgba(0, 0, 0, 0.0705882353);
}

.custom-product_quantity {
  position: relative;
}

.custom-product_quantity span.min-order-quantity-text {
  position: absolute;
  top: 2px;
  left: 50%;
  transform: translateX(-50%);
}

.custom-product_quantity span.input-group-text {
  cursor: pointer;
}

.basket-account-tab .tab-content {
  padding: 15px 10px 15px 0;
}

.basket-account-tab ul li {
  margin-right: 10px;
}

.basket-account-tab ul li input {
  margin-right: 5px;
}

.form-group-flex {
  display: flex;
  align-items: baseline;
}

.form-group-recaptcha {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media only screen and (min-width: 768px) {
  .form-group-recaptcha {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.form-group input[type=checkbox] {
  margin-top: 6px;
  margin-right: 7px;
}

.text-statement {
  cursor: pointer;
}

.text-statement a {
  color: #5c5d6c;
  font-weight: 400;
  text-decoration: underline;
}

.float-label-form.user-form label {
  padding: 0 5px;
  position: absolute;
  top: -7px;
  left: 15px;
  font-size: 15px;
  line-height: 15px;
  background: #fff;
  z-index: 5;
  cursor: pointer;
}

@media screen and (min-width: 992px) {
  .float-label-form.user-form label {
    font-size: 14px;
    line-height: 14px;
  }
}
.account-user-status {
  margin: 10px 0;
}

.account-user-status label {
  margin-bottom: 0 !important;
  position: unset !important;
}

.account-user-status li {
  margin-left: 12px;
}

.account-user-status li:first-child {
  margin-left: 0;
}

.basket-address-list label {
  padding-right: 3px;
  display: block;
}

.basket-address-list label input {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translatey(-50%);
  opacity: 0;
  cursor: pointer;
  z-index: 999;
  transition: background-color 500ms ease-out 1s;
}

.basket-address-group-item {
  margin-bottom: 15px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border: 2px solid #e5e5e5;
  border-radius: 8px;
  cursor: pointer;
}

.basket-address-group-item .address-delete-button,
.basket-address-group-item .address-edit-button {
  padding: 3px 6px;
}

.basket-address-list label input:checked ~ .basket-address-group-item {
  border-color: #7AD43C;
  -webkit-transition: background-color 500ms ease-out 1s;
  -o-transition: background-color 500ms ease-out 1s;
  transition: background-color 500ms ease-out 1s;
}

.basket-address-group-item-title-section {
  margin-bottom: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.basket-address-group-item-title {
  margin-bottom: 0;
  color: #333;
  font-size: 15px;
  line-height: 26px;
}

.basket-address-group-item-check-icon {
  display: none;
  position: absolute;
  top: -2px;
  right: 18px;
  color: #ffd54c;
  font-size: 27px;
  border-top-right-radius: 8px;
  -webkit-transition: background-color 500ms ease-out 1s;
  -o-transition: background-color 500ms ease-out 1s;
  transition: background-color 500ms ease-out 1s;
  overflow: hidden;
}

.basket-address-list label input:checked ~ .basket-address-group-item .basket-address-group-item-check-icon {
  color: #7AD43C;
  display: block !important;
  -webkit-transition: background-color 500ms ease-out 1s;
  -o-transition: background-color 500ms ease-out 1s;
  transition: background-color 500ms ease-out 1s;
}

.basket-address-group-item-info-section {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.basket-address-list label input:checked ~ .basket-address-group-item .basket-address-group-item-info-section {
  border-color: #7AD43C;
}

.basket-address-group-item-info-list {
  margin-top: 15px;
  margin-bottom: 15px;
}

.basket-address-group-item-info-list-text {
  margin-bottom: 0 !important;
  font-size: 15px;
}

.basket-address-group-item-info-title {
  margin: 0 !important;
  color: #8c8ea3;
  font-size: 15px !important;
}

.address-group-item {
  margin-bottom: 15px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
}

.address-group-item-title-section {
  margin-bottom: 7px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.address-group-item-title {
  margin-bottom: 0;
  color: #333;
  font-size: 15px;
  line-height: 21px;
}

.address-group-item-info-section {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

.address-group-item-info-title {
  margin: 0 !important;
  color: #8c8ea3;
  font-size: 15px !important;
  font-weight: 600;
  text-transform: capitalize;
}

.address-group-item-info-list {
  margin-bottom: 15px;
}

.address-group-item-info-list-title {
  margin-bottom: 5px;
  color: #333;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
}

.address-group-item-bottom-section {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.modal-address-form .modal-title {
  font-size: 17px;
}

.form-check-label {
  cursor: pointer;
}

.input-phone-group .iti--allow-dropdown,
.input-work-phone-format .iti--allow-dropdown {
  width: 100%;
}

.modal-body .input-phone-group .iti--allow-dropdown,
.modal-body .input-work-phone-format .iti--allow-dropdown {
  z-index: 5;
}

.input-phone-group .iti__country-list,
.input-work-phone-format .iti__country-list {
  max-width: 350px;
  overflow-x: hidden;
}

.input-phone-group .iti__country-list::-webkit-scrollbar,
.input-work-phone-format .iti__country-list::-webkit-scrollbar {
  width: 7px;
}

.input-phone-group .iti__country-list::-webkit-scrollbar-thumb,
.input-work-phone-format .iti__country-list::-webkit-scrollbar-thumb {
  background-color: #6C6E71;
  border-radius: 7px;
  -webkit-transition: background-color 500ms ease-out 1s;
  -o-transition: background-color 500ms ease-out 1s;
  transition: background-color 500ms ease-out 1s;
}

.input-phone-group .iti__country-list::-webkit-scrollbar-thumb:hover,
.input-work-phone-format .iti__country-list::-webkit-scrollbar-thumb:hover {
  background-color: #333333;
  -webkit-transition: background-color 500ms ease-out 1s;
  -o-transition: background-color 500ms ease-out 1s;
  transition: background-color 500ms ease-out 1s;
}

.input-phone-group .iti__country,
.input-work-phone-format .iti__country {
  padding: 5px 10px;
  border-top: none;
}

.input-phone-group .iti__divider,
.input-work-phone-format .iti__divider {
  padding: 0 0 5px 0;
  border-top: none;
  border-bottom: 3px solid #ccc;
}

.float-label-form .input-phone-group label,
.float-label-form .input-work-phone-format label {
  top: -7px;
  left: 40px;
  font-size: 14px;
}

.input-phone-group input::placeholder {
  color: #B6B3B3;
}

.badge-success-custom {
  background-color: #0c7023;
}

.badge-info-custom {
  background-color: #117181;
}

.iti--allow-dropdown input {
  z-index: initial !important;
}

.intl-tel-input {
  display: table-cell;
}

.intl-tel-input .selected-flag {
  z-index: 4;
}

.intl-tel-input .country-list {
  z-index: 5;
}

.import-products-file-form-group .import-products-file-upload-form-group {
  display: inline-flex;
  align-items: center;
}

.import-products-file-form-group .import-products-file-input {
  opacity: 0;
  z-index: -1;
  position: absolute;
  display: none;
  visibility: hidden;
}

.import-products-file-form-group .import-products-file-input + label {
  margin-bottom: 0;
  cursor: pointer;
}

@media screen and (min-width: 992px) {
  .import-products-file-form-group .import-products-file-input + label i {
    margin-right: 7px;
  }
}
.import-products-file-form-group .import-products-file-button {
  display: none;
}

.installments-section {
  margin-top: 25px;
}

.installments-section .page-heading {
  border-bottom: 2px solid #333;
}

.installments-section .installment-list {
  margin-bottom: 16px;
}

.installments-section .installment-item {
  border: 1px solid #eeeeee;
  background-color: #fcfcfc;
  border-radius: 0.25rem;
  padding: 0.75rem;
  margin-top: 0.75rem;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}

.installments-section .installment-item.selected {
  border-color: #4567b3;
  background-color: #f2f5ff;
}

.installments-section .installment-item .installment-item-image-section {
  margin-left: 0.75rem;
  display: flex;
  flex-direction: row;
}

.installments-section .installment-item .installment-item-text-section {
  margin-left: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.installments-section .installment-item .installment-item-text-section .title {
  font-size: 20px;
  font-weight: 500;
  color: #212529;
}

.installments-section .installment-item .installment-item-text-section .subtitle {
  display: inline-flex;
  color: #757171;
}

.installments-section .installment-item .installment-item-text-section .subtitle .amount {
  margin-left: 5px;
  margin-bottom: 0;
  font-weight: 700;
  color: #dc3545;
}

.installments-section .installment-item .installment-item-text-section .title,
.installments-section .installment-item .installment-item-text-section .subtitle {
  margin-bottom: 0;
}

.installments-section .installment-item .installment-item-amount {
  margin: 0 0.25rem;
  font-size: 30px;
  font-weight: 500;
  color: #212529;
}

.installments-section .installment-item .installment-item-currency {
  color: #6b6b6f;
}

.installment-item-radio-button {
  position: relative;
  display: block;
}

.installment-item-radio-button label {
  display: block;
  color: #333;
  border-radius: 5px;
  padding: 8px;
  margin-bottom: 5px;
  cursor: pointer;
  width: 20px;
  height: 20px;
}

.installment-item-radio-button label:before,
.installment-item-radio-button label:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  background: #eeeeee;
}

.installment-item-radio-button label:after {
  border: 1px solid #e4e4e4;
}

.installment-item-radio-button label:before {
  background: transparent;
  transition: width 0.1s cubic-bezier(0.075, 0.82, 0.165, 1) 0s, height 0.3s cubic-bezier(0.075, 0.82, 0.165, 2) 0.1s;
  z-index: 2;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: center;
  width: 0;
  height: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNS4zIDEzLjIiPiAgPHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE0LjcuOGwtLjQtLjRhMS43IDEuNyAwIDAgMC0yLjMuMUw1LjIgOC4yIDMgNi40YTEuNyAxLjcgMCAwIDAtMi4zLjFMLjQgN2ExLjcgMS43IDAgMCAwIC4xIDIuM2wzLjggMy41YTEuNyAxLjcgMCAwIDAgMi40LS4xTDE1IDMuMWExLjcgMS43IDAgMCAwLS4yLTIuM3oiIGRhdGEtbmFtZT0iUGZhZCA0Ii8+PC9zdmc+);
}

.installment-item-radio-button input[type=radio] {
  display: none;
  position: absolute;
  width: 100%;
  appearance: none;
}

.installment-item.selected input[type=radio] + label {
  animation-duration: 1s;
}

.installment-item.selected input[type=radio] + label:after {
  background: #dcdcdc;
  border-color: #d3d3d3;
}

.installment-item.selected input[type=radio] + label:before {
  width: 20px;
  height: 20px;
}

.variants {
  margin-top: 20px;
}

.variants tr {
  cursor: pointer;
}

.variants tr td,
.variants tr th {
  padding: 0.5rem 0.75rem;
  background: transparent;
  font-size: 15px;
  line-height: 15px;
}

.variants tr:first-child td,
.variants tr:first-child th {
  border-top: 0;
}

.variants tr td.name {
  text-align: left;
}

.variants tr th.price {
  color: #dc3545;
  font-weight: 600;
}

.variants tr:hover td,
.variants tr:hover th,
.variants tr.active td,
.variants tr.active th {
  background-color: #0d95e8;
  color: #fff;
}

.swal-overlay {
  z-index: 99993;
}

.alert[data-notify=container] {
  z-index: 99993 !important;
}

.alert[data-notify=container] .close:not(:disabled):not(.disabled) {
  top: 50% !important;
  transform: translateY(-50%);
}

.table_desc .cart_page table tbody tr td.product_quantity input {
  text-align: center;
  padding: 0 5px;
}

.cart_page table tbody tr td.product_quantity input:read-only,
.product_variant.quantity input:read-only {
  background-color: #d7d7d7;
}

.price-table {
  border: 0;
}

.blank-row {
  border: 0;
}

.blank-row th,
.blank-row td {
  border: 0;
  padding: 10px 0;
}

.tooltip-price {
  padding: 8px 0;
}

.tooltip-price .content {
  display: none;
}

.tooltip.tooltip-price-content {
  background: #fff;
  padding: 10px;
  width: 300px;
  box-shadow: 0 0 5px 0 #ddd;
}

.tooltip.tooltip-price-content .tooltip-inner {
  background-color: transparent;
  max-width: 300px;
  padding: 0;
}

.tooltip.tooltip-price-content .table {
  margin-bottom: 15px !important;
  width: 100%;
}

.tooltip.tooltip-price-content .table th,
.tooltip.tooltip-price-content .table td {
  color: #000;
}

.tooltip.tooltip-price-content .table:last-child {
  margin-bottom: 0 !important;
}

.basket-detail-form table tr.not-buyable {
  background: #f8d7da;
}

.popup-show .fancybox-can-zoomIn .fancybox-content,
.popup-show .fancybox-image {
  cursor: pointer !important;
}

/* Mini Cart Modal */
.mini_cart {
  padding-bottom: 18px;
  display: flex;
  flex-direction: column;
}

.mini_cart .mini_cart_header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 10px;
}

@media only screen and (min-width: 992px) {
  .mini_cart .mini_cart_header {
    padding-bottom: 6px;
  }
}
.mini_cart .mini_cart_header .mini_cart_text h3 {
  font-size: 18px;
  text-transform: capitalize;
  font-weight: 400;
  margin-bottom: 0;
}

.mini_cart .cart_item_list {
  border: 1px solid #f0f0f0;
  border-top: none;
  overflow: auto;
  flex: 2;
}

.mini_cart .cart_item_list .cart_item:last-child {
  border-bottom: none;
}

.mini_cart .cart_item_list .cart_item .cart_remove a {
  color: #dc3545;
}

.mini_cart .cart_item_list .cart_item .cart_remove a:hover {
  color: #ffd54c;
}

.mini_cart .cart_item_list .cart_item .cart_info .price_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.mini_cart .cart_item_list .cart_item .cart_info .price_box span.current_price {
  margin-right: 5px;
  color: #fd5018;
  font-size: 14px;
  font-weight: 600;
}

.mini_cart .cart_item_list .cart_item .cart_info .price_box span.old_price {
  color: #757575;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  text-decoration: line-through;
}

.mini_cart_table {
  flex: 0.5;
}

@media only screen and (min-width: 992px) {
  .mini_cart_table {
    padding: 14px 0;
  }
}
@media only screen and (min-width: 1400px) {
  .mini_cart_table {
    padding: 23px 0;
  }
}
.mini_cart_footer {
  flex: 0.25;
}

/*# sourceMappingURL=custom-style.css.map */
