body {
    margin: 0;
	/* background: url("/assets/templates/ritualstoun/img/bg.jpeg") no-repeat fixed center / cover; */
	background: #eee;
  }

a {
    color: #1779ba;
    text-decoration: none;
    cursor: pointer;
}
a:hover, a:focus {
    color: #ca0000; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-style: normal;
    font-weight: bold;
}
.tel {
    line-height: 1;
    font-weight: bold;
    font-size: 120%;
    color: #cc4b37;
    
    }
.telephone {
    line-height: 1;
    font-size: 100%;
    font-weight: 600;
    text-shadow: 0px 0px 10px #000000;
    background: fbff00;
    color: #000;
}
.page-contents-link a {
    display: block; 
    position: relative; 
    top: -50px; 
    visibility: hidden;
    
}
#topbar {
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ddd;
    background: #eee;
}
#topbar p {
   margin-bottom: 0rem;}
    
#header {
    text-align: left;
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 1;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    color: #000;
}
.logo a:hover {
	opacity: 0.8;
	transition: opacity .15s ease-in-out;
}
#navtop {
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #eee;
    background: #e6e6e6;
}
#breadcrumb {
    background-color: #fefefe;
    text-align: left;
    position: relative;
    padding-top: 15px;
}
#tab-index {
position: relative;
padding-top: 25px;
padding-bottom: 25px;
background-image: linear-gradient(181deg,#fefefe,#eee,#ddd);
border-top: 1px solid #eee;
}
#article-header {
    text-align: left;
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 1;
    background: #fefefe;
}
#catalog-items {
    text-align: left;
    position: relative;
    padding-top: 25px;
    padding-bottom: 25px;
    line-height: 1;
    background-image: linear-gradient( 
181deg
 ,#fefefe,#eee,#ddd);
}
#content {
    text-align: left;
    position: relative;
    padding-top: 15px;
    padding-bottom: 35px;
    background: #fefefe;
}
#neighbors {
    text-align: left;
    position: relative;
    padding-top: 15px;
    padding-bottom: 35px;
    background: #fefefe;
}
#viewed {
    position: relative;
    padding-top: 25px;
    padding-bottom: 25px;
    background-image: linear-gradient(181deg,#fefefe,#eee,#ddd);
    border-top: 1px solid #eee;
}
#footer {
    border-top: 1px solid #eee;
    margin-left: auto;
    margin-right: auto;
    padding-top: 35px;
    padding-bottom: 40px;
    background-image: linear-gradient( 
180deg
,#eee,#ddd,#999);}
 
#footer {
    color: #666;
    }
    
.product-simle-link h5 { margin: 0; }

/*элементы прилипающего меню*/
.title-bar{
    box-shadow: 0 0 50px 10px rgba(0,0,0,0.05);
    -webkit-user-select: none;
    -webkit-box-shadow: 0 0 50px 10px rgba(0,0,0,0.05);
}
#sticky{
   padding-top:0px;
	padding-bottom:0px;
}
#stickybar {
    padding-top: 10px;
    padding-bottom: 10px;
}
.sticky-container {
position: relative;
border-bottom: 1px solid #eee;
}
.sticky-bar {
    transition: padding .25s ease;
    z-index: 1000;
    padding-top: 10px;
}
.sticky.is-stuck.is-at-top {
	top: 0;
	background-color: #FFFF00;
	color: #000;
	border-bottom: 1px solid #eee;
	box-shadow: 0 0 50px 10px rgba(0,0,0,0.05);
    -webkit-user-select: none;
    -webkit-box-shadow: 0 0 50px 10px rgba(0,0,0,0.05);
}

/* меню*/  
.menu a {
    color: #333;
}
.menu a:hover {
	background: #1779ba;
    color: #fefefe;
}
.menu .menu-text {
    padding: 0.7rem 1rem;
    font-weight: 700;
    line-height: 1;
}


.catalog-items-menu a {
    color: #333;
}
.catalog-items-menu a:hover, a:focus {
    color: #ca0000;
    background: #ddd;
	text-decoration: underline;
	text-shadow: 0px 0px 7px rgba(255, 255, 255, 0.75);
}
/*Пагинация*/

.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }
  .pagination::before, .pagination::after {
    display: table;
    content: ' ';
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .pagination::after {
    clear: both; }
  .pagination li {
    margin-right: 0.0625rem;
    border-radius: 0;
    font-size: 0.875rem;
    display: inline-block; }
    .pagination li:last-child, .pagination li:first-child {
      display: inline-block; }
    @media print, screen and (min-width: 40em) {
      .pagination li {
        display: inline-block; } }
  .pagination a,
  .pagination button {
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 0;
    color: #0a0a0a; }
    .pagination a:hover,
    .pagination button:hover {
      background: #e6e6e6; }
  .pagination .active {
    padding: 0.1875rem 0.625rem;
    background: #1779ba;
    color: #fefefe;
    cursor: default; }
  .pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #cacaca;
    cursor: not-allowed; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    padding: 0.1875rem 0.625rem;
    content: '\2026';
    color: #0a0a0a; }

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: "«"; }

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: "»"; }
  
  
/*Cart*/

.alert-text{
  color: #ff0000;  
}
 
 /*Карточка товаров*/
 .product-card-thumbnail{
     margin: 0;
 }
 .product-card-title {
   margin: 0;
 }
 .product-card-price {
  color: #3e3e3e;
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
}

.product-card-sale {
  color: #cacaca;
  display: inline-block;
  font-size: 1rem;
  text-decoration: line-through;
}
 .thumbnail {
  border: solid 4px #fefefe;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  transition: box-shadow 200ms ease-out;
  border-radius: 0;
  margin-bottom: 1rem; }
  .thumbnail:hover, .thumbnail:focus {
    box-shadow: 0 0 8px 2px rgba(33, 153, 232, 0.5); }
    
/*Мультиколоночные списки*/
.multi-col-2 {  
    -webkit-column-count:2;  
    -moz-column-count:2;  
    column-count:2;  
} 
.multi-col-2 {  
    -moz-column-width: 150px;  
    -webkit-column-width: 150px;   
    column-width: 150px;  
}
.multi-col-2 {     
    -webkit-column-gap: 30px;  
    -moz-column-gap: 30px;  
    column-gap: 30px;  
}
.multi-col-2 {  
    -moz-column-rule: 1px dotted #ccc;  
    -webkit-column-rule: 1px dotted #ccc;  
    column-rule: 1px dotted #ccc;  
} 
.multi-col-2 h4 {  
    -webkit-column-span: all;  
    column-span:all;  
}

.multi-col-4 {  
    -webkit-column-count:4;  
    -moz-column-count:4;  
    column-count:4;  
} 
.multi-col-4 {
    -moz-column-width: 150px;
    -webkit-column-width: 150px;
    column-width: 150px;
}
.multi-col-4 {     
    -webkit-column-gap: 30px;  
    -moz-column-gap: 30px;  
    column-gap: 30px;  
}
.multi-col-4 {
    -moz-column-rule: 1px solid #ddd;
    -webkit-column-rule: 1px solid #ddd;
    column-rule: 1px solid #ddd;
} 
.multi-col-4 h4 {  
    -webkit-column-span: all;  
    column-span:all;  
}

.menu-hover-lines {
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  transition: all 0.35s ease;
}

.menu-hover-lines li a {
  padding: 0.75rem 0;
  color: rgba(10, 10, 10, 0.5);
  position: relative;
  margin-left: 1rem;
}

.menu-hover-lines li:first-child a {
  margin-left: 0;
}

.menu-hover-lines li.active > a {
  background-color: transparent;
}

.menu-hover-lines a:before,
.menu-hover-lines a::after {
  height: 3px;
  position: absolute;
  content: '';
  transition: all 0.35s ease;
  background-color: #1779ba;
  width: 0;
}

.menu-hover-lines a::before {
  top: 0;
  left: 0;
}

.menu-hover-lines a::after {
  bottom: 0;
  right: 0;
}

.menu-hover-lines a:hover,
.menu-hover-lines li.active > a {
  color: #0a0a0a;
  transition: all 0.35s ease;
}

.menu-hover-lines a:hover::before,
.menu-hover-lines .active a::before,
.menu-hover-lines a:hover::after,
.menu-hover-lines .active a::after {
  width: 100%;
}
/* Картинка */
.image-flex {
    width: 100%;
    max-width: 100%;
    margin: 0;
}


.column{
		padding-top:1rem;
	    margin-bottom: 1rem;
	}
	.column-product:nth-child(n+2) {
    border-top: 1px solid #999;}
	.column-product-view:nth-child(n+2) {
    border-left: 1px solid #999;}
    
    
#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
}

#myBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}
.animated-search-form  {
  width: 270px;
  border: 0.125rem solid #e6e6e6;
  border-radius: 25px;
  background-image: url("/assets/templates/ritualstoun/img/search_icon_15.png");
  background-position: 0.625rem 0.625rem;
  background-repeat: no-repeat;
  padding: 0.75rem 1.25rem 0.75rem 2rem;
  transition: width 0.4s ease-in-out;
}
.animated-search-form[type=text] {
  padding-left:2rem;
  border-radius:25px;
}
.animated-search-form[type=search]:focus {
  width: 100%;
}
.animated-search-form:hover, .animated-search-form:focus {
    border: 0.125rem solid #ca0000;
}
#article-header-index {
  background: #666 no-repeat center;
  background-size: cover;
  height: 31.25rem;
  position: relative;
}
#article-header-block-title h1 {
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
    color: #FFF;
    padding-top: 35px;
}
#article-header-block-title p {
    color: #eee;
}
#article-header-block-title {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    height: 31.25rem;
    color: #eee;
    flex-grow: 0;
    justify-content: flex-end;
    padding: 0px 0px 0px;
    background: linear-gradient(-180deg,transparent,rgba(0,0,0,.05) 5%,rgba(0,0,0,.2) 25%,rgba(0,0,0,.5));
    text-shadow: 0 2px 2px rgba(0,0,0,.5);
}
