﻿/*Muse elements transitions*/
a,
p,
nav p,
nav .MenuItem,
nav .MenuItemWithSubMenu,
.SSSlideLink,
.PamphletNextButton,
.PamphletPrevButton,
.PamphletCloseButton,
.popup_element,
.SSPreviousButton,
.SSNextButton,
.popup_element > .clip_frame,
.Button > .clip_frame {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/*User elements transitions*/
.title-thumb,
.icon-promo-video,
.title-watch-video,
.btn-slider,
.icon-block-slider,
.icon-get-quote,
.item-product-title {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

/*Tabs*/
.AccordionPanelTab > p::after {
    content: "";
    font-family: "Ionicons";
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    color: #F3C217;
    position: absolute;
    right: 20px;
    transition: all 0.4s ease 0s;
}

/*Shop*/
.old-price,
.old-price-big {
    text-decoration: line-through;
}