
.announcement-bar {
    background-color: #79124A;
}


ul.no-bullets.tag-list ul li {
  font-size: 12px;
}

.tag--active > a {
    background: #e4c8e4;
    padding-left: 10px;
}
.collection-filter select, .collection-filter .btn {
    height: 35px;
    font-size: 10px;
}

a.site-nav__dropdown-link:hover {
    color: #79124A;
}



.megamenu__colection-image {
    height: 0;
  padding-bottom: 60% !important;}

a.grid-product__link {
    padding:26px;
}

a.grid-product__link:hover {
    border: 1px solid #79124A;
}

.product-image-main{
    padding: 20px;
}

.btn:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse):not(.btn--body):hover, .rte .btn:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse):not(.btn--body):hover, .shopify-payment-button .shopify-payment-button__button--unbranded:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse):not(.btn--body):hover, .product-reviews .spr-summary-actions a:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse):not(.btn--body):hover, .product-reviews .spr-button:not(.btn--secondary):not(.btn--tertiary):not(.btn--inverse):not(.btn--body):hover {
    background: #111111;
  	transition-delay: 0s;
}


.grid-product__title.grid-product__title--body {
    border-top: 1px solid #79124A;
    padding-top: 15px;
  text-transform: capitalize;
}

.grid-product__price {
    font-size: 15.6px;
    margin-top: 15px;
}

.barski_bg_color {
    background: #79124A;
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
  
}
.barski_bg_color img{
    height: 110px;
    margin: 20px 0;
}

.site-footer {
  padding-top: 0px !important;
      border-top: 0;
}


ul.inline-list.toolbar__menu li:last-child{
    background: #2a2b2d;
    padding: 0px 25px;
}

ul.inline-list.toolbar__menu li:last-child a {
    color: #ffffff !important;
}



/*****@media only screen and (max-device-width: 374px){
											.image-wrap { min-height: 190px !important;}
}

@media only screen and (max-device-width: 667px) and (orientation: landscape)        {.image-wrap { min-height: 340px !important;}
}

@media only screen and (max-device-width: 736px)							 	{ .image-wrap { min-height: 225px !important;}
}
@media only screen and (max-device-width: 736px) and (orientation: landscape)	{ .image-wrap { min-height: 370px !important;}
}

@media only screen and (min-device-width: 737px) and (max-device-width: 1024px) { .image-wrap { min-height: 435px ;}
}
@media only screen and (min-device-width: 737px) and (max-device-width: 1024px) and (orientation: landscape) {			
  																					.image-wrap { min-height: 210px !important;}
}

@media only screen and (min-device-width: 1025px)								{ .image-wrap { min-height: 300px !important;}
}
*******/


.product__engraving {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.product__engraving small{
	display:none;
}
#include-engraving{
	margin-bottom:10px;
}
#include-engraving:checked ~ small{
	display:block;
}