/*!
Theme Name: Alistan
Theme URI: http://underscores.me/
Author: Vladyslav Lykhenko
Author URI: https://lihenko.com.ua/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: alistan
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Alistan is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

*/



.max-w-800{
    max-width: 800px;
}

dl.variation{
    display: flex;
    flex-wrap:wrap;
    line-height: 1.1;
}

dl.variation dd{
    padding-right: 15px;
}

dl.variation dt{
    padding-right: 7px;
}

dl.variation p{
    margin-bottom: 0;
}

#side-bar{
	position:fixed;
    left:0;
    top:50%;
    transform:translateY(-50%);
}

#side-bar ul li a{
	width:45px;
    height:45px;
    display:flex;
    justify-content:center;
    align-items:center;
    background-color:#FDC500;
    border-top-right-radius:8px;
    border-bottom-right-radius:8px;
}

.adp-popup-type-content .adp-popup-content{
	padding:0!important;
}

ul.list-disk{
	padding-left:45px;
	list-style:disc;
}

li.category-item{
  background-color:#D6EAD6;
}

.category-item a{
	text-transform:uppercase;
	font-weight:700;
}

.product_title{
	font-size:26px;
	line-height:1.1;
	letter-spacing:normal;
}

#home-hero{
	width:100%;
	aspect-ratio:16/6;
}



@media (min-width: 992px){
	.product_title{
		font-size:32px;
	}
}