/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magento.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magento.com for more information.
 *
 * @category    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2006-2018 Magento, Inc. (http://www.magento.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/* ============================================ *
 * Homepage
 * ============================================ */
/* -------------------------------------------- *
 * Primary Banner
 */
body.cms-home .main-container {
  padding-top: 20px;
}
body.cms-home .slideshow-container {
  margin-top: 0;
}

.slideshow .banner-msg {
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  top: 30%;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.slideshow .banner-msg h2 {
  color: #FFFFFF;
  font-size: 24px;
  text-shadow: 1px 1px 3px #555555;
}

.slideshow .banner-msg h2 strong {
  font-weight: bold;
  display: block;
  font-size: 36px;
}

.page-header-container .top-callout {
    text-align: center;
    background-color: #354046;
    padding: 6px 0;
}
.page-header-container .top-callout a {
    font-size: 20px;
    color: #fff;
}

@media only screen and (max-width: 770px) {
  .slideshow .banner-msg h2 {
    font-size: 20px;
  }

  .slideshow .banner-msg h2 strong {
    font-size: 24px;
  }
  .product-view .product-img-box .product-image { margin: auto; }
  .product-view .product-img-box #more-view { margin: 10px auto;}
}
@media only screen and (max-width: 479px) {
  .slideshow .banner-msg {
    top: 20%;
  }

  .slideshow .banner-msg h2 {
    font-size: 14px;
  }

  .slideshow .banner-msg h2 strong {
    font-size: 16px;
  }
    .design-services {
        margin-top: -15px !important;
    }
}
@media only screen and (max-width: 400px) {
    .cms-home .home-slider .awislider .slides { height:180px; }
    .cms-home .home-slider .awislider .slides img { height:180px; }
}
/* -------------------------------------------- *
 * Promotion Banner Section
 */
.promos {
  margin: 0 0 10px 0;
  padding: 0;
  width: 100%;
}

.promos:after {
  content: '';
  display: table;
  clear: both;
}

/* Specifying the body only in order to override the .std ul li styling */
body .promos > li {
  margin: 0 0 10px 0;
  list-style: none;
  text-align: center;
  position: relative;
  border: 1px solid #cccccc;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.promos > li:last-child {
  margin-bottom: 0;
}

.promos img {
  max-width: 100%;
  width: 100%;
}

.promos a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: block;
}

.promos span {
  color: #FFFFFF;
  text-transform: uppercase;
  position: absolute;
  display: block;
  width: 100%;
  top: 10%;
  font-weight: 500;
  font-size: 20px;
  font-family: "Lato", "Helvetica Neue", Verdana, Arial, sans-serif;
  text-shadow: 1px 1px 3px #555555;
}

.promos strong {
  font-weight: 600;
  font-size: 26px;
  display: block;
}

@media only screen and (min-width: 771px) {
  .promos span {
    font-size: 16px;
  }

  .promos strong {
    font-size: 17px;
  }

  /* Config: Three columns + flexible gutter */
  body .promos > li {
    float: left;
    width: 31.74603%;
    margin-right: 2.38095%;
  }

  .promos > li:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 880px) {
  .promos span {
    font-size: 18px;
  }

  .promos strong {
    font-size: 24px;
  }
}
/* -------------------------------------------- *
 * New Products Section
 */
/* Hiding the reviews content via CSS because we can't modify the template, */
/* since it may be used in other places where those elements are needed */
.cms-index-index .products-grid .ratings,
.cms-index-index .products-grid .actions,
.cms-index-noroute .products-grid .ratings,
.cms-index-noroute .products-grid .actions {
  display: none;
}

.cms-index-index h2.subtitle {
  padding: 6px 0;
  text-align: center;
  color: #3399cc;
  font-weight: 600;
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
}

.cms-index-noroute h2.subtitle {
  display: none;
}

/* ============================================ *
 * Category Landing Pages
 * ============================================ */
.category-image {
  position: relative;
}

.categorylandingMainblock {
  border: 1px solid #E2E2E2;
  padding: 7px;
}

.catblocks {
  float: left;
  padding: 0 0 20px 0;
  width: 100%;
}

.catblocks li {
  position: relative;
  float: left !important;
  width: 23% !important;
  margin-right: 2.66667% !important;
  margin-bottom: 10px;
  border: 1px solid #cccccc;
  padding: 10px;
}

.catblocks li:hover {
  border-color: #3399cc;
}

@media only screen and (max-width: 770px) {
  .catblocks li {
    width: 49% !important;
    margin-right: 2% !important;
  }

  .catblocks li:nth-child(even) {
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 479px) {
  .catblocks li {
    width: 100% !important;
    margin-right: 0 !important;
    float: none;
  }
}
.catblocks li:last-child {
  margin-right: 0 !important;
}

.catblocks li img {
  width: 100%;
  max-width: 100%;
}

.catblocks li a span {
  color: #FFFFFF;
  position: absolute;
  background-color: #7B7C7B;
  font-family: Lato;
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 5px 10px;
  margin-right: 10px;
}

.catblocklinks a {
  color: #FFFFFF;
  text-decoration: none;
}

.catlandingbottomPromoblock {
  float: left;
  width: 100%;
  border: 1px solid #E2E2E2;
  margin-bottom: 100px;
}

.catalog-category-view div.categoryland-caption {
  display: block;
  margin: 0;
  position: absolute;
  color: #000000;
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
  text-align: center;
}

.catalog-category-view div.categoryland-caption span.blue-big-text {
  color: #3399CC;
  font-size: 50px;
  font-weight: 800;
  padding: 0 0 0 8px;
}

.catalog-category-view div.categoryland-caption span.blue-big-text {
  padding: 0 !important;
}

.catalog-category-view div.categoryland-caption span.three-dots {
  background: url(../images/bg_threeDots.png) no-repeat center center;
  display: block;
  height: 20px;
}

.catalog-category-view div.categoryland-caption p.desc {
  font: italic 18px/28px Georgia, "Times New Roman", Times, serif;
  color: #656565;
}

.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption a.link:hover,
.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption span.link:hover {
  text-decoration: underline;
  color: #1189C5;
}

.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption span.blue-big-text,
.catalog-category-view div.categoryland-caption span.blue-big-text {
  color: #3399CC;
  font-size: 50px;
  font-weight: 800;
  padding: 0 0 0 8px;
}

.catalog-category-view div.categoryland-caption span.blue-big-text {
  padding: 0 !important;
}

.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption span.three-dots,
.catalog-category-view div.categoryland-caption span.three-dots {
  background: url(../images/bg_threeDots.png) no-repeat center center;
  display: block;
  height: 20px;
}

.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption p.desc,
.catalog-category-view div.categoryland-caption p.desc {
  font: italic 18px/28px Georgia, "Times New Roman", Times, serif;
  color: #656565;
}

/**
 * Featherlight - ultra slim jQuery lightbox
 * Version 1.7.13 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2018, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
html.with-featherlight{overflow:hidden}.featherlight{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:2147483647;text-align:center;white-space:nowrap;cursor:pointer;background:#333;background:rgba(0,0,0,0)}.featherlight:last-of-type{background:rgba(0,0,0,.8)}.featherlight:before{content:'';display:inline-block;height:100%;vertical-align:middle}.featherlight .featherlight-content{position:relative;text-align:left;vertical-align:middle;display:inline-block;overflow:auto;padding:25px 25px 0;border-bottom:25px solid transparent;margin-left:5%;margin-right:5%;max-height:95%;background:#fff;cursor:auto;white-space:normal}.featherlight .featherlight-inner{display:block}.featherlight link.featherlight-inner,.featherlight script.featherlight-inner,.featherlight style.featherlight-inner{display:none}.featherlight .featherlight-close-icon{position:absolute;z-index:9999;top:0;right:0;line-height:25px;width:25px;cursor:pointer;text-align:center;font-family:Arial,sans-serif;background:#fff;background:rgba(255,255,255,.3);color:#000;border:0;padding:0}.featherlight .featherlight-close-icon::-moz-focus-inner{border:0;padding:0}.featherlight .featherlight-image{width:100%}.featherlight-iframe .featherlight-content{border-bottom:0;padding:0;-webkit-overflow-scrolling:touch}.featherlight iframe{border:0}.featherlight *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}@media only screen and (max-width:1024px){.featherlight .featherlight-content{margin-left:0;margin-right:0;max-height:98%;padding:10px 10px 0;border-bottom:10px solid transparent}}@media print{html.with-featherlight>*>:not(.featherlight){display:none}}

/**
 * Featherlight Gallery – an extension for the ultra slim jQuery lightbox
 * Version 1.7.13 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2018, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
.featherlight-next,.featherlight-previous{display:block;position:absolute;top:25px;right:25px;bottom:0;left:80%;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background:rgba(0,0,0,0)}.featherlight-previous{left:25px;right:80%}.featherlight-next:hover,.featherlight-previous:hover{background:rgba(255,255,255,.25)}.featherlight-next span,.featherlight-previous span{display:none;position:absolute;top:50%;left:5%;width:82%;text-align:center;font-size:80px;line-height:80px;margin-top:-40px;text-shadow:0 0 5px #fff;color:#fff;font-style:normal;font-weight:400}.featherlight-next span{right:5%;left:auto}.featherlight-next:hover span,.featherlight-previous:hover span{display:inline-block}.featherlight-first-slide.featherlight-last-slide .featherlight-next,.featherlight-first-slide.featherlight-last-slide .featherlight-previous,.featherlight-loading .featherlight-next,.featherlight-loading .featherlight-previous,.featherlight-swipe-aware .featherlight-next,.featherlight-swipe-aware .featherlight-previous{display:none}@media only screen and (max-device-width:1024px){.featherlight-next:hover,.featherlight-previous:hover{background:0 0}.featherlight-next span,.featherlight-previous span{display:block}}@media only screen and (max-width:1024px){.featherlight-next,.featherlight-previous{top:10px;right:10px;left:85%}.featherlight-previous{left:10px;right:85%}.featherlight-next span,.featherlight-previous span{margin-top:-30px;font-size:40px}}

/*Glide Slider*/
.glide{position:relative;width:100%;box-sizing:border-box}.glide *{box-sizing:inherit}.glide__track{overflow:hidden}.glide__slides{position:relative;width:100%;list-style:none;backface-visibility:hidden;transform-style:preserve-3d;touch-action:pan-Y;overflow:hidden;padding:0;white-space:nowrap;display:flex;flex-wrap:nowrap;will-change:transform}.glide__slides--dragging{user-select:none}.glide__slide{width:100%;height:100%;flex-shrink:0;white-space:normal;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent}.glide__slide a{user-select:none;-webkit-user-drag:none;-moz-user-select:none;-ms-user-select:none}.glide__arrows{-webkit-touch-callout:none;user-select:none}.glide__bullets{-webkit-touch-callout:none;user-select:none}.glide--rtl{direction:rtl}
.glide__arrow{position:absolute;display:block;top:50%;z-index:2;color:white;text-transform:uppercase;padding:9px 12px;background-color:transparent;border:2px solid rgba(255,255,255,0.5);border-radius:4px;box-shadow:0 0.25em 0.5em 0 rgba(0,0,0,0.1);text-shadow:0 0.25em 0.5em rgba(0,0,0,0.1);opacity:1;cursor:pointer;transition:opacity 150ms ease, border 300ms ease-in-out;transform:translateY(-50%);line-height:1}.glide__arrow:focus{outline:none}.glide__arrow:hover{border-color:white}.glide__arrow--left{left:2em}.glide__arrow--right{right:2em}.glide__arrow--disabled{opacity:0.33}.glide__bullets{position:absolute;z-index:2;bottom:2em;left:50%;display:inline-flex;list-style:none;transform:translateX(-50%)}.glide__bullet{background-color:rgba(255,255,255,0.5);width:9px;height:9px;padding:0;border-radius:50%;border:2px solid transparent;transition:all 300ms ease-in-out;cursor:pointer;line-height:0;box-shadow:0 0.25em 0.5em 0 rgba(0,0,0,0.1);margin:0 0.25em}.glide__bullet:focus{outline:none}.glide__bullet:hover,.glide__bullet:focus{border:2px solid white;background-color:rgba(255,255,255,0.5)}.glide__bullet--active{background-color:white}.glide--swipeable{cursor:grab;cursor:-moz-grab;cursor:-webkit-grab}.glide--dragging{cursor:grabbing;cursor:-moz-grabbing;cursor:-webkit-grabbing}

/*****Custom*****/
* { font-family:"Lato", "Helvetica Neue", Verdana, Arial, sans-serif; }
a, p, .std, td { font-family:"Lato", "Helvetica Neue", Verdana, Arial, sans-serif !important;font-weight:400;font-style:normal !important; }
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, select { font-family:"Lato", "Helvetica Neue", Verdana, Arial, sans-serif !important;font-weight:700; }
a { outline:0 !important;color:#636363; }
.main a { text-decoration:none !important; }
button { outline:0 !important; }
.button, .button:hover, .button:focus, .button:active { background-color:#acd9f0 !important;color:#4f7489 !important;font-weight:600 !important;border-radius:5px; }
.block-subscribe-form .button { background-color:#222c31 !important;color:#fff !important;border-radius:0; }
.block-title strong, .block-subtitle { color:#636363 !important; }

/*Header*/
#header .skip-links a, #header .skip-links a:hover { color:#7f7f7f; }
#header .skip-links i.far { display:inline-block;font-size:20px;line-height:20px;margin-right:3px;vertical-align:middle;color:#7f7f7f; }
#header .skip-links span.label { display:inline-block;vertical-align:middle; }
#header .account-cart-wrapper span.count { display:inline-block;background:#354046;color:#fff;font-weight:400 !important;border-radius:50%;width:20px;height:20px;line-height:19px; }
#header .account-cart-wrapper span.count:before, #header .account-cart-wrapper span.count:after { content:''; }
#header-search { min-width:220px !important; }
.button-search { background:none;border:none;position:absolute;top:0;right:0;font-size:20px;line-height:20px;color:#b1b1b1;padding:10px 9px; }
#header-storeinfo { position:absolute;top:10px;left:380px;padding:17px 5px 5px;font-size:19px; }
#header-storeinfo a, #header-storeinfo a:hover { color:#777;text-decoration:none; }
#header-storeinfo a i { margin-right:5px; }
#header-nav { border-bottom:none !important; }
#header-cart { margin-bottom:0; }
#header-cart .minicart-wrapper { padding:12px; }

/*Page*/
.cms-page-view .main .col2 { width:100%;margin-top:0;overflow:hidden; }
.cms-page-view .main .col2-left, .cms-page-view .main .col2-right { width:50%;padding:0;float:left;margin-bottom:50px; }
.cms-page-view .main .col-inner { margin:40px; }
.cms-page-view .main-container img { margin:0 auto;width:100%;height:auto; }
.cms-page-view .main h2 { text-transform:none;color:#334350; }
.cms-page-view .main .col2-left h2 { text-transform:uppercase;color:#3399cc; }
.cms-page-view .main hr { background-color:#e1e1e1;color:#e1e1e1;margin:40px auto;width:200px;height:1px;border:none; }
.cms-page-view .main .col3 { overflow:hidden; }
.cms-page-view .main .col3-left, .cms-page-view .main .col3-mid, .cms-page-view .main .col3-right { width:33.33%;padding:0;float:left; }

.cms-contact .main-container { padding:0; }
.cms-contact .main img { margin: 40px 0 20px !important; }
.cms-contact .main .col2-left { width:58%; }
.cms-contact .main .col2-right { width:42%;border-left:1px solid #e1e1e1; }
.cms-contact .main .col2-right .col-inner { margin-bottom:0; }
.cms-contact em.fa { font-size:26px;color:#fff;background:#33434f;border-radius:50%;padding:12px;display:inline-block;float:left;margin:13px 15px 13px 0; }
.cms-contact .main .col2 { border-bottom:1px solid #e1e1e1;margin-top:20px;margin-bottom:40px; }
.cms-contact .main .col2-right h2 { font-size:22px; }
.cms-contact .main .col2-right h3 { text-transform:none; }
.cms-contact .main .col3 { margin-bottom:60px; }
.cms-contact .main .col3 h2 { font-size:32px;color:#3399cc;margin:0 40px;padding-bottom:0; }
.cms-contact .main .col3 .col-inner { font-size:16px; }
.cms-contact .main .col3 span { color:#3399cc;font-weight:bold; }
.type-subscribe .checkbox { margin-top: 6px;}

.cms-custom-furniture .main-container { padding:0; }
.cms-custom-furniture .main .feat-header { margin-top:0;margin-bottom:40px;background:url('/media/wysiwyg/wcf/cms/banner-custom-furniture.jpg') center center;height:400px;width:100%;background-size:cover;text-align:center;display:table; }
.cms-custom-furniture .main .feat-header div { display:table-cell;height:400px;vertical-align:middle; }
.cms-custom-furniture .main .feat-header h1 { margin-bottom:0;font-size:61px;line-height:60px;color:#fff;text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000; }
.cms-custom-furniture .main .feat-header p { font-size:21px;color:#fff;text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000; }
.cms-custom-furniture .main .gallery { width:100%;margin:35px 0 60px;}
.cms-custom-furniture .main .col2 { border-top:1px solid #e1e1e1; }
.cms-custom-furniture .main .col2-left { border-right:1px solid #e1e1e1; }
.cms-custom-furniture .main .col2-right p { color:#363f48;font-weight:bold;font-size:16px; }
.cms-custom-furniture .main .col2-right .col-inner { background:#acd9f0;padding:20px; }
.cms-custom-furniture .main h3 { width:100%;margin-top:10px;margin-bottom:80px;text-align:center;font-size:24px;text-transform:none;color:#334350; }
.cms-custom-furniture .main .feat-img { padding-bottom: 5px; margin: 5px;}
.cms-custom-furniture .slick-dots li button { color: #3085c7; font-size: 12px;}
.cms-custom-furniture .slick-dots li.slick-active button { font-weight: bold;}
.cms-custom-furniture .slick-dots li button:before {display: none;}
.cms-custom-furniture .slick-dots li { margin-left: 0;}
.cms-custom-furniture .slick-dots { margin-bottom: 0;}

.cms-shipping .main .feat-foot, .cms-shipping .main h2 { width:100%;display:block;text-align:center;text-transform:none;color:#3399cc; }
.cms-shipping .main h2 { padding-top:15px;padding-bottom:15px;border-top:1px solid #e1e1e1;border-bottom:1px solid #e1e1e1;font-size:30px;margin:50px 0 30px; }
.cms-shipping .main h2:first-child { margin-top:20px; }
.cms-shipping .main .feat-foot { margin-top:20px;margin-bottom:40px; }
.cms-shipping .main .feat-foot h2 { border:none;margin:0;padding:0;font-size:24px; }
.cms-shipping .main .feat-foot p { text-align:center;text-transform:none;color:#3399cc;font-size:20px; }
.cms-shipping .main .col3 { margin-top:30px;border-bottom:1px solid #e1e1e1;padding-bottom:40px;margin-bottom:40px; }
.cms-shipping .main h3 { color:#3399cc;margin-bottom:20px; }
.cms-shipping .main .col3-left div, .cms-shipping .main .col3-mid div { margin-right:25px;padding:20px;border:1px solid #e1e1e1; }
.cms-shipping .main .col3-right div { padding:20px;border:1px solid #e1e1e1; }

/*Home*/
.cms-home .main-container.col1-layout { margin:0 !important;padding:0 !important;width:100%;min-width:100%;max-width:100%; }
.cms-home .home-slider-bottom { background:#354046;color:#fff;text-align:center;margin:0 0 30px; }
.cms-home .home-slider-bottom .fix-width { position:relative;max-width:1260px;margin:0 auto;padding:28px 0; }
.cms-home .home-slider-bottom .fix-width div { width:29%;padding-left:2%;padding-right:2%;display:inline-block;margin:0 auto;font-size:17px;line-height:22px;vertical-align:top; }
.cms-home .home-slider-bottom div em { font-size:38px;line-height:38px;display:block;width:100%;margin-bottom:15px; }
.cms-home .home-slider-bottom .fix-width span { display:block; }
.home-featured-products, .home-featured-categories, .home-featured-text { position:relative;max-width:1260px;margin:0 auto;padding:25px 55px 28px; }
.home-featured-text { padding:0 55px 70px; }
.home-featured-products h2, .home-featured-categories h2, .tab h2 { text-align:center; }
.glide__slide--active { /* Fix for flashing background image on slide */ z-index:1; }
.awislider { margin-bottom:-1px; }
ul.glide__slides { list-style-type:none;margin:0;max-height:440px; }
ul.glide__slides li { margin:0; }
ul.glide__slides li img { height:auto;width:100%;margin:0 auto; }
.home-featured-products ul { min-width:100%;width:100%;margin:5px 0;padding:0; }
.home-featured-products li.item a { border:0 !important; }
li.item .product-name { font-size:15px; }
.glide.controls.prev { width:25px;position:absolute;margin-bottom:-10px;bottom:50%;left:0; }
.glide.controls.next { width:25px;position:absolute;margin-bottom:-10px;bottom:50%;right:0; }
.glide.controls button { border:0;background:0;padding:0;font-size:30px;color:#e1e1e1; }
.glide.controls button:active { border:none !important; }
.awislider .glide.controls.prev { left:20px; }
.awislider .glide.controls.next { right:22px; }
.glide.controls {
    display:none !important;
}
.slider.glide:hover .glide.controls {
    display:block !important;
}

.tabberlive .tabbertabhide { display:none; }
.tabberlive {clear:both;}
.category-products ul.item.slider-item > li:first-child{margin-bottom:15px;}
ul.tabbernav
{
    margin-bottom:0px;
    padding: 0;
    position:relative;
    text-align:center;
    margin-left:0px;
}
.tabs{clear:both; margin-bottom:10px;}
.line-tab{display:block; width: 53%; left: 445px; position: absolute;}
ul.tabbernav li	{  list-style:none; display:inline-block; position:relative;}
.ie8 ul.tabbernav li	{float:left; display:block;}
.content { padding:0; }
ul.tabbernav li a:hover	{ text-decoration: none; }
ul.tabbernav li h2	{ margin-bottom: 0px; }
ul.tabbernav li a.selected , ul.tabbernav li a:hover
{

    color:#2e8ab8 !important;
    border-color:#2e8ab8;
}

.subbanner2 { margin:20px 0; width:100%; display:block; overflow:hidden; }
ul.subbanner2 { list-style: none;margin-bottom:10px; }
.subbanner2 .banner { float:left;position:relative;width:23%;margin:1%;max-height:162px;overflow:hidden; }
.subbanner2 .content img {
    margin:auto !important;
     transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
     transition: opacity 0.35s ease 0s, transform 1s ease 0s;
     -moz-transition: opacity 0.35s ease 0s, transform 1s ease 0s;
     -o-transition: opacity 0.35s ease 0s, transform 1s ease 0s;
     -webkit-transition: opacity 0.35s ease 0s, -webkit-transform 1s ease 0s;
     -ms-transition: opacity 0.35s ease 0s, -ms-transform 1s ease 0s;
     width:100%;
     height:auto;
     opacity:1;
    -moz-opacity:1;
    -webkit-opacity:1;
}
.content:hover .data, .content .data { background:#354046; }
.subbanner2 .content:hover img {
    opacity:0.6;
    -moz-opacity:0.6;
    -webkit-opacity:0.6;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transition: opacity 0.35s ease 0s, transform 1s ease 0s;
    -moz-transition: opacity 0.35s ease 0s, transform 1s ease 0s;
    -o-transition: opacity 0.35s ease 0s, transform 1s ease 0s;
    -webkit-transition: opacity 0.35s ease 0s, -webkit-transform 1s ease 0s;
    -ms-transition: opacity 0.35s ease 0s, -ms-transform 1s ease 0s;
}
.subbanner2 .data {
    overflow:hidden;
    width:100%;
}
.subbanner2 .data > a {
    display:block;
    height:auto;
    width:100%;
}
.content-text {
    position: absolute;
    bottom:0;
	color:#fff;
	text-align:center;
	width:100%;
    height:100%;
}
.content-text-inner { height:100%;text-align:center; }
.heading .heading2 { font-weight:600; }
.heading {
    width:100%;position:absolute;bottom:45px;
    font-size: 22px;
    line-height:22px;
    font-weight: 300;
    font-family:'Lato',Arial,Helvetica,sans-serif;
    text-transform: uppercase;
    transform: translate3d(0px, 10px, 0px);
    -ms-transform: translate3d(0px, 10px, 0px);
    -o-transform: translate3d(0px, 10px, 0px);
    -webkit-transform: translate3d(0px, 10px, 0px);
    -moz-transform: translate3d(0px, 10px, 0px);
    transition: opacity 0.35s ease 0s, transform 0.7s ease 0s;
    -moz-transition: opacity 0.35s ease 0s, transform 0.7s ease 0s;
    -o-transition: opacity 0.35s ease 0s, transform 0.7s ease 0s;
    -webkit-transition: opacity 0.35s ease 0s, -webkit-transform 0.7s ease 0s;
    -ms-transition: opacity 0.35s ease 0s, -ms-transform 0.7s ease 0s;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    cursor:pointer;
}
.subbanner2 .content:hover .heading { 
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    transition: transform 0.7s ease 0s;
    -moz-transition:transform 0.7s ease 0s;
    -o-transition:  transform 0.7s ease 0s;
    -webkit-transition:  -webkit-transform 0.7s ease 0s;
    -ms-transition:  -ms-transform 0.7s ease 0s;
}
li.banner a { color:#fff; }
.std .subbanner2 { margin-left:0; }
.subbanner2_outer { margin-top:13px;margin-bottom:14px; }
.subbanner2_outer .banner .content { display:flex;justify-content:center;align-items:center; overflow:hidden }
.subbanner2_outer .banner .content img { flex-shrink:0;min-width:100%;min-height:100%; }
.subbanner2_outer .banner .content .heading span { font-weight:bold;text-shadow: 1px 0 0 #000, 0 -1px 0 #000, 0 1px 0 #000, -1px 0 0 #000; }

/*Category*/
.block-layered-nav .block-title { display:none; }
.block-layered-nav .actions a { float:right; }
.pre-categories-grid { display:block;width:100%;overflow:hidden;margin:0 0 30px; }
.categories-grid { position:relative;margin:0;width:100%;padding:0; }
.categories-grid .item { float:left;width:23%;margin:0 1% 2%;padding:0;text-align:center;font-size:15px; }
.categories-grid .item img { margin:0 auto; }
.category-products li a:hover { border-color:#ededed !important; }
.category-products .product-info { padding-top:5px !important;padding-bottom:0 !important; }
#catInfo p { font-size:16px;line-height:30px; }
#catInfo.wimg p { width:60%;float:right;padding-right:15px; }
#catInfo p.category-image { width:40%;padding-right:0; }
#catInfo p.category-image img { max-height:150px;width:auto;margin:0 auto; }

/*Product*/
/*.breadcrumbs li.product { display:none; }*/
.product-essential .product-name { width:100%; }
.product-essential .product-name h1, .product-essential .product-name .h1 { color:#535f65 !important; }
.product-essential .price-info { margin:0 !important;padding:0 !important;text-align:left;width:100%;min-width:100%; }
.product-essential .price-info .price-box { text-align:left; }
.product-essential .short-description { padding-top:15px !important; }
#product-attribute-specs-table { width:100%;min-width:100%; }
.btn-cart, .btn-quote { font-size:16px !important;padding:12px 20px !important;line-height:16px !important;margin-bottom:12px !important;min-height:auto !important;min-width:auto !important;width:inherit !important; }
.btn-cart span, .btn-quote span { padding:0 !important;margin:0 !important; }
.customer-wishlist-item-cart .btn-cart { font-size:12px !important;padding:8px 10px !important; }
.add-to-cart-wrapper { margin-bottom:30px; }
.product-options-bottom .add-to-links { margin-bottom:0 !important; }
.product-view ul.toggle-tabs li span { font-size:14px !important; }
.product-view .product-sku { margin-bottom:15px; }
.product-view p.ship-time { color:#11b400 !important; }
.product-view .availability.in-stock { display:none !important; }
.product-view .extra-info { min-width:100% !important; }
.product-view .product-features i { width:20px;text-align:center; }
.product-view .product-features { margin:15px 0 !important; }
.product-view .product-made-in-usa i { color:#a42424; }
.product-view .product-made-in-usa.short-shipping { float: left; margin-right: 20px; }
.product-view .product-ship-cost i { color:#2454a4; }
.product-view .product-ship-cost { margin:5px 0; }
#super-product-table { margin-bottom:17px !important;border-bottom:1px solid #e1e1e1 !important; }
#super-product-table tr td { border:none !important; }
#super-product-table .grouped-options-row { border-bottom:1px solid #e1e1e1 !important; }
#super-product-table .grouped-options-cell { padding-bottom:25px !important; }
#super-product-table td { vertical-align:middle !important; }
.product-essential .a-center { text-align:center !important; }
.grouped-option-title .required:after { content:''; }
.videos { margin-top:20px;margin-bottom:25px; }
.product-view .more-views {height: 470px; overflow-x: hidden; overflow-y: scroll}
.product-view .more-views.no-scroll {height: 500px;}
.product-view .more-views::-webkit-scrollbar { display: none; }
.product-view #top-arrow {
    width: 0px;
    height: 0px;
    border-left: 38px solid transparent;
    border-right: 39px solid transparent;
    border-bottom: 15px solid #6e6f76;
}
.product-view #bottom-arrow {
    width: 0px;
    height: 0px;
    border-left: 38px solid transparent;
    border-right: 39px solid transparent;
    border-top: 15px solid #6e6f76;
}
.product-view .scroll-arrow {
    cursor: pointer;
}
.product-view .common-videos {
    float: right;
    clear: right;
    margin-top: 0;
    padding-left: 15px;
    width: 50%;
}
.product-view .common-videos .videowrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.product-view .common-videos .videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.product_contact_button p {
    font-weight: bold;
}
.product_contact_button a {
    font-weight: bold;
    background-color: #8dc73f;
    padding: 7px;
    border-radius: 5px;
    margin-left: 10px;
}
.grouped-items-table .prod-info { overflow:hidden;width:100%; }
.grouped-items-table .prod-info .left { float:left !important;width:19%; }
.grouped-items-table .prod-info .right { float:left !important;width:79%;margin:auto 0 auto 2%;font-size:16px;font-weight:bold; }
.grouped-options-label, .grouped-items-table .required-key, .grouped-items-table .price-box .old-price { display:none; }
.product-options.grouped-options-wrapper { border: none;}
.grouped-items-table .a-qty { text-align: center; }

/*Bread*/
.product-view #bread-btn-cntnr { display:block !important;width:100% !important; }
.product-view #bread-checkout-btn { background:none !important;color:#f4f4f4 !important;margin:0 !important;padding:0 !important; }

/*Reviews*/
.rq-box { margin:0 0 25px;padding:0; }
.rq-box a { text-decoration:none; }
.rq-box .rating-links { margin:0;padding:0;float:left; }
.rq-box .rating-links .separator { padding:0 5px 0 2px;color:#a69d8a; }
.rq-box .ratings { margin:0;padding:0;cursor:pointer; }
.rq-box .rating-box { margin:0 0 2px;padding:0; }
/*Yotpo*/
.product-block a.yotpo { display:block;text-decoration:none;height:20px !important; }
.product-block .yotpo-bottomline { float:inherit !important;text-align:center !important; }
.product-block .yotpo-stars .pull-left { float:inherit !important;text-align:center !important; }
.product-view .product-shop .ask-question, .star-clickable .text-m { margin-left:4px !important; }
.yotpo-label.yotpo-small-box { display:none !important; }
.yotpo-regular-box.yotpo-bottomline { border-top:none !important;padding-top:0 !important;padding-bottom:5px !important; }
.write-question-wrapper .yotpo-header { display:none !important;margin-bottom:0 !important; }
.write-question-content .y-label { text-transform:uppercase; }
.write-question-content .y-label:before { content:"Ask a "; }
.write-question-wrapper.write-form { display:block !important;border:none !important; }
.write-question-wrapper.write-form .yotpo-regular-box { padding:0 !important; }
.write-question-button { margin-top:-40px !important; }
.write-question-wrapper.write-form .yotpo-regular-box { border:none !important; }
.yotpo-small-box { border:none !important; }
.yotpo-small-box.yotpo-nav.reviews { margin-top:-30px !important; }
.write-review-content .form-group, .write-question-content .form-group { padding:15px 15px 0 !important; }
.yotpo-testimonials-btn { padding:10px 12px !important; }
.yotpo-nav-tab, .yotpo-popup-box-medium, .cms-testimonials .yotpo-display-wrapper button { display:none !important; }

/*Sharing*/
.add-to-links .link-wishlist i { margin-right:4px; }
.add-to-links .link-wishlist:hover { text-decoration:none !important; }
.add-to-links .link-wishlist:after { margin-left:10px;content:''; }
.addthis_inline_share_toolbox { margin:2px 0 0 10px; }
.addthis_inline_share_toolbox a { width:22px !important;padding-left:3.25px !important;margin:0 3px !important; }

/*Popup*/
#product_quote_form { display:none; }
.featherlight .featherlight-inner {
  display: block !important;
}
.catalog-product-view .featherlight-content { border:#e1e1e1 solid 3px !important;border-radius:10px;max-width:420px;padding:20px !important; }
.featherlight-close-icon { font-size:22px !important;margin:5px; }
#product_quote_form .buttons-set { margin-bottom:3px !important;padding-bottom:0 !important; }
#product_quote_form .buttons-set .required { float:left; }
#product_quote_form .input-box, #product_quote_form input, #product_quote_form .input-text { min-width:100% !important;width:100% !important; }
#product_quote_form .webforms-success-text { font-size:16px;margin-bottom:2px; }

/*Embedding*/
.embed-container { position:relative;padding-bottom:56.25%;overflow:hidden; }	
.embed-container iframe,
.embed-container object,
.embed-container embed { position:absolute;top:0;left:0;width:100%;height:100%; }

/*Search*/
.wyomind-elasticsearch .info { display:flex;align-items:center; }

/*Account*/
.customer-account-forgotpassword h2 { display:none; }
.account-create .fieldset, .customer-account-forgotpassword .fieldset { margin:0; }
.buttons-set { min-width:100% !important;width:100% !important;margin:15px 0 !important; }

/*Cart*/
.minicart-wrapper .mini-products-list { padding:0;margin-top:5px; }
.minicart-wrapper .info-wrapper { margin-top:5px;font-size:13px !important; }
.minicart-wrapper .info-wrapper .price { display:inline-block;font-size:15px !important;padding-bottom:2px; }
.minicart-wrapper .item-actions { width:100%;text-align:center; }
.minicart-wrapper .btn-edit { margin-right:5px; }
.minicart-wrapper .btn-edit, .minicart-wrapper .remove { float:inherit !important;padding:0 !important; }
.minicart-wrapper .remove { margin-left:4px; }
.minicart-wrapper .subtotal { padding:5px 5px 3px;line-height:15px !important; }
.minicart-wrapper .subtotal .label { display:inline-block !important;font-size:15px !important;padding:0 3px 3px; }
.minicart-wrapper .subtotal .price { font-size:16px !important;padding:0 3px; }
.minicart-wrapper .minicart-actions { padding:15px 0 0; }
.minicart-wrapper a { padding-left:0 !important;padding-right:0 !important; }
.checkout-types.top .btn-checkout { margin-bottom:5px; }

/*Checkout*/
.amscheckout-header { margin-bottom:0 !important;padding-bottom:0 !important; }
.amscheckout-main { border:none !important;margin:0 !important; }
#amscheckout-onepage .separator { display:none; }
#amscheckout-onepage .first-column { padding-right:10px !important; }
#amscheckout-onepage .second-column { border-left:1px solid #e1e1e1 !important;border-right:1px solid #e1e1e1 !important;padding-left:10px; }
#amscheckout-onepage .third-column { padding-left:10px !important; }

/*Contact*/
h2.legend { display:none !important; }
form[name^="webform_"] ul li { font-style:normal !important;margin-left:0 !important; }
form[name^="webform_"] .buttons-set .required { float:left;color:#e1280a; }

/*Form*/
.product-options .options-list label { width:100% !important; }
.product-options input[type=text] { padding:5px 10px !important;width:100% !important;height:30px !important; }
.product-options select { padding:5px 10px !important;width:100% !important;height:30px !important;cursor:pointer !important; }
.product-options input.checkbox, .product-options input.option { cursor:pointer !important; }

/*Footer*/
.footer-container { background-color:#354046;width:100%;min-width:100%;max-width:100%;margin:0;padding:0; }
.footer { border-top:none;position:relative;margin:0 auto;max-width:1260px;padding:0px 25px 25px; }
.footer a, .copyright { color:#fff !important; }
.footer .block-title { border:none; }
.footer .block-title strong { font-weight:bold;font-size:15px;color:#b1b1b1 !important;  }
.footer .links, .footer .block-subscribe { color:#fff;font-size:12px;width:20%;margin-right:0; }
.footer .links a { font-size:12px !important; }
.footer .links.logo img { max-width:145px;margin-top:20px;margin-bottom:20px; }
.footer .links.contact li { line-height:20px; }
.footer .links.contact a.phone { font-size:14px !important; }
.footer .links.contact a.phone i { margin-right:2px; }
.block-subscribe { margin-bottom:10px; }
.block-subscribe label { text-transform:none !important;font-weight:normal; }
.form-subscribe-header { display:block !important;margin-bottom:8px; }
.block-subscribe button { background:#acd9f0 !important;color:#4f7489 !important;font-weight:600 !important; }
.block-subscribe .validation-advice { text-transform:none !important; }
.block-subscribe .input-box { /*min-width:180px !important;*/ }
.block-subscribe .actions { width:60px !important; }
.copyright { font-size:12px !important;border:none !important;padding-bottom:0 !important; }
.copyright span { margin:0 3px;font-weight:bold; }
.footer_left {
    float: left;
    text-align: center;
    font-size: 20px;
    color: #fff;
    width: 23%;
}
.footer .full-width { background-color: #3399cc; padding-top: 10px; position: relative; width: 100vw; left: calc(-50vw + 50%);}
.review-banner { max-width: 1260px; margin: auto;}
.footer_outer {float: right; width: 77%; padding-bottom: 10px;}
.rightcontent {float: left; color: #fff; width: 80%;}
.rightcontent .glide__slides li { padding: 0 30px;}
.footer_right {
    float: right;
    width: 18%;
    text-align: center;
    border: 1px solid #fff;
    padding: 3px;
    margin-right: 5px;
}
.footer_right .totalReviews {display: block;}
.footer_right a.rightbutton .y-badge-image {display: none}
.footer_right a.rightbutton #y-badges .y-badge-stars {display: none}
.footer_right a.rightbutton .y-badges-certified {display: none}
.footer_right a.rightbutton .y-powered-by {display: none}
.footer_right a.rightbutton #y-badges .y-badge-reviews {position: static; font-size: 14px;}
.footer_right a.rightbutton #y-badges .y-badge {height: auto; width: auto;}
.footer-container .clear {clear: both;}
.rightcontent button {border: none; font-family: 'Font Awesome 5 Pro'; font-size: 30px; color: #e1e1e1; padding: 0; opacity: 50%}
.rightcontent button.glide__arrow--left { left: 0px;}
.rightcontent button.glide__arrow--right { right: 0px;}

/*Bread*/
#bread-btn-cntnr { width:100% !important;margin-top:10px !important; }
#bread-checkout-btn-bread-iframe { height:40px !important;width:265px !important; }

/*Scroll Top*/
#back-to-top {
    position: fixed;
    bottom: 60px;
    right: 25px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    background: #e1e1e1;
    color: #444;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top:hover {
    background: #e9ebec;
}
#back-to-top.show {
    opacity: 1;
}

/*Points*/
.points .points-label {
    font-weight: normal;
    color: #354046;
    font-size: 14px;
    font-family: "Lato", "Helvetica Neue", Verdana, Arial, sans-serif;
    float: left;
}
.column-section .points {
    padding: 0 10px;
}

/*cms landing page*/
.cms-page-view .cms-landing h2 {
    font-size: 50px;
    text-align: center;
    color: #20557b;
}
.cms-page-view .cms-landing p {
    color: #20557b;
}
.cms-page-view .main-container .cms-landing img {
    width: 90%;
}
.cms-page-view .cms-landing p.top-text {
    text-align: center;
    font-weight: 600;
    line-height: 35px;
    font-size: 30px;
    margin-bottom: 0;
}
.cms-page-view .cms-landing p.top-text .last-line {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 10px;
}
.cms-page-view .cms-landing .contact-us {
    margin: 0;
}
.cms-page-view .cms-landing .contact-us p.contact-title {
    color: #3399cc;
    font-weight: 700;
    font-size: 28px;
}
.cms-page-view .cms-landing .contact-us p {
    color: #636363;
}
.cms-page-view .cms-landing .col2-right {
    text-align: center;
    margin-bottom: 0;
}
.cms-page-view .cms-landing .col2-left {
    margin-bottom: 0;
}
.cms-page-view .cms-landing .contact-detail p {
    font-size: 30px;
    line-height: 35px;
}
.cms-page-view .cms-landing .contact-detail img {
    margin-bottom: 20px;
}
.cms-page-view .cms-landing hr {
    width: 80%;
    margin: 20px auto;
}
.cms-page-view .main .cms-landing .col3-left, .cms-page-view .main .cms-landing .col3-mid, .cms-page-view .main .cms-landing .col3-right {
    text-align: center;
    font-size: 30px;
    line-height: 35px;
    color: #20557b;
}
.cms-page-view .main .cms-landing .col3-left img, .cms-page-view .main .cms-landing .col3-mid img, .cms-page-view .main .cms-landing .col3-right img {
    padding: 0 10px;
}
.cms-page-view .main .cms-landing .col3 .image-title {
    font-size: 25px;
}
.cms-page-view .main .cms-landing .col3.last .image-title {
    display: none;
}
.cms-page-view .main .cms-landing .col3.last .image-title.top {
    display: block;
}
.cms-page-view .main .cms-landing .col3-mid .image-title {
    border-right: 1px solid #e1e1e1;
    border-left: 1px solid #e1e1e1;
}
.cms-page-view .main .cms-landing .images-box {
    padding: 20px 0;
}
.cms-page-view .cms-landing hr.title-separate {
    margin: 0 auto;
}
.cms-page-view .cms-landing .list-text h2 {
    margin-bottom: 0;
}
.cms-page-view .main .cms-landing .list-text li {
    color: #20557b;
    font-size: 30px;
    width: 100%;
    border-bottom: 1px solid #e1e1e1;
    font-family: "Lato", "Helvetica Neue", Verdana, Arial, sans-serif;
    font-style: normal;
    padding: 20px 0;
    margin-left: 0;
    list-style-position: inside;
}
.cms-page-view .main .cms-landing .col2-left img {
    padding-right: 10px;
}
.cms-page-view .main .cms-landing .col2-right img {
    padding-left: 10px;
}

.cms-page-view .main .cms-landing .button.sign-up {
    display: block;
    margin: 40px auto;
    font-size: 30px;
    padding: 20px;
    text-transform: none;
    color: #fff !important;
}
.cms-page-view .main .cms-landing .images-gallery .col3-left img {
    padding-left: 0;
    padding-right: 20px;
}
.cms-page-view .main .cms-landing .images-gallery .col3-right img {
    padding-left: 20px;
    padding-right: 0;
}
.cms-page-view .main .cms-landing .images-gallery p {
    font-size: 26px;
    line-height: 28px;
    margin-bottom: 10px;
}
.cms-page-view .main .cms-landing .images-gallery .col3 {
    padding-bottom: 10px;
}
.cms-page-view .cms-landing .double-textbox {
    position: relative;
}
.cms-page-view .cms-landing .double-textbox h2 {
    font-size: 33px;
    text-align: left;
    color: #fff;
}
.cms-page-view .cms-landing .double-textbox p {
    color: #fff;
    font-size: 18px;
}
.cms-page-view .cms-landing .double-textbox div{
    padding: 20px 10px;
    border-radius: 15px;
    width: 90%;
}
.cms-page-view .cms-landing .double-textbox .text-behind {
    background-color: #354046;
    position: absolute;
    height: 600px;
}
.cms-page-view .cms-landing .double-textbox .text-ahead {
    background-color: #3399cc;
    position: relative;
    float: right;
    margin-top: 70px;
    margin-bottom: 50px;
}
.cms-page-view .cms-landing .customer-comments h3 {
    text-transform: none;
    color: #20557b;
    font-size: 25px;
}
.cms-page-view .cms-landing .customer-comments p {
    color: #3399cc;
}
.cms-page-view .cms-landing .customer-comments .author {
    color: #20557b;
    font-size: 18px;
}
.design-services {
    margin-top: -30px;
}
.design-services .content-inner {
    max-width: 900px;
    margin: auto;
    position: relative;
    z-index: 10;
}
.design-services * {
    font-family: Calibri !important;
}
.design-services h1.top-title {
    position: relative;
    width: 100vw;
    left: calc(-50vw + 50%);
    background-color: #99cce5;
    color: #354046;
    text-align: center;
    text-transform: capitalize;
    font-weight: lighter;
    padding: 10px 0;
    font-size: 35px;
}
.design-services .center-text {
    text-align: center;
    margin:auto;
}
.design-services .banner {
    max-width: 500px;
}
.design-services .banner h2 {
    font-size: 30px;
}
.design-services .banner .contact {
    background-color: #354046;
    padding: 5px 20px;
    border: none;
    border-radius: 3px;
    color: #99cce5;
    font-size: 20px;
}
.design-services .banner .contact:hover {
    background-color: #99cce5;
    color: #354046;
}
.design-services .banner img.dots {
    width: 140px;
    margin-top: 15px;
}
.design-services .content-inner .room-block {
    background-image: url(../images/rounding-bkg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    padding: 40px;
    text-shadow: -5px 0 4px;
}
.design-services .content-inner .room-block .room-name {
    font-size: 55px !important;
    font-weight: lighter;
    margin-bottom: 30px;
    line-height: 40px;
}
.design-services .content-inner .room-block .room-desc {
    color: #fff;
    text-shadow: -3px 0 4px #000000;
    font-size: 20px;
}
.design-services .content-inner .room-block img {
    width: 52%;
}
.design-services .content-inner .room-block.left {
    display: inline-block;
}
.design-services .content-inner .room-block.left img {
    float: left;
}
.design-services .content-inner .room-block.left .room-text {
    width: 40%;
    float: left;
    margin-left: 20px;
    text-align: center;
}
.design-services .content-inner .room-block.right {
    display: inline-block;
}
.design-services .content-inner .room-block.right img {
    float: right;
}
.design-services .content-inner .room-block.right .room-text {
    width: 40%;
    display: inline-block;
    margin-left: 5%;
    text-align: center;
}
.design-services .content-inner .room-listing * {
    color: #fff;
}
.design-services .content-inner .room-listing {
    display: table;
}
.design-services .content-inner .room-listing ul {
    width: 32%;
    list-style: none;
    background-color: #354046;
    border-radius: 10px;
    padding: 10px 0;
    margin-bottom: 0;
    display: table-cell;
}
.design-services .content-inner .room-listing li {
    font-size: 25px;
    padding: 5px 0;
}
.design-services .content-inner .room-listing .desc {
    background-color: #354046;
    border-radius: 10px;
    width: 67%;
    padding: 35px 20px;
    display: table-cell;
}
.design-services .content-inner .room-listing .desc p {
    width: 70%;
    font-size: 18px;
    text-align: center;
    display: inline-table;
}
.design-services .content-inner .room-listing .desc img {
    width: 30%;
    padding-left: 20px;
    display: inline;
    float: right;
}
.design-services .content-inner .room-listing .desc .contact {
    margin: auto;
    display: table;
    background-color: #99cce5;
    padding: 5px 20px;
    border: none;
    border-radius: 3px;
    font-size: 20px;
}
.design-services .full-width {
    position: relative;
    width: 100vw;
    left: calc(-50vw + 50%);
}
.design-services .full-width .images-gallery {
    background-color: #99cce5;
    padding-top: 200px;
    margin-top: -180px;
    position: relative;
    z-index: 6;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.design-services .full-width .images-gallery img {
    width: 48%;
    display: block;
    margin-bottom: 15px;
}
.design-services .full-width .images-gallery img:nth-child(odd) {
    float: left;
    clear: both;
}
.design-services .full-width .images-gallery img:nth-child(even) {
    float: right;
}
.design-services .full-width .images-gallery .content {
    display: table;
    max-width: 900px;
    margin: auto;
}
.design-services .full-width > p {
    text-align: center;
    color: #354046;
    font-size: 25px;
    margin: 0;
    clear: both;
}
.design-services .full-width .comments {
    padding: 20px;
    margin: 0 50px;
}
.design-services .full-width .comments .comment {
    padding: 20px 0;
    clear: both;
}
.design-services .full-width .comments .comment > p {
    width: 80%;
    background-color: #99cce5;
    padding: 20px;
    display: block;
    float: left;
    text-align: center;
}
.design-services .full-width .comments .comment > p:nth-child(2) {
    float: right;
}
.design-services .full-width .comments .comment > img {
    width: 18%;
    margin: 0;
    float: right;
    display: block;
}
.design-services .full-width .comments .comment > img:nth-child(1) {
    float: left;
}
#product-contact {
    display: none;
    position: fixed;
    z-index: 100;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, .4);
}
#product-contact .contact-form {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 600px;
}
#product-contact .close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin-top: -20px;
}

#product-contact .close:hover,
#product-contact .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
#product-contact .contact-header {display: none;}
#product-contact .product-contact {display: block; font-weight: bold; font-size: 20px;}
.product-contact {display: none;}
@media only screen and (min-width: 771px) {
    /*Header*/
    #header { background:#fff;margin:0;padding:0;width:100%;min-width:100%;max-width:100%; position: sticky; top: 0; z-index: 99;}
    .page-header-container { width:100%;position:relative; }
    .page-header-container-fixed { position:relative;margin:0 auto;max-width:1260px;padding:12px 0 0; }
    .header-language-background { background-color:#f2f0e4; }
    #header .logo { margin-left:15px;margin-bottom:12px;padding:0;height:60px !important;min-height:60px !important;height:60px !important;width:300px !important; }
    #header .account-cart-wrapper { margin-top:18px;margin-right:15px; }
    #header #header-search { margin:-33px 320px 0; }
    
    /*Page*/
    .col-left.sidebar { padding-right:12px; }
    
    /*Category*/
    .category-products .pager { width:100%; }
    .category-products .sort-by { float:right; }
    .category-products .sort-by label:after { content:':';padding-right:5px; }
    
    /*Menu*/
    #header-nav { background-color:#354046;text-align:center;width:100%; }
    #header-nav #nav, #header-nav .nav-primary { background-color:#354046;height:42px;padding:0;margin:0; }
    #header-nav #nav li.level0 a { height:42px;line-height:42px;color:#fff; }
    #header-nav #nav ul.level0 { margin-top:12px; }
    #header-nav #nav li.level1 a { text-align:left;padding-left:15px;color:#111 !important; }
    #header-account { margin-top:18px; }
    #header-nav li.level0 { position:relative; }
    #header-nav ul.level0 {
        padding:10px;
        min-width:610px;
        columns:auto 3;
        -webkit-columns:auto 3;
        -moz-columns:auto 3;
    }
    /*#header-nav li.nav-1 ul.level0 { margin-left:0; }
    #header-nav li.nav-2 ul.level0 { margin-left:-155px; }
    #header-nav li.nav-3 ul.level0 { margin-left:-306px; }*/
    #header-nav li.level0.menu-active { background:#aaa; }
    #header-nav ul.level0 li a:hover { text-decoration:underline; }
    #header-nav ul.level0 li { display:inline-block !important;height:45px !important;width:100%;text-align:left;margin:0 !important;padding:0 !important; }
    #header-nav ul.level0 li a {
        border:none !important;
        line-height:19px !important;
        display:flex;
        align-items:center;
        margin:0 !important;
    }
    
    /*Account*/
    .account-create, .customer-account-forgotpassword .col-main { max-width:365px;margin:0 auto; }
    
    /*Contact*/
    .contacts-index-index .col-main { padding-right:25%; }
    .type-select .input-box {
        overflow:hidden; 
        position:relative;
        display:block;
        max-width:365px;
    }
   .type-select select{       
        padding:3px 8px;cursor:pointer;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }
    .type-select .input-box:after {
        content:"\f107";
        font-family: "Font Awesome 5 Pro";
        color: #333;
        padding: 11px 4px;
        position: absolute; right: 0; top: 0;
        z-index: 1;
        text-align: center;
        width: 10%;
        height: 100%;      
        pointer-events: none;
        box-sizing: border-box;   
    }
    
    textarea { min-height:80px; }
    .input-text { font-style:normal !important; }
}
@media only screen and (max-width: 1220px) and (min-width: 771px) {
    /*Header*/
    #header #header-search { margin-right:260px; }
    
    /*Footer*/
    .footer .block-subscribe { width:24%;float:right; }
    .footer .links { width:19%; }
}

@media only screen and (max-width: 1130px) and (min-width: 771px) {
    #header-storeinfo { left:340px; }
    #header #header-search { margin-right:160px; }
    #header .skip-links span.label { display:none; }
    #header-account { margin-right:-30px; }
}

@media only screen and (max-width: 950px) and (min-width: 771px) {
    /*Header*/
    #header-storeinfo { right:135px;text-align:right; }
    #header-storeinfo span { display:none; }
    #header #header-search { margin-right:210px; }
    .cms-home .home-slider-bottom .fix-width div { width:31%;padding-left:1%;padding-right:1%; }
    
    /*Category*/
    .categories-grid .item { width:31.33%; }
    #catInfo.wimg p { width:100%;float:left;padding-right:0; }
    #catInfo p.category-image { width:100%;margin:0 0 15px; }
    
    /*Footer*/
    .footer .links, .footer .block-subscribe { width:25%; }
    .footer .links.logo { display:none; }
}

@media only screen and (max-width: 999px) and (min-width: 771px) {
    /*Menu*/
    #header-nav li.level0 span, #header-nav li.level0.nav-6 { display:none; }
    #header-nav ul.level0 {
        min-width:420px;
        columns:auto 2;
        -webkit-columns:auto 2;
        -moz-columns:auto 2;
    }
}

@media only screen and (max-width: 770px) {
    /*Header*/
    #header .logo img { max-height:60px;margin-left:4px; }
    #header-storeinfo { top:-3px;left:inherit;right:0;text-align:right; }
    #header-storeinfo a { display:block;padding:8px; }
    #header-storeinfo span { font-size: 14px; float: left; margin-top: 2px; }
    #header .skip-links a { width:25% !important; }
    #header .skip-links a, #header .skip-links a:hover, #header .skip-links i.far { color:#575755; }
    #header .skip-links i.far { margin-right:0;font-size:18px;line-height:18px; }
    #header .skip-links span.label { display:none; }
    #header-nav .skip-content, #header-account .skip-content { padding:0; }
    #header .skip-content li a { padding:5px 10px 5px 25px; }
    #header .account-cart-wrapper span.count { margin-left:-1px;line-height:21px; }
    
    /*Page*/
    .cms-page-view .main .col2 { padding:0; }
    .cms-page-view .main .col2-left, .cms-page-view .main .col2-right { width:100%;padding:0;border:none;float:inherit; }
    .cms-shipping .main .col3 { border-bottom:0;padding-bottom:0; }
    .cms-page-view .main .col3-left, .cms-page-view .main .col3-mid, .cms-page-view .main .col3-right { width:100%;padding:0;border:none;float:inherit;margin:0 0 20px; }
    .cms-shipping .main .col3-left div, .cms-shipping .main .col3-mid div { margin:0; }
    
    /*Home*/
    .cms-home .awislider .slides { height:200px; }
    .cms-home .awislider .slides img { height:200px;object-fit:cover; }
    .cms-home .home-slider-bottom .fix-width div { width:100%;padding:20px 0; }
    .home-featured-products, .home-featured-categories { padding:10px 25px; }
    .home-featured-categories .subbanner2 .banner { width:48%;margin:1%; }
    
    /*Category*/
    .block-subtitle.block-subtitle--filter { color:#fff !important;font-size:14px !important; }
    .block-layered-nav--no-filters dt { font-size:14px !important; }
    .block-layered-nav--no-filters .active { font-size:14px !important; }
    .category-products .sort-by { float:right; }
    .category-products .sort-by label { display:none; }
    .categories-grid .item { width:48%; }
    #catInfo.wimg p { width:100%;float:left;padding-right:0; }
    #catInfo p.category-image { width:100%;margin:0 0 15px; }
    
    /*Footer*/
    .footer .links, .footer .block-subscribe { width:100%;text-align:center; }
    .footer .block-subscribe { margin-bottom:35px; }
    .footer .links.logo { display:none; }
    .footer .block-subscribe .input-box { margin:0;padding:0; }
    .footer .block-subscribe-form { width:100%;margin-left:11%; }

    /*cms landing*/
    .cms-page-view .cms-landing h2 {
        font-size: 30px;
    }
    .cms-page-view .cms-landing p.top-text {
        font-size: 20px;
        line-height: 25px;
    }
    .cms-page-view .cms-landing .contact-us p.contact-title {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .cms-page-view .cms-landing .contact-detail p {
        font-size: 20px;
        line-height: 25px;
    }
    .cms-page-view .cms-landing .contact-detail p:last-child {
        margin-bottom: 0;
    }
    .cms-page-view .cms-landing .contact-detail {
        margin: 10px;
    }
    .cms-page-view .main .cms-landing .col3.last .image-title {
        display: block;
    }
    .cms-page-view .main .cms-landing .col3.last .image-title.top {
        display: none;
    }
    .cms-page-view .main .cms-landing .col3-mid .image-title {
        border: none;
    }
    .cms-page-view .main .cms-landing li span.long-email {
        word-break: break-all;
    }
    .cms-page-view .main .cms-landing .col2 img {
        padding: 10px 0;
    }
    .cms-page-view .main .cms-landing .col3-left img, .cms-page-view .main .cms-landing .col3-mid img, .cms-page-view .main .cms-landing .col3-right img {
        padding: 0;
    }
    .cms-page-view .main .cms-landing .images-gallery .col3-left img {
        padding: 0px;
    }
    .cms-page-view .main .cms-landing .images-gallery .col3-right img {
        padding: 0;
    }
    .cms-page-view .main .cms-landing .images-gallery .col3-mid p {
        font-size: 25px;
        line-height: 30px;
    }
    .cms-page-view .main .cms-landing .list-text li {
        font-size: 20px;
    }
    .product-view .common-videos {
        width: 100%;
        padding-left: 0;
        padding-bottom: 15px;
    }
    .product-view .add-to-cart-wrapper { margin-bottom: 0; }
    .design-services .content-inner .room-block .room-desc {
        font-size: 14px;
    }
    .design-services .content-inner .room-block .room-name {
        margin-bottom: 10px;
        font-size: 40px !important;
    }
    .design-services .content-inner .room-listing li {
        margin-left: 10px;
    }
    .design-services .full-width .comments {
        margin: 0;
    }
    .rightcontent { width: 100%;}
    .footer_right {float: left; display: block;width: unset; padding: 5px;}
    .footer_right a.rightbutton {
        width: unset;
    }
    .footer_right a.rightbutton #y-badges .y-badge {
        display: inline;
    }
    .footer_right a.rightbutton #y-badges .y-badge-reviews {
        display: inline;
    }
    .cms-custom-furniture .slick-dots { margin-bottom: 0;}
}
@media only screen and (max-width: 1250px) {
    .product-img-box .product-image {float: none}
    .product-view #more > li {
        display: inline-block;
    }
    .product-view #top-arrow { display: none;}
    .product-view #bottom-arrow { display: none;}
    .product-view #more-view {
        width: 500px;
    }
    .product-view #more-view .glide.controls {
        display: block !important;
    }
    .product-view .more-views {
        height: auto;
    }
    .product-view .more-views .glide__track {
        position: relative;
    }
    .cms-page-view .main .cms-landing .images-gallery p {
        font-size: 20px;
        line-height: 22px;
    }
    .cms-page-view .cms-landing .double-textbox h2 {
        font-size: 2.5vw;
    }
}
@media only screen and (max-width: 556px) {
    .product-img-box .product-image {
        width: 100%;
    }
    .product-view #more-view {
        width: 100%;
    }
    .cms-page-view .cms-landing .double-textbox h2 {
        font-size: 25px
    }
    .cms-page-view .cms-landing .double-textbox .text-ahead {
        margin-top: 120px;
    }
    .rightcontent {width: 100%; padding-left: 10px;}
    .footer_right { width: 99%;}
    .footer_right .totalReviews {display: inline;}
    .design-services .content-inner .room-listing li {
        font-size: 20px;
    }
    .design-services .content-inner .room-block img {
        margin-top: 30px;
    }
}