/*
Theme Name: Reboot Child
Theme URI: https://wpshop.ru/themes/reboot
Author: WPShop.biz
Author URI: http://wpshop.biz/
Template: reboot
Version: 1.0.0
*/

/* Below you can add your CSS styles */
/* Ниже Вы можете добавить свои CSS стили */


.site-logotype{
    width: 100px;
    /* height: 100px; */
}

ul.product_list.grid.row {
    display: flex;
    list-style: none;
    padding: 0;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}

.product-container.clearfix {
    display: flex;
    position: relative;
}
li.product_list-item {
    margin-bottom: 20px;
    width: 47%;
    max-height: 149px;
    background: #f9f9f9;
    border-radius: 5px;
    /*overflow: hidden;*/
    margin-right: 20px;
    border: 1px solid #e8e8e8;
}

.left-block {
    /*flex-basis: 258px;*/

    margin-right: 10px;
    width: 147px;
    height: 147px;
    flex-shrink: 0;
}
.left-block img {
	border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.right-block {
	padding: 10px 10px 10px 0;
	line-height: 1;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
}
.product-name {
	font-size: 14px;

}
.productname {
    margin-bottom: 5px;
}
.sku, .price-text{
	font-size: 13px;
	color: #989898;
}
.price-block {
    align-self: flex-end;
}
.product-price {
	font-size: 14px;
}
.old-price {
	font-size: 12px;
	text-decoration: line-through;
	color: gray;
	margin-right: 5px;
}
.old-price + .price {color: red;}

.product_of_year {
    position: absolute;
    left: -9px;
    top: -15px;
    display: flex;
    align-items: center;
    width: 70px;
    height: 70px;
    background-color: #ff7101;
    border-radius: 50%;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 15px;
    text-align: center;
    transform: rotate(-30deg);
    color: white;
    font-family: Arial;
    font-weight: bold;
    z-index: 2;
}

.action-box {
    position: absolute;
    left: 5px;
    top: 5px;
    border-radius: 20px;
    padding: 2px 10px;
    background: #ff7979;
    color: white;
}

/*.subcribe {
    margin-top: 30px;
}*/
.section-preset--bgi-3 {
    margin-bottom: 0;
}
.preset-bgi-3, .sidebar-left .section-preset--bgi-3, .sidebar-none .section-preset--bgi-3:before, .sidebar-right .section-preset--bgi-3:before
{
    background:#f9f6fd url(assets/images/preset-shapes-3.png);
    -webkit-background-size:50% 50%;
    background-size:10%;
}

.section-preset--bgi-3:before {
    content: "";
    position: absolute;
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw)!important;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
}
.preset-bgi-1.wpshop-customize-pc-preset,
.sidebar-left .wpshop-customize-pc-preset.section-preset--bgi-3,
.sidebar-none .wpshop-customize-pc-preset.section-preset--bgi-3:before,
.sidebar-right .wpshop-customize-pc-preset.section-preset--bgi-3
    {
        background:#f9f6fd url(assets/images/preset-customize-shapes-3.png) center no-repeat
    }

.section-preset--bgi-4 {
    margin-bottom: 0;
}
.preset-bgi-4, .sidebar-left .section-preset--bgi-4, .sidebar-none .section-preset--bgi-4:before, .sidebar-right .section-preset--bgi-4
{
    background:#282828;
}

.section-preset--bgi-4:before {
    content: "";
    position: absolute;
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw)!important;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0;
}
.preset-bgi-4.wpshop-customize-pc-preset,
.sidebar-left .wpshop-customize-pc-preset.section-preset--bgi-4,
.sidebar-none .wpshop-customize-pc-preset.section-preset--bgi-4:before,
.sidebar-right .wpshop-customize-pc-preset.section-preset--bgi-4
    {
        background:#282828;
    }

.sponsors {color: white;     position: relative;}

.subcribe_buttons {}
.subcribe_buttons .btn {
    position: relative;
    padding-left: 55px;
    color: #fff;
    text-decoration: none;

}
.subcribe_buttons .telegram {
   background: #2a9ce8;
}
.subcribe_buttons .fb {
   background: #2177d5;
}
.subcribe_buttons .btn:before {
    content: '';
    position: absolute;
    left: 10px;
    top: 6px;
    width: 32px;
    height: 32px;
    background: url(assets/images/blog-sprite.svg) no-repeat;
    background-size: 84px
}
.subcribe_buttons .telegram:before {
    background-position: -2px 0px;
}
.subcribe_buttons .fb:before {
    background-position: -36px 0px;
}

.social-header {
    font-size: 13px;
    text-align: center;
}

@media(max-width:992px) {
	li.product_list-item {
    width: initial;
    flex-grow: 1;
    flex-basis:400px;
    margin-right: 0;
	}
}

@media(max-width:500px) {
	.left-block {
    width: 100px;
    height: 100px;

	}

	.productname {
    margin-bottom: 5px;
    height: 32px;
    overflow: hidden;
	}
	.product-name {
    font-size: 13px;
	}

    .site-branding {
        flex-direction: column;
    }
}


