/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/poppins/pxiEyp8kv8JHgFVrJJbecmNE.woff2") format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FF;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/poppins/pxiEyp8kv8JHgFVrJJnecmNE.woff2") format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/poppins/pxiEyp8kv8JHgFVrJJfecg.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/poppins/pxiByp8kv8JHgFVrLCz7Z11lFc-K.woff2") format('woff2');
  unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FF;
}
/* latin-ext */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/poppins/pxiByp8kv8JHgFVrLCz7Z1JlFc-K.woff2") format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/poppins/pxiByp8kv8JHgFVrLCz7Z1xlFQ.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


@font-face {
    font-family: "fl-outicons";
    src: url("../fonts/outicons/fl-outicons.eot");
    src: url("../fonts/outicons/fl-outicons.eot#iefix") format("embedded-opentype"),url("../fonts/outicons/fl-outicons.woff") format("woff"),url("../fonts/outicons/fl-outicons.ttf") format("truetype"),url("../fonts/outicons/fl-outicons.svg") format("svg");
    font-weight: 400;
    font-style: normal
}

.top-container, .logo, .navigation, .footer .block.newsletter, .footer .block.newsletter .field, .footer .block.newsletter .actions, .page-main, .breadcrumbs {
	max-width: unset !important;
}

.breadcrumbs .item:not(:last-child):after {
	line-height: unset;
}

.columns .column.main {
	padding-bottom: 0;
}

/* SCROLLBAR */

::-webkit-scrollbar {
    width: 10px
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 15px rgba(0,0,0,.3);
    -webkit-border-radius: 10px;
    border-radius: 10px
}

::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(202,10,41,.8);
    -webkit-box-shadow: inset 0 0 15px rgba(202,10,41,.5)
}

::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(202,10,41,.3)
}

html,body {
    height: 100%;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	width: 100%;
	font-weight: 700;
}

.h1, h1 {
	text-transform: uppercase;
}

a:link, a:visited {
	color: #000;
}

button.action {
    background-color: #00909e;
    color: #fff;
    font-weight: 600;
    padding: 10px 15px;
    display: inline-block;
    backface-visibility: hidden;
    transform: translateZ(0);
    text-transform: uppercase;
    letter-spacing: .04em;
    font-size: 14px !important;
    border-radius: 3px;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    min-width: 300px;
    max-width: 480px
}

.text-red {
	color: #C32945;
}

@media (min-width: 768px) {
    .container {
        max-width:750px !important
    }
}

@media (min-width: 992px) {
    .container {
        max-width:970px !important
    }
	
	.page-header__content {
		position: relative;
	}
}

@media (min-width: 1200px) {
    .container {
        max-width:1180px !important
    }
}

@media (min-width: 1400px) {
    .container {
        max-width:1290px !important
    }
}

@media (min-width: 1800px) {
    .container {
        max-width:1800px !important
    }
}

a {
	color: #212529;
    transition: .3s ease;
}

a:hover {
	color: #C32945;
}


/* HEADER */
.panel.wrapper {
	line-height: 22px;
    padding: 13px 0;
    background: #C32945;
    color: #FFF;
}

.page-header .header.panel {
	padding: 0;
}

.header.links li a {
	color: #FFF !important;
}

.page-header__content .top-container {
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (min-width: 991px) {
	.top-container, .page-main {
		padding: 0;
	}
}

.page-header__content .page-header__content-left, .page-header__content .page-header__content-right {
    width: 320px;
}

@media (max-width: 991px) {
	.page-header__content .page-header__content-left {
		width: 50%;
	}
	.page-header__content .page-header__content-right {
		width: 0;
	}
	
	.page-header__content-logo .field.search {
		display: flex;
	}
	
	.block-search .control {
		border: 0;
	}
	.block-search label {
		position: absolute;
		right: -18px;
		top: 20px;
	}
	.block-search input {
		position: static;
		border: 1px solid #000;
		padding-left: 5px !important;
	}
	
	.block-search input::placeholder {
		content: 'hello' !important;
	}
}

.page-header__content .page-header__content-right {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 3px;
}

.page-header__content .page-header__content-logo {
    margin: 0 30px;
    flex: 1 1 auto;
    text-align: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.logo {
	margin: 0;
}

.flag-icon {
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    width: 1.33333333em;
    line-height: 1em
}

.flag-icon:before {
    content: "\00a0"
}

.flag-icon-us {
    background-image: url(../images/flags/us.svg)
}

.flag-icon-eu {
    background-image: url(../images/flags/eu.svg)
}

.flag-icon-gb {
    background-image: url(../images/flags/gb.svg)
}

.dropdown-menu {
    width: auto;
    max-width: 500px;
    min-width: 100px;
    border: 1px solid #efefef
}

.language a:link {
	color: #FFF;
}

.language .dropdown-menu a:link {
	color: #010100;
}

/* SEARCH */
.block-search #search_mini_form {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

#search_mini_form {
    position: relative;
}

#search_mini_form .control {
	padding: 0;
}

.block-search #search_mini_form input {
    font-size: 14px;
    line-height: 17px;
    padding: 13px 20px 13px 40px
}

@media (min-width: 1200px) {
    .block-search #search_mini_form input {
        min-width:370px
    }
}

@media (min-width: 1400px) {
    .block-search #search_mini_form input {
        min-width:400px
    }
}

.block-search #search_mini_form button[type=submit] {
    line-height: inherit;
    background-color: #C32945;
    color: #fff;
    font-size: 20px;
    line-height: 21px;
    font-weight: 700;
    padding: 11px 13px 12px;
    color: #fff;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.block-search #search_mini_form button[type=submit]:before {
    content: "\e032";
    display: inline-block;
    font-family: "fl-outicons";
    font-weight: 400;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0,0);
	color: #FFF;
}

.block-search #search_mini_form button[type=submit]:hover {
    background: #f2462e;
    color: #fff
}

.block-search #search_mini_form button[type=submit] span {
    display: none
}

.block-search {
	width: unset;
	padding: 0;
}

.block-search .nested {
    display: none;
}

.block-search .action.search {
	position: relative;
	right: unset;
	opacity: 1 !important;
}

.greet {
	font-size: 13px;
}


/* MINICART */
.minicart-wrapper {
    position: relative;
    float: right;
    margin-left: 20px;
}

.minicart-wrapper .action.showcart {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
    padding-bottom: 9px;
	height: 56px;
    padding-right: 10px;
}

.minicart-wrapper .action.showcart:before {
	content: unset;
}

.minicart-wrapper .action.showcart .text:before, .minicart-wrapper .action.showcart .text:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 30px;
    line-height: 33px;
    transition: .3s transform ease;
    text-align: left;
    transform-origin: 16px center;
}

.minicart-wrapper .action.showcart .text {
    font-family: "Nucleo Mini";
    position: relative;
    width: 41px;
    height: 33px;
    padding-right: 16px;
    color: #010100;
}

.minicart-wrapper .action.showcart .text:before {
    content: '\e04f';
    transform: rotate(0deg) scale(1);
    font-family: "fl-outicons";
    opacity: 1;
    visibility: visible;
}

.minicart-wrapper .action.showcart .text:after {
    content: '\ea5c';
    transform: rotate(-90deg) scale(0);
    opacity: 0;
    visibility: hidden;
}

.minicart-wrapper .action.showcart .qty {
    top: 20px;
    left: 25px;
    position: absolute;
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    width: 26px;
    height: 26px !important;
	padding: unset !important;
    margin-top: -17px !important;
    border-radius: 26px !important;
    background: #C32945 !important;
    text-align: center;
}

/* NAVIGATION */
.panel.wrapper ul li {
	margin-bottom: 0px;
}

.page-header__content .page-header__content-menu {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 22px;
    border-top: 1px solid #f5f5f5;
    border-bottom: 3px solid #f5f5f5;
}

.navbar {
	padding-left: 0px;
}

.nav-link {
	color: #010100;
	text-transform: uppercase;
	padding: 5px 15px 4px;
	font-weight: 700;
}

.dropdown:hover .dropdown-menu {
	max-height: 500px;
    opacity: 1;
    padding-top: 1rem;
    padding-bottom: 1rem;
	display: block;
	position: absolute;
}

@media (min-width: 992px) {
	.page-header__content {
		padding: 27px 0 20px;
	}
	
	.navbar .nav-item:first-of-type:not(.dropdown) a {
		padding-left: 0px;
	}
}
@media (max-width: 991px) {
	.page-header__content-menu {
		position: absolute;
		z-index: 100;
		width: 100%;
	}
	.page-header {
		border: 0;
		margin-bottom: 0px;
	}
    .panel.wrapper {
		height: 75px;
	}
	
	.panel.wrapper .navbar-nav {
		position: absolute;
		top: 30px;
		right: 75px;
	}
	
	.panel.wrapper .navbar-nav li {
		background-color: unset;
	}
	.greet {
        display:none;
    }
	
	.page-header__content-menu {
		flex-wrap: wrap;
		border: 0 !important;
		margin: 0 !important;
	}
	
	.page-header__content .container {
		margin: 0px;
	}
	
	.navbar-toggler {
		position: absolute;
		top: 15px;
		left: 15px;
	}
	
	.minicart-wrapper {
		position: absolute !important;
		top: 0;
	}
	
	.minicart-wrapper .action.showcart.active {
		display: none;
	}
	
	nav.navbar{
        padding: 0;
        background-color: #eee !important;
		width: 100%;
    }
    .navbar-main {
        width: 100%;
        padding: 0;
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background-color: #f5f5f5 !important;
    }
	
	.nav-item {
		width: 100%;
		background-color: #eee;
	}
	
	.w3-animate-right {
        position: relative;
        animation: animateleft 0.4s;
    }
    @keyframes animateleft {
        from{
            left: -300px;
            opacity: 0
        } to {
            left: 0;
            opacity: 1
        }
    }
	
	.show-mobile {
        display: block;
    }
	
	.dropdown-toggle::after {
		border: 0;
	}
	
	.dropdown-menu {
        border: 0;
        background-color: #eee;
		width: 100%;
		margin: 0;
    }
    .dropdown-menu li {
        margin-left: -15px;
        margin-right: -15px;
    }
    .dropdown-item {
        border-bottom: 1px solid #dcdcdc;
        color: #887E76;
        white-space: pre-wrap;
        padding-left: 20px;
    }
}


/* CAROUSEL */
.carousel ol li {
	display: inline-block;
    position: relative;
    height: 17px;
    width: 17px;
    border-radius: 50%;
    border: 4px solid;
    background: 0 0;
    border-color: rgba(255,255,255,.3);
    margin: 0 10px;
    transition: .2s;
}

.carousel ol li:before {
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #000;
}

.carousel ol li.active:before {
	background: #C32945;
}


/* BANNERS */
.banner-swing:hover img {
	transform-origin: center center;
    animation-name: bann-swing;
    animation-duration: .75s;
    opacity: .75;
    transition: .2s;
}

.rubber-band:hover img {
	transform-origin: center center;
    animation-name: rubberBand;
    animation-duration: .75s;
    opacity: .75;
    transition: .2s;
}


/* FOOTER */
.page-footer .row {
	border-bottom: 1px solid #aeaeae;
	padding-bottom: 50px;
}

.page-footer>.footer .subscribe-box {
    margin-bottom: 55px;
}

.footer.content {
	border-top: none;
	margin-top: 0px;
	padding-top: 0px;
}

@media (min-width: 992px) {
	.footer.content {
		padding: 0;
	}
}

.footer.content .block {
	float: none;
}

.footer .block.newsletter {
    margin-bottom: 30px;
	width: unset;
}

.footer .block.newsletter .content {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #C32945;
    padding: 20px;
	
}

@media (min-width: 1800px) {
	.footer .block.newsletter .content {
		padding: 37px 30px 30px 30px;
	}
}

.footer .block.newsletter .subscribe-text {
    margin-right: 20px;
}

.footer .block.newsletter h4 {
    color: #fff;
    font-size: 26px;
    margin-bottom: 5px;
}

.page-footer h4, .page-footer .newsletter .title {
    font-size: 16px;
    line-height: 24px;
    color: #010100;
    text-transform: uppercase;
    letter-spacing: .04em;
}

.footer .block.newsletter .content .label {
    font-size: 15px;
    color: #fff;
    margin: 0 0 8px;
    display: block;
	position: relative;
	width: unset;
	height: unset;
}

@media (min-width: 1800px) {
	.footer .block.newsletter .content .label {
		font-size: 18px;
	}
}

.footer .block.newsletter form {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex !important;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex: 1 1 auto;
	width: unset !important;
}

.footer .block.newsletter .field, .footer .block.newsletter .actions {
    margin-bottom: 8px;
}

.footer .block.newsletter .field {
    padding: 0;
    position: relative;
    -webkit-flex-basis: calc(100% - 130px);
    -ms-flex-preferred-size: calc(100% - 130px);
    flex-basis: calc(100% - 130px);
    max-width: calc(100% - 130px);
}

.input-text, input[type=text], input[type=email], input[type=password], input[type=number], textarea {
    display: block;
    width: 100%;
    padding: 13px 18px;
    font-size: inherit;
    min-height: 2em;
    vertical-align: baseline;
    background: #fff;
    border: 1px solid #f5f5f5;
	height: unset;
}

button, input[type=button] {
    transition: .3s all ease;
    background: 0 0;
    border: none;
    display: inline-block;
    color: inherit;
    margin: 0;
    padding: 0;
    outline: none;
    outline-offset: 0;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
    overflow: visible;
    cursor: pointer;
    -webkit-appearance: none;
}

.footer .block.newsletter .field input {
    background: #fff;
    border: 0;
    margin-bottom: 0;
    transition: margin-bottom .3s ease;
    padding: 13px 18px 12px 40px;
    color: #010100;
    line-height: 20px;
    font-weight: 100;
}

.field .control input {
    background: #fff;
    border-radius: 4px;
}

.footer .block.newsletter .actions {
    -webkit-flex-basis: 120px;
    -ms-flex-preferred-size: 120px;
    flex-basis: 120px;
    max-width: 120px;
    font-weight: 700;
    line-height: 20px;
}

.footer .block.newsletter #newsletter-error {
    position: absolute;
    left: 0;
    padding: 1px;
    font-size: 12px;
    line-height: 16px;
    text-align: left;
    background: #fff;
    margin-top: 1px;
    border-radius: 2px;
}

.footer .block.newsletter .actions .action {
    background: #f2462e;
	border: 1px solid #f2462e;
    color: #fff;
    padding: 14px 20px 11px;
}

.footer .block.newsletter .control::before {
    display: inline-block;
	font-size: 35px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    transform: translate(0px, 0px);
    position: absolute;
    height: 20px;
    line-height: 20px;
    top: 50%;
    margin-top: -10px;
    left: 5px;
    color: rgb(214, 86, 68);
}

.footer-col li {
    width: 100%;
    margin-bottom: 12px;
    font-size: 14px;
}

.footer-panel {
    padding: 40px 0 20px;
    color: #010100;
	display: flex;
	justify-content:space-between;
}

.page-footer .copyright {
	margin: 0;
	font-size: 14px;
}



/* SCROLL TO TOP */
.scrollToTop {
	position: fixed;
	z-index: 999;
	bottom: 3vh;
	right: 3vw;
	height: 60px;
	width: 60px;
	display: none;
	cursor: pointer;
	text-indent: 100vw;
	white-space: nowrap;
	overflow: hidden;
	transition: .3s;
	border: 0 solid transparent; 
}

.scrollToTop:before {
    content: "\e05e";
    display: inline-block;
	font-family: fl-outicons;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    transform: translate(0, 0);
    font-size: 30px;
    line-height: 1;
    text-indent: 0;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    color: #f2462e;
    transition: 0.3s ease; 
}
.scrollToTop:hover {
    background: #fff;
    border-radius: 50%;
    border: 2px solid #f2462e; 
}

.scrollToTop:hover:before {
	color: #f2462e; 
}

.sm-mobile .scrollToTop {
	right: 0;
	bottom: 0;
	background: #f2462e;
	border-top-left-radius: 8px;
	transition: 0.3s ease; 
}

.sm-mobile .scrollToTop:before {
    color: #FFF;
    transition: none; 
}

.sm-mobile .scrollToTop:hover {
	background: #3a271e; 
}


/* BUTTONS */
.action.primary, .action-primary, .action.primary:hover, .action-primary:hover, .action.primary:focus, .action-primary:focus, .action.primary:active, .action-primary:active{
	background: #C32945;
    border: 1px solid #C32945;
}

/* CUSTOMER ACCOUNT */
.content.block-collapsible-nav-content ul {
	display: inline;
}

/* CATEGORY PAGE */
.price-excluding-tax+.price-including-tax:before {
	content: attr(data-label) ': ';
    font-size: 1.1rem;
}

.price-container .price-excluding-tax+.price-including-tax .price {
	font-size: 1.1rem;
}


/* PRODUCT PAGE */
.gallery-placeholder {
	width: 100%;
}

.product .fotorama__stage__frame .fotorama__img {
       top: 0 !important;
       transform: none !important;
       -webkit-transform: none !important;
       position: static;
       margin-top: auto !important;
}

.red-back {
	background: #C32945;
	color: #FFF;
	padding: 10px 15px;
}

.column.main {
	min-height: unset;
}

.input-text.qty {
	border: 1px solid #C32945
}

.product-info-main .box-tocart .actions {
	padding-top: 0px;
}

.product-info-main .box-tocart .action.tocart {
	height: 52px;
	padding: revert;
}

.product-info-main .page-title-wrapper .page-title {
	margin-top: unset;
}

.product-info-main .special-price .price-container, .product-options-bottom .special-price .price-container, .product-info-main .price-box .weee, .old-price .price-wrapper .price, .product-item .price-box .price-label, .old-price .price-including-tax {
	font-size: unset !important;
}

.product-item .price-including-tax {
	display: inline;
}

.special-price {
	color: #C32945;
}

.additional-attributes-wrapper .additional-attributes>tbody>tr>td {
	text-wrap: nowrap;
}

.product-enquiry {
	text-transform: uppercase;
	color: #FFF !important;
	font-size: 14px !important;
}

/* CHECKOUT */
.opc-progress-bar-item._active:before, .opc-progress-bar-item._active>span:before {
    background: #C32945
}

.opc-progress-bar-item>span:after {
	font-size: 18px;
}

.opc-progress-bar-item._active>span:after {
	font-size: 28px;
}


/* CUSTOMER ACCOUNT */
.form-newsletter-manage .fieldset>.field.choice:before {
	content: unset;
}

.column:not(.sidebar-main) .form-newsletter-manage .actions-toolbar {
	margin-left: 0;
}



@keyframes bann-swing {
    20% {
        transform: rotate3d(0,0,1,2deg)
    }

    40% {
        transform: rotate3d(0,0,2,-2deg)
    }

    60% {
        transform: rotate3d(0,0,3,1deg)
    }

    80% {
        transform: rotate3d(0,0,2,-1deg)
    }

    to {
        transform: rotate3d(0,0,1,0deg)
    }
}

@keyframes rubberBand {
    from {
        transform: scale3d(1,1,1)
    }

    30% {
        transform: scale3d(1.25,.75,1)
    }

    40% {
        transform: scale3d(.75,1.25,1)
    }

    50% {
        transform: scale3d(1.15,.85,1)
    }

    65% {
        transform: scale3d(.95,1.05,1)
    }

    75% {
        transform: scale3d(1.05,.95,1)
    }

    to {
        transform: scale3d(1,1,1)
    }
}

.short {
	width: 210px;
	margin-left: 2px;
	margin-right: 2px;
}

.short iframe {
	border-radius: 8px;
	overflow: hidden;
}

.short h3 {
	line-height: 2.2rem;
	max-height: 6.6rem;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	white-space: pre-wrap;
}

.toolbar-products {text-align: left;}