#rob-page-content #c7-content #where_to_buy_trigger{
    width: 100%;
    border: solid 2px #ceb06e;
    color: #ceb06e;
    background: transparent;
    font-family: "Museo 500";
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
    padding: 15px;
    margin: -50px 0 50px 0;
    cursor: pointer;
    transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
#rob-page-content #c7-content #where_to_buy_trigger:hover{
    background-color: #10181f;
    transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
#tryAgain{
    width: 100%;
    border: solid 2px #ceb06e;
    color: #ceb06e;
    background: transparent;
    font-family: "Museo 500";
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
    padding: 15px;
    cursor: pointer;
    transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
#tryAgain:hover{
    background-color: #10181f;
    transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
#rob-page-content #c7-content #where_to_buy{
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: scroll;
    left: 0;
    background: #10181f;
    z-index: 80;
    top: 0px;
    color: #fff;
    padding: 40px 115px 80px;
}
#rob-page-content #c7-content #where_to_buy h2{
    font-size: 40px;
    color: #fff;
    text-transform: initial;
    margin: 80px 0 10px 0;
}
#rob-page-content #c7-content #where_to_buy #wtb_results{
    margin-top: 50px;
    border-top: 2px solid #ceb06e;
    padding-top: 30px;
    padding-bottom: 150px;
}
#rob-page-content #c7-content #where_to_buy #wtb_results .wtb_result_item{
    padding: 30px;
    border: solid 1px #fff;
    font-family: 'Museo 300';
    font-weight: 300;
    font-size: 14px;
    margin: 30px 0;
    line-height: 1.4;
}
#rob-page-content #c7-content #where_to_buy #wtb_results .wtb_result_item h4{
    margin-bottom: 5px;
    font-weight: 500;
    font-family: 'Museo 500';
    font-size: 16px;
}
#rob-page-content #c7-content #where_to_buy #wtb_results .wtb_result_item a{
    color: #10181f;
    display: block;
    padding: 16px;
    text-align: center;
    text-transform: uppercase;
    background: #ceb06e;
    margin-top: 10px;
    font-family: 'Museo 500';
}
#rob-page-content #c7-content #where_to_buy #close_wtb_results{
    color: #fff;
    display: flex;
    align-items: center;
    gap: 15px;
    font-family: 'Museo 500';
}
#rob-page-content #c7-content #where_to_buy::-webkit-scrollbar {
    width: 2px;
  }
   
#rob-page-content #c7-content #where_to_buy::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

#rob-page-content #c7-content #where_to_buy::-webkit-scrollbar-thumb {
    background-color: #10181f;
    outline: none;
}
.c7-product-detail__info{
    position: relative;
}
@media (max-width:799px){
    #rob-page-content #c7-content #where_to_buy{
        left: 0%;
    }
}
@media (max-width: 600px){
    #rob-page-content #c7-content #where_to_buy{
        width: 100%;
        padding: 20px 40px 40px;
        text-align: left;
    }
}