@charset "UTF-8";
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Montserrat"), local("Montserrat"),
    url(https://img-cdn-02.megaboutique.com.au/fonts/Montserrat-Regular.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC,
    U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}
@font-face {
  font-family: Montserrat;
  font-weight: 300;
  font-display: swap;
  src: local("Montserrat"), local("Montserrat"),
    url(https://img-cdn-02.megaboutique.com.au/fonts/Montserrat-Light.woff2) format("woff2");
}
@font-face {
  font-family: Montserrat;
  font-weight: 500;
  font-display: swap;
  src: local("Montserrat"), local("Montserrat"),
    url(https://img-cdn-02.megaboutique.com.au/fonts/Montserrat-Medium.woff2) format("woff2");
}
@font-face {
  font-family: Montserrat;
  font-weight: 600;
  font-display: swap;
  src: local("Montserrat"), local("Montserrat"),
    url(https://img-cdn-02.megaboutique.com.au/fonts/Montserrat-SemiBold.woff2) format("woff2");
}
@font-face {
  font-family: Montserrat;
  font-weight: 700;
  font-display: swap;
  src: local("Montserrat"), local("Montserrat"),
    url(https://img-cdn-02.megaboutique.com.au/fonts/Montserrat-Bold.woff2) format("woff2");
}
@font-face {
  font-family: Oswald;
  font-weight: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Oswald"), local("Oswald"),
    url(https://img-cdn-02.megaboutique.com.au/fonts/Oswald-Regular.otf) format("woff2");
}
@font-face {
  font-family: Oswald;
  font-weight: 500;
  font-display: swap;
  src: local("bold"), local("Oswald"),
    url(https://img-cdn-02.megaboutique.com.au/fonts/Oswald-Medium.otf) format("woff2");
}

body,
body.common-home {
  font: 400 15px/24px "Montserrat", sans-serif;
  color: #202020;
}
h1,
h2,
h3,
h4 {
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  color: #fc6d46;
}
h1 {
  font-size: 38px;
}
h2 {
  font-size: 32px;
}
h3 {
  font-size: 26px;
}
h4 {
  font-size: 20px;
}
.general-content h1, h3 {
  text-transform: none;
}
.general-content h3 {
  font-size: 17px;
  margin-bottom: 5px;
  margin-top: 15px;
}
.general-content p {
  font-size: 14px;
}

.btn,
.btn:visited {
  background-color: #9ec152;
  font: 16px/22px "Oswald", sans-serif;
  text-transform: uppercase;
}
.btn:hover {
  background-color: #fc6d46;
}
.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .control-label,
.form-horizontal .radio,
.form-horizontal .radio-inline {
  font: 16px/22px "Montserrat", sans-serif;
}
.input-group .dropdown-menu,
.input-group .popover,
.input-group input,
.input-group select,
.input-group-addon,
.nav a,
label,
input {
  font-size: 16px;
}
.caret.caret-up {
  border-top-width: 0;
  border-bottom: 4px solid #333;
}
.header-notification {
  background-color: #fc6d46;
  text-align: center;
}

#desktop-afterpay-fancybox {
  display: block;
}

#desktop-afterpay-fancybox img{
  width: 100px;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
}

#mobile-afterpay-fancybox img{
  width: 65px;
}

#mobile-afterpay-fancybox p{
  display: inline;
}
#zip-fancybox img{
  width: 85px;
}

#mobile-afterpay-fancybox {
  display: none;
}

/* override nav bar style */
#menu .new_nvabar .shop_category_h:hover .shop_category {
  color: #fc6d46;
}

#menu .new_nvabar .right_nav li {
  /* margin-right: 80px; */
  margin-right: 116px;
}

#menu .new_nvabar .shop_category {
  padding-right: 100px;
}

#menu .new_nvabar .right_nav li a:hover {
  color: #fc6d46;
}
/* wrapper */

/* override breadcrumb hover colour */
.breadcrumb a:hover{
  color: #fc6d46;
}
/* wrapper */

/* override category hover colour */
.new_nvabar .drop_down .nav__primary li.hovered a {
  color: #fc6d46;
}
/* wrapper */

/* override category hover colour */
.new_nvabar .drop_down .nav__primary li.hovered .sub_cat_links {
  color: #6d6e71;
}
/* wrapper */

#input-postage {
  margin-bottom: 7px;
}

/* override sub-category hover colour */
.new_nvabar .drop_down .nav__primary li.hovered .sub_cat_links:hover {
  color: #fc6d46;
}
/* wrapper */

/* override product tab hover colour */
.product_page .tab_heading a:hover {
  color: #fc6d46;
}
/* wrapper */

/* override cart item icon */
.cart.open>a .cart-total2, .cart>a:hover .cart-total2 {
  background: #fc6d46;
  color: #FFF;
}
/* wrapper */

/* override review button */
.product_page #reviews_form_title:hover {
  background-color: #fc6d46;
}
.product_page #reviews_form_title {
  background-color: #9ec152;
  outline: none;
  margin-bottom: 10px;
}
/* wrapper */

/* move drop down menu above a little bit */
.new_nvabar .drop_down {
  top: 50px;
}
/* wrapper */

/* override sub-category hover colour for brands */
.new_nvabar .drop_down .inner_drp .col-3 ul li a:hover {
  color: #fc6d46;
}
/* wrapper */

/* override information pages */
.information-page-content .information-title {
  font-size: 38px;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  color: #fc6d46;
}

.information-page-content .information-description {
  font: 400 15px/24px "Montserrat", sans-serif;
}

.information-page-content h4 {
  margin: 0 0 10px;
  color: #fc6d46;
  text-transform: uppercase;
}

#default_gallery .image-thumb .active img, #default_gallery .image-thumb img:hover {
  border-color: #fc6d46;
}

.information-page-content span {
  margin: 0 0 10px;
  color: #fc6d46;
  text-transform: uppercase;
}
/* wrapper */

/* Brand statement, category desc, about Mega Boutique, etc. */
.general-content h1, h2 {
  color:#fc6d46;
  font-size:18px;
  margin-top: 3rem;
  margin-bottom: 2rem;
}

.general-content div a:before {
  content: none;
}

.general-content a {
  position: relative;
  text-decoration: none;
  font-weight: 500;
  white-space: nowrap;
}

.general-content a:hover {
  color: #fc6d46;
  text-decoration: none;
}

.general-content p {
  font: 400 14px/22px "Montserrat", sans-serif;
} 

.product_page .tab_heading a {
  padding: 7px 50px;
}

.content_bottom h1, h2 {
  color:#fc6d46;
  font-size:18px;
  margin-top: 3rem;
  margin-bottom: 2rem;
}

.content_bottom div a:before {
  content: none;
}

.content_bottom a {
  position: relative;
  text-decoration: none !important;
  font-weight: 500;
}

.content_bottom a:hover {
  color: #fc6d46;
  text-decoration:none;
}

.content_bottom p {
  font-size:15px;
} 
/* wrapper */

/* override blog content */
.article-title a{
  font-family: "Oswald", sans-serif;
}

.article-description {
  font: 400 15px/24px "Montserrat", sans-serif;
}

.article-description a {
  color: #fc6d46;
  text-decoration: underline;
}

.article-description a:hover {
  color: #fc6d46;
  text-decoration: underline;
}

.article-description img, .article-image img, .article-thumbnail-image img {
  width: 100%;
  height: auto;
}

.article-author a {
  color: #fc6d46
}
/* wrapper */

/* brand values */
#brand-value .brand-values {
  display: inline;
  color: white;
  margin: 0px 20px;
  /* padding: 0px 150px; */
  /* width: 33%; */
}

#brand-value {
  background: #363434;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
}

/* .brand-values span:hover {
  height: 25px;
  padding-right: 3px;
  color: #fc6d46;
  transition: .3s all ease;
}

#brand-value svg {
  height: 25px;
  fill: white;
}

#brand-value svg:hover {
  fill: #fc6d46;
  transition: .3s all ease;
} */

#brand-value .text {
  vertical-align: middle;
  display: inline-block;
  cursor: pointer;
  font-size: 14px;
  line-height: 20px;
}

#brand-value .icons {
  display: inline;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
}

#brand-value .icons svg{
  height: 24px;
  vertical-align: middle;
  fill: white;
}

.brand-values:hover .text{
  color: #fc6d46;
  transition: .3s all ease;
}

#brand-value .brand-values:hover .icons svg{
  fill:#fc6d46;
  transition: .3s all ease;
}
/* override sub-category styles */
body .new_nvabar .drop_down .inner_drp .col-3 a {
  /* font-size: 14px; */
  line-height: 20px;
}
/* wrapper */

/* override main cats */
.new_nvabar .drop_down .inner_drp .col-3 a.main_cat {
  line-height: 20px;
  margin-top: 10px;
}

.new_nvabar .drop_down .inner_drp .col-3 a.main_cat:hover {
  color: #fc6d46;
}
/* wrapper */

/* override icon colour */
.well .heading i {
  color: #fc6d46;
}
/* wrapper */

.product_page .form-horizontal .contact-form-labels {
  text-align: right;
}

a:hover {
  text-decoration: none;
  color: #fc6d46;
}

.new_nav ul li.contact_bg i {
  display: inline-block;
  vertical-align: middle;
  background-image: url(https://img-cdn-02.megaboutique.com.au/icons/nate/Sprite.png);
  background-repeat: no-repeat;
  width: 46px;
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
}

.new_nav ul li.acount_bg i {
  display: inline-block;
  vertical-align: middle;
  background-image: url(https://img-cdn-02.megaboutique.com.au/icons/nate/Sprite.png);
  background-repeat: no-repeat;
  width: 46px;
  background-position: -276px -3px;
  transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -moz-transition: 0.5s all ease;
}

.new_nav ul li a:hover h5 {
  color: #fc6d46;
}

#checkout-buttons {
  margin-top: 0px;
}

#accordion {
  margin-top: 40px;
}

b, optgroup, strong {
  font-weight: normal;
}

#menu .new_nvabar .shop_category_h:hover .shop_category .hamburger span:before,
#menu .new_nvabar .shop_category_h:hover .shop_category .hamburger span:after {
    background-color: #fc6d46
}

#content ul.list-unstyled a:before, .site-map-page #content ul a:before {
  content: '\f105';
  margin-right: 5px;
  font-weight: 400;
  font-size: 15px;
  font-family: FontAwesome;
  color: #fc6d46;
}

footer .container p a:hover {
  margin: 0 5px;
  color: #fc6d46;
  text-decoration-line: none;
}

.search button .fa-search:before {
  color: #fc6d46;
}

.header-notification span {
  color: #fff;
  padding: 3px;
  display: block;
  font-size: 12px;
}
.header-notification span a {
  text-decoration: underline;
  color: #fff;
}
.toTop {
  display: none !important;
}
.header-logo {
  width: 256px;
  padding: 5px 0;
  image-rendering: -moz-crisp-edges; /* Firefox */
  image-rendering: -o-crisp-edges; /* Opera */
  image-rendering: -webkit-optimize-contrast; /* Chrome (and eventually Safari) */
  image-rendering: optimize-contrast; /* CSS3 Proposed */
  -ms-interpolation-mode: nearest-neighbor; /* IE8+ */
}
.new_nav ul li {
  margin-right: 20px;
}
.cart > a .cart-total2 {
  background-color: #9ec152;
}
.cart-item .text.text-success {
  color: #9ec152;
}

/* stock tooltip */
#stock-alert{
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
  font-size: 12px;
  font-style: italic;
  font-weight: 200;
  border-radius: 0;
  text-shadow: none;
  text-transform: none;
  text-align: left;
}
.tooltip-icon{
  padding-left: 5px;
}
.tooltiptext {
  visibility: hidden;
  /* width: 350px; */
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 10px;
  font-family: Montserrat;
  font-size: 12px;
  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  left: 105%;
  /* top: 1px; */
  text-transform: none;
  opacity: 85%;
  line-height: 14px;
}

#stock-tool-tip:hover .tooltiptext {
  visibility: visible;
}

#m-supplier-stock-tooltip {
  display: none;
  padding: 4px;
  color: #004085;
  background-color: #cce5ff;
  border: 1px solid #b8daff;
  margin-bottom: 6px;
  border-radius: .25rem;
}
#m-in-stock-tooltip {
  display: none;
  padding: 4px;
  color: #155724;
  background-color: #d4edda;
  border-color: 1px solid #c3e6cb;
  margin-bottom: 6px;
  border-radius: .25rem;
}
/* Super cool cart */
.row-buffer {
  padding-top: 15px;
}
.side-cart {
  right: 0;
  top: 0;
  display: block;
  position: fixed;
  overflow-y: scroll;
  width: 40em;
  height: 100vh;
  background-color: #f6f7f9;
  border-left: 1px solid #e5e5e5;
  transition: 0.7s;
  z-index: 999;
}
.side-cart-body {
  padding-left: 10px;
  padding-right: 10px;
}
.side-cart .label-down {
  top: 30px;
}
.sidebar-product-grid {
  width: 50%;
}
.side-cart.is-closed {
  transform: translateX(45em);
}
.side-cart-header {
  text-align: center;
  background-color: white;
  border-bottom: 1px solid #e5e5e5;
  padding: 28px 36px;
  margin: 0;
}
.side-cart-header h3{
  color: #9ec152;
}
.side-cart-header .arrow {
  border: solid #848586;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 13px;
}
.side-cart-header .left {
  transform: translate(50%, 40%) rotate(135deg);
  -webkit-transform: translate(50%, 40%) rotate(135deg);
}
.side-cart-header a {
  cursor: pointer;
}
.side-cart-header .arrow-button {
  width: 16.66%;
}
.top-success {
  display: none;
}
.side-cart .top-success {
  position: relative;
  display: none;
  font-family: 'Oswald';
  color: #9ec152;
  font-size: 23px;
  z-index: 999;
  text-align: center;
}
.product-card {
  margin: 30px;
  height: 265px;
  background-color: white;
  border: 2px solid #e5e5e5;
  border-radius: 25px;
}
.target-product-card {
  margin: 15px;
  height: fit-content;
  background-color: white;
  border: 2px solid #e5e5e5;
  text-align: center;
  box-shadow: 0 2px 4px 0 rgb(46 62 72 / 12%);
}
.target-product-card-continue {
  padding-bottom:20px
}
.product-card img {
  height: 200px;
  padding: 15px;
}
.target-product-card img {
  height: 150px;
  padding: 15px;
}
.product-card-img, .target-product-card-img{
  text-align: center;
}
.product-card-description {
  text-align: center;
}
.target-product-card-description {
  text-align: center;
}
.product-card-description {
  padding-right: 45px;
}
.target-product-card-description {
  padding-right: 45px;
}
.product-card-price {
  font-weight: 600;
  font-size: 23px;
}
.target-product-card-price {
  font-weight: 600;
  font-size: 23px;
}
.product-card-add-button {
  background-color: #9ec152;
  border-radius: 15px;
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  min-width: 158px;
  height: 32px;
  text-transform: uppercase;
  border: none;
  transition: .5s all ease;
  -webkit-transition: .5s all ease;
}
.product-card-add-button:hover {
  background-color: #fc6d46;
}
.product-card-continue-button {
  background-color: #fc6d46;
  border-radius: 5px;
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  color: #ffffff;
  font-weight: 400;
  min-width: 300px;
  height: 45px;
  text-transform: uppercase;
  border: none;
  transition: .5s all ease;
  -webkit-transition: .5s all ease;
}
.product-card-continue-button:hover {
  background-color: #F05658;
}
.side-cart-body .product-layout {
  padding: 5px;
  margin-bottom: 0px;
  padding-bottom: 10px;
}
/* Super cool cart wrapper */

#content.col-sm-12 #quick-checkout {
  display: none;
}
#quick-checkout-button {
  display: none;
}
#quick-checkout-button a {
  background-color: #F05658;
}
/* banners and slides */
.camera_container {
  margin: 0 -10px;
}
.desktop .header_modules > .container .fluid_container {
  margin: 0;
}
.mob_banner {
  padding: 0;
  margin: 5px 0;
}
.banner-1 {
  padding: 0 0 0 5px;
  margin: 0;
}
.banner-1 + .banner-1 {
  padding-left: 10px;
}
.search-wrapper {
  width: 53%;
}
/* hides tablet arrows from desktop view */
.new_nvabar .drop_down .nav__primary .toggle-off a > i,
.new_nvabar .drop_down .nav__primary .toggle-on a > i,
#menu .new_nvabar .right_nav li i,
.new_nvabar .drop_down .inner_drp .col-3 i {
  display: none;
}
/* modal */
#cart-modal .vertical-alignment-helper {
  display: table;
  height: 100%;
  width: 100%;
  pointer-events: none;
}
#cart-modal .vertical-align-center {
  /* To center vertically */
  display: table-cell;
  vertical-align: middle;
  pointer-events: none;
}
#cart-modal .modal-content {
  width: inherit;
  max-width: inherit;
  height: inherit;
  margin: 0 auto;
  pointer-events: all;
}
#cart-modal .cart-modal-success {
  font-size: 16px;
  padding: 20px;
}
.product-filter input[name="filter_name"] {
  height: 45px;
}
/* headings */
.box.latest.m-box .box-heading {
  height: 60px;
  padding: 10px 0;
  margin: 20px 0;
}
.box.latest.m-box .box-heading h3 {
  float: left;
  margin: 0;
  font-family: "Oswald", sans-serif;
  font-weight: normal;
  font-size: 38px;
  line-height: 38px;
  text-transform: uppercase;
  color: #fc6d46;
}
.box.latest.m-box .box-heading a {
  float: right;
  padding: 10px 20px;
  background-color: #ffffff;
  color: #fc6d46;
  border: 1px #fc6d46 solid;
  border-radius: 20px;
}
.box.latest.m-box .box-heading a:hover {
  background-color: #fc6d46;
  color: #ffffff;
  border: 1px #fc6d46 solid;
}
#content h2 {
  text-transform: uppercase;
  color: #fc6d46;
}
.product_page .related-products .product-section_title {
  text-transform: uppercase;
}
.general_info .price-section, .general_info .product-section {
  padding-bottom: 0px;
}
/* contact page */
.contact-box {
  text-align: center;
  margin-bottom: 20px;
}
.contact-box .contact-box-icon {
  font-size: 36px;
  color: #fc6d46;
  line-height: 40px;
}
.contact-box .contact-box-title {
  font-size: 20px;
  color: #fc6d46;
  line-height: 26px;
}
.contact-box .contact-box-text {
  font-size: 16px;
  line-height: 20px;
}
/* product */
.shipping {
  background-color: #9ec152;
  width: 100px;
  line-height: 28px !important;
}
.product-thumb .sale,
.product-thumb .shipping,
.m-product-thumb .sale,
.m-product-thumb .shipping {
  font: 14px/28px "Oswald", sans-serif;
  border-radius: 10px;
  text-transform: uppercase;
}
.product-thumb .sale,
.m-product-thumb .sale {
  background-color: #fc6d46;
  color: #ffffff;
  border: 1px #fc6d46 solid;
}
.product-thumb .sale:hover,
.m-product-thumb .sale:hover {
  background-color: #fc6d46;
  color: #ffffff;
  border: 1px #fc6d46 solid;
}
.product-thumb .shipping,
.m-product-thumb .shipping {
  background-color: #9ec152;
  color: #ffffff;
  border: 1px #9ec152 solid;
}
.product-thumb .shipping:hover,
.m-product-thumb .shipping:hover {
  background-color: #9ec152;
  color: #ffffff;
  border: 1px #9ec152 solid;
}
.product-thumb .price {
  font-size: 22px;
}
.product-thumb .price .save_upto {
  color: #ea3e47;
}
.product-thumb .price_list .rrp {
  font-size: 14px;
}
.product-thumb .caption .name a {
  height: 60px;
}
.product-thumb,
#content.col-sm-9 .product-thumb {
  min-height: 440px;
  height: 440px;
}
.product-thumb.col-4,
#content.col-sm-9 .product-thumb.col-4 {
  min-height: 472px;
  height: 472px;
}
.product-thumb .hover-block .product-btn-add {
  background-color: #9ec152;
  border-radius: 15px;
  font-family: "Oswald", sans-serif;
  font-size: 14px;
}
.product-thumb .hover-block .product-btn-add:hover {
  background-color: #fc6d46;
}
.product-thumb .product-btn.instock,
.product_page .col-sm-7.col-lg-5.product_page-right .instock.instock {
  color: #9ec152;
}
.instock.instock:after,
.product-thumb .product-btn.instock:after,
.product_page .col-sm-7.col-lg-5.product_page-right .instock.instock:after {
  background-color: #9ec152;
  font-size: 14px;
  top: 0;
}
.product_page .col-sm-7.col-lg-5.product_page-right .instock.instock:after, .product_page .out_of_stcok:after {
  content: none;
}
.product-info .instock, .out_of_stcok {
  padding-left: 0px!important;
}
.product_page .col-sm-7.col-lg-5.product_page-right .instock.instockatsupplier, 
.product_page .col-sm-7.col-lg-5.product_page-right .instock.availableatsupplier {
  color: #448ccb;
}
.instock#InStockAtSupplier:after,
.product-thumb .product-btn.instock#InStockAtSupplier:after,
.product-thumb .product-btn.instock.atsupplier:after,
.product_page
  .col-sm-7.col-lg-5.product_page-right
  .instock.instockatsupplier:after {
  background-color: #448ccb;
}
.outofstock,
.product-thumb .product-btn.outofstock,
.product_page .out_of_stcok {
  top: -6px;
  font-size: 14px;
  color: #ea3e47;
}
.product-btn.outofstock:after,
.product-thumb .product-btn.outofstock:after,
.product_page .out_of_stcok:after {
  background-color: #ea3e47;
  top: 0;
}
.product-thumb .product-btn.instock#InStockAtSupplier,
.product-thumb .product-btn.instock.atsupplier {
  color: #448ccb;
  font-size: 14px;
}
.product_page .col-sm-7.col-lg-5.product_page-right .instock.instock:after,
.product_page .out_of_stcok:after {
  top: 20%;
}
.common-home .box.latest.m-box .box-content .product-thumb {
  min-height: 410px !important;
  height: 410px !important;
}
.product-thumb .caption .name a {
  line-height: 20px;
}
.common-home .latest .box-content > .row .product-thumb .hover-block {
  padding-top: 0px !important;
}
.common-home .box.latest.m-box .box-content .product-layout.product-grid {
  width: 16.666% !important;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #fc6d46;
  border-color: #fc6d46;
}
/* search */
.search input {
  font-size: 14px;
  border-color: #fc6d46;
}
.product-search .product-thumb .hover-block .product-btn-add {
  width: 80%;
  font-size: 14px;
  line-height: 32px;
}
#search-filter-mobile,
#category-filter-mobile,
#manufacturer-filter-mobile {
  display: none;
}
#search-filter-desktop,
#category-filter-desktop,
#manufacturer-filter-desktop {
  display: block;
  margin: 20px 0;
}
#search-filter-desktop ul,
#category-filter-desktop ul,
#manufacturer-filter-desktop ul {
  padding: 0;
  margin: 0;
}
#search-filter-desktop li,
#category-filter-desktop li,
#manufacturer-filter-desktop li {
  list-style: none;
  margin: 0;
}
#search-filter-desktop .box-header,
#category-filter-desktop .box-header,
#manufacturer-filter-desktop .box-header {
  display: block;
  padding: 2px 0 5px 0;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  line-height: 20px;
  color: #fc6d46;
}
#category-filter-desktop .search-box,
#manufacturer-filter-desktop .search-box {
  border: 1px #d1d3d4 solid;
  padding: 15px;
}
#category-filter-desktop .search-box .filter-header,
#manufacturer-filter-desktop .search-box .filter-header {
  display: block;
  padding: 2px 0 5px 0;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  line-height: 20px;
  color: #fc6d46;
}
#search-filter-desktop .search-box #input-search-desktop,
#category-filter-desktop .search-box #input-search-desktop,
#manufacturer-filter-desktop .search-box #input-search-desktop {
  width: 100%;
  border: solid 1px #fc6d46;
  border-radius: 0;
  font-size: 14px;
}
.search-box .button-search {
  float: right;
  margin-top: -37px;
  text-align: center;
  color: #fc6d46;
  background: transparent;
  border-radius: 0;
  border: 0;
  font-size: 20px;
  line-height: 22px;
  padding: 7px 10px;
}
#search-filter-desktop .cat-box {
  border: 1px #d1d3d4 solid;
  padding: 10px;
}
#search-filter-desktop ul > li,
#category-filter-desktop ul > li,
#manufacturer-filter-desktop ul > li {
  border: 1px #d1d3d4 solid;
  border-top: 0;
  padding: 10px;
}
#search-filter-desktop .button-expand,
#category-filter-desktop .button-expand,
#manufacturer-filter-desktop .button-expand {
  text-align: right;
  margin: -30px 0 5px 0;
}
#search-filter-desktop .button-expand .btn,
#category-filter-desktop .button-expand .btn,
#manufacturer-filter-desktop .button-expand .btn {
  padding: 2px 5px;
  font-size: 12px;
  border: solid 1px #fc6d46;
  color: #fc6d46;
  background: #fff;
}
#search-filter-desktop .button-expand .btn:hover,
#category-filter-desktop .button-expand .btn:hover,
#manufacturer-filter-desktop .button-expand .btn:hover {
  border: solid 1px #fc6d46;
  color: #ffffff;
  background: #fc6d46;
}
#search-filter-desktop .filter-cont,
#category-filter-desktop .filter-cont,
#manufacturer-filter-desktop .filter-cont {
  padding: 10px 10px 0 10px;
  border-top: solid 1px #eee;
  transition: max-height 0.5s ease-in-out !important;
  -webkit-transition: max-height 0.5s ease-in-out !important;
  -o-transition: max-height 0.5s ease-in-out !important;
  -moz-transition: max-height 0.5s ease-in-out !important;
}
#search-filter-desktop .filter-cont li,
#category-filter-desktop .filter-cont li,
#manufacturer-filter-desktop .filter-cont li {
  border: 0;
  padding: 2px 0;
}
#search-filter-desktop .filter-cont li input,
#category-filter-desktop .filter-cont li input,
#manufacturer-filter-desktop .filter-cont li input {
  pointer-events: none;
}
#search-filter-desktop .filter-cont.item-filter,
#category-filter-desktop .filter-cont.item-filter,
#manufacturer-filter-desktop .filter-cont.item-filter {
  height: 40px;
}
#search-filter-desktop .filter-cont.item-filter li,
#category-filter-desktop .filter-cont.item-filter li,
#manufacturer-filter-desktop .filter-cont.item-filter li {
  width: 25%;
  float: left;
}
.category-filter,
.manufacturer-filter {
  max-height: 180px;
  overflow-y: scroll;
}
.category-filter::-webkit-scrollbar,
.manufacturer-filter::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
}
.category-filter::-webkit-scrollbar-thumb,
.manufacturer-filter::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 1px rgba(255, 255, 255, 0.75);
}
.search-results {
  float: right;
  width: 1000px;
}
.search-filter h1 {
  padding: 0;
}
.search-filter h2 {
  clear: both;
  padding: 5px 0;
}
.search-filter-box .category-group {
  text-align: left;
}
.search-filter-box .category-group .dropdown-category {
  width: 230px;
  height: 300px;
  overflow-y: scroll;
}
.search-filter-box .dropdown-menu > li > a {
  text-transform: none;
  color: #393939;
  font-weight: 700;
  font-size: 13px;
  margin-top: 6px;
  margin-bottom: 6px;
}
.search-filter-submit {
  display: none;
}
.page-product-search .product-thumb .caption .name a,
.page-product-category .product-thumb .caption .name a,
.page-product-manufacturer-info .product-thumb .caption .name a {
  line-height: 20px;
}
/* product page */
.product-content-columns,
.product-section {
  margin-bottom: 1em;
}
.product_page .product-content-columns .sale,
.product_page .product-content-columns .shipping {
  background-color: #fc6d46;
  border: 1px #fc6d46 solid;
  border-radius: 15px;
  font: 20px "Oswald", sans-serif;
  width: auto;
  padding: 7px 20px;
}
/* .product_page .product-content-columns .sale:hover,
.product_page .product-content-columns .shipping:hover {
  background-color: #ffffff;
  border: 1px #fc6d46 solid;
} */
.breadcrumb {
  margin: 12px 0px;
}
.product_page .product-content-columns .shipping {
  background-color: #9ec152;
  border: 1px #9ec152 solid;
}
.product_page .product-content-columns .shipping:hover {
  color: #9ec152;
  border: 1px #9ec152 solid;
}
.product_page h1.product-title {
  font-family: "Monsterrat", sans-serif;
  padding: 0px;
}
.product_page-right .panel-body {
  padding: 10px;
}
.product_page .price-section .origanal_price {
  line-height: 20px;
}
#content ul.list-unstyled li {
  padding: 0px;
}
span.save {
  color: #ea3e47;
}
.product_page #product .col-sm-12 {
  padding: 0;
}
.product_page .quntity_class {
  margin: 15px 0;
  padding: 0;
}
.product_page .quntity_class .control-label {
  padding: 0;
  width: 80px;
  line-height: 30px;
}

/* ratings */
.star-rating-container {

}
.star-rating, .star-rating-display {
  display: inline-block;
  position: relative;
  font-size: 48px;
}
.one-star, .two-star, .three-star, .four-star, .five-star {
  border: 0;
  padding: 0;
  margin: 0;
  cursor: default;
  background-color: transparent;
  color: #b4b7b9;
  cursor: pointer;
}
.one-star.stars, .two-star.stars, .three-star.stars, .four-star.stars, .five-star.stars {
  color:#fc6d46;
}
.one-star .transparent, .two-star .transparent, .three-star .transparent, .four-star .transparent, .five-star .transparent {
  color: transparent;
}
.one-star:hover, .two-star:hover, .three-star:hover, .four-star:hover, .five-star:hover, .one-star:focus, .two-star:focus, .three-star:focus, .four-star:focus, .five-star:focus {
  color:#fc6d46;
}
.one-star:hover ~ *, .two-star:hover ~ *, .three-star:hover ~ *, .four-star:hover ~ *, .five-star:hover ~ *, .one-star:focus ~ *, .two-star:focus ~ *, .three-star:focus ~ *, .four-star:focus ~ *, .five-star:focus ~ * {
  color: #fc6d46;
}
.stars, .stars-background {
  border: 0;
  padding: 0;
  margin: 0;
  cursor: default;
  background-color: transparent;
  color: #b4b7b9;
}
.stars.stars, .stars-background.stars {
  color: #4d5357;
}
.stars .transparent, .stars-background .transparent {
  color: transparent;
}
.one-star, .two-star, .three-star, .four-star, .five-star, .stars {
  position: absolute;
  top: -10px;
  left: 0;
  font-size: 33px;
}
.stars {
  overflow: hidden;
}
.star-rating input[type='radio'] {
  display: none;
}
.star-rating input[type='radio']:checked ~ * {
  color: #fc6d46;
}
/* ratings wrapper */

.product_page .quntity_class .quntity_div {
  padding: 0;
  width: 75px;
}
.product_page .fadd_to_cart {
  padding: 0;
}
.product_page #button-cart {
  margin-top: 10px;
  width: 100%;
  background-color: #9ec152;
}
.product_page #button-cart:hover {
  background-color: #fc6d46;
}
.product_page .postage_class .control-label {
  width: 160px;
  text-align: right;
}
.product_page .postage_class .col-sm-2 i {
  color: #fc6d46;
  font-size: 26px;
  position: relative;
  top: 6px;
}
.product-desc,
.product_page #tab-review {
  font: 15px/24px "Montserrat", sans-serif;
}
/* .product_page #reviews_form_title {
  background-color: #9ec152;
  font-size: 16px;
} */
/* cart */
.checkout-cart .col-model {
  min-width: 120px;
}
.checkout-cart .col-qty {
  min-width: 110px;
}
.checkout-cart .col-qty .btn,
.checkout-cart .col-qty .btn:visited {
  padding: 10px 14px;
}
.checkout-cart .col-uprice {
  min-width: 86px;
}
.checkout-cart #collapse-coupon .col-sm-2,
.checkout-cart #collapse-voucher .col-sm-2,
.checkout-cart #collapse-shipping .col-sm-2 {
  width: 25%;
}
.checkout-cart #collapse-coupon .panel-body div,
.checkout-cart #collapse-voucher .panel-body div,
.checkout-cart #collapse-shipping .panel-body div {
  width: 75% !important;
  float: right;
  padding: 0 10px;
}
input#input-coupon, input#input-postcode {
  display: inline-block;
  width: 45%;
  margin-right: 5px;
}
.checkout-cart #collapse-shipping .panel-body .form-horizontal {
  text-align: center;
}
.checkout-cart #collapse-shipping .panel-body .form-horizontal .form-group {
  margin-left: 0;
  margin-right: 0;
}
.checkout-cart #collapse-coupon .panel-body label,
.checkout-cart #collapse-voucher .panel-body label,
.checkout-cart #collapse-shipping .panel-body label {
  font-size: 14px;
  padding: 5px 0;
  line-height: 30px;
}
.checkout-cart #collapse-shipping .panel-body label {
  line-height: 23px;
}
.checkout-cart #collapse-coupon .panel-body input,
.checkout-cart #collapse-voucher .panel-body input,
.checkout-cart #collapse-shipping .panel-body input,
.checkout-cart #collapse-shipping .panel-body select {
  font-size: 14px;
}
.checkout-cart #collapse-coupon .panel-body input[type="button"],
.checkout-cart #collapse-shipping .panel-body input[type="button"] {
  padding: 6px 15px;
}
.checkout-cart .buttons .pull-right {
  padding: 0;
  text-align: right;
}
.checkout-cart .buttons .btn-checkout {
  background-color: #F05658;
}
.checkout-cart .buttons .btn-checkout:hover {
  background-color: #c64756;
}
#totals-title{
  width: 90%;
}
/* related products */
.related-products .product-thumb {
  min-height: 440px;
  height: 440px;
}
/* contact form */
.information-contact .contact-box-map {
  float: right;
}
.information-contact .contact-box-form {
  float: left;
}
#contact_form .form-group .col-sm-2 {
  width: 25%;
}
#contact_form .form-group .col-sm-10 {
  width: 75%;
}
.page-account-password .col-sm-2,
.page-account-edit .col-sm-2,
.page-account-return-add .col-sm-2 {
  width: 20%;
}
.page-account-password .col-sm-10,
.page-account-edit .col-sm-10,
.page-account-return-add .col-sm-10 {
  width: 80%;
}
.newsletter {
  background-color: #fc6d46;
  padding: 50px 100px;
  margin-top: 20px;
}
.newsletter h3 {
  font-family: "Oswald", sans-serif;
  background-color: #fc6d46;
  color: #fff;
  font-weight: normal;
  font-size: 38px;
}
.newsletter p {
  color: #fff;
  font-size: 18px;
}
.newsletter .col .sub {
  background-color: #9ec152;
  border: 1px solid #9ec152;
  border-radius: 0;
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-weight: normal;
}
.newsletter .col .sub:hover {
  background-color: #fc6d46;
  border: 1px #ffffff solid;
  color: #ffffff;
}
.newsletter #subscribe {
  border-radius: 0;
  border: 1px #fff solid;
  box-shadow: none;
}
/* footer */
footer .container p {
  text-align: center;
  text-transform: capitalize;
  font-size: 15px;
  color: #414042;
}
footer .container p a {
  margin: 0 5px;
  color: #414042;
}
footer .container p img {
  margin: 0 10px;
}
footer .container p.payment {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px #e6e7e8 solid;
}
footer .container p.payment .payment-amex {
  height: 45px;
  margin: 10px 20px;
}
footer .container p.socmed {
  font-family: FontAwesome;
}
footer .container p.socmed a {
  display: inline-block;
  background: #9e9e9e;
  color: #ffffff;
  border-radius: 50%;
  height: 34px;
  width: 34px;
}
footer .container p.socmed #facebook-icon:hover {
  background: #3c5a99;
  color: #ffffff;
}
footer .container p.socmed #instagram-icon:hover {
  background: #b93b9c;
  color: #ffffff;
}
footer .container p.socmed #twitter-icon:hover {
  background: #50abf1;
  color: #ffffff;
}
footer .container p.socmed #linkedin-icon:hover {
  background: #0073b1;
  color: #ffffff;
}
footer .container p.socmed #pencil-icon:hover {
  background: #fc6d46;
  color: #ffffff;
}
footer .container p.socmed i {
  display: inline-block;
  font-style: normal;
  font-size: 20px;
  line-height: 34px;
}
footer .copyright {
  background-color: #59595b;
  font-size: 14px !important;
  color: #fff;
}
.copyright .container * {
  color: #fff;
}

.copyright .container a:hover {
  color: #fc6d46;
}

footer .copyright .pull-right {
  right: 30px;
  position: relative;
}

#cart-modal .cart-modal-giftwrap {
  padding-top: 11.5px;
}

.add-gift-wrap {
  background-color: white!important;
  color: #fc6d46!important;
}

.gift-wrap-check {
  color: #fc6d46!important;
  display: inline!important;
}

.product_page #product_details, #tab-review, #tab-shipping, #tab-payment, #tab-contact {
  display: none;
}

#enquiry-product-name {
  margin-bottom: 15px;
}

#enquiry-product-name h1{
  color: #333;
  font-size: 24px;
  font-family: "Monsterrat", sans-serif;
}

.product_page#product_details.active, #tab-review.active, #tab-shipping.active, #tab-payment.active, #tab-contact.active {
  display: block;
}

.return-button-groups .btn-primary {
  margin-left: 25px;
}

.return-button-groups input[type='checkbox'] {
  width:15px;
  height:15px;
}

/* Checkout V2 */
.checkout-inputs input {
  -webkit-appearance: none;
}

.row-equalizer {
  /* padding-top: 20px; */
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}

#content.col-sm-12 #fast-checkout a{
  border-radius: 5px;
}

.return-entry {
  padding-top:17px;
  text-align: left;
}

.return-entry i {
  padding-right: 10px;
  color: #a5a3a3;
}

.cart-products {
  padding-top: 10px;
}


.overflow-scroll {
  overflow-y: auto;
  overflow-x: hidden;
  height: 400px;
  padding-right: 10px;
}

.cart-product-thumb {
  border: 1px solid #ccc;
  border-radius: 5px;
}

.cart-product-name {
  text-align: left;
  padding-top: 0px;
  line-height: 19px;
}

.cart-product-name p {
  margin-bottom: 0px;
}

.cart-product-price {
  padding-top: 0px;
  text-align: right;
  font-weight: bold;
}

.cart-product-name p {
  font: 300 16px/26px 'Open Sans',sans-serif;
  font-weight: bold;
}

.cart-product-quantity {
  background-color: grey;
  padding: 2px 10px;
  position: absolute;
  border-radius: 27px;
  right: 32px;
  font-size: 10px;
  color: white;
  font-weight: bold;
}

.checkout-sidebar-collapse-title {
  display: none;
}

.total {
  padding-bottom: 20px;
}

.total .checkout-sidebar-totals {
  font-size: 20px;
}

.total .checkout-sidebar-total-prices {
  font-size: 20px;
}

.checkout-contact-information {
  padding-bottom: 20px
}

.checkout-field-headings {
  text-align: left;
}

.checkout-field-headings span {
  font-size: 18px;
}

.checkout-inputs {
  padding: 8px 0px;
}

.checkout-checkbox {
  display: block;
  text-align: left;
  min-height: 20px;
}

.checkout-forms {
  padding-top: 2rem;
  border-radius: 5px!important;
  font-size: 14px!important;
  font: black;
  font-weight: 600;
}

input.checkout-forms {
  padding-top: 3rem;
  padding-bottom: 1.1em;
}

select.checkout-forms {
  height: 45px;
  font-size: 14px;
}

.checkout-labels {
  color: #999;
  font-size: 15px;
  position: absolute;
  pointer-events: none;
  left: 28px;
  top: 21px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

.checkout-forms:focus ~ .checkout-labels, .checkout-forms:valid ~ .checkout-labels {
  top: 10px;
  left: 28px;
  font-size: 11px;
}

.checkout-shipping-options input[type="radio"]{
  float: none;
}

.checkout-payment-options input[type="radio"]{
  float: none;
}

.checkout-shipping-options, .checkout-payment-options {
  text-align: left;
  padding-top: 8px;
  padding-bottom: 8px;
  margin: 0px;
  border: 1px solid #ccc;
}

.checkout-shipping-options label {
  font: 300 14px/26px 'Open Sans',sans-serif;
  font-weight: bold;
  -webkit-appearance: none;
}

.checkout-shipping-options span {
  font: 300 14px/26px 'Open Sans',sans-serif;
  font-weight: bold;
}

.checkout-payment-options label {
  font: 300 14px/26px 'Open Sans',sans-serif;
  font-weight: bold;
  -webkit-appearance: none;
}

.checkout-payment-options span {
  font: 300 14px/26px 'Open Sans',sans-serif;
  font-weight: bold;
}

.checkout-payment-options img {
  width: 35px;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
}

#shipping_option .checkout-shipping-options+.checkout-shipping-options {
  border-top: none;
}

/* #payment_option .checkout-payment-options+.checkout-payment-options {
  border-top: none;
} */

#shipping_option .radio+.radio {
  margin: 0px;
}

#payment_option .radio+.radio {
  margin: 0px;
}

.checkout-shipping-options:first-child, .checkout-payment-options:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.checkout-payment-options:not(:first-child) {
  border-top: none;
}

.checkout-shipping-options:last-child, .checkout-payment-options:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.checkout-quote-price {
  font-size: 14px;
  text-align: right;
  margin-top: 8px;
}

.checkout-shipping-option-section, .checkout-payment-option-section {
  margin-top: 5px;
  padding-bottom: 20px;
}

.checkout-payment-option-section {
  padding-bottom: 0px;
}

.checkout-shipping-comment {
  margin-top: 5px;
}

.checkout-shipping-comment textarea{
  border-radius: 5px;
}

.checkout-payment-eway-form {
  display: block;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-top: none;
}

.checkout-payment-eway-option {
  padding-left: 0px;
}

.checkout-payment-eway-option img{
  width: 65px;
}

.checkout-payment-description-box {
  display: none;
  height: 200px;
  border: 1px solid #ccc;
  border-top: none;
  background-color: #fafafa;
  text-align: center;
}

.checkout-payment-description-wording {
  padding: 55px 0px;
}

.checkout-payment-description-wording img{
  width: 60px;
}

.checkout-sidebar {
  border-left: 1px solid #ccc;
}

.checkout-sidebar-totals {
  font-weight: 400;
  font-size: 17px;
}

.checkout-sidebar-total-prices {
  font-size: 17px;
}

#shipping_form .text-danger{
  font-size: 14px;
  font-weight: 600;
}

#contact_form .text-danger{
  font-size: 14px;
  font-weight: 600;
}

#billing_form .text-danger{
  font-size: 14px;
  font-weight: 600;
}

.row-margin-zero {
  margin-left: 0px;
  margin-right: 0px;
}

.checkout-login-option {
  text-align: right;
}

.checkout-login-option a {
  cursor: pointer;
  text-decoration: underline;
  text-decoration-style: dotted;
  text-underline-position: under;
}

#shipping_form .up {
  width: 70%;
}

#shipping_form .up:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 7px 7px 0px 7px;
  border-color: white transparent;
  display: block;
  width: 0;
  z-index: 1;
  top: 3px;
  left: 45%;
}

#shipping_form .up:before {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 7px 7px 0px 7px;
  border-color: #7F7F7F transparent;
  display: block;
  width: 0;
  z-index: 1;
  top: 4px;
  left: 45%;
}

.address-expand {
  padding-top: 20px;
  padding-bottom: 20px;
}

.address-expand-arrow {
  cursor: pointer;
}

.address-expand-arrow .up:before:hover {
  border-color: green transparent;
}

.pac-suggestion {
  display: flex;
  justify-content: space-between;
}

.term-agree {
  text-align: right;
}

#eway-complete {
  text-align: right;
}

.term-agree a {
  cursor: pointer;
  text-decoration: underline;
  text-decoration-style: dotted;
  text-underline-position: under;
}

.checkout-payment-options img.increase-size {
  width: 73px;
}

#contact_form .modal-body .checkout-forms {
  width: 65%;
  display: inline;
  /* margin-left: 35px; */
}

#contact_form .modal-body .checkout-inputs {
  text-align: center;
}

#contact_form .modal-body .checkout-inputs a {
  /* margin-left: 35px; */
  font-size: 12px;
}

#contact_form .modal-body .checkout-labels {
  left: 125px;
}

#contact_form .modal-body .checkout-forms:focus ~ .checkout-labels, #contact_form .modal-body .checkout-forms:valid ~ .checkout-labels {
  /* left: 63px; */
}

#contact_form .modal-body .g-recaptcha {
  padding-left: 128px;
}

.shipping-continue {
  text-align: right;
}

#checkout_summary {
  padding-bottom: 20px;
}

.summary-title {
  color: #202020;
}

.summary-row {
  border-top: 1px solid #ccc;
}

.checkout-summary-box td.summary-link {
  text-align: right;
  padding-right: 15px;
}

.checkout-summary-box {
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 14px;
}

.checkout-summary-box td {
  text-align: left;
  padding: 10px;
  padding-left: 15px;
}
.suggestion-item {
  text-align: left;
  height: 40px;
  display: table;
  width: 100%;
}
.suggestion-item span {
  padding: 0px 15px;
  font-weight: 500;
  vertical-align: middle;
  display: table-cell;
}
.suggestion-item:hover {
  background-color: #ececec;
  cursor: pointer;
}

#address-suggestions {
  border: 1px solid #ccc;
  border-radius: 5px;
  position: absolute;
  z-index: 100;
  background-color: white;
  right: 15px;
  left: 15px;
  box-shadow: 0 2px 6px rgb(0 0 0 / 30%);
}
.suggestion-close{
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
}
.suggestion-power {
  display: flex;
  align-items: center;
  height: 40px;
  justify-content: flex-end;
}
.suggestion-power span {
  padding-right: 20px;
}
.suggestion-close span{
  padding: 0px 15px;
  vertical-align: middle;
}
.suggestion-close i {
  color: #999;
  font-size: 17px;
}
.suggestion-close-text {
  font-size: 12px;
}
#creditcard-info {
  padding-top: 5px;
}
.checkout-sidebar-gst {
  font-size: 12px;
}
#order-total-text {
  font-size: 25px;
  font-weight: bold;
}
#order-total-price {
  font-size: 25px;
  font-weight: bold;
}
#order-total-gst {
  font-size: 12px;
}
.coupon-button {
  padding-top: 7px;
}
#checkout-coupon-section {
  padding-left: 10px;
}
.checkout-product-status {
  font-size: 12px;
}
.text-align-right {
  text-align: right;
}
.coupon-button {
  text-align: right;
}
.cart-products .text-success {
  color: #9ec152;
}
.checkout-shipping-options [type="radio"]:checked,
.checkout-shipping-options [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
    opacity: 0;
}
.checkout-shipping-options [type="radio"]:checked + label,
.checkout-shipping-options [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
}
.checkout-shipping-options [type="radio"]:checked + label:before,
.checkout-shipping-options [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 19px;
    height: 19px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
.checkout-shipping-options [type="radio"]:checked + label:after,
.checkout-shipping-options [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 11px;
    height: 11px;
    background: #fc6d46;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.checkout-shipping-options [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.checkout-shipping-options [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.checkout-payment-options [type="radio"]:checked,
.checkout-payment-options [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
    opacity: 0;
}
.checkout-payment-options [type="radio"]:checked + label,
.checkout-payment-options [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
}
.checkout-payment-options [type="radio"]:checked + label:before,
.checkout-payment-options [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 19px;
    height: 19px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
.checkout-payment-options [type="radio"]:checked + label:after,
.checkout-payment-options [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 11px;
    height: 11px;
    background: #fc6d46;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.checkout-payment-options [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.checkout-payment-options [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.checkout-payment-options label {
  margin-bottom: 0px;
}
.checkout-shipping-options label {
  margin-bottom: 0px;
}
.checkout-shipping-options > :first-child {
  padding-left: 0px;
}
.checkout-payment-options > :first-child {
  padding-left: 0px;
}
#checkout-payment-option-zipmoney .fancybox img {
  zoom: 71%;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
}
#checkout-payment-option-pp_standard img {
  zoom: 80%;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
}
.checkout-shipping-options .radio p {
  padding-left: 28px;
}
.loader {
  border: 5px solid #f3f3f3; /* Light grey */
  border-top: 5px solid #3498db; /* Blue */
  display: none;
  border-radius: 50%;
  width: 33px;
  height: 33px;
  animation: spin 2s linear infinite;
  margin-right: 65px;
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.bx-viewport {
  height: 595px;
  margin-top: 13px;
}

#swipe-cover {
  width: 322px;
  height: 322px;
  position: absolute;
}

.bx-controls-direction a {
  color: black!important;
}
/* Checkout V2 */
#login-yes {
  background-color: #F05658;
}
#login-yes:hover {
  background-color: #c64756;
}
.bottom-buffer {
  margin-bottom: 10px;
}
#submit-loader {
  margin-bottom: -12px;
  margin-left: 25px;
}
.order-summary-title {
  font: 300 16px/26px 'Open Sans',sans-serif;
  font-weight: bold;
}

@media only screen and (min-width: 1281px) {
  .bx-viewport {
    height: 595px;
    margin-top: 13px;
  }
  
  #swipe-cover {
    width: 322px;
    height: 322px;
    position: absolute;
  }
}

@media only screen and (min-width: 800px) {
  
  #default_gallery .image-thumb .bx-wrapper .bx-prev {
    top: -30px;
    background-color: transparent;
  }
  
  #default_gallery .image-thumb .bx-wrapper .bx-next, #default_gallery .image-thumb .bx-wrapper .bx-prev {
    bottom: -30px;
    background-color: transparent;
  }
  
  #default_gallery .image-thumb .bx-wrapper .bx-next i, #default_gallery .image-thumb .bx-wrapper .bx-prev i {
    color: black;
  }
  
  #default_gallery .image-thumb .bx-wrapper .bx-next:hover, #default_gallery .image-thumb .bx-wrapper .bx-prev:hover {
    background: transparent;
  }
  
}

@media only screen and (max-width: 1366px) {
  .header_modules {
    padding: 0;
  }
  .header_modules .container {
    padding: 0;
  }
  .camera_container {
    margin: 0 5px;
  }
  /* product page */
  .product_page .product-content-columns .general_info .brand_name {
    display: none;
  }
  /* cause zoom bug when browser zoom over 100% - hansono - 20250610
  .product_page .product_page-left #default_gallery .image .zoomWrapper {
    width: 621px !important;
    height: 621px !important;
  } */
  /* cart */
  .checkout-cart #content h2 {
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .checkout-cart #collapse-coupon .col-sm-2,
  .checkout-cart #collapse-voucher .col-sm-2,
  .checkout-cart #collapse-shipping .col-sm-2 {
    width: 25%;
  }
  .checkout-cart #collapse-coupon .panel-body div input#input-coupon,
  .checkout-cart #collapse-voucher .panel-body div input#input-voucher {
    width: 68%;
  }
  /* contact form */
  #contact_form .form-group {
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  #contact_form .form-group .col-sm-10 .g-recaptcha {
    margin-top: 0;
  }
  #contact_form .form-group .col-sm-10 .g-recaptcha div {
    margin: 0;
  }
  #contact_form .buttons .pull-right {
    width: auto;
    padding: 0 15px;
  }
  .newsletter {
    padding: 50px 100px;
    margin-top: 50px;
  }
  footer .copyright {
    text-align: center;
  }
  footer .copyright .pull-right {
    float: none !important;
    padding: 0;
    right: 100px;
  }
}

@media only screen and (min-width: 1112px) and (max-width: 1200px) {
  .menu_panel {
    width: 1025px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1320px) {
  #content {
    width: 1200px;
  }
  .menu_panel {
    width: 1170px;
  }
  .common-home {
    width: 1320px;
  }
  .col-sm-3.new_nav {
    width: 21%;
  }
}

@media only screen and (max-width: 1112px) {
  .cf:after,
  .cf:before {
    display: none;
  }
  .new_nav ul li {
    margin-right: 5px;
  }
  /* header */
  .header .logo {
    margin-top: 25px;
    margin-left: 35px;
  }
  .new_nvabar .hamburger_close,
  .btn-filter-close {
    position: relative;
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 18px;
    top: 15px;
    left: 5px;
    z-index: 9999;
    float: right;
  }
  .new_nvabar .hamburger_close span,
  .btn-filter-close span {
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -2px;
    height: 1px;
    background: tansparent;
    left: 0;
  }
  .new_nvabar .hamburger_close span:before,
  .btn-filter-close span:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    left: 0;
    top: 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
  }
  .new_nvabar .hamburger_close span:after,
  .btn-filter-close span:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    left: 0;
    top: 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
  }
  #menu {
    display: none;
  }
  #menu.mu_open {
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 300px;
    background-color: rgba(255, 255, 255, 0.75);
    z-index: 999;
  }
  .menu_panel .col-sm-3 {
    width: 27%;
  }
  .menu_panel .search-wrapper {
    width: 53%;
  }
  .menu_panel .col-sm-3.new_nav {
    width: 20%;
  }
  .menu_panel .header-logo {
    padding: 8px 0;
  }
  .menu_panel .hamburger {
    position: absolute;
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 18px;
    top: 40px;
    left: 0;
    z-index: 999;
    font-size: 30px;
  }
  .menu_panel .hamburger i {
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -2px;
    height: 1px;
    background: #9e9ea0;
    left: 0;
  }
  .menu_panel .hamburger i:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #9e9ea0;
    left: 0;
    top: -10px;
  }
  .menu_panel .hamburger i:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #9e9ea0;
    left: 0;
    top: 10px;
  }
  /* mega menu */
  #menu .new_nvabar {
    display: block;
    width: 300px;
    position: fixed;
    top: 0;
    height: 100%;
    background-color: #fff;
    box-shadow: -3px 0px 3px 1px #ccc;
    z-index: 9999;
    left: 300px;
    right: 0;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
  }
  #menu .new_nvabar .shop_category_h {
    width: 100%;
    float: left;
    min-height: 659px;
  }
  #menu .new_nvabar .shop_category {
    width: 100%;
    padding: 5px 15px;
    margin-top: 0;
    border: 0;
    color: #202020 !important;
    line-height: 30px;
    text-align: left;
    font-size: 18px;
  }
  #menu .new_nvabar .shop_category .hamburger {
    display: none;
  }
  #menu .new_nvabar .shop_category_h .drop_down {
    opacity: 1;
    visibility: visible;
    display: block;
    width: 100%;
    left: 0;
    right: 0;
    padding: 0;
    margin: 0;
  }
  .new_nvabar .drop_down {
    border: 0;
    position: relative;
    top: 0;
  }
  .new_nvabar .drop_down .nav__primary {
    width: 100%;
  }
  .new_nvabar .drop_down .nav__primary,
  #menu .new_nvabar .shop_category_h .drop_down {
    height: auto !important;
    background-color: #ffffff;
    margin: 0;
  }
  .new_nvabar .drop_down .nav__primary li {
    padding: 0;
    border: 0;
    position: relative;
    z-index: 5;
    float: left;
  }
  .new_nvabar .drop_down .nav__primary li.hovered,
  .new_nvabar .drop_down .nav__primary .toggle-on .dropdown-toggle.hovered {
    display: block;
    border: 0;
  }
  .new_nvabar .drop_down .nav__primary li a {
    padding: 0;
    color: #202020;
    font-size: 16px;
  }
  .new_nvabar .drop_down .nav__primary li.hovered a {
    display: block;
    border: 0;
  }
  .new_nvabar .drop_down .nav__primary li:first-child {
    border-top: 1px solid #eee !important;
  }
  .new_nvabar .drop_down .nav__primary li:last-child {
    border: 0;
  }
  .new_nvabar .drop_down .nav__primary li.hovered .inner_drp,
  .new_nvabar .drop_down .nav__primary li:hover .inner_drp {
    opacity: 1;
    display: block;
    max-height: 0;
  }
  .new_nvabar .drop_down .nav__primary .toggle-off.hovered {
    display: block;
  }
  .new_nvabar .drop_down .nav__primary .toggle-off.hovered a {
    color: #202020;
    border: 0;
  }
  .new_nvabar .drop_down .nav__primary .toggle-off.hovered .inner_drp {
    max-height: 0;
  }
  .new_nvabar .drop_down .nav__primary .toggle-on.hovered .inner_drp {
    max-height: 1000px !important;
  }
  .new_nvabar .drop_down .nav__primary .toggle-off a > i,
  .new_nvabar .drop_down .nav__primary .toggle-on a > i,
  #menu .new_nvabar .right_nav li i,
  .new_nvabar .drop_down .inner_drp .col-3 i {
    display: inline-block;
  }
  .new_nvabar .drop_down .nav__primary .toggle-off a > i,
  .new_nvabar .drop_down .nav__primary .toggle-on a > i {
    float: right;
    margin: -30px 0 0 0;
    padding: 5px 15px;
    color: #4b4d50;
    font-size: 13px;
    line-height: 20px;
  }
  .new_nvabar .drop_down .nav__primary .toggle-off a > i.fa-chevron-up {
    display: none;
  }
  .new_nvabar .drop_down .nav__primary .toggle-off a > i.fa-chevron-down {
    display: inline-block;
  }
  .new_nvabar .drop_down .nav__primary .toggle-on a > i.fa-chevron-up {
    display: inline-block;
  }
  .new_nvabar .drop_down .nav__primary .toggle-on a > i.fa-chevron-down {
    display: none;
  }
  .new_nvabar .drop_down .inner_drp {
    margin: 0;
    left: 0;
  }
  .new_nvabar .drop_down .inner_drp .line_brand,
  .new_nvabar .drop_down .inner_drp .img_col {
    display: none;
  }
  .new_nvabar .drop_down .inner_drp .col-3 {
    width: 100%;
    padding: 0;
  }
  body .new_nvabar .drop_down .inner_drp .col-3 a {
    font-size: 16px;
    color: #202020;
  }
  .new_nvabar .drop_down .nav__primary .toggle-off .dropdown-toggle,
  .new_nvabar .drop_down .nav__primary .toggle-on .dropdown-toggle {
    z-index: 3;
    position: relative;
    padding: 0;
    margin: 0;
    width: 100%;
    background-color: #ffffff;
  }
  .new_nvabar .drop_down .nav__primary .toggle-off a span,
  .new_nvabar .drop_down .nav__primary .toggle-on a span {
    line-height: 20px;
    display: block;
    padding: 5px 15px;
    color: #202020;
    background-color: #ffffff;
  }
  .new_nvabar .drop_down .nav__primary .toggle-on a span {
    color: #fc6d46;
  }
  .new_nvabar .drop_down .nav__primary .inner_drp .main_cat span {
    color: #202020;
    font-weight: normal;
  }
  .new_nvabar .drop_down .nav__primary .inner_drp .main_cat.toggle-cat-on span {
    color: #fc6d46;
  }
  .new_nvabar .drop_down .nav__primary .inner_drp {
    position: relative;
    background-color: #ffffff !important;
    display: block !important;
    opacity: 1 !important;
    width: 100%;
    border-top: 1px solid #eee !important;
    transition: max-height 0.5s ease-in-out !important;
    -webkit-transition: max-height 0.5s ease-in-out !important;
    -o-transition: max-height 0.5s ease-in-out !important;
    -moz-transition: max-height 0.5s ease-in-out !important;
    padding: 0;
    float: none;
  }
  .new_nvabar .drop_down .nav__primary .toggle-off .inner_drp {
    overflow: hidden;
    max-height: 0;
  }
  .new_nvabar .drop_down .nav__primary .toggle-on .inner_drp {
    max-height: 1000px !important;
  }
  .new_nvabar .drop_down .inner_drp .col-3 {
    background-color: #ffffff;
  }
  .new_nvabar .drop_down .inner_drp .col-3 a.main_cat {
    position: relative;
    padding: 0 0 0 15px;
    border-bottom: 1px solid #eee !important;
  }
  .new_nvabar .drop_down .inner_drp .col-3 a.toggle-cat-on {
    position: relative;
    z-index: 1;
    color: #fc6d46 !important;
  }
  .new_nvabar
    .drop_down
    .nav__primary
    .toggle-off
    .inner_drp
    a.main_cat
    > i.fa-chevron-up {
    display: none;
  }
  .new_nvabar
    .drop_down
    .nav__primary
    .toggle-off
    .inner_drp
    a.main_cat
    > i.fa-chevron-down {
    display: inline-block;
  }
  .new_nvabar
    .drop_down
    .nav__primary
    .toggle-on
    .inner_drp
    a.main_cat
    > i.fa-chevron-up {
    display: none;
  }
  .new_nvabar
    .drop_down
    .nav__primary
    .toggle-on
    .inner_drp
    a.main_cat
    > i.fa-chevron-down {
    display: inline-block;
  }
  .new_nvabar .drop_down .inner_drp .sub_cat {
    display: block;
    background-color: #ffffff;
    opacity: 1 !important;
    width: 100%;
  }
  .new_nvabar .drop_down .inner_drp .sub_cat.toggle-off {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.5s ease-in-out !important;
    -webkit-transition: max-height 0.5s ease-in-out !important;
    -o-transition: max-height 0.5s ease-in-out !important;
    -moz-transition: max-height 0.5s ease-in-out !important;
  }
  .new_nvabar .drop_down .inner_drp .sub_cat.toggle-on {
    max-height: 1000px !important;
    border-bottom: 1px solid #eee !important;
    transition: max-height 0.5s ease-in-out !important;
    -webkit-transition: max-height 0.5s ease-in-out !important;
    -o-transition: max-height 0.5s ease-in-out !important;
    -moz-transition: max-height 0.5s ease-in-out !important;
  }
  .new_nvabar .drop_down .inner_drp .sub_cat.toggle-on a,
  .new_nvabar .drop_down .inner_drp .sub_cat.toggle-off a {
    padding: 5px 5px 5px 45px;
    margin: 0;
  }
  #menu .new_nvabar .right_nav {
    position: relative;
    float: left;
    width: 100%;
    background-color: #1f1f1f;
    margin: 0;
    padding: 5px 15px;
    border: 0;
  }
  #menu .new_nvabar .right_nav li {
    width: 100%;
    text-align: left;
    margin-right: 0;
  }
  #menu .new_nvabar .right_nav li a {
    margin: 5px 0;
    width: 100%;
    color: #ffffff;
    font-size: 16px;
  }
  #menu .new_nvabar .right_nav li i {
    display: block;
    float: right;
    line-height: 30px;
    color: #ffffff;
    margin: -30px 0 0 0;
  }
  /* banners and slides */
  .mob_banner {
    margin: 0;
  }
  .box.latest.m-box .box-heading {
    margin: 10px 0;
  }
  .common-home .box.latest.m-box .box-content .product-layout.product-grid {
    width: 25% !important;
  }
  .common-home
    .box.latest.m-box
    .box-content
    .owl-item
    .product-layout.product-grid {
    width: 100% !important;
  }
  .page-product-search .product-grid {
    width: 25%;
  }
  /* products */
  #content .row .product-grid.product-layout,
  .box.latest.m-box .box-content .product-layout.product-grid {
    width: 25% !important;
  }
  .product-thumb {
    min-height: 420px !important;
    height: 420px !important;
  }
  .common-home .box.latest.m-box .box-content .product-thumb {
    min-height: 420px !important;
    height: 420px !important;
  }
  .product-thumb .caption .name a,
  .box .product-thumb .caption .name a {
    font-size: 13px;
    line-height: 15px !important;
    height: 45px;
  }
  .product-thumb .price {
    font-size: 22px;
  }
  .product-thumb .hover-block {
    margin-top: 0;
  }
  .product-thumb .hover-block .product-btn-add {
    line-height: 32px !important;
    font-size: 14px !important;
  }
  .breadcrumb {
    display: none;
  }
  #content h2 {
    margin: 20px 0 10px;
  }
  /* search */
  .page-product-search #column-left,
  .page-product-category #column-left,
  .page-product-manufacturer-info #column-left {
    display: none;
  }
  .page-product-search #content,
  .page-product-category #content,
  .page-product-manufacturer-info #content {
    width: 100%;
  }
  #content .search-filter h2 {
    margin: 10px 0;
    width: 100%;
  }
  .search-results {
    float: none;
    width: 100%;
  }
  .search-filter h1 {
    padding-top: 20px;
  }
  #search-filter-desktop,
  #category-filter-desktop,
  #manufacturer-filter-desktop {
    display: none;
  }
  #search-filter-mobile,
  #category-filter-mobile,
  #manufacturer-filter-mobile {
    display: block;
  }
  #search-filter-mobile .col-sm-12,
  #category-filter-mobile .col-sm-12,
  #manufacturer-filter-mobile .col-sm-12 {
    text-align: right;
    padding: 0;
  }
  #search-filter-mobile .col-sm-12 .btn-filter-open,
  #category-filter-mobile .col-sm-12 .btn-filter-open,
  #manufacturer-filter-mobile .col-sm-12 .btn-filter-open {
    background-color: #fff;
    border: solid 1px #fc6d46;
    border-radius: 5px;
    color: #fc6d46;
    padding: 6px 16px;
  }
  #search-filter-mobile .col-sm-12 .btn-filter-open:hover,
  #category-filter-mobile .col-sm-12 .btn-filter-open:hover,
  #manufacturer-filter-mobile .col-sm-12 .btn-filter-open:hover {
    background-color: #fc6d46;
    border: solid 1px #fc6d46;
    color: #ffffff;
    padding: 6px 16px;
  }
  #search-filter-mobile .search-filter-mobile-box,
  #category-filter-mobile .category-filter-mobile-box,
  #manufacturer-filter-mobile .manufacturer-filter-mobile-box {
    display: none;
    background-color: rgba(204, 204, 204, 0.75);
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #search-filter-mobile .search-filter-mobile-inner,
  #category-filter-mobile .category-filter-mobile-inner,
  #manufacturer-filter-mobile .manufacturer-filter-mobile-inner {
    background-color: #fff;
    box-shadow: -3px 0px 3px 1px #ccc;
    float: right;
    width: 300px;
    height: 100%;
    overflow-y: scroll;
    padding: 10px 0 60px 0;
  }
  #search-filter-mobile .search-filter-mobile-inner .btn-filter-close,
  #category-filter-mobile .category-filter-mobile-inner .btn-filter-close,
  #manufacturer-filter-mobile
    .manufacturer-filter-mobile-inner
    .btn-filter-close {
    top: 5px;
  }
  #category-filter-mobile
    .category-filter-mobile-inner
    .search-box
    input[name="search"],
  #manufacturer-filter-mobile
    .manufacturer-filter-mobile-inner
    .search-box
    input[name="search"] {
    border: solid 1px #fc6d46;
    border-radius: 0;
    width: 100%;
    font-size: 14px;
  }
  #category-filter-mobile
    .category-filter-mobile-inner
    .search-box
    .search-whole-term,
  #manufacturer-filter-mobile
    .manufacturer-filter-mobile-inner
    .search-box
    .search-whole-term {
    width: 100%;
    padding: 5px 10px;
    font-size: 14px;
  }
  #category-filter-mobile .category-filter-mobile-inner .search-box,
  #manufacturer-filter-mobile .manufacturer-filter-mobile-inner .search-box {
    padding: 10px;
    margin-top: 10px;
  }
  #category-filter-mobile
    .category-filter-mobile-inner
    .search-box
    .filter-header,
  #manufacturer-filter-mobile
    .manufacturer-filter-mobile-inner
    .search-box
    .filter-header {
    padding: 5px;
    font-size: 16px;
    line-height: 20px;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
  }
  #search-filter-mobile .search-filter-mobile-inner .search-filter-box {
    margin-top: 35px;
  }
  #search-filter-mobile .search-filter-mobile-inner .search-filter-box ul,
  #category-filter-mobile .category-filter-mobile-inner .category-filter-box ul,
  #manufacturer-filter-mobile
    .manufacturer-filter-mobile-inner
    .manufacturer-filter-box
    ul {
    padding: 0;
    margin: 0;
  }
  #search-filter-mobile .search-filter-mobile-inner .search-filter-box li,
  #category-filter-mobile .category-filter-mobile-inner .category-filter-box li,
  #manufacturer-filter-mobile
    .manufacturer-filter-mobile-inner
    .manufacturer-filter-box
    li {
    list-style: none;
    margin: 0;
  }
  #search-filter-mobile .filter-toggle .toggle-header,
  #category-filter-mobile .filter-toggle .toggle-header,
  #manufacturer-filter-mobile .filter-toggle .toggle-header {
    display: block;
    color: #202020;
    padding: 5px 15px;
    font-size: 16px;
    line-height: 20px;
    border-top: 1px #eee solid;
    border-bottom: 1px #eee solid;
    margin-top: -1px;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
  }
  #search-filter-mobile .filter-toggle.toggle-on .toggle-header span,
  #category-filter-mobile .filter-toggle.toggle-on .toggle-header span,
  #manufacturer-filter-mobile .filter-toggle.toggle-on .toggle-header span {
    color: #fc6d46;
  }
  #search-filter-mobile .filter-toggle .toggle-header i,
  #category-filter-mobile .filter-toggle .toggle-header i,
  #manufacturer-filter-mobile .filter-toggle .toggle-header i {
    float: right;
    color: #4b4d50;
    font-size: 13px;
    line-height: 20px;
  }
  #search-filter-mobile
    .filter-toggle.toggle-off
    .toggle-header
    i.fa-chevron-up,
  #category-filter-mobile
    .filter-toggle.toggle-off
    .toggle-header
    i.fa-chevron-up,
  #manufacturer-filter-mobile
    .filter-toggle.toggle-off
    .toggle-header
    i.fa-chevron-up {
    display: none;
  }
  #search-filter-mobile
    .filter-toggle.toggle-off
    .toggle-header
    i.fa-chevron-down,
  #category-filter-mobile
    .filter-toggle.toggle-off
    .toggle-header
    i.fa-chevron-down,
  #manufacturer-filter-mobile
    .filter-toggle.toggle-off
    .toggle-header
    i.fa-chevron-down {
    display: block;
  }
  #search-filter-mobile .filter-toggle.toggle-on .toggle-header i.fa-chevron-up,
  #category-filter-mobile
    .filter-toggle.toggle-on
    .toggle-header
    i.fa-chevron-up,
  #manufacturer-filter-mobile
    .filter-toggle.toggle-on
    .toggle-header
    i.fa-chevron-up {
    display: block;
  }
  #search-filter-mobile
    .filter-toggle.toggle-on
    .toggle-header
    i.fa-chevron-down,
  #category-filter-mobile
    .filter-toggle.toggle-on
    .toggle-header
    i.fa-chevron-down,
  #manufacturer-filter-mobile
    .filter-toggle.toggle-on
    .toggle-header
    i.fa-chevron-down {
    display: none;
  }
  #search-filter-mobile .filter-toggle .toggle-body,
  #category-filter-mobile .filter-toggle .toggle-body,
  #manufacturer-filter-mobile .filter-toggle .toggle-body {
    display: block;
  }
  #search-filter-mobile .filter-toggle .toggle-body li,
  #category-filter-mobile .filter-toggle .toggle-body li,
  #manufacturer-filter-mobile .filter-toggle .toggle-body li {
    padding: 5px 15px 5px 26px;
  }

  #search-filter-mobile .filter-toggle.toggle-off .toggle-body,
  #category-filter-mobile .filter-toggle.toggle-off .toggle-body,
  #manufacturer-filter-mobile .filter-toggle.toggle-off .toggle-body {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.5s ease-in-out !important;
    -webkit-transition: max-height 0.5s ease-in-out !important;
    -o-transition: max-height 0.5s ease-in-out !important;
    -moz-transition: max-height 0.5s ease-in-out !important;
  }
  #search-filter-mobile .filter-toggle.toggle-on .toggle-body,
  #category-filter-mobile .filter-toggle.toggle-on .toggle-body,
  #manufacturer-filter-mobile .filter-toggle.toggle-on .toggle-body {
    overflow: hidden;
    max-height: 1000px;
    transition: max-height 0.5s ease-in-out !important;
    -webkit-transition: max-height 0.5s ease-in-out !important;
    -o-transition: max-height 0.5s ease-in-out !important;
    -moz-transition: max-height 0.5s ease-in-out !important;
  }
  #search-filter-mobile .category-filter,
  #search-filter-mobile .manufacturer-filter,
  #category-filter-mobile .category-filter,
  #category-filter-mobile .manufacturer-filter,
  #manufacturer-filter-mobile .category-filter,
  #manufacturer-filter-mobile .manufacturer-filter {
    max-height: 230px;
    overflow-y: scroll;
    border: solid 1px #eee;
    margin: 10px;
  }
  #search-filter-mobile .category-filter li,
  #search-filter-mobile .manufacturer-filter li,
  #category-filter-mobile .category-filter li,
  #category-filter-mobile .manufacturer-filter li,
  #manufacturer-filter-mobile .category-filter li,
  #manufacturer-filter-mobile .manufacturer-filter li {
    padding: 5px 15px !important;
  }
  #search-filter-mobile .item-filter ul,
  #category-filter-mobile .item-filter ul,
  #manufacturer-filter-mobile .item-filter ul {
    padding: 5px 15px 5px 26px !important;
    border-bottom: solid 1px #eee;
    height: 35px;
  }
  #search-filter-mobile .item-filter li,
  #category-filter-mobile .item-filter li,
  #manufacturer-filter-mobile .item-filter li {
    width: 25%;
    float: left;
    padding: 0 !important;
  }
  .toggle-body .category-filter li,
  .toggle-body .manufacturer-filter li,
  .toggle-body .price-filter li,
  .toggle-body .instock-filter li,
  .toggle-body .sort-filter li {
    padding: 5px 10px;
    border-top: 1px #eee solid;
    line-height: 20px;
  }
  .toggle-body .category-filter li:first-child,
  .toggle-body .manufacturer-filter li:first-child,
  .toggle-body .price-filter li:first-child,
  .toggle-body .instock-filter li:first-child,
  .toggle-body .sort-filter li:first-child {
    border: 0;
  }
  .toggle-body .category-filter li input,
  .toggle-body .manufacturer-filter li input,
  .toggle-body .price-filter li input,
  .toggle-body .instock-filter li input,
  .toggle-body .sort-filter li input,
  .toggle-body .item-filter li input {
    pointer-events: none;
  }
  /* product page */
  .product-content-columns {
    margin-top: 20px;
  }
  #default_gallery {
    display: none;
  }
  #full_gallery {
    display: block;
  }
  .fa-angle-up:before {
    content: "\f104";
  }
  .fa-angle-down:before {
    content: "\f105";
  }
  .product_page .product-content-columns .sale {
    font-size: 16px;
    width: auto;
    padding: 5px 15px;
    border-radius: 10px;
  }
  /* brand */
  .brand-container .col-sm-3 {
    width: 16.666666666666664%;
  }
  /* contact page */
  #contact_form .form-group {
    margin-left: 0;
    margin-right: 0;
  }
  #contact_form .form-group .col-sm-2 {
    width: 100%;
    padding: 0 0 10px 0;
    text-align: left;
  }
  #contact_form .form-group label.col-sm-2 {
    font-size: 14px;
  }
  #contact_form .form-group .col-sm-10 {
    width: 100%;
    padding: 0;
  }
  #contact_form .form-group .col-sm-10 .g-recaptcha {
    margin-top: -10px;
  }
  #contact_form .buttons .pull-right {
    padding: 0;
  }
  .page-account-password .col-sm-2,
  .page-account-edit .col-sm-2,
  .page-account-return-add .col-sm-2 {
    width: 30%;
  }
  .page-account-password .col-sm-10,
  .page-account-edit .col-sm-10,
  .page-account-return-add .col-sm-10 {
    width: 70%;
  }
  .page-account-password .pull-left,
  .page-account-edit .pull-left,
  .page-account-return-add .pull-left,
  .page-account-address .pull-left {
    float: left !important;
    width: auto;
    padding: 0;
  }
  .page-account-password .pull-right,
  .page-account-edit .pull-right,
  .page-account-return-add .pull-right,
  .page-account-address .pull-right {
    float: right !important;
    width: auto;
    padding: 0;
  }
  /* footer */
  footer .copyright {
    text-align: center;
  }
  footer .copyright .pull-right {
    float: none !important;
    padding: 0;
    right: 0;
  }
  .brand-tile span {
    display: none;
  }
  #brand-value .brand-values {
    display: inline;
    color: white;
    margin: 0px 32px;
    /* padding: 0px 150px; */
    /* width: 33%; */
  }
}


@media only screen and (max-width: 1024px) {
  .cart_wrap .box-cart .cart a.dropdown-toggle:hover {
    background-position: -375px -42px;
  }
  #menu .new_nvabar {
    left: 0;
  }
  #menu .new_nvabar .shop_category_h {
    min-height: 1191px;
  }
  .menu_panel .hamburger {
    top: 25px;
    left: 25px;
  }
  /* header */
  .menu_panel .col-sm-3,
  .menu_panel .col-sm-3.new_nav {
    width: 50%;
  }
  .header .logo {
    margin-top: 6px;
    margin-left: 0;
    width: 200px;
  }
  .menu_panel .search-wrapper {
    width: 100%;
  }
  /* product */
  .common-home .box.latest.m-box .box-content .product-layout.product-grid {
    width: 25% !important;
  }
  .product-thumb {
    min-height: 450px !important;
    height: 450px !important;
  }
  .common-home .latest .box-content > .row .product-thumb .hover-block {
    padding-top: 0 !important;
  }
  .product-thumb .caption .name a {
    height: 45px;
  }
  .product-thumb .hover-block .product-btn-add,
  .page-product-search .product-thumb .hover-block .product-btn-add {
    font-size: 13px;
    line-height: 20px;
    margin-top: 10px;
  }
  .page-product-search .product-grid {
    width: 25%;
  }
  .col-sm-2.quntity_div {
    width: auto;
    padding: 0;
  }
  .brand-container .col-sm-3 {
    width: 16.667%;
  }
  /* cart */
  .checkout-cart #collapse-voucher {
    height: auto !important;
  }
}

@media only screen and (max-width: 1024px) and (max-height: 768px) {
  #menu .new_nvabar .shop_category_h {
    min-height: 593px;
  }
}

@media only screen and (max-width: 896px) {
  /* banner */
  #menu .new_nvabar .shop_category_h {
    min-height: 937px;
  }
  /* product */
  .common-home .box.latest.m-box .box-content .product-layout.product-grid,
  #content .row .product-grid.product-layout,
  .common-home .box-content .product-layout.product-grid {
    width: 33.33% !important;
  }
  .product-thumb {
    min-height: 430px !important;
    height: 430px !important;
  }
  .common-home .box.latest.m-box .box-content .product-thumb {
    min-height: 430px !important;
    height: 430px !important;
  }
  .common-home .latest .box-content > .row .product-thumb .hover-block {
    padding-top: 0px !important;
  }
  .m-product-thumb .m-product-thumb-inner .name {
    height: 70px;
  }
  .product-filter .row .col-sm-8,
  .product-filter .row .col-sm-4 {
    width: 100% !important;
    text-align: center;
  }
  .product-filter .btn-group {
    padding-bottom: 10px;
  }
  .product-filter .btn-group .dropdown-menu {
    text-align: left;
  }
  .product-filter .pull-right {
    padding: 0 !important;
    text-align: right;
  }
  .product-filter .pull-right .search {
    width: 300px;
    margin: 0 auto;
  }
  .col-sm-9#content h2,
  .product-filter h2 {
    margin-bottom: 20px !important;
  }
  .search-filter .col-sm-7 {
    width: 52%;
  }
  .search-filter .col-sm-5 {
    width: 48%;
  }
  .search-filter .category-group #select-category .category-name .cat-name {
    display: none;
  }
  .search-filter #input-search {
    width: 270px;
  }
  .search-filter h2 {
    margin-bottom: 0 !important;
  }
  .search-filter .dropdown-menu {
    top: 100% !important;
  }
  /* product page */
  .product_page .product_page-left {
    width: 100%;
    margin-top: 20px;
  }
  .product_page .product_page-right {
    width: 100%;
  }
  #default_gallery {
    display: none;
  }
  #full_gallery {
    display: block;
    width: 75%;
    margin: 0 auto 10px auto;
  }
  .product_page .form-horizontal .control-label {
    width: auto;
  }
  .product_page .product-content-columns .general_info {
    text-align: center;
  }
  .product_page .product-content-columns .general_info a {
    display: inline-block;
    margin-bottom: 0px;
}
  .product_page .product-content-columns .btn_top {
    right: 129px;
  }
  .product_page #zip-prod-widget {
    display: block;
    width: 400px;
    margin: 0 auto;
    padding: 5px 0 5px 50px;
  }
  /* #payment-zip{
    padding-top: 2.5rem;
  } */
  #payment-zip iframe{
    height: 100px;
  }
  #payment-zip .divider {
    min-width: 2px;
    height: 2px;
    background: #00aeb8;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    /* margin-left: 8px; */
    margin-right: 170px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #payment-zip .tagliner {
    font-size: 7vw;
  }
  .product_page .quntity_class {
    width: 25%;
    float: none;
    margin: 0 auto 10px auto;
    height: 30px;
  }
  .product_page .quntity_class .control-label {
    width: 90px;
    margin-right: 10px;
    text-align: right;
  }
  .product_page .quntity_div {
    width: auto;
    padding: 0;
  }
  .product_page .fadd_to_cart {
    width: 50%;
    margin: 0 auto;
    float: none;
  }
  .product_page .panel-default {
    margin: 0 auto;
    float: none;
    width: 400px;
    clear: both;
  }
  .product_page .postage_class .postage_div {
    width: 170px;
  }
  .product_page .postage_class .col-sm-2 {
    width: 50px;
  }
  #input-postage {
    margin-bottom: 7px;
  }
  #product {
    text-align: center;
  }
  /* cart */
  .checkout-cart #collapse-coupon .col-sm-2,
  .checkout-cart #collapse-voucher .col-sm-2,
  .checkout-cart #collapse-shipping .col-sm-2 {
    width: 33.33% !important;
  }
  .checkout-cart #collapse-coupon .panel-body div,
  .checkout-cart #collapse-voucher .panel-body div,
  .checkout-cart #collapse-shipping .col-sm-10 {
    width: 66.67% !important;
  }
  /* contact form */
  .information-contact .col-sm-6 {
    width: 100%;
    padding: 10px 20px !important;
  }
  .information-contact .contact-box-map {
    float: right;
    padding: 10px;
  }
  .information-contact .contact-box-form {
    float: left;
    padding: 10px;
  }
  #contact_form .form-group .col-sm-2 {
    width: 100%;
    padding: 0 0 10px 0;
    text-align: left;
  }
  #contact_form .form-group .col-sm-10 {
    width: 100%;
  }
  #contact_form .form-group .col-sm-10 .g-recaptcha div {
    margin: 0 auto;
  }
  .page-account-password .col-sm-2,
  .page-account-edit .col-sm-2,
  .page-account-return-add .col-sm-2 {
    width: 40%;
  }
  .page-account-password .col-sm-10,
  .page-account-edit .col-sm-10,
  .page-account-return-add .col-sm-10 {
    width: 60%;
  }
  /*footer*/
  footer .container p img {
    margin: 0 2px;
  }
}

.bx-viewport {
  height: 595px;
  margin-top: 13px;
}

/* Ipad Pro */
@media only screen 
  and (min-width: 1024px) {
    #full_gallery .bx-wrapper .bx-prev {
      background-color: transparent;
      left: -40px;
    }

    #full_gallery .bx-wrapper .bx-prev i:before {
      font-size: 33px;
    }

    #full_gallery .bx-wrapper .bx-next {
      background-color: transparent;
      right: -40px;
    }
  
    #full_gallery .bx-wrapper .bx-next i:before {
      font-size: 33px;
    }

    #full_gallery .bx-wrapper .bx-next, #full_gallery .bx-wrapper .bx-prev {
      background-color: transparent;
      border: none;
    }
    
    #full_gallery .bx-wrapper .bx-next i, #full_gallery .bx-wrapper .bx-prev i {
      color: black;
    }
    
    #full_gallery .bx-wrapper .bx-next:hover, #full_gallery .bx-wrapper .bx-prev:hover {
      background: transparent;
      color: black;
    }

    .bx-viewport {
      height: 372px;
    }
    #youtube-mobile {
      height: 372px;
      width: 372px;
    }
  }

@media only screen and (max-width: 768px) {
  #full_gallery .bx-wrapper .bx-prev {
    background-color: transparent;
    left: -40px;
  }
  
  #full_gallery .bx-wrapper .bx-prev i:before {
    font-size: 25px;
  }

  #full_gallery .bx-wrapper .bx-next {
    background-color: transparent;
    right: -40px;
  }

  #full_gallery .bx-wrapper .bx-next i:before {
    font-size: 25px;
  }

  #full_gallery .bx-wrapper .bx-next, #full_gallery .bx-wrapper .bx-prev {
    background-color: transparent;
    border: none;
  }
  
  #full_gallery .bx-wrapper .bx-next i, #full_gallery .bx-wrapper .bx-prev i {
    color: black;
  }
  
  #full_gallery .bx-wrapper .bx-next:hover, #full_gallery .bx-wrapper .bx-prev:hover {
    background: transparent;
    color: black;
  }
  /* youtube */
  #youtube-mobile {
    height: 560px;
    width: 560px;
  }
  #swipe-cover {
    height: 560px;
    width: 560px;
  }
  .product_page #button-cart {
    width: 95%;
    font-size: 20px;
  }
  #content.col-sm-12 #quick-checkout {
    display: block;
  }
  #quick-checkout-button {
    display: block;
  }
  
  #cart-heading {
    display: none;
  }
  .todo-next {
    display: none;
  }
  #content.col-sm-12 #quick-checkout {
    padding: 16px;
  }
  #quick-checkout-button {
    margin-bottom: 17px;
  }
  #quick-checkout-button a{
    padding: 14px 135px;
    font-size: 22px;
  }
  #gst-included {
    font-size: 10px;
    display: block;
  }
  #total-price {
    font-size: 20px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    color: #333;
    display: block;
  }
  .general-content,.content_bottom,.article-description p {
    line-height: 20px;
  }

  .common-home .banner-1 {
    width: 50%;
    padding: 0 5px;
  }
  #menu .new_nvabar {
    width: 300px;
  }
  #menu .new_nvabar .shop_category_h {
    min-height: 849px;
  }
  /* header */
  body.common-home .header {
    position: relative;
    margin: 0;
    padding: 0;
    z-index: auto;
  }
  .mobile .header_modules > .container .fluid_container {
    margin-bottom: 9px;
  }
  #page {
    margin-top: 0;
  }
  .search-filter .col-sm-8,
  .search-filter .col-sm-4 {
    width: 100%;
  }
  .search-filter h2 {
    margin-bottom: 0 !important;
  }
  /* product */
  .common-home .box.latest.m-box .box-content .product-layout.product-grid {
    width: 33.33% !important;
  }
  .common-home .latest .box-content > .row .product-thumb .hover-block {
    padding-top: 0px !important;
  }
  .product-thumb {
    min-height: 460px !important;
    height: 460px !important;
  }
  .common-home .box.latest.m-box .box-content .product-thumb {
    min-height: 430px !important;
    height: 430px !important;
  }
  .product-thumb .caption .name a {
    font-size: 13px;
    line-height: 20px;
  }
  .product-thumb .hover-block .product-btn-add {
    line-height: 32px;
    font-size: 14px;
  }
  /* brand */
  .brand-container .col-sm-3 {
    width: 25%;
  }
  .checkout-cart #collapse-coupon .col-sm-2,
  .checkout-cart #collapse-voucher .col-sm-2,
  .checkout-cart #collapse-shipping .col-sm-2 {
    width: 33.33% !important;
  }
  .checkout-cart #collapse-coupon .panel-body div,
  .checkout-cart #collapse-voucher .panel-body div,
  .checkout-cart #collapse-shipping .col-sm-10 {
    width: 66.67% !important;
  }
  /* contact page */
  .information-contact .col-sm-6 {
    width: 100%;
    padding: 10px 20px !important;
  }
  #contact_form .form-group .col-sm-2 {
    width: 100%;
    padding: 0 0 10px 0;
    text-align: left;
  }
  #contact_form .form-group label.col-sm-2 {
    font-size: 14px;
  }
  #contact_form .form-group .col-sm-10 {
    width: 100%;
    padding: 0;
  }
  #contact_form .form-group .col-sm-10 .g-recaptcha {
    margin-top: -10px;
  }
  #contact_form .buttons {
    margin: 0;
  }
  #contact_form .buttons .pull-right {
    padding: 0;
    width: 100%;
    text-align: center;
  }
  footer .copyright {
    text-align: center;
  }
  footer .copyright .pull-right {
    padding: 0 0 10px 0;
  }
}

@media only screen and (max-width: 767px) {
  .buttons.checkout-success-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  #content.col-sm-12 .row.checkout-success-content {
    padding-left: 20px;
    padding-right: 20px;
  }
  #content.col-sm-12 .row.checkout-success-content .col-sm-6.checkout-sidebar{
    padding-left: 15px;
    padding-right: 15px;
  }
  .checkout-sidebar {
    border-left: none;
  }
  #full_gallery .bx-wrapper .bx-prev {
    background-color: transparent;
    left: -40px;
  }
  
  #full_gallery .bx-wrapper .bx-prev:before {
    font-size: 25px;
  }

  #full_gallery .bx-wrapper .bx-next {
    background-color: transparent;
    right: -40px;
  }

  #full_gallery .bx-wrapper .bx-next:before {
    font-size: 25px;
  }

  #full_gallery .bx-wrapper .bx-next, #full_gallery .bx-wrapper .bx-prev {
    background-color: transparent;
    border: none;
  }
  
  #full_gallery .bx-wrapper .bx-next i, #full_gallery .bx-wrapper .bx-prev i {
    color: black;
  }
  
  #full_gallery .bx-wrapper .bx-next:hover, #full_gallery .bx-wrapper .bx-prev:hover {
    background: transparent;
    color: black;
  }
  /* youtube */
  #youtube-mobile {
    height: 322px;
    width: 322px;
  }
  .bx-viewport {
    height: 322px;
  }
  #swipe-cover {
    height: 322px;
    width: 322px;
  }
  #totals-title{
    width: 36%;
  }
  #checkout-table {
    margin-top: 20px;
  }
  #checkout-totals {
    padding: 0px 15px;
  }
  .tooltiptext {
    visibility: hidden;
  }
  #stock-tool-tip:hover .tooltiptext {
    visibility: hidden;
  }
  #content .shoping_cart {
    padding: 0px 20px;
  }
  #postage_checker {
    display: inline-block;
  }
  #content #payment-information {
    padding-left: 10px;
  }
  #content.col-sm-12 .row {
    padding:0px 0px;
  }
  #content.col-sm-12 #fast-checkout, #content.col-sm-12 #product-wrapper {
    padding:0px 10px;
  }
  #desktop-afterpay-fancybox {
    display: none;
  }
  #mobile-afterpay-fancybox {
    display: flex;
    text-align: left;
  }
  #mobile-afterpay-fancybox img{
    margin-right: 10px;
    height: 25px;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: optimize-contrast;
    -ms-interpolation-mode: nearest-neighbor;
  }
  #zip-fancybox {
    display: flex;
    text-align: left;
  }
  #zip-fancybox img{
    margin-right: 10px;
    width: 45px;
  }
  #zip-fancybox a{
    display: flex;
  }
  /* #payment-zip, #payment-afterpay {
    width: 50%;
  } */
  #content .row .payment-info {
    /* display: flex; */
    padding-bottom:10px;
  }
  .page-account-account #content h2{
    text-align: center;
  }
  
  .product_page #reviews_form_title {
    background-color: #9ec152;
    outline: none;
    margin-top: 20px;
  }
  .product-review-form {
    padding-left: 15px;
    padding-right: 15px;
  }
  .shipping_content_ {
    padding-left: 15px;
    padding-right: 15px;
  }
  .swipe-control {
    display: none;
  }
  body .header {
    position: relative;
    margin: 0;
  }
  .btn,
  .btn:visited {
    background-color: #9ec152;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    font-size: 14px;
  }
  .header .logo {
    margin: 0 !important;
    left: 20px;
    width: 150px;
  }
  .menu_panel .header-logo {
    padding: 0;
  }
  #menu .new_nvabar {
    width: 300px;
  }
  body .menu_panel .hamburger {
    display: block !important;
    top: 5px;
    left: 0;
    width: 25px;
    height: 25px;
    font-size: 25px;
  }
  .header_modules > .container .fluid_container {
    margin-bottom: 0 !important;
  }
  .camera_container {
    margin: 0 10px;
  }
  .box.m-box {
    margin: 0;
  }
  .box.latest.m-box .box-heading {
    margin: 5px 0;
  }
  .common-home .mob_banner {
    padding: 0 5px 10px 5px !important;
  }
  .newsletter h2 {
    font-size: 28px;
  }
  .newsletter p {
    font-size: 14px;
  }
  .newsletter .col .sub {
    font-size: 14px;
    padding: 0;
  }
  .product-thumb {
    height: auto;
  }
  .product-thumb .caption {
    height: 140px;
  }
  .product-thumb .caption .name,
  .m-product-thumb .m-product-thumb-inner .name {
    height: 60px;
  }
  .product-thumb .price {
    line-height: 25px;
  }
  .product-thumb .hover-block .product-btn-add {
    width: 80%;
    font-size: 13px;
    line-height: 20px;
  }
  .instock.instock:after,
  .product-thumb .product-btn.instock:after,
  .product_page .col-sm-7.col-lg-5.product_page-right .instock.instock:after {
    top: 0;
  }
  .instock.instock#InStockAtSupplier {
    color: #fc6d46;
  }
  .instock.instock#InStockAtSupplier:after, .instock.atsupplier:after {
    background-color: #448ccb !important;
  }
  .product-thumb,
  .box.latest.m-box .box-content .product-layout.product-grid .product-thumb,
  .common-home .box.latest.m-box .box-content .product-thumb {
    padding: 10px;
    min-height: 430px !important;
    height: 430px !important;
  }
  .product_page .form-horizontal .control-label {
    display: block;
  }
  .product_page .form-horizontal .contact-form-labels {
    padding-left: 0px;
    text-align: left;
  }
  #tab-contact h3{
    margin-left: 15px;
    margin-right: 15px;
  }
  #content h2 {
    width: 100%;
    font-size: 28px;
  }
  #content [class*="col-sm-"] + [class*="col-sm-"],
  aside {
    margin-top: 0;
  }
  .product-filter .pull-right {
    padding: 0 !important;
    float: none !important;
    text-align: right;
  }
  .product-filter .pull-right .search {
    width: 300px;
    margin: 0 auto;
  }
  .search button {
    top: -8px !important;
    right: 3px !important;
  }
  .search button .fa-search {
    font-size: 20px;
  }
  .product-filter .pull-right .search .button-search {
    top: 0 !important;
    right: 0 !important;
    height: 40px !important;
    width: 40px !important;
  }
  .search-filter .col-sm-7 {
    float: left;
  }
  .search-filter .col-sm-5 {
    float: right;
  }
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > thead > tr > th {
    white-space: normal;
  }
  /* product page */
  .product_page .product-content-columns .btn_top {
    right: 110px;
  }
  .product-thumb .sale,
  .product-thumb .shipping,
  .m-product-thumb .sale,
  .m-product-thumb .shipping {
    font: 12px/28px;
  }
  #full_gallery {
    border: 1px solid #e9e9e9 !important;
  }
  .product_page #product_details {
    margin-top: 30px;
  }
  .product_page #tab-review {
    margin-bottom: 30px;
  }
  .product_page #product_details, #tab-review, #tab-shipping, #tab-contact {
    display: block;
  }
  #content.col-sm-12 #related {
    padding: 0px 15px;
  }
  .contact_content_ {
    margin-left: 15px;
    margin-right: 15px;
  }
  .contact-options {
    font-size: 15px;
  }
  #product_details .product_content_, #tab-review .tab-review_content, #tab-shipping .shipping_content_, #tab-contact .contact_content_{
    display: none;
  }
  #product_details .product_content_ {
    display: block;
  }
  .product-section_title.mobile_show {
    /* border-top: 1px solid #cdcdcd; */
    border-bottom: 1px solid #cdcdcd;
  }
  .product_page .quntity_class {
    width: 270px;
    margin: 0 auto 10px auto;
    height: 40px;
  }
  .product_page .quntity_class .quntity_div {
    width: auto;
  }
  .product_page .form-postage .postage_class .control-label,
  .product_page .form-postage .postage_class .postage_div,
  .product_page .form-postage .postage_class .col-sm-2 {
    float: left;
  }
  aside#column-left {
    display: none;
  }
  .page-account-password .col-sm-2,
  .page-account-edit .col-sm-2,
  .page-account-return-add .col-sm-2,
  .page-account-password .col-sm-10,
  .page-account-edit .col-sm-10,
  .page-account-return-add .col-sm-10 {
    float: none;
    width: 100%;
  }
  footer {
    padding-top: 30px;
  }
  footer .container p img {
    margin: 0 2px;
    height: 40px;
  }
  footer .copyright {
    margin-top: 20px;
  }
  /* super cool sidebar cart */
  .side-cart {
    right: 0;
    top: 0;
    display: block;
    position: fixed;
    overflow-y: scroll;
    width: 100%;
    height: 100vh;
    background-color: #f6f7f9;
    transition: 0.7s;
    z-index: 999;
    box-shadow: 3px 3px 3px rgb(0 0 0 / 20%);
  }
  .side-cart-header h3{
    color: #9ec152;
    font-size: 24px;
  }
  .side-cart-header {
    padding: 12px 36px;
  }
  .side-cart-header .arrow {
    padding: 10px;
    top: 5px;
    position: relative;
  }
  .side-cart .top-success {
    position: relative;
    display: none;
    font-family: 'Oswald';
    color: #9ec152;
    font-size: 19px;
    z-index: 999;
    text-align: center;
  }
  .side-cart .m-product-thumb-inner .btn_top.label-down {
    top: 50px;
  }
  .target-product-card {
    height: fit-content;
  }
  .target-product-card #target-card-continue-button {
    padding-top: 0px;
  }
  .target-product-card img {
    height: 130px;
    padding: 10px;
  }
  .product-card-name {
    font-size: 10px;
  }
  .target-product-card-name {
    font-size: 10px;
  }
  .target-product-card-price {
    padding-right: 30px;
  }
  .target-product-card-continue {
    padding-top: 20px;
    padding-bottom:20px
  }
  .product-card-add-button {
    min-width: 120px;
  }
  .product-card img {
    height: 150px;
    padding: 10px;
  }
  .product-card-img .product-card-thumb {
    padding-top: 20px;
  }
  /* super cool sidebar cart wrapper */

  /* Checkout V2 */
  .checkout-panel {
    padding-left: 17px;
    padding-right: 17px;
  }
  .checkout-field-headings span {
    font-size: 18px;
  }
  .checkout-login-option {
    text-align: left;
  }
  .checkout-checkbox label{
    font-size: 14px;
    font-weight: bold;
  }
  #content.col-sm-12 div#contact_form.checkout-contact-information{
    padding-bottom: 20px;
    padding-top: 10px;
  }
  .row-equalizer {
    flex-direction: column-reverse;
  }
  .checkout-sidebar-collapse-title {
    background-color: #fafafa;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
  }
  .checkout-sidebar-collapse-title {
    display: block;
  }
  .checkout-sidebar-collapse-title h4 { 
    padding: 0px 15px;
  }
  .checkout-sidebar-collapse-title i {
    vertical-align: bottom;
    font-size: 14px;
    padding-bottom: 1px;
  }
  .checkout-sidebar {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 10px;
  }
  #checkout-sidebar-collapse {
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 20px;
    background-color: #f6f6f6;
    border-bottom: 1px solid #e6e6e6;
  }
  .checkout-sidebar-totals {
    font-size: 14px;
  }
  .checkout-sidebar-total-prices {
    font-size: 14px;
  }
  #content.col-sm-12 div#checkout_summary {
    padding: 10px 0px;
  }
  .checkout-shipping-options input[type="radio"]{
    margin-left: 0px;
  }
  .checkout-payment-options input[type="radio"]{
    margin-left: 0px;
  }
  .checkout-shipping-comment-section {
    /* padding-top: 15px; */
    display: none;
  }
  #add-comment-section {
    padding-bottom: 10px;
    text-align: left;
  }
  #add-comment {
    text-decoration: underline dotted;
  }
  .checkout-shipping-comment {
    margin-top: 0px;
  }
  .checkout-quote-price {
    width: 25%;
  }
  .checkout-shipping-option-section, .checkout-payment-option-section {
    padding-bottom: 10px;
  }
  .return-entry {
    padding-top: 0px;
  }
  .checkout-summary-box td {
    padding-top: 2px;
    padding-bottom: 2px;
  }
  #content.col-sm-12 .checkout-shipping-options {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  #content.col-sm-12 .checkout-payment-options {
    padding-top: 6px;
    padding-bottom: 6px;
  }
  #contact_form .modal-body .g-recaptcha {
    padding-left: 24px;
  }  
  #contact_form .modal-body .checkout-forms {
    width: 85%;
  }
  #contact_form .modal-body .checkout-labels {
    left: 54px;
  }
  .cart-product-name {
    padding-top: 0px;
  }
  #order-total-text {
    font-size: 22px;
  }
  #order-total-price {
    font-size: 22px;
  }
  #order-total-gst {
    font-size: 9px;
  }
  .cart-product-name p {
    font: 300 14px/20px 'Open Sans',sans-serif;
    font-weight: bold;
  }
  .cart-product-price {
    padding-top: 0px;
    font-weight: bold;
  }
  #content.col-sm-12 .row.cart-products {
    padding: 5px 0px;
  }
  .cart-product-price p {
    font: 300 14px/20px 'Open Sans',sans-serif;
    font-weight: bold;
  }
  .suggestion-item {
    line-height: 15px;
  }
  .fa-chevron-down{
    transform: rotate(0deg);
    transition: transform 0.2s linear;
  }
  .fa-chevron-down.open{
    transform: rotate(180deg);
    transition: transform 0.2s linear;
  }
  #checkout-sidebar-collapse hr {
    margin-top: 7.5px;
    margin-bottom: 7.5px;
  }
  .overflow-scroll {
    overflow-y: hidden;
    overflow-x: hidden;
    height: auto;
    padding-right: 0px;
  }
  .checkout-shipping-options > :first-child {
    padding-left: 10px;
    -webkit-appearance:none
  }
  .checkout-payment-options > :first-child {
    padding-left: 10px;
    -webkit-appearance:none
  }
  #content .checkout-shipping-options .checkout-quote-price {
    margin-top: 6px;
  }
  #checkout-payment-option-zipmoney .fancybox img {
    zoom: 140%;
  }
  .checkout-shipping-options .radio p {
    padding-left: 28px;
    font-size: 13px;
  }
  /* Checkout V2 Wrapper */
}

@media only screen and (max-width: 750px) {
  .box.latest.m-box .box-content .product-layout.product-grid .product-thumb,
  .common-home .box.latest.m-box .box-content .product-thumb {
    min-height: 430px !important;
    height: 430px !important;
  }
}

@media only screen and (max-width: 699px) {
  .common-home .banner-1 {
    width: 100%;
  }
  .common-home .banner-1 img {
    width: 100%;
  }
  .common-home .banner-1 + .banner-1 {
    margin-top: 10px;
  }
  .box.latest.m-box .box-heading {
    height: 50px;
  }
  .box.latest.m-box .box-heading h3 {
    font-size: 28px;
    line-height: 28px;
  }
  .box.latest.m-box .box-heading a {
    font-size: 12px;
    padding: 7px 15px;
  }
  .product-thumb,
  .box.latest.m-box .box-content .product-layout.product-grid .product-thumb,
  .common-home .box.latest.m-box .box-content .product-thumb {
    min-height: 390px !important;
    height: 390px !important;
  }
  .common-home .box.latest.m-box .box-content .product-thumb {
    min-height: 410px !important;
    height: 410px !important;
  }
  .product-thumb .caption {
    height: 140px;
  }
  .product-thumb .price,
  .m-product-thumb .m-product-thumb-inner .price {
    font-size: 16px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    color: #202020;
  }
  .product-thumb .price_list .rrp {
    font-size: 11px;
  }
  .product_page .product-content-columns .btn_top {
    right: 100px;
  }
  /* cart */
  .checkout-cart #content h2 {
    width: 100%;
  }
  .shoping_cart table,
  .shoping_cart thead,
  .shoping_cart tbody,
  .shoping_cart th,
  .shoping_cart td,
  .shoping_cart tr {
    display: block !important;
  }
  .shoping_cart thead .col-img,
  .shoping_cart thead .col-name,
  .shoping_cart thead .col-model,
  .shoping_cart thead .col-qty,
  .shoping_cart thead .col-uprice,
  .shoping_cart thead .col-tprice {
    display: none !important;
  }
  .shoping_cart .table-responsive > .table > tbody > tr > td,
  .shoping_cart .table-responsive > .table > tbody > tr > th,
  .shoping_cart .table-responsive > .table > tfoot > tr > td,
  .shoping_cart .table-responsive > .table > tfoot > tr > th,
  .shoping_cart .table-responsive > .table > thead > tr > td,
  .shoping_cart .table-responsive > .table > thead > tr > th {
    white-space: normal !important;
    vertical-align: top;
  }
  .shoping_cart tbody .cart-item {
    clear: both;
    border-bottom: 1px #e9e9e9 solid;
  }
  .shoping_cart tbody .col-img {
    float: left;
    width: 20%;
    border: 0;
  }
  .shoping_cart tbody .col-name,
  .shoping_cart tbody .col-model,
  .shoping_cart tbody .col-qty {
    float: right;
    width: 80%;
    border: 0;
    padding: 5px;
  }
  .shoping_cart tbody .col-qty div > p,
  .shoping_cart tbody .col-qty div > div {
    float: left;
    width: auto;
  }
  .shoping_cart tbody .col-qty div > div button {
    width: 35px;
    height: 35px;
  }
  .checkout-cart .col-qty .btn,
  .checkout-cart .col-qty .btn:visited {
    padding: 7px 10px;
  }
  .shoping_cart tbody .col-model,
  .shoping_cart tbody .col-name .text {
    left: 0;
    font-size: 12px;
  }
  .shoping_cart tbody .col-qty {
    height: 50px;
  }
  .shoping_cart tbody .col-uprice {
    display: none !important;
  }
  .shoping_cart tbody .col-tprice {
    clear: both;
    float: none;
    width: 100%;
    border: 0;
  }
  .checkout-cart #collapse-coupon .panel-body label,
  .checkout-cart #collapse-coupon .panel-body div,
  .checkout-cart #collapse-voucher .panel-body label,
  .checkout-cart #collapse-voucher .panel-body div {
    width: 100% !important;
    text-align: center;
  }
}

@media only screen and (max-width: 600px) {
  .common-home #banner0 .left-col,
  .common-home #banner0 .right-col {
    width: 100%;
  }
  .common-home #banner0 .left-col {
    display: block;
    height: auto;
    padding-right: 0 !important;
    padding-bottom: 10px;
  }
  .common-home #banner0 .left-col .banner-box {
    display: block;
  }
  .common-home #banner0 .right-col .banner-1 {
    height: auto;
  }
  .common-home #banner0 .right-col .col-sm-4 + .col-sm-4 {
    margin-top: 10px !important;
  }
  .product-thumb,
  .box.latest.m-box .box-content .product-layout.product-grid .product-thumb,
  .common-home .box.latest.m-box .box-content .product-thumb {
    min-height: 380px !important;
    height: 380px !important;
  }
  .common-home .box.latest.m-box .box-content .product-thumb {
    min-height: 380px !important;
    height: 380px !important;
  }
  .product-thumb .caption {
    height: 140px;
  }
  .product-thumb .caption .name a {
    font-size: 12px;
    line-height: 16px;
  }
  .product-thumb .price {
    font-size: 16px;
  }
  .product-thumb .price_list .rrp {
    font-size: 12px;
  }
  .product_page .product-content-columns .btn_top {
    right: 90px;
  }
  footer {
    padding-top: 20px;
  }
  footer .copyright {
    margin-top: 10px;
  }
}

@media only screen and (max-width: 500px) {
  #menu .new_nvabar {
    width: 100%;
  }
  #menu .new_nvabar .shop_category_h {
    min-height: 637px;
  }
  #menu .new_nvabar .right_nav {
    padding: 5px 15px 60px 15px;
  }
  #page {
    margin-top: 0;
  }
  body.common-home {
    position: relative;
  }
  body.common-home .header {
    position: relative;
    margin-bottom: 0;
  }
  .common-home .mob_banner {
    margin-top: 0;
  }
  .common-home .box.latest.m-box .box-heading {
    height: auto;
    padding: 0;
    margin: 20px 0 0 0;
  }
  .common-home .box.latest.m-box .box-heading h3,
  .common-home .box.latest.m-box .box-heading a {
    float: none;
  }
  .box.latest.m-box .box-heading h3 {
    font-size: 28px;
    line-height: 28px;
  }
  .box.latest.m-box .box-heading a {
    font-size: 12px;
    padding: 6px 10px;
    line-height: 50px;
  }
  .common-home .box.latest.m-box .box-content .product-layout.product-grid {
    width: 50% !important;
  }
  /* products */
  .product-grid .product-thumb .caption,
  .product-list .product-thumb .caption {
    height: 130px;
  }
  .product-thumb .hover-block .product-btn-add {
    background-color: #8dc63f;
    padding: 5px;
    line-height: 20px !important;
  }
  .product-thumb .caption {
    padding-top: 0;
  }
  .product-thumb .caption .name,
  .m-product-thumb .m-product-thumb-inner .name,
  .product-thumb .caption a,
  .m-product-thumb .caption a,
  .box .product-thumb .caption .name a,
  .m-product-thumb .caption .name a {
    height: 65px;
  }
  .box .product-thumb .caption .name a {
    font-size: 12px !important;
    line-height: 16px !important;
  }
  #content .row .product-grid.product-layout,
  .box.latest.m-box .box-content .product-layout.product-grid {
    width: 50% !important;
  }
  #content .row .product-grid.product-layout .product-thumb,
  .box.latest.m-box .box-content .product-layout.product-grid .product-thumb {
    min-height: 380px !important;
    height: 380px !important;
    padding: 15px;
  }
  .product-thumb .price {
    font-size: 16px;
  }
  .product-thumb .price_list .rrp {
    font-size: 11px;
  }
  .instock.instock {
    font-size: 12px;
  }
  .product_page .product-content-columns .btn_top {
    right: 60px;
    top: -5px;
  }
  .product_page .product-content-columns .sale {
    font-size: 14px;
    padding: 5px 12px;
  }
  .product_page .panel-default {
    width: 100%;
  }
  .product_page .form-postage,
  .product_page .form-postage .form-group {
    margin-bottom: 0;
  }
  .product_page .form-postage .postage_class .control-label {
    text-align: center;
    width: 35%;
    padding: 8px 0;
  }
  .product_page .form-postage .postage_class .postage_div,
  .product_page .form-postage .postage_class .col-sm-2 {
    float: left;
  }
  .product_page .form-postage .postage_class .postage_div {
    width: 50%;
  }
  .product_page .form-postage .postage_class .col-sm-2 {
    padding: 0;
    margin: 0;
    width: 15%;
  }
  .newsletter {
    padding: 30px;
  }
  .newsletter p {
    font-size: 14px;
  }
  footer > .container {
    padding: 15px;
    padding-top: 0;
  }
  footer .container p img {
    height: 30px;
  }
  footer .copyright {
    font-size: 12px !important;
    padding: 15px 10px 60px 10px;
  }
}

@media only screen and (max-width: 400px) {
  .toprow-1 {
    display: none;
  }
  #cart-modal .cart-modal-continue,
  #cart-modal .cart-modal-redirect,
  #cart-modal .cart-modal-giftwrap {
    width: 100%;
  }
  #cart-modal .cart-modal-continue,
  #cart-modal .cart-modal-giftwrap {
    margin-bottom: 10px;
  }

  .common-home .box.latest .box-content,
  .common-home .box.specials .box-content {
    padding: 0;
  }
  .common-home .box-content .row.owl-carousel {
    width: 95%;
    margin: 0 auto;
  }
  .common-home .box-content .row.owl-carousel .owl-controls .owl-dots {
    display: none !important;
  }
  #content .row .product-grid.product-layout .product-thumb,
  .box.latest.m-box .box-content .product-layout.product-grid .product-thumb {
    min-height: 370px !important;
    height: 370px !important;
  }
  .product-grid .product-thumb .caption,
  .product-list .product-thumb .caption {
    height: 135px;
  }
  .m-product-thumb .m-product-thumb-inner .name {
    padding-top: 10px;
  }
  .product-thumb .caption .name a {
    font-size: 12px !important;
    line-height: 16px !important;
  }
  .product-thumb .caption .name,
  .product-thumb .caption .name a,
  .m-product-thumb .caption a,
  .m-product-thumb .caption .name a,
  .m-product-thumb .m-product-thumb-inner .name {
    height: 67px !important;
  }
  .product-grid .product-thumb .stock_status,
  .product-list .product-thumb .stock_status,
  .m-product-thumb .stock_status {
    padding: 0;
  }
  .product-thumb .hover-block .product-btn-add {
    font-size: 12px !important;
  }
  .product_page .product-content-columns .btn_top {
    right: 55px;
    top: -5px;
  }
  .product_page #zip-prod-widget {
    padding: 5px;
  }
  footer .container p img {
    height: 25px;
  }
}

@media only screen and (max-width: 320px) {
  .menu_panel .col-sm-3 {
    width: 62%;
  }
  .menu_panel .col-sm-3.new_nav {
    width: 38%;
  }
  .header .logo {
    width: 140px;
  }
  .new_nav ul li.contact_bg,
  .new_nav ul li.acount_bg {
    margin-right: 2px;
  }
  .new_nav ul li.contact_bg a:hover i,
  .new_nav ul li.contact_bg i {
    background-position: -9px 0px;
    width: 32px;
  }
  .new_nav ul li.acount_bg a:hover i,
  .new_nav ul li.acount_bg i {
    width: 32px;
    background-position: -284px -3px;
  }
  .cart_wrap .box-cart .cart a.dropdown-toggle {
    width: 30px;
    background-position: -376px -2px;
  }
  .box.latest.m-box .box-content .row {
    padding: 0;
  }
  #content .row .product-grid.product-layout .product-thumb,
  .box.latest.m-box .box-content .product-layout.product-grid .product-thumb {
    min-height: 340px !important;
    height: 340px !important;
    padding: 5px;
  }
  .product-thumb .caption .name,
  .product-thumb .caption .name a,
  .m-product-thumb .caption a,
  .m-product-thumb .caption .name a,
  .m-product-thumb .m-product-thumb-inner .name {
    height: 65px !important;
  }
  .product-grid .product-thumb .image {
    margin: 5px 0;
  }
  .product-thumb .price,
  .m-product-thumb .m-product-thumb-inner .price {
    font-size: 15px;
    line-height: 16px;
    height: 40px;
  }
  .product-grid .product-thumb .caption,
  .product-list .product-thumb .caption {
    height: 140px;
  }
  .product-thumb .hover-block .product-btn-add,
  .page-product-search .product-thumb .hover-block .product-btn-add {
    margin-top: 5px;
  }

  /* product page */
  .product_page .fadd_to_cart {
    width: 75%;
  }
  .product_page .form-postage .postage_class .control-label {
    width: 100%;
    padding: 0 0 10px 0;
  }
  .product_page .form-postage .postage_class .postage_div {
    width: 85%;
  }
  .product_page .form-postage .postage_class .col-sm-2 {
    width: 15%;
  }
  .product_page .product-content-columns .btn_top {
    right: 45px;
    top: -10px;
  }
}

div.ps-slider-item-loading { 
  background:url(https://img-cdn-01.megaboutique.com.au/image/photoswipe-loader.gif) center center no-repeat
}
div.ps-toolbar div div.ps-toolbar-content {
  width:44px;
  height:44px;
  margin:0 auto;
  background-image:url(https://img-cdn-01.megaboutique.com.au/image/photoswipe-icons.png);
  background-repeat:no-repeat
}
@media only screen and (-webkit-min-device-pixel-ratio:2) { 
  div.ps-toolbar div div.ps-toolbar-content {
    -webkit-background-size:176px 88px;
    background-image:url(https://img-cdn-01.megaboutique.com.au/image/photoswipe-icons@2x.png)
  }
}

/* header.tpl */
#brand-value img {width: 25px;display: inline;padding-right: 3px;filter: invert(1);}
.product-thumb .price .save_upto{color: #58595b;font-size: 12px;font-weight: 400;font-style: normal;text-transform: capitalize;margin-top:-2px}
@media only screen and (max-width: 900px) {
    .m-product-thumb .m-product-thumb-inner .price .save_upto {color: #58595b;font-size: 12px;font-weight: 400;font-style: normal;text-transform: capitalize;margin-top:-2px}
}

/* product.tpl */
.youtube::after{content:url(https://img-cdn-01.megaboutique.com.au/image/youtube-button.png);z-index:100;position:absolute;top:30%;left:25%}
.product_page .col-sm-7.col-lg-5.product_page-right .instock.instockatsupplier{position: relative;padding-left:0px;}
.product_page .col-sm-7.col-lg-5.product_page-right .instock.instockatsupplier:after{position: absolute;content: none;height: 10px;width: 10px;border-radius: 50%;left:5px;transform: translate(-50%);}
@media only screen and (max-width:767px){
    .product_page .col-sm-7.col-lg-5.product_page-right .instock.instockatsupplier{text-align: center;margin: 10px 0px;display: inline-block;} 
}

/* homepage 2022 */
.banners_2x1 .product-thumb {border:0;position:relative;height:auto;min-height:100px;margin-bottom:20px;width:70%}
.banners_2x1 .product-thumb-0 {float:right}
.banners_2x1 .product-thumb img {width:100%;}

@media only screen and (max-width: 768px) {
    .banners_2x1 .product-thumb {width:100%}
    .banners_2x1 .product-thumb {height:auto !important;min-height:100px !important;margin-bottom:0px;}
}

.heading_42{text-align: center;font: normal normal bold 24px/37px Montserrat;letter-spacing: 0px;color: #000000;padding-top:40px}
.banners_4x2 {flex-wrap:wrap}
.banners_4x2 .product-thumb {flex: 1 0 21%;border:0;position:relative;height:auto;min-height:100px;}
.banners_4x2 .product-thumb img {width:100%;}
.banners_4x2 .product-thumb .info {position:absolute;display:block;width:94%;height:70px;bottom:0px;}
.banners_4x2 .product-thumb .info .title {font: bold normal normal 22px/52px Montserrat;letter-spacing: 0px;color: #FF8357;background: rgba(255,255,255,0.85);}

@media only screen and (max-width: 768px) {
    .heading_42{font-size:16px;padding-top:0px}
    .banners_4x2 .product-thumb {flex: 1 0 40%;padding:4px;}
    .banners_4x2 .product-thumb {height:auto !important;min-height:100px !important;margin-bottom:0px;}
    .banners_4x2 .product-thumb .info {height:42px;width:100%;padding: 0 4px;margin-left: -4px;}
    .banners_4x2 .product-thumb .info .title {font: bold normal normal 14px/32px Montserrat;text-indent:10px;}
}

@media only screen and (max-device-width: 1024px) {
    .heading_42{font-size:16px;padding-top:0px}
    .banners_4x2 .product-thumb {padding:4px;}
    .banners_4x2 .product-thumb {height:auto !important;min-height:100px !important;margin-bottom:0px;}
    .banners_4x2 .product-thumb .info {height:42px;width:100%;padding: 0 4px;margin-left: -4px;}
    .banners_4x2 .product-thumb .info .title {font: bold normal normal 14px/38px Montserrat;text-indent:10px;}
}

@media only screen and (max-width: 1024px) and (orientation:landscape) {
    .banners_4x2 .product-thumb .info {height:56px;}
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
    .banners_4x2 .product-thumb .info {height:56px;}
}

/* fix product description list new line start text - hansono - 20230829 */
.product-desc ul {
  list-style: outside;
}

/* product description - hansono - 20250120 */
.product-desc {
  font: 15px/27px "Montserrat", sans-serif;
}

.product-desc b, .product-desc optgroup, .product-desc strong {
  font-weight: 550;
}

.product-desc ol, .product-desc ul {
  margin-bottom: 25px;
}

#or-pay-with {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

#or-pay-with::before,
#or-pay-with::after {
  content: "";
  flex: 1;
  border-bottom: 1px solid #eee;
}

#wallet-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 15px;
}

.wallet-item {
  flex-basis: calc(50% - 5px); /* Calculate basis for two columns, accounting for gap */
  flex-grow: 1; /* Allow items to grow to fill available space */
}

/* Specific rule for when there's only one item */
#wallet-wrapper:has(.wallet-item:only-child) .wallet-item {
  flex-basis: 100%; /* Make the single item take full width */
}

.product-thumb .caption .name a {
  margin-bottom: 4px;
}

.product-thumb .promotion-name {
  color: #fc6d46;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  font-weight: 900;
}

.product-thumb .bottom {
  position: absolute;
  bottom: 18px;
  left: 0;
  right: 0;
  padding: 0 10px;
}