/*Container @ desktop size is 1170 so divided by 2 = 585 - 15px (padding)*/
@media all and (min-width: 992px) {
  .container-fluid {
    padding-right: 100px !important;
    padding-left: 100px !important;
    margin-right: auto;
    margin-left: auto; } }
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #666;
  font-size: 12px;
  line-height: 20px;
  width: 100%; }

h1, h2, h3, h4, h5, h6 {
  color: #444; }

/* default font size */
.fa {
  font-size: 14px; }

/* Override the bootstrap defaults */
h1 {
  font-size: 33px; }

h2 {
  font-size: 27px; }

h3 {
  font-size: 21px; }

h4 {
  font-size: 15px; }

h5 {
  font-size: 12px; }

h6 {
  font-size: 10.2px; }

legend {
  font-size: 18px;
  padding: 7px 0px; }

@media (max-width: 767px) {
  legend {
    font-size: 16px; } }
label {
  font-size: 12px;
  font-weight: normal; }

select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
  font-size: 12px; }

.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
  font-size: 12px; }

.input-group .input-group-addon {
  font-size: 12px; }

/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
  display: inline; }

.nav-tabs {
  margin-bottom: 15px; }

div.required .control-label:before {
  content: '* ';
  color: #F00;
  font-weight: bold; }

/* content */
#content {
  min-height: 600px; }

/* footer */
footer {
  margin-top: 30px;
  padding: 30px 0px 20px;
  background-color: #F6F6F6;
  color: black; }

footer hr {
  border-top: none;
  border-bottom: 1px solid #666; }

footer a {
  color: black; }

footer a:hover {
  color: #16A953; }

footer h5 {
  font-size: 13px;
  font-weight: bold;
  color: black;
  text-transform: uppercase;
  font-size: 1.5rem; }
.header-logo-image{
 max-width: 90%;   
}
/* alert */
.alert {
  padding: 8px 14px 8px 14px; }

/* breadcrumb */
.breadcrumb {
  margin: 20px 0 20px 0;
  padding: 8px 0;
  border: 1px solid #ddd;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis; }

.breadcrumb i {
  font-size: 15px; }

.breadcrumb > li {
  text-shadow: 0 1px 0 #FFF;
  padding: 0 20px;
  position: relative;
  white-space: nowrap; }

@media (max-width: 767px) {
  .breadcrumb > li {
    padding: 0 10px; } }
.breadcrumb > li + li:before {
  content: '';
  padding: 0; }

.breadcrumb > li:after {
  content: '';
  display: block;
  position: absolute;
  top: -3px;
  right: -5px;
  width: 26px;
  height: 26px;
  border-right: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }

.pagination {
  margin: 0; }

/* buttons */
.buttons {
  margin: 1em 0; }

/* list group */
.list-group a {
  border: 1px solid #DDDDDD;
  color: #888888;
  padding: 8px 12px; }

.list-group a.active, .list-group a.active:hover, .list-group a:hover {
  color: #444444;
  background: #eeeeee;
  border: 1px solid #DDDDDD;
  text-shadow: 0 1px 0 #FFF; }

/* carousel */
.carousel-caption {
  color: #FFFFFF;
  text-shadow: 0 1px 0 #000000; }

.carousel-control .icon-prev:before {
  content: '\f053';
  font-family: FontAwesome; }

.carousel-control .icon-next:before {
  content: '\f054';
  font-family: FontAwesome; }

/* product list */
.product-thumb {
  border: 1px solid #ddd;
  margin-bottom: 20px; }

.product-thumb .image {
  text-align: center; }

.product-thumb .image a {
  display: block; }

.product-thumb .image a:hover {
  opacity: 0.8; }

.product-thumb .image img {
  margin-left: auto;
  margin-right: auto; }

.product-grid .product-thumb .image {
  float: none; }

@media (min-width: 767px) {
  .product-list .product-thumb .image {
    float: left;
    padding: 0 15px; } }
.product-thumb h4 {
  font-weight: bold;
  padding-top: 10px; }

.product-thumb .caption {
  padding: 0 20px; }

@media (max-width: 767px) {
  .product-list .product-thumb .caption {
    min-height: 0;
    margin-left: 0;
    padding: 0 10px; }

  .product-grid .product-thumb .caption {
    min-height: 0; } }
.product-thumb .rating {
  padding-bottom: 10px; }

.rating .fa-stack {
  font-size: 8px; }

.rating .fa-star-o {
  color: #999;
  font-size: 15px; }

.rating .fa-star {
  color: #FC0;
  font-size: 15px; }

.rating .fa-star + .fa-star-o {
  color: #E69500; }

h2.price {
  margin: 0; }

.product-thumb .price {
  color: #444; }

.product-thumb .price-new {
  font-weight: 600; }

.product-thumb .price-old {
  color: #999;
  text-decoration: line-through;
  margin-left: 10px; }

.product-thumb .price-tax {
  color: #999;
  font-size: 12px;
  display: block; }

.product-thumb .button-group {
  border-top: 1px solid #ddd;
  background-color: #eee;
  overflow: auto; }

.product-list .product-thumb .button-group {
  border-left: 1px solid #ddd; }

@media (max-width: 768px) {
  .product-list .product-thumb .button-group {
    border-left: none; } }
.product-thumb .button-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.product-thumb .button-group button {
  width: 100%;
  border: none;
  display: inline-block;
  float: left;
  background-color: #eee;
  color: #888;
  line-height: 38px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase; }

.product-thumb .button-group button + button {
  border-left: 1px solid #ddd; }

.product-thumb .button-group button:hover {
  color: #444;
  background-color: #ddd;
  text-decoration: none;
  cursor: pointer; }

@media (max-width: 1200px) {
  .product-thumb .button-group button, .product-thumb .button-group button + button {
    width: 33.33%; } }
@media (max-width: 767px) {
  .product-thumb .button-group button, .product-thumb .button-group button + button {
    width: 33.33%; } }
.thumbnails {
  overflow: auto;
  clear: both;
  list-style: none;
  padding: 0;
  margin: 0; }

.thumbnails > img {
  width: 100%; }

@media (min-width: 1200px) {
  #content .col-lg-2:nth-child(6n+1),
  #content .col-lg-2:nth-child(6n+1),
  #content .col-lg-3:nth-child(4n+1),
  #content .col-lg-4:nth-child(3n+1),
  #content .col-lg-6:nth-child(2n+1) {
    clear: left; } }
@media (min-width: 992px) and (max-width: 1199px) {
  #content .col-md-2:nth-child(6n+1),
  #content .col-md-2:nth-child(6n+1),
  #content .col-md-3:nth-child(4n+1),
  #content .col-md-4:nth-child(3n+1),
  #content .col-md-6:nth-child(2n+1) {
    clear: left; } }
@media (min-width: 768px) and (max-width: 991px) {
  #content .col-sm-2:nth-child(6n+1),
  #content .col-sm-2:nth-child(6n+1),
  #content .col-sm-3:nth-child(4n+1),
  #content .col-sm-4:nth-child(3n+1),
  #content .col-sm-6:nth-child(2n+1) {
    clear: left; } }
/* fixed colum left + content + right*/
@media (min-width: 768px) {
  #column-left .product-layout .col-md-3 {
    width: 100%; }

  #column-left + #content .product-layout .col-md-3 {
    width: 50%; }

  #column-left + #content + #column-right .product-layout .col-md-3 {
    width: 100%; }

  #content + #column-right .product-layout .col-md-3 {
    width: 100%; } }
/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
  width: 100%; }

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
  min-width: 50px; }

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
  background-image: none;
  background-color: #df5c39; }

.owl-nav > * {
  position: absolute;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 24px;
  height: 100%; }

.owl-nav > * > i {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center;
  font-size: 18px; }

.owl-nav > *:nth-child(1) {
  left: 0px; }

.owl-nav > *:nth-child(2) {
  right: 0px; }

.owl-dots {
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 14px;
  left: 0px; }

.owl-dots > * {
  display: inline-block;
  margin: 4px;
  vertical-align: top;
  background: #e1e1e1;
  border-radius: 50%;
  width: 10px;
  height: 10px; }

.owl-dots > *:hover,
.owl-dots > *.active:hover,
.owl-dots > *.active {
  background: #999; }

html .live-search .result-text {
  line-height: 34px; }

html .live-search ul {
  margin-bottom: 34px; }
  
  .gmap > div {
     height: 100% !important;
  }

@media all and (min-width: 768px) {
    .gmap > div {
      min-height: 438px; 
    }
    
    
}

@media all and (max-width: 767px) {
    .contact-img {
        width: 100% !important;
        margin-top: 1rem;
        height: auto;
    }
}
 
#ToTopHover {
  position: fixed;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAABmCAYAAABm4qluAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OThENzgzMjVCNzRCMTFFM0EzRDU5MjlENjBGMTBDRUEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OThENzgzMjZCNzRCMTFFM0EzRDU5MjlENjBGMTBDRUEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5OEQ3ODMyM0I3NEIxMUUzQTNENTkyOUQ2MEYxMENFQSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5OEQ3ODMyNEI3NEIxMUUzQTNENTkyOUQ2MEYxMENFQSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pl4ggucAAAtuSURBVHjazFwLcBbV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) no-repeat left -51px;
  width: 51px;
  height: 51px;
  display: block;
  overflow: hidden;
  float: left;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0); }

#ToTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  overflow: hidden;
  width: 51px;
  height: 51px;
  border: none;
  text-indent: -999px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAABmCAYAAABm4qluAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6OThENzgzMjVCNzRCMTFFM0EzRDU5MjlENjBGMTBDRUEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6OThENzgzMjZCNzRCMTFFM0EzRDU5MjlENjBGMTBDRUEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo5OEQ3ODMyM0I3NEIxMUUzQTNENTkyOUQ2MEYxMENFQSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo5OEQ3ODMyNEI3NEIxMUUzQTNENTkyOUQ2MEYxMENFQSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pl4ggucAAAtuSURBVHjazFwLcBbV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) no-repeat left top; }

@media (min-width: 1200px) {
  .pull-lg-right {
    float: right; }

  .pull-lg-right {
    float: right; } }
@media (min-width: 992px) {
  .pull-md-right {
    float: right; }

  .pull-md-right {
    float: right; } }
@media (min-width: 768px) {
  .pull-sm-right {
    float: right; }

  .pull-xs-right {
    float: right; } }
#product-filter-replace {
  position: relative; }

#product-filter-replace #product-filter-loading-overlay {
  display: none;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 3; }

@media (max-width: 768px) {
  .text-danger {
    width: 250px; } }
.pd-t15 {
  padding-top: 15px; }

.pd-b15 {
  padding-bottom: 15px; }

.pd-l15 {
  padding-left: 15px; }

.pd-r15 {
  padding-right: 15px; }

.pd-30 {
  padding: 30px; }

@media (max-width: 1300px) {
  .pd-30 {
    padding: 20px; } }


@media (max-width: 1300px) {
  .pd-t30, .pagination {
    padding-top: 20px; } }
.pd-b30 {
  padding-bottom: 30px; }

@media (max-width: 1300px) {
  .pd-b30 {
    padding-bottom: 20px; } }
.pd-l30 {
  padding-left: 30px; }

@media (max-width: 1300px) {
  .pd-l30 {
    padding-left: 20px; } }
.pd-r30 {
  padding-right: 30px; }

@media (max-width: 1300px) {
  .pd-r30 {
    padding-right: 20px; } }
.pd-40 {
  padding: 40px; }

@media (max-width: 1300px) {
  .pd-40 {
    padding: 30px; } }
.pd-t40 {
  padding-top: 40px; }

@media (max-width: 1300px) {
  .pd-t40 {
    padding-top: 30px; } }
.pd-b40 {
  padding-bottom: 40px; }

@media (max-width: 1300px) {
  .pd-b40 {
    padding-bottom: 30px; } }
.no-border {
  border: none !important; }

.z1 {
  z-index: 1; }

.bootstrap-datetimepicker-widget .datepicker .day.disabled {
  opacity: 0.2; }

/* corner badge (currently use for gift card badge) */
.corner-badge {
  color: #fff; }

.corner-badge::after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  right: 0;
  /* border width to be changed  */
  border-width: 60px;
  border-style: solid;
  /* border color to be changed  */
  border-color: #000 #000 transparent transparent;
  z-index: 1; }

@media (max-width: 1300px) {
  .corner-badge::after {
    border-width: 60px; } }
@media (max-width: 767px) {
  .corner-badge::after {
    border-width: 40px; } }
.corner-badge-price {
  padding-top: 30px;
  padding-right: 15px;
  /* color to be changed  */
  color: #fff;
  /* font size to be changed  */
  font-size: 20px; }

@media (max-width: 1300px) {
  .corner-badge-price {
    padding-top: 15px;
    padding-right: 10px; } }
@media (max-width: 767px) {
  .corner-badge-price {
    padding-top: 5px;
    padding-right: 5px; } }
#top-text-banner {
  background: #00d75e;
  background: -o-linear-gradient(left, #00d75e 0%, #64d1e8 100%);
  background: -webkit-gradient(linear, left top, right top, from(#00d75e), to(#64d1e8));
  background: linear-gradient(to right, #00d75e 0%, #64d1e8 100%);
  text-align: right;
  font-size: 1.7rem;
  padding: 1rem 13%;
  color: black; }

#bottom-banner-text {
  background-color: #F6F6F6;
  font-size: 2rem;
  padding: 1rem 0px;
  color: black; }

.slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none; }
  .slick-dots li {
    margin: 0 0.25rem; }
  .slick-dots button {
    display: block;
    width: 1rem;
    height: 1rem;
    padding: 0;
    border: none;
    border-radius: 100%;
    background-color: #E4E2E3;
    text-indent: -9999px; }
  .slick-dots li.slick-active button {
    background-color: #444444; }

.hide-overflow {
  max-width: 100%;
  overflow-x: hidden; }

.product-block:hover {
  -webkit-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
  background-color: #E7ECF2 !important; }
  .product-block:hover .product-thumb {
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    -webkit-box-shadow: 0px 15px 36px -3px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 15px 36px -3px rgba(0, 0, 0, 0.75); }
.product-block .stock-text {
  margin-top: 2rem; }
  .product-block .stock-text span {
    color: #FABE48;
    text-transform: uppercase;
    margin-bottom: 0px;
    font-size: 17px;
    font-weight: bold; }
    .product-block .stock-text span.sale {
      color: #FA5D58; }
    .product-block .stock-text span.oot {
      color: #7E7E7E; }
    .product-block .stock-text span.is-stock {
      color: #FABE48; }
.product-block .model-text {
  color: #337AB7;
  text-transform: uppercase;
  font-size: 15px; }
.product-block .publisher-text {
  color: #7E7E7E;
  text-transform: uppercase;
  font-size: 17px; }
.product-block .product-name {
  padding-top: 0px !important;
  min-height: 49px !important; }
  .product-block .product-name a {
    font-size: 2rem;
    font-weight: bold;
    color: black !important; }
.product-block .price {
  color: #337AB7 !important;
  font-weight: bold;
  font-size: 19px !important; }
  .product-block .price .price-old {
    color: #7E7E7E !important;
    font-size: 17px !important; }
.product-block .btn-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .product-block .btn-container .btn-primary {
    width: 70% !important;
    text-transform: normal !important;
    -webkit-box-shadow: 0px 7px 18px -7px #616161;
    box-shadow: 0px 7px 18px -7px #616161; }

.product-image-block {
  position: relative; }

.product-block .product-thumb {
  width: 80% !important;
  margin: 10% auto !important;
  -webkit-box-shadow: 0px 10px 36px -13px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 36px -13px rgba(0, 0, 0, 0.75); }

.btn-shadow {
  -webkit-box-shadow: 0px 10px 36px -13px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 10px 36px -13px rgba(0, 0, 0, 0.75); }

.product-block .product-button {
  margin: 10% 0px;
  background-color: rgba(231, 236, 242, 0.5) !important; }
  .product-block .product-button h4 {
    font-size: 2rem;
    font-weight: bold;
    color: black; }
  .product-block .product-button .thumb-icon {
    height: 54px !important;
    width: 54px !important;
    cursor: pointer;
    border-radius: 50%; }
  .product-block .product-button .btn {
    min-width: unset !important;
    width: unset !important; }

@media all and (min-width: 1025px) {
  .product-block .product-button {
    height: 100%;
    width: 80%; } }
.btn-primary {
    color: black !important;
  background-color: #00D75E !important;
  border-color: #00D75E !important; }
  .btn-primary:hover {
    background-color: #00a448 !important;
    border-color: #00a448 !important; }

.btn:not(.btn-number):not(#waiting_list_submit):not(.btn-mi):not(#button-login):not(#button-voucher):not(#button-coupon):not(#button-reward):not(.no-custom):not(#button-search):not(.btn-calendar):not(#filter_group_tigger_close):not(.remove) {
  border-radius: 40px !important; }

.breadcrumb {
  display: none !important; }

.grey {
  color: #676767 !important; }

.bg-grey {
  background-color: #F6F6F6 !important; }

.bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.news-item {
  background-color: white;
  -webkit-box-shadow: 0px 7px 18px -7px #616161;
  box-shadow: 0px 7px 18px -7px #616161;
  min-height: 480px;
  background-color: white;
  margin-bottom: 1.5rem; }
  .news-item:hover {
    background-color: #E7ECF2; }
  .news-item .article-image {
    width: 100%; }
  .news-item .heading-font {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 1rem; }
  .news-item .desc-container {
    margin: 2rem; }
    .news-item .desc-container .description {
      color: #AAAAAA;
      margin-bottom: 2rem; }
    .news-item .desc-container .date-added {
      font-style: italic; }
    .news-item .desc-container .read-more {
      color: #00D75E;
      margin-top: 2rem !important;
      font-weight: bold;
      display: block; }
      .news-item .desc-container .read-more:hover {
        color: black !important; }

.slick-list {
  -webkit-box-sizing: initial !important;
          box-sizing: initial !important;
  padding: 3rem 0px !important; }

.center-a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

#news_latest {
  padding-left: -71px;
  padding-right: -71px; }
  #news_latest .slick-nav {
    position: absolute;
    top: 45%; }
  #news_latest .slick-nav.left {
    left: -71px; }
  #news_latest .slick-nav.right {
    right: -71px; }
  #news_latest .news-item {
    margin: 2rem; }

@media all and (max-width: 1389px) {
  #news_latest .slick-nav.left {
    left: -20px; }
  #news_latest .slick-nav.right {
    right: -20px; } }
@media all and (max-width: 1272px) {
  #news_latest .slick-nav img {
    width: 40px  !important; } }
@media all and (max-width: 1030px) {
  #news-latest {
    padding-left: 0px !important;
    padding-right: 0px !important; } }
#joinus-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 250px;
  height: 100%; }
  #joinus-container h3 {
    margin-bottom: 0px !important;
    text-transform: uppercase;
    font-style: italic;
    font-size: 5rem;
    color: white;
    display: block;
    font-weight: bold; }
  #joinus-container section {
    color: white;
    font-size: 20px;
    width: 40%;
    line-height: 25px; }

@media all and (max-width: 959px) {
  #joinus-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; 
      
  }
  #joinus-container h3 {
      margin-bottom: 1.5rem;
  }
    #joinus-container section {
      width: 100%; }
    #joinus-container h3 {
      margin-top: 2rem; }
    #joinus-container .btn {
      margin-bottom: 2rem; } }
.btn-info {
  background-color: #FFBE4A;
  border-color: #FFBE4A; }
  .btn-info:hover {
    background-color: #ffac17;
    border-color: #ffac17; }

@media all and (max-width: 768px) {
  .product-block .btn-container .btn-primary {
    padding: 5px  !important;
    height: unset !important;
    min-height: unset !important;
    min-width: unset !important;
    width: 90% !important; } }
.item-header {
  font-size: 2.5rem;
  color: black; }

.list-group-item {
  border: none !important; }

.list-items {
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden; }

#side-manufacturer, #side-categories {
  padding-bottom: 3rem;
  border-bottom: 1px solid #ccc; 
    margin-bottom: 3rem;
}

.list-items::-webkit-scrollbar-track {
  background-color: #F1F1F1; }

.list-items::-webkit-scrollbar {
  width: 13px;
  background-color: #F1F1F1; }

.list-items::-webkit-scrollbar-thumb {
  background-color: #00D75E; }

#side-categories .side-categories-level-1 + .side-categories-level-1 {
  border-top: none !important; }

#side-categories .group .item a {
  border-radius: 30px !important;
  padding: 10px 20px !important;
  color: black;
  margin-right: 1rem !important; }

#side-categories .group .item a:hover {
  background: #00D75E !important; }

#side-manufacturer .checkbox > label {
  padding-left: 0px !important;
  font-size: 14px !important;
  color: black; }
#side-manufacturer .checkbox label:after {
  content: '';
  display: table;
  clear: both; }
#side-manufacturer .checkbox .cr {
  position: relative;
  display: inline-block;
  border: 1px solid grey;
  width: 1.5em;
  height: 1.5em;
  float: left;
  margin-right: .5em; }
#side-manufacturer .radio .cr {
  border-radius: 50%; }
#side-manufacturer .checkbox .cr .cr-icon,
#side-manufacturer .radio .cr .cr-icon {
  position: absolute;
  line-height: 0;
  top: 58%;
  left: 14%; }
#side-manufacturer .radio .cr .cr-icon {
  margin-left: 0.04em; }
#side-manufacturer .checkbox label input[type="checkbox"] {
  display: none; }
#side-manufacturer .checkbox label input[type="checkbox"] + .cr > .cr-icon {
  -webkit-transform: scale(3) rotateZ(-20deg);
  -ms-transform: scale(3) rotate(-20deg);
  transform: scale(3) rotateZ(-20deg);
  opacity: 0;
  -webkit-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in; }
#side-manufacturer .checkbox label input[type="checkbox"]:checked + .cr > .cr-icon {
  -webkit-transform: scale(1) rotateZ(0deg);
  -ms-transform: scale(1) rotate(0deg);
  transform: scale(1) rotateZ(0deg);
  opacity: 1; }
#side-manufacturer .checkbox label input[type="checkbox"]:disabled + .cr {
  opacity: .5; }



.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  background-color: transparent !important;
  color: #00D75E !important; }

.current-product-info {
  list-style: none;
  padding-left: 0px; }
  .current-product-info li {
    color: black;
    margin: .8rem 0px; }

.product-price {
  font-size: 4rem;
  font-weight: bold;
  color: #337AB7;
  margin: 4rem 0px; }

.current-product-name {
  font-size: 3.5rem !important;
  font-weight: bold; }

#product .form-group .control-label {
  width: 50px !important;
  text-align: left !important; }

#product .form-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start; }

.input-group-btn > .btn {
  padding: 5px 10px; }

.product-product .product-image-main-container {
  border: 1px solid #ccc; }

.product-image-main {
  width: 80%;
  margin: 0 auto; }

.product-image-main-container {
  position: relative; }

#zoom-img {
  position: absolute;
  right: 10px;
  bottom: 10px; }

#group-cart-button {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

@media all and (max-width: 1065px) {
  #top-text-banner, #bottom-banner-text {
    text-align: center; } }
@media all and (max-width: 768px) {
  #top-text-banner, #bottom-banner-text {
    text-align: center;
    font-size: 14px; } }
.delivery-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: white;
  margin-bottom: 2rem;
  -webkit-box-shadow: 0px 3px 14px -4px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 3px 14px -4px rgba(0, 0, 0, 0.75); }
  .delivery-item:hover {
    background-color: #E7ECF2; }
  .delivery-item img {
    width: 100%; }
  .delivery-item a {
    color: #00D75E !important; }
  .delivery-item .delivery-info {
    padding: 2rem;
    min-height: 400px; 
          width: 100%;
          position: relative;
  }
  
   .delivery-item .delivery-info * {
       width: 100%;
   }

.contact-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

#google_recaptcha .g-recaptcha {
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
      transform-origin: left top;
  margin-bottom: 1rem; }

/* for mobile and tablet screen */
@media (max-width: 980px) {
  #google_recaptcha {
    max-width: 300px;
    -webkit-transform: none !important;
        -ms-transform: none !important;
            transform: none !important;
    -webkit-transform-origin: 0 !important;
        -ms-transform-origin: 0 !important;
            transform-origin: 0 !important;
    margin: auto; }

  .contact-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; } }
/* to scale recatpcha to smaller size in bigger screen */
@media (min-width: 981px) {
  #google_recaptcha .g-recaptcha {
    -webkit-transform: scale(0.75) !important;
        -ms-transform: scale(0.75) !important;
            transform: scale(0.75) !important;
    -webkit-transform-origin: 0 0 !important;
        -ms-transform-origin: 0 0 !important;
            transform-origin: 0 0 !important; } }
body:not([class*="home"]) #content {
  padding-top: 3rem; }

body[class*="checkout"] #content, body[class*="account"] #content {
  padding-bottom: 3rem; }

.sticker, .stickers {
  border-radius: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .sticker img, .sticker img {
    display: inline;
    margin-right: 5px; }

.form-control {
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

.waiting_list_container input {
  border: none !important;
  margin-left: 1rem; }

.btn-number {
  background-color: #333333 !important;
  color: white !important; }

#current-oot {
  color: #7E7E7E;
  font-size: 5rem; }

@media all and (min-width: 391px) {
  #group-cart-button #back-btn {
    margin-left: 1rem !important; } }
.stButton .chicklets {
  height: 20px !important;
  font-size: 20px !important; }

.newsletter-grid .form-control {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px; }
  .newsletter-grid .form-control::-webkit-input-placeholder {
    /* Edge */
    font-style: italic; }
  .newsletter-grid .form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-style: italic; }
  .newsletter-grid .form-control::-moz-placeholder {
    font-style: italic; }
  .newsletter-grid .form-control::-ms-input-placeholder {
    font-style: italic; }
  .newsletter-grid .form-control::placeholder {
    font-style: italic; }
.newsletter-grid .btn {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 5px 10px !important;
  text-transform: uppercase; }

#footer-area *:not(.btn):not(input) {
  line-height: 30px;
  color: #494949; }

.box-content {
  margin: 0px !important; }

.publisher-item {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important; }
  
  @media all and (max-width: 768px) {
      .center-img img {
         width: 100%;
         height: auto;
      }
  }
  
 @media all and (max-width: 992px) {
	body.product-category .col-sm-9  {
	
		width: 100% !important;
	
	}
	
	.news-item {
	    min-height: 500px;
	}
}

.pagination > li > a, .pagination > li > span {
  border: none !important;
  color: black;
  font-weight: bold !important;
  font-size: 16px !important; 
    
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   .sticker, .stickers {
       height: 25px;
   }
  
   
   .sticker img , .stickers img  {
       height: 100%;
       width: auto;
   }
   
   #joinus-container {
       padding-top: 6rem;
   }
}

.price-container {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.old-prices, .new-prices {
    font-size: 3rem;
    font-weight: bold;
}

.new-prices {
    color: #FABE48;
}

#side-price .input-group .input-group-addon {
    padding-right: 0px !important;
}

#side-price #price_max, #side-price #price_min {
    width: 60px;
}

.sub-drop, .sub-arrow, .has-children label {
    display: none !important;
}

@media all and (max-width: 768px) {
    .sticker {
         position: absolute !important;
       
          left: 50% !important;
          -webkit-transform: translate(-50%, -50%) !important;
              -ms-transform: translate(-50%, -50%) !important;
                  transform: translate(-50%, -50%) !important;
    }
}

@media all and (max-width: 395px) {
    #group-cart-button {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        
    }
    
     #group-cart-button * {
        margin-bottom: 1rem;
     }
    #group-cart-button #back-btn {
        margin-left: 0px !important;
    }
    
    .waiting_list_container .flex-group {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        
    }
    
    .waiting_list_container .flex-group input {
        height: 46px;
    }
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    background-color: white !important;
    border-bottom: 1px solid white !important; 
    border-radius: 5px 5px 0 0;
}

@media (min-width: 768px) {
  .ten-columns > .col-sm-2 {
    width: 20%;
  }
}

.publisher-list-item {
    margin-bottom: 2rem;
}

#bulk-title {
    display: flex;
    align-items: flex-end;
}

#bulk-title h3 {
    font-size: 5rem;
    text-decoration: underline;
}

@media all and (max-width: 468px) {
    #bulk-title {
        display: flex;
        align-items: center;
        justify-content :center;
        flex-direction: column;
    }
}

.at-svc-viber {
    display: none !important;
}

.video-click {
    cursor: pointer;
}


.sm-blue ul ul ul {
    width: 20em !important;
    margin-left: -280px !important;
}