footer .container::after,
footer .footer-links::after,
.grid.row50>.container::after {
    content: ' ';
    display: table;
    clear: both
}

.underlines::after {
    transition: width 0.5s ease;
    content: ' ';
    display: block;
    position: relative;
    width: 0;
    background: #ccc;
    margin: 2px auto -2px;
    height: 1px
}

.underlines:hover::after,
.underlines:focus::after {
    transition: width 0.5s ease;
    width: 100%
}

#newsletter_modal a {
    font-family: 'BarlowCondensed Light', sans-serif;
    font-weight: 300
}

.page-user-login #main-content p,
.page-user-login #main-content .description,
.page-user-register #main-content p,
.page-user-register #main-content .description,
.page-user-password #main-content p,
.page-user-password #main-content .description,
.destini-close {
    font-family: 'BarlowCondensed Regular', sans-serif;
    font-weight: 400
}

.page-user-login #main-content input[type='submit'],
.page-user-register #main-content input[type='submit'],
.page-user-password #main-content input[type='submit'],
.btn {
    font-family: 'BarlowCondensed Medium', cursive;
    font-weight: normal
}

footer .footer-links>li a {
    font-family: 'BarlowCondensed SemiBold', sans-serif;
    font-weight: 700
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        -ms-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@font-face {
    font-family: "BarlowCondensed Regular";
    src: url("Fonts/BarlowCondensed-Regular.woff2") format("woff2"), url("Fonts/BarlowCondensed-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal
}

footer {
    background: #000;
    padding: 0;
    position: relative
}

footer .container {
    padding: 30px 0
}

footer .copyright {
    color: #ccc;
    font-size: 15px;
    margin: 20px auto 0 auto;
    letter-spacing: .2px;
    max-width: 600px;
}

footer .footer-links {
    margin: 0 auto;
    text-align: center
}

footer .footer-links>li {
    list-style: none;
    display: inline-block;
    margin-right: 24px
}

footer .footer-links>li a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 20px;
    color: #fff
}

.footer-logos {
    display: block;
    margin: 10px auto 20px
}

.footer-logos a {
    text-decoration: none;
    margin: 0 10px
}

.footer-logos a:hover img,
.footer-logos a:focus img {
    -webkit-filter: brightness(1.3) drop-shadow(0 0 20px #fff);
    filter: brightness(1.3) drop-shadow(0 0 20px #fff);
    -ms-filter: 'progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=7, Color="$color")';
    filter: 'progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=7, Color="$color")'
}

.footer-logos img {
    width: 55px
}

@media (min-width: 981px) and (max-width: 1024px) {
    footer .footer-links {
        padding-right: 20px
    }
}

@media (max-width: 980px) {
    footer .footer-links {
        padding-right: 20px
    }
}

@media (max-width: 767px) {
    footer {
        padding: 20px 0
    }
    footer .container {
        padding: 0
    }
    footer .footer-links {
        float: none;
        padding: 0
    }
    footer .footer-links>li {
        display: block;
        width: 100%;
        margin: 0 auto 10px;
        padding: 0
    }
    footer .footer-logo-container {
        margin-top: 20px;
        position: relative
    }
    footer .footer-logo-container::before {
        content: ' ';
        border-top: 1px solid #232323;
        display: block;
        position: absolute;
        top: -10px;
        width: 92%;
        left: 3%
    }
    footer .footer-logo-container .footer-logos {
        margin: 0 auto;
        padding: 0
    }
    footer .footer-logo-container .footer-logos img {
        width: 90px
    }
    .footer-logos .fritolay {
        margin: 0;
        float: left;
        position: relative;
        top: -13px;
        right: -20px
    }
}

@media all and (max-width: 370px) {
    .footer-logos .fritolay {
        top: 0;
        right: 0
    }
}

.grid.row50>.container>* {
    width: 46%;
    float: left
}

.grid.row50>.container>*:first-child {
    margin-right: 4%
}

.search-active .top-header-container .to-search,
.search-active .top-header-container .to-search-collapsed {
    position: relative
}

.search-active .top-header-container .to-search .to-open-close-search,
.search-active .top-header-container .to-search-collapsed .to-open-close-search {
    width: 0;
    float: left;
    padding: 0
}

.search-active .top-header-container .to-search input,
.search-active .top-header-container .to-search-collapsed input {
    width: 136px;
    padding: 5px 7px;
    opacity: 1
}

/*.search-active .top-header-container .to-search::after,
.search-active .top-header-container .to-search-collapsed::after {
    transition: opacity 0.3s ease;
    content: ' ';
    background: url("../../images/default-source/main/enter-icon-search.png") no-repeat 0 0;
    background-size: contain;
    width: 16px;
    height: 16px;
    top: 7px;
    right: 22px;
    position: absolute;
    opacity: 0
}

.search-active .top-header-container .to-search.filled::after,
.search-active .top-header-container .to-search-collapsed.filled::after {
    opacity: .6
}


*/

.sfsearchBox::after, .sfsearchBox::after {
    transition: opacity 0.3s ease;
    content: ' ';
    background: url(../../images/default-source/main/enter-icon-search.png) no-repeat 0 0;
    background-size: contain;
    width: 16px;
    height: 16px;
    top: 7px;
    right: 22px;
    position: absolute;
    opacity: 0;
}

.sfsearchBox.filled::after, .sfsearchBox.filled::after {
    opacity: .6;
}

.search-active .top-header-container .to-search input {
    margin-left: 20px
}

.search-active .top-header-container .to-search-collapsed {
    text-align: left;
    width: 93%;
    max-width: 390px
}

.search-active .top-header-container .to-search-collapsed .to-open-close-search {
    display: none
}

.search-active .top-header-container .to-search-collapsed input {
    display: block;
    position: static;
    visibility: visible;
    margin-left: 13px;
    height: 33px;
    width: 100%;
    margin-bottom: -9px
}
.search-active .top-header-container .menu-mobile-container .to-search-collapsed input{
margin-left:0;
}
.search-active .top-header-container .to-search-collapsed::after {
    top: 8px;
    right: -3px
}

.collapsed-header {
    display: none;
    overflow: hidden;
    box-shadow: 0 0 22px #222
}

.collapsed-header a {
    display: block;
    position: relative;
    background: #000;
    height: 30px
}

.collapsed-header a .menu-button {
    position: relative;
    margin-top: 5px;
    margin-bottom: 5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    margin: 0 auto;
    top: 15px
}

.collapsed-header a .menu-button,
.collapsed-header a .menu-button::before,
.collapsed-header a .menu-button::after {
    display: block;
    width: 20px;
    height: 2px;
    background-color: #fff;
    outline: 1px solid transparent;
    -webkit-transition-property: background-color, -webkit-transform;
    -moz-transition-property: background-color, -moz-transform;
    -o-transition-property: background-color, -o-transform;
    transition-property: background-color, transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s
}

.collapsed-header a .menu-button::before,
.collapsed-header a .menu-button::after {
    position: absolute;
    content: ''
}

.collapsed-header a .menu-button::before {
    top: -5px
}

.collapsed-header a .menu-button::after {
    top: 5px
}

.collapsed-header a:hover .menu-button::before,
.collapsed-header a:focus .menu-button::before {
    -webkit-transform: translateY(-7px) rotate(0deg);
    -moz-transform: translateY(-7px) rotate(0deg);
    -ms-transform: translateY(-7px) rotate(0deg);
    -o-transform: translateY(-7px) rotate(0deg);
    transform: translateX(-7px) rotate(0deg)
}

.collapsed-header a:hover .menu-button::after,
.collapsed-header a:focus .menu-button::after {
    -webkit-transform: translateY(-3px) rotate(0deg);
    -moz-transform: translateY(-3px) rotate(0deg);
    -ms-transform: translateY(-3px) rotate(0deg);
    -o-transform: translateY(-3px) rotate(0deg);
    transform: translateX(-3px) rotate(0deg)
}

@media (max-width: 1140px) {
    .has-hover .top-header-container .to-open-close-menu-mobile:hover i::before,
    .has-hover .top-header-container .to-open-close-menu-mobile:focus i::before {
        /*-webkit-transform: translateY(-7px) rotate(0deg);
        -moz-transform: translateY(-7px) rotate(0deg);
        -ms-transform: translateY(-7px) rotate(0deg);
        -o-transform: translateY(-7px) rotate(0deg);
        transform: translateX(-7px) rotate(0deg)*/
    }
    .has-hover .top-header-container .to-open-close-menu-mobile:hover i::after,
    .has-hover .top-header-container .to-open-close-menu-mobile:focus i::after {
        /*-webkit-transform: translateY(-3px) rotate(0deg);
        -moz-transform: translateY(-3px) rotate(0deg);
        -ms-transform: translateY(-3px) rotate(0deg);
        -o-transform: translateY(-3px) rotate(0deg);
        transform: translateX(-3px) rotate(0deg)*/
    }
    .menu-hover .top-header-container .menu-mobile-shadow {
        /*-webkit-transform: translate3d(100vw, 0, 0);
        transform: translate3d(100vw, 0, 0)*/
    }
    .menu-open .top-header-container .menu-mobile-container,
    .menu-open .top-header-container .menu-mobile-footer,
    .menu-open .top-header-container .to-search-collapsed {
        display: block
    }
    .menu-open .top-header-container .menu-mobile-shadow {
       /* -webkit-transform: translate3d(100vw, 0, 0);
        transform: translate3d(100vw, 0, 0) */
    }
    .menu-open .top-header-container .menu-mobile-shadow::before {
        background-color: #000;
        width: 105vw;
        height: 100vh
    }
    .menu-open .top-header-container .to-search-collapsed {
        animation-delay: 0s;
        animation-duration: 0.5s;
        animation-name: opacity;
        animation-fill-mode: forwards;
        animation-iteration-count: 1
    }
    .menu-open .top-header-container nav ul {
        display: block
    }
    .menu-open .top-header-container nav ul>li {
        animation-delay: 0s;
        animation-duration: 0.5s;
        animation-name: opacity;
        animation-fill-mode: forwards;
        animation-iteration-count: 1
    }
    .menu-open .top-header-container nav ul>li:nth-child(0) {
        animation-delay: 0s
    }
    .menu-open .top-header-container nav ul>li:nth-child(1) {
        animation-delay: 0.2s
    }
    .menu-open .top-header-container nav ul>li:nth-child(2) {
        animation-delay: 0.4s
    }
    .menu-open .top-header-container nav ul>li:nth-child(3) {
        animation-delay: 0.6s
    }
    .menu-open .top-header-container nav ul>li:nth-child(4) {
        animation-delay: 0.8s
    }
    .menu-open .top-header-container nav ul>li:nth-child(5) {
        animation-delay: 1s
    }
    .menu-open .top-header-container nav ul>li:nth-child(6) {
        animation-delay: 1.2s
    }
    .menu-open .top-header-container .menu-mobile-footer {
        animation-delay: 0.6s;
        animation-duration: 0.5s;
        animation-name: opacity;
        animation-fill-mode: forwards;
        animation-iteration-count: 1
    }
    .menu-open .top-header-container .to-open-close-menu-mobile i {
        background-color: transparent
    }
    .menu-open .top-header-container .to-open-close-menu-mobile i::before {
        -webkit-transform: translateY(12px) rotate(45deg);
        -moz-transform: translateY(12px) rotate(45deg);
        -ms-transform: translateY(12px) rotate(45deg);
        -o-transform: translateY(12px) rotate(45deg);
        transform: translateY(12px) rotate(45deg)
    }
    .menu-open .top-header-container .to-open-close-menu-mobile i::after {
        -webkit-transform: translateY(-12px) rotate(-45deg);
        -moz-transform: translateY(-12px) rotate(-45deg);
        -ms-transform: translateY(-12px) rotate(-45deg);
        -o-transform: translateY(-12px) rotate(-45deg);
        transform: translateY(-12px) rotate(-45deg)
    }
    .menu-open .top-header-container .to-open-close-menu-mobile:hover i,
    .menu-open .top-header-container .to-open-close-menu-mobile:focus i {
        background-color: transparent
    }
    .menu-open .top-header-container .to-open-close-menu-mobile:hover i::before,
    .menu-open .top-header-container .to-open-close-menu-mobile:focus i::before {
        -webkit-transform: translateY(12px) rotate(45deg);
        -moz-transform: translateY(12px) rotate(45deg);
        -ms-transform: translateY(12px) rotate(45deg);
        -o-transform: translateY(12px) rotate(45deg);
        transform: translateY(12px) rotate(45deg)
    }
    .menu-open .top-header-container .to-open-close-menu-mobile:hover i::after,
    .menu-open .top-header-container .to-open-close-menu-mobile:focus i::after {
        -webkit-transform: translateY(-12px) rotate(-45deg);
        -moz-transform: translateY(-12px) rotate(-45deg);
        -ms-transform: translateY(-12px) rotate(-45deg);
        -o-transform: translateY(-12px) rotate(-45deg);
        transform: translateY(-12px) rotate(-45deg)
    }
}

@-moz-keyframes opacity {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes opacity {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-o-keyframes opacity {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes opacity {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.page-user-login,
.page-user-register,
.page-user-password {
    text-align: center
}

.page-user-login #main-content,
.page-user-register #main-content,
.page-user-password #main-content {
    padding: 50px 0
}

.page-user-login #main-content label,
.page-user-register #main-content label,
.page-user-password #main-content label {
    display: block;
    font-size: 22px;
    margin-bottom: 5px
}

.page-user-login #main-content input[type='text'],
.page-user-login #main-content input[type='password'],
.page-user-login #main-content input[type='email'],
.page-user-register #main-content input[type='text'],
.page-user-register #main-content input[type='password'],
.page-user-register #main-content input[type='email'],
.page-user-password #main-content input[type='text'],
.page-user-password #main-content input[type='password'],
.page-user-password #main-content input[type='email'] {
    width: 200px;
    padding: 5px
}

.page-user-login #main-content input[type='submit'],
.page-user-register #main-content input[type='submit'],
.page-user-password #main-content input[type='submit'] {
    transition: all 0.5s ease;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    line-height: 1.2;
    padding: 9px 22px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    background: url("../../images/default-source/main/buttons_red.png") no-repeat center center;
    background-size: cover;
    margin-top: 20px
}

.page-user-login #main-content input[type='submit']:hover,
.page-user-login #main-content input[type='submit']:focus,
.page-user-register #main-content input[type='submit']:hover,
.page-user-register #main-content input[type='submit']:focus,
.page-user-password #main-content input[type='submit']:hover,
.page-user-password #main-content input[type='submit']:focus {
    -webkit-filter: brightness(1.3) drop-shadow(0 0 20px #ed1f24);
    filter: brightness(1.3) drop-shadow(0 0 20px #ed1f24);
    -ms-filter: 'progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=7, Color="$color")';
    filter: 'progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=7, Color="$color")'
}

.page-user-login #main-content p,
.page-user-login #main-content .description,
.page-user-register #main-content p,
.page-user-register #main-content .description,
.page-user-password #main-content p,
.page-user-password #main-content .description {
    color: #f0f0f0;
    font-size: 14px;
    margin: 5px auto 10px
}

.page-user-login .layout-container,
.page-user-register .layout-container,
.page-user-password .layout-container {
    padding-bottom: 50px
}

.page-user-login .layout-container>header,
.page-user-register .layout-container>header,
.page-user-password .layout-container>header {
    display: none
}

.page-user-login h1,
.page-user-register h1,
.page-user-password h1 {
    color: #ed1f24;
    font-size: 70px
}

.page-user-login div[id*='-local-tasks'],
.page-user-register div[id*='-local-tasks'],
.page-user-password div[id*='-local-tasks'] {
    margin: 10px 0 30px
}

.page-user-login div[id*='-local-tasks'] li,
.page-user-register div[id*='-local-tasks'] li,
.page-user-password div[id*='-local-tasks'] li {
    display: inline-block;
    margin: 0 10px
}

.page-user-login div[id*='-local-tasks'] li a,
.page-user-register div[id*='-local-tasks'] li a,
.page-user-password div[id*='-local-tasks'] li a {
    color: #fff
}

.page-user-login .form-item,
.page-user-register .form-item,
.page-user-password .form-item {
    margin-bottom: 15px
}

.page-user-login #edit-actions,
.page-user-register #edit-actions,
.page-user-password #edit-actions {
    padding-bottom: 80px
}

.btn {
    transition: all 0.5s ease;
    color: #fff !important;
    display: inline-block;
    font-size: 26px;
    line-height: 1.2;
    padding: 11px 30px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    background: url("../../images/default-source/main/buttons_red.png") no-repeat center center;
    background-size: cover
}

.btn.btn-main {
    color: #fff
}

.btn.btn-main:hover,
.btn.btn-main:focus {
    -webkit-filter: brightness(1.3) drop-shadow(0 0 20px #ed1f24);
    filter: brightness(1.3) drop-shadow(0 0 20px #ed1f24);
    -ms-filter: 'progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=7, Color="$color")';
    filter: 'progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=7, Color="$color")'
}

.btn.btn-black {
    background: url("../../images/default-source/main/buttons_black.png") no-repeat center center
}

.btn.btn-black:hover,
.btn.btn-black:focus {
    -webkit-filter: brightness(1.3) drop-shadow(0 0 20px #000);
    filter: brightness(1.3) drop-shadow(0 0 20px #000);
    -ms-filter: 'progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=7, Color="$color")';
    filter: 'progid:DXImageTransform.Microsoft.Dropshadow(OffX=0, OffY=7, Color="$color")'
}

.view-more-button {
    margin-top: 20px
}

#newsletter_modal {
    position: absolute;
    top: 5%;
    left: 15%;
    width: 70%;
    height: 90%;
    z-index: 1000;
    display: none
}

#newsletter_modal iframe {
    width: 100%;
    height: 100%
}

#newsletter_modal a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    color: #8f8f8f;
    cursor: pointer;
    font-size: 60px;
    height: 42px;
    line-height: 36px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 6px;
    width: 42px;
    z-index: 99999999;
    text-decoration: none
}

#newsletter_modal a:hover {
    color: #f30006
}

@media (max-width: 767px) {
    #newsletter_modal {
        width: 90%;
        left: 5%;
        height: auto
    }
}

.no-results-message {
    margin: 20px 0 100px;
    font-size: 40px
}

.social-footer {
    text-align: center
}

.social-footer .footer-message {
    color: #000;
    font-size: 25px
}

.social-icons {
    margin-top: 22px
}

.social-icons li {
    display: inline-block;
    margin-right: 20px
}

.social-icons li:last-child {
    margin-right: 0
}

.social-icons a {
    max-width: 100%;
    background-size: 100%;
   /* background-image: url("../../images/default-source/main/sprite-icons.png");*/
    display: inline-block;
    /*margin-right: 20px;*/
    padding: 5px 8px;
}
.social-icons img{
    height: 20px;
}

.footerSection.social-icons a {
   
 background-image: url("../../images/default-source/main/sprite-icons.png");
 margin-right: 20px;
 text-indent: -9999px;
   
}

.social-icons.social-icons-desktop a{
  /*  background-image: url("../../images/default-source/main/sprite-icons-white.png");}*/

}
.social-icons a:last-child {
    margin-right: 0
}

.footerSection.social-icons a:hover,
.footerSection.social-icons a:focus {
    animation-delay: 0s;
    animation-duration: 0.5s;
    animation-name: hoverIcon;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}

.social-icons .facebook {
    background-position: 0 0;
    padding: 5px 12px 3px;
}

.social-icons .instagram {
    background-position: 0 20%;
    padding: 5px 4px 3px;
}

.social-icons .snapchat {
    background-position: 0 50%
}

.social-icons .twitter {
    background-position: 0 75%
}

.social-icons .youtube {
    background-position: 0 80%;
    width: 39px;
    height: 33px;
    position: relative;
    top: 0px
}

.social-icons .TikTok {
    background-position: 0 100%;
    width: 39px;
    height: 33px;
    position: relative;
    top: 0px
}


.footerSection.social-icons a
{
    height: 32px;
    width: 32px;
}

@media (max-width: 767px) {
    .social-footer {
        margin-top: -38px;
        padding-bottom: 35px;
        padding-top: 30px;
        background: #fff
    }
}

@media all and (max-width: 335px) {
    .social-icons a {
        margin-right: 15px
    }
}

@-moz-keyframes hoverIcon {
    0% {
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
        opacity: 0
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@-webkit-keyframes hoverIcon {
    0% {
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
        opacity: 0
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@-o-keyframes hoverIcon {
    0% {
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
        opacity: 0
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes hoverIcon {
    0% {
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
        opacity: 0
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

#destini {
    display: none;
    position: fixed;
    top: 5vh;
    left: 10vw;
    width: 80vw;
    height: 90vh;
    z-index: 999999;
    background: #fff
}

#destini iframe {
    width: 100%;
    height: 100%
}

.destini-close {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    color: #fff;
    cursor: pointer;
    font-size: 60px;
    height: 42px;
    line-height: 36px;
    position: absolute;
    top: -36px;
    right: -34px;
    text-align: center;
    width: 42px;
    z-index: 99999999
}

.destini-close:hover {
    color: #f30006
}

.to-buy-now {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease
}

body.modal header,
body.modal main,
body.modal footer {
    -webkit-filter: blur(15px);
    filter: blur(15px);
    -ms-filter: progid: DXImageTransform.Microsoft.Blur(PixelRadius='15');
    filter: progid: DXImageTransform.Microsoft.Blur(PixelRadius='15')
}

body.modal::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: block;
    z-index: 999;
    background: rgba(243, 0, 6, 0.5)
}

@media (max-width: 767px) {
    #destini {
        height: auto;
        left: 5vw;
        position: absolute;
        width: 90vw
    }
    #destini iframe {
        height: 200vh
    }
    .destini-close {
        top: -37px;
        right: -18px
    }
}

.just-print {
    display: none !important
}

@media print {
    .just-print {
        display: block !important
    }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .thumbnails .thumbnail>div:hover,
    .thumbnails .thumbnail>div:focus,
    .footer-logos a:hover,
    .footer-logos a:focus,
    .top-header-container .logo img:hover,
    .top-header-container .logo img:focus,
    .btn.btn-main:hover,
    .btn.btn-main:focus,
    .btn.btn-black:hover,
    .btn.btn-black:focus {
        animation-delay: 0s;
        animation-duration: 0.5s;
        animation-name: zooming;
        animation-fill-mode: forwards;
        animation-iteration-count: 1
    }
}

@-moz-keyframes zooming {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes zooming {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-o-keyframes zooming {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes zooming {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

/*Social Icon*/
.social-icons.social-icons-desktop img {height: 20px;}
.social-icons-desktop .facebook:hover {
    -webkit-transition: all 0.5s ease;
    background: url(/images/default-source/default-album/social_bg.png) no-repeat center top;
    background-size: cover;
}
.social-icons-desktop .instagram:hover {
     -webkit-transition: all 0.5s ease;
     background: url(/images/default-source/default-album/social_bg.png) no-repeat center top;
     background-size: cover;
}
.social-icons-desktop .youtube:hover {
    -webkit-transition: all 0.5s ease;
    background: url(/images/default-source/default-album/social_bg.png) no-repeat center top;
    background-size: cover;
}
.social-icons-desktop .tiktok:hover {
    -webkit-transition: all 0.5s ease;
    background: url(/images/default-source/default-album/social_bg.png) no-repeat center top;
    background-size: cover;
}
.menu-mobile-footer .social-icons .facebook:hover {
    -webkit-transition: all 0.5s ease;
    background: url(/images/default-source/default-album/social_bg.png) no-repeat center top;
    background-size: cover;
}
.menu-mobile-footer .social-icons .instagram:hover {
     -webkit-transition: all 0.5s ease;
     background: url(/images/default-source/default-album/social_bg.png) no-repeat center top;
     background-size: cover;
}
.menu-mobile-footer .social-icons .youtube:hover {
    -webkit-transition: all 0.5s ease;
    background: url(/images/default-source/default-album/social_bg.png) no-repeat center top;
    background-size: cover;
}
.menu-mobile-footer .social-icons .tiktok:hover {
    -webkit-transition: all 0.5s ease;
    background: url(/images/default-source/default-album/social_bg.png) no-repeat center top;
    background-size: cover;
}