/**
 * 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-2014 X.commerce, Inc. (http://www.magento.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/* ============================================ *
 * Homepage
 * ============================================ */
/* -------------------------------------------- *
 * Primary Banner
 */
.cms-home .top-container {
  max-width:none;
  padding:0;
  -webkit-transition:all 0.6s linear;
  -moz-transition:all 0.6s linear;
  -ms-transition:all 0.6s linear;
  transition:all 0.6s linear;
}
body.cms-home .main-container {
  padding-top: 20px;
}
body.cms-home .slideshow-container {
  margin-top: 0;
  border:none;
}
body.cms-home .slideshow-container .slideshow {
  border:none;
  max-width:1260px;
  margin:0 auto;
}
.slideshow .banner-msg {
  position: absolute;
  text-align: center;
  text-transform:none;
  width: 60%;
  top: 10%;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  font-size:1.1em;
}
.slideshow a {
  display:block;
}
/*--- Banner css Start (14-01-2021----)*/
/*.slideshow .banner-msg h2 {
  text-transform:none;
  color: #FFFFFF;
  font-size: 3.5em;
  line-height:.7em;
  letter-spacing:.05em;
  margin-bottom:16px;
}*/
/*--- Banner css End (14-01-2021----)*/
.slideshow .banner-msg h2 strong {
  font-family:"Dancing Script", Helvetica, Arial, sans-serif;
  font-size: .9em;
  font-weight:300;
  letter-spacing:0;
}
.slideshow .banner-msg p {
  color:#ffffff;
  line-height:1.1em;
  font-weight:200;
  margin-bottom:16px;
  letter-spacing:0;
  font-size:1.1em;
}
.slideshow .banner-msg.light p,
.slideshow .banner-msg.light h2 {
  color:#726e55;
}
@media only screen and (max-width: 900px) {
  .slideshow .banner-msg h2 {
    font-size:2.9em;
  }
  .slideshow .banner-msg p {
    margin-bottom:14px;
  }
}
@media only screen and (max-width: 770px) {
  .slideshow .banner-msg h2 {font-size:2.4em;margin-bottom:10px;}
  .slideshow .banner-msg h2 strong {font-size: 1em;}
  .slideshow .banner-msg p {margin-bottom:10px;}

/*---Saloni css holiday gift guide (28-10-2020----)*/
  .slideshow-container .slideshow > li img {
    max-width: none;
    width: 100%;
    margin-left: 0;}
  }
/*---Saloni css holiday gift guide end (28-10-2020----)*/

  .slideshow-container .slideshow > li {overflow:hidden;}
}
@media only screen and (max-width: 660px) {
  .slideshow .banner-msg h2 {
    margin-bottom:20px;
  }
  .slideshow .banner-msg p {
    display:none;
  }
}
@media only screen and (max-width: 479px) {
  .slideshow .banner-msg {top: 20%;}

/*---Saloni css holiday gift guide end (28-10-2020----)*/
  .slideshow-container .slideshow > li img {
    width: 100%;
    margin-left: 0;
  }
/*---Saloni css holiday gift guide end (28-10-2020----)*/

}

/* -------------------------------------------- *
 * Promotion Banner Section
 */
.shop-by-product > .shop-by {
    float: left;
    width: 47.72727%;
    margin-right: 4.54545%;
}

.shop-by-product > .shop-by:nth-child(odd) {
    clear: left;
}

.shop-by-product > .shop-by:nth-child(even) {
    margin-right: 0;
}
@media only screen and (min-width:480px) {
    .shop-by-product > .shop-by:nth-child(odd) {
        clear: none;
    }
    .shop-by-product > .shop-by:nth-child(even) {
        margin-right: 3.7037%;
    }
    .shop-by-product > .shop-by {
        width: 30.8642%;
        margin-right: 3.7037%;
    }
    .shop-by-product > .shop-by:nth-child(3n+1) {
        clear: left;
    }
    .shop-by-product > .shop-by:nth-child(3n) {
        margin-right: 0;
    }
    .serene-home .shop-by {
        width:48.5%;
        margin:12px 0 12px 3%;
    }
    .shop-by.third {
        width:31.33334%;
    }
    .serene-home .shop-by.third h3 {
        text-align:center;
        float:none;
    }
}
@media only screen and (min-width: 770px) {
    .shop-by-product > .shop-by:nth-child(odd) {
        clear: none;
    }
    .shop-by-product > .shop-by:nth-child(3n+1) {
        clear: none;
    }
    .shop-by-product > .shop-by:nth-child(even),
    .shop-by-product > .shop-by:nth-child(3n) {
        margin-right: 2.22222%;
    }
    .shop-by-product > .shop-by {
        width: 18.22222%;
        margin-right: 2.22222%;
    }
    .shop-by-product > .shop-by:nth-child(5n+1) {
        clear: left;
    }
    .shop-by-product > .shop-by:nth-child(5n) {
        margin-right: 0;
    }
}
.shop-by {
    width:100%;
    float:left;
    margin:12px 0 12px 0;
    border:1px solid #e5e5e5;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -ms-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}
.shop-by:hover {
  -webkit-box-shadow:0 0 16px #bbb;
  -moz-box-shadow:0 0 16px #bbb;
  -ms-box-shadow:0 0 16px #bbb;
  box-shadow:0 0 16px #bbb;
}
.shop-by a {
    position:relative;
    overflow:hidden;
    display:block;
}
.shop-by:first-child {
  margin-left:0;
}
.shop-by img {
  width:100%;
  max-width:100%;
}
.shop-by h3 {
    text-transform:none;
    margin:14px 6px;
    font-size:1.4em;
    float:none;
    text-align:center;
    -webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -ms-transition:all 0.2s linear;
    transition:all 0.2s linear;
}
.cms-shop-by-product .shop-by h3,.cms-shop-by-category .shop-by h3 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,0.7);
    margin: 0;
    padding: 14px 6px;
}
.cms-shop-by-product .shop-by a:hover h3, .cms-shop-by-category .shop-by a:hover h3 {
     padding-bottom: 62px;
     background-color: rgba(255,255,255,0.85);
 }
.serene-home .shop-by h3 {
    float:left;
    text-align:left;
    margin:17px;
}
.shop-by button:not(.search-button) {
    display:block;
    float:none;
    margin:12px auto;
}
.cms-shop-by-product .shop-by button:not(.search-button), .cms-shop-by-category .shop-by button:not(.search-button) {
    margin: 0 auto;
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    width: 70%;
    -webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    -ms-transition:all 0.2s linear;
    transition:all 0.2s linear;
}
.cms-shop-by-product .shop-by a:hover button:not(.search-button),.cms-shop-by-category .shop-by a:hover button:not(.search-button) {
     bottom: 8px;
 }
.serene-home .shop-by button:not(.search-button) {
    float:right;
    display:inline-block;
    margin:12px;
}
.promos:after {
  content: '';
  display: table;
  clear: both;
}

/*---Saloni css holiday gift guide (28-10-2020----)*/
.home-testimonial {
  clear:both;
  margin:6px -15px 16px;
  padding:30px;
  background: #baa496 url(../images/home-testimonial-bg-new-holiday.png) no-repeat 12px 12px;
  background-size:65px;
}
/*---Saloni css holiday gift guide end (28-10-2020----)*/


.home-testimonial p {
  font-size:2em;
  color:#fff;
  font-family:"Dancing Script", Helvetica, Arial, sans-serif;
  margin:0 0 0 40px;
}
.home-testimonial p a {
  color:#fff;
  text-decoration:none;
}
/*---Saloni css(27-07-2020----)*/
.home-testimonial h4 {
  text-transform:none;
  text-align:right;
  /*color:#A78F9F;*/
  color:#fff;
  font-weight:300;
  font-size:1.5em;
}
/*---Saloni css end(27-07-2020----)*/
.shop-by-product-banner {
    text-align: center;
}
.shop-by-product-banner img {
    width:66%;
    padding:6px;
    display:inline;
    border:1px solid #ddd;
}
.shop-by-product .shop-by {

}
/*---Saloni css holiday gift guide (28-10-2020----)*/
#homepage-press-banner {
    background:#d5c264;
    color:#fff;
    padding:20px;
    text-align:center;
    margin: 12px -30px 0;
}
/*---Saloni css holiday gift guide end (28-10-2020----)*/
#homepage-press-banner h4 {
    text-transform: none;
    font-size:1.4em;
    font-weight:100;
    color:#fff;
}
#homepage-press-banner ul {
    display:table;
}
#homepage-press-banner ul li {
    width:33.3334%;
    display:table-cell;
    vertical-align: middle;
}
#homepage-press-banner ul li a {
    margin:0 20px;
    display:block;
}
#homepage-press-banner ul li img {
    max-width:100%;
    margin:0 auto;
}
@media only screen and (min-width:770px) {
    #homepage-press-banner ul li img {
        max-width:50%;
    }
}
@media only screen and (min-width: 480px) {
  .home-testimonial {
    margin:6px -30px 16px;
  }
}
/* 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: "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: #8f8027;
  font-weight: 600;
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
}

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

/* ============================================ *
 * Category Landing Pages
 * ============================================ */
#subcat-banner{
  /* background:#c1a0b3; */
  background:#fafafa;
  position:relative;
    display:none;
}
.sitecatul .cat {
  position:relative;
  float:left;
  width:48%;
  margin:1%;
}
.sitecatul .cat:last-child {
  display:none;
}
.sitecatul .cat .catblocks li {
  width:16.66666666666667%;
}
#subcat-banner .category-image {
  position:relative;
  border:none;
  margin:0 auto;
  padding:0;
  z-index:0;
  max-width:1260px;
}
.sitecatul .cat .category-image {
  padding:6px;
  margin-bottom:0;
}
#subcat-banner .page-title,
.sitecatul .cat .category-title {
  position:absolute;
  top:36%;
  bottom:0;
  left:0;
  right:0;
  text-align:center;
  z-index:1;
}
.sitecatul .cat .category-title {
  bottom:auto;
  top:12%;
}
#subcat-banner .page-title h1,
.sitecatul .cat .category-title h3 {
  font-size:3.2rem;
  font-weight:200;
  text-transform:none;
  color:#000;
  font-family:"Dancing Script", Helvetica, Arial, sans-serif;
}
.categorylandingMainblock {
  border: 1px solid #E2E2E2;
  padding: 7px;
}
#subcat-nav {
  background:#fff;
  -webkit-box-shadow:0 0 30px -8px #000;
  -moz-box-shadow:0 0 30px -8px #000;
  -ms-box-shadow:0 0 30px -8px #000;
  box-shadow:0 0 30px -8px #000;
  position:relative;
}
.catblocks {
  padding: 0;
  width: 100%;
  max-width:1260px;
  margin:0 auto;
  display:table;
  text-align:center;
}

.catblocks li {
  position: relative;
  display: inline-block;
  width: 14.28571428571429%;
}

.catblocks li:before,
.catblocks li:after {
  content:" ";
  position:absolute;
  top:5px;
  bottom:0;
  width:3px;
  background:url(../images/subcat-nav-bg.png) repeat-y;
}
.catblocks li:before {
  left:-1px;
}
.catblocks li:after {
  right:-2px;
}

.catblocks li:hover {
  border-color: #8f8027;
}

.catblocks li a {
  display:block;
  margin: 0 auto;
  padding-bottom:16px;
}
.catblocks li:last-child {
  margin-right: 0 !important;
}
.catblocks li:last-child a {
  border-right:0;
}
.catblocks li:first-child {
  margin-left: 0 !important;
}

.catblocks li img {
  width: 85%;
  max-width: 92px;
  margin: 0 auto;
}
.catblocks li a:hover img {
  opacity:0.8;
}
.catblocks li a span {
  color: #7B7C7B;
  position: absolute;
  font-family:"Libre Baskerville", "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
  font-size: 13px;
  text-align: center;
  bottom: 0px;
  left: 0px;
  width: 100%;
}
.catblocks li a:hover span:not(.button) {
  transform:scale(1.15);
  color:#8f8027
}
@media only screen and (max-width: 770px) {
  .catblocks li {
    width: 25%;
    display: inline-block;
  }

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

.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: #8f8027;
  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: #8f8027;
  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;
}
/*** Return to top icon ***/
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.6);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
}