@charset "UTF-8";
/*Container @ desktop size is 1170 so divided by 2 = 585 - 15px (padding) */
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; 
  font-weight: bold; }

h3 {
  font-size: 21px; }

h4 {
  font-size: 15px; }

h5 {
  font-size: 12px; }

h6 {
  font-size: 10.2px; }

a:hover, a:focus {
  text-decoration: none; }

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

label {
  font-size: 12px;
  font-weight: normal; }

select.form-control, textarea.form-control {
  font-size: 12px; }

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;
  height: 30px; }

/* 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; }

/* footer */
footer {
  padding: 30px 0px 20px;
  background-color: #303030;
  border-top: 1px solid #ddd;
  color: #e2e2e2; }
  footer hr {
    border-top: none;
    border-bottom: 1px solid #666; }
  footer a {
    color: #ccc; }
    footer a:hover {
      color: #fff; }
  footer h5 {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #fff; }

/* alert */
.alert {
  padding: 8px 14px 8px 14px; }

/* breadcrumb */
.breadcrumb {
  margin: 20px 0 20px 0;
  padding: 8px 0;
  border: 1px solid #ddd; }
  .breadcrumb i {
    font-size: 15px; }
  .breadcrumb > li {
    text-shadow: 0 1px 0 #FFF;
    padding: 0 20px;
    position: relative;
    white-space: nowrap; }
    .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);
      -moz-transform: rotate(-45deg);
      -o-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 {
    color: #444444;
    background: #eeeeee;
    border: 1px solid #DDDDDD;
    text-shadow: 0 1px 0 #FFF; }
    .list-group a.active:hover {
      color: #444444;
      background: #eeeeee;
      border: 1px solid #DDDDDD;
      text-shadow: 0 1px 0 #FFF; }
  .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: "";
  font-family: FontAwesome; }
.carousel-control .icon-next:before {
  content: "";
  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; }
.product-thumb .rating {
  padding-bottom: 10px; }

@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; } }
.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: #FC0; }

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: 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 {
    width: 33.33%; }
    .product-thumb .button-group button + button {
      width: 33.33%; } }
@media (max-width: 767px) {
  .product-thumb .button-group button {
    width: 33.33%; }
    .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-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-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-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: flex;
  justify-content: center;
  width: 24px;
  height: 100%; }
  .owl-nav > * > i {
    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 {
      background: #999; }
    .owl-dots > *.active {
      background: #999; }
      .owl-dots > *.active:hover {
        background: #999; }

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

.gmap > div {
  height: 100% !important; }

#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;
  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 -51px;
}
@media (min-width: 1200px) {
  .pull-lg-right {
    float: right;
    float: right; } }
@media (min-width: 992px) {
  .pull-md-right {
    float: right;
    float: right; } }
@media (min-width: 768px) {
  .pull-sm-right, .pull-xs-right {
    float: right; } }
#product-filter-replace {
  position: relative; 
  margin-right: -8px;
}
  #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; }

/* -- Start -- */
.h1, .h2, .h3, h1, h2, h3 {
  margin-top: 0px;
  margin-bottom: 0px; }

.container {
  width: 100%; }

.row-full {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%; }


.abscenter {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%); }

.absxcenter {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%); }

.absycenter {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%); }

body {
  font-size: 14px !important;
  color: #5b5b5b !important; }

h1 {
  font-size: 32px !important;
  font-family: "Lato", sans-serif !important; }

h2 {
  font-size: 27px !important;
  font-family: "Lato", sans-serif !important; }

h3 {
  font-size: 20px !important;
  font-family: "Lato", sans-serif !important; }

h4 {
  font-size: 16px !important;
  font-family: "Lato", sans-serif !important; }

p {
  font-size: 14px !important;
  font-family: "Open Sans", sans-serif !important; }

price {
  font-size: 30px !important;
  font-family: "Open Sans", sans-serif !important; }

small {
  font-size: 14px !important;
  font-family: "Open Sans", sans-serif !important; }

label {
  font-size: 14px !important; }

.cellini-title {
  text-transform: uppercase; }

.cellini-title h2:after {
  content: "";
  display: block;
  border: 1px solid #252525;
  width: 84px;
  margin-top: 25px; }

.cellini-title-center {
  text-transform: uppercase;
  text-align: center; }

.cellini-title-center h2:after {
  content: "";
  display: block;
  border: 1px solid #252525;
  width: 84px;
  margin: auto;
  margin-top: 36px; }

a {
  font-weight: bold; }
  a:link {
    color: #0f4668; }
  a:visited {
    color: #0f4668; }
  a:hover {
    color: #0f4668; }
  a:active {
    color: #0f4668; }

.cellini-btn-link {
  font-size: 15px;
  background: none !important;
  color: #0f4668;
  font-weight: bold;
  border: none;
  padding: 0 !important;
  font: inherit;
  border-bottom: 1px solid #0f4668;
  cursor: pointer; }

.cellini-btn {
  color: #ffffff !important;
  background-color: #1e5eac !important;
  font-size: 13px;
  display: inline-block;
  text-align: center;
  border-radius: 10px;
  text-transform: uppercase;
  /*width: 255px;
  height: 72px;*/
  min-width: 160px;
  padding: 10px;
  border: 2px solid transparent;
  /*line-height: 77px;*/
  line-height: 1em;
  position: relative;
  font-weight: bold;
  transition: 1s;
  cursor: pointer;
  }
  .cellini-btn:hover {
    background-color: #ffffff !important;
    color: #1e5eac !important;
    border: 2px solid #1e5eac !important; }
  .cellini-btn--dark-blue {
    color: #ffffff !important;
    background-color: #0f4668 !important;
    transition: 1s; }
    .cellini-btn--dark-blue:hover {
      background-color: #ffffff !important;
      color: #0f4668 !important;
      border: 2px solid #0f4668 !important; }
  .cellini-btn--w289xh81 {
    /*width: 289px;
    height: 81px;*/
	}
  .cellini-btn--icon {
    color: #ffffff;
    background-color: #0f4668;
    /*width: 253px;
    height: 70px;
    line-height: 72px;
    padding-left: 2%;*/ }
  .cellini-btn--icon:after {
    /*background: url(http://localhost/cellini/catalog/view/theme/default/image/cellini/furniture_2/cart.png);*/
    background: none;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    left: 2px;
    top: 6px;
    width: 60px;
    height: 60px;
    border-radius: 45px;
    display: inline-block;
    background-position: center; }
  .cellini-btn--icon-heart {
    color: #ffffff;
    background-color: #0f4668;
    /*width: 253px;
    height: 70px;
    line-height: 72px;
    padding-left: 2%;*/ }
  .cellini-btn--icon-heart:after {
    /*background: url(http://localhost/cellini/catalog/view/theme/default/image/cellini/furniture_2/heart.png);*/
    background: none;
    background-repeat: no-repeat;
    content: "";
    position: absolute;
    left: 2px;
    top: 6px;
    width: 60px;
    height: 60px;
    border-radius: 45px;
    display: inline-block;
    background-position: center; }
  .cellini-btn--home-package {
    width: 100% !important;
    /*height: 54px !important;
    line-height: 54px !important;*/ }

#cellini-pagination .pagination > .active > span {
  font-weight: bold;
  color: #0f4668;
  background-color: transparent; }

#cellini-pagination .pagination > li > a, .pagination > li > span {
  border: none;
  color: #b7b7b7;
  padding: 10px 17px; }

.slideshow__title h1 {
  font-size: 32px !important;
  color: #fff;
  text-transform: uppercase; }

.breadcrumb__wrap {
  padding: 20px 0px 12px 0px; }
  .breadcrumb__wrap ul {
    padding: 10px 16px;
    list-style: none; }
    .breadcrumb__wrap ul li {
      display: inline;
      font-size: 14px; }
      .breadcrumb__wrap ul li + li:before {
        padding: 13px;
        color: black;
        content: ">"; }
      .breadcrumb__wrap ul li a {
        color: #a8a8a8;
        text-decoration: none; }
        .breadcrumb__wrap ul li a.active {
          color: #111111; }
        .breadcrumb__wrap ul li a:hover {
          color: #a8a8a8;
          text-decoration: underline; }

.Product-list-layout__container {
  max-width: calc(100% - 40px);
  margin: auto; }
  .Product-list-layout__container #product_sortby {
    display: flex;
    justify-content: flex-end; 
    margin-right: 20px;
  }
  .Product-list-layout__container .product-list {
    margin-bottom: 91px; }
  .Product-list-layout__container #cellini-pagination {
    margin-bottom: 90px; }
#tab-description font{
    font-size:16px !important;
}




.blue-color{
    color:#0f4668 !Important;
}
.product-product .product-image-additional-container .slick-nav.left, .product-product .product-image-additional-container .slick-nav.prev{
    left:-35px;
}
.product-image-additional .cellini-prev{
    left:-35px !important;
}










@media screen and (max-width: 1600px) {
  .Product-list-layout__container .product-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr; } 
  #product-filter-detect{
      /*padding: 0 25px;*/
      /*padding-left: 25px;*/
  }
}
@media screen and (max-width: 1366px) {
  .Product-list-layout__container .col-sm-3 {
    width: 27%; }
  .Product-list-layout__container .col-sm-9 {
    width: 73%; } }
@media screen and (max-width: 1280px) {
  .Product-list-layout__container .product-cat-fil__wrap {
    width: 100%; }

  .Product-list-layout__container .product-box {
    width: 100%; } }
@media screen and (max-width: 1200px) {
    #product-filter-detect{
        /*padding-left: 25px;*/
        /*padding-right: 25px;*/
    }
    .Product-list-layout__container .product-list {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr; 
    }
}
@media screen and (max-width: 1024px) {
  .Product-list-layout__container .product-list {
    display: grid;
    grid-template-columns: 1fr 1fr; }
  .Product-list-layout__container .product-cat-fil__list {
    width: 87%; } }
@media screen and (max-width: 768px) {
  .Product-list-layout__container .col-sm-9 {
    width: 100%; }
  .Product-list-layout__container .product-list {
    justify-content: center;
     } }
@media screen and (max-width: 768px) {
    .Product-list-layout__container .product-list {
        /*grid-column-gap: 10px;*/
        grid-gap: 10px;
    }
}
@media screen and (max-width: 370px) {
  .Product-list-layout__container .col-sm-9 {
    width: 100%; }
  .Product-list-layout__container .product-list {
    grid-template-columns: 1fr;
    grid-column-gap: unset; }
  .Product-list-layout__container #product_sortby {
    justify-content: center; }
  .Product-list-layout__container .cellini-title {
    text-align: center; }
  .Product-list-layout__container .cellini-title h2:after {
    margin: auto;
    margin-top: 36px;
    margin-bottom: 13%; }
  .Product-list-layout__container .breadcrumb__wrap ul {
    text-align: center; } 
    .product-search .product-view>* {
        width: 50%;
    }
}
.product-cat-fil__wrap {
  width: 100%;
  border-right: 1px solid #ebebeb;
  height: 1252px; }
.product-cat-fil__list {
  width: calc(100% - 25px); }
.product-cat-fil__item {
  margin-bottom: 40px; }
.product-cat-fil__item h3 {
  font-weight: bold;
  font-size: 16px !important;
  text-transform: uppercase;
  margin-bottom: 15px; }

#input-limit, #input-sort {
    width: 220px;
    height: 32px;
    font-size: 14px;
    border-radius: 0;
    min-height: 32px;
  }

.product-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr; }

.product-box {
  /*width: 320px !important;
  height: 450px !important;*/
  position: relative;
  transition: .4s;
  border: 1px solid transparent;
  margin-bottom: 12px;
  }
  .product-box__wrap {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column; }
  .product-box__item {
    /*margin-top: auto;*/ }
  .product-box__media {
    text-align: center;
	padding: 20px;
    position: relative; }
  .product-box__media img {
    /*margin: auto; */
  }
  .product-box__dicount-label small {
    color: #d03d43;
    font-weight: bold; }
  .product-box__product-name {
    text-align: center;
    padding: 0 10px;
  }
  
  @media (max-width: 768px) {
      .product-box__product-name {
        padding: 0 8px;
     }
  }
  .product-box__price-wrap {
    text-align: center;
    margin-bottom: 10px;
    color: #000;
    font-weight: bold; }
  .product-box__price {
    font-size: 22px;
    padding-right: 6px; }
   .product-box__price.old {
	  color: #fff;
    font-weight: bold;
    background-color: #d03d43;
    padding: 0 8px 2px 8px;
    line-height: normal;
    border: 1px solid #d03d43;
    border-radius: 8px;
   }
  .product-box__dicount {
    font-size: 15px;
    text-decoration: line-through;
    color: #888;
    font-weight: normal; }
  .product-box__dicount2{
    font-size: 13px;
    color: #888;
    font-weight: normal; 
  }
  .product-box:hover {
    border: 1px #cccccc solid; }
  .product-box:hover .product-box__overlay {
    opacity: 0; }
  .product-box__overlay {
    position: absolute;
    background-color: #ffffff;
    top: 0;
	left: 0;
	right: 0;
	bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
	transition: .4s;
	}
  .product-box__overlay a {
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute; 
    width: 100%;
  }
  .product-box__overlay a .fa-search {
    color: #1d1d1d;
    padding-right: 11px; }

.Product-detail-layout__container {
  max-width: calc(100% - 84px);
  margin: auto; }
  .Product-detail-layout__container #content .row {
    margin-bottom: 40px; }
  .Product-detail-layout__container #product-detail__media {
    width: 50%;
    float: left; }
  .Product-detail-layout__container #product-detail__desc {
    width: 48%;
    float: left;
    margin-left: 24px; }
  .Product-detail-layout__container #enquiry {
    margin-bottom: 35px; }

@media screen and (max-width: 1536px) {
  .Product-detail-layout__container #product-detail__media {
    width: 50%;
    margin: auto;
    margin-left: 0%;
    margin-right: 0%;
    margin-bottom: 5%; }
  .Product-detail-layout__container #product-detail__desc {
    width: 50%;
    margin-left: 0;
    margin-right: 0} }
@media screen and (max-width: 1280px) {
  .Product-detail-layout__container #product-detail__desc {
    text-align: justify; }
  .Product-detail-layout__container .product-detail__btn-grp {
    justify-content: center; } }
@media screen and (max-width: 1024px) {
  .Product-detail-layout__container #product-detail__media {
    width: 50%;
    margin: auto;
    margin-left: 25%;
    margin-right: 25%;
    margin-bottom: 5%; }
  .Product-detail-layout__container #product-detail__desc {
    width: 61%;
    margin-left: 21%;
    margin-right: 21%; }
  .Product-detail-layout__container #product-detail__tabs {
    width: 88%;
    margin: auto;
    text-align: justify; } }
@media screen and (max-width: 768px) {
    .Product-detail-layout__container {
    max-width: 100%; }
  .Product-detail-layout__container #product-detail__media {
    width: 66%;
    margin-left: 15%;
    margin-right: 15%; }
  .Product-detail-layout__container #product-detail__desc {
    width: 77%;
    margin-left: 10%;
    margin-right: 10%; }
  .Product-detail-layout__container .enquiry__wrap {
    width: 100%; } 
  .article_enquiry{
      width: 100%!important;
  }
  .Product-detail-layout__container .product-detail__btn-grp {
      justify-content: space-between;
  }
}
@media screen and (max-width: 414px) {
  .Product-detail-layout__container {
    max-width: 100%; }
    .Product-detail-layout__container #product-detail__media {
      width: 89%;
      margin-left: 5%;
      margin-right: 5%; }
    .Product-detail-layout__container #product-detail__desc {
      width: 91%;
      margin-left: 5%;
      margin-right: 5%; }
    .Product-detail-layout__container .product-detail__qty .input-group-addon {
      width: 15% !important; }
    .Product-detail-layout__container .product-detail__btn-grp {
      flex-direction: column;
      margin-left: 16%;
      margin-right: 16%; }
    .Product-detail-layout__container .product-detail__btn-grp button:first-child {
      margin-right: 33px;
      margin-bottom: 6%; }
    .Product-detail-layout__container .enquiry__wrap form .form-group {
      display: block; }
    .Product-detail-layout__container .product-product .product-image-additional-container .slick-nav {
      top: 1% !important; } }
@media screen and (max-width: 375px) {
  .Product-detail-layout__container .product-detail__btn-grp {
    flex-direction: column;
    margin-left: 14%;
    margin-right: 14%; } }
.product-detail__title {
  margin-bottom: 18px; }
.product-detail__price .product-price {
  font-size: 22px;
  color: #0f4668;
  font-weight: bold;
  line-height: normal; }
.product-detail__desc {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px; }
.product-detail__option .form-group {
  display: flex;
  align-items: center; }
.product-detail__option {
  margin-bottom: 20px; }

.product-detail__option select {
  /*width: 234px;*/
  max-width: 234px;
  /*height: 50px;*/
	height: 35px;
	min-height: 35px;
  }
.product-detail__qty {
  margin-bottom: 45px; }
  .product-detail__qty #input-quantity {
    height: 35px;
    min-height: 35px; }
  .product-detail__qty .input-group-btn > .btn {
    height: 40px; }
.product-detail__qty .input-group {
  display: flex; }
.product-detail__qty .input-group-addon {
  font-size: 14px; }
.product-detail__btn-grp {
  display: flex; }
.product-detail__btn-grp button:first-child {
  margin-right: 33px; }
.product-detail__nav {
  margin-bottom: 73px; }
  .product-detail__nav #tab-description {
    line-height: 26px;
    font-family: 'Lato', sans-serif !important;
  }
  .product-detail__nav #tab-description p{
    font-size: 14px!important;
    margin-bottom: 20px;
  }
  .product-detail__nav ul {
    text-align: center; 
    border-top: 1px solid #ddd;
  }
  .product-detail__nav ul > li a {
        width: 200px;
        border-radius: unset;
        padding: 15px;
        border: none!important;
        margin-right: 0px!important;
        color: #989898;
        font-weight: 400;
  }
  .product-detail__nav ul > li.active a {
    background-color: #e7ecf0 !important; 
    color: #0f4668;
    font-weight: 600;
  }
.product-detail__slider {
  margin-bottom: 4%; }
.product-detail__slider h2 {
  margin-bottom: 2%;
  text-transform: uppercase; }

@media screen and (max-width: 414px) {
  .product-detail__nav ul > li a {
    width: 338px; } }
@media screen and (max-width: 375px) {
  .product-detail__nav ul > li a {
    width: 300px; } }
.enquiry__wrap {
  width: 768px;
  margin: auto; }
.enquiry__title {
  margin-bottom: 25px;
  text-align: center; }
body .enquiry__title h3 {
    font-size: 27px !important;
    font-family: "Lato", sans-serif !important;
    text-align: center!important;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
    
}
.enquiry__title h3:after{
    content: "";
    display: block;
    border: 1px solid #252525;
    width: 84px;
    margin: auto;
    margin-top: 25px;
    margin-bottom: 35px;
}
.enquiry__wrap form .form-group label {
  color: #5b5b5b;
    font-size: 14px!important;}
.enquiry__wrap form .form-group input {
  height: 40px;
  width: 100%; }
.enquiry__wrap form .form-group textarea {
  width: 100%; }
.enquiry__wrap form .form-group {
  display: flex;
  align-items: center; }
.enquiry__wrap form .form-group:last-child .control-label {
  padding-top: 20px; }
.enquiry__wrap form .form-group:last-child {
  align-items: unset; }

@media screen and (max-width: 414px) {
  #enquiry .pull-right {
    text-align: center;
    float: unset !important;
    margin-left: 8%;
    margin-right: 8%; } }
[id^=err-] {
  color: red;
  display: none; }

.news_layout {
  display: flex;
  max-width: 1729px;
  margin: auto; }

@media screen and (max-width: 1024px) {
  .news_layout {
    flex-wrap: wrap;
    flex-direction: column-reverse; }
    .news_layout #content {
      margin-top: 6%; }
    .news_layout #column-right {
      text-align: center; }
    .news_layout #column-right .articles-fil__container {
      width: 100%;
      margin-top: 6%;
      margin-bottom: 6%; }
    .news_layout #column-right .articles-fil__list {
      border: 1px solid #a8b7cf;
      width: 46%;
      margin: auto;
      padding: 10px; } }
@media screen and (max-width: 768px) {
  .news_layout #content .articles-box {
    width: 331px;
    margin: 21px 21px; }
  .news_layout #content .articles-box__media img {
    width: 100%; } }
@media screen and (max-width: 414px) {
  .news_layout #content .articles-box {
    width: 330px; }
  .news_layout #content .articles-box-layout__list {
    grid-template-columns: 1fr; } }
.articles-box-layout__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr; }

@media screen and (max-width: 1366px) {
  .articles-box-layout__list {
    grid-template-columns: 1fr 1fr; } }
.articles-box {
  width: 429px;
  margin: 47px 39px;
  background-color: #ffffff;
  position: relative;
  z-index: 0; }
  .articles-box__wrap {
    width: 100%;
    height: 100%;
    border: 1px solid #ebebeb; }
  .articles-box__media {
    margin-bottom: 22px; }
  .articles-box__content {
    padding-left: 32px;
    padding-right: 32px; }
  .articles-box__title {
    margin-bottom: 33px; }
  .articles-box__title h3 {
    color: #1e5eac; }
  .articles-box__desc {
    margin-bottom: 35px; }
  .articles-box__desc p {
    line-height: 24px; }
  .articles-box__btn-append {
    opacity: 0; }
  .articles-box__btn {
    display: flex;
    justify-content: center;
    background: white;
    height: 0px; }
  .articles-box:hover {
    z-index: 1;
    box-shadow: 0 0 60px #cccccc;
    margin-bottom: -100px; }
    .articles-box:hover .articles-box__btn {
      height: 100px; }
  .articles-box:hover .articles-box__btn-append {
    opacity: 1; }

.articles-layout__container #cellini-pagination {
  margin-top: 100px;
  margin-bottom: 113px; }
.articles-layout .articles-detail .cellini-title {
  margin-bottom: 10px; }
.articles-layout .articles-detail .cellini-title h2{
    margin-bottom: 10px!important;
}
.articles-layout .articles-detail__media {
  margin-bottom: 55px; }
.articles-layout .articles-detail__description {
  margin-bottom: 50px; }
.articles-layout .articles-detail__social-media {
  margin-bottom: 92px; }

.articles-detail__description {
  font-size: 16px;
  line-height: 30px; }

.articles-fil__container {
  /* width: 227px; */
  margin: auto; }
.articles-fil__title h1 {
  font-size: 18px !important;
  font-weight: bold;
  text-transform: uppercase;
  color: #202020;
  margin-bottom: 15px; }
.articles-fil__list a {
  font-size: 16px !important;
  color: #202020;
  font-weight: normal; }

@media screen and (max-width: 1536px) {
  .articles-layout .articles-detail {
    width: 96%;
    padding-left: 2%; }
  .articles-layout .articles-detail__media img {
    width: 100%; } }
.newsletter__wrap {
  background-color: #dadada;
  text-transform: uppercase; }
.newsletter__title {
  padding-top: 25px;
  padding-bottom: 0px; }
.newsletter__title h2 {
  text-align: center;
  color: #3b3b3b; 
  margin-bottom: 25px!important;
}
.newsletter__input-wrap {
  text-align: center;
  padding-bottom: 30px; }
.newsletter__input-wrap input {
    text-align: center;
    width: 600px;
    height: 40px;
    font-size: 20px;
    background: #dadada;
    border: 0;
    border-bottom: 1px solid #989796;
    
}
.newsletter__input-wrap input::placeholder {
  color: #ffffff; }
.newsletter__input-wrap input:focus {
  outline: none;
  outline-color: none;
  outline-style: none;
  outline-width: none; }
.newsletter__btn-wrap {
  padding-bottom: 25px;
  display: flex;
  justify-content: center; }

@media screen and (max-width: 414px) {
  .newsletter__input-wrap input {
    width: 100%; } }
.material__wrap {
  max-width: 1284px;
  margin: auto;
  margin-bottom: 77px; }
.material__title {
  border-bottom: 1px solid #464646;
  text-align: center;
  padding-bottom: 46px;
  margin-bottom: 50px;
  text-transform: uppercase; }
.material__title h1 {
  font-size: 38px; }
.material__sub-title h2 {
  font-size: 30px;
  text-transform: uppercase;
  padding-bottom: 17px; }
.material__desc {
  font-size: 24px;
  margin-bottom: 40px; }
.material__list-wrap {
  display: flex;
  width: 100%;
  margin-bottom: 66px;
  justify-content: space-between; }
.material__list-wrap .active .material__list-item-img:before {
  content: "";
  display: block;
  border: 1px solid red;
  width: 100%;
  height: 94%;
  top: -10px;
  position: absolute; }
.material__list-item {
  text-align: center; }
.material__list-item-img {
  position: relative;
  padding-bottom: 29px; }
.material__list-name {
  font-size: 24px; }
.material__list-detail {
  display: none; }
.material__list-detail-wrap:before {
  content: "";
  display: block;
  top: -29px;
  left: 17%;
  position: absolute;
  border-left: 36px solid transparent;
  border-right: 36px solid transparent;
  border-bottom: 30px solid #f1f1f1; }
.material__list-detail-wrap {
  position: relative;
  display: flex;
  background-color: #f1f1f1;
  padding: 56px;
  width: 100%;
  border-radius: 18px; }
.material__list-detail-media {
  padding-right: 42px; }
.material__list-detail-name {
  font-size: 24px;
  margin-bottom: 39px; }
.material__list-detail-desc {
  font-size: 24px;
  line-height: 32px; }

.mycart-layout__container {
  max-width: 1729px;
  margin: auto; }
  .mycart-layout__container .cellini-title-center {
    margin-bottom: 3%; }
  .mycart-layout__container #content {
    margin-bottom: 6%; }

@media screen and (max-width: 414px) {
  .mycart__btn-grp {
    margin-left: 15%;
    margin-right: 15%; }

  .mycart__btn-grp .pull-left {
    text-align: center;
    float: unset !important;
    margin-bottom: 3%; }

  .mycart__btn-grp .pull-right {
    text-align: center;
    float: unset !important; } }
	/*
.my-checkout-layout__container {
  max-width: 1170px;
  margin: auto; }
  */
  .my-checkout-layout__container .quickcheckoutFull {
    width: 100% !important;
    float: left; }
  .my-checkout-layout__container #shipping-method {
    margin-bottom: 20px; }
  .my-checkout-layout__container #payment-method {
    margin-bottom: 5%; }
  .my-checkout-layout__container #cart1 {
    margin-bottom: 4%; }
  .my-checkout-layout__container #coupon-heading {
    margin-bottom: 4%; }

#my-checkout {
  font-size: 13px; }
  #my-checkout .terms {
    display: flex;
    align-items: center;
    justify-content: flex-end; }
  #my-checkout label {
    margin-right: 3%; }
  #my-checkout .quickcheckout-content {
    overflow: hidden; }

.not-found-layout__container {
  max-width: 100%;
  margin: auto; }
  .not-found-layout__container #content {
    margin-bottom: 2% !important; }

.success-layout__container {
  max-width: 100%;
  margin: auto; }
  .success-layout__container #content {
    margin-bottom: 2% !important; }

.account-layout__container {
  max-width: 100%;
  margin: auto; }
  .account-layout__container #content {
    margin-bottom: 5%; }
.account-layout__form {
  width: 50%;
  margin: auto; }
.account-layout__table {
  width: 70%;
  margin: auto; }
  .account-layout__table .table {
    margin-bottom: 5%; }
.account-layout__table-long {
  width: 80%;
  margin: auto; }

@media screen and (max-width: 1366px) {
  .account-layout__form {
    width: 58%;
    margin: auto; } }
@media screen and (max-width: 1280px) {
  .account-layout__form {
    width: 65%;
    margin: auto; } }
@media screen and (max-width: 1024px) {
  .account-layout__form {
    width: 77%;
    margin: auto; }

  .account-layout__table-long {
    width: 100%; } }
@media screen and (max-width: 768px) {
  .account-layout__form .control-label {
    width: 100%;
    padding-bottom: 3%; }

  .account-layout__form .p-0-i {
    width: 100%; }

  .account-layout__table {
    width: 80%; } 
  .newsletter__title h2{
      margin-bottom: 0px!important;
  }
}
@media screen and (max-width: 414px) {
  .account-layout__form {
    width: 100%;
    margin: auto; }

  .account-sub-heading {
    font-size: 22px !important; }

  .account__btn-grp {
    margin-left: 15%;
    margin-right: 15%; }

  .account__btn-grp .pull-left {
    text-align: center;
    float: unset !important;
    margin-bottom: 3%; }

  .account__btn-grp .pull-right {
    text-align: center;
    float: unset !important; }

  .account-layout__table {
    width: 100%; } }
@media screen and (max-width: 375px) {
  .account-sub-heading {
    font-size: 19px !important; } }
.wishlist__btn-grp {
  display: flex;
  flex-direction: column;
  align-items: center; }
.wishlist__btn-grp button {
  margin-bottom: 2%; }

  /*
.home-package-banner__wrap {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw; }
*/ 
#home-package-banner img { 
  width: 100%;
  margin-bottom: 50px; }

.home-package-desc__wrap {
  display: flex;
  justify-content: space-between; }
.home-package-desc__contain {
  width: 382px; }
.home-package-desc__number h1 {
  font-size: 22px !important;
  padding-bottom: 18px;
  margin: 0px !important; }
body:not(.cke_editable) .home-package-desc__title h2:not(.swal2-title):not([style]) {
  font-size: 20px !important;
  color: #286e92;
  padding-bottom: 5px;
  margin: 0px !important; 
  margin-bottom: 10px !important;
}
.home-package-desc__desc p {
  font-size: 16px !important;
  line-height: 26px; }

#home-package-list .active {
  background-color: #c1c7d0 !important; }

.home-package-list__list {
  text-align: center;
  width: fit-content;
  padding: 32px 34px;
  border-radius: 31px;
  margin-bottom: 1%;
  transition: 1s; }
.home-package-list__list:hover {
  background-color: #c1c7d0; }
.home-package-list__item-wrap {
  display: flex;
  align-items: center; }
.home-package-list__price {
    font-size: 38px;
    color: #202020;
    padding-right: 10px;
    padding-bottom: 45px; 
    
}
.home-package-list__item {
  display: flex;
  flex-direction: column;
  padding-left: 37px;
  padding-right: 37px;
  position: relative; }
.home-package-list__item span {
  color: #202020;
  text-transform: uppercase; }
.home-package-list__item:after {
  content: "+";
  display: block;
  position: absolute;
  right: -6%;
  top: 20%;
  font-size: 46px; }
.home-package-list__item img {
  padding-bottom: 30px; 
  width: 80%;    
  margin: 0 auto;
}
.home-package-list__item:last-child {
  padding-right: 0px; }
.home-package-list__item:last-child:after {
  display: none; }
.home-package-list__btn-grp {
  display: flex;
  justify-content: center; }

@media screen and (max-width: 1280px) {
  .home-package-desc__contain {
    width: 28%; }

  .home-package-list__price {
    width: 100%;
    margin-bottom: 3%; }

  .home-package-list__item-wrap {
    flex-wrap: wrap;
    justify-content: center; }

  .home-package-list__item {
    padding-bottom: 0%; }

  .home-package-list__list {
    border: 1px solid #c1c7d0;
    margin: auto;
    margin-bottom: 3%; } }
@media screen and (max-width: 1024px) {
  .home-package-desc__contain {
    width: 28%; }

  .home-package-list__price {
    width: 100%;
    margin-bottom: 3%; }

  .home-package-list__item-wrap {
    flex-wrap: wrap;
    justify-content: center; }

  .home-package-list__item {
    padding-bottom: 0%; }

  .home-package-list__list {
    border: 1px solid #c1c7d0;
    margin-bottom: 3%; } }
@media screen and (max-width: 768px) {
      .home-package-desc__contain {
    width: 100%;
    margin-bottom: 8%; }
  .home-package-desc__wrap {
    flex-wrap: wrap; }
  .home-package-list__item-wrap {
    justify-content: space-around; }

  .home-package-list__item:after {
    right: -16%; } }
@media screen and (max-width: 414px) {


  .home-package-list__list {
    padding: 49px 13px;
    margin-bottom: 12%; }
  .home-package-list__item {
    padding-bottom: 7%; }
  .home-package-list__item:last-child {
    padding-right: 0px;
    padding-left: 37px;
    padding-right: 37px; }
  .home-package-list__item img {
    padding-bottom: 3px; } }
@media screen and (max-width: 375px) {
  .home-package-list__item:after {
    right: -3%; } }
#home-package-step .active:before {
  content: "";
  display: block;
  border: 2px solid #1e5eac;
  width: 84px;
  position: absolute;
  top: 110%;
  left: 32%; }

#home-package-step .end:before {
  content: "";
  display: block;
  border: 2px solid #1e5eac;
  width: 84px;
  position: absolute;
  top: 160%;
  left: 22%; }

.home-package-step__list {
  text-align: center;
  width: fit-content;
  margin: auto;
  padding: 32px 34px;
  border-radius: 31px;
  margin-bottom: 1%;
  transition: 1s; }
.home-package-step__item-wrap {
  display: flex;
  align-items: center; }
.home-package-step__price {
  font-size: 80px;
  color: #202020;
  padding-right: 11px;
  padding-bottom: 51px; }
.home-package-step__item {
  display: flex;
  flex-direction: column;
  padding-left: 37px;
  padding-right: 37px;
  position: relative; }
.home-package-step__item span {
  color: #202020;
  text-transform: uppercase; }
.home-package-step__item:after {
  content: "+";
  display: block;
  position: absolute;
  right: -6%;
  top: 20%;
  font-size: 46px; }
.home-package-step__item img {
  padding-bottom: 15px; }
.home-package-step__item:nth-last-of-type(3):after {
  display: none; }
.home-package-step__arrow {
  padding-left: 26px;
  padding-right: 26px; }
.home-package-step__cart {
  padding-left: 26px;
  padding-right: 26px;
  position: relative; }

@media screen and (max-width: 1024px) {
  .home-package-step__item-wrap {
    flex-wrap: wrap; }
  .home-package-step__price {
    width: 100%; }
  .home-package-step__list {
    padding: 30px 0px;
    margin-bottom: 4%; } }
@media screen and (max-width: 768px) {
  .home-package-step__item {
    padding-left: 26px;
    margin-bottom: 10%; } }
@media screen and (max-width: 414px) {
  .home-package-step__item-wrap {
    width: 75%;
    margin: auto; } }
@media screen and (max-width: 375px) {
  .home-package-step__price {
    font-size: 64px; } }
.home-package-product__title h1 {
    font-size: 24px !important;
    text-transform: uppercase;
    margin-bottom: 30px; }
.home-package-product__list {
  display: flex;
  flex-wrap: wrap; }
.home-package-product__item {
    width: calc(25% - 30px);
    margin-right: 30px;
    margin-bottom: 25px;
    position: relative;
}
.home-package-product__item .home-package-product__media img {
	max-width: 100%;
}
.home-package-product__media {
  padding-bottom: 15px; }
.home-package-product__desc p {
  text-transform: uppercase;
  font-weight: bold; }
.home-package-product__desc span {
  font-weight: normal;
  text-transform: capitalize; }

@media screen and (max-width: 1280px) {
  .home-package-product__item {
    margin-right: 20px; 
    width: calc(50% - 20px);
  }

  .home-package-myorder__wrap {
    width: 383px !important; } }
@media screen and (max-width: 768px) {
    .home-package-product__wrap{
        margin-right: -20px;
    }
    .home-package-myorder__title h1{
        text-align: center;
    }
    .home-package-product__item{
        width: calc(50% - 20px);
    }
  .home-package-product__item:nth-child(even) {
     margin-right:0px;
      
  }
  .home-package-product__media img {
    width: 100%; } }
@media screen and (max-width: 414px) {
  .home-package-product__item {
    width: 100%; 
    margin-right:40px;  
  } }
/*
#home-package-product-detail .modal-content-fix {
  width: fit-content; }
*/
#home-package-product-detail .centered-modal .modal-dialog {
  margin: auto; }
#home-package-product-detail .centered-modal.in {
  display: flex !important; }

#home-package-product-detail .modal-dialog {
  width: 60%; }

.home-package-product-detail__wrap {
  display: grid;
  grid-template-columns: 50% 50%;
  padding: 49px 26px; }
.home-package-product-detail__wrap-left {
  margin-left: 26px;
  margin-right: 26px; }
.home-package-product-detail__media img {
  max-width: 100%; }
.home-package-product-detail__media-list {
  display: flex;
  justify-content: space-between; }
.home-package-product-detail__wrap-right {
  margin-left: 26px;
  margin-right: 26px; }
.home-package-product-detail__title {
  margin-bottom: 34px; }
.home-package-product-detail__title h1 {
  font-size: 25px !important; }
.home-package-product-detail__desc {
  padding-bottom: 17px; }
.home-package-product-detail__desc p {
  line-height: 26px; }
.home-package-product-detail__material-wrap {
  display: flex;
  padding-bottom: 32px;
  flex-wrap: wrap; }
.home-package-product-detail__material-left-wrap {
  width: 34%; }
.home-package-product-detail__material-right-wrap {
  width: 66%; }
.home-package-product-detail__material-left-wrap a {
  color: #ef0000; }
.home-package-product-detail__material-right-wrap .radio label {
  padding: 17px; }
.home-package-product-detail__material-right-wrap .radio img {
  width: 60px;
  height: 60px; }
.home-package-product-detail__btn-grp {
  display: flex;
  justify-content: flex-end; }

@media screen and (max-width: 1366px) {
  #home-package-product-detail .modal-dialog {
    width: 79%; } }
@media screen and (max-width: 1280px) {
  #home-package-product-detail .modal-dialog {
    width: 89% !important; } }
@media screen and (max-width: 1024px) {
  #home-package-product-detail .modal-dialog {
    width: 63% !important; }

  .home-package-product-detail__wrap {
    /*grid-template-columns: 1fr;*/
	display: block;

	}

  .home-package-product-detail__wrap-left {
    margin-bottom: 9%; } }
@media screen and (max-width: 768px) {
  #home-package-product-detail .modal-dialog {
    width: 85% !important; } }
@media screen and (max-width: 767px) {
	.home-package-product-detail__media-list {
		display: block;
	}
}
@media screen and (max-width: 414px) {
  #home-package-product-detail .modal-dialog {
    width: 93% !important; }

  .home-package-product-detail__wrap-left {
    width: 86%; }

  .home-package-product-detail__wrap-right {
    width: 86%; }

  .home-package-product-detail__desc p {
    text-align: justify; }

  .home-package-product-detail__media-list {
    flex-wrap: wrap; }

  .home-package-product-detail__material-right-wrap {
    width: 100%; }

  .home-package-product-detail__wrap {
    padding: 41px 0px; } }
.home-package-myorder__wrap {
  width: 432px;
  color: #202020; }
.home-package-myorder__title {
  text-align: right;
  padding-bottom: 5px;
  border-bottom: 1px solid #464646;
  margin-bottom: 20px; }
.home-package-myorder__title h1 {
    font-size: 22px !important;
    color: #202020;
    text-transform: uppercase;
    margin-bottom: 25px;
    font-weight: 600;
    letter-spacing: 1px;
    
}
.home-package-myorder__list {
  margin-bottom: 25px; }
.home-package-myorder__list p {
  font-size: 18px !important; }
.home-package-myorder__list p:only-child:after {
  content: "";
  display: block;
  border-bottom: 1px dashed #464646;
  width: 227px;
  margin-top: 20px; }
.home-package-myorder__list button {
  font-size: 15px;
  font-weight: bold; }
.home-package-myorder__list ul {
  font-size: 16px !important;
  list-style: none;
  line-height: 30px; }
.home-package-myorder__total {
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 41px; }
.home-package-myorder__btn-grp-end {
  display: none; }

@media screen and (max-width: 768px) {
  .home-package-myorder__wrap {
    margin: auto; } }
@media screen and (max-width: 414px) {
  .home-package-myorder__wrap {
    width: 100% !important; } }
#home-package-order-summary {
  display: none; }

.home-package-order-summary__wrap {
  color: #202020; }
.home-package-order-summary__title {
     border-bottom: 2px solid #464646;
    text-align: center;
    padding-bottom: 0px;
    margin-bottom: 45px;
    text-transform: uppercase;
    letter-spacing: 1px; }
.home-package-order-summary__title h1 {
  font-size: 24px !important; }
.home-package-order-summary__product {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1173px;
  margin: auto;
  margin-bottom: 35px; }
.home-package-order-summary__media {
  width:50%;    
  text-align:center;
}
.home-package-order-summary__product-detail{
    width: 50%;
}
.home-package-order-summary__product-detail ul {
  list-style: none;
  padding: 0px;
  margin-left: 35px;
  font-size: 18px;
  line-height: 30px; }
.home-package-order-summary__line {
  width: 100%;
  border-bottom: 2px solid #464646;
  margin-bottom: 35px; }
.home-package-order-summary__add-cart {
  width: 427px;
  margin: auto; }
.home-package-order-summary__price-wrap {
      font-size: 32px;
    display: flex;
    justify-content: space-around;
    margin-bottom: 30px;
    text-transform: uppercase; }

@media screen and (max-width: 768px) {
  .home-package-order-summary__product {
    max-width: 100%; }

  .home-package-order-summary__media img{
      width: 100%;
      display: inline-block;
    } 
    
}
@media screen and (max-width: 414px) {
  .home-package-order-summary__product {
    max-width: 100%;
    flex-wrap: wrap; }

  .home-package-order-summary__media img {
    width: 100%; }

  .home-package-order-summary__add-cart {
    width: 100%; } 
  .home-package-order-summary__product-detail ul {
        font-size: 14px;
        line-height: 25px; 
  }    
  .home-package-order-summary__price-wrap{
      font-size:26px;
  }
  .home-package-step__arrow {
        padding: 10px 0px 10px;
    }
    
}
.option-err {
  color: red;
  display: none;
  padding-top: 2%;
  width: 100%; }

.option-selected-radio {
  border: 1px solid red;
  padding: 4px; }

.home-package-layout_m__container {
  max-width: calc(100% - 84px);
  margin: auto; }
.home-package-layout_m__home-package-desc {
  max-width: 1474px;
  margin: auto;
  margin-bottom: 50px; }
.home-package-layout_m__home-package-list {
  max-width: 1291px;
  margin: auto;
  margin-bottom: 6%; }
.home-package-layout_m__home-package-list .home-package-list__wrap {
  margin-bottom: 30px !important; }

@media screen and (max-width: 1024px) {
  .home-package-layout_m__home-package-desc {
    margin-bottom: 98px; } }
@media screen and (max-width: 414px) {
  .home-package-layout_m__home-package-desc {
    margin-bottom: 36px; } }
.home-package-layout_pl__container {
  max-width: calc(100% - 84px);
  margin: auto; }
  .home-package-layout_pl__container #home-package-order-summary {
    margin-bottom: 205px; }
.home-package-layout_pl__2x {
  display: grid;
  grid-template-columns: 3fr 1fr;
  margin-bottom: 10%; }

@media screen and (max-width: 768px) {
  .home-package-layout_pl__2x {
    grid-template-columns: 1fr; } }
@media screen and (max-width: 414px) {
  .home-package-layout_pl__container #home-package-order-summary {
    margin-top: 26%; } 
    .home-package-layout_pl__container {
        max-width: calc(100% - 30px);
        margin: auto;
    }
    .home-package-product__item {
        margin-right:0px!important;
            width: calc(100%);
    }
    .home-package-product__wrap {
        margin-right: 0px;
    }
}
footer {
  background-color: #3d4346;
  color: #ffffff; }

.footer__inner {
  max-width: calc(100% - 500px);
  margin: auto; }
@media screen and (max-width: 1600px) {
    .footer__inner {
        max-width: calc(100% - 280px);
    }
}
.footer__wrap {
  padding-top: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-bottom: 10px; }
.footer__menu_container {
  display: flex; }
.footer__menu {
  flex-basis: 50%; }
.footer__title img {
  /* width: 160px; */
	  width: 480px;
  padding-bottom: 18px; }
.footer__desc {
  max-width: 614px; }
.footer__desc p {
  line-height: 28px;
padding-right: 40px;}
.footer__menu-title h3 {
  font-size: 18px !important;
    padding-bottom: 0px;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0.67em 0;
    
}
.footer__menu-list {
  font-size: 14px; }
.footer__menu-list ul {
  list-style: none;
  padding: 0px;
  line-height: 26px; }
.footer__contact {
  margin-bottom: 20px;
  display: grid;
  grid-template-columns: 3fr 1fr; }
.footer__social-wrap img {
  padding-right: 19px; }
.footer__tel {
  font-size: 20px;
  padding-bottom: 14px;
  /*padding-right: 59px;*/ }
.footer__tel img {
  padding-right: 10px;
  width: 32px;
  }
.footer__sub {
  padding-bottom: 20px;
  padding-top: 10px;
	 display: flex;
    justify-content: space-between;
}
.footer__sub ul {
      list-style: none;
    font-size: 18px;
    padding: 0px;
    display: grid;
    font-weight: 600;
    grid-template-columns: 1fr; }

.footercat_li_large {
    margin-bottom: 8px;
}
.footercat_li_large a {
    font-size: 18px !important;
    font-weight: 600;
    color: #fff;
}
.footercat_li_small {
    font-size: 14px !important;
    font-weight: normal !important;
	margin-bottom: 4px;
}
.footercat_li_small a {
	font-weight: normal !important;
	font-size: 14px !important;
}

@media screen and (max-width: 1536px) {
  .footer__tel {
    font-size: 20px; } }
@media screen and (max-width: 1366px) {
  .footer__tel {
    font-size: 18px; } }
@media screen and (max-width: 1280px) {
  .footer__desc {
    width: 84%;
    text-align: justify; }
  .footer__desc p {
    font-size: 15px !important; }
  .footer__tel {
    font-size: 18px; }
  .footer__menu-title h3 {
    font-size: 18px !important;
    padding-bottom: 0px; } }
@media screen and (max-width: 1024px) {
  .footer__inner {
    max-width: calc(100% - 165px);
    margin: auto; }
  .footer__wrap {
    grid-template-columns: 1fr;
    grid-gap: 50px; }
  .footer__contact {
    grid-template-columns: 1fr 1fr; }
  .footer__sub {
    padding-bottom: 7px; }
  .footer__sub ul {
    grid-template-columns: 1fr; }
  .footer__sub ul li {
    margin-bottom: 10%; } 
    .footer__desc {
    width: 100%;
    max-width: 100%;
    text-align: justify; }
}
@media screen and (max-width: 768px) {
    .footer__desc {
    width: 100%; 
        max-width: 100%;
    }
    .footer__desc p{
        padding-right: 0px;
        font-size:14px;
        display: none;
    }
    .footer__sub ul{
        font-size: 16px;
    }
    .footer__tel {
        font-size: 16px;
    }
  .footer__inner {
    max-width: calc(100% - 130px); } }
@media screen and (max-width: 414px) {
  .footer__desc {
    width: 100%; }
  .footer__menu_container {
    flex-direction: column; }
  .footer__menu {
    margin-bottom: 20%; }
  .footer__sub ul {
    grid-template-columns: 1fr; }
  .footer__contact {
    grid-template-columns: initial;
    grid-template-rows: initial;
    display: flex;
    justify-content: center;
      
  }
  .footer__tel {
    font-size: 16px; }
  .footer__sub ul li {
        line-height: 38px;
        font-size: 18px;
        margin-bottom: 10px!important;
  } 
  .footer__menu-title h3 {
    text-align: center;
  }
  .footer__menu-list ul{
    text-align: center;
  }
  .footer__title img{
      margin: 0 auto;
      display: inline-block;
  }
  .footer__desc p{
      text-align: center;
  }
  .footer__social-wrap{
      text-align: right;
  }
  .footer__tel-wrap{
      text-align: right;
  }
  .footer__tel,.footer__sub, .footer__title{
      text-align: center;
  }
  .footer__tel-wrap span{
        display: none;
  }
  .footer__sub {
        padding-top: 8px!important;
    }
    footer {
        padding: 30px 0px 0px;
    }
}

/*# sourceMappingURL=stylesheet.css.map */


/* wk */
.posrel { position: relative; }
.marbtmsmaller { margin-bottom: 20px; }
.marbtmsmall { margin-bottom: 40px; }
.maxwidthfull { max-width: 100%; }
.articles-box__wrap { margin-bottom: 30px; }
.button_wrapper_for_news { opacity: 0;position: absolute;left: 0;right: 0;z-index: 1;background: #FFF;padding-left: 20px;padding-right: 20px;padding-bottom: 20px;border-left: 1px solid #ebebeb;border-right: 1px solid #ebebeb;border-bottom: 0px solid #ebebeb;height:71px; }
.articles-box__overallwrap:hover .button_wrapper_for_news { opacity: 1;text-align: center; }
/* .articles-box__wrap:hover { box-shadow: 0 0 60px #cccccc; }  */
.articles-box__overallwrap:hover { box-shadow: 0 0 60px #cccccc;padding-bottom: 71px;margin-bottom: -71px; }

@media screen and (min-width: 768px) {
#articles-list .row >div:nth-child(3n+1){ clear:both; }
.news-ncategory #content { width:90%; }
.news-ncategory #column-right { width:10%; }
}
@media screen and (max-width: 767px) {
#articles-list .row >div:nth-child(2n+1){ clear:both; }
}

.home-top-banner img {
	height: auto !important;
}
@media screen and (max-width: 767px) {
    .home-top-banner img {
        width: 100% !important;
    }
}
.home-top-banner {
	padding-bottom: 40px;
}
.home-articles {
	padding: 40px 0;
}
.home-articles img {
	margin-left: auto;
}
.home-package {
	padding-top: 40px;
	padding-bottom: 40px;
}
.home-package img {
	margin: 0 auto;
}
.home-title {
	margin-left: -3%;
	background: transparent;
}
.hover-effect img {
    transition: all 1s;
    -webkit-transition: all 1s;
}
.hover-effect img:hover {
	-webkit-filter: brightness(50%);
}

#home-categories {
    max-width: 1720px;
    margin: 60px 0px;
}
#home-categories .row {
    margin-bottom: 30px;
}
#home-discover, #home-package, #mattress-made, #mattress-see{
    margin: 0 0px;
}
#home-article {
    margin: 0 0px;
}
@media(max-width:1600px){
    #home-categories {
        margin: 60px 0px;
    }
    #home-discover, #home-package, #mattress-made, #mattress-see{
        margin: 0 0px!important;
    }
    #home-article {
        margin: 0 0px;
    }
}
@media(max-width:1200px){
    #home-categories {
        margin: 60px 0px;
    }
    #home-discover, #home-package, #mattress-made, #mattress-see{
        margin: 0 0px!important;
    }
    #home-article {
        margin: 0 0px;
    }
}
@media(max-width:992px){
    .news_latest .col-md-4{
        margin-bottom: 30px;
    }
    
}
.categories-text,
.abs-text 
{
    position: absolute;
    bottom: 30px;
    left: 60px;
    color: #fff;
    font-size: 33px;
	line-height: 1.2em;
    font-family: 'Lato', sans-serif;
}

.featured-module .featured {
	padding-top: 30px !important;
	padding-bottom: 30px !important;
}

.section-padding {
	padding: 40px 0;
}
.pd-bottom-normal {
	padding-bottom: 40px;
}
.mar0auto {
	margin: 0 auto;
}
.marb30 {
	margin-bottom: 30px;
}
.w80 {
	width: 80%;
}
.img-responsive {
	height: auto !important;
}

@media(max-width:767px){
	#home-categories .row {
		margin-bottom: 0;
	}
	#home-categories .row img {
	   margin-bottom: 15px;
	   max-width: 100%;
	}
	#home-categories [class^="col-"] {
	    text-align: center;
	}
	.newsletter__input-wrap input {
		width: 80%;
	}
}

/* Additional Codes */
.home-title{
  top:20%;transform:translateY(-20%) translateX(-50%);
}

@media screen and (max-width: 1600px) {
  .home-title{top:15%;transform:translateY(-15%) translateX(-50%);background:transparent;}
  .home-top-banner .home-title img{width:80%;margin:0 auto;}
}
@media screen and (max-width: 1400px) {
  .home-title{top:10%;transform:translateY(-10%) translateX(-50%);}
  .home-top-banner .home-title img{width:70%;}
}
@media screen and (max-width: 768px) {
  .home-top-banner .home-title img{width:100%;}
  .home-articles,.home-package,.home-top-banner,.home-article,.footer__wrap{padding:0!important;}
  #home-categories{margin:20px auto;}
  .footer__inner{max-width:none;padding:0 15px;}
  .footer__wrap{grid-gap:15px;}
  .footer__title img{padding-bottom: 15px; width: 280px;}
  .footer__menu-title h3{padding:0;margin:0;margin-bottom:12px;font-size: 16px !important;}
  .footer__menu{margin-bottom:15px;}
  .footer__contact{margin-bottom:0;}
  .footer__sub{padding-top:20px;}
  .footer__sub ul li{margin-bottom:25px;}
  .home-article h3{margin:15px 0;}
  h2{font-size:24px!important;}
  .cellini-title-center h2:after{margin-top:15px;}
  .home-top-banner .col-md-6{padding:0;}
  .home-top-banner > .row{margin-right:0;}
  .inner-special,.product-detail__price .product-price,.inner-special{font-size:24px!important;}
  html .quickcheckout-cart td.quantity{min-width:0px!important;}
  #my-checkout .terms{display:block;}
  .terms label{margin-right:0;margin-bottom:15px;}
  .product-detail__option .form-group{display:block;}
  .product-detail__option label{width:100%;}
  .Product-detail-layout__container #product-detail__desc, .Product-detail-layout__container #product-detail__media{width:100%;margin:0;padding:0 15px;}
  .product-product .product-image-additional-container .slick-nav{top:0!important;}
  .product-detail__nav .nav-tabs>li{width:100%;}
  .product-detail__nav ul > li.active a,.product-detail__nav ul > li a{padding:10px;width:100%;height:auto;}
  .product-detail__slider .featured-module{padding-bottom:0!important;}
  .Product-detail-layout__container #enquiry{margin-bottom:15px;}
  .Product-detail-layout__container #product-detail__tabs{width:100%;}
  .Product-detail-layout__container #content .row{margin-bottom:30px;}
  .Product-list-layout__container{max-width:none;}
  .Product-detail-layout__container .product-detail__btn-grp button:first-child{margin-right:0;}
  .enquiry__title{margin-bottom:15px;font-weight:bold;}
  .enquiry__wrap fieldset{padding:0;}
  .Product-detail-layout__container .enquiry__wrap form .form-group{margin-bottom:15px;}
  .newsletter__title{padding:20px 0;padding-bottom: 0px;}
  .newsletter__input-wrap,.newsletter__btn-wrap{padding-bottom:20px;}
}
.checkout-success{
  padding: 20px 0;
}
.checkout-success .line-4{
  text-align: center;
}
.featured-module{
  padding-bottom: 30px;
}
.home-sofa:hover .top-banner-text a{
    display: block;
} 
.home-articles, .home-package{
    position: relative;
}
.home-articles:hover .top-banner-text a{
    display: block;
    left: 80%;
    bottom: 20%;
    line-height: 25px;
} 
.home-package:hover .top-banner-text a{
    display: block;
    left: 50%;
    bottom: 15%;
    line-height: 25px;
} 
.top-banner-text a{
    display: none;
    position: absolute;
    font-size: 26px;
    color: #fff;
    left: 35%;
    bottom: 5%;
    transform: translate(-35%,-5%);
    line-height: 25px;
}
@media screen and (max-width: 1200px) {
    .home-articles:hover .top-banner-text a,.home-package:hover .top-banner-text a{
        left: 70%;
        bottom: 25%;
    }
}
@media screen and (max-width: 767px) {
    .home-articles:hover .top-banner-text a,.home-package:hover .top-banner-text a{
        left: 50%;
        bottom: 50%;
    }
}
#home-categories img:hover, .home-discover img:hover, .home-article img:hover{
  transform: scale(1.2);
}
#home-categories img, .home-discover img, .home-article img{
  width: 100%;
  transform: scale(1);
  transition: all 0.3s;
}
#home-categories .img-wrap, .home-discover .img-wrap, .home-article .img-wrap{
  overflow: hidden;
}
.home-article{
  line-height: 2;
  color: #000!important;
  padding: 0 00px;
  font-weight: bold;
}
.home-article h3{
  font-size: 28px !important;
  font-weight: bold;
  margin-top: 30px;
}
.articles-box__media img, .articles-detail__media img{
  width: 100%;
}
.posrel, .button_wrapper_for_news{
  transition: 0.5s all;
}
.articles-fil__container{
  padding-top: 0px;
}
.articles-detail__description{
  /*font-weight: bold;*/
}
.bold{
  font-weight: bold;
}
.product-detail__price ul li{
  display: inline-block;
  line-height: normal;
  vertical-align: bottom;
}
.inner-special{
  font-size: 36px;
  color: #fff;
  background-color: #d03d43;
  padding: 2px 8px;
  line-height: normal;
  border: 1px solid #d03d43;
  border-radius: 8px;
}
.underline{
  text-decoration: underline;
}
.quickcheckout-content #login .input-group{
  width: 100%;
}
.footer__menu-list ul li a{
  color: #fff;
  font-weight: normal;
}

/*ADDED BY BAY*/
#side-categories .sub.level-3{
    padding-left: 15px;
}
#side-categories .group .item a{
    color: #b4b4b4;
    font-weight: 500 !important;
    font-family: 'Lato', sans-serif !important;
    line-height: 1.8;
}
#side-categories .group .item a:hover,#side-categories .group .item.active a{
    background-color: transparent!important;
    color: #0F4668!important;
}
.enquiry__btn-grp #google_recaptcha{
    display: inline-block;
}
.small-dropdown-menu{
    display: none;
    position: absolute;
    top: 0;
    margin-left: 50px;
    top: 100%;
    opacity: 1;
    background: white;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
    width: 255px;
    padding: 20px;
    padding-left: 45px;
}
.header-container .small-dropdown-menu a{
    color: #a7a7a7;
    line-height: 1.8;
    font-weight: 500 !important;
    font-family: 'Lato', sans-serif !important;
    width: 100%;
    display: inline-block;
    text-align: left;
}
.header-container .small-dropdown-menu a:hover,.header-container .small-dropdown-menu a.active{
    color: #0F4668;
}
.list-grouped:hover .small-dropdown-menu{
    display: block;
}


.small-dropdown-menu-grey{
    display: none;
    position: absolute;
    top: 30px;
    /*margin-left: 50px;*/
    top: 100%;
    opacity: 1;
    background: white;
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
    width: 220px;
    /*padding: 20px;*/
    /*padding-left: 45px;*/
    z-index: 99;
     transition-delay: 5s
}
.header-container .small-dropdown-menu-grey a{
    color: #a7a7a7;
    line-height: 1.8;
    font-weight: 500 !important;
    font-family: 'Lato', sans-serif !important;
    width: 100%;
    display: inline-block;
    text-align: left;
}
.header-container .small-dropdown-menu-grey a:hover, .header-container .small-dropdown-menu-grey a.active{
    color: #0F4668 !important;
}

.menu-grey .small-dropdown-menu-grey a:hover {
    color: #0F4668 !important;
}
.menu-grey a.grey-1:hover + .small-dropdown-menu-grey{
    display: block;
}

.small-dropdown-menu-grey:hover {
    display: block;
}

.breadcrumb{
    margin-left: 185px!important;
}
#cart .btn-default{
    border-radius: 10px; 
}
body:not(.cke_editable):not(.common-home):not(.product-category) h2:not(.swal2-title):not([style]){
    text-align: left;
}
body:not(.cke_editable):not(.common-home):not(.product-category) h2:not(.swal2-title):not([style])::after{
    margin: 22px 0 0px;
}
#main-menu-2{
    max-width: 850px!important;
}
body:not(.cke_editable):not(.common-home) .newsletter__title h2:not(.swal2-title):not([style]){
    text-align: center!important;
}
.captcha_container .enquiry__btn-grp{
    padding-left: 140px;
}
.home-package-product-detail__media-list{
    display: block;
}
@media (max-width:768px){
    .enquiry__wrap form .form-group{
        display: block;
    }
    .captcha_container .enquiry__btn-grp{
        text-align: center;
        width: 100%;
        padding-left: 0;
    }
}
#side-categories .group .item .toggle:hover{
    background: transparent!important;
}
#side-categories .group .item .toggle:after{
    content: '\002b';
    color: #0f4668;
    font-weight: 600;
    font-size: 20px;
}
#side-categories .group .item.active .toggle:after{
    content: '\002d';
}
.articles-detail__date{
    font-style: italic;
    margin-bottom: 20px;
}
.featured .slick-slider .slick-nav.slick-disabled, #review_slick.slick-slider .slick-nav.slick-disabled{
    display: none!important;
}
.featured .slick-slider .slick-nav, #review_slick.slick-slider .slick-nav, #related_article.slick-slider .slick-nav{
    background: transparent!important;
    height: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.featured .slick-slider .slick-nav.right:after, #review_slick.slick-slider .slick-nav.right:after, #related_article.slick-slider .slick-nav.right:after{
    content: '\f054';
    font-family: 'FontAwesome';
    color: #0665ba;
    font-weight: 600;
    font-size: 28px;
    top: 50%;
    position: absolute;
    left: 30%;
    transform: translateY(-50%);
}
.featured .slick-slider .slick-nav.left:after, #review_slick.slick-slider .slick-nav.left:after, #related_article.slick-slider .slick-nav.left:after{
    content: '\f053';
    font-family: 'FontAwesome';
    color: #0665ba;
    font-weight: 600;
    font-size: 28px;
    top: 50%;
    position: absolute;
    left: 30%;
    transform: translateY(-50%);
}
#review_slick.slick-slider .slick-nav.left {
	left: -2%;
}
#review_slick.slick-slider .slick-nav.right {
	right: -2%;
}
.product-image-main.slick-slider .slick-nav{
    background: transparent!important;
}
.product-image-main.slick-slider .slick-nav.right:after{
    content: '\003e';
    color: grey;
    font-weight: 600;
    font-size: 52px;
    top: 45%;
    position: absolute;
    left: 30%;
}
.product-image-main.slick-slider .slick-nav.left:after{
    content: '\003c';
    color: grey;
    font-weight: 600;
    font-size: 52px;
    top: 45%;
    position: absolute;
    left: 30%;
}
.product-image-additional.slick-slider .slick-nav{
    background: grey!important;
}
.product-image-additional.slick-slider .slick-nav.right:after{
    content: '\003e';
    color: #ffffff;
    font-weight: 600;
    font-size: 20px;
    top: 50%;
    position: absolute;
    left: 30%;
    transform: translateY(-50%);
}
.product-image-additional.slick-slider .slick-nav.left:after{
    content: '\003c';
    color: #ffffff;
    font-weight: 600;
    font-size: 20px;
    top: 50%;
    position: absolute;
    left: 30%;
    transform: translateY(-50%);
}
.product-image-additional.slick-slider .slick-nav.slick-disabled,.product-image-main.slick-slider .slick-nav.slick-disabled{
    display: none!important;
}

.information-information.iid-11 #content .flex-label,
.information-information.iid-11 #content .description p{
    font-size: 14px !important;
}

.header_search_dropdown{
    background: transparent;
    border: none;
    display: inline-block;
    height: 100%;
    padding: 10px;
}
.search_dropdown{
    padding: 10px!important;
    border: none;
    margin-top: 10px;
    right: 0;
    left: inherit;
}
#header-pc-logo img{
    width: 130px;
}
body:not(.cke_editable) h2:not(.swal2-title):not([style]){
    margin-bottom: 35px!important;
    text-transform: capitalize!important;
}
#ewaranty_product tr td:first-child{
    width: 50%;
}
.cellini-btn.disabled , .cellini-btn[disabled], .cellini-btn:disabled{
    cursor: not-allowed;
    user-select: none;
    opacity: 0.6;
}
.home-package-product-detail__media-list .slick-slide{
    margin: 0 15px;
}
.home-package-product-detail__media-list .slick-list{
    margin: 0 -15px;
}

.home-package-product-detail__media.slick-slider .slick-nav.slick-disabled {
    display: none!important;
}
.home-package-product-detail__media.slick-slider .slick-nav.left {
    width: 64px;
    height: 100%;
    position: absolute;
    left:0;
    top: 0px;
    background: transparent;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s;
}
.home-package-product-detail__media.slick-slider .slick-nav.right {
    width: 64px;
    height: 100%;
    position: absolute;
    right:0;
    top: 0px;
    background: transparent;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s;
}
.home-package-product-detail__media.slick-slider:hover .slick-nav,
.home-package-product-detail__media.slick-slider:focus .slick-nav{
    opacity: 1;
}
.home-package-product-detail__media.slick-slider .slick-nav.right:after {
    content: '\003e';
    color: #0665ba;
    font-weight: 600;
    font-size: 52px;
    top: 45%;
    position: absolute;
    right: 30%;
    text-shadow: 1px 1px 20px white;
}
.home-package-product-detail__media.slick-slider .slick-nav.left:after {
        content: '\003c';
    color: #0665ba;
    font-weight: 600;
    font-size: 52px;
    top: 45%;
    position: absolute;
    left: 30%;
    text-shadow: 1px 1px 20px white;
}
.product-box__product-name a{
    display: inline-block;
    height: 60px;
    overflow: hidden;
    line-height: 1.2em;
}
#product-filter-replace .cellini-title{
    float:left;
}
.home-package-product-detail__media-list img {
    border: 1px solid #ccc;
    padding: 2px;
}
.home-package-product-detail__media-list img:focus, 
.home-package-product-detail__media-list img:hover, 
.home-package-product-detail__media-list img.slick-current.slick-active {
    border-width: 3px;
    padding: 0px;
}
#slideshow0 .item:hover{
    cursor:pointer;
}

#cellini-pagination{
    margin-top: 5em;
}
@media (max-width:992px){
    .header_search_dropdown{
        height: inherit;
    }
    
    .search_dropdown{
        margin-top: 0px;
    }
}
@media (max-width:768px){
    .fixed-header{
        width:100vw!important;
    }
    .header-container img{
        display: none;
    }
    #header-pc-logo img, .fake-logo{
        display: inline-block;
        width: 100%!important;
    }
    #product-filter-replace .cellini-title{
        float:initial;
    }
}


@media (min-width: 1024px){
    .Product-detail-layout__container #content .row{
        width: 100%;
    }
   #product-detail__desc{
       margin-left: 24px !important;
       width: calc(50% - 24px) !important;
       min-width: 0px !important;
   } 
}

.e-warranty-special-field{
    margin-bottom: 60px;
}

@media (max-width: 992px){
    .e-warranty-special-field{
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 768px){
    .home-title {
        top: 15%;
        transform: translateY(-15%) translateX(-50%);
    }
    
    .Product-list-layout__container #product_sortby {
        display: flex;
        justify-content: center;
        margin-right: 20px;
        width: 100%;
    }
}

#side-price .ui-slider-handle , #side-length .ui-slider-handle{
    width: 18px!important;
    height: 18px!important;
    background: #0f4668!important;
}
#side-price .ui-slider-range, #side-length .ui-slider-range{
    background: #0f4668!important;
}

@media screen and (max-width: 380px) {
    .home-package-order-summary__media {
        width: 100%;
    }
    .home-package-order-summary__product-detail {
        width: 100%;
    }
}

.articles-fil__list{
    margin-bottom:15px;
}

body:not(.cke_editable) .product-detail__title h2:not(.swal2-title):not([style]){
    margin-bottom: 10px!important;
    font-size: 23px!important;
}
.product-detail__price ul{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
}
.product-detail__price ul li:not(:first-child){
    margin-left:15px;
}
.home_custom_slider{
    padding: 25px 40px;
    padding-bottom: 10px;
}
.home_custom_slider img{
    transform: scale(1);
}
.home_custom_slider .item-child, .home_custom_slider .item-child .image-container{
    overflow: hidden;
}
.home_custom_slider .item-child:hover img{
    cursor: pointer;
    transform: scale(1.2);
    transition: all 0.3s;
}
.home_custom_slider a{
    font-size: 16px;
    margin: 15px 0;
    width: 100%;
    text-align: center;
    display: inline-block;
}
.home_custom_slider div:not(.image-container){
    text-align: center;
}
.home_custom_slider .owl-nav .owl-prev:after, .home_custom_slider .owl-nav .owl-next:after{
    content: '\f053';
    font-family: 'FontAwesome';
    color: #0665ba;
    font-weight: 600;
    font-size: 28px;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%,-50%);
}
.home_custom_slider .owl-nav .owl-next:after{
    content: '\f054';
}
.home_custom_slider .owl-nav .owl-prev, .home_custom_slider .owl-nav .owl-next{
    background: transparent!important;
    height: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
}
.home_custom_slider .owl-nav .disabled{
    display: none;
}

.home_custom_sections{
    padding-bottom: 5px;
}
@media screen and (max-width: 768px) {
    .featured .slick-slider .slick-nav, #review_slick.slick-slider .slick-nav{
        display: none!important;
    }
    .featured-module .featured {
        padding: 0px 0px!important;
    }
    .news-ncategory #column-right{
        display: block!important;
        width: 100%;
    }
    .articles-fil__title h1{
        text-align: center;
    }
    .articles-fil__title{
        width: 100%;
    }
    .articles-fil__container {
        padding-top: 0px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-evenly;
        margin: 40px 0;
    }

}

#home-categories-mobile {
    margin: 60px 0px;
}
.home-fcat-flex{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -7.5px;
}
.home-fcat-flex-child .categories-text{
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 1px;
    width: 100%;
    left: 0;
    text-align: left;
    padding-left: 20px;
}

.home-fcat-flex-child a img:hover{
    transform: scale(1.1);
    transition: all 0.3s;
}
.home-fcat-flex-child{
    overflow: hidden;
    margin: 7.5px 7.5px;
    position: relative;
}
.home-fcat-flex-child:first-child{
    width: calc(100%);
}
.home-fcat-flex-child:not(first-child){
    width: calc(50% - 15px);
}

.home-discover-flex{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -7.5px;
}
.home-discover-flex-child .categories-text2 a{
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 1px;
    width: 100%;
    left: 0;
    text-align: left;
    padding-left: 20px;
    position: absolute;
    bottom: 55px;
}
.home-discover-flex-child:first-child .categories-text2 a{
    bottom: 20px;
}



.home-discover-flex-child a img:hover{
    transform: scale(1.1);
    transition: all 0.3s;
}
.home-discover-flex-child{
    overflow: hidden;
    margin: 7.5px 7.5px;
    position: relative;
}
.home-discover-flex-child:first-child{
    width: calc(100%);
}
.home-discover-flex-child:not(first-child){
    width: calc(50% - 15px);
}
@media screen and (max-width: 480px) {
    .home-fcat-flex{
        margin: 0 -3.5px;
    }
    .home-fcat-flex-child .categories-text{
        font-size: 18px;
        bottom: 15px;
    }
    .home-fcat-flex-child{
        margin: 3.5px 3.5px;
    }
    .home-fcat-flex-child:not(first-child){
        width: calc(50% - 7.5px);
    }
    
    .home-discover-flex{
        margin: 0 -3.5px;
    }
    .home-discover-flex-child .categories-text2 a{
        font-size: 18px;
        bottom: 50px;
    }
    .home-discover-flex-child:first-child .categories-text2 a{
        bottom: 15px;
    }
    .home-discover-flex-child{
        margin: 3.5px 3.5px;
    }
    .home-discover-flex-child:not(first-child){
        width: calc(50% - 7.5px);
    }
}
@media screen and (max-width: 375px) {
     .home-fcat-flex-child .categories-text{
        font-size: 15px;
     }
}

.product-detail__option .flex-option span, .home-package-product-detail__material-wrap .control-label span{
    width: 100%;
    display: block;
}
@media screen and (max-width: 600px) {
    body:not(.cke_editable) .newsletter__title h2:not(.swal2-title):not([style]){
        font-size: 20px!important;
        margin-bottom: 20px!important;
    }
    
    .newsletter__input-wrap input {
        max-width: calc(80% - 30px)!important;
        font-size: 18px!important;
    }
    
    .footer__sub ul li {
        margin-bottom: 20px;
        font-size: 16px;
    }
}
@media screen and (max-width: 480px) {
     body:not(.cke_editable) .newsletter__title h2:not(.swal2-title):not([style]){
        font-size: 18px!important;
        margin-bottom: 15px!important;
    }
    .newsletter__input-wrap input {
        max-width: calc(100% - 30px)!important;
        width: 100%!important;
        font-size: 16px!important;
    }
    .footer__menu-title h3 {
        padding: 0;
        margin: 0;
        margin-bottom: 12px;
        font-size: 15px !important;
    }
    .footer__sub ul li {
        margin-bottom: 0px!important;
        font-size: 15px;
    }
    
    .footer__menu {
        margin-bottom: 12px;
    }
}
.footer__contact .footer__tel a{
    color: #fff;
    font-weight: normal;
}

.footer__sub ul li a{
    color: #fff;
}



.cd-accordion-menu .has-children > label.special {
    flex: 1;
    font-size: 14px!important;
    font-weight: 600;
}

.product-image-additional-container .slick-slide{
    outline: 0;
}

.review-author {
    font-weight: 900;
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #0f4668;
}
.testimonial_block:hover{
  transition: .5s ease;
  opacity: 1 !important;
   -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);       
}

.testimonial_block:hover #btn-hover{
    color: #080808;
    border: 2px solid #1b3446;
    border-color: #31536d;
    background-color: #fdfdfd;
}
#btn-hover {
    background-color: #31536d;
    border: none;
    color: white;
    padding: 10px 25px;
    text-align: center;
    font-size: 12px;
    margin: 4px 2px;
    opacity: 1;
    transition: 0.6s;
    border-radius: 12px;
}
.testi_desc {
    overflow: hidden;
    /* white-space: nowrap !important; */
    text-overflow: ellipsis;
    display: -webkit-box;
    width: 100%;
    line-height: 1em;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 2.6em;
    margin-bottom: 1em;
}
.Testi-title {
    margin-top: 65px;
}
.rm{
    padding: 1em;
}
.btn-rm{
    display: inline-block;
    /*justify-content: center;*/
}
.rm h1, .rm h2, .rm h3, .rm h4, .rm h5, .rm h6, .rm p {
    text-align: left !important;
    margin-bottom: 0 !important;
    font-size: 13px !important;
}
.rm-sub p:last-child, .rm-sub{
    display: inline;
}
#home-discover{
    padding-top: 0;
}

@media (min-width: 320px) { 
    .home-discover.hidden-xs {
         display: block!important;
    }   
}

.product-product .product-image-main-container {
    display: block;
}

.product-product .product-video {
    margin-top: 2.5em;
}

@media (max-width: 768px) {
    .product-box__media {
        padding: 0px;
    }
}

.cc-color-override--1360619034.cc-window {
    background-color: #204565 !important;
}

@media (max-width: 425px) {
    .product-category #product-filter-detect {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    
     .product-category #product-filter-replace {
         margin-right: 0px !important;
     }
}

#side-categories .sub.level-4 {
    padding-left: 15px;
}

/*home testimonials*/

.common-home .testimonial-header {
    font-size: 27px !important;
    font-family: "Lato", sans-serif !important;
    margin-top: 3em;
}

@media (max-width: 768px) {
    .common-home .testimonial-header {
        font-size: 24px !important;
    }
}

.common-home .testimonial-header::after {
    content: '';
    width: 68px;
    background: #ccc;
    display: block;
    margin: 22px auto 0px;
    border: 1px solid #252525;
    height: 0px;
}

.common-home .testimonial-ratingave-container {
    text-align: center;
}

.common-home .testimonial-ratingave-container .fa-star {
    color: #FC0;
}

.common-home .testimonial-ratingave-container .fa {
    font-size: 32px;
    width: 1.2em !important;
    height: 1.5em !important;
}

.common-home .testimonial-ratingave-container .testimonial-total {
    font-size: 27px !important;
    font-family: "Lato", sans-serif !important;
    font-weight: bold;
}

@media (max-width: 768px) {
    .common-home .testimonial-ratingave-container .testimonial-total {
        font-size: 24px !important;
    }
}

.common-home .home_testimonials .slick-dots li button {
    width: 0px !important;
    height: 0px !important;
    border-radius: 50px;
    border: 0;
    padding: 0;
    color: transparent;
    margin: 0 10px;
}

.common-home .home_testimonials .slick-dots li.slick-active button:before {
    opacity: .75;
    color: black !important;
}

.common-home .home_testimonials .slick-dots li button::before {
    font-family: slick;
    font-size: 35px;
    line-height: 20px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 20px;
    height: 20px;
    content: "•";
    text-align: center;
    opacity: 0.25;
    color: black;
    -webkit-font-smoothing: antialiased;
}

.common-home .home_testimonials .slick-dots li {
    list-style: none;
}

.common-home .home_testimonials .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0px;
    padding: 0;
    cursor: pointer;
}

.common-home .home_testimonials .slick-dots {
    display: flex;
    justify-content: center;
    padding: 21px 0;
}

.common-home .home_testimonials .slick-dots {
    bottom: auto;
}

.common-home .home_testimonials .slick-slide img {
    width: 180px;
    height: auto;
}

@media (max-width: 375px) {
    .common-home .home_testimonials .slick-slide img {
        width: 150px;
    }
}

@media (max-width: 320px) {
    .common-home .home_testimonials .slick-slide img {
        width: 120px;
    }
}

.common-home .home_testimonials .review {
    padding: 1em;
}


.common-home .home_testimonials .review-wrap {
    background: #fbfbfb;
    border: 1px solid #5c5d5f;
    min-height: 400px;
    display: grid;
    grid-template-columns: 0.6fr 3fr;
    padding: 2em;
    max-height: 5em;
    overflow-y: auto;
}

@media (max-width: 1024px) {
    .common-home .home_testimonials .review-wrap {
        grid-template-columns: 1fr 3fr;
        padding: 1.5em;
    }
}


@media (max-width: 768px) {
    .common-home .home_testimonials .review-wrap {
        grid-column-gap: 1em;    
    }
}

.common-home .home_testimonials .review-text-author-letter {
    background-color: #0F4668;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.common-home .home_testimonials .review-text-author-letter span {
    color: white;
    font-size: 42px;
    font-weight: bold;
    margin-top: 10px;
}
.common-home .home_testimonials .review-text-author-letter::after {
    font-family: "FontAwesome";
    content: "\f058";
    font-size: 18px;
    color: #1CC286;
    /*margin-left: 76px;*/
    /*position: absolute;*/
    /*margin-top: -30px;*/
    /*background-color: white;*/
    height: 14px;
    width: 14px;
    transform: translate(24px, -28px) !important;
}

.common-home .home_testimonials .review-wrap .review-text {
    margin-top: 1em;
}

.common-home .home_testimonials .review-wrap .review-text .review-text-author {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    .common-home .home_testimonials .review-wrap .review-text .review-text-author {
        font-size: 17px;
    }
}

.common-home .home_testimonials .review-wrap .review-text .review-text-author .review-verified {
    font-size: 14px;
    font-weight: bold;
    color: #4caf50;
}
.common-home .home_testimonials .review-wrap .review-text .review-text-date {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 1.5em;
}

.common-home .home_testimonials .btn-read-less, .common-home .home_testimonials .btn-read-more {
    font-weight: bold;
    color: #0f4668;
    cursor: pointer;
}

.common-home .home_testimonials .review-text-more {
    display: none;   
}

.common-home .home_testimonials .review-image {
    margin-top: 2em;   
}

@media (min-width: 1024px) {
    
    .common-home .home_testimonials .slick-dots li button:before {
        color: transparent !important;
    }
    
    .common-home .home_testimonials .slick-dots li.slick-active button:before {
        color: transparent !important;
    }
    
    .common-home .home_testimonials .slick-dots li button {
        color: #000 !important;
        opacity: 0.25;
        font-weight: bold;
    }
    
    .common-home .home_testimonials .slick-dots li.slick-active button {
        opacity: 75;
    }
    
    .common-home .home_testimonials .slick-dots li button {
        width: 20px !important;
        height: 20px !important;
        background: none;
    }
}

/*product review*/

.product-product .product-review-header {
    font-size: 27px !important;
    font-family: "Lato", sans-serif !important;
    margin-top: 3em;
}

.product-product .product-review-total {
    font-size: 27px !important;
    font-family: "Lato", sans-serif !important;
}

@media (max-width: 768px) {
    .product-product .product-review-total {
        font-size: 24px !important;
    }
    .product-product .product-review-header {
        font-size: 27px !important;
    }
}

.product-product .product-review-header:after {
    content: '';
    width: 68px;
    background: #ccc;
    display: block;
    margin: 22px auto 0px;
    border: 1px solid #252525;
    height: 0px;
}



.product-product #review .product-review img {
    width: 180px;
    height: auto;
}

.product-product .product-review-average {
    text-align: center;
}

.product-product .product-review-average .fa {
    font-size: 32px;
    width: 1.2em !important;
    height: 1.5em !important;
}
.product-product .product-review-average .fa-star, .product-product .product-review-average .fa-star-o  {
    color: #FC0;
}
.product-product #review {
    margin-bottom: 7em;
}
.product-product table.product-review tbody, .product-product table.product-review .product-review-tr {
    background-color: #fff !important;
}
.product-product table.product-review, .product-product table.product-review tr, .product-product table.product-review td {
    border: 0px;
}

.product-product table.product-review .product-review-tr {
    display: grid;
    grid-template-columns: 1fr 4fr 1fr;
    grid-gap: 1em;
    padding: 1em;
}

@media (max-width: 540px) {
    .product-product table.product-review .product-review-tr {
        grid-gap: 0;
        padding: 0;
    }
}

.product-product table.product-review .fa-star, .product-product table.product-review .fa-star-o  {
    color: #FC0;
}

.product-product table.product-review .product-mid-container img {
    margin-top: 2em;
}

.product-product table.product-review .product-review-author:after {
    font-family: "FontAwesome";
    content: "\f058";
    font-size: 18px;
    color: #1CC286;
    margin-left: 20px;
    height: 14px;
    width: 14px;
}

.product-product table.product-review .product-right-container {
    text-align: right;
}

.product-product table.product-review .btn-read-less, .product-product table.product-review .btn-read-more {
    font-weight: bold;
    color: #0f4668;
    cursor: pointer;
}

.product-product table.product-review .product-mid-container .review-text-more {
    display: none;   
}


.product-product #review-slick .slick-dots li button {
    width: 0px !important;
    height: 0px !important;
    border-radius: 50px;
    border: 0;
    padding: 0;
    color: transparent;
    margin: 0 10px;
}

.product-product #review-slick .slick-dots li.slick-active button:before {
    opacity: .75;
    color: black !important;
}

.product-product #review-slick .slick-dots li button::before {
    font-family: slick;
    font-size: 35px;
    line-height: 20px;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 20px;
    height: 20px;
    content: "•";
    text-align: center;
    opacity: 0.25;
    color: black;
    -webkit-font-smoothing: antialiased;
}

.product-product #review-slick .slick-dots li {
    list-style: none;
}

.product-product #review-slick .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0px;
    padding: 0;
    cursor: pointer;
}

.product-product #review-slick .slick-dots {
    display: flex;
    justify-content: center;
    padding: 21px 0;
}

.product-product #review-slick .slick-dots {
    bottom: auto;
}
.information-information.iid-17 .featured-module.featured_61 .cellini-title-center {
    margin-top: 35px;
    margin-bottom: 35px;
}
.information-information.iid-17 .featured-module.featured_61 .cellini-title-center h2 {
    text-align: center !important;
}
#slideshow0 .owl-nav > * > i {
    font-size: 30px;
    color: #f8f8f8 !important;
}
.star-cb-group {
  /* remove inline-block whitespace */
  font-size: 0;
  /* flip the order so we can use the + and ~ combinators */
  unicode-bidi: bidi-override;
  direction: rtl;
  /* the hidden clearer */
	line-height: 28px;
}
.star-cb-group * {
  font-size: 1rem;
}
.star-cb-group > input {
  display: none;
}
.star-cb-group > input + label {
  /* only enough room for the star */
  display: inline-block;
  overflow: hidden;
  text-indent: 9999px;
  width: 1em;
  white-space: nowrap;
  cursor: pointer;
  margin-bottom: 0!important;
}
.star-cb-group > input + label:before {
  display: inline-block;
  text-indent: -9999px;
  content: "☆";
  color: #888;
}
.star-cb-group > input:checked ~ label:before, .star-cb-group > input + label:hover ~ label:before, .star-cb-group > input + label:hover:before {
  content: "★";
  color: #e52;
  text-shadow: 0 0 1px #333;
}
.star-cb-group > .star-cb-clear + label {
  text-indent: -9999px;
  width: .5em;
  margin-left: -.5em;
}
.star-cb-group > .star-cb-clear + label:before {
  width: .5em;
}
.star-cb-group:hover > input + label:before {
  content: "☆";
  color: #888;
  text-shadow: none;
}
.star-cb-group:hover > input + label:hover ~ label:before, .star-cb-group:hover > input + label:hover:before {
  content: "★";
  color: #e52;
  text-shadow: 0 0 1px #333;
}


.information-information.iid-19 h1, .information-information.iid-11 h1 {
    text-transform: unset !important;
}

.footer-hr {
    display: none;
}
.footer-products-title {
    display: none;
}
@media(max-width: 767px) {
	.footer__menu_container {
		flex-direction: column;
	}
	.footer__menu-title h3, .footer__sub ul li, .footer__menu_container {
		text-align: center;
	}
    .footer-products-title {
        display: block;
		text-align: center;
    }
/*footer collapsible */
.footer__menu-list {
    display: none;    
}

.collapsible-icon:after {
  /*content: '\02795';*/
  content: '\002B';
  font-size: 13px;
  color: white;
  /*float: right;*/
  /*margin-left: 5px;*/
  position: absolute;
  right: 15%;
}

.active2:after {
  /*content: "\2796"; */
  content: "\2212 "; /* Unicode character for "minus" sign (-) */
}

.footer__sub {
    flex-direction: column;
    display: none;
}

.footer__contact {
    display: none;
}
#ToTop {
    display: none !important;
}
.footer-hr {
    display: block;
    color: #fff !important;
    margin: 0 !important;
    border-bottom: 1px solid #fff;
    margin-bottom: 20px !important;
}
	
	.footercat_li_large a {
    font-size: 15px !important;
    font-weight: 600;
    color: #fff;
}
}
.wa-widget-wrapper {
    bottom: 85px !important;
    right: 0px !important;
}

#review_slick.slick-slider .slick-nav.slick-disabled {
    display: block!important;
}

.sharethis-inline-share-buttons {
	text-align: right !important;
		    padding: 20px 0;
}

#st-1 .st-btn {
	border: 0px !Important;
}

#related_article .slick-nav.right, .featured-module .slick-nav.next {
	    right: -32px;
}

#related_article .slick-nav.left, .featured-module .slick-nav.prev {
    left: -32px;
}

#related_article .posrel {
    padding: 1.6em;
}

#related_article .articles-box__overallwrap:hover {
    box-shadow: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
#related_article ..articles-box__wrap {
	    margin-bottom: 30px;
}
#related_article .button_news {
    position: absolute;
       left: 50%;
    transform: translate(-50%, -50%);
}
#related_article .articles-box__media img {
    margin-bottom: 22px;
}
.related-article h2 {
	text-align: center !important
}

.section-one-top {
	position: absolute; 
	z-index: 1; 
	width: 100%; 
	height: 400px; 
	
	bottom: 0px; 
	left: 0px;
	  display: flex;
    flex-direction: column;
    align-items: flex-start;
	justify-content: center;
	background: rgb(189,181,181);
	background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(0deg,  rgba(0, 0, 0, 0.5) 0%, rgba(255,255,255,0) 100%);
	background: linear-gradient(0deg,  rgba(0, 0, 0, 0.5) 0%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#bdb5b5",endColorstr="#ffffff",GradientType=1);
}
.section-one-top a, .section-one-top h2 {
	margin-left: 40px;
	margin-right: 40px;
}



.section-one-top h2 {
	color: #0f4668 !important;
}

.col-row {
	display: flex !important;
	position: relative;
}

.col-item {
	height: 300px;
	background-size: cover;
	background-position: center;
	width: 33.33% !important;
	    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
	padding: 15px;
	
}

.col-item h3 {
	color: white !important;
	font-weight: bold !important;
}

.col-item p {
	color: white !important;
}

.html-46 .html-content > table {
	    width: 256px;
    min-width: calc(33.3333% - 28px);
}

@media (min-width: 768px){
.html-46 .html-content {
    justify-content: space-around;
    margin: 0 -15px;
}
}

.html-46 .html-content > .cellini-title-center {
    display: block;
    width: 100%;
    margin-bottom: 35px !important;
}

.html-46 .html-content p, .html-46 .html-content h3 {
	text-align: center;
}

.html-46 .html-content {
	display: unset !important;
}

.html-46 table h3 {
    margin-top: 30px;
    margin-bottom: 20px;
    color: #104567;
    font-size: 24px;
}

.circle-parent {
	display: flex;
	justify-content: space-between;
}

.circle-item {
	display: flex;
	flex-direction: column;
	align-items:center;
	justify-content: center;
	text-align: center;
}

.circle-item img {
	height: 100px;
	margin-bottom:20px;
	width: 100px;
	object-fit: cover;
	border-radius: 50%;
}

.panel-default>.panel-heading a:after {
	content: "\002b" !important;
}

.panel-default>.panel-heading a[aria-expanded="true"]:after {
	content: "\2212" !important;
}


.test-row {
	    display: flex;
    justify-content: space-between;
}

.text-col {
	width: 33.33%;
	padding: 10px;
    border: 1px solid black;
	margin: 2px;
}

.text-col h3 {
	font-weight: bold !important; 
	margin-bottom: 5px !important;
}

.cta-last {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 50vh;
}

.cta-last h2 {
	color: white !important;
}

.iid-21 #content {
	display: none;
}

.iid-21 table h2:not(.swal2-title):not([style]), .iid-21 .cellini-title-center>h2:not(.swal2-title):not([style]) {
	color: #0f4668 !important;
}

.featured_76 h2:not(.swal2-title):not([style]) {
	text-align: center !important;	
}

.html-46 .btn {
	margin: 0px auto !important;
}


@media all and (max-width: 768px) {
	.section-one-top a, .section-one-top h2 {
		margin-left: 15px !important;
		margin-right: 15px !important;		
	}
}


#outer {
  text-align: center;
  position: relative;
  overflow: hidden;
 aspect-ratio: 16 / 9;
}
#home-top-video:before {
  content:"";
  position: absolute;
  top:0;
  right:0;
  left:0;
  bottom:0;
  z-index:1;
	 aspect-ratio: 16 / 9;

}

#home-top-video {
  left: 0%;
  top: 0%;
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  z-index: 6;
}

#home-text {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  z-index:1;
}

.iid-21 .home_testimonials #testimonials_slider .slick-track {
	display: flex !important;
}


@media all and (max-width: 768px) {
		.iid-21 .home_testimonials .review {
			width: 100% !important;
			
	}
	
	.circle-item p {
		min-height: 40px !important;
	}
	

}