.off-canvas-menu .action .btn-primary.btn-50:last-child {
    background: #2bf525
}

.off-canvas-menu .action .btn-primary.btn-50:last-child:hover {
    background: #43f63d
}

.details-product form button.btn-primary2 {
    background: #2bf525
}

.details-product form button.btn-primary2:hover {
    background: #43f63d
}

.view-desktop a.btn.btn-primary.btn-full {
    background: #ef7d00
}

.view-desktop a.btn.btn-primary.btn-full:hover {
    background: #ff8a0a
}

.mobile_search {
    position: absolute;
    top: 13px;
    right: 70px
}

.mobile_search>span {
    color: #fff;
    font-size: 1.28571em
}

.mobile_search form {
    position: absolute;
    width: 200px;
    top: 0;
    right: 0;
    display: none;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s
}

.mobile_search form.open {
    top: 42px;
    z-index: 99;
    display: block;
    -moz-transform: translateY(-25%);
    -o-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%)
}
.blog-table-of-content {
    background: #f5a271;
    padding: 20px 24px 24px;
    transition: all .3s;
    margin-bottom: 20px;
}

.blog-table-of-content__heading {
    font-size: 18px;
    font-weight: bold;
    margin-top: 0;
}

.blog-table-of-content__heading a {
    font-size: 60%;
    color: #2F5ACF;
}

.blog-table-of-content ol {
    list-style: none;
    padding: 0 0 0 15px;
}

.blog-table-of-content a {
    color: #000;
    text-decoration: underline;
}

.thumbnails .slick-slide {
    cursor: zoom-in;
}

.pswp__sub-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
    font-style: italic;
    letter-spacing: 0.03em;
    text-align: center;
    padding-bottom: 1vh;
}
