.mainSlider {
    height: calc(100vh - 187px);
    position: relative;
}

.mainSlider-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.mainSlider-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mainSlider-content {
    display: flex;
    align-items: center;
    height: 100%;
    color: #fff;
}

.mainSlider-title {
    font-size: 100px;
    max-width: 1000px;
    line-height: 1;
}

.mainSlider-content-bottom {
    margin-top: var(--space-40);
    max-width: 768px;
    display: flex;
    align-items: flex-end;
}

.mainSlider-text {
    font-weight: 300;
    font-size: 18px;
    line-height: 2;
}

.mainSlider-content-bottom .btn {
    margin-left: calc(2 * var(--space-60));
}

.section-heading-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--color-primary);
}

.section-heading-between .section-heading-title {
    display: flex;
    align-items: center;
}

.section-heading-title .icon {
    width: 80px;
    height: 80px;
    margin: -16px 10px -16px -16px;
    color: var(--color-primary);
}

.section-heading-buttons {
    display: flex;
}

.section-heading-buttons > .btn {
    color: var(--color-primary);
}

.section-heading-arrows {
    display: flex;
    align-items: center;
}

.section-heading-arrows .btn {
    font-size: 26px;
}

.product-slider-arrows .btn {
    font-size: 40px;
}

.btn-transparent.active {
    color: var(--color-primary);
}

@media screen and (max-width: 1139px) {
    .section-heading-arrows .btn,
    .product-slider-arrows .btn {
        color: var(--color-primary) !important;
    }
}

@media screen and (min-width: 1140px) {
    .btn-transparent:not([disabled]):hover,
    .btn-transparent:not([disabled]).active:hover {
        color: var(--color-primary);
    }
    .section-heading-arrows .btn,
    .product-slider-arrows .btn {
        color: rgba(0, 0, 0, 0.1);
    }
}

.section-product-slider {
    padding: var(--space-50) 0;
}

.product-slider-inner {
    margin: calc(-1 * (var(--space-40) - 5px));
    padding-top: var(--space-60);
}

.section-product-slider .slick-track,
.section-product-slider .slick-list {
    display: flex;
    width: 100%;
}

.mainBoxes-section {
    background-color: #f2f2f2;
    padding: calc(2 * var(--space-50)) 0;
}

.mainBoxes-section-inner {
    display: flex;
}

.mainBoxes-left {
    width: 50%;
    display: flex;
    flex-direction: column;
}

.mainBoxes-image {
    width: 50%;
}

.mainBoxes-image img {
    display: block;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

.mainBoxes-item:first-child {
    background-color: var(--color-primary);
    color: #fff;
}

.mainBoxes-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    padding: var(--space-50);
    background-color: #fff;
}

.mainBoxes-item:first-child .mainBoxes-item-icon {
    border-color: #fff;
    color: #fff;
}

.mainBoxes-item-icon {
    width: 140px;
    height: 140px;
    flex-shrink: 0;
    border: 2px solid var(--color-primary);
    border-radius: 50%;
    color: var(--color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
}

.mainBoxes-item-icon .icon {
    height: 160px;
    width: 160px;
}

.mainBoxes-item-inner {
    padding-left: calc(2 * var(--space-40));
    width: 100%;
    max-width: 425px;
}

.mainBoxes-title {
    font-size: var(--font-30);
    margin-bottom: 15px;
    color: var(--color-primary);
}

.mainBoxes-item:first-child .mainBoxes-title {
    color: #fff;
}

.mainBoxes-text {
    font-size: 14px;
    font-weight: 300;
    text-align: justify;
}

.mainBoxes-item:first-child .mainBoxes-item-btn {
    color: #fff;
}

.mainBoxes-item-btn {
    display: inline-block;
    font-size: 12px;
    margin-top: var(--space-40);
    color: var(--color-primary);
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

@media screen and (min-width: 1140px) {
    .mainBoxes-item-btn:hover,
    .mainBoxes-item-btn:focus {
        text-decoration: underline;
    }
}

.section-about {
    display: flex;
    padding-bottom: calc(2 * var(--space-50));
}

.about-right {
    width: 50%;
    padding: var(--space-50) 0;
    padding-left: calc(4 * var(--space-40));
}

.about-image{
    width: 50%;
    align-self: center;
}

.about-image img{
    max-width: 100%;
}

.about-right-inner {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.about-title {
    font-size: var(--font-48);
}

.about-text {
    font-size: 14px;
    font-weight: 300;
    line-height: 2.1428;
    margin-top: 15px;
}

.about-line1 {
    font-size: 200px;
    opacity: 0.1;
    position: absolute;
    top: 0;
    right: 0;
}

.about-line2 {
    font-size: 200px;
    opacity: 0.1;
    position: absolute;
    bottom: 0;
    left: 0;
}

.section-contact {
    position: relative;
    padding: calc(3 * var(--space-50)) 0;
    color: #fff;
}

.section-contact-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

.section-contact-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-contact-inner {
    max-width: 640px;
}

.section-contact-title {
    font-size: var(--font-48);
    padding-bottom: var(--space-25);
}

.section-contact-text {
    font-size: 18px;
    font-weight: 300;
}

.section-contact-item a {
    font-size: var(--font-36);
    display: flex;
    align-items: center;
}

.section-contact-item + .section-contact-item {
    margin-top: calc(var(--space-25) - 5px);
}

.section-contact-item a:hover {
    color: var(--color-primary);
}

.section-contact-bottom {
    margin-top: var(--space-50);
    display: flex;
    align-items: center;
}

.section-contact-item .icon {
    width: 80px;
    height: 80px;
    margin: -15px 32px -15px -15px;
}

.section-contact-logo {
    padding-right: var(--space-60);
}

.aside-bg {
    display: none;
    background: #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.aside-open{
    position: fixed;
    top: 200px;
    left: 0;
    height: 40px;
    width: 40px;
    background-color: var(--color-primary);
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    z-index: 10;
    transition: left 0.2s;
}

.aside-title {
    font-size: 45px;
}

.aside-shadow{
    position: fixed;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000;
    opacity: 0.2;
    z-index: 99;
}

.userpanel-container .panel-body .btn-danger{
    min-width: 52px;
    top:-15px;
}

.userpanel-container .panel-body .btn-danger[disabled]{
  opacity: 0 !important;
}

.userpanel-container .panel-body .btn-group {
    position: absolute;
    top: 0;
    right: -1px;
}

.btn .fa-plus{
    margin-right: 8px;
}

.basket-icon{
    width: 42px;
    height: 42px;
    margin: -14px -10px -12px -10px;
}

.basket-table .orderItemsValue {
    margin-right: 15px;
    margin-bottom: 5px;
}

.rwdMenu-count.shop-basket-quantity{
    display: none !important;
}

.basket-table tfoot{
    border-top: 1px solid #e5e5e5;
}

.shop-sort form .form-element-container{
    display: flex;
    align-items: center;
}

.shop-sort .form-element-text{
    margin-right: 8px;
}

.shop-category .shop-product-list{
    margin-bottom: var(--space-40);
}

.shop-category .heading-page{
    margin-top: var(--space-25);
}


.shop-product-group + .shop-product-group{
    margin-top: 10px;
}


.shop-product-group-title{
    font-weight: 700;
    position: relative;
    display: block;
    width: 100%;
}

.shop-product-group-title::before{
    font-family: FontAwesome, sans-serif;
    content: '\f078';
    position: absolute;
    top:0;
    right: 0;
    font-weight: 200;
    font-size: 10px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: all 0.3s;
}

.shop-product-group-title.collapsed::before{
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

.shop-sort-heading{
    position: relative;
    display: flex;
    align-items: center;
}

.shop-sort{
    display: flex;
    position: absolute;
    right: 0;
}

.availability-notification{
    width: 100%;
    display: flex;
    justify-content: center;
}