
.check {
    bottom: 0;
    display: flex;
    left: calc(50% + 40px);
    margin-bottom: 10px;
    position: absolute;
}

.container {
    position: relative;
    margin: 20px;
    overflow: hidden;
}
.hidden {
    display: none;
}
.entry {
    height: 25px;
    position: absolute;

}
.entry:nth-child(2) {
    left: 8px;
    top: 8px;
}
.entry:nth-child(4) {
    left: 8px;
    top: 58px;
}
.entry:nth-child(6) {
    left: 8px;
    top: 108px;
}
.circle {
    border: 2px solid #545556;
    border-radius: 50%;
    cursor: pointer;
    height: 20px;
    position: absolute;
    transition: border-color 300ms;
    width: 20px;
}
.entry-label {
    cursor: pointer;
    margin-top: -3px;
    padding-left: 40px;
    user-select: none;
    -moz-user-select: none;
}
.overlay {
    background: #fff;
    mask: url(#holes);
    height: 140px;
    pointer-events: none;
    transition: background 300ms;
    width: 40px;
}
.highlight {
    background: #4D98EF;
    border-radius: 50%;
    height: 10px;
    left: 13px;
    pointer-events: none;
    position: absolute;
    top: 13px;
    transition: transform 400ms cubic-bezier(0.175, 0.885, 0.32, 1.2);
    transform: translateY(-50px);
    width: 10px;
}
.hidden:nth-child(1):checked ~ .highlight {
    transform: translateY(0);
}
.hidden:nth-child(3):checked ~ .highlight {
    transform: translateY(50px);
}
.hidden:nth-child(5):checked ~ .highlight {
    transform: translateY(100px);
}
.hidden:nth-child(1):checked + .entry .circle {
    border-color: #4D98EF;
}
.hidden:nth-child(3):checked + .entry .circle {
    border-color: #4D98EF;
}
.hidden:nth-child(5):checked + .entry .circle {
    border-color: #4D98EF;
}
.check:checked ~ .containerOuter .overlay {
    background: #ecf0f4;
}

/* The container */
.radiobinder {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.radiobinder input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.radiobinder:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radiobinder input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.radiobinder input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.radiobinder .checkmark:after {
    top: 9px;
    left: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

.products-m_t_show_bottle {
    margin-top: -17.5rem;
}
.product_content_binder {
    width: 17.5rem;
    margin-left: 8.9375rem;
    float: left;
    position: relative;
}


.product_content_binder_shop {
    width: 5.75rem;
    float: left;
    position: relative;
}

.shop_detail_right_icons {
   position: absolute;
    top: 0;
    right: -11rem;
}

.shop_detail_right_icons img {
    height: 9.5rem;
}

.product_inner_menu_binder {
    width: 16.75rem;
    height: 100vh;
    background: #0C0C0D;
}
.product_inner_menu_binder_shop {
    width: 16.75rem;
    height: 100vh;
    background: #0c0c0d;
}


.product_detail_top_img_show {
    right: 0 !important;

}
img.img_detail {
    transition: all 700ms cubic-bezier(0.115, 0.905, 0.32, 1);
    -webkit-transition: all 700ms cubic-bezier(0.115, 0.905, 0.32, 1);
    -moz-transition: all 700ms cubic-bezier(0.115, 0.905, 0.32, 1);
    -o-transition: all 700ms cubic-bezier(0.115, 0.905, 0.32, 1);
    width: 22rem;
}

.img_detail_ac {
    width: 18.5rem !important;
}

img.product_detail_img_top_right {

}
div.img img {
    width: 23.125rem;
}

.product_desc_binder {
    padding-left: 9.0625rem;
    width: 45.3125rem;
}
.product_desc_binder_left{
    padding-right: 9.0625rem;
    width: 45.3125rem;
}



.main_slide_im_mob {
    width: 10rem;
    float: left
}
.main_slide_img_binder {
    width: 12.5rem
}

.product_img {
    width: 20.625rem;
    transition: all 2000ms cubic-bezier(0.115, 0.905, 0.32, 1);
    -webkit-transition: all 2000ms cubic-bezier(0.115, 0.905, 0.32, 1);
    -moz-transition: all 2000ms cubic-bezier(0.115, 0.905, 0.32, 1);
    -o-transition: all 2000ms cubic-bezier(0.115, 0.905, 0.32, 1);
   /*  margin-top: 25rem;*/
}

.prod_img_new {
    margin-top: -35rem;
}


.product_img_shop {
    width: 20.625rem;
    transition: all 2000ms cubic-bezier(0.115, 0.905, 0.32, 1);
    -webkit-transition: all 2000ms cubic-bezier(0.115, 0.905, 0.32, 1);
    -moz-transition: all 2000ms cubic-bezier(0.115, 0.905, 0.32, 1);
    -o-transition: all 2000ms cubic-bezier(0.115, 0.905, 0.32, 1);
    margin-top: 25rem;
}



.align-middle-md {
    vertical-align: middle;
}



.product_img_topmargin_ac {
    margin-top: 0;
}

.product_img_topslide {
    margin-top: -200vh;
}


.product_detail_top_img {
    position: absolute;
    top: 0;
    right: 0;

}
.fdetail {
    width: 12.5rem !important;
}

.fhorse {
    width: 17.3rem;
}

.fplum {
    width: 39.75rem;
}
.fchacha {
    width: 11.75rem;
}

.fpeach {
    width: 17.1875rem;
}
/*.product_detail_top_img img {*/
 /*width: 18.5rem;*/
/*}*/
.img_detail_binder {
    margin-left: calc(50% - 12.1875rem);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    width: 34.375rem;
}

.produc_detail_social_binder_wh {
    padding-top: 1.7375rem;
    height: 3.8rem;
}

.produc_detail_social_binder {
    height: 3.8rem;
    /*padding-top: 0.7rem !important;*/
}


.prod_det_img_bndr {
    transition: all 1200ms cubic-bezier(0.115, 0.905, 0.32, 1);
    -webkit-transition: all 1200ms cubic-bezier(0.115, 0.905, 0.32, 1);
    -moz-transition: all 1200ms cubic-bezier(0.115, 0.905, 0.32, 1);
    -o-transition: all 1200ms cubic-bezier(0.115, 0.905, 0.32, 1);
    height: 100vh;
    position: absolute;
    z-index: 11;
    width: 22rem;
    left: calc(50% - 11rem);
    top: 55%;
    text-align: center;
}



.prod_det_img_bndr_ac {
    top: 4.5rem !important;
}
.prod_det_img_bndr_ac_left {
    left: 21rem !important;

}
.prod_det_img_bndr_left {
    left: 18.6rem !important;

}

.prod_det_img_bndr_zoom {
    width: 18.5rem !important;
}

.slider_anim {
    background: none !important;
}

.pds {
    display: block;
    border: 1px solid rgba(255,255,255, 0.3);
    width: 2.2rem;
    height: 2.1rem;
    text-align: center;
    line-height: 1.5rem;

}

.pds svg {
    fill: #ffffff;
    width: 1.5rem;
}

.addTocart {
    cursor: pointer;
}
.addTocart svg {


    transition: all 600ms cubic-bezier(0.115, 0.905, 0.32, 1);
    -webkit-transition: all 600ms cubic-bezier(0.115, 0.905, 0.32, 1);
    -moz-transition: all 600ms cubic-bezier(0.115, 0.905, 0.32, 1);
    -o-transition: all 600ms cubic-bezier(0.115, 0.905, 0.32, 1);

}
.addTocart:hover > svg {

    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}



.addTocart a.btn_underline:before {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    bottom: -2px;
    left: 0;
    background-color: #000;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.addTocart:hover a.btn_underline:before {
    visibility: visible;
    width: 100%;
}

.produc_detail_social_binder .box_detail,.produc_detail_social_binder_wh .box_detail, .produc_detail_social_binder_2 .box_detail {
    display: block;
    border: 1px solid #283148;
    width: 2.2rem;
    height: 2.3rem;
    float: left;
    margin-left: 1.5625rem;
    text-align: center;

    transition: all 1200ms cubic-bezier(0.115, 0.905, 0.32, 1);
    -webkit-transition: all 1200ms cubic-bezier(0.115, 0.905, 0.32, 1);
    -moz-transition: all 1200ms cubic-bezier(0.115, 0.905, 0.32, 1);
    -o-transition: all 1200ms cubic-bezier(0.115, 0.905, 0.32, 1);

}

.produc_detail_social_binder .box_detail:hover {
    background: #283148;
}

.produc_detail_social_binder .box_detail:hover svg {
    fill: #fff;
}
.produc_detail_social_binder .box_detail svg, .produc_detail_social_binder_wh .box_detail svg, .produc_detail_social_binder_2 .box_detail svg {
    fill: #283148;
    width: 80%;
}

.produc_detail_social_binder_wh .box_detail {
    border: 1px solid #ffffff;
}
.produc_detail_social_binder_wh .box_detail svg {
    fill: #ffffff;
}

.share_text {
    height: 2.2rem;
    line-height: 2rem;
    text-transform: uppercase;
}


.recepties_binder {
    width: 90.875rem;
    margin-left: 21.875rem;
    height: calc(100vh - 17.5rem);
    background: #131415;
    margin-top: 12.5rem;
    position: relative;
}

 .glass {
    width: 20.875rem;
    left: 30.3rem;
    height: calc(100vh - 17.5rem);
    top: 24rem;
    position: absolute;
     z-index: 11;


}
 .glass img {
    width: 20rem;
}

div.glass img {
    width: 20rem;
}
.recepties_binder .img {
    position: absolute;
    bottom:  -1.25rem;
    left: 4.3125rem;

}
.recepties_binder .img img {
    width: 24.875rem;
}
.recepries_ul {
    list-style-type: square;
    color: #ffffff;
}
ul.recepries_ul li {
    padding-bottom: 0.8rem;
}
.abrakadabraka {
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.img_detail_binder_left {

    margin-left: 42.75rem;
}

.product_desc_title {
    margin-top: 9.375rem;
}

.product_desc_text {
    margin: 1.875rem auto;
    width: 50%;
}

.product_desc_text_mob {
    margin: 1.875rem auto;
    width: 90%;
}

.products_menu,.products_menu_detail {
    padding:0;
    margin: 0 5.5rem;
    width: 1.0625rem;
    height: calc(100vh - 27.5rem);

}

.removeItem {
    cursor: pointer;
}

.shop_menu {
    padding:0;
    margin: 0 2rem;
    width: 1.0625rem;
    height: 23.1875rem;
}

.shop_menu_new {
    height: 39rem !important;
}

.product_menu_detail {
    height: 30.6875rem;
}

.flex-item a {
    text-decoration: none;
}
.product_detail_title_binder {
    width: 100%;
    height: 100%;
}
.products_menu .active {
    color:  #ffffff;
}
.shop_menu .active {
    color: rgba(40,49,72, 1);
}
.products_menu_detail .active {
    color: rgba(40,49,72, 1);
}
.products_menu_ .active {
    color:  #ffffff;
}
.product_menu_cat {
    height: 25%;
    font-family: 'MonumentExtendedReg';
    color: #ffffff;
    position: relative;


}

.product_menu_cat span {

    writing-mode: vertical-lr;
    transform: rotate(180deg);
    width: 100%;
    height: 100%;




    /*    white-space:nowrap;*/

}
.product_menu_cat:last-child span {
    width: 100%;
    height: 100%;
    writing-mode: vertical-lr;
    transform: rotate(180deg);

    /*    white-space:nowrap;*/

}


#wha-anim {
    margin-top: 5.75rem;
    padding-left: 6.25rem
}

.vertical_menu, .vertical_menu_active  {
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    color: #ffffff;

    cursor: pointer;
}

.vertical_menu_detail_white {
    writing-mode: vertical-lr;

    color: #ffffff;

    cursor: pointer;
}

.vertical_menu {
    color: rgba(255,255,255, 0.3);
}
.vertical_menu_shop {
    color: rgba(40,49,76, 0.6);
}

.vertical_menu_detail, .vertical_menu_detail_active  {
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    color: rgba(40,49,72, 0.6);
    font-family: 'MonumentExtendedReg';
    cursor: pointer;
}



.flex-container {
    -webkit-align-content: space-between;
    align-content: space-between;
    height: 100%;
    margin: 0;
    list-style: none;
    float: left;
    flex-flow: row wrap;
    display: flex;
    display: -moz-box;

}



.space-between {
    -webkit-align-content: space-between;
    align-content: space-between;
}




.full_width_t_r   {
    position: relative;
    display: block;
    border: 0.0625rem solid rgba(255,255,255, 0.3);
    width: 9.375rem;
    height: 3.375rem;
    cursor: pointer;
    text-align: center;
}

.full_width_t_r > .btn_arrow {
    display: block;
    float: left;
    z-index: 1;
    width: 3.125rem;
    height: 3.375rem;
}

.full_width_t_r > .btn_title{
    text-transform: uppercase;
    display: block;
    height: 1.75rem;
    line-height: 1.5rem;
    float: left;
    background: #0C0C0D;
    position: absolute;
    right: -1px;
    color: #ffffff;
    top: 0.75rem
}

.full_width_t_r a.btn_underline:before {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    bottom: -2px;
    right: 0;
    background-color: #fff;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.full_width_t_r:hover a.btn_underline:before {
    visibility: visible;
    width: 100%;
}
.full_width_t_r > .btn_arrow > img {
    transition: all 1200ms cubic-bezier(0.115, 0.905, 0.32, 1);
    -webkit-transition: all 1200ms cubic-bezier(0.115, 0.905, 0.32, 1);
    -moz-transition: all 1200ms cubic-bezier(0.115, 0.905, 0.32, 1);
    -o-transition: all 1200ms cubic-bezier(0.115, 0.905, 0.32, 1);

}

.full_width_t_r:hover img {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}




.own_btn_d {
    display: inline-block;
    cursor: pointer;
}

.own_btn_d > .btn_arrow {
    display: block;
    border: 0.0625rem solid rgba(0,0,0, 0.3);
    width: 3.125rem;
    height: 3.75rem;
    float: left;
    z-index: 1;
    text-align: center;


}

.own_btn_d > .btn_arrow img {
    transition: all 1200ms cubic-bezier(0.115, 0.905, 0.32, 1);
    -webkit-transition: all 1200ms cubic-bezier(0.115, 0.905, 0.32, 1);
    -moz-transition: all 1200ms cubic-bezier(0.115, 0.905, 0.32, 1);
    -o-transition: all 1200ms cubic-bezier(0.115, 0.905, 0.32, 1);
}

.own_btn_d:hover img{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}


.own_btn_d > .btn_title{
    text-transform: uppercase;
    margin-top: 1rem ;
    display: block;
    height: 1.8125rem;
    line-height: 1.8125rem;
    float: left;
    font-size: 0.625rem;
    margin-left: -1px;
    background: #ffffff;
  /*  padding-left: 1.5625rem;*/
}

.own_btn_d a.btn_underline:before {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    bottom: -2px;
    left: 0;
    background-color: #000;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.own_btn_d:hover a.btn_underline:before {
    visibility: visible;
    width: 100%;
}

.own_btn_left {
    display: table;
}

.own_btn_left > .btn_arrow {
    display: table-cell;
    border: 0.0625rem solid rgba(0,0,0, 0.3);
    text-align: center;
    vertical-align: middle;
    width: 3.125rem;
    height: 3.75rem;
    z-index: 1;
}
.own_btn_left > .btn_arrow img {
    width: 0.75rem;
    transform: rotate(180deg);
    margin-top: -0.25rem;
}
.own_btn_left > .btn_title_binder{
    display: table-cell;
    vertical-align: middle;
    height: 3.75rem;
    text-transform: uppercase;
    font-size: 0.625rem;
}
.own_btn_left > .btn_title_binder > .btn_title {
    text-transform: uppercase;
    display: block;
    height: 1.875rem;
    line-height: 1.875rem;
    float: left;
    font-size: 0.625rem;
    margin-left: -1px;
    background: #ffffff;

}



.own_btn_bck_left {
    display: table;
    cursor: pointer;
}

.own_btn_bck_left > .btn_arrow {
    display: table-cell;
    border: 0.0625rem solid rgba(255, 255, 255, 0.3);
    text-align: center;
    vertical-align: middle;
    width: 3.125rem;
    height: 3.75rem;
    z-index: 1;
}
.own_btn_bck_left > .btn_arrow img {
    width: 0.75rem;
    transform: rotate(180deg);
    margin-top: -0.25rem;
}
.own_btn_bck_left > .btn_title_binder{
    display: table-cell;
    vertical-align: middle;
    height: 3.75rem;
    text-transform: uppercase;
    font-size: 0.625rem;
}
.own_btn_bck_left > .btn_title_binder > .btn_title {
    text-transform: uppercase;
    display: block;
    height: 1.875rem;
    line-height: 1.875rem;
    float: left;
    font-size: 0.625rem;
    margin-left: -1px;
    background: #0C0C0D;
    color: #ffffff;

}


.own_btn_bck_left a.btn_underline:before {
    content: "";
    position: absolute;
    width: 0;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #fff;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}
.own_btn_bck_left:hover a.btn_underline:hover {
    color: #FFFFFF;
}
.own_btn_bck_left:hover a.btn_underline:before {
    visibility: visible;
    width: 100%;
}
.own_btn_bck_left > .btn_arrow > img {
    transition: all 1200ms cubic-bezier(0.115, 0.905, 0.32, 1);
    -webkit-transition: all 1200ms cubic-bezier(0.115, 0.905, 0.32, 1);
    -moz-transition: all 1200ms cubic-bezier(0.115, 0.905, 0.32, 1);
    -o-transition: all 1200ms cubic-bezier(0.115, 0.905, 0.32, 1);

}

.own_btn_bck_left:hover img {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}


.oe {
    width: 18rem;
}




.text span {
    display: block;
    overflow: hidden;
    transition: all 1200ms cubic-bezier(0.115, 0.905, 0.32, 1);
    -webkit-transition: all 1200ms cubic-bezier(0.115, 0.905, 0.32, 1);
    -moz-transition: all 1200ms cubic-bezier(0.115, 0.905, 0.32, 1);
    -o-transition: all 1200ms cubic-bezier(0.115, 0.905, 0.32, 1)
}

.text span span {
    will-change: transform, opacity;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    display: block;
    transition: all 1200ms cubic-bezier(0.115, 0.905, 0.32, 1);
    -webkit-transition: all 1200ms cubic-bezier(0.115, 0.905, 0.32, 1);
    -moz-transition: all 1200ms cubic-bezier(0.115, 0.905, 0.32, 1);
    -o-transition: all 1200ms cubic-bezier(0.115, 0.905, 0.32, 1)
}

.text .text-left span {
    display: block;
    transform: translateX(-150%) scale(2, 0.7);
    -moz-transform: translateX(-150%) scale(2, 0.7);
    -webkit-transform: translateX(-150%) scale(2, 0.7);
    -o-transform: translateX(-150%) scale(2, 0.7);
    -ms-transform: translateX(-150%) scale(2, 0.7)
}

.scale_shop .word {
    padding: 0 !important;
}

.scale_shop {
    margin-bottom: 0.5rem;
}