/*
Theme Name:  DinaKala Child
Description: DinaKala Child Theme
Author:      Meysam Hosseinkhani
Author URI:  https://i-design.ir
Template:    dinakala
Version:     1.0.0
Text Domain: dina-kala
*/
.container-marketing-link-bottom.viewaddcart{
    display:block !important;
    position: fixed;
    bottom: 0;
    width: 100vw;
    z-index: 98;
    -webkit-transition: transform 0.34s ease;
    transition : transform 0.34s ease;
    transform: translateY(110px); /*adjust this value to the height of your addcartsection*/
    transform: translateY(0px)!important;
    right: 0px;
}
.container-marketing-link-bottom.viewaddcart a
{
    display: block !important;
    width: 100%;
    text-align: center;
    text-decoration: none;
    height: 45px;
    line-height: 45px;
    color:white;
    background: #dd3333;
}
.single-product .container-marketing-link .guide
{
    min-width: 180px;
    height: 38px;
    text-align:center;
    background:green;
    color: white;
    text-decoration: none;
    display: block;
    line-height: 38px;
}
.affiliate_box
{
    margin: 10px;
    text-align: center;
}
.affiliate_box .post-affilio-link
{
    display: block;
    width: 250px;
    background: red;
    color: white;
    border-radius: 3px;
    padding: 3px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.affiliate_box .post-affilio-link:hover
{
    background: #FF0750;
}

body .affiliate_box:last-of-type.viewfixedbottom
{
    position: fixed;
    bottom: 0;
    margin-bottom: 0px;
    width: 100vw;
    left: 0px;
    right: 0px;
    z-index: 99
}
