html,
body {
   background: #f7f9fa;
   color: #333;
   overflow-x: hidden;
   font-family: Open Sans, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, SimSun, sans-serif;
   text-rendering: optimizeLegibility;
   -webkit-font-smoothing: antialiased;
   -moz-font-smoothing: antialiased;
   -o-font-smoothing: antialiased;
   font-smoothing: antialiased;
   font-size: 16px;
}

/* COLOR */
.color-red {
  color: #de3b2f;
}

/* CONTENT HIDER */
.hide-content {
   position: absolute !important;
   top: -9999px !important;
   left: -9999px !important;
}

select {
  border: 1px solid #ccc;
}

.radio-inline {
  margin: 5px 0 0 0;
}

.radio-inline input[type="radio"]{
  position: relative;
  top: 1px;
  margin-right: 8px;
}

.no-padd,
.m-no-padd {
  padding: 0 !important;
}

.mp-3 {
  padding: 1em !important;
}

.mp-3 {
  padding: 1em !important;
}

.master-container, .master-container-raw {
   max-width: 450px;
   margin: 0 auto;
   font-size: 16px;
}

.clearboth {
  clear: both;
}

.btn-group-xs > .btn, .btn-xs {
  padding: .15rem .5rem;
  font-size: .75rem;
}

.text-center .swal-text {
  text-align: center !important;
}

.swal-footer {
  text-align: center !important;
}

.width-full {
  width: 100%;
}

.bg-white {
   background: #fff;
}

.bg-secondary,
.bg-secondary:hover,
button.bg-secondary:hover {
  background: #f8f8f8 !important;
}

button.bg-secondary,
button.bg-secondary:hover {
  color: #555;
}

.d1-box-container {
  margin: 0 20px 10px 20px;
}

.scroll-x {
	overflow-x: scroll;
}

.no-rad {
  border-radius: 0px;
}

.d1-ts {
  font-size: .9em;
}

.btn-d1-primary {
    color: #fff;
    background-color: #4075be;
    border-color: #3d73c0;
}

.screen-max-height {
  /*height: 1000px;*/
}

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

.line-through,
.line-through:hover,
.line-through:active {
  text-decoration: line-through !important;
}

.text-strong {
  font-weight: 600;
}

h1,
.h1 {
   font-size: 1.7rem;
   font-weight: 500;
}

h3,
.h3 {
   font-size: 1.5rem;
   font-weight: 500;
}

h5,
.h5 {
   font-size: 1.20rem;
   font-weight: 500;
   letter-spacing: 0.5px;
}

.fw-normal {
  font-weight: normal;
}

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

a,
a:hover,
a:active,
a:visited {
   color: #333;
}

*,
*:hover {
   text-decoration: none !important;
}

.no-pad {
	padding: 0px !important;
}

.no-border {
	border: none !important;
}

.d-none {
    display: none!important;
}

.overflow-none {
    overflow: hidden !important;
}

.window-top-margin {
    margin-top: 48px !important;
}

.no-scroll {
  	position: fixed;
  	width: 100%;
}

/* D1 Borders */
.d-bt-1 {
    border-top: 1px solid #ddd;
}

.d-bl-1 {
    border-left: 1px solid #ddd;
}

.d-br-1 {
    border-right: 1px solid #ddd;
}

.d-bb-1 {
    border-bottom: 1px solid #efefef;
}

/* Buttons */
.btn {
  border-radius: 2px;
}

.btn-primary,
.btn-primary:visited,
.btn-primary:focus,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #44a8f2;
    border-color: #44a8f2;
}

/*
.btn-secondary,
.btn-secondary:visited,
.btn-secondary:focus,
.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:not(:disabled):not(.disabled).active {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
*/

.btn-bpg-link,
.btn-bpg-link:hover  {
  background: #f01533 url(/images/click-save.png?ref=1) no-repeat;
  display: inline-block !important;
  content: '';
  color: transparent !important;
  margin: 0 !important;
  height: 23px;
  background-size: contain;
  background-position: center center;
  cursor: pointer;
  width: auto;
  border: none;
}

/* Backgrounds */
.bg-primary,
.bg-primary:visited,
.bg-primary:focus,
.bg-primary:hover,
buttton.bg-primary,
buttton.bg-primary:visited,
buttton.bg-primary:focus,
buttton.bg-primary:hover {
  background-color: #44a8f2 !important;
  border-color: #44a8f2;
  color: #fff;
}

a.bg-primary:focus, 
a.bg-primary:hover, 
a.bg-primary:active, 
button.bg-primary:focus, 
button.bg-primary:hover {
  background-color: #44a8f2!important;
  border-color: #44a8f2;
}

/* Header */

.d1-header {
   background: #fff;
   height: 48px;
   box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
   z-index: 1032;
   width: 100%;
}

.d1-header-logo img {
   width: 110px;
}

/* Slick Slider */
.top-slider  {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

.top-slider.slick-initialized {
    visibility: visible;
    opacity: 1;    
}

/* Tab Panels */

.tab-slider-container ul {
  width: calc(100% - 15px);
  padding: 0 5px;
  margin: 0 auto;
}

.tab-slider-container ul li {
  display: inline;
  text-align: center;
}

.tab-slider-container .slider a {
  display: inline-block;
  width: calc(33.333333% - 4px);
  padding: .75rem 0;
  margin: 0;
  text-decoration: none;
  color: #3ea6f5;
  font-size: .85em
}

.tab-slider-content .two,
.tab-slider-content .three {
  display: none;
}

.tab-slider-container .one.active ~ hr {
  margin-left: 0%;
}

.tab-slider-container .two.active ~ hr {
  margin-left: 33.333333%;
}

.tab-slider-container .three.active ~ hr {
  margin-left: 66.666666%;
}

.tab-slider-container hr {
  height: .1rem;
  width: 33.333333%;
  margin: 0;
  background: #3ea6f5;
  border: none;
  transition: .3s ease-in-out;
  position: relative;
}

.tab-slider-container div.bg_line {
  width: 100%;
  height: .1em;
  margin: 0;
  background: #eee;
  border: none;
  top: .1em;
  position: relative;
  z-index: 0;
}

.tab-slider-content img {
    max-width: 100%;
}

.tab-slider-content iframe {
    width: 100%;
    height: auto;
}

/*.tab-slider-content h1 {
    font-size: 1.5em;
}

.tab-slider-content h2 {
    font-size: 1.4em;
}

.tab-slider-content h3 {
    font-size: 1.3em;
}

.tab-slider-content h4 {
    font-size: 1.2em;
}

.tab-slider-content h5 {
    font-size: 1.1em;
}

.tab-slider-content h6 {
    font-size: 1em;
}*/

.tab-slider-content h6,
.tab-slider-content h5,
.tab-slider-content h4,
.tab-slider-content h3,
.tab-slider-content h2,
.tab-slider-content h1 {
    font-size: 1em;
}

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

.text-primary {
  color: #1897f2 !important;
}
/* Toggle Menu */

#menu-toggle {
    width: 25px;
    height: 25px;
    position: absolute;
    cursor: pointer;
    border-radius: 5px;
    top: -10px;
}

#menu-toggle span {
   display: block;
   background: #444;
   border-radius: 2px;
   transition: .15s ease-in-out;
}

#menu-toggle #hamburger {
   position: absolute;
   height: 100%;
   width: 100%;
}

#menu-toggle #hamburger span {
   width: 25px;
   height: 2px;
   position: relative;
   margin: 5px 0;
}

#menu-toggle #hamburger span:first-child {
   transition-delay: .5s;
}

#menu-toggle #hamburger span:nth-child(2) {
   transition-delay: .625s;
}

#menu-toggle #hamburger span:last-child {
   transition-delay: .75s;
}

#menu-toggle #cross {
   position: absolute;
   height: 100%;
   width: 100%;
   transform: rotate(45deg);
   left: -3px;
   top: 17px;
}

#menu-toggle #cross span:first-child {
   height: 0%;
   width: 2px;
   position: absolute;
   top: -12px;
   transition-delay: 0s;
}

#menu-toggle #cross span:nth-child(2) {
   width: 0%;
   height: 2px;
   position: absolute;
   left: -12px;
   transition-delay: .25s;
}

#menu-toggle.open #hamburger span {
   width: 0%;
}

#menu-toggle.open #hamburger span:first-child {
   transition-delay: 0s;
}

#menu-toggle.open #hamburger span:nth-child(2) {
   transition-delay: .125s;
}

#menu-toggle.open #hamburger span:last-child {
   transition-delay: .25s;
}

#menu-toggle.open #cross span:first-child {
	height: 100%;
   transition-delay: .625s;
}

#menu-toggle.open #cross span:nth-child(2) {
   width: 100%;
   transition-delay: .375s;
}

/* Navigation */
.cart_icon_info {
    border-radius: 8px;
    padding: 0 4px;
    min-width: 16px;
    height: 16px;
    position: absolute;
    background: #1897f2;
    right: 8px;
    top: 0px;
}

.cart_icon_info_text {
    line-height: 16px;
    color: #fff;
    text-align: center;
    display: block;
    font-size: .7em;
}

/* Input Style */
.group { 
  position: relative; 
}

.group input {
  font-size: 1em;
  /*padding: 20px 10px 4px 12px;*/
  padding: 10px 15px;
  display:block;
  width:100%;
  border:1px solid #ddd;
  color: #444;
  margin: 20px 0;
  border-radius: 2px;
  resize: none;
  -webkit-appearance:none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance:none;
  background-color: #fff;
  -webkit-box-shadow: 0 0 0 30px #fff inset;
  -o-box-shadow: 0 0 0 30px #fff inset;
  -moz-box-shadow: 0 0 0 30px #fff inset;
  box-shadow: 0 0 0 30px #fff inset;
}

.group input.error,
.group select.error {
  border: 1px solid #ef1816;
}

.group input:-webkit-autofill,
.group input:-webkit-autofill:hover, 
.group input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 30px #fff inset;
  -o-box-shadow: 0 0 0 30px #fff inset;
  -moz-box-shadow: 0 0 0 30px #fff inset;
  box-shadow: 0 0 0 30px #fff inset;
}

.group input:focus, input:valid { outline:none; border:1px solid #999; }

.group label {
  display: none;
  color:#999; 
  font-size: 1em;
  font-weight:normal;
  position:absolute;
  pointer-events:none;
  left:12px;
  top:13px;
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}

.group input:focus ~ label, input:not(:invalid) ~ label {
  top: 5px;
  font-size: .8em;
}

.group textarea {
  font-size: 1em;
  -webkit-appearance:none;
  -moz-appearance: none;
  -o-appearance: none;
  padding: 10px 15px;
  display:block;
  width:100%;
  border:1px solid #ddd;
  background: transparent;
  color: #444;
  margin: 20px 0;
  border-radius: 2px;
  resize: none;
  height: 100px;
  background: #fff;
}

.group textarea:focus, textarea:valid { outline:none; border:1px solid #999; }

.group textarea + label {
  display: none;
  color:#999; 
  font-size: 1em;
  font-weight:normal;
  position:absolute;
  pointer-events:none;
  left:12px;
  top:13px;
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}

.group textarea:focus ~ label, textarea:valid ~ label   {
  top: 1px;
  font-size: .8em;
  z-index: 1;
  background: #fff;
  display: block;
  padding-top: 5px;
  width: calc(100% - 22px);
  display: none;
}

.group select {
  display: block;
  width: 100%;
  border: 1px solid #ddd;
  padding: 10px 15px;
  background: #fff;
  border-radius: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  outline: 0;
  margin: 10px 0;
}

.group select:focus { outline:none; border:1px solid #999; }

/* Navigation Dropdown */
.nav-dropdown {
   width: 100%;
   background: #f7f9fa;
   margin-top: 48px;
   z-index: 1035;
   position: fixed;
   overflow-y: scroll;
   font-size: .9em;
   height: calc(100% - 40px);
}

.nav-dropdown .nav-box {
	background: #fff;
}

.nav-dropdown .menu-link > a {
	display: block;
	padding: 12px 0;
	border-bottom: 1px solid #eee;
}

.nav-dropdown .nav-box > .menu-title {
  padding: 19px 0 12px 0;
  border-bottom: 1px solid #eee;
  font-size: .85em;
  font-weight: 600;
}

.nav-dropdown .ul {
	list-style-type: none;
  padding-left: 0px;
  margin-bottom: 0px;
}

.nav-dropdown .ul li {
	border-bottom: 1px solid #eee;
}

.nav-dropdown .ul li .cat-title {
  padding: 12px 0 12px 10px;
  font-size: 1em;
}

.nav-dropdown .ul li .cat-img {
  height: 40px;
  width: 55px;
}

.nav-dropdown .ul li .cat-img img {
  height: 100%;
}

.nav-dropdown .menu-item-box-container {
	width: calc(100% + 10px);
    margin-left: -5px;
}

.nav-dropdown .menu-item-box {
	margin: 0 5px 10px 5px;
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 3px;
}

.nav-dropdown .menu-item-box img {
	width: 40px;
}

.nav-dropdown .menu-item-box .menu-title {
   padding-top: 7px;
   font-size: .85em;
   color: #555;
}

.nav-dropdown .nav-footer {
	text-transform: uppercase;
}

.nav-dropdown .nav-footer {
	color: #44a8f2;
	font-size: .9em;
}

/* Top Nav Category */
.top-nav-category {
	width: 100%;
	font-size: .9em;
	padding-top: 15px;
	background: #fff;
}

.top-nav-category .cat-item {
	display: inline-block;
	margin: 0 13px;
}

.top-nav-category .cat-item:last-child {
    border-right: 20px solid #fff;
}

.top-nav-category li {
	float: left;
}

.top-nav-category li img {
	width: 45px;
}

.top-nav-category li .cat-title {
	padding: 0px;
    font-size: .9em;
    margin-top: -5px;
    color: #666;
	white-space: nowrap;
}

.top-nav-category li.active .cat-title {
    color: #44a8f2;
}

.cat-title-fixed-top {
  position: fixed !important;
}

/* Slick Slider */

.slick-dots {
   bottom: 2px;
}

.slick-dots li button:before {
   opacity: 1;
   color: #fff;
   font-size: 9px;
}

.slick-dots li.slick-active button:before {
   opacity: 1;
   color: #1897f2;
}

.slick-dots li {
   margin: 0px;
}

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

/* Category Banner */

.cat-banner {
    position: relative;
    color: #fff;
}

.cat-banner .caption {
    position: relative;
    text-transform: uppercase;
    font-size: 18px !important;
    font-weight: normal !important;
}

.cat-banner img {
	width: 100%;
}

/* Dot Container */

.dot-container {
   padding: 0;
   text-align: center;
   height: 16px;
   line-height: 16px;
   margin-top: 8px;
}

.dot-container .dot {
   display: inline-block;
   vertical-align: middle;
   margin: 0 4px;
   width: 12px;
   height: 12px;
   border-radius: 100px;
}

/* Product Listing */
.product-horizontal-list:not(:first-child) {
	margin-top: 10px;
}

.line-divider .product-horizontal-list {
	margin-top: 0px;
	border-bottom: 1px solid #f5f5f5;
}

.product-section-title {
	font-size: .9em;
	color: #444;
	margin-bottom: 0;
}

.product-section-subtitle,
.subcategory-section {
  padding: 7px 0;
}

.subcategory-section .sub-category-title {
  display: block;
  background: #fff;
  padding: 10px 0;
}

.subcategory-section a:not(:last-child) {
  margin-bottom: 15px;
}

.product-section-subtitle a {
  margin-right: 3px;
  color: #777;
  padding: 5px 10px;
  white-space: nowrap;
  border: 1px solid #a5a5a5;
  border-radius: 6px 6px 0 0;
  font-weight: 500;
}

.product-section-subtitle a.active {
  color: #fff;
  padding: 5px 10px;
  background: #f01533;
  border: 1px solid #f01533;
  border-radius: 6px 6px 0 0;
}

/* Product Horizontal */

.product-horizontal-list {
	background: #fff;
	padding: 15px 18px;
}

.product-horizontal-list.active {
  padding: 12px 15px;
  border: 3px solid #44a8f2;
}

.product-horizontal-list .product-img {
	min-width: 75px;
}

.product-horizontal-list .product-img img {
	width: 75px;
}

.product-horizontal-list .product-info {
	font-size: .9em;
	padding-left: 15px;
	color: #777;
  margin-top: 5px;
  width: 100%;
}

.product-horizontal-list .product-info .name {
  height: 45px;
  white-space: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  -o-line-clamp: 2;
}


.product-horizontal-list .product-info .extra-info {
    font-size:11px;
    color:#0b3e6f;
    white-space: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -o-line-clamp: 2;
}

.product-horizontal-list .product-info .price {
  color: #44a8f2;
}

.product-horizontal-list .cart-list .product-info .price {
  color: #000;
}

.product-horizontal-list .cart-list .product-info .extra-info {
    color: #000;
}


.product-horizontal-list .cart-list .product-info .bordered {
    border: 1px solid #ccc;
}

.product-horizontal-list .product-info .promotion {
	color: #fc495f;
	font-size: .85em;
}

.main-product-list .product-horizontal-more-btn {
  margin-top: 10px;
}

.product-horizontal-more-btn a {
	background: #fff;
	padding: 15px 20px;
  color: #444;
  font-size: .9em;
  font-weight: 400;
}

.product-horizontal-more-btn a i {
	color: #444;
}

/* Product Vertical */
.product-vertical-list {
	background: #fff;
	width: 160px;
	min-width: 160px;
	text-align: center;
	padding: 15px;
  height: auto;
}

.product-vertical-list:first-child {
	margin-left: 20px;
}

.product-vertical-list:last-child {
	width: 180px;
	min-width: 180px;
	border-right: 20px solid #f7f9fa;
}

.product-vertical-list:not(:first-child) {
	margin-left: 10px;
}

.product-vertical-list .product-img {
	width: 100%;
	margin: 0 auto;
}

.product-vertical-list .product-img img {
    height: 100px;
    position: relative;
/*    left: 50%;
    transform: translateX(-50%);*/
}

.product-vertical-list .product-info {
	font-size: .9em;
	color: #777;
}

.product-vertical-list .product-info a > .name {
  margin: 10px 0;
}

.product-vertical-list .product-info .price {
	color: #44a8f2;
}

/* BTN SLIDE TOP */
.scrollToTop{
  display: none;
}

.btn-slide-top {
  position: fixed;
  bottom: 120px;
  right: 10px;
  z-index: 1000002;
}

.btn-slide-top img {
  width: 60px;
  opacity: .8;
  transition: .2s;
  -moz-transition: .2s;
  -o-transition: .2s;
  -webkit-transition: .2s;
}

.btn-slide-top:hover img {
  opacity: 1;
}

/* COMBO PAGE */

.btn-bpg-fixed {
  position: fixed;
  bottom: 60px;
  right: 10px;
  z-index: 1000002;
}

.btn-bpg-fixed img {
  width: 60px;
  opacity: .8;
  transition: .2s;
  -moz-transition: .2s;
  -o-transition: .2s;
  -webkit-transition: .2s;
}

.btn-bpg-fixed:hover img {
  opacity: 1;
}

/* Cart & Combo */
.cart-page .cart-continue-payment-btn,
.cart-page .cart-promo-code-apply-btn {
  padding: 8px 0;
}

.cart-page .quantity-controller,
.combo-page .quantity-controller {
    width: 95px;
    border: 1px solid #eee;
    z-index: 8;
    position: relative;
}

.cart-page .package-item-holder .quantity-controller,
.combo-page .quantity-controller {
    color: #777;
    font-size: .9em;
}

.cart-page .package-inclusions {
  font-size: .9em;
  margin-left: 15px;
}

.cart-page .cart-quantity-decrease,
.cart-page .cart-quantity-increase,
.combo-page .cart-quantity-decrease,
.combo-page .cart-quantity-increase {
  cursor: pointer;
  background: #fbfbfb;
}

.cart-delete-btn {
  /*display: none;*/
}

.cart-edit-btn {
  display: none;
}

.cart-payment-box {
   width: 100%;
   background: #f7f9fa;
   /*margin-left: 100%;*/
   z-index: 1031;
   position: fixed;
   overflow-y: scroll;
   font-size: .9em;
   height: calc(100% - 40px);
   transition: .35s;
}

.promo_code_container-footer {
   /*margin-left: 100%;*/
   transition: .35s;
}

.cart-payment-box.active,
.promo_code_container-footer.active {
    margin-left: 0 !important;
}


/* Head Breadcrumb */
.head-breadcrumb-container {
  padding: 0px;
}

.head-breadcrumb-container li {
  margin-right: 5px;
  color: #676767;
  font-size: .9rem;
  font-weight: 600;
  display: inline;
}

.head-breadcrumb-container li:not(:last-child):after {
  content: "/";
  margin-left: 5px;
  font-weight: normal;
  color: #a2a2a2;
}

.head-breadcrumb-container li a,
.head-breadcrumb-container li a:visited,
.head-breadcrumb-container li a:hover,
.head-breadcrumb-container li a:active {
  display: inline;
  color: #676767;
  font-weight: normal;
}

.head-breadcrumb-container li a:hover {
  text-decoration: underline;;
}

/* Category Packages */
.category-package .product-vertical-list {
    width: 320px;
    min-width: 320px;
    border-right: 20px solid #f7f9fa;
}

.category-package .product-vertical-list .product-info .details .name {
  height: 20px;
  white-space: nowrap; 
  overflow: hidden;
  text-overflow: ellipsis;
  width: 240px;
}

.category-package .product-vertical-list .product-info .details .quantity {
  min-width: 20px;
  text-align: right;
}

/* Category Accessories */
.accessory-tab-content,
.main-product-tab-content,
.package-tab-list {
  display: none;
}

/* Recommended Product/Accessories */
.recommended-products .product-vertical-list .product-img {
  margin-bottom: 5px;
  border: 1px solid #efefef;
  overflow: hidden;
}

.recommended-products .product-vertical-list {
  margin-left: 0;
  height: auto;
  position: relative;
}

.recommended-products .product-vertical-list {
  padding: 15px 6px;
}

.recommended-products .product-vertical-list:last-child {
  border: none;
  padding: 15px 15px 15px 6px;
}

.recommended-products .product-vertical-list:first-child {
  padding: 15px 6px 15px 15px;
}

.recommended-products .product-vertical-list .product-info {
    text-align: left;
}

.recommended-products .product-vertical-list .product-info .name {
    font-size: .9em;
    height: 35px;
    overflow: hidden;
    white-space: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    text-overflow: ellipsis;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -o-line-clamp: 2;
}

.recommended-products .product-vertical-list .product-info {
    color: #333;
}

.recommended-products .product-vertical-list .btn-addtocart-mini {
    min-width: 60px;
}

/* Product */
.product-full {
   background: #fff;
   text-align: center;
   padding: 30px 0;
   width: 100%;
}

.product-full img {
   width: 50%;
}

.product-group,
.product-more {
   margin-top: 8px;
}

.product-more {
   background: #fff;
   text-align: center;
   padding: 15px 0;
   color: #444;
   font-size: .9em;
   margin-bottom: 12px;
}

.product-group a:nth-child(odd) {
   margin-right: 4px;
}

.product-group a:nth-child(even) {
   margin-left: 4px;
}

.product-half {
   background: #fff;
   text-align: center;
   padding: 30px 0;
   width: calc(50% - 4px);
   min-width: calc(50% - 4px);
   max-width: calc(50% - 4px);
}

.product-half img {
  width: auto;
  height: 100px;
}

.product-full .product-title {
  font-size: 1.20rem;
  font-weight: 500;
  padding: 30px 20px 0 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-title {
  font-size: 1em;
  font-weight: 500;
  padding: 30px 20px 0 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-price {
   padding-top: 8px;
   font-size: .8em;
   color: #555;
}

.product-price + div.mt-1 button {
  font-size: 0.775em;
  padding: .17rem .5rem;
}

/* Single Product */
.addtocart-infobox {
  box-shadow: 0 -1px 4px 0 rgba(0, 0, 0, .1);
  padding: 12px 0;
}

.addtocart-infobox img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .5;
}

.single-product-slider .slick-dots {
  bottom: 10px;
}

.single-product-slider .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #aaa;
}

.single-product-slider .slick-dots li button:before {
  opacity: 1;
  color: #ddd;
  font-size: 9px;
}

.single-product-page .slick-dotted.slick-slider {
  margin-bottom: 0px !important;
}

.single-product-page .main-info-box {
  font-size: .9em;
}

.addtocart-box .product-icon {
  height: 35px;
  border: 1px solid #ddd;
}

.btn-addtocart-mini,
.btn-addtocart-mini:hover,
.btn-addtocart-mini:active {
  padding: 2px 8px !important;
  color: #44a8f2 !important;
  font-size: .8em !important;
}

/* Checkout Page */
.checkout-infobox {
  /*box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, .1);*/
  border-top: 1px solid #efefef;
}

.checkout-shipping-box {
  box-shadow: 0 -1px 4px 0 rgba(0, 0, 0, .1);
}

/* Custom Modal */
.remindme-modal,
.remindme-modal input {
  border-radius: 2px;
}

.remindme-modal button,
.remindme-modal button:hover {
  border-radius: .25rem;
  background: #44a8f2 !important;
}

.remindme-modal .swal-title {
  font-size: 20px;
}

/* Product Banner */

.product-banner {
   margin-bottom: 30px;
   color: #fff;
}

.product-banner img {
   width: 100%;
}

.product-banner .title {
   font-size: 1.2em;
   margin-bottom: 7px;
   font-weight: 500;
}

.product-banner .desc {
   font-size: .9em;
}

.product-banner a:not(:first-child) {
   position: relative;
   top: 10px;
}

.thumbnail {
   position: relative;
}

.caption {
   position: absolute;
   top: 39%;
   left: 0;
   width: 100%;
}

.caption-top {
   position: absolute;
   top: 10%;
   color: #444;
   left: 0;
   width: 100%;
}

/* Combo Page */
.combo-page .bpg-banner-container {
  background: #000;
}

.combo-page .bpg-top-banner-holder {
  background: url('https://assets.d1store.com.au/pages/bpg/bpgcategorybanner.jpg') no-repeat;
  background-size: contain;
  height: 130px;
  width: 98%;
  left: 1%;
  position: relative;
  background-position: center center;
}

.step-container {
  z-index: 1034;
  height: auto;
  top: 48px;
  border-top: 1px solid #f0f1f2;
}

.combo-page .step-holder {
  position: relative;
  z-index: 1033;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
}

.combo-page .product-horizontal-list .quantity-controller {
  visibility: hidden; 
} 

.combo-page .product-horizontal-list.active .quantity-controller {
  visibility: visible; 
}

.combo-page .quantity-controller {
  width: 100px;
}

.combo-page .store-selection,
.combo-page .idnumber-selection {
  display: none;
}

.combo-page .paging-nav-container .btn {
  height: 50px !important;
  border-radius: 0px;
}

.combo-page .reset-container {
  min-width: 100%;
  min-height: 100%;
  background: rgba(0,0,0,0.8);
  position: absolute;
  z-index: 9000;
  display: none;
  overflow: hidden;
}

.combo-page .reset-box {
  background: #fff;
  position: relative;
  z-index: 9001;
  opacity: 1;
  padding: 5px;
  top: -300px;
}

.combo-page .reset-box .header {
  background: #fff;
  display: block;
  font-weight: 500;
  height: 65px;
  line-height: 65px;
  font-size: 1.1em;
}

.combo-page .btn-close-reset {
    font-weight: normal;
    font-size: .9em;
    top: -1px;
    position: relative;
}

.combo-page .reset-box > a {
  display: block;
  text-align: center;
  color: #ffccce;
  padding: 14px 0;
  margin: 5px;
  color: inherit;
  border: 1px solid rgb(209, 209, 209);
}

.combo-page .reset-box .reset-link:last-child {
  margin-top: 7px;
}

.combo-page .btn-reset {
  color: #6c757d;
}

.combo-page .btn-reset:active {
  color: #dc3545 !important;
}

.combo-page .review-selection-box {
  border: 1px dashed #4caf50;
  color: #4caf50;
  padding: 10px 0; 
  font-weight: 500;
  text-transform: UPPERCASE;
}

.combo-page .selected-item-container {
  min-width: 100%;
  min-height: 100%;
  background: rgba(0,0,0,0.8);
  position: absolute;
  z-index: 9000;
  display: block;
  overflow: hidden;
  opacity: 1;
  bottom: 100%;
}

.combo-page .selected-item-box > .header {
  background: #f7f9fa;
  display: block;
  font-weight: 500;
  height: 65px;
  line-height: 65px;
  font-size: 1.1em;
}

.combo-page .selected-item-box .btn-close-review-list {
  font-weight: normal;
  font-size: .9em;
  top: -1px;
  position: relative;
}

.combo-page .selected-item-box {
  background: #fff;
  position: absolute;
  z-index: 9001;
  opacity: 1;
  min-width: 100%;
  min-height: 100%;
}

.combo-page .selected-item-box .item-list {
  background: #f7f9fa;
  position: absolute;
  padding: 0 15px 15px 15px;
  top: 65px;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-y: scroll;
}

.combo-page .product-summary .item-list .item-container {
  background: #fff;
  border-left: 1px dashed #6f7070;
  padding: 10px 0;
}

.combo-page .product-summary .item-list .item-container:not(:first-child) {
  margin-top: 8px;
}

.combo-page .product-summary .item-list > .header {
  font-size: 1em;
  padding-bottom: 3px;
}

.combo-page .product-summary .item-list .item-details {
  width: 322px;
  max-width: 322px;
}

.combo-page .product-summary .item-list .product-name {
  font-size: 1em;
  color: #464646; 
  white-space: nowrap; 
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 300px;
}

.combo-page .product-summary .item-list .quantity {
  font-size: .9em;
  margin-top: 5px;
}

.combo-page .product-summary .item-list .image-holder {
  width: 45px;
  height: 45px;
  background: #fff;
  margin: 0 20px !important;
  display: block;
}

.combo-page .product-summary .item-list .image-holder img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.combo-page.no-page-scroll {
  overflow-x: hidden;
  position: fixed;
  width: auto;
  left: 0;
  right: 0;
}

/* Footer */
.footer {
   margin: 0 10px;
}

.footer .collapsible {
   background-color: unset;
   color: #444;
   cursor: pointer;
   padding: 15px 0;
   width: 100%;
   border: none;
   text-align: left;
   outline: none;
   border-top: .0625rem solid #d4d7d9;
   font-size: .8em;
   font-weight: 600;
}

.footer .collapsible:after {
   content: '\002B';
   color: #444;
   font-weight: bold;
   float: right;
   margin-left: 5px;
   font-weight: normal;
   font-size: 18px;
   margin-top: -6px;
   height: 10px;
}

.footer .collapsible-container {
   border-bottom: .0625rem solid #d4d7d9;
}

.footer .active:after {
   content: "\2212";
}

.footer .content {
   max-height: 0;
   overflow: hidden;
   transition: max-height 0.2s ease-out;
   background-color: unset;
}

.footer .collapsible-container ul {
   list-style-type: none;
   padding-left: 10px;
}

.footer .collapsible-container ul li {
   font-size: .75em;
   padding: 8px 0;
   color: #555;
}

.footer .social-container {
   margin-top: 12.5px;
}

.footer .social-container ul,
.footer .links-container ul {
   list-style-type: none;
   display: inline-flex;
   padding-left: 0px;
   margin-bottom: 0px;
}

.footer .social-container ul li {
   margin-right: 15px;
}

.footer .social-container ul li a {
   font-size: 1.5em;
   color: #666;
}

.footer .links-container {
   margin-top: 10px;
}

.footer .links-container ul li {
   margin-right: 15px;
}

.footer .links-container ul li a {
   font-size: .75em;
   color: #444;
}

.footer .location-selector {
   color: #444;
   font-size: .75em;
   padding: 9px 0 12px 0;
}

.footer .copyright-container {
   margin-top: 10px;
   color: #aaa;
   font-size: .7em;
   margin-bottom: 20px;
}

#ajaxsearchprores6_1 .results .item .asp_content h3 a,
#ajaxsearchprores6_2 .results .item .asp_content h3 a,
div.asp_r.asp_r_6 .results .item .asp_content h3 a {
   font-size: 18px !important;
}

#ajaxsearchprores6_1.vertical .results .item .asp_content,
#ajaxsearchprores6_2.vertical .results .item .asp_content,
div.asp_r.asp_r_6.vertical .results .item .asp_content {
   overflow: visible !important;
   line-height: 17px !important;
}

.results .item div.asp_content,
#ajaxsearchprores6_2 .results .item div.asp_content,
div.asp_r.asp_r_6 .results .item div.asp_content {
   font-size: 15px !important;
}

div.asp_w.asp_r .results .item {
   padding: 13px 0 !important;
}

@media screen and (min-width: 250px) and (max-width: 450px) {
   .master-container {
      width: 100%;
      margin: 0 auto;
      margin-top: 48px;
   }

  .product-vertical-list {
     width: 42%;
     min-width: 42%;
   }

   .category-package .product-vertical-list {
    width: 80%;
    min-width: 80%;
    border-right: 20px solid #f7f9fa;
  }
}
