.popup-content .product-item {
    width: 100%;
    margin: 0;
    display: inline-block;
}

.popup-content .product-item .product-item-info {
    width: 100%;
    text-align: center;
}

.popup-content .button.tocart {
    width: 100%;
}

.qs-grid .product-item {
    padding: 10px;
    position: relative;
}

.qs-grid .product-item-info {
    border: 1px solid #f0f0f0;
}

.qs-grid .product-item-name {
    text-align: center;
}

.qs-grid .product-item-details {
    padding: 0 10px 10px 10px;
}

.qs-grid .price-box {
    text-align: center;
}

.qs-grid .swatch-option {
    width: 25px;
    height: 25px;
    box-sizing: border-box;
    padding: 2px;
    max-width: 25px;
    max-height: 25px;
    min-height: initial;
    min-width: initial;
}

.qs-grid .swatch-option.selected,
.qs-grid .swatch-option.color:not(.disabled):hover,
.qs-grid .swatch-option:not(.disabled):hover {
    outline: 1px solid #5078be;
}

.qs-grid .swatch-attribute.size .swatch-option.selected {
    color: #5078be;
    border: none;
}

.qs-grid .swatch-attribute.size .swatch-option {
    border: none;
    padding: 2px;
    background: transparent;
}

.qs-grid .swatch-attribute-options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 5px;
}

.qs-grid .product-item-actions .actions-secondary {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 5;
    padding: 20px;
    box-sizing: border-box;
}

.qs-grid .product-item-actions .actions-primary {
    display: block;
}

.qs-grid .product-item-actions .actions-primary form {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
}

.qs-grid .qty {
    width: 60px;
    height: 35px;
    text-align: center;
    margin-right: 15px;
}

.qs-grid .tocart {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.qs-grid .modal-popup._show .modal-inner-wrap {
    width: 60%;
}

.page-products .qs-grid .product-item-actions {
    position: static;
}

/*slick*/

.slider__cont {
    display: none;
}

.slick-initialized {
    display: block;
}

.slider__cont {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.slide__cont {
    position: relative;
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
}

.slick-track:after {
    content: "";
    display: table;
    clear: both;
}

.slick-slider {
    position: relative;
}

.slick-slide {
    display: none;
    float: left;
    min-height: 1px;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    border-radius: 50%;
    overflow: hidden;
}

.slick-dots li.slick-active {
    background-color: #d8d8d8;
}

.slick-dots li.slick-active > button {
    background-color: #b3b2b2;
}

.slick-dots li button {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #d8d8d8;
    font-size: 0;
    line-height: 0;
    color: transparent;
    outline: none;
    border: none;
}

.slick-dots li button:hover {
    background-color: #d8d8d8;
}

.slick-dots li button:not(.primary) {
    box-shadow: none;
}

button.slick-prev,
button.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 35%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    cursor: pointer;
    color: transparent;
    outline: none;
    background-color: transparent;
    background-repeat: no-repeat;
    z-index: 1;
    border: 3px solid #444444;
    border-radius: 2px;
    opacity: 0.5;
}

button.slick-prev:hover,
button.slick-next:hover {
    opacity: 1;
}

button.slick-prev:active,
button.slick-next:active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

button.slick-prev {
    left: -11px;
    border-top-width: 0;
    border-right-width: 0;
}

button.slick-next {
    right: -15px;
    border-bottom-width: 0;
    border-left-width: 0;
}