/*|-----------------------------------------------------------------|*/
/*|*********************** Theme setting ***************************|*/
/*|-----------------------------------------------------------------|*/

.colorpicker {
    display: none;
    width: 356px;
    height: 178px;
    overflow: hidden;
    position: fixed;
    background: url(../images/colorpicker_background.png);
    -moz-border-radius: 5px;
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    z-index: 99999;
}
.colorpicker_color {
    width: 150px;
    height: 150px;
    left: 14px;
    top: 14px;
    position: absolute;
    background: #f00;
    overflow: hidden;
    cursor: crosshair;
    z-index: 9999;
}
.colorpicker_color div {
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 150px;
    background: url(../images/colorpicker_overlay.png);
    z-index: 9999;
}
.colorpicker_color div div {
    position: absolute;
    top: 0;
    left: 0;
    width: 11px;
    height: 11px;
    overflow: hidden;
    margin: -5px 0 0 -5px;
}
.colorpicker_hue {
    position: absolute;
    top: 14px;
    left: 171px;
    width: 35px;
    height: 150px;
    cursor: n-resize;
}
.colorpicker_hue div {
    position: absolute;
    width: 35px;
    height: 9px;
    overflow: hidden;
    background: url(../images/colorpicker_indic.gif) left top;
    margin: -4px 0 0 0;
    left: 0px;
}
.colorpicker_new_color {
    position: absolute;
    width: 62px;
    height: 28px;
    left: 213px;
    top: 14px;
    background: #f00;
}
.colorpicker_current_color {
    position: absolute;
    width: 63px;
    height: 28px;
    left: 280px;
    top: 14px;
    background: #f00;
}
.colorpicker input {
    position: absolute;
    top: 4px;
    left: 16px;
    width: 26px !important;
    height: 10px !important;
    line-height: 10px !important;
    margin: 0 !important;
    padding: 2px !important;
    text-align: right !important;
    font-size: 10px !important;
    color: #ccc;
    border: none !important;
    background: none !important;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
.colorpicker input:hover,
.colorpicker input:focus
{
    padding: 1px !important;
    color: #fff;
    border: 1px solid #999 !important;
    background: none !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
.colorpicker_hex {
    position: absolute;
    width: 72px;
    height: 22px;
    left: 213px;
    top: 142px;
}
.colorpicker_hex input {
    width: 37px !important;
}
.colorpicker_field {
    height: 22px;
    width: 62px;
    background-position: top;
    position: absolute;
}
.colorpicker_field span {
    position: absolute;
    width: 12px;
    height: 22px;
    overflow: hidden;
    top: 0;
    right: 0;
    cursor: n-resize;
}
.colorpicker_rgb_r {
    top: 61px;
    left: 213px;
}
.colorpicker_rgb_g {
    top: 88px;
    left: 213px;
}
.colorpicker_rgb_b {
    top: 115px;
    left: 213px;
}
.colorpicker_hsb_h {
    top: 61px;
    left: 280px;
}
.colorpicker_hsb_s {
    top: 88px;
    left: 280px;
}
.colorpicker_hsb_b {
    top: 115px;
    left: 280px;
}
.colorpicker_submit {
    position: absolute;
    width: 22px;
    height: 22px;
    left: 322px;
    top: 142px;
    overflow: hidden;
}
.colorpicker_focus {
    background-position: center;
}
.colorpicker_hex.colorpicker_focus {
    background-position: bottom;
}
.colorpicker_submit.colorpicker_focus {
    background-position: bottom;
}
.colorpicker_slider {
    background-position: bottom;
}

.colorSelector {
    cursor: pointer;
    position: relative;
    width: 22px;
    height: 22px;
    background: url("../images/color_select.png") no-repeat scroll 0 0 transparent;
}
.colorSelector div {
    position: absolute;
    width: 22px;
    height: 22px;
    background: url("../images/color_select.png") no-repeat scroll 0 0 transparent;
}
.colorSelector div:hover {
    background-position:  100% 0;
}

@media(max-width:1200px){
    .field-demo-wrap{
        display: none
    }
}
.field-demo-wrap .field-demo-title {
    border-bottom: 1px solid #ddd;
    color: #555555;
    padding: 5px;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 25px;
}
.field-demo-wrap .control {
    cursor: pointer;
    float: right;
    border-radius: 0;
    height: 40px;
    margin-right: -46px;
    margin-top: -50px;
    width: 40px;
    text-align: center;
}
.field-demo-wrap .control.inactive::before {
    color: #ffffff;
    content: "\f013" !important;
    font-family: fontawesome;
    font-size: 20px;
    line-height: 40px;
    padding: 0;
}
.field-demo-wrap .control.active::before {
    color: #ffffff;
    content: "\f057";
    font-family: fontawesome;
    font-size: 22px;
    line-height: 40px;
    padding: 0;
}
.field-demo-wrap .control:hover{
    transition: all 0.5s;
    background-color: #111111 !important;
}
.field-demo-wrap .control.active {
    border: none;
}
.field-demo-wrap .control.inactive {
    border: medium none;
}
.field-demo-wrap .control a:hover {
    cursor: pointer;
    text-decoration: none;
    outline: none;
}
.field-demo-wrap {
    background: transparent;
    color: #111;
    font-size: 14px;
    line-height: 20px;
    right:auto;
    left: -210px;
    padding: 6px;
    position: fixed;
    text-align: left;
    width: 210px;
	top: 180px;
    z-index: 999;
    -webkit-transition: background 0.5s ease-in-out 0s;
    -ms-transition: background 0.5s ease-in-out 0s;
    -o-transition: background 0.5s ease-in-out 0s;
    -moz-transition: background 0.5s ease-in-out 0s;
}
.field-demo-wrap .field-demo-option {
    float: left;
    padding: 5px 0 5px 4px;
}
.field-demo-wrap .cl-wrapper {
    float: left;
}
.field-demo-wrap .cl-container {
    float: left;
    width: 100%;
}
.field-demo-wrap .cl-table {
    float: left;
}
.field-demo-wrap .cl-tr {
    float: left;
    width: 100%;
    clear: both;
    padding: 0 0 8px;
}
.cl-row-body {}
.cl-row-header {}
.cl-row-main {}
.cl-row-footer {}
.cl-tr.last {
    background: none;
}
.cl-td-l,
.cl-td-r{
    float: left;
    width: 50%;
    text-indent: 8px;
    color: #444444 !important;
}
.cl-tr-mode div.radio span{
    vertical-align: middle;    
}
.cl-tr-background .cl-td-l,
.cl-tr-link .cl-td-l{
    width: 80%;
}
.cl-row-body .cl-td-l {
    padding-top: 60px;
}
.cl-tr-link .cl-td-r, .cl-tr-background .cl-td-r, .cl-tr-main .cl-td-r {
    float: left;
}
.field-demo-wrap .cl-tr-font { padding: 10px 0 8px; }
.cl-td-l-font {
    width: 40px;
}
.cl-td-r-font {
    float: left;
    width: auto;
}
.cl-tr-background .cl-td-r,
.cl-tr-link .cl-td-r{
    width: 20%;
}
.cl-tr.first .cl-td-r {
    padding-top: 8px;
}
.cl-tr.last .cl-td-r {
    padding-bottom: 8px;
}
.cl-td-r .cl-label {
    float: left;
    width: 90px;
    text-align: right;
    padding-right: 8px;
}
.cl-tr.cl-tr-mode label{
    cursor: pointer;
    font-weight: normal;
    margin: 0;
}
.colorSelector {
    cursor: pointer;
    position: relative;
}
.colorSelector div {
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
}
.cl-pattern .cl-pattern {
    float: left;
    width: 104px;
}
.cl-pattern .cl-image {
    border: 1px solid #aaa;
    cursor: pointer;
    float: left;
    height: 22px;
    margin: 0 0 6px 6px;
    width: 22px;	
}
.cl-pattern .cl-image:hover {
    border-color: #000;
}

.cl-row-reset {
    text-align: center;
    height: 28px;
    padding: 10px 0;
}
.cl-row-reset .cl-reset {
    background: #111111 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    height: 28px;
    line-height: 28px;
    padding: 0 10px;
}
.cl-row-reset .cl-reset:hover {
    cursor: pointer;
    background: none repeat scroll 0 0 #e51d02;
    transition: all .4s ease-in-out 0s;
    -webkit-transition: all .4s ease-in-out 0s;
    -ms-transition: all .4s ease-in-out 0s;
    -o-transition: all .4s ease-in-out 0s;
    -moz-transition: all .4s ease-in-out 0s;
}
.cl-td-bg, .cl-td-text, .cl-td-link {
    float: left;
    padding: 3px;
}

.cl-row-themeskin {}
.cl-row-themeskin .theme-title {
    font-size: 20px;
    padding: 0 10px 0;
    color: #444444 !important;
}
.cl-row-themeskin ul {
    float:left;
    padding: 0 0 15px 10px;
}
.cl-row-themeskin li {
    float: left;
    width: 20px;
    height: 20px;
    border: 2px solid #CCCCCC;
    margin: 10px 10px 0 0;
}
.cl-row-themeskin li:hover {
    border-color: #aaa;
}
.cl-row-themeskin li a {
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    text-indent: -9999px;
}
.cl-row-themeskin li a.cl-asparagus { background: #799042; }
.cl-row-themeskin li a.cl-blue { background: #036EB6; }
.cl-row-themeskin li a.cl-brick { background: #783937; }
.cl-row-themeskin li a.cl-cardinal { background: #d01242; }

.cl-row-themeskin li a.cl-darkcoral { background: #cd5b45; }
.cl-row-themeskin li a.cl-herbal { background: #54a925; }
.cl-row-themeskin li a.cl-indigo { background: #581797; }
.cl-row-themeskin li a.cl-khaki { background: #806b2a; }

.cl-row-themeskin li a.cl-magentadye { background: #ca1f7b; }
.cl-row-themeskin li a.cl-marengo { background: #384e5d; }
.cl-row-themeskin li a.cl-pumpkin { background: #ff7518; }
.cl-row-themeskin li a.cl-pear { background: #c6c700; }

.cl-row-themeskin li a.cl-prussianblue { background: #003348; }
.cl-row-themeskin li a.cl-red { background: #e43715; }
.cl-row-themeskin li a.cl-violetred { background: #ff52af; }
.cl-row-themeskin li a.cl-yellow { background: #fddd15; }

.field-demo-wrap .cl-tr-style { padding: 0 0 10px; }
.field-demo-wrap .cl-tr-style .cl-td-l,
.field-demo-wrap .cl-tr-style .cl-td-r { float: left; width: 90px; height: 30px; padding: 0; text-indent: -9999px; border: none; }
.field-demo-wrap .cl-tr-style .cl-td-l:hover,
.field-demo-wrap .cl-tr-style .cl-td-r:hover { border-color: #000; }
.field-demo-wrap .cl-tr-style .cl-td-l {}
.field-demo-wrap .cl-tr-style .cl-td-r { margin-left: 10px; }
.field-demo-wrap .cl-tr-style .cl-td-l a,
.field-demo-wrap .cl-tr-style .cl-td-r a { color: #fff; text-transform: uppercase; font-size: 12px; line-height: 30px; width: 100%; height: 100%; display: block; text-align: center; }
.field-demo-wrap .cl-tr-style .cl-td-l a:hover,
.field-demo-wrap .cl-tr-style .cl-td-r a:hover { text-decoration: none; }
.field-demo-wrap .cl-tr-style .cl-td-l-clothing { background: #E72526; }
.field-demo-wrap .cl-tr-style .cl-td-r-furniture { background: #e66f19; }
.field-demo-wrap .cl-tr-style .cl-td-l-hitech { background: #1E84C4; }
.field-demo-wrap .cl-tr-style .cl-td-r-watch { background: #5AA2AF; }

.field-demo-wrap .cl-tr-style .cl-td-layout1,
.field-demo-wrap .cl-tr-style .cl-td-layout2,
.field-demo-wrap .cl-tr-style .cl-td-layout3,
.field-demo-wrap .cl-tr-style .cl-td-layout4,
.field-demo-wrap .cl-tr-style .cl-td-layout5,
.field-demo-wrap .cl-tr-style .cl-td-layout6 {
    background: #666;
    width: 90px;
}
.field-demo-wrap .cl-tr-style .cl-td-layout1 {  }
.field-demo-wrap .cl-tr-style .cl-td-layout2 { }
.field-demo-wrap .cl-tr-style .cl-td-layout3,
.field-demo-wrap .cl-tr-style .cl-td-layout4,
.field-demo-wrap .cl-tr-style .cl-td-layout5,
.field-demo-wrap .cl-tr-style .cl-td-layout6 {
    width: 90px;
    height: 30px;
}
.field-demo-wrap .cl-tr-style .cl-td-layout1 span,
.field-demo-wrap .cl-tr-style .cl-td-layout2 span,
.field-demo-wrap .cl-tr-style .cl-td-layout3 span,
.field-demo-wrap .cl-tr-style .cl-td-layout4 span,
.field-demo-wrap .cl-tr-style .cl-td-layout5 span,
.field-demo-wrap .cl-tr-style .cl-td-layout6 span{
    float: left;
    width: 45px;
    height: 30px;
}
.field-demo-wrap .cl-tr-style .cl-td-layout1 { background: #00bba6; }

.field-demo-wrap .cl-tr-style .cl-td-layout2 { background: #54c3f0; }

.field-demo-wrap .cl-tr-style .cl-td-layout3 { background: #7fb602; margin: 0; }

.field-demo-wrap .cl-tr-style .cl-td-layout4 { background: #9b8864; }

.field-demo-wrap .cl-tr-style .cl-td-layout5 { background: #f16355;margin: 0; }
.field-demo-wrap .cl-tr-style .cl-td-layout6 { background: #f6917d; }

.field-demo-wrap .cl-tr-style .cl-td-layout1 a,
.field-demo-wrap .cl-tr-style .cl-td-layout2 a,
.field-demo-wrap .cl-tr-style .cl-td-layout3 a,
.field-demo-wrap .cl-tr-style .cl-td-layout4 a,
.field-demo-wrap .cl-tr-style .cl-td-layout5 a,
.field-demo-wrap .cl-tr-style .cl-td-layout6 a {
    font-size: 11px;
}
span.tcbrown{background:#111111;}
span.tceb5f60{background:#e51d02;}
span.tcred{background:#c74747;}
span.tcyellow{background:#e3c048;}
span.tcorange{background:#ffb502;}
span.tcblue{background:#eb8278;}
span.tcblack{background:#333;}
span.tcpink{background:#5cc1b9;}
span.tcgray{background:#837a6b;}
span.tcblue2{background:#2bbbd8;}
span.tcgreen{background:#a9b35d;}
span.tcblue3{background:#08bbb7;}

/*|-----------------------------------------------------------------|*/
/*|********************** End Theme setting ************************|*/
/*|-----------------------------------------------------------------|*/

/*|-----------------------------------------------------------------|*/
/*|******************** Start Elementor Preview ********************|*/
/*|-----------------------------------------------------------------|*/

#module-fieldelementor-preview #wrapper .breadcrumb-all-page{
    display: none;
}
#module-fieldelementor-preview #elementor{
    margin-top: 40px;
}
/*|-----------------------------------------------------------------|*/
/*|******************** End Elementor Preview **********************|*/
/*|-----------------------------------------------------------------|*/

/*|-----------------------------------------------------------------|*/
/*|****************** Theme customizer setting *********************|*/
/*|-----------------------------------------------------------------|*/

#wrapper.active_grid #box-product-grid {
    display: block;
    width: 100%;
}
#wrapper.active_list #box-product-list {
    display: block;
    width: 100%
}
#wrapper.active_grid #box-product-grid > .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#box-product-list .item-product-list .product-miniature .right-product {
    padding: 0 0 0 30px;
}
.product-list-gallery ul li.thumb-item {
    display: inline-block;
    margin: 0 5px;
    border: 1px solid transparent;
}
#box-product-grid .product-list-gallery ul {
    text-align: center;
}
.field-product-item .left-product.loading,.field-widget-wrapper .left-product.loading{min-height: 200px;}
#box-product-list .field-product-item .left-product.loading{min-width: 250px;}
.field-product-item .left-product .product-thumbnail.loading{
    width: 80px;
    height: 80px;
    top: 40%;
    left: 35%;
    position: absolute;
    background: url('../field-css/loading.gif');
}
.left-product .product-thumbnail.loading > span{
    display: none;
}
.images-slider-wrapper.loading {
    width: 80px;
    height: 80px;
    left: 35%;
    top: 140px;
    position: relative;
    background: url('../field-css/loading.gif');
}
.images-slider-wrapper.loading > div {
    display: none;
}
.images-slider-wrapper.loading .image-items-quick-view {
    min-height: 300px;
}
.breadcrumb-all-page {position: relative;margin-bottom: 50px;}
.breadcrumb-all-page .container_img_bread.no-img-cate.img-breadcrumb-on-fieldthemecustomizer{
    min-height: 100px;
}
#box-product-grid .right-product .decriptions-short_grid{
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    text-align: left;
}
.images-container.vertical_thumbnail .thumb-product-page{
    max-width: 100px;
    display: inline-block;
    position: relative;
}
.images-container.vertical_thumbnail .product-cover {
    max-width: calc(100% - 120px);
    display: inline-block;
    float: right;
}
#product .tab-content .product-description,
#product .accordion-tabs .product-description{
    max-height: 75px;
    overflow: hidden;
    position: relative;
    transition: 0.5s ease 0s;
}
#product .tab-content .product-description.opened, 
#product .accordion-tabs .product-description.opened{
    max-height: 1000px;
    transition: 0.5s ease 0s;
}
#product .tab-content .product-description:before,
#product .accordion-tabs .product-description:before{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 20px;
}
#product .tab-content .product-description.opened:before,
#product .accordion-tabs .product-description.opened:before {
    visibility: hidden;
    opacity: 0;
}
.button_readmore {
    text-align: center;
    margin-top: 25px;
}
.button_readmore .readmore_desc {
    background: #333;
    color: #fff;
}
.fullscreen_thumbnail .field-nav-prev {
    left: -50px;
}
.fullscreen_thumbnail .field-nav-next {
    right: -50px;
}
.fullscreen_thumbnail .field-nav {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.fullscreen_thumbnail .field-nav span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    color: #333;
    font-size: 16px;
}
.fullscreen_thumbnail .field-nav:hover span{
    color: #fff;
}
.fullscreen_button {
    position: absolute;
    height: 35px;
    width: 35px;
    bottom: 10px;
    background: #fff;
    line-height: 35px;
    left: 10px;
    z-index: 1;
    text-align: left;
    transition: all 1s;
    padding: 0 10px;
    border-radius: 50%;
    cursor: pointer;
}
.fullscreen_button .fullscreenbox:before {
    content: "\e057";
    font-family: simple-line-icons;
    top: 0;
    font-size: 14px;
}
#productCommentsBlock #new_comment_tab_btn:hover{
    cursor: pointer;
}
.vertical_mode .button-action {
    display: none;
}
#quick-view-images .owl-nav .owl-prev,
#quick-view-images .owl-nav .owl-next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #666666;
    border-radius: 50%;
    overflow: hidden;
    opacity: 0;
}
#quick-view-images .image-items-quick-view:hover .owl-nav .owl-prev,
#quick-view-images .image-items-quick-view:hover .owl-nav .owl-next {
    opacity: 1;
}
#quick-view-images .owl-nav button span {
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
}
#quick-view-images .owl-nav .owl-next {
    right: -15px;
}
#quick-view-images .owl-nav .owl-prev {
    left: -15px;
}
.field-subcate-item h4 {
    min-height: 50px;
}
#js-product-list .variant-links {
    /*display: none;*/
}
.product-cover .button-360-view {
    position: absolute;
    width: 110px;
    box-shadow: none;
    padding: 5px;
    right: 10px;
    bottom: 10px;
    z-index: 1000;
    background: #fff;
    border-radius: 15px;
}
.product-cover .button-360-view:hover{
    color: #fff;
}
.pull-right {float: right !important}
.pull-left {float:left !important}
.accordion-tabs .panel-title {
    margin: 0;
    padding: 15px;
}
.accordion-tabs .panel-collapse {
    padding: 25px 30px;
    border: 1px solid #ebebeb;
}
.accordion-tabs .panel-title{
    color: #fff;
}
.accordion-tabs .panel-default {
    margin-bottom: 20px;
}
.no-product-price{
    display: none;
}
.accordion-tabs .panel-heading {
    cursor: pointer;
}
.modal-open #moda_popupnewsletter.modal {
    overflow: unset !important;
}
.modal-open, .popup-open {
    padding-right: 0 !important;
    overflow-y: auto !important;
}
.popup-menu-open{
    overflow-y: auto !important;
}
.field_cookies_notice {
    display: none;
    width: 350px;
    border-radius: 15px;
    position: fixed;
    top: auto;
    left: 60px;
    bottom: 20px;
    z-index: 99;
    padding: 20px;
    background-color: #fff;
    text-align: center;
    -webkit-box-shadow: 0px 0px 9px rgb(0 0 0 / 14%);
    box-shadow: 0px 0px 9px rgb(0 0 0 / 14%);
    transform: translate3d(0, 100%, 0);
    -webkit-transform: translate3d(0, 100%, 0);
    -webkit-transition: transform 0.35s ease;
    -webkit-transition: -webkit-transform 0.35s ease;
    transition: -webkit-transform 0.35s ease;
    transition: transform 0.35s ease;
    transition: transform 0.35s ease, -webkit-transform 0.35s ease;
}
.field_cookies_notice.popup-display{
    transform: none;
    -webkit-transform: none;
    display: block;
}
.field_cookies_notice a.cookies-title {
    font-size: 18px;
    width: 100%;
    display: block;
    font-weight: 600;
    margin-bottom: 10px;
}
.field_cookies_notice .cookies-desc{
    margin-bottom: 10px;
}
.field_cookies_notice.popup-hide {
    transform: translate3d(0, 100%, 0);
    -webkit-transform: translate3d(0, 100%, 0);
}
#back-top{display: none;}
.grid-thumb-wrapper .list-images .list-image {
    display: inline-block;
    float: left;
    max-width: 50%;
    padding: 5px;
}
.grid-info-wrapper.fixed{
    position: fixed !important;
    overflow-y: auto;
    height: 100%;
    background: #fff;
    z-index: 999;
}
.grid-info-wrapper.fixed:before{
    content: "";
    width: 0;
    height: 0;
    border-right: 15px solid #eee;
    border-top: 15px solid transparent!important;
    border-bottom: 15px solid transparent!important;
    position: absolute;
    left: -15px;
    top: calc(50% - 15px);
    z-index: 9;
}
#filter_content_top #search_filters_wrapper .facet {
    width: 25%;
}
#filter_content_top #search_filters_wrapper .facet ul {
    display: block;
}
#filter_content_top #search_filters_wrapper #search_filters{
    display: flex;
}
#filter_content_top .title_filter_block {
    display: none;
}
/*|-----------------------------------------------------------------|*/
/*|****************** End Theme customizer setting *****************|*/
/*|-----------------------------------------------------------------|*/

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
    box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
      box-shadow: 0 0 0 10px rgba(204,169,44, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
      box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}
@keyframes beat{
    to { transform: scale(1.2); }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes hvr-wobble-horizontal{
    16.65% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px);
    }
    33.3% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px);
    }
    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }
    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }
    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}