body {
  padding: 0px;
  margin: 0px;
  font-family: 'Poppins';
}
img {
  max-width: 100%;
  height: 0 auto;
}
a:focus {
  outline: none;
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: 0px
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
  outline: none;
  outline-offset: 0px;
}
a:focus, a:hover {
  text-decoration: none !important;
}
a {
  text-decoration: none !important;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.eot');
  src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype'), url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.eot');
  src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Medium.woff2') format('woff2'), url('../fonts/Poppins-Medium.woff') format('woff'), url('../fonts/Poppins-Medium.ttf') format('truetype'), url('../fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.eot');
  src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-SemiBold.woff2') format('woff2'), url('../fonts/Poppins-SemiBold.woff') format('woff'), url('../fonts/Poppins-SemiBold.ttf') format('truetype'), url('../fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.eot');
  src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Bold.woff2') format('woff2'), url('../fonts/Poppins-Bold.woff') format('woff'), url('../fonts/Poppins-Bold.ttf') format('truetype'), url('../fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.form-control {
  box-shadow: none !important;
}
.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 9999;
  background-size: contain;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.darkHeader {
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  background: #fff;
}
.header_top {
  height: 45px;
  background: #2294D2;
  overflow: hidden;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.darkHeader .header_top {
  height: 0;
  padding: 0;
}
.header_top_left {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
}
.header_top_left strong {
  color: #fff;
  font-weight: 500;
}
.header_links ul {
  text-align: right;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header_links ul li {
  list-style: none;
  font-size: 15px;
  padding: 0 12px;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}
.header_links ul li:last-child {
  border-right: none;
  padding-right: 0;
}
.header_links ul li a {
  color: #fff;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.header_links ul li a:hover {
  color: #000;
}
.header_mid {
  padding: 10px 0;
}
.logo img {
  width: 180px;
}
.header_search_select {
  background: url("../images/search_dropdown.png") #000 no-repeat center right 10px !important;
  width: 180px;
  font-size: 15px;
  color: #fff !important;
  border-radius: 40px 0 0 40px;
  min-height: 50px;
  line-height: 48px;
  padding: 0 30px 0 20px;
  border-right: none;
  border-color: #000 !important;
}
.header_search_select option {
  background: #fff;
  font-weight: normal !important;
  color: #666 !important;
}
.header_search_input {
  min-height: 50px;
  font-size: 15px;
  border-color: #2294D2 !important;
  border-radius: 40px;
}
.search_btn {
  background: url("../images/search_icon.png") #000 no-repeat center left 18px;
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  color: #fff;
  bottom: 0;
  border-radius: 0 40px 40px 0;
  padding: 0 18px 0 50px;
}
.header_cart {
  display: inline-block;
  width: 52px;
  height: 52px;
  text-align: center;
  padding: 10px 0 0;
  background: #e7e7e7;
  border-radius: 50%;
}
.header_cart_count {
  background: #2294d2;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  color: #fff;
  font-size: 13px;
  bottom: 2px;
  right: 2px;
}
.header_bottom_section {
  background: #2294d2;
  margin-top: 124px;
}
.header_phone {
  display: inline-block;
  background: #095e8c;
  color: #fff !important;
  padding: 16px 30px;
  font-size: 18px;
}
.header_phone img {
  margin-right: 5px;
}
.header_bottom_right {
  text-align: right;
  padding-right: 0;
}
.home_top_section {
  padding: 25px 0 60px;
}
.category_btn {
  background: #111;
  display: block;
  color: #fff !important;
  font-weight: 500;
  padding: 17px 12px 18px;
}
.category_menu {
  border: 1px solid #eee;
}
.category_menu_bottom {
  margin-top: 25px;
}
.category_menu ul {
  padding: 0;
  margin: 0;
}
.category_menu ul li {
  list-style: none;
}
.category_menu ul li a {
  background: url("../images/right_arrow.png") #fff no-repeat center right 10px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eee;
  color: #666;
  font-size: 15px;
  padding: 7px 30px 7px 10px;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.category_menu ul li a img {
  width: 25px;
  margin-right: 10px;
}
.category_menu ul li a:hover {
  background-color: #eee;
}
.category_menu ul li:last-child a {
  border-bottom: none;
}
.category_menu_main {
  position: relative;
}
.home_top_section_left {
  padding-left: 0;
}
.category_menu_bottom {
  padding-left: 12px;
  position: absolute;
  width: 100%;
  z-index: 999;
}
/* .banner_slide .item {
	margin: 0;
}
.banner_slide .owl-buttons, .testimonial_slide .owl-buttons {
	display: none;
}
.banner_slide .owl-controls {
	position: absolute;
	bottom: 10px;
	left: 20px;
}
.banner_slide .owl-theme .owl-controls .owl-page span {
	background: #fff;
	margin-right: 6px;
}
.banner_slide .owl-theme .owl-controls .owl-page.active span, .banner_slide .owl-theme .owl-controls.clickable .owl-page:hover span {
	background: #2294d2;
} */
.banner_bottom_spec {
  text-align: center;
  padding: 45px 0 0;
}
.banner_spec_block {
  border-right: 1px solid #e8e8e8;
}
.banner_spec_block:last-child {
  border-right: none;
}
.banner_spec_block_heading {
  color: #222;
  font-weight: 600;
  margin-top: 10px;
}
.banner_spec_block_text {
  color: #7b7b7b;
  font-size: 14px;
}
.home_mid_section {
  padding: 0 0 60px;
}
.home_brand_section {
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  padding: 30px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 85px;
}
.home_brand_section img {
  max-height: 42px;
}
.featured_product_heading {
  font-weight: bold;
  color: #111;
  font-size: 30px;
}
.home_product_block {
  margin-top: 30px;
  text-align: center;
}
.home_product_block_img {
  border: 1px solid #e8e8e8;
  padding: 20%;
}
.home_product_block_name {
  display: block;
  color: #555 !important;
  text-transform: uppercase;
  margin-top: 15px;
  font-weight: 500;
}
.home_product_block_btn {
  display: inline-block;
  background: #111;
  color: #fff !important;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 15px;
  padding: 10px 20px;
  border-radius: 30px;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.home_product_block_btn:hover {
  background: #2294d2;
}
.home_sale_box {
  border: 1px solid #e8e8e8;
  background: #f7f7f7;
  padding: 35px 20px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.home_sale_box img {
  width: 95px;
}
.home_sale_box_subheading {
  color: #2294d2;
  font-size: 15px;
  font-weight: 600;
  margin-top: 20px;
}
.home_sale_box_heading {
  color: #111;
  font-size: 22px;
  font-weight: 600;
}
.home_sale_box_btn {
  display: inline-block;
  background: #111;
  color: #fff !important;
  margin-top: 15px;
  padding: 8px 20px;
  border-radius: 30px;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.home_sale_box_btn:hover {
  background: #2294d2;
}
.home_newsletter_heading {
  color: #111;
  font-size: 18px;
  font-weight: 600;
}
.home_newsletter_text {
  color: #838383;
  font-size: 13px;
  margin-top: 10px;
}
.home_newsletter_btn {
  background: #2294d2;
  color: #fff !important;
  margin-top: 15px;
  padding: 8px 20px;
  border: none;
  border-radius: 30px;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.home_newsletter_btn:hover {
  background: #111;
}
.newsletter_form .form-control {
  border-radius: 40px;
  border-color: #ddd !important;
  min-height: 45px;
  font-size: 15px;
  margin-top: 15px;
}
.home_testimonial_box {
  background: #2294d2;
  padding: 20px 20px 10px;
}
.testimonial_top {
  margin-bottom: 15px;
}
.testimonial_top img {
  background: #126fa1;
  border-radius: 50%;
  width: 70px;
  margin-right: 10px;
}
.testimonial_name {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}
.testimonial_location {
  color: #fff;
  font-size: 15px;
}
.testimonial_text {
  font-size: 14px;
  color: #fff;
  margin-top: 15px;
}
.testimonial_slide .owl-theme .owl-controls .owl-page span {
  background: #fff;
  margin-right: 6px;
}
.testimonial_slide .owl-theme .owl-controls .owl-page.active span, .testimonial_slide .owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #06547e;
}
.testimonial_slide .item {
  margin: 0;
}
.testimonial_slide .owl-pagination {
  text-align: left;
  margin-top: 20px;
}
.home_ad_box {
  background: #2294d2;
  padding: 40px 300px 40px 30px;
  border-radius: 10px;
  min-height: 100%;
  overflow: hidden;
  position: relative;
}
.home_ad_box:before {
  background: #095e8c;
  position: absolute;
  content: "";
  width: 290px;
  height: 290px;
  border-radius: 50%;
  bottom: -80px;
  right: -50px;
}
.home_ad_box_heading {
  font-weight: bold;
  font-size: 28px;
  line-height: 35px;
}
.home_ad_box_text {
  margin-top: 20px;
}
.home_ad_box_btn {
  display: inline-block;
  background: #fff;
  color: #111 !important;
  font-weight: 500;
  margin-top: 20px;
  padding: 11px 22px;
  border-radius: 30px;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.home_ad_box_btn:hover {
  background: #111;
  color: #fff !important;
}
.home_ad_box img {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translate(0, -50%);
}
.home_ad_box_main .home_ad_box img {
  transform: none;
  top: auto;
  bottom: 0;
  right: 0;
}
.home_topsell_section {
  padding: 65px 0;
}
.home_speaker_section {
  padding: 0 0 65px;
}
.home_speaker_box {
  background: #2294d2;
  padding: 30px 100px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.home_speaker_box:before {
  background: #095e8c;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  width: 35%;
  clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
}
.home_speaker_box .row {
  position: relative;
  z-index: 9;
}
.home_speaker_box_subheading {
  font-weight: 500;
}
.home_speaker_box_heading {
  font-weight: bold;
  font-size: 35px;
  line-height: 40px;
}
.home_speaker_box_text {
  font-size: 15px;
  margin-top: 15px;
}
.home_speaker_box_btn {
  display: inline-block;
  background: #111;
  padding: 10px 22px;
  margin-top: 20px;
  border-radius: 30px;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.home_speaker_box_btn:hover {
  background: #095e8c;
}
.footer_top {
  background: #222529;
  padding: 40px 0;
}
.footer_top_heading {
  font-size: 23px;
  font-weight: 600;
}
.footer_menu ul {
  list-style-type: none;
  padding: 0;
  margin: 15px 0 0;
}
.footer_menu ul li {
  position: relative;
  list-style: none;
  margin: 2px 0 0;
}
.footer_menu ul li a {
  color: #fff;
  font-style: normal;
  text-decoration: none;
  font-size: 15px;
  position: relative;
  z-index: 99;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.footer_menu ul li a:hover, .footer_menu ul li.active a {
  color: #2294d2;
  padding-left: 3px;
}
.footer_top_block {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  padding-left: 45px;
}
.footer_top_block:first-child {
  border-left: none;
  padding-left: 12px;
}
.footer_mid_block {
  padding-right: 45px;
  text-align: center;
}
.footer_mid_block_text {
  color: #eee;
}
.footer_top_block_btn {
  display: inline-block;
  background: #2294d2;
  padding: 9px 22px;
  margin-top: 20px;
  border-radius: 30px;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.footer_top_block_btn:hover {
  background: #095e8c;
}
.footer_social {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 20px;
  padding-top: 20px;
}
.footer_social a {
  margin: 0 2px;
}
.footer_social img {
  width: 32px;
}
.payment_icons {
  margin-top: 15px;
}
.footer_bottom {
  background: #2294d2;
  color: #fff;
  text-align: center;
  padding: 18px 0;
  text-transform: uppercase;
  font-size: 15px;
}
.footer_bottom a {
  color: #fff;
}
#back-to-top {
  width: 40px;
  background: #000;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 9999;
  cursor: pointer;
  border: 0;
  border-radius: 50%;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
  opacity: 0;
}
#back-to-top.show {
  opacity: 1;
}
.inner_page_banner {
  background: url("../images/inner_banner.jpg") #ddd no-repeat center;
  background-size: cover;
  padding: 50px 20px;
  text-align: center;
  position: relative;
}
.inner_page_banner .container {
  position: relative;
  z-index: 9;
}
.inner_page_banner_heading {
  font-size: 32px;
  font-weight: 600;
}
.breadcrumb-item a, .breadcrumb-item.active, .breadcrumb-item + .breadcrumb-item::before {
  color: #2294d2;
}
.inner_page_container {
  padding: 60px 0;
}
.container-fluid {
  max-width: 1366px;
}
.listing_filter_heading {
  background: #2294d2;
  padding: 10px 15px;
  display: block;
  color: #fff !important;
  font-weight: 500;
  font-size: 18px;
  margin-top: 30px;
}
.listing_filter_box {
  border: 1px solid #ddd;
  border-top: none;
  padding: 15px 15px;
}
.listing_filter_check {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 15px;
  color: #666;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.listing_filter_check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.listing_filter_check .checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #eee;
  border: 1px solid #e8e8e8;
}
.listing_filter_check:hover input ~ .checkmark {
  background-color: #ccc;
}
.listing_filter_check input:checked ~ .checkmark {
  background-color: #2294d2;
  border-color: #2294d2;
}
.listing_filter_check .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.listing_filter_check input:checked ~ .checkmark:after {
  display: block;
}
.listing_filter_check .checkmark:after {
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sort_dropdown {
  border-color: #ccc !important;
  background: url("../images/dropdown.png") no-repeat center right 10px;
  color: #666;
  padding: 10px 30px 10px 15px;
}
.sort_text {
  color: #666;
  margin-top: 12px;
}
.product_detauls_img {
  border: 1px solid #ddd;
  padding: 15px;
}
.product_detauls_img img {
  width: 100%;
}
.product_details_name {
  font-weight: 500;
  color: #222;
  font-size: 25px;
  line-height: 32px;
}
.product_details_rating {
  color: #666;
  font-size: 15px;
  margin-top: 10px;
}
.product_details_rating img {
  width: 85px;
  margin-right: 8px;
}
.product_details_qty {
  display: inline-flex;
  width: 140px;
  margin-top: 30px;
  margin-right: 10px;
}
.product_details_qty_btn {
  width: 44px;
  height: 44px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  font-size: 18px;
  color: #666;
}
.product_details_share {
  margin-top: 30px;
  color: #666;
  font-size: 15px;
}
#thumbslider .owl-item {
  padding: 0 5px;
}
.product_details_share a {
  margin-left: 7px;
  width: 35px;
}
.product_details_stock {
  color: #999;
  font-size: 15px;
  margin-top: 15px;
}
.product_details_stock span {
  font-weight: 500;
}
.product_details_price {
  font-weight: 600;
  color: #095e8c;
  font-size: 28px;
  margin-top: 15px;
}
.product_details_list ul {
  padding: 0;
  margin: 20px 0 0;
}
.product_details_list ul li {
  list-style: none;
  color: #666;
  font-size: 15px;
  margin-top: 5px;
  position: relative;
  padding-left: 22px;
}
.product_details_list ul li:before {
  position: absolute;
  content: "";
  background: url("../images/check.png") no-repeat;
  background-size: 100%;
  width: 16px;
  height: 16px;
  top: 2px;
  left: 0;
}
.product_details_list ul li strong {
  font-weight: 500;
  color: #333;
}
.product_details_cart_btn {
  display: inline-block;
  background: #2294d2;
  color: #fff !important;
  margin-top: 30px;
  padding: 10px 22px;
  border-radius: 30px;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.product_details_cart_btn:hover {
  background: #111;
}
.product_details_tab {
  margin: 50px 0 0;
  padding: 0;
  border-bottom: 2px solid #eee;
}
.product_details_tab_heading {
  color: #222;
  font-weight: 500;
  font-size: 22px;
  margin-top: 20px;
}
.product_details_table {
  margin-top: 15px;
}
.product_details_table tr th {
  font-weight: 500;
  color: #555 !important;
  font-size: 15px;
}
.product_details_table tr td {
  color: #666 !important;
  font-size: 15px;
}
.product_details_tab_subheading {
  text-transform: capitalize;
  color: #222;
  font-weight: 500;
  margin-bottom: 10px;
}
.rating_right_progress {
  color: #666;
}
.rating_right_progress .progress-bar {
  background-color: #ffc107;
}
.btn-warning {
  color: #fff;
  margin-right: 5px;
}
.btn-default {
  border-color: #ddd;
  columns: #666;
  margin-right: 5px;
}
.review-block-rate button {
  box-shadow: none !important;
  font-size: 15px;
  padding: 5px;
  line-height: 15px;
}
.review-block-title {
  text-transform: capitalize;
  font-weight: 500;
  margin-top: 10px;
  color: #555;
}
.review-block-description {
  color: #666;
  font-size: 15px;
  margin-top: 10px;
}
.review-block .img-rounded {
  width: 65px;
  border-radius: 50%;
}
.review-block-name {
  margin-top: 10px;
  color: #222;
  text-transform: capitalize;
  font-weight: 500;
}
.review-block-date {
  color: #8e8e8e;
  font-size: 12px;
}
.review_form .form-control {
  border-color: #ddd !important;
  margin-top: 10px;
  min-height: 46px;
  resize: none;
}
.review_submit_btn {
  background: #2294d2;
  color: #fff;
  border: none;
  margin-top: 20px;
  padding: 10px 25px;
  border-radius: 30px;
}
.product_details_tab .nav-link {
  background: #eee;
  border: none;
  border-bottom: 2px solid #ddd;
  margin: 0 10px -2px 0;
  color: #666;
}
.product_details_tab .nav-item.show .nav-link, .product_details_tab .nav-link.active {
  background: #2294d2;
  border-color: #095e8c;
  color: #fff;
}
.product_details_spec {
  border-left: 1px solid #eee;
}
.product_details_specbox {
  border: 1px solid #e8e8e8;
  background: #f7f7f7;
  padding: 20px 15px;
  margin-bottom: 15px;
  text-align: center;
  min-height: 100%;
}
.product_details_specbox img {
  height: 40px;
}
.selectSort {
  background: url("../images/dropdown.png") no-repeat center right 10px;
}
.inner_product_block {
  margin-top: 35px;
}
.inner_product_box {
  border: 1px solid #2294d2;
  min-height: 100%;
  padding: 10px 20px 50px;
  text-align: center;
  border-radius: 5px;
  position: relative;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.absolute_buttons {
  position: absolute;
  background: #2294d2;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 4px 5px;
}
.inner_product_block_img img {
  width: 75%;
}
.inner_product_block_name {
  margin-top: 12px;
  color: #666;
  font-size: 11px;
  font-weight: 600;
}
.inner_product_btn {
  background: #2294D2;
  border: none;
  color: #fff;
  font-size: 14px;
  margin-top: 15px;
  padding: 9px 15px;
  border-radius: 5px;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.inner_product_btn:hover {
  background: #111;
}
.home_product_block_price {
  color: #095e8c;
  font-weight: bold;
  font-size: 13px;
  margin-top: 2px;
}
.inner_product_block_btn1 {
  background: url("../images/view_details_icon.png") no-repeat center left;
  background-size: 15px;
  color: #fff !important;
  padding: 5px 10px 5px 18px;
  display: inline-block;
  font-size: 15px;
}
.inner_product_block_btn2 {
  background: url("../images/cart_icon2.png") #000 no-repeat center left 10px;
  background-size: 15px;
  display: inline-block;
  color: #fff !important;
  padding: 5px 10px 5px 30px;
  margin-left: 10px;
  vertical-align: top;
  font-size: 14px;
  border-radius: 4px;
}
.inner_product_block_btn_delete {
  background: url("../images/delete.png") no-repeat center left;
  background-size: 100%;
  display: inline-block;
  color: #fff !important;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 25px;
  height: 25px;
}
.inner_product_block_btn3 {
  background: url("../images/wishlist_icon.png") no-repeat center left;
  background-size: 100%;
  display: inline-block;
  color: #fff !important;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 25px;
  height: 25px;
}
.inner_product_block_btn3_red {
  background: url("../images/wishlist_icon_red.png") no-repeat center left;
  background-size: 100%;
  display: inline-block;
  color: #fff !important;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 25px;
  height: 25px;
}
.home_product_block_rating {
  margin-top: 5px;
}
.home_product_block_rating img {
  width: 90px;
}
.list_sale_tag {
  background: #0da800;
  color: #fff;
  position: absolute;
  top: 15px;
  left: 15px;
  padding: 5px 12px;
  border-radius: 4px;
}
.ngx-slider-span.ngx-slider-bubble.ngx-slider-limit.ngx-slider-floor {
  display: none;
}
.ngx-slider-span.ngx-slider-bubble.ngx-slider-limit.ngx-slider-ceil {
  display: none;
}
.ngx-slider .ngx-slider-pointer {
  width: 25px !important;
  height: 25px !important;
  top: -11px !important;
  background-color: #095e8c !important;
}
.price_slider_txt {
  color: #095e8c;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
}
.ngx-slider .ngx-slider-pointer::after {
  width: 10px !important;
  height: 10px !important;
  top: 8px !important;
  left: 8px !important;
  border-radius: 50% !important;
}
.ngx-slider .ngx-slider-selection {
  background: #095e8c !important;
}
/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 9999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(rgba(20, 20, 20, .8), rgba(0, 0, 0, .8));
  background: -webkit-radial-gradient(rgba(20, 20, 20, .8), rgba(0, 0, 0, .8));
}
/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 150ms infinite linear;
  -moz-animation: spinner 150ms infinite linear;
  -ms-animation: spinner 150ms infinite linear;
  -o-animation: spinner 150ms infinite linear;
  animation: spinner 150ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
}
/* Animation */
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.cart_page_container {
  padding: 60px 0;
  background: #fff;
}
.empty_cart {
  font-size: 20px;
  color: #000;
  font-weight: 500;
  margin-top: 10px;
}
.empty_cart_btn a {
  display: inline-block;
  background: #095e8c;
  color: #fff;
  padding: 9px 22px;
  margin-top: 20px;
  border-radius: 30px;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.empty_cart_btn a:hover {
  background: #2294d2;
  color: #fff;
}
.cartheading {
  background: #ddd;
  padding: 10px 0;
  font-size: 13px;
  font-weight: 500;
  display: none;
}
.prd_name {
  font-size: 14px;
  line-height: 20px;
}
.prd_name strong {
  font-size: 15px;
  font-weight: 500;
}
.prd_img img {
  padding: 10px;
  padding: 5px;
  background: #fff;
}
.prdrow {
  border-bottom: 1px solid #ddd;
  padding: 10px;
  background: #f9f9f9;
}
.cart_details .input-group {
  max-width: 125px;
}
.cart_details .input-group span {
  margin-right: 0;
}
.cart_details .form-control {
  border-radius: 0px;
  box-shadow: none;
  height: 30px;
  border: 1px solid #ddd;
  background: #fff;
  text-align: center;
  margin-left: 1px;
  border-top: 1px solid #ddd !important;
  border-bottom: 1px solid #ddd !important;
  text-align: center;
  padding: 0;
  margin: 0 6px 0 0px !important;
  font-size: 12px;
}
.cart_details .btn-number {
  border: 1px solid #ddd !important;
  width: 30px;
  height: 30px;
  border-radius: 50% !important;
  font-size: 18px;
  background: #fff !important;
  border-radius: 0px;
  color: #333 !important;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.cart_details .btn {
  padding: 0;
}
.cart_details .input-group {
  margin-top: 10px;
}
.cart_total {
  background: #f9f9f9;
}
.cart_total .headings {
  background: #f9f9f9;
  color: #222;
  font-size: 16px;
  min-height: 40px;
  padding: 13px 10px 2px;
  text-align: center;
  font-weight: 500;
}
.cart_total .subtotal {
  border-bottom: 1px solid #ddd;
  color: #333;
  font-size: 14px;
  padding: 12px 10px;
  font-weight: 500;
}
.cart_total .subtotal .pull-right {
  color: #333;
  font-size: 15px;
  font-weight: 500;
}
.cart_total .subtotal .pull-right i {
  font-size: 18px;
}
.cart_proceed .btn-default {
  background: #333;
  border-radius: 0px;
  color: #fff;
  border: none;
  text-transform: uppercase;
  padding: 16px 10px 14px;
  transition: all 0.5s ease 0s;
}
.cart_proceed {
  /*margin-top: 30px;*/
}
.cart_total .subtotal .pull-right {
  color: #333;
  font-size: 15px;
  font-weight: 500;
  float: right;
}
.pull-right {
  float: right;
}
.common_btn {
  display: inline-block;
  background: #2294d2;
  color: #fff;
  padding: 13px 22px;
  margin-top: 20px;
  border-radius: 30px;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.common_btn:hover {
  background: #095e8c;
  color: #fff;
}
.cart_proceed_inner {
  background: #f9f9f9;
  padding: 20px;
  border: 1px solid #ddd;
}
.alltotal {
  color: #095e8c;
  font-size: 20px;
  padding: 12px 10px;
  font-weight: 500;
}
.checkoutcard {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #095E8C;
}
.checkoutcard_inactive {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #eee;
  background-clip: border-box;
  border: 1px solid #ddd;
}
.card-header {
  background: #095E8C;
  border-radius: 0 !important;
  color: #fff;
  font-size: 14px;
  padding: 15px 20px;
}
.checkoutcard_inactive_card_header {
  background: #fff;
  border-radius: 0 !important;
  color: #302f2f;
  font-size: 14px;
  padding: 15px 20px;
}
.checkout_container {
  padding: 20px 0 60px 0;
}
#checkout .badge.bg-secondary {
  padding: 6px 9px 5px 8px;
  background-color: #ddd !important;
  font-weight: normal;
  color: #302f2f;
  margin-right: 7px;
}
.chk_profile_txt {
  padding: 2px 30px 0;
  font-size: 13px;
}
.active_checkoutcard {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #ddd;
}
.active_card_header {
  background: #fff;
  border-radius: 0 !important;
  color: #302f2f;
  font-size: 14px;
  padding: 15px 20px;
}
.cancel_btn {
  display: inline-block;
  background: #000;
  color: #fff !important;
  font-weight: 500;
  margin-top: 30px;
  font-size: 15px;
  padding: 8px 20px;
  border: none;
  margin-left: 15px;
  border-radius: 30px;
}
.add_address_heading {
  text-transform: capitalize;
  font-size: 20px;
  margin-bottom: 15px;
  margin-top: 0px;
}
.add_address_btn {
  width: 100%;
  background: #fff;
  border: 1px solid #ddd;
  text-align: left;
  padding: 10px 30px;
  color: #2874f0;
  margin-top: 15px;
}
.address_checkout_main_div {
  text-align: left;
  color: #302f2f;
  font-size: 13px;
}
.name_address {
  font-weight: 500;
  margin-bottom: 5px;
}
.optbtn {
  font-size: 11px;
  color: #878787;
  vertical-align: middle;
  padding: 4px 7px;
  border-radius: 2px;
  background-color: #f0f0f0;
  font-weight: 500;
  margin-right: 15px;
  width: 77px;
  text-align: center;
  margin-bottom: 7px;
}
.select_address_btn {
  display: inline-block;
  background: #2874f0;
  color: #fff !important;
  font-weight: 500;
  margin-top: 15px;
  font-size: 15px;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
}
.chk_address_edit {
  color: #302f2f;
  float: right;
  border: 1px solid #302f2f;
  padding: 5px 10px;
}
.add_address_btn {
  width: 100%;
  background: #fff;
  border: 1px solid #ddd;
  text-align: left;
  padding: 10px 30px;
  color: #2874f0;
  margin-top: 15px;
}
.address_form_box {
  border: 1px solid #ddd !important;
  padding: 20px;
  margin-left: 0px;
  margin-top: 10px;
}
.address_main_div {
  width: 100%;
  background: #fff;
  border: 1px solid #ddd;
  text-align: left;
  padding: 30px;
  color: #302f2f;
  margin-top: 15px;
}
.name_address {
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 14px;
}
.address_div {
  font-size: 14px;
}
.optbtn {
  font-size: 11px;
  color: #878787;
  vertical-align: middle;
  padding: 4px 7px;
  border-radius: 2px;
  background-color: #f0f0f0;
  font-weight: 500;
  margin-right: 15px;
  width: 77px;
  text-align: center;
  margin-bottom: 7px;
}
.address_del_btn {
  padding: 1px 5px;
  color: #fff;
  font-size: 14px;
  background: red;
  margin-left: 5px;
}
.address_del_btn:hover {
  color: #fff !important;
}
.address_edit_btn {
  padding: 1px 5px;
  color: #fff;
  font-size: 14px;
  background: #000;
  margin-left: 5px;
}
.address_edit_btn:hover {
  color: #fff !important;
}
.list_qty_box {
  display: inline-block;
  max-width: 55px;
  font-size: 12px;
  padding: 6px 0 6px 8px;
  border: none !important;
  vertical-align: top;
}
.home_product_stock {
  font-size: 11px;
  font-weight: 600;
  color: #68b709;
  text-align: center;
  margin-top: 3px;
}
.alert {
  position: fixed;
  top: -20px;
  left: 0;
  border: 1px solid rgba(3, 100, 18, 0.1);
  border-radius: 0;
  padding: 15px;
  color: #4b5e30;
  box-shadow: 0 5px 10px -5px rgba(3, 100, 18, 0.5);
  transition: all 0.2s ease-in-out;
  display: none;
  width: 100%;
  z-index: 9999;
  background: #b6d984;
  text-align: center;
  font-size: 14px;
}
.visible {
  display: block;
  transform: translateY(1.25rem);
}
.accordion-button {
  background: #d8d7d7 !important;
  color: #000 !important;
  margin-bottom: 2px;
}
.accordion-button:not(.collapsed) {
  background: #095e8c !important;
  color: #fff !important;
}
.accordion-button:focus {
  outline: none !important;
  box-shadow: none !important;
}
.inner_text {
  color: #302f2f;
  line-height: 22px;
  font-size: 14px;
}
.tnner_txt_heading {
  font-size: 20px;
  color: #095e8c;
  padding-bottom: 0;
  margin-bottom: 5px;
  margin-top: 25px;
  font-weight: 500;
}
.d-inline-flex span {
  font-size: 30px;
  color: #ffc107;
}
.review_form_rating {
  margin-top: 20px;
  color: #666;
}
.product_details_rating .d-inline-flex span {
  font-size: 20px;
  color: #ffc107;
}
.home_product_block_rating .d-inline-flex span {
  font-size: 20px;
  color: #ffc107;
}
.inner_product_list_box {
  border: 1px solid #2294d2;
  position: relative;
  padding: 15px;
  margin-top: 20px;
  margin-left: 0px;
}
.inner_product_list_box .home_product_stock {
  text-align: left;
}
.inner_product_list_box .inner_product_block_name {
  color: #666;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 7px;
  margin-top: 0;
}
.inner_product_list_box .home_product_block_price {
  font-size: 15px;
}
.inner_product_list_box .home_product_block_rating {
  margin-top: 0;
}
.inner_product_list_box .inner_product_block_btn1 {
  background: url("../images/view_details_icon.png") #2294d2 no-repeat center left 10px;
  background-size: auto;
  background-size: 15px;
  display: inline-block;
  color: #fff !important;
  padding: 5px 10px 5px 30px;
  margin-left: 10px;
  vertical-align: top;
  font-size: 14px;
  border-radius: 4px;
}
.inner_product_list_box .list_qty_box {
  display: inline-block;
  max-width: 55px;
  font-size: 12px;
  padding: 5px 0 6px 8px;
  vertical-align: top;
  border: 1px solid #ddd !important;
  margin-left: 10px;
}
.list_btn_div {
  text-align: right;
}
.listviewwish {
  position: static;
  vertical-align: top;
}
.list_right_btn_div {
  vertical-align: top;
  display: inline-block;
}
.thankyou_page_subheading {
  color: #666;
  margin: 20px 0 0;
}
.thankyou_page_subheading span {
  color: #ff8204;
}
.orclass {
  margin-top: 20px;
  text-align: center;
  border-bottom: 1px solid #ccc;
}
.orclass span {
  display: block;
  background: #fff;
  width: 30px;
  margin: 0 auto -10px;
}
.search_rslt_header {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  height: 300px;
  overflow: auto;
  padding: 20px;
}
.search_rslt_header img {
  border: 1px solid #ccc;
  padding: 5px;
}
.hd_serch_prd_name {
  color: #666;
  font-size: 14px;
}
.footer_fixed_buttons {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 999;
}
.footer_btn1 {
	width: 50%;
	float: left;
	background: #000;
	font-size: 15px;
	color: #fff !important;
	padding: 10px 0;
}
.footer_btn2 {
	width: 50%;
	float: left;
	background: #095e8c;
	font-size: 15px;
	color: #fff !important;
	padding: 10px 0;
}
.cart_instock {
  display: block;
  text-align: center;
  max-width: 120px;
  margin-top: 4px;
}
.ngx-pagination {
	padding: 0;
}
.profile_page_container {
	background: #f2f4f6;
	padding-bottom: 60px;
	padding-top: 30px;
  }
  .profile_left_box{
	border: 1px solid #ddd;
	background: #fff;
	padding: 25px 20px;
  }
  .profile_left_menu ul {
	padding: 0;
	margin: 30px 0 0;
  }
  .profile_left_menu ul li {
	display: flex;
	align-items: center;
	margin-top: 5px;
	list-style: none;
	color: #302f2f;
	font-size: 15px;
  }
  .profile_left_menu ul li a {
	color: #302f2f;
  }
  .profile_left_menu ul li img {
	width: 45px;
	height: 45px;
	/* background: #eaedff; */
	border-radius: 50%;
	margin-right: 10px;
  }
  .profile_left_menu ul li:nth-child(2) img {
	/* background: #fff2d8; */
  }
  .profile_left_menu ul li:nth-child(3) img {
	/* background: #d3ffdf; */
  }
  .logout_btn {
	display: inline-block;
  }
  .logout_btn {
	display: inline-block;
	background: #000;
	color: #fff !important;
	font-weight: 500;
	margin-top: 30px;
	font-size: 15px;
	padding: 8px 20px;
	border: none;
	border-radius: 5px;
  }
  .logout_btn:hover {
	background: #2294d2;
	color: #fff !important;
  }
  .reg_btn {
	display: inline-block;
	background: #095e8c;
	color: #fff !important;
	font-weight: 500;
	margin-top: 30px;
	font-size: 15px;
	padding: 8px 20px;
	border: none;
	border-radius: 30px;
  }
  .reg_btn:hover {
	background: #2294d2;
	color: #fff !important;
  }
  .profile_left_box_heading {
	text-transform: capitalize;
	font-size: 20px;
	margin-bottom: 3px;
	margin-top: 20px;
  }
  .profile_left_box_subheading {
    color: #2294d2;
  }
  .profile_user_img {
	background: #fff;
	width: 130px !important;
	height: 130px !important;
	object-fit: cover;
	border: 6px solid #fff;
	border-radius: 50%;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
	position: relative;
	z-index: 99;
	margin: 0 auto;
	display: block;
  }
  .profile_user_name {
	color: #1f1f1f;
	font-size: 25px;
  }
  .profile_heading_image
  {
	position: relative;
  }
  .profile-header-logo {
	text-align: center;
  }
  .profile-header-logo img{
	width: 180px;
  }
  .inner_banner.profile_heading_image{
	background: #fff;
	padding: 15px 0;
	border-bottom: 1px solid #cacaca;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 999;
  }
  .edit_img {
	border: 1px solid #cac7c7;
	padding: 10px;
    width: 125px;
  }
  .profe_left{
	border: 1px solid #ddd;
	background: #fff;
	padding: 25px 20px;
  }
  /* .profile_heading_image::before {
	background: #001938;
	width: 100%;
	height: 65px;
	clip-path: polygon(0 0, 50% 100%, 100% 0);
	position: absolute;
	bottom: -65px;
	left: 0;
	content: "";
  } */
  .profile_right_box {
	background: #fff;
	border: 1px solid #ddd;
	padding: 20px 30px;
  }
  .profile_heading {
	font-size: 18px;
	padding-bottom: 10px;
  }

  #ordertable th {
    font-size: 13px;
    font-weight: 500;
    background: #ddd !important;
  }
  .cat_box {
    border: 1px solid #ddd;
    margin-bottom: 20px;
    text-align: center;
    padding: 25px 0;
    border-radius: 5px;
  }
  .cat_name {
    padding-top: 15px;
    font-size: 16px;
    color: #2294d2;
  }
  .add_member {
    background: #000;
    color: #fff;
    padding: 8px 0;
    font-size: 13px;
    border-radius: 5px;
    width: 150px;
    display: inline-block;
  }
  .add_member:hover {
    color: #fff;
  }
  .profile_table {
    font-size: 14px;
  }

  .form-group {
	position: relative;
	min-height: 1px;
	float: left;
	width: 100%;
  }
  .has-feedback-left {
	padding-left: 45px !important;
	-webkit-appearance: none;
	position: relative;
  }
  .has-feedback{
	position: relative;
  }
   select.has-feedback-left{
	background: url(../images/dropdown.png) no-repeat center right 10px;
	padding-right: 30px;
  }
  .form-control-feedback.left {
	border-right: 1px solid #ccc;
	left: 5px;
  }
  .left {
	float: left;
  }
  .form-control-feedback {
	position: absolute;
	margin-top: 6px;
	height: 23px;
	color: #bbb;
	line-height: 24px !important;
	font-size: 15px;
	top: 0px;
	width: 34px;
	text-align: center;
  }
  .redtxt {
	border: 1px solid #ffb9b9;
	color: #ff3939;
	font-size: 13px;
	padding: 8px 0 8px 17px;
	margin-bottom: 15px;
	background: #ffdada;
  }
  .greentxt {
	background: url(../images/tick.png) #e2f7e4 no-repeat center left 10px;
	border: 1px solid #3bb54a;
	color: #3BB54A;
	font-weight: 500;
	font-size: 13px;
	padding: 8px 0 8px 41px;
	margin-bottom: 15px;
  }
  input:focus, textarea:focus, select:focus,.forminput:focus{
	outline: none !important;
	text-decoration: none !important;
    box-shadow: none !important;
}
  input:focusr , textarea:focusr , select:focusr ,.forminput:focusr {
	outline: none !important;
	text-decoration: none !important;
    outline: none !important;
    box-shadow: none !important;
}
.alert-danger {
	font-size: 12px;
	padding: 5px 10px;
  }
  .form-group {
    margin-bottom: 10px;
  }
  .forminput {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
      padding-left: 0.75rem;
    padding-left: 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  }
.thankyou_container {
	padding: 50px 0;
}

.donate-now {
  list-style-type: none;
  margin: 25px 0 0 0;
  padding: 0;
}

.donate-now li
{
  float: left;
  margin: 0 5px 0 0;
  min-height: 70px;
  position: relative;
  text-align: center;
  font-size: 14px;
}

.donate-now label,
.donate-now input {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.donate-now input[type="radio"] {
  opacity: 0.01;
  z-index: 100;
}

.donate-now input[type="radio"]:checked+label,
.Checked+label {
  background: #2099d6;
  color: #fff;
}

.donate-now label {
  padding: 5px;
  border: 1px solid #CCC;
  cursor: pointer;
  z-index: 90;
}

.donate-now label:hover {
  background: #DDD;
}


/*============ Responsive ===========*/

@media only screen and (min-width : 300px) and (max-width : 1023px) {
.header_top, .header_bottom_right, .home_speaker_box::before, .prd_dtls_cat {
  display: none;
}
.header {
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
}
.header_search_main {
  display: none;
}
.search_btn {
	border-radius: 0 5px 5px 0;
	background-position: center;
	padding: 0 22px;
	background-color: #2294d2;
}
.header_mid {
  padding: 5px 0 3px;
}
.logo img {
  width: 110px;
}
.header_cart {
  width: 45px;
  height: 45px;
  padding: 9px 13px 0;
  margin-bottom: 5px;
}
.header_menu_desktop {
	display: none;
}
.stellarnav li {
  margin: 0 !important;
}
.stellarnav.mobile > ul > li > a {
  padding: 13px !important;
  font-size: 15px !important;
}
.header_cart_main {
  padding-right: 55px;
}
.header_search_mobile {
  margin-top: 70px;
  position: relative;
  z-index: 9;
}
.header_search_input {
  min-height: 46px;
  font-size: 14px;
  border-radius: 4px;
}
.search_rslt_header {
  border-radius: 4px;
  height: 200px;
  padding: 15px;
}
.header_bottom_section {
  background: none;
  margin-top: 10px;
}
.home_top_section_left {
  padding-left: 12px;
}
.category_btn {
  padding: 12px 15px 13px;
}
.category_menu_bottom {
  padding-left: 0;
  margin-top: 0;
}
.owl-theme .owl-dots .owl-dot span {
  width: 12px !important;
  height: 12px !important;
  margin: 0px 4px !important;
}
.banner_spec_block {
  border-right: none;
  margin-top: 25px;
}
.banner_bottom_spec {
  padding: 10px 0 0;
}
.home_top_section {
  padding: 25px 0 30px;
}
.home_brand_section {
  display: block;
  text-align: center;
  margin-bottom: 40px;
}
.home_brand_section img {
  max-height: 28px;
  margin: 6px;
}
.featured_product_heading, .home_ad_box_heading, .home_speaker_box_heading, .inner_page_banner_heading {
  font-size: 24px;
  line-height: 32px;
}
.inner_product_block {
  margin-top: 25px;
}
.inner_product_block_img img {
  width: 50%;
}
.home_ad_box {
  padding: 30px 20px 80px;
}
.home_ad_box_main .home_ad_box img {
  width: 120px;
}
.home_ad_box::before {
  width: 220px;
  height: 220px;
}
.home_ad_box_main {
  margin-bottom: 25px;
}
.home_mid_section {
  padding: 0 0 30px;
}
.home_topsell_section, .cart_page_container, .inner_page_container {
  padding: 30px 0;
}
.home_speaker_box {
  padding: 30px;
}
.home_speaker_box_subheading {
  margin-top: 25px;
}
.footer_top_block {
  border-left: none;
  padding-left: 12px;
  margin-top: 35px;
}
.footer_mid_block {
  padding-right: 12px;
  text-align: left;
  margin-top: 35px;
}
.footer_bottom {
  padding: 15px 0 60px;
  font-size: 14px;
}
.footer_top {
  padding: 5px 0 35px;
}
.inner_page_banner {
  padding: 45px 15px;
  margin-top: 15px;
}
.breadcrumb-item {
  font-size: 14px;
}
.listing_filter_heading {
  font-size: 16px;
  margin-top: 15px;
}
.product_details_name {
  font-size: 20px;
  line-height: 26px;
  margin-top: 25px;
}
.product_details_price {
  font-size: 23px;
}
.product_details_share a {
  margin: 10px 5px 0 0;
  width: 30px;
  display: inline-block;
}
.product_details_tab {
  margin: 30px 0 0;
}
.common_btn {
  padding: 11px 20px;
}
.cart_proceed_inner {
  padding: 15px;
  margin-top: 20px;
}
.checkout_container {
  padding: 20px 0;
}
.profile_page_container {
  padding: 30px 0 !important;
  margin-top: 20px;
}
.profile_user_img {
  width: 100px !important;
  height: 100px !important;
  margin: 0;
}
.profile_left_box_heading {
  font-size: 18px;
  text-align: left;
}
.profile_left_box_subheading {
  text-align: left;
}
.profile_right {
  margin-top: 20px;
}
.profile_table tr td {
	display: block;
}
.profile_table tr td:last-child {
	color: #666;
}
.login_box {
	padding: 30px 20px !important;
}
.profile-img-card {
  width: 60px !important;
  height: 60px !important;
  margin: 0 auto !important;
}
.list_view_img img {
	width: 100%;
}
.inner_product_list_box .col-lg-2 {
	margin-bottom: 15px;
}
}

@media only screen and (max-width : 320px) {

}

@media only screen and (min-width : 321px) and (max-width : 480px) {

}

@media only screen and (min-width : 481px) and (max-width : 767px) {

}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) {
.header_bottom_section {
  background: #2294d2;
}
.header_bottom_right {
	display: block;
}
.header_phone {
  padding: 11px 14px;
}
.category_menu ul li a img {
  width: 20px;
  margin-right: 5px;
}
.category_menu ul li a {
  font-size: 14px;
  padding: 6px 25px 6px 10px;
}
.inner_product_block_img img {
    width: 70%;
}
.footer_top_block {
	border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.footer_mid_block {
    text-align: center;
}
.footer_top_heading {
  font-size: 20px;
}
.inner_page_banner {
    margin-top: 0;
}
.prd_dtls_cat {
    display: block;
}
.product_details_name {
	margin-top: 0;
}
.home_sale_box {
  padding: 30px 15px;
}
.profile_right {
  margin-top: 0;
}
.home_sale_box_heading {
  font-size: 18px;
}
}

@media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : landscape) {
.stellarnav > ul > li > a {
  font-size: 15px !important;
}
.home_brand_section img {
  max-height: 25px;
}
.home_fp {
  min-width: 50%;
}
.home_ad_box {
  padding: 30px 20px 80px;
}
.home_ad_box_main .home_ad_box img {
  width: 120px;
}
.home_ad_box::before {
  width: 220px;
  height: 220px;
}
.footer_top_block {
  padding-left: 20px;
}
.footer_mid_block {
  padding-right: 20px;
}
.inner_product_block {
  min-width: 33.3%;
}
}

/* iPhone X/XS */
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
.header_bottom_section {
  background: #2294d2;
}
.header_bottom_right {
	display: block;
}
.header_phone {
  padding: 11px 14px;
}
.category_menu ul li a img {
  width: 20px;
  margin-right: 5px;
}
.category_menu ul li a {
  font-size: 14px;
  padding: 6px 25px 6px 10px;
}
.inner_product_block_img img {
    width: 70%;
}
.footer_top_block {
	border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.footer_mid_block {
    text-align: center;
}
.footer_top_heading {
  font-size: 20px;
}
.inner_page_banner {
    margin-top: 0;
}
.prd_dtls_cat {
    display: block;
}
.product_details_name {
	margin-top: 0;
}
.home_sale_box {
  padding: 30px 15px;
}
.profile_right {
  margin-top: 0;
}
.home_sale_box_heading {
  font-size: 18px;
}
}

/* iPhone XR */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
.header_bottom_section {
  background: #2294d2;
}
.header_bottom_right {
	display: block;
}
.header_phone {
  padding: 11px 14px;
}
.category_menu ul li a img {
  width: 20px;
  margin-right: 5px;
}
.category_menu ul li a {
  font-size: 14px;
  padding: 6px 25px 6px 10px;
}
.inner_product_block_img img {
    width: 70%;
}
.footer_top_block {
	border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.footer_mid_block {
    text-align: center;
}
.footer_top_heading {
  font-size: 20px;
}
.inner_page_banner {
    margin-top: 0;
}
.prd_dtls_cat {
    display: block;
}
.product_details_name {
	margin-top: 0;
}
.home_sale_box {
  padding: 30px 15px;
}
.profile_right {
  margin-top: 0;
}
.home_sale_box_heading {
  font-size: 18px;
}
}

/* iPhone XS Max */
@media only screen and (min-device-width: 414px) and (max-device-width: 896px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
.header_bottom_section {
  background: #2294d2;
}
.header_bottom_right {
	display: block;
}
.header_phone {
  padding: 11px 14px;
}
.category_menu ul li a img {
  width: 20px;
  margin-right: 5px;
}
.category_menu ul li a {
  font-size: 14px;
  padding: 6px 25px 6px 10px;
}
.inner_product_block_img img {
    width: 70%;
}
.footer_top_block {
	border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.footer_mid_block {
    text-align: center;
}
.footer_top_heading {
  font-size: 20px;
}
.inner_page_banner {
    margin-top: 0;
}
.prd_dtls_cat {
    display: block;
}
.product_details_name {
	margin-top: 0;
}
.home_sale_box {
  padding: 30px 15px;
}
.profile_right {
  margin-top: 0;
}
.home_sale_box_heading {
  font-size: 18px;
}
}

/* iPad Pro 10.5 inch */
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {

}

/* iPad Pro 12.9 inch */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {

}

@media screen and (min-width: 1424px) {

}

@media screen and (min-width: 1624px) {

}

@media screen and (min-width: 1920px) {

}

@media screen and (min-width: 2048px) {

}

@media screen and (min-width: 2550px) {

}

