/* @import url("https://fonts.googleapis.com/css?family=Roboto:400,700"); */

* {
  box-sizing: border-box;
}


.product-title {
    font-size: 1.3em;
    line-height: 1.4em;
    font-weight: normal;
}

label {
    font-weight: 500;
}

h4,
.h4 {
  color: white;
}
.text-muted:hover {
  color: white;
}
body {
  margin: 0;
  /* font-family: "Roboto", sans-serif; */
  font-size: 13px;
}
.magnifier {
  left: 40% !important;
  top: 120px !important;
  width: 60% !important;
  height: 650px !important;
}
.tracker {
  cursor: pointer !important;
}
h3 {
  /* font-family: "Roboto", sans-serif; */
  font-size: 14px;
  /* font-weight: 600; */
}
/* Navabar stick*/
/* .sticky {
  position: fixed;
  top: 0;
  width: 100% !important;
  z-index: 100;
  height: 61px;
} */
.sticky {
  top: 0;
  width: 100% !important;
  z-index: 100;
  height: 61px;
}
/*possible jumping menu fix*/
.secondary-nav-form{
  height:61px;
}
/*.secondary-nav-container{
  margin-top:unset !important;
}*/
nav.navbar.navbar-expand-md.navbar-dark.bg-dark.top-menu.pt-5{ 
   height:61px;
}
.container-nav {
  max-width: 1100px !important;
  margin: 0 auto;
}

/*nav{
    background: #fff;
}
.nav-shadow{
    box-shadow: 0 0 5px 0 rgba(0,0,0,.30);
}
nav ul{
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    text-align: left;
}
#nav-header{
    padding: 10px 35px 10px;
}
nav li {
    display: inline-block;
}
nav a{
    color: #444;
    text-decoration: none;
    display: block;
    
}
.menu-sub{
    margin-top:0px;
    position: absolute;
    left:0;
    background-color: #fff;
    width: 100%;
    display: none;
    color: #444;
    padding: 1em;
    padding-left: 2em;
}
nav li:hover .menu-sub{
    display: block;
}
.menu-sub li{
    display: block;
}
.menu-sub a{
    padding: 0;
    margin-bottom: .35em;
}
.menu-sub a:hover{
    color: #999999;
}
.menu-category{
    margin: 1em 0 .5em;
}
.menu-category:first-of-type{
margin-top:0;
}
*/
/* Menu Col System */

.menu-col-1,
.menu-col-2,
.menu-col-3,
.menu-col-4,
.menu-col-5 {
  float: left;
}
.menu-col-1,
.menu-col-2,
.menu-col-3,
.menu-col-4,
.menu-col-5 {
  width: 20%;
}
.div.menu-col-1 li {
  padding-left: 0 !important;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 4px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
/*
image container for detailed description page
*/
.image-container {
  position: relative;
  top: 0;
  left: 0;
  /*margin-top: 15px;*/
  padding: 1rem;
}
.configuration-container {
  height: 300px;
  overflow: auto;
  float: left;
  width: 100%;
}
ul.thumb {
  margin: 0 auto;
  padding: 0;
  float: left;
}
ul.thumb2 {
  margin-top: 0.2em !important;
}
ul.thumb li:active,
ul.thumb li:focus,
ul.thumb li:hover {
  border-color: #e77600;
  box-shadow: 0 0 3px 2px rgba(228, 121, 17, 0.5);
}
ul.thumb li {
  list-style: none;
  margin: 7px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  line-height: 5.5em;
}

ul.thumb2 li {
    /* width: 80% !important; */
    /* height: 16% !important; */
    line-height: 2em !important;
}
ul.thumb li img {
  height: auto;
  /*width: 80px;*/ /*resize fix*/
  width:100%;
  border: none;
  outline: none;
  transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  vertical-align: middle;
}

.modalGalleryLaptop.thumb li {
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    border-radius: 8px;
}

.imgBox {
  /*float:left;
    margin-top:7px;
    overflow: hidden;*/
  float: left;
  /*margin-top: -1.5rem;*/
  overflow: hidden;
  /*border: solid 1px #dadada;
    border-radius: 2px;*/
  /*height: 55rem;*/
  width: 100%;
  /*border: 2px solid #f2f2f2;*/
  box-sizing: border-box;
  text-align: -webkit-center;
}
.imgBox img {
  /*height: 100%;*/
  /*max-height: 55rem;*/ /*mobile fix*/
  max-height: 40rem;
  /*width:100%;*/ /*mobile fix*/
  align-items: center;
}
.modal-product-image .img {
  width: 100% !important;
}


.rating-devider {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.list-price {
  color: #aeaeae;
  float: right;
}
.our-price {
  font-size: 22px;
}
.price-old {
  font-size: 14px;
}
#product-right-col {
  border-left: 1px solid #e7e7e7;
  padding-bottom: 10px;
}



.stock {
    padding: 10px 0;
    border-radius: 8px;
}
.fa-cart-plus,
.fa-heart-o {
  font-size: 20px;
  float: left;
}
.btn-add-to-cart {
  padding: 10px 20px;
  line-height: 20px;
  width: 100%;
  margin-top: 10px;
  border:0px;
}
.add-to-cart-dropdown {
  margin: 0px 0 0;
}
.product-detail-container {
  padding: 0px;
}
.remove-padding-left {
  padding-left: 0px !important;
}
.fa-angle-down {
  margin-top: -23px;
  margin-right: 15px;
  float: right;
}
.selectpicker {
  background: transparent;
}
.border-left {
  border-left: 1px solid #e7e7e7;
}
.add-to-wishlist {
  padding: 8px 0px;
  /*border: 1px solid grey;*/
  border-radius: 3px;
  display: flex;
  justify-content: center;
}
button.gradient-border.view-deals.btn.prev {
  border: none !important;
  margin-top: 15px;
}
.product-right-image-container {
  width: 100% !important;
  text-align: center !important;
  line-height: 30px;
  height: auto !important;
  padding: 0px !important;
}
.thumb-right {
    width: 100%;
    list-style: none;
    border: 1px solid rgba(0, 0, 0, 0.2);
    overflow: hidden;
    margin-bottom: 10px;
    background-color: white;
    /*background-color: rgb(49 48 48);*/
    color: white;
}
.thumb-right > a {
    color:black;
}
.thumb-right:hover {
  background-color: #f24c60 !important; /*#444444*/
  color: white !important;
}
.configuration-list-item:hover {
  color: white;
}
.configuration-items {
  width: 100%;
  list-style: none;
  border: 1px solid rgba(0, 0, 0, 0.2);
  overflow: hidden;
  margin-bottom: 10px;
  background-color: rgb(249, 249, 249);
  color: white;
  margin: 7px 0 7px 0 !important;
}
#exzoom {
  position: absolute;
  width: 90%;
  height: 100%;
  z-index: 900;
  margin-left: 100px;
}
.exzoom_zoom_outer {
  top: 0 !important;
}

.exzoom_preview {
  height: 80% !important;
  left: 830px !important;
  margin-top: -20px !important;
  width: 115% !important;
}
.modalBtn {
  border: none;
  background-color: white !important;
  padding: none !important;
  float: left;
  /* width: 80%; 87%; */
  margin-top: 0.7em; /*-15px;*/
}
button#modalBtn.modalBtn {
  border: none !important;
}
.image-modal {
  display: none;
  position: fixed;
  z-index: 1100;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: scroll;
  background-color: rgba(0, 0, 0, 0.5);
}
.image-modal-content {
  padding: 2% 0%;
  background-color: white;
  margin: 6% auto;
  /*height: 70%;*/
  animation-name: modalOpen;
  animation-duration: 1s;
  width: 85%;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.image-modal-text {
  float: right;
  font-size: 16px;
  font-weight: normal;
}
.closeBtn {
  float: right;
  padding-right: 20px;
  font-size: 30px;
  margin-top: -0.5em;
  color: #777 !important;
}
.closeBtn:hover,
.closeBtn:focus {
  color: #111 !important;
  cursor: pointer;
  text-decoration: none;
}

@keyframes modalOpen {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.price-right {
  font-size: 16px;
  float: right;
}
.float-right {
  float: right;
}
.vat-center {
  text-align: center;
}
.price-new-right {
  float: right;
}
.config {
  font-size: 15px;
  font-weight: 600;
  color: #000;
  text-align: center;
  padding-bottom: 10px;
}
.active {
  color: white;
  text-shadow: none;
}
.active-button {
  background-color: #ec233b /*#282828 #333333*/;
}
.active-button a {
  color: white;
} 
.img-active {
  border-color: #e77600 !important;
  box-shadow: 0 0 3px 2px rgba(228, 121, 17, 0.5);
}
.right {
  float: right !important;
  margin: 0 !important;
}
.modal-gallery {
  /*display: inline-flex !important;*/
}
.see-more {
  margin-left: -12px;
}
.see-more-right {
  color: #333;
}
.fa-angle-right {
  padding-right: 3px;
}
.compare-products {
  padding-top: 10px;
}
.fa-heart-o {
  font-size: 14px !important;
  line-height: 20px !important;
}
.report-problems {
  padding-top: 10px;
}
/* product page specifications animation on border bottom*/
ul.tab-bar,
ul.tab-bar > li {
  position: relative;
}
ul.tab-bar.bar-style-1:before {
  background-color: #da1b60;
}
ul.tab-bar:before {
  display: inline-block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  z-index: 1;
}
ul.tab-bar > li {
  list-style-type: none;
  border-width: 0;
}
ul.tab-bar.bar-style-1 > li.active {
    color: #da1b60;
    font-weight: 500;
    background-color: #ffffff !important;
    text-shadow: 3px 5px 4px rgba(0, 0, 0, 0.5);
    border-radius: 10px 10px 0px 0px;
    box-shadow: 0px -1px 4px 1px #b3aeae;
}
ul.items-content {
    background-color: #ffffff;
    box-shadow: 0px 0px 3px 0px #706e6e;
}
li {
  list-style-type: none;
  border-width: 0;
  margin: 0 0px;
  background-color: transparent;
}
.essential-header {
    font-size: 16px;
    font-weight: 700;
    /* border-top: 1px solid rgba(0, 0, 0, 0.2); */
    /* border-bottom: 1px solid rgba(0, 0, 0, 0.2); */
    /* line-height: 40px; */
    /*padding: 1rem 1rem 0rem 1rem;*/
    padding: 0.6rem 1rem 0.6rem 1rem;
    background-color: black;
    color: white;
    border-radius: 5px;
}
.specifications-header {
    font-size: 16px;
    font-weight: 700;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    /* line-height: 40px; */
    padding: 1rem;
    margin: 5px 0px 5px 0px;
}
.essential-extras-icons {
  width: 200px;
  height: auto;
  padding-top: 10px;
  margin: 0 auto;
}
.essential-extras-radios {
  padding-top: 10px;
}
.essential-extras-row {
  /*height: 260px;*/
  margin-top:5px;
  margin-bottom:5px;
}
.highlight:hover {
  color: red;
}
.specifications-header {
  margin-bottom: 10px;
}
#index {
  -webkit-animation: index_blur 1.5s;
}
.hide-desktop {
  display: none;
}
.brand-name {
  color: red !important;
}
.spacing-top {
  margin-top: 20px;
}
.special-deals2 {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}



@-webkit-keyframes index_blur {
  0% {
    -webkit-filter: blur(5px);
  }
  100% {
    -webkit-filter: blur(0px);
  }
}
@media (max-width: 1199px) {
  .specifications-header {
    font-size: 14px;
    line-height: 20px;
  }
  #nav-header {
    padding: 0;
    font-size: 14px;
  }
  .highlight {
    display: flex;
    font-size: 11px;
  }
  .specifications-small {
    width: 30% !important;
    float: left;
  }
  .specifications-large {
    width: 70% !important;
    float: left;
    padding-left: 0px !important;
  }
  .essential-extras-row {
    height: 100%;
    padding: 0 0px;
  }
}
@media (max-width: 767px) {
  #bread-crumb {
    padding-top: 0px;
    display: none;
  }
  div.col-md-5.remove-padding-left {
    display: none;
  }
  .product-title {
    font-size: 14px;
    font-weight: normal;
  }
  .longer-description {
    display: none;
  }
  #product-description {
    margin-top: 10px;
  }
  .display-mobile {
    display: block;
  }
  .hide-mobile {
    display: none;
  }
  .rate {
    font-size: 10px;
    line-height: 22px;
  }
  .price-new {
    font-size: 16px;
  }
  .form-control {
    width: 100%;
  }
  .special-deals2 {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0);
  }
  /* .col-md-12{
        padding-right: 0px;
        padding-left: 0px;    
    } */
  .remove-padding {
    padding: 0 !important;
  }
  .vat-center {
    float: right;
  }
  .add-to-cart-dropdown {
    margin: 0px;
  }
}
@media (max-width: 479px) {
}
/*
 *  STYLE 3
 */
.white {
  color: white !important;
}
.black {
  color: #000 !important;
}
.custom-scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

.custom-scroll::-webkit-scrollbar {
  width: 0px;
  background-color: #f5f5f5;
}

.custom-scroll-visible::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.3);
  background-color: rgb(222, 222, 222);
}

.custom-scroll-visible::-webkit-scrollbar {
  width: 3px !important;
  background-color: #444 !important;
}

.custom-scroll-visible::-webkit-scrollbar-thumb {
  background-color: #000000;
}

.custom-scroll::-webkit-scrollbar-thumb {
  background-color: #000000;
}

.custom-horizontol-scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.3);
  background-color: rgb(222, 222, 222);
}

.custom-horizontol-scroll::-webkit-scrollbar {
  height: 3px !important;
  background-color: #444 !important;
  cursor: crosshair;
}

.custom-horizontol-scroll::-webkit-scrollbar-thumb {
  background-color: #000000;
}

.scroll-btn-down {
    position: absolute;
    left: 1.1rem;
    top: 51rem;
    height: 2.1rem;
    /*width: 11.3rem;*/ /*9rem;*/
    background-color: #f5f5f5;
}

.scroll-btn-top {
    /*position: absolute;
    left: 1.1rem;
    top: 0rem;
    height: 2.1rem;
    width: 9rem;
    background-color: #F5F5F5;*/
    position: absolute;
    left: 1.1rem;
    top: 1.5rem;
    height: 2.1rem;
    /*width: 11.3rem;*/
    background-color: #f5f5f5;
}

.arrow-down {
    background-size: 11.3rem 2.5rem;
    background-image: url("../images/down.png");
    background-repeat: no-repeat;
    background-position: center;
}

.arrow-top {
    background-size: 11.3rem 2.5rem;
    background-image: url("../images/up.png");
    background-repeat: no-repeat;
    background-position: center;
}

/*Floating Button*/

.fab {
    background: #03a9f4;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.5), 3px 3px 3px rgba(0, 0, 0, 0.25);
    position: fixed;
    bottom: 34px;
    right: 65px;
    font-size: 2.4em;
    padding: 2px;
    display: inline-block;
    cursor: default;
}

.fab span {
  vertical-align: middle;
  font-weight: 500;
}

.fab.child {
  right: 58.66666667px;
  width: 42.66666667px;
  height: 42.66666667px;
  display: none;
  opacity: 0;
  align-items: center;
  font-size: 1.7em;
  color: white;
}

.fab-gradient-border {
    --borderWidth: 3px;
    border-radius: calc(10 * var(--borderWidth));
}

.fab-gradient-border:after {
    background: #1d1f20;
    content: "";
    position: absolute;
    top: calc(-1 * var(--borderWidth));
    left: calc(-1 * var(--borderWidth));
    height: calc(100% + var(--borderWidth) * 2);
    width: calc(100% + var(--borderWidth) * 2);
    background: linear-gradient( 180deg, #f79533, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad, #07b39b, #6fba82 );
    border-radius: calc(10 * var(--borderWidth));
    z-index: -1;
    animation: animatedgradient 3s ease alternate infinite;
    background-size: 300% 300%;
}


.backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ececec;
  opacity: 0.9;
  display: none;
}

.zoomer {
  width: 80rem;
  height: 61rem;
  position: absolute;
  top: 0px;
  margin-top: -1rem;
  left: 100%;
  border-radius: 0rem;
  z-index: 1;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 5px 0px;
  display: none;
  background-repeat: no-repeat;
  background-color: white;
}

/* Loader Modal Classes*/
.bd-example-modal-lg .modal-dialog {
  display: table;
  position: relative;
  margin: 0 auto;
  top: calc(50% - 24px);
}

.bd-example-modal-lg .modal-dialog .modal-content {
  background-color: transparent;
  border: none;
}

.image-box {
  border: solid 1px #dadada;
  cursor: pointer;
  height: auto;
  max-height: none;
  max-width: none;
  overflow: hidden;
  margin: 0.3rem 0 0.3rem;
  position: relative;
  width: 100%;
}

.captcha {
  background-image: url(../images/captcha.png);
  background-color: white;
  max-height: 4.5rem;
}

.swal2-checkbox {
  display: none !important;
}

.qty-div {
  width: 100%;
  text-align: center;
  display: inline-flex;
}

.qty-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #212121;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: fit-content;
  border: 1px solid #eaeaea;
  border-radius: 3em;
}

.qty-control {
  width: 4rem;
  padding: 6px 0px;
  font-size: 12px;
  line-height: 1;
  color: #555;
  font-weight: 500;
  text-align: center;
  opacity: 1;
}
.qty-label {
  padding: 0.3em;
  font-size: 12px;
  text-align: left;
  margin-top: 0.3em;
  margin-bottom: 0;
}
.qty-input {
  border: none;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  vertical-align: middle;
  text-align: center;
  margin-left: 0.5em;
}
.qty-box a:hover {
  border: 1px solid #555;
}
.plus {
  width: 28px;
  height: 28px;
  background: linear-gradient(#fff, #f9f9f9);
  display: inline-block;
  border: 1px solid #c2c2c2;
  cursor: pointer;
  font-size: 16px;
  border-radius: 50%;
  line-height: 1;
}
.minus {
  width: 28px;
  height: 28px;
  background: linear-gradient(#fff, #f9f9f9);
  display: inline-block;
  border: 1px solid #c2c2c2;
  cursor: pointer;
  font-size: 16px;
  border-radius: 50%;
  line-height: 1;
}
.free-label {
  font-size: 1em;
  background: black;
}
/*SearchV2 CSS*/
.product-block-list {
  border: 1px solid blue !important;
}
.product-block {
    height: 32.6em;
    margin: 0px 0px; /*  !important */
    /*overflow:visible;*/
}
.product-block .addbtn {
  padding-top: 5px;
}
/*.product-block:hover{
    border:none !important;
}*/
.product-inner-img {
  text-align: center;
}
.product-inner-img img {
  border-width: 0px;
  max-height: 105px;
}
.product-block .item-info-block {
  margin-bottom: 20px !important;
  height: 8em !important;
  overflow: hidden !important;
}
.item-info-block li {
  padding-top: 2px;
  overflow: hidden;
  height: 1.6em;
  margin: 0px;
}
.info-text {
  padding-bottom: 5px;
}

.on-special .special-text {
  padding-top: 15px;
  padding-left: 10px;
}
.product-inner {
  /*width: 220px;
    display: table;
    margin: 0.46em auto !important;
    margin-bottom: 15px;*/
}

.product-brand {
  margin-top: 0.8em;
  text-align: center;
}

.myProductName {
    /*height: 35px;
  overflow: hidden;*/
    max-height: 35px;
    line-height: 0.5rem;
}
.product-block-price {
  /*height: 40px;*/
  font-size:20px;
  color: #b21e22;
  margin-bottom: 20px;
}
.product-block-price span{
  /*height: 40px;*/
  color: #333;
  font-size:15px;
}
/*SearchV2 CSS*/
.bundleTitle {
  cursor: pointer !important;
  font-weight: 100;
  margin-top: 5px;
}
.review-hr {
  border-top: 1px solid rgba(230, 229, 229, 0.9);
}

.modal-gallery {
  width: 100%;
  /*border: 1px solid #000;*/
  margin: 1em 0;
}

.modal-gallery ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  padding-left: 0;
}

.modal-gallery li {
  list-style: none;
  display: inline-block;
  /*width: calc(100% /3);*/ /*mobile fix*/
  width: calc(100% / 5);
  /*height: 120px;*/ /*mobile fix*/
  text-align: center;
  padding:5px;
}

.modal-gallery li img {
  height: auto;
  width: 80px;
  border: none;
  outline: none;
  transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  vertical-align: middle;
}
.card {
  min-height: 20px;
  /*padding: 1.2em;*/
  margin-bottom: 0.2em;
  /*background-color: #f5f5f5;
  border: 1px solid #e3e3e3;*/
  /*border-radius: 4px;*/
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
:focus {
  outline-color: white !important;
}
.btn-white {
  color: #000;
  background-color: #fff;
  border-color: #000;
  border: 1px solid;
  display: inline-block;
  padding: 0.9em 2.5em;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 14px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
}
.border-thick {
  border-top: 2px solid #000000;
}
.product-block:hover {
  padding: 0.9rem 0.7rem 0.9rem 0.7rem;
}
.product-block .product-block-footer {
  position: absolute;
  bottom: 20px;
  width: 92%;
  padding: 9px;
  margin: 0;
}
.custom-scroll {
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.imgBox.blur.img-zoom-container.image {
  text-align: -moz-center;
}

.custom-scroll-visible {
  scroll-behavior: smooth;
  scrollbar-width: thin;
  scrollbar-color: black;
}
/* Image Over Text : Overlay Start*/
.overlay-container {
  position: relative;
  width: 50%;
  background-color: #000000b5;
}

.overlay-image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: 0.5s ease;
  backface-visibility: hidden;
}

.overlay-content {
  transition: 0.5s ease;
  opacity: 0;
  position: absolute;
  bottom: 1%;
  left: 1%;
  text-align: left;
}

.overlay-container:hover .overlay-image {
  opacity: 0.4;
}

.overlay-container:hover .overlay-content {
  opacity: 1;
}

.text {
  color: white;
  font-size: 16px;
  padding: 2px 2px;
}
/* Image Over Text : Overlay End*/

/* Navabar stick*/
/*.sticky {
  position: fixed;
  top: 0;
  width: 100% !important;*/
  /*z-index: 1000;*/
  /*z-index: 100;
}*/
.show-mobile-only {
  visibility: hidden;
}
.main-search-bar-mobile {
  display: none;
}

@media (min-width: 768px) {
  
  .w-sm-6em {
      width: 6em;
  }

  .w100-sm {
      width: 100%;
  }

  .w200-sm {
      width: 200%;
  }

}

@media (min-width: 992px) {
  .sticky {
    z-index: 11 !important;
  }
  .col-md-4-5 {
    width: 39.5%;
  }
  .col-md-2-5 {
      width: 21%;
  }
  
}
@media (max-width: 992px) {
  .show-mobile-only {
    visibility: visible !important;
    display: block !important;
  }
}


@media (max-width: 1019px) {
  .sticky {
    position: fixed;
    z-index: 13 !important;
  }
  .main-search-bar-mobile {
    display: inline-flex;
    width: 100%;
  }
}

@media (max-width: 1019px) {
  .main-search-bar-mobile {
    margin-top: 60px;
  }
}

@media (min-width: 1020px) {
  .sticky {
    z-index: 12 !important;
  }
}

@media (min-width: 1200px) {
  
}

@media (min-width: 1920px) {

  
}

/* Shopping Cart Css*/

.Checkout-Main-Section {
    /* font-family: "Montserrat", sans-serif; */
    font-size: 13px;
}

.empty-cart-button {
    color: #000000;
    font-size: 13px;
    background-color: transparent;
    border: none;
    padding: 8px 15px 8px 15px;
    border-radius: 3px;
}

    .empty-cart-button:hover {
        color: #717171;
        background-color: #e9e9e9;
        box-shadow: #28282838 2px 2px 5px;
    }

.continue-cart-button {
    color: #000000;
    font-size: 13px;
    background-color: #ffffff;
    border: none;
    padding: 8px 15px 8px 15px;
    border-radius: 3px;
    text-decoration: none;
    /* font-family: "Montserrat", sans-serif; */
}

    .continue-cart-button:hover {
        color: #717171;
        background-color: #e9e9e9;
        box-shadow: #28282838 2px 2px 5px;
    }

#ctl00_leftctrltd {
    display: none;
}

.Checkout-Main-Section {
    color: #000000;
    width: 100%; /* Change to 100% width */
    background: #f4f4f4;
}

.Checkout-Cart-Item-Section {
    margin: 15px 30px 15px 30px;
    background-color: #ffffff;
    box-shadow: #28282838 2px 2px 5px;
    border: white;
}

    .Checkout-Cart-Item-Section:hover {
        background-color: #fbfcff;
    }

    .Checkout-Cart-Item-Section a {
        text-decoration: none;
        color: #282828;
    }

        .Checkout-Cart-Item-Section a:hover {
            text-decoration: none;
            color: #717171;
        }

.Checkout-Cart-Item-Box {
    padding: 10px 15px 10px 15px;
    display: inline-flex;
    /*width: 855px;*/
    border: none;
}

.Checkout-Cart-Item-Name {
    padding-bottom: 15px;
}

.Checkout-Cart-Item-Price {
    color: #000000;
    font-weight: 500;
    float: right;
    font-size: 21px;
}

.Checkout-Cart-Item-eft-Price {
    color: #fc0a0a;
    font-weight: 500;
    float: right;
}

.Checkout-Cart-Item-Description,
.Checkout-Cart-Free-Item-Description {
    font-size: 13px;
    list-style-type: none;
    padding: 0px 15px 10px 15px;
    width: 100%; /*changed from 80% to 100%*/
}

.Checkout-Cart-Left {
    width: 78%;
}

.Checkout-Cart-right {
    width: 22%;
    text-align: right;
}

.Checkout-Cart-Footer {
    color: #000000;
    font-size: 18px;
    padding: 15px 30px 15px 30px;
}

.Checkout-Cart-Heading {
    color: #000000;
    font-size: 18px;
    padding: 15px 30px 0px 30px;
}

.Checkout-Cart-Footer-Description {
    font-size: 13px;
    color: #171717;
    font-weight: 400;
    padding: 0px 45px 10px 45px;
}

.checkout-Item-Image {
    /*height: 100px !important;*/
}

.Checkout-Item-Box {
    /*display: inline-flex;*/
}

.Cart-Qty-input {
    background-color: rgba(173, 173, 173, 0);
    border: 0;
    border-bottom: 2px solid #dadada;
    box-shadow: none;
    margin-bottom: 5px;
    position: absolute;
    width: 52px;
    margin-left: 40px;
    margin-top: -6px;
}

.Cart-Qty-box {
    height: 30px;
    border: none;
    padding-left: 5px;
    border: 0px;
    outline: 0px;
}

.qty-section {
    margin-top: 60px;
    right: 20px;
    position: absolute;
}

.qty-description {
    position: absolute;
}



.select-container {
    position: relative;
    width: 40px;
    margin-top: -10px;
    margin-left: 30px;
}

.qty-select {
    border-bottom: 2px solid #eee;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    width: 45px;
    height: 40px;
    line-height: 35px;
    background: transparent;
    font-size: 13px;
    color: #000000;
    outline: none;
    padding-left: 22px;
    transition: 0.2s;
}

    .qty-select:hover {
        background-color: #f4f4f4;
        border-bottom: 2px solid #171717;
    }

    .qty-select:-moz-focusring {
        color: transparent;
        text-shadow: 0 0 0 #000;
    }

    .qty-select::-ms-expand {
        display: none;
    }

.shopping-cart-button {
    color: #4d4d4f;
    background-color: white;
    transition: 0.2s;
    padding: 7px 9px 7px 9px;
    border: none;
}

    .shopping-cart-button:hover {
        background-color: #e9e9e9;
        color: #292929;
    }

    .shopping-cart-button:hover {
        color: rgb(219, 61, 140);
    }

.fa-heart,
.fa-trash,
.fa-shopping-cart,
.fa-exchange-alt,
.fa-trash,
.fa-pencil,
.fa-home,
.fa-arrow-circle-right,
.fa-arrow-circle-left {
    padding-right: 10px;
}

.fa-home {
    border: 0px !important;
    color: black !important;
    background-color: #f4f4f4 !important;
}

.cart-button-span {
    color: #292929 !important;
}

.fa-trash {
    color: #292929 !important;
}

.cart-button-row {
    display: block ruby;
    margin-top: 110px;
    margin-left: -55px;
}

.cart-total-section {
    margin-bottom: 15px;
    /* padding-bottom: 15px;*/
}

.Checkout-Cart-Summary {
    padding: 10px 15px 10px 15px;
    font-weight: 500;
    font-size: 15px;
}

.Checkout-Cart-Total {
    padding: 10px 15px 10px 15px;
    font-size: 14px;
    font-weight: 400;
}

.Checkout-Cart-Total-items {
    font-size: 14px;
    font-weight: 400;
    padding: 10px 15px 10px 0px;
}

.Checkout-Cart-Item-total-eft {
    font-size: 15px;
    font-weight: 400;
    padding-right: 3px;
}

.Checkout-Cart-Item-total-card {
    font-size: 15px;
    font-weight: 400;
    padding-right: 3px;
    padding-top: 5px;
    text-align: right;
    float: right;
    margin-right: 15px;
}

.Checkout-Cart-Item-total-shipping {
    font-size: 11px;
    font-weight: 400;
    padding-right: 3px;
    text-align: right;
    /* float: right;*/
    margin-right: 15px;
}

.Checkout-Cart-Item-total-shipping-title {
    padding-right: 3px;
}

.checkout-cart-row {
    /*    display: block ruby;*/
    width: 100%;
}

.Checkout-Cart-Item-total {
    color: #000000;
    font-weight: 500;
    font-size: 21px;
    padding-top: 5px;
    text-align: right;
    float: right;
    margin-right: 15px;
    padding-bottom: 10px;
}

.proceed-to-checkout-button {
    padding: 10px 15px 10px 15px;
}

.Cart-Checkout-Button {
    padding: 10px 0 10px 0;
    color: white;
    text-align: center;
    background-color: teal;
    box-shadow: #333 2px 2px 5px;
    transition: 0.2s;
    border-radius: 3px;
    width: 100%;
    border: none;
}

    .Cart-Checkout-Button:hover {
        background-color: #005a5a;
    }

.cart-checkout-button-section {
    margin: 15px 30px 15px 30px;
    background-color: #ffffff;
    box-shadow: #28282838 2px 2px 5px;
    padding: 0 0 10px 0;
}

/*
    ///////////////////////
      End of Cart Section
    ///////////////////////
    */

.cart-breadcrumb-heading {
    margin-left: 10px;
    color: #dddddd;
    font-weight: 500;
}

.cart-heading-active {
    color: #282828 !important;
}

.fa-truck {
    color: #282828;
}

.cart-breadcrumb,
.cart-breadcrumb > a {
    text-decoration: none !important;
}

.cart-breadcrumb-right {
    float: right;
}

.cart-link {
    font-size: 12px;
    color: #282828;
}

.Cart-Shipping-Address-Title {
    font-weight: 500;
    font-size: 15px;
}

.delivery-cart-address-heading {
    font-weight: 500 !important;
    margin-left: 15px;
    margin-top: 10px;
}

.delivery-cart-shipping-address-heading {
    font-weight: 500 !important;
    padding-left: 45px;
    padding-top: 30px;
    padding-bottom: 0px;
    padding-right: 30px;
}

.Cart-Change-Delivery-Address-button {
    float: right;
    margin-right: 15px;
    margin-top: -38px;
    background-color: #dadada !important;
}

.Checkout-Cart-address {
    font-size: 13px;
    list-style-type: none;
    padding: 0px 15px 10px 15px;
    position: absolute;
    margin-top: -80px;
    margin-left: 180px;
    width: 25%;
}

.Checkout-Cart-address-name {
    font-weight: 500;
}

.Cart-Shipping-Address-box {
    display: ruby block;
}

.order-comment-textbox {
    background-color: rgb(255, 255, 255);
    border-color: none;
    border-width: 1px;
    border-style: Solid;
    font-weight: 500;
    overflow: hidden;
    /* font-family: "Montserrat", sans-serif; */
    font-size: 13px;
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 10px;
    width: 100%;
    height: 200px;
    max-width: 100%;
}

.Checkout-Cart-delivery-address {
    font-size: 13px;
    list-style-type: none;
    padding: 0px 15px 10px 15px;
    /* position: absolute; */
    margin-top: 0px;
    /* margin-left: 260px; */
    /* width: 30.5%; */
    padding-top: 10px;
    text-align: right;
}

.shipping-insurance {
    font-size: 13px;
    font-weight: 500;
    /* font-family: "Montserrat", sans-serif; */
    margin-top: 7px;
}

/*
    ///////////////////////
      Redo Delivery Section
    ///////////////////////
    */

.shipping-address-row {
    height: Auto;
    min-height: 300px;
    padding: 0px 30px 200px 30px;
    background-color: white;
    border: none;
    box-shadow: #28282829 2px 2px 5px;
    background-image: url(https://www.evetech.co.za/repository/ProductImages/House-Delivery-Icons-300x300px-v5.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}

.shipping-address-row2 {
    height: Auto;
    min-height: 500px;
    padding: 0px 15px 15px 15px;
    background-color: white;
    border: none;
    box-shadow: #28282829 2px 5px 5px;
    background-image: url(https://www.evetech.co.za/repository/ProductImages/Delivery-Icons-300x300px-v3.png);
    background-repeat: no-repeat;
    background-position: left bottom;
}

.shipping-address-options {
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: 2px solid #f4f4f4;
    display: inline-block;
    width: 100%;
}

    .shipping-address-options > li {
        text-decoration: none;
        list-style-type: none;
        /* margin-right: 15px; */
    }

.shopping-cart-button {
    color: #4d4d4f;
    background-color: white;
    transition: 0.2s;
    padding: 7px 9px 7px 9px;
    border: none;
}

.Shipping-address-button {
    margin-right: 0px;
    margin-top: 30px;
}

.float-right {
    float: right;
}

/*
    Radio Button Styling
    */

/* The container */
.radio-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-top: 20px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default radio button */
    .radio-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radio-container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio-container input:checked ~ .checkmark {
    background-color: #2196f3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio-container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radio-container .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

/*
    End of Radio Button Styling
    */

.hide {
    display: none;
}

/*  End of Radio Button Styling  */

.breadcrumb-payment {
    padding-left: 10px;
}

.payment-button-container {
    padding: 15px 15px 15px 15px;
}

.payment-selection-button {
    display: block;
    padding: 10px;
    border: rgb(235, 235, 235) 1px solid;
    background-color: #eee;
}

    .payment-selection-button:hover,
    .active {
        background-color: #f1f7fb;
        border: #f1f7fb 1px solid;
    }

.payment-selection-radio {
    margin: 20px;
}

.payment-selection-title {
    margin-left: 20px;
    font-size: 13px;
    font-weight: 500;
}

.card-icon-container {
    padding-top: 5px;
}

.payment-bank-icons {
    padding-right: 15px;
}

.payment-radio-container {
    display: block;
    position: relative;
    padding: 20px 15px 15px 15px;
    margin-top: 10px;
    cursor: pointer;
    border-radius: 3px;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.08);
}

    .payment-radio-container:hover,
    .active {
        box-shadow: 0 1px 0 0 rgba(11, 121, 191, 0.12);
    }

.success-page-title {
    padding: 20px;
    font-size: 15px;
    font-weight: 500;
}

.success-payment-bank-icons {
    margin-bottom: -6px;
    padding-left: 5px;
}

.success-banking-blocks {
    margin: 0px 0px 10px 30px;
    padding: 20px 40px 20px 20px;
}

.Checkout-Cart-error-Description {
    font-size: 13px;
    color: #171717;
    font-weight: 400;
    padding: 0px 45px 0px 45px;
}

.Checkout-Cart-terms {
    font-size: 13px;
    color: #171717;
    font-weight: 400;
    padding: 15px 30px 20px 30px;
    list-style-type: none;
}

.promotional-code-input {
    /* font-family: "Montserrat", sans-serif; */
    font-size: 13px;
    height: 26px;
    width: 70%;
    margin: 0px 10px 15px 40px;
    padding: 3px;
    padding-left: 10px;
    padding-right: 10px;
}

.payment-button {
    /*color: #282828;
    font-size: 13px;
    background-color: #e8e8e8;*/
    color: #ffffff;
    font-size: 13px;
    background-color: #2dd575;
    border: none;
    padding: 8px 15px 8px 15px;
    border-radius: 3px;
    text-decoration: none;
    /* font-family: "Montserrat", sans-serif; */
}

    .payment-button:hover {
        /*color: #717171;
     background-color: #e9e9e9;
    box-shadow: #28282838 2px 2px 5px;*/
        color: #ffffff;
        background-color: #2cf180;
        box-shadow: #28282838 2px 2px 5px;
    }

.payment-button2 {
    color: #282828;
    font-size: 13px;
    background-color: #e8e8e8;
    border: none;
    padding: 8px 15px 8px 15px;
    border-radius: 3px;
    text-decoration: none;
    /* font-family: "Montserrat", sans-serif; */
}

    .payment-button2:hover {
        color: #717171;
        background-color: #e9e9e9;
        box-shadow: #28282838 2px 2px 5px;
    }

.shipping-frame {
    width: 100%;
    height: 342px;
    display: block;
    border: 0;
    overflow-y: hidden;
}

.details {
    padding: 5px 5px;
    margin: 5px 0px;
    border: 1px solid gray;
    border-radius: 9px;
}

.summary:focus {
    border: 0px !important;
    outline-color: white !important;
}

summary::-webkit-details-marker {
    display: none;
}

summary:after {
    content: none;
    float: left;
}

details[open] summary:after {
    content: none;
}

@media (max-width: 1112px) {
    #ctl00_ContentPlaceHolder1_ctl00_div_instantOzow {
        padding-bottom: 80px;
    }

    .ozow-background-el {
        background-image: url(https://www.evetech.co.za/repository/ProductImages/Ozow-Payment-Background-855x78px-v5.png) !important;
        background-repeat: no-repeat !important;
    }
}

@media all and (-ms-high-contrast: none) {
    .Checkout-Main-Section {
        color: #000000;
        width: 937px !important;
        background: #f4f4f4;
    } 

    .Checkout-Cart-Item-Box {
        padding: 10px 15px 10px 15px;
        display: inline-flex;
        width: 848px !important;
    }
    /* IE10 */
    *::-ms-backdrop,
    .Checkout-Main-Section {
        color: #000000;
        width: 937px !important;
        background: #f4f4f4;
    }

    *::-ms-backdrop,
    .Checkout-Cart-Item-Box {
        padding: 10px 15px 10px 15px;
        display: inline-flex;
        width: 848px !important;
    }
    /* IE11 */

}
/*fab button layering fix*/
.fab{
  z-index:100;
}

/*spinning loading effect modal positioning 11/5/2021*/
.fa .fa-spinner .fa-spin .fa-3x{
  position: fixed;
  bottom: 200%;
  left: 50%;
}


.myimage{
  max-height:55rem;
}

/* Special Laptop Navigation */
li.dropdown.megamenu-fw.heighlight {
    background-color: #00b200;
    box-shadow: 2px 2px grey;
}

li.dropdown.megamenu-fw.heighlight > a {
    color: white !important;
}
 /* Special Laptop Navigation */
body{
  padding-right:unset !important;
}