
/*=============================btn===================================*/
.btn-warning {
  color: #fff;
  background-color: #fbb800;
  border-color: #e2a500; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #c89300;
    border-color: #624800; }
  .btn-warning:hover {
    color: #fff;
    background-color: #c89300;
    border-color: #a47800; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #c89300;
    border-color: #a47800; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #a47800;
      border-color: #624800; }
  .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
    background-color: #fbb800;
    border-color: #e2a500; }
  .btn-warning .badge {
    color: #fbb800;
    background-color: #fff; }


/*=============================HR===================================*/
hr {
  margin-top: 21px;
  margin-bottom: 21px;
  border: 0;
  border-top: 1px solid white;
  opacity: inherit; }

.hr_light {
  border-bottom: 1px solid #eee;
  margin-top: inherit; }

.product-brand-box-hr {
  width: 30%;
  margin: 10px auto;
  border-bottom: 1.2px solid #606265; }

/*=============================Icon===================================*/
/* main heading icons */
.icon-class {
  font-size: 19px;
  color: #FF7500;
  background-color: white;
  padding: 0px 16px 5px 16px; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

/*=============================Popular Brands===================================*/
.product-brand-box {
  background: #FEFEFE;
/*   box-shadow: 0px 0px 3px rgba(172, 173, 174, 0.3);  */
  }

.product-brand-box-header {
  font-weight: bold !important;
  font-size: 24px;
  margin-top: 27px;
  text-transform: uppercase;
  text-align: center;
  color: #00205b;
  font-weight: bold; }

.product-brand-box-header-img {
  text-align: center;
  margin-bottom: -25px; }

/*=============================Old Theme Label===================================*/
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }
  .label:empty {
    display: none; }
  .btn .label {
    position: relative;
    top: -1px; }

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.label-default {
  background-color: #888888; }
  .label-default[href]:hover, .label-default[href]:focus {
    background-color: #6f6f6f; }

.label-primary {
  background-color: #00143a; }
  .label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #000207; }

.label-success {
  background-color: #48C061; }
  .label-success[href]:hover, .label-success[href]:focus {
    background-color: #379e4c; }

.label-info {
  background-color: #97999B; }
  .label-info[href]:hover, .label-info[href]:focus {
    background-color: #7d8082; }

.label-warning {
  background-color: #fbb800; }
  .label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #c89300; }

.label-danger {
  background-color: #ff6961; }
  .label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #ff392e; }

/*=============================Product Card===================================*/
.card {
  border: initial;
  border-radius: 0 !important;
  background-color: #FFFFFF;
  position: static;}

.card-title {
  font-family: "Century Gothic", "Lucida Grande", "Helvetica Neue", Open Sans, Helvetica, Arial, sans-serif !important;
  font-weight: 600 !important;
  font-size: 1em !important; }

.product_card {
  transition: transform .2s;
  /* Animation */
  margin: 10px;
  margin-bottom: 15px; }

.product_card_link {
  color: initial;
  text-decoration: none !important; }

.product_card_link:hover {
  color: initial !important;
  text-decoration: initial !important; }

.product_card:hover {
  box-shadow: 0px 0px 5px #b9b9b9;
  transform: scale(1); }

.product_card_img {
  max-height: 300px;
  /* Center Align Img */
  display: block;
  margin: auto; }

.product_card_block {
  background-color: #F4F7FF;
  text-align: left;
  padding: 1px 12px 1px 12px; }

.product_card_img_block {
  height: 200px;
  padding: 15px;
  position: relative;
  text-align: center;
  border: 0.6px solid #DADADA;
  display: flex;
  align-items: center;
  justify-content: center;
  position: static; }

.product_card_img_block img {
  max-height: 160px;
  width: auto; }

.gen_product_listing_title {
  line-height: 1.5em;
  height: 3em;
  overflow: hidden;
  font-size: 16px !important;
  color: #262626; }

.text-info {
  color: #565454 !important;
  font-size: 14px; }

a.text-info:hover, a.text-info:focus {
  color: #8a8c8f !important; }

.save-label {
  margin-right: 10px;
  font-size: 14px;
  color: #00205B; }

.product-code {
  color: #565454;
  font-weight: bold;
  font-size: 14px; }

.product-success-rating {
  font-weight: normal;
  background-color: #009A44;
  font-size: 11px;
  border-radius: 4px; }

.product-other-rating {
  background: #606265;
  font-weight: normal;
  font-size: 11px;
  border-radius: 4px; }

.product-save-price {
  backround-color: #FF6961;
  border-radius: 4px;
  font-size: 11px;
  font-weight: normal; }

/*=============================BREADCRUMBS===================================*/
.breadcrumb {
  margin-bottom: 20px !important;
  margin-top: 20px !important;
  padding: 0 !important;
  list-style: none;
  font-size: 12px;
  background-color: transparent !important;
  border-radius: 0px; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: "/ ";
      padding: 0 5px;
      color: #ccc; }
  .breadcrumb > .active {
    color: #888888; }

.breadcrumb li a {
  background-color: transparent !important;
  text-decoration: none;
  margin: 30px 0px 0px 0px;
  padding: 0 !important;
  font-size: 14px;
  color: #009ACE;
  font-weight: bold; }

.breadcrumb li.active_cat_menu {
  font-size: 14px;
  font-weight: bold; }

/*=============================Product Listing===================================*/
.latest-review-box {
  margin: 36px auto; }


.product-cat-img {
  width: 140px;
  float: left; }

.xt-product-img-box {
  display: flex;
  align-items: center; }


.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.xt-cat-description {
  margin-top: 20px;
  font-size: 14px; }

.xt-cat-header {
  font-size: 26px;
  color: #00205B;
  margin-left: 20px;
  font-weight: bold !important;
  margin-top: 0; }

.cat-icon-class {
  font-size: 18px;
  padding-right: 6px;
  color: #FF7500 !important; }

.cat-sort-by {
  vertical-align: middle;
  font-weight: bold;
  font-size: 16px;
  color: #00205B; }

.xt-page-info {
  position: relative; }

.xt-page-info-span {
  position: absolute;
  left: 15px;
  top: 20px;
  text-align: center; }

.pagination li.active a {
  background: #399ace;
  border-radius: 50%;
  padding: 5px 10px;
  font-size: 14px; }

.xt-pagination-a {
  color: #009ACE !important;
  font-size: 14px;
  font-weight: 700; }

/*=============================Search Filter===================================*/
.search-filter hr {
  margin: 10px 0px;
  border-bottom: 0.4px solid #B6B7B9;
  padding: 0; }

.cat-search-filter {
  padding-top: 20px;
  padding-bottom: 30px;
  /*padding-left: 12px;
  padding-right: 12px;*/
/*   box-shadow: 0px 0px 3px rgba(172, 173, 174, 0.3);  */
  }

.cat-search-filter .align-filter-content {
  padding-left: 22px;
  padding-right: 22px;
  padding-bottom: 8px;
  padding-top: 8px;}

.cat-search-filter1 {
  padding-top: 25px;
  box-shadow: 0px 8px 24px rgba(172, 173, 174, 0.3); }

.xt-search-filter-header {
  font-weight: bold !important;
  font-size: 18px;
  color: #00205B; }

.xt-btn-filter {
  background: #00205B;
  border: 1px solid #00205B;
  width: 177px;
  height: 34px;
  border-radius: 6px;
  font-weight: bold;
  line-height: 1.32; }

.xt-btn-filter:hover {
  background: #009a44;
  border: 1px solid #009a44; }

.xt_filter_brand_text, .xt_filter_categories_text {
  color: #00205B;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;}

.xt_filter_brand_box, .xt_filter_categories_box {
  padding: 6px 0px 0px 0px;
  cursor: pointer; }

.togle-icon i {
  float: right;
  margin-top: 5px; }

.search_input_num {
  width: inherit;
  padding-left: 5px;
  border: 1px solid #ddd; }

.xt-padding-0 {
  padding: 0px; }

.xt-padding-0 .search_input_num {
  border: 0.8px solid #606265;
  box-sizing: border-box;
  border-radius: 8px;
  text-align: right;
  padding: 0;
  font-size: 18px;
  width: 100%; }

.row_minmax {
	margin-left: initial;
}

.row_label_minmax {
	margin-left: initial;
	margin-right: initial;
}

/*=============================Slick Changes===================================*/
.slick-slide {
	height: initial; }

.slick-section-product .slick-dots {
    width: 80%;
    left: 10%; }

.slick-section-product .slick-prev {
  z-index: 100;
  left: 10px;
  top: 465px; }

.slick-section-product .slick-next {
  z-index: 100;
  right: 10px;
  top: 465px; }

.slick-section-product {
  padding: 33px 50px 32px 50px; }

.slick-section-brand .img_feature_brand_div {
  display: none !important; }

.slick-section-brand.slick-initialized .img_feature_brand_div {
  display: block !important; }

.slick-section-product .product_card_link {
  display: none !important; }

.slick-section-product.slick-initialized .product_card_link {
  display: block !important; }

.slick-section-product-deal .product_card_link {
  display: none !important; }

.slick-section-product-deal.slick-initialized .product_card_link {
  display: block !important; }

.slick-section-events .event-box-col-12 {
  display: none !important; }

.slick-section-events.slick-initialized .event-box-col-12 {
  display: block !important; }

.slick-section-review .review_box_video_div {
  display: none !important; }

.slick-section-review.slick-initialized .review_box_video_div {
  display: block !important; }

.slick-section-video .review_box_video_div {
  display: none !important; }

.slick-section-video.slick-initialized .review_box_video_div {
  display: block !important; }

.slick-slide a:focus {
  outline: none !important; }
.slick-slide .img {
  outline: none !important; }

.slick-dots li button:before {
  font-size: 15px; }

.home-slider .slick-dots {
  bottom: 34px; }

.home-slider-box {
  margin-top: 10px; }

.slick-dots li.slick-active button:before {
  font-size: 15px !important;
  color: #FF7500  !important; }

.slick-dots {
  position: relative;
  bottom: -11px; }

.slick-section-product-deal .slick-prev {
  top: 48%;
  left: -10px !important; }

.slick-section-product-deal .slick-next {
  top: 48%;
  right: 5px !important; }

.slick-section-events .slick-prev {
  top: 51%;
  left: -20px !important; }

.slick-section-events .slick-next {
  top: 51%;
  right: -5px !important; }

.slick-section-video .slick-prev, .slick-section-video .slick-next, .slick-section-review .slick-prev, .slick-section-review .slick-next {
  top: 45%; }

.slick-review-subproducts .slick-prev, .slick-review-subproducts .slick-next {
  top: 50%; }

.slick-review-subproducts .slick-prev:before, .slick-review-subproducts .slick-next:before {
  font-size: 25px !important; }

.slick-review-subproducts .slick-prev {
  left: -15px !important; }

.slick-review-subproducts .slick-next {
  right: -10px !important; }

.home-slider .slick-prev, .home-slider .slick-next {
  top: 42%; }

.home-slider .slick-prev {
  left: 23px !important; }

.home-slider .slick-next {
  right: 36px !important; }

.home-slider .slick-prev:before, .home-slider .slick-next:before {
  color: #fff !important; }

.slick-section-product .slick-prev, .slick-section-product .slick-next {
  top: 47%; }

.slick-section-brand .slick-prev, .slick-section-brand .slick-next {
  top: 38%; }

.slick-prev {
  left: 15px !important; }

.slick-next {
  right: 27px !important; }

.slick-dotted.slick-slider {
  margin-bottom: 0px; }

.slick-prev:before, .slick-next:before {
  font-family: "Glyphicons Halflings";
  color: #606265;
  font-size: 35px;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev:before {
  content: "\f104"; 
  font-family: 'Line Awesome Free';
  font-weight: 900;}

[dir="rtl"] .slick-prev:before {
  content: "\f104"; 
  font-family: 'Line Awesome Free';
  font-weight: 900; }

.slick-next:before {
  content: "\f105"; 
  font-family: 'Line Awesome Free';
  font-weight: 900; }

[dir="rtl"] .slick-next:before {
  content: "\f105"; 
  font-family: 'Line Awesome Free';
  font-weight: 900; }


/*=============================Pagination===================================*/
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 21px 0;
  border-radius: 0px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.32;
      text-decoration: none;
      color: #00143a;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 0px;
      border-top-left-radius: 0px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 0px;
      border-top-right-radius: 0px; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    z-index: 2;
    color: black;
    background-color: white;
    border-color: #ddd; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #00143a;
    border-color: #00143a;
    cursor: default; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #888888;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 20px;
  line-height: 1.3333333; }
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px; }
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 1.5; }
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px; }
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 0px;
  border-top-right-radius: 0px; }

.pagination, .card-text, .label {
  font-family: "Century Gothic", "Lucida Grande", "Helvetica Neue", Open Sans, Helvetica, Arial, sans-serif !important; }

.pagination > li > a, .pagination > li > span {
  border: 0 !important;
  background-color: transparent;
  margin-right: 2px; }

.pagination li.active a {
  background: #399ace;
  border-radius: 50%;
  padding: 5px 10px;
  font-size: 14px; }

/*=============================Nav===================================*/
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: white; }
    .nav > li.disabled > a {
      color: #888888; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #888888;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: white;
    border-color: #00143a; }
  .nav .nav-divider {
    height: 1px;
    margin: 9.5px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

/*=============================Product Page===================================*/
.product-details-img-card {
  display: flex;
  align-items: center;
  justify-content: center; }

.product_card_price_img_block {
  height: 100px; }

.product_card_price_img_middle {
  max-height: 100px;
  padding: 20px;
  /* Center Align Img */
  display: block;
  margin: auto;
  /* Vertical Align Img*/
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%); }

.headcol {
  border-top: none !important;
  width: 200px !important;
  background-color: transparent; }

@media screen and (max-width: 768px) {
  .product-details.headcol{
       width: 150px !important;
  }
}

.headcol_img {
  background-color: #fff;
  border: none;
  border-bottom: none;
  display: table-cell;
  width: 280px !important;
  border-top: none !important;
  padding: 15px 0 15px 0 !important;
  text-align: center; }

.retailer-web-link, .retailer-web-link:hover {
  width: 60%;
  color: #fff;
  background: #009ACE;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  padding: 6px;}

.xt-product-details-head {
  font-weight: bold !important;
  font-size: 20px;
  color: #00205B;
  margin-top: 10px;
  line-height: 1.25; }

.xt-product-page-bottom {
  margin: 20px 0px 20px 0px;
  padding: 40px;
  background-color: #fefefe; }

.xt-product-details-price a {
  text-decoration: none;
  font-weight: bold;
  font-size: 22px; }

.xt-product-details-price span {
  font-size: 14px;
  border-radius: 5px;
  padding: 5px 15px; }

.xt-product-details-price-p {
  padding: 10px 10px 0px 0px; 
  font-size: 32px; 
  color: #FF7500;}

.xt-product-details-price-saving {
  font-size: 20px; 
  font-weight: 100;
  color: #8A8A8A; }

.xt-product-details-price-img {
	width:auto;
	height:50px; }

.xt-product-details-price-btn-org {
	width:100%; 
	color: white;
	border-color: initial;
	background-color: #FF7500; }

.xt-product-details-price-btn-blue {
	width:100%; 
	color: white;
	border-color: initial;
	background-color: #00B2EF; }
	
.xt-product-details-price-warranty{
	font-size:12px; 
	font-weight:100;}

.xt-product-details-price-warranty ul{
	list-style: initial; 
	padding: revert;
	margin: 5px; }
	
.xt-product-details-price-compare{
	font-size:15px; 
	font-weight:100; 
	color: #FF7500; }

.xt-product-details-card {
  background: #FEFEFE;
  box-shadow: 0px 0px 3px rgba(172, 173, 174, 0.3);
  padding: 22px;
  margin-left: auto;
  height: 100%; }

.xt-product-details-card a {
  text-decoration: none;
  color: #00205B;
  font-size: 16px;
  line-height: 22px; }

.xt-product-details-card .xt-product-side-card {
  margin: 0px 6px 25px; }

.product-info-links {
  font-size: 12px;
  font-weight: 100;
  color: #00A2D9;}

.xt-product-tabs-card {
  background: #FEFEFE;
  box-shadow: 0px 0px 3px rgba(172, 173, 174, 0.3);
  padding: 0;
  margin-bottom: 30px; }

.xt-product-tabs-card .nav-pills > li {
  width: 200px;
  font-weight: bold;
  font-size: 16px;
  align-items: center;
  text-align: center;
  color: #161616;
  position: static;}

  @media screen and (max-width: 415px) {
  .xt-product-tabs-card .nav-pills > li {
    width: 100%; } }



.xt-product-tabs-card .nav-pills > li > a {
  background: #DADADA;
  border: 1px solid #FFFFFF;
  color: black;
  position: static;}

.xt-product-tabs-card .nav-pills > li > a.active {
  background-color: white;
  color: #161616;
  position: static;}

table.table, .o_editable table.table {
/*     table-layout: fixed; */
    width: max-content; }

.table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td {
  padding: 15px;
  line-height: 1.32;
  vertical-align: top;
  border-top: 1px solid #ddd; }

.specs_table {
	width: 100% !important;
	table-layout: fixed; }

.specs_attribute_header {
	padding-left: 10px !important;
  	background: #DADADA !important;
  	border: 0.5px solid #BFBFBF !important; }

span.pt_specs_group_header {
  font-weight: bold;
  font-size: 24px;
  color: #00205B; }

.friend-img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  box-shadow: 0px 6px 6px #00000029; }

.slick-section-friend .slick-prev, .slick-section-friend .slick-next {
  top: 37%; }

.ximple-sellers-box {
  border: 0.5px solid #000000;
  border-radius: 4px;
  background: #FAFCFF;
  padding: 30px 15px 20px 15px; }

.ximple-sellers-row {
  margin-top: 25px; }

.ximple-sellers-block {
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center; }

.ximple-sellers-block img {
  border-radius: 60px;
  max-height: 120px; }

.ximple-sellers-box-header {
  font-size: 17px;
  color: #000000;
  text-align: center;
  font-weight: bold;
  margin-top: 20px; }

.ximple-sellers-box-price {
  font-size: 23px;
  text-align: center;
  font-weight: bold;
  color: #009A44; }

.ximple-sellers-box-outline a {
  text-decoration: none; }

.ximple-sellers-box-outline {
  padding-bottom: 1px;
  margin: auto 14px; }

.prd_discussion_p {
  text-align: center;
  margin-bottom: 40px;
  margin-top: 35px; }

.prd_discussion_img {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 50px; }

.ximple-sellers-border {
  border: 1px solid #FF7500 !important; }

.other-sellers-border {
  border: 1px solid #BFBFBF !important; }

.buy-from-ximple-card {
  display: flex;
  justify-content: center;
  padding: 10px; }

/* Hide the images by default */
.xt-prd-main-thumbnail {
  display: none; }

.xt-prd-main-thumbnail img {
  max-height: 220px; }

.xt-prd-main-thumbnail img {
    width: 100%;
    transition: 0.5s all ease-in-out;
}

.xt-prd-main-thumbnail:hover img {
  transform: scale(2.0); 
  /* To bring top */
  position: relative;
  z-index: 9999;}
    
.xt-prd-main-container {
  height: 230px;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center; }

/* Next & previous buttons */
.prev-prd-img {
  cursor: pointer;
  position: relative;
  top: 45%;
  width: auto;
  color: black !important;
  font-size: 20px !important;
  border-radius: 0 3px 3px 0; }

.next-prd-img {
  cursor: pointer;
  position: relative;
  top: 45%;
  width: auto;
  color: black !important;
  font-size: 20px !important;
  border-radius: 0 3px 3px 0; 
  float: right; }

.column {
  float: left;
  width: 25%;
  padding: 3px;
  cursor: pointer; }

.xt-prd-dot-img {
  height: 80px;
  padding: 8px;
  border: 0.6px solid #DADADA;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px; }

.xt-prd-dot-img img {
  max-height: 70px; }

.xt-prd-sub-thumbnail {
  opacity: 0.6; }

.active, .xt-prd-sub-thumbnail:hover {
  opacity: 1; }

.xt-prd-single-img {
  max-height: 280px; }

.ximple-partners-box {
  border: 1px solid #CCCCCC;
  border-radius: 17px;
  padding: 30px; }

.xt-partners-border {
  margin-top: 15px; }

.xt_home_page_section1_head {
  margin: 40px 0px 20px 0px;
  color: #000; }

.xt_home_page_section1_border {
  border-bottom: 1px solid #707070;
  opacity: 0.33; }

.xt_home_page_section1_button {
  background: #FF7500;
  border-radius: 28px;
  color: #FFFFFF;
  font-size: 17px;
  border: none;
  padding: 10px 20px; }

a.xt_home_page_section1_button:hover {
  color: white;
  text-decoration: none; }

a.xt_home_page_section1_button:focus {
  color: white;
  text-decoration: none; }

@media screen and (min-width: 768px) {
  .ximple-partners-box {
    padding: 11px; } }
@media screen and (min-width: 769px) {
  .ximple-partners-box {
    padding: 30px; } }

.wish_list_span {
    border-color: #B0B0B0;
    cursor: pointer;
}

.wish_list_span.active {
  color: #FF0000;
  display: initial; }

.retailer-products-list-row {
  padding: 20px 30px; }

@media screen and (max-width: 1023px) {
  .retailer-products-list-row {
    padding: 0; } }
@media screen and (max-width: 767px) {
  .retailer-products-list-row {
    padding: 0; } }

.retailer-row-head {
  height: 45px;
  vertical-align: middle !important;
  font-size: 16px;
  font-weight: bold;
  background-color: #DADADA !important;
  padding: 10px;
  border-bottom: 0.5px solid #BFBFBF; }

.xt_retailer_price_card {
  border-right: 2px solid #DADADA; }

.retailer-data {
  vertical-align: middle !important;
  text-align: center;
  border-bottom: 0.5px solid #BFBFBF; }

.retailer-data p {
  margin: 0;
  font-size: 16px; }

.retailer-table-row-border {
  border-right: 0.5px solid #BFBFBF; }

.xt_Similar_Products_Price_card {
  margin: 0 15px; }

.xt_Similar_Products_Price_card_image {
  display: flex;
  align-items: center;
  height: 200px;
  justify-content: center;
  border: 1px solid #DADADA; }

.xt_Similar_Products_Price_card_image .card-img {
  max-height: 145px;
  width: auto; }

.xt_Similar_Products_Price_card .card-body {
  background-color: #F4F7FF;
  padding: 10px;
  text-align: initial; }

.xt_Similar_Products_Price_card .card-title {
  font-size: 14px !important;
  font-weight: normal !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  height: 55px;
  -webkit-box-orient: vertical; }

.xt_Similar_Products_Price_card .card-text {
  font-weight: bold;
  font-size: 14px;
  color: #565454; }

.xt_Similar_Products_Price_card .card-text2 {
  font-size: 14px;
  color: #262626; }

.similar-product-price {
  color: #009A44;
  font-weight: bold; }

@media screen and (max-width: 1025px) {
  .product-advertisement-col {
    display: none; }

  .product-info-col {
    flex: 0 0 100%;
    max-width: 100%; } }
@media screen and (max-width: 991px) {
  .product-advertisement-col {
    display: none; } }
@media screen and (max-width: 767px) {
  .product-advertisement-col {
    display: none; } }
@media screen and (max-width: 479px) {
  .product-advertisement-col {
    display: none; } }

.Lowest-products-list-head {
  font-weight: bold;
  font-size: 26px;
  color: #00205B; }

.Lowest-products-box-img {
  align-items: center;
  text-align: center; }

.Lowest-products-box-title {
  font-weight: bold;
  font-size: 16px;
  align-items: center;
  text-align: center;
  color: #404040;
  margin-top: 5px; }

.Lowest-products-box-price {
  font-size: 22px;
  align-items: center;
  text-align: center;
  color: #009A44;
  margin-top: 5px;
  margin-bottom: 2px; }

.Lowest-products-box {
  max-width: 200px;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 30px; }

.Lowest-products-box-price-tag {
  font-weight: bold;
  font-size: 16px;
  align-items: center;
  text-align: center;
  color: #565454;
  margin-top: 2px; }

.bundle_first_box {
  border-right: 1px solid #BFBFBF;
  height: 90%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center; }

.bundle_box {
  text-align: center;
  padding: 15px; }

.bundle_box_title {
  font-weight: bold;
  font-size: 16px;
  align-items: center;
  text-align: center;
  color: #262626;
  margin-top: 5px;
  margin-bottom: 2px; }

.bundle_box_price {
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  color: #009A44;
  margin-top: 5px; }

.bundle-web-link {
  color: #fff;
  background: #009ACE;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  padding: 6px 30px;
  filter: drop-shadow(0px 8px 16px rgba(0, 154, 206, 0.2)); }

.bundle-view-product {
  align-items: center;
  display: flex;
  justify-content: center; }

.bundle_box1_title {
  font-size: 16px;
  align-items: center;
  color: #262626;
  margin: 0; }

.bundle_box1_price {
  font-weight: bold;
  font-size: 16px;
  align-items: center;
  color: #009A44; }

.bundle_box1_img {
  width: 80px;
  text-align: center;
  margin: 0 auto;
  display: flex;
  justify-content: center; }

.bundle_box1_button {
  font-size: 16px;
  align-items: center;
  text-align: center;
  color: #009ACE;
  background: #fff;
  border: 1px solid #009ACE;
  border-radius: 10px;
  padding: 6px 12px;
  text-decoration: none !important; }

.bundle_box1_tag {
  margin-bottom: 20px; }

.Lowest-products-list-row {
  padding: 20px 22px; }

.bundle-product-img {
  max-height: 90px; }

.bundle-retailer-img {
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 100px; }

.bundle_top_box {
  display: inline-block;
  height: auto !important;}

.bundle_top_box1 {
  display: inline-block;
  max-width: 100%; }

@media screen and (max-width: 1023px) {
  .bundle_first_box {
    display: block !important;
    height: 100% !important;
    border-right: none !important; }

  .bundle_box1_title {
    margin-top: 15px; }

  .bundle_box1_title, .bundle_box1_price {
    text-align: center; }

  .Lowest-products-list-row {
    padding: 0px; } }
@media screen and (max-width: 767px) {
  .Lowest-products-box {
    margin: 0 auto;
    margin-top: 30px; }

  .Lowest-products-list-head {
    text-align: center; }

  .bundle_first_box {
    display: block !important;
    height: 100% !important;
    border-right: none !important; }

  .bundle_box1_title {
    margin-top: 15px; }

  .bundle_box1_title, .bundle_box1_price {
    text-align: center; }

  .Lowest-products-list-row {
    padding: 0px; } }

.modal-map-header {
  padding: 2px 16px;
  color: #009ACE; }

/* The Close Button */
.close {
  float: right;
  font-size: 24px;
  font-weight: bold;
/*   line-height: 2 !important; */
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-map {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 999;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */ }

/* Modal Content */
.modal-map-content {
  position: relative;
  background-color: #fefefe;
  margin: 5% auto;
  padding: 0;
  border: 1px solid #888;
  width: 80%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s; }

#map-view-div {
  padding: 0px 12px 12px 12px; }

/*=============================Latest Videos===================================*/
.latest-videos-box {
  margin: 0 0 36px 0; }

.review_box_img {
	height: 200px;
}

.review_box_video_div {
  text-align: center; }

.review_box_video_div:focus {
  outline: none !important; }

.review_box_video_div iframe {
  width: 100%;
  height: 200px; }

.review_box_video_div .container {
  background-color: #F4F7FF;
  text-align: left;
  padding: 5px 12px 10px 12px;
  margin-top: -5px; }

.review_box_video_div .container a {
  text-decoration: none; }

.review_box_video_div .container h4 {
  font-size: 16px;
  font-family: Open Sans;
  font-weight: bold;
  color: #00205B; }

.review_box_video_div .container p {
  color: #262626; }

.slick-section-video {
  padding: 33px 50px; }

/*=============================Product Discussion===================================*/
.question .question-name {
  font-size: 20px;
}

.country_flag {
  max-height: 16px;
  display: inline-block;
  margin-left: 2px;
}

.loading-img-block {
  display: none; }

/*=============================Latest Reviews===================================*/
.latest-review-box {
  margin: 36px auto; }

.slick-section-review-subproducts {
  background: white;
  margin: 10px;
  padding: 5px;
  border-radius: 10px;}

.review_box_title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #011f5b; }

.review_box_product_title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 12px !important;
  font-weight: bold;
  color: #262626; }

.review_box_product_title_2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 12px !important;
  font-weight: bold;
  color: #262626; }

.review-sub-product-box {
  display: flex;
  align-items: center; }

.review-friend-p {
  font-size: 16px !important;
  margin: 20px 0 10px 0; }

.slick-section-review-img {
  height: 80%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }

.slick-banner-img {
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat; }

.blog-slick-banner-img {
  height: 300px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.slick-section-product {
  padding: 33px 50px 32px 50px; }

.slick-service-center {
  padding: 25px 20px 25px 20px; }

.slick-service-center .slick-prev{
    left: -14px !important;
}
.slick-service-center .slick-next{
    right: 2px !important;
}

.slick-section-review {
  padding: 33px 50px 32px 50px; }

.xt_Service_Centres_box {
  border: 1px solid #DADADA;
  border-radius: 8px;
  padding: 15px; }

.xt_Service_Centres_image {
  width: 100%;
  height: auto; }

.xt_Service_Centres_head {
  font-family: Open Sans;
  font-weight: bold;
  font-size: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.xt_Service_Centres_box_inner {
  margin-bottom: 20px; }

.xt_Service_Centres_list {
  list-style: none; }

.xt_Service_Centres_list li {
  display: flex;
  margin-bottom: 10px; }

.xt_Service_Centres_list li i {
  color: #009ACE;
  width: 20px;
  margin-right: 20px;
  font-size: 20px;
  text-align: center; }

.xt_Service_Centres_button {
  font-size: 16px;
  text-align: center;
  color: #009ACE;
  border-radius: 10px;
  padding: 7px 10px;
  border: 1px solid #009ACE;
  background-color: white;
  outline: none; }

.xt_Service_Centres_button:focus {
  color: #009ACE;
  outline: none; }

.xt_Service_Centres_button:focus, .xt_Service_Centres_button.focus, .xt_Service_Centres_button:active:focus, .xt_Service_Centres_button:active.focus, .xt_Service_Centres_button.active:focus, .xt_Service_Centres_button.active.focus {
  color: #009ACE;
  outline: none; }


.slick-bundle-deals .slick-prev {
    left: -15px !important;
    top:43% !important;
}
.slick-bundle-deals .slick-next {
    right: 0px !important;
    top:43% !important;
}

.review-box-card-info{
    background-color: #F4F7FF;
    text-align: left;
    padding: 5px 12px 10px 12px;
    margin-top: -5px;
}

.text-secondary {
    color: #009a44!important;
}

.float-left {
    float: left!important;
}

.mr-3, .mx-3 {
    margin-right: 1rem!important;
}

.product_description ul {
	list-style: initial;
    padding: initial;
    margin: initial;
    padding-left: 2rem;
}