*, *::after, *::before {
    box-sizing: border-box;
}


.header-main-container .header-center{
    width: 360px;
}

#nav {
    margin-bottom: 0;
    border-bottom: none;
    width: 100%;
}

#nav ul.level0, #nav li.level0 div.nav_block {
    /* width: 1010px; */
    left: 50%;
    transform: translateX(-50%);
}

#nav li.level1{
    margin-bottom: 10px;
}

#nav li.level0:before{
    content: "";
    position: absolute;
    margin-top: 0;
    margin-left: -8px;
    font-size: 7px;
    color: #000;
    width: 6px;
    height: 6px;
    background: #931C78;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 3em;
}
.nav-image {
    float: right;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

#nav li.level1 > a > span{
    color: #931c78;
}

#nav .level1 .level2 a {
    color: #e67817;
}

.cart-header .btn-view,
.cart-header .btn-checkout{
    padding: 0 35px;
}

/* TOP BANNER */
.top-banner{
    background-color: #931C78;
    padding: 10px 20px;
    font-size: 16px;
    color: #FFFFFF;
}

.top-banner.row{
    margin: 0;
    
}

.top-banner > div{
    text-align: center;
}

.top-banner .form-subscribe .form-subscribe-header,
.top-banner .form-subscribe .input-box{
    display: inline-block;
}

.messages{
    margin-top: 15px!important;
}

/*HOME GRID*/
.home-grid {
    margin-top: 1rem;
}

.home-grid .row {
    margin-bottom: 1rem;
}

.home-grid img{
    width: 100%;
}

/*HOME TILES*/
.tiles{
    margin-bottom: 20px;
}

.tiles .tile{
    margin-bottom: 20px;
}

.tiles .tile:first-child{
    padding-left: 0;
}

.tiles .tile a{
    color: #FFF;
    text-decoration: none;
}

.tiles .tile .tile-image{
    border: 1px solid #BCBCBC;
    text-align: center;
    padding: 10px;
    border-bottom: 0;
}

.tiles .tile .tile-name {
    padding: 10px;
    text-align: center;
    border: 1px solid #BCBCBC;
    font-weight: bold;
    font-size: 1.5vh;
    text-transform: uppercase;
}

.tiles .tile:nth-child(odd) .tile-name{
    background: #E1541C;
}

.tiles .tile:nth-child(even) .tile-name{
    background: #931C78;
}

.tiles .tile .tile-name a:hover,
.tiles .tile .tile-name a:focus{
    text-decoration: none;
}

.slider-container h5{
    font-size: 22px;
}

/* CATEGORY PAGE */
.category-products .video{
    margin-top: 20px;
    margin-bottom: 20px;
}

.products-grid .product-image{
    text-align: center;
}

.products-grid li.item.boxed{
    border: none;
}

.products-grid li.item.boxed .addto{
    display: block!important;
    margin-top: 10px;
    opacity: 1!important;
}

.products-grid.columns3 li.item .product-image img,
.products-grid.columns4 li.item .product-image img{
    margin: 0!important;
}

.products-grid li.item{
    margin: 0 0 4px 10px;
}

.products-grid li .moreinfo{
    position: relative;
}

/*PRODUCT PAGE*/
.product-view .product-shop input.qty{
    width: 2.5em !important;
    height: inherit;
}

.product-view .product-shop .product-name{
    border: none;
}

.product-view .product-shop .product-name h1 {
    font-weight: bold;
    font-size: 44px;
}

.product-view .product-shop .price-box .regular-price .price{
    font-size: 40px;
}

.product-view .product-shop .price-box .price{
    font-family: 'NovecentowideBookRegular';
    color: #841F7A;
    font-size: 40px;
    font-weight: bold;
}

.product-view .product-shop .description {
    font-size: 18px;
    margin-bottom: 15px;
}

.bml-checkout-type{
    list-style: none;
}

.product-view .product-img-box .more-views .slide {
	margin: 0px 8px 10px 8px;
}

.product-view .product-img-box .more-views {
	width: 100%!important;
	display: flex;
	flex-wrap: wrap;
	height: auto;
}

.product-shop .price-row {
	display: flex;
	justify-content: space-between;
}


.add-to-cart {
    display: flex;
}

.add-to-cart button.button{
    background: #E15517!important;
    color: #FFF!important;
    border-color: #E15517!important;
    margin-left: 30px;
}

.product-view .product-promo{
    margin-bottom: 20px;
}

.youtubevideowrap{
    width: 80%;
    max-width: 640px;
    margin: 0 auto;
}

.video-container {
    position:relative;
    padding-bottom:56.25%;
    padding-top:30px;
    height:0;
    overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}


.footer-container .newsletter {
    float: none;
    margin: 20px auto;
}

.footer-container .newsletter .form-subscribe-header{
    text-align: center;
}

.advert{
    text-align: center;
    margin: 20px 0;
    width: 100%;
    min-height: 70px;
}

input.qty{
    height: 100%;
}

#added #hidewindow{
    border-color: #931c78;
    color: #931c78;
}

#added #added-content a:last-child{
    color: #999;
    border-color: #e0e0e0;
}



.block-cart .block-title{
    background: none;
}



/*FOOTER*/
.footer-container .follow-us .facebook{
    color: #3b5998;
}
.footer-container .follow-us .twitter{
    color: #1da1f2;
}
.footer-container .follow-us .youtube{
    color: #cd201f;
}



@media only screen and (max-width: 479px){
    .video {
        padding-bottom: 56.25%;
        max-width: 100%;
    }
}


@media only screen and (max-width: 767px){
    .video {
        max-width: 100%;
        padding-bottom: 55.25%;
    }

    .header-main-container .header-center {
        width: 100%;
    }
}