@charset "UTF-8";
@font-face {
font-family: 'FontAwesome';
src: url(//rostlinkarna.cz/wp-content/themes/pachamamaherbs/third-party/fonts/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0);
src: url(//rostlinkarna.cz/wp-content/themes/pachamamaherbs/third-party/fonts/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(//rostlinkarna.cz/wp-content/themes/pachamamaherbs/third-party/fonts/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'), url(//rostlinkarna.cz/wp-content/themes/pachamamaherbs/third-party/fonts/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'), url(//rostlinkarna.cz/wp-content/themes/pachamamaherbs/third-party/fonts/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'), url(//rostlinkarna.cz/wp-content/themes/pachamamaherbs/third-party/fonts/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');
font-weight: normal;
font-style: normal;
}
.fa {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} .fa-lg {
font-size: 1.33333333em;
line-height: 0.75em;
vertical-align: -15%;
}
.fa-2x {
font-size: 2em;
}
.fa-3x {
font-size: 3em;
}
.fa-4x {
font-size: 4em;
}
.fa-5x {
font-size: 5em;
}
.fa-fw {
width: 1.28571429em;
text-align: center;
}
.fa-ul {
padding-left: 0;
margin-left: 2.14285714em;
list-style-type: none;
}
.fa-ul > li {
position: relative;
}
.fa-li {
position: absolute;
left: -2.14285714em;
width: 2.14285714em;
top: 0.14285714em;
text-align: center;
}
.fa-li.fa-lg {
left: -1.85714286em;
}
.fa-border {
padding: .2em .25em .15em;
border: solid 0.08em #eeeeee;
border-radius: .1em;
}
.fa-pull-left {
float: left;
}
.fa-pull-right {
float: right;
}
.fa.fa-pull-left {
margin-right: .3em;
}
.fa.fa-pull-right {
margin-left: .3em;
} .pull-right {
float: right;
}
.pull-left {
float: left;
}
.fa.pull-left {
margin-right: .3em;
}
.fa.pull-right {
margin-left: .3em;
}
.fa-spin {
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.fa-pulse {
-webkit-animation: fa-spin 1s infinite steps(8);
animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
.fa-rotate-90 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.fa-rotate-180 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.fa-rotate-270 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg);
}
.fa-flip-horizontal {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
-webkit-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.fa-flip-vertical {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
-webkit-transform: scale(1, -1);
-ms-transform: scale(1, -1);
transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
filter: none;
}
.fa-stack {
position: relative;
display: inline-block;
width: 2em;
height: 2em;
line-height: 2em;
vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
position: absolute;
left: 0;
width: 100%;
text-align: center;
}
.fa-stack-1x {
line-height: inherit;
}
.fa-stack-2x {
font-size: 2em;
}
.fa-inverse {
color: #ffffff;
} .fa-glass:before {
content: "\f000";
}
.fa-music:before {
content: "\f001";
}
.fa-search:before {
content: "\f002";
}
.fa-envelope-o:before {
content: "\f003";
}
.fa-heart:before {
content: "\f004";
}
.fa-star:before {
content: "\f005";
}
.fa-star-o:before {
content: "\f006";
}
.fa-user:before {
content: "\f007";
}
.fa-film:before {
content: "\f008";
}
.fa-th-large:before {
content: "\f009";
}
.fa-th:before {
content: "\f00a";
}
.fa-th-list:before {
content: "\f00b";
}
.fa-check:before {
content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
content: "\f00d";
}
.fa-search-plus:before {
content: "\f00e";
}
.fa-search-minus:before {
content: "\f010";
}
.fa-power-off:before {
content: "\f011";
}
.fa-signal:before {
content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
content: "\f013";
}
.fa-trash-o:before {
content: "\f014";
}
.fa-home:before {
content: "\f015";
}
.fa-file-o:before {
content: "\f016";
}
.fa-clock-o:before {
content: "\f017";
}
.fa-road:before {
content: "\f018";
}
.fa-download:before {
content: "\f019";
}
.fa-arrow-circle-o-down:before {
content: "\f01a";
}
.fa-arrow-circle-o-up:before {
content: "\f01b";
}
.fa-inbox:before {
content: "\f01c";
}
.fa-play-circle-o:before {
content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
content: "\f01e";
}
.fa-refresh:before {
content: "\f021";
}
.fa-list-alt:before {
content: "\f022";
}
.fa-lock:before {
content: "\f023";
}
.fa-flag:before {
content: "\f024";
}
.fa-headphones:before {
content: "\f025";
}
.fa-volume-off:before {
content: "\f026";
}
.fa-volume-down:before {
content: "\f027";
}
.fa-volume-up:before {
content: "\f028";
}
.fa-qrcode:before {
content: "\f029";
}
.fa-barcode:before {
content: "\f02a";
}
.fa-tag:before {
content: "\f02b";
}
.fa-tags:before {
content: "\f02c";
}
.fa-book:before {
content: "\f02d";
}
.fa-bookmark:before {
content: "\f02e";
}
.fa-print:before {
content: "\f02f";
}
.fa-camera:before {
content: "\f030";
}
.fa-font:before {
content: "\f031";
}
.fa-bold:before {
content: "\f032";
}
.fa-italic:before {
content: "\f033";
}
.fa-text-height:before {
content: "\f034";
}
.fa-text-width:before {
content: "\f035";
}
.fa-align-left:before {
content: "\f036";
}
.fa-align-center:before {
content: "\f037";
}
.fa-align-right:before {
content: "\f038";
}
.fa-align-justify:before {
content: "\f039";
}
.fa-list:before {
content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
content: "\f03b";
}
.fa-indent:before {
content: "\f03c";
}
.fa-video-camera:before {
content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
content: "\f03e";
}
.fa-pencil:before {
content: "\f040";
}
.fa-map-marker:before {
content: "\f041";
}
.fa-adjust:before {
content: "\f042";
}
.fa-tint:before {
content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
content: "\f044";
}
.fa-share-square-o:before {
content: "\f045";
}
.fa-check-square-o:before {
content: "\f046";
}
.fa-arrows:before {
content: "\f047";
}
.fa-step-backward:before {
content: "\f048";
}
.fa-fast-backward:before {
content: "\f049";
}
.fa-backward:before {
content: "\f04a";
}
.fa-play:before {
content: "\f04b";
}
.fa-pause:before {
content: "\f04c";
}
.fa-stop:before {
content: "\f04d";
}
.fa-forward:before {
content: "\f04e";
}
.fa-fast-forward:before {
content: "\f050";
}
.fa-step-forward:before {
content: "\f051";
}
.fa-eject:before {
content: "\f052";
}
.fa-chevron-left:before {
content: "\f053";
}
.fa-chevron-right:before {
content: "\f054";
}
.fa-plus-circle:before {
content: "\f055";
}
.fa-minus-circle:before {
content: "\f056";
}
.fa-times-circle:before {
content: "\f057";
}
.fa-check-circle:before {
content: "\f058";
}
.fa-question-circle:before {
content: "\f059";
}
.fa-info-circle:before {
content: "\f05a";
}
.fa-crosshairs:before {
content: "\f05b";
}
.fa-times-circle-o:before {
content: "\f05c";
}
.fa-check-circle-o:before {
content: "\f05d";
}
.fa-ban:before {
content: "\f05e";
}
.fa-arrow-left:before {
content: "\f060";
}
.fa-arrow-right:before {
content: "\f061";
}
.fa-arrow-up:before {
content: "\f062";
}
.fa-arrow-down:before {
content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
content: "\f064";
}
.fa-expand:before {
content: "\f065";
}
.fa-compress:before {
content: "\f066";
}
.fa-plus:before {
content: "\f067";
}
.fa-minus:before {
content: "\f068";
}
.fa-asterisk:before {
content: "\f069";
}
.fa-exclamation-circle:before {
content: "\f06a";
}
.fa-gift:before {
content: "\f06b";
}
.fa-leaf:before {
content: "\f06c";
}
.fa-fire:before {
content: "\f06d";
}
.fa-eye:before {
content: "\f06e";
}
.fa-eye-slash:before {
content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
content: "\f071";
}
.fa-plane:before {
content: "\f072";
}
.fa-calendar:before {
content: "\f073";
}
.fa-random:before {
content: "\f074";
}
.fa-comment:before {
content: "\f075";
}
.fa-magnet:before {
content: "\f076";
}
.fa-chevron-up:before {
content: "\f077";
}
.fa-chevron-down:before {
content: "\f078";
}
.fa-retweet:before {
content: "\f079";
}
.fa-shopping-cart:before {
content: "\f07a";
}
.fa-folder:before {
content: "\f07b";
}
.fa-folder-open:before {
content: "\f07c";
}
.fa-arrows-v:before {
content: "\f07d";
}
.fa-arrows-h:before {
content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
content: "\f080";
}
.fa-twitter-square:before {
content: "\f081";
}
.fa-facebook-square:before {
content: "\f082";
}
.fa-camera-retro:before {
content: "\f083";
}
.fa-key:before {
content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
content: "\f085";
}
.fa-comments:before {
content: "\f086";
}
.fa-thumbs-o-up:before {
content: "\f087";
}
.fa-thumbs-o-down:before {
content: "\f088";
}
.fa-star-half:before {
content: "\f089";
}
.fa-heart-o:before {
content: "\f08a";
}
.fa-sign-out:before {
content: "\f08b";
}
.fa-linkedin-square:before {
content: "\f08c";
}
.fa-thumb-tack:before {
content: "\f08d";
}
.fa-external-link:before {
content: "\f08e";
}
.fa-sign-in:before {
content: "\f090";
}
.fa-trophy:before {
content: "\f091";
}
.fa-github-square:before {
content: "\f092";
}
.fa-upload:before {
content: "\f093";
}
.fa-lemon-o:before {
content: "\f094";
}
.fa-phone:before {
content: "\f095";
}
.fa-square-o:before {
content: "\f096";
}
.fa-bookmark-o:before {
content: "\f097";
}
.fa-phone-square:before {
content: "\f098";
}
.fa-twitter:before {
content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
content: "\f09a";
}
.fa-github:before {
content: "\f09b";
}
.fa-unlock:before {
content: "\f09c";
}
.fa-credit-card:before {
content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
content: "\f09e";
}
.fa-hdd-o:before {
content: "\f0a0";
}
.fa-bullhorn:before {
content: "\f0a1";
}
.fa-bell:before {
content: "\f0f3";
}
.fa-certificate:before {
content: "\f0a3";
}
.fa-hand-o-right:before {
content: "\f0a4";
}
.fa-hand-o-left:before {
content: "\f0a5";
}
.fa-hand-o-up:before {
content: "\f0a6";
}
.fa-hand-o-down:before {
content: "\f0a7";
}
.fa-arrow-circle-left:before {
content: "\f0a8";
}
.fa-arrow-circle-right:before {
content: "\f0a9";
}
.fa-arrow-circle-up:before {
content: "\f0aa";
}
.fa-arrow-circle-down:before {
content: "\f0ab";
}
.fa-globe:before {
content: "\f0ac";
}
.fa-wrench:before {
content: "\f0ad";
}
.fa-tasks:before {
content: "\f0ae";
}
.fa-filter:before {
content: "\f0b0";
}
.fa-briefcase:before {
content: "\f0b1";
}
.fa-arrows-alt:before {
content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
content: "\f0c1";
}
.fa-cloud:before {
content: "\f0c2";
}
.fa-flask:before {
content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
content: "\f0c5";
}
.fa-paperclip:before {
content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
content: "\f0c7";
}
.fa-square:before {
content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
content: "\f0c9";
}
.fa-list-ul:before {
content: "\f0ca";
}
.fa-list-ol:before {
content: "\f0cb";
}
.fa-strikethrough:before {
content: "\f0cc";
}
.fa-underline:before {
content: "\f0cd";
}
.fa-table:before {
content: "\f0ce";
}
.fa-magic:before {
content: "\f0d0";
}
.fa-truck:before {
content: "\f0d1";
}
.fa-pinterest:before {
content: "\f0d2";
}
.fa-pinterest-square:before {
content: "\f0d3";
}
.fa-google-plus-square:before {
content: "\f0d4";
}
.fa-google-plus:before {
content: "\f0d5";
}
.fa-money:before {
content: "\f0d6";
}
.fa-caret-down:before {
content: "\f0d7";
}
.fa-caret-up:before {
content: "\f0d8";
}
.fa-caret-left:before {
content: "\f0d9";
}
.fa-caret-right:before {
content: "\f0da";
}
.fa-columns:before {
content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
content: "\f0de";
}
.fa-envelope:before {
content: "\f0e0";
}
.fa-linkedin:before {
content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
content: "\f0e4";
}
.fa-comment-o:before {
content: "\f0e5";
}
.fa-comments-o:before {
content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
content: "\f0e7";
}
.fa-sitemap:before {
content: "\f0e8";
}
.fa-umbrella:before {
content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
content: "\f0ea";
}
.fa-lightbulb-o:before {
content: "\f0eb";
}
.fa-exchange:before {
content: "\f0ec";
}
.fa-cloud-download:before {
content: "\f0ed";
}
.fa-cloud-upload:before {
content: "\f0ee";
}
.fa-user-md:before {
content: "\f0f0";
}
.fa-stethoscope:before {
content: "\f0f1";
}
.fa-suitcase:before {
content: "\f0f2";
}
.fa-bell-o:before {
content: "\f0a2";
}
.fa-coffee:before {
content: "\f0f4";
}
.fa-cutlery:before {
content: "\f0f5";
}
.fa-file-text-o:before {
content: "\f0f6";
}
.fa-building-o:before {
content: "\f0f7";
}
.fa-hospital-o:before {
content: "\f0f8";
}
.fa-ambulance:before {
content: "\f0f9";
}
.fa-medkit:before {
content: "\f0fa";
}
.fa-fighter-jet:before {
content: "\f0fb";
}
.fa-beer:before {
content: "\f0fc";
}
.fa-h-square:before {
content: "\f0fd";
}
.fa-plus-square:before {
content: "\f0fe";
}
.fa-angle-double-left:before {
content: "\f100";
}
.fa-angle-double-right:before {
content: "\f101";
}
.fa-angle-double-up:before {
content: "\f102";
}
.fa-angle-double-down:before {
content: "\f103";
}
.fa-angle-left:before {
content: "\f104";
}
.fa-angle-right:before {
content: "\f105";
}
.fa-angle-up:before {
content: "\f106";
}
.fa-angle-down:before {
content: "\f107";
}
.fa-desktop:before {
content: "\f108";
}
.fa-laptop:before {
content: "\f109";
}
.fa-tablet:before {
content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
content: "\f10b";
}
.fa-circle-o:before {
content: "\f10c";
}
.fa-quote-left:before {
content: "\f10d";
}
.fa-quote-right:before {
content: "\f10e";
}
.fa-spinner:before {
content: "\f110";
}
.fa-circle:before {
content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
content: "\f112";
}
.fa-github-alt:before {
content: "\f113";
}
.fa-folder-o:before {
content: "\f114";
}
.fa-folder-open-o:before {
content: "\f115";
}
.fa-smile-o:before {
content: "\f118";
}
.fa-frown-o:before {
content: "\f119";
}
.fa-meh-o:before {
content: "\f11a";
}
.fa-gamepad:before {
content: "\f11b";
}
.fa-keyboard-o:before {
content: "\f11c";
}
.fa-flag-o:before {
content: "\f11d";
}
.fa-flag-checkered:before {
content: "\f11e";
}
.fa-terminal:before {
content: "\f120";
}
.fa-code:before {
content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
content: "\f123";
}
.fa-location-arrow:before {
content: "\f124";
}
.fa-crop:before {
content: "\f125";
}
.fa-code-fork:before {
content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
content: "\f127";
}
.fa-question:before {
content: "\f128";
}
.fa-info:before {
content: "\f129";
}
.fa-exclamation:before {
content: "\f12a";
}
.fa-superscript:before {
content: "\f12b";
}
.fa-subscript:before {
content: "\f12c";
}
.fa-eraser:before {
content: "\f12d";
}
.fa-puzzle-piece:before {
content: "\f12e";
}
.fa-microphone:before {
content: "\f130";
}
.fa-microphone-slash:before {
content: "\f131";
}
.fa-shield:before {
content: "\f132";
}
.fa-calendar-o:before {
content: "\f133";
}
.fa-fire-extinguisher:before {
content: "\f134";
}
.fa-rocket:before {
content: "\f135";
}
.fa-maxcdn:before {
content: "\f136";
}
.fa-chevron-circle-left:before {
content: "\f137";
}
.fa-chevron-circle-right:before {
content: "\f138";
}
.fa-chevron-circle-up:before {
content: "\f139";
}
.fa-chevron-circle-down:before {
content: "\f13a";
}
.fa-html5:before {
content: "\f13b";
}
.fa-css3:before {
content: "\f13c";
}
.fa-anchor:before {
content: "\f13d";
}
.fa-unlock-alt:before {
content: "\f13e";
}
.fa-bullseye:before {
content: "\f140";
}
.fa-ellipsis-h:before {
content: "\f141";
}
.fa-ellipsis-v:before {
content: "\f142";
}
.fa-rss-square:before {
content: "\f143";
}
.fa-play-circle:before {
content: "\f144";
}
.fa-ticket:before {
content: "\f145";
}
.fa-minus-square:before {
content: "\f146";
}
.fa-minus-square-o:before {
content: "\f147";
}
.fa-level-up:before {
content: "\f148";
}
.fa-level-down:before {
content: "\f149";
}
.fa-check-square:before {
content: "\f14a";
}
.fa-pencil-square:before {
content: "\f14b";
}
.fa-external-link-square:before {
content: "\f14c";
}
.fa-share-square:before {
content: "\f14d";
}
.fa-compass:before {
content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
content: "\f153";
}
.fa-gbp:before {
content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
content: "\f158";
}
.fa-won:before,
.fa-krw:before {
content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
content: "\f15a";
}
.fa-file:before {
content: "\f15b";
}
.fa-file-text:before {
content: "\f15c";
}
.fa-sort-alpha-asc:before {
content: "\f15d";
}
.fa-sort-alpha-desc:before {
content: "\f15e";
}
.fa-sort-amount-asc:before {
content: "\f160";
}
.fa-sort-amount-desc:before {
content: "\f161";
}
.fa-sort-numeric-asc:before {
content: "\f162";
}
.fa-sort-numeric-desc:before {
content: "\f163";
}
.fa-thumbs-up:before {
content: "\f164";
}
.fa-thumbs-down:before {
content: "\f165";
}
.fa-youtube-square:before {
content: "\f166";
}
.fa-youtube:before {
content: "\f167";
}
.fa-xing:before {
content: "\f168";
}
.fa-xing-square:before {
content: "\f169";
}
.fa-youtube-play:before {
content: "\f16a";
}
.fa-dropbox:before {
content: "\f16b";
}
.fa-stack-overflow:before {
content: "\f16c";
}
.fa-instagram:before {
content: "\f16d";
}
.fa-flickr:before {
content: "\f16e";
}
.fa-adn:before {
content: "\f170";
}
.fa-bitbucket:before {
content: "\f171";
}
.fa-bitbucket-square:before {
content: "\f172";
}
.fa-tumblr:before {
content: "\f173";
}
.fa-tumblr-square:before {
content: "\f174";
}
.fa-long-arrow-down:before {
content: "\f175";
}
.fa-long-arrow-up:before {
content: "\f176";
}
.fa-long-arrow-left:before {
content: "\f177";
}
.fa-long-arrow-right:before {
content: "\f178";
}
.fa-apple:before {
content: "\f179";
}
.fa-windows:before {
content: "\f17a";
}
.fa-android:before {
content: "\f17b";
}
.fa-linux:before {
content: "\f17c";
}
.fa-dribbble:before {
content: "\f17d";
}
.fa-skype:before {
content: "\f17e";
}
.fa-foursquare:before {
content: "\f180";
}
.fa-trello:before {
content: "\f181";
}
.fa-female:before {
content: "\f182";
}
.fa-male:before {
content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
content: "\f184";
}
.fa-sun-o:before {
content: "\f185";
}
.fa-moon-o:before {
content: "\f186";
}
.fa-archive:before {
content: "\f187";
}
.fa-bug:before {
content: "\f188";
}
.fa-vk:before {
content: "\f189";
}
.fa-weibo:before {
content: "\f18a";
}
.fa-renren:before {
content: "\f18b";
}
.fa-pagelines:before {
content: "\f18c";
}
.fa-stack-exchange:before {
content: "\f18d";
}
.fa-arrow-circle-o-right:before {
content: "\f18e";
}
.fa-arrow-circle-o-left:before {
content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
content: "\f191";
}
.fa-dot-circle-o:before {
content: "\f192";
}
.fa-wheelchair:before {
content: "\f193";
}
.fa-vimeo-square:before {
content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
content: "\f195";
}
.fa-plus-square-o:before {
content: "\f196";
}
.fa-space-shuttle:before {
content: "\f197";
}
.fa-slack:before {
content: "\f198";
}
.fa-envelope-square:before {
content: "\f199";
}
.fa-wordpress:before {
content: "\f19a";
}
.fa-openid:before {
content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
content: "\f19d";
}
.fa-yahoo:before {
content: "\f19e";
}
.fa-google:before {
content: "\f1a0";
}
.fa-reddit:before {
content: "\f1a1";
}
.fa-reddit-square:before {
content: "\f1a2";
}
.fa-stumbleupon-circle:before {
content: "\f1a3";
}
.fa-stumbleupon:before {
content: "\f1a4";
}
.fa-delicious:before {
content: "\f1a5";
}
.fa-digg:before {
content: "\f1a6";
}
.fa-pied-piper-pp:before {
content: "\f1a7";
}
.fa-pied-piper-alt:before {
content: "\f1a8";
}
.fa-drupal:before {
content: "\f1a9";
}
.fa-joomla:before {
content: "\f1aa";
}
.fa-language:before {
content: "\f1ab";
}
.fa-fax:before {
content: "\f1ac";
}
.fa-building:before {
content: "\f1ad";
}
.fa-child:before {
content: "\f1ae";
}
.fa-paw:before {
content: "\f1b0";
}
.fa-spoon:before {
content: "\f1b1";
}
.fa-cube:before {
content: "\f1b2";
}
.fa-cubes:before {
content: "\f1b3";
}
.fa-behance:before {
content: "\f1b4";
}
.fa-behance-square:before {
content: "\f1b5";
}
.fa-steam:before {
content: "\f1b6";
}
.fa-steam-square:before {
content: "\f1b7";
}
.fa-recycle:before {
content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
content: "\f1ba";
}
.fa-tree:before {
content: "\f1bb";
}
.fa-spotify:before {
content: "\f1bc";
}
.fa-deviantart:before {
content: "\f1bd";
}
.fa-soundcloud:before {
content: "\f1be";
}
.fa-database:before {
content: "\f1c0";
}
.fa-file-pdf-o:before {
content: "\f1c1";
}
.fa-file-word-o:before {
content: "\f1c2";
}
.fa-file-excel-o:before {
content: "\f1c3";
}
.fa-file-powerpoint-o:before {
content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
content: "\f1c8";
}
.fa-file-code-o:before {
content: "\f1c9";
}
.fa-vine:before {
content: "\f1ca";
}
.fa-codepen:before {
content: "\f1cb";
}
.fa-jsfiddle:before {
content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
content: "\f1cd";
}
.fa-circle-o-notch:before {
content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
content: "\f1d1";
}
.fa-git-square:before {
content: "\f1d2";
}
.fa-git:before {
content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
content: "\f1d4";
}
.fa-tencent-weibo:before {
content: "\f1d5";
}
.fa-qq:before {
content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
content: "\f1d9";
}
.fa-history:before {
content: "\f1da";
}
.fa-circle-thin:before {
content: "\f1db";
}
.fa-header:before {
content: "\f1dc";
}
.fa-paragraph:before {
content: "\f1dd";
}
.fa-sliders:before {
content: "\f1de";
}
.fa-share-alt:before {
content: "\f1e0";
}
.fa-share-alt-square:before {
content: "\f1e1";
}
.fa-bomb:before {
content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
content: "\f1e3";
}
.fa-tty:before {
content: "\f1e4";
}
.fa-binoculars:before {
content: "\f1e5";
}
.fa-plug:before {
content: "\f1e6";
}
.fa-slideshare:before {
content: "\f1e7";
}
.fa-twitch:before {
content: "\f1e8";
}
.fa-yelp:before {
content: "\f1e9";
}
.fa-newspaper-o:before {
content: "\f1ea";
}
.fa-wifi:before {
content: "\f1eb";
}
.fa-calculator:before {
content: "\f1ec";
}
.fa-paypal:before {
content: "\f1ed";
}
.fa-google-wallet:before {
content: "\f1ee";
}
.fa-cc-visa:before {
content: "\f1f0";
}
.fa-cc-mastercard:before {
content: "\f1f1";
}
.fa-cc-discover:before {
content: "\f1f2";
}
.fa-cc-amex:before {
content: "\f1f3";
}
.fa-cc-paypal:before {
content: "\f1f4";
}
.fa-cc-stripe:before {
content: "\f1f5";
}
.fa-bell-slash:before {
content: "\f1f6";
}
.fa-bell-slash-o:before {
content: "\f1f7";
}
.fa-trash:before {
content: "\f1f8";
}
.fa-copyright:before {
content: "\f1f9";
}
.fa-at:before {
content: "\f1fa";
}
.fa-eyedropper:before {
content: "\f1fb";
}
.fa-paint-brush:before {
content: "\f1fc";
}
.fa-birthday-cake:before {
content: "\f1fd";
}
.fa-area-chart:before {
content: "\f1fe";
}
.fa-pie-chart:before {
content: "\f200";
}
.fa-line-chart:before {
content: "\f201";
}
.fa-lastfm:before {
content: "\f202";
}
.fa-lastfm-square:before {
content: "\f203";
}
.fa-toggle-off:before {
content: "\f204";
}
.fa-toggle-on:before {
content: "\f205";
}
.fa-bicycle:before {
content: "\f206";
}
.fa-bus:before {
content: "\f207";
}
.fa-ioxhost:before {
content: "\f208";
}
.fa-angellist:before {
content: "\f209";
}
.fa-cc:before {
content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
content: "\f20b";
}
.fa-meanpath:before {
content: "\f20c";
}
.fa-buysellads:before {
content: "\f20d";
}
.fa-connectdevelop:before {
content: "\f20e";
}
.fa-dashcube:before {
content: "\f210";
}
.fa-forumbee:before {
content: "\f211";
}
.fa-leanpub:before {
content: "\f212";
}
.fa-sellsy:before {
content: "\f213";
}
.fa-shirtsinbulk:before {
content: "\f214";
}
.fa-simplybuilt:before {
content: "\f215";
}
.fa-skyatlas:before {
content: "\f216";
}
.fa-cart-plus:before {
content: "\f217";
}
.fa-cart-arrow-down:before {
content: "\f218";
}
.fa-diamond:before {
content: "\f219";
}
.fa-ship:before {
content: "\f21a";
}
.fa-user-secret:before {
content: "\f21b";
}
.fa-motorcycle:before {
content: "\f21c";
}
.fa-street-view:before {
content: "\f21d";
}
.fa-heartbeat:before {
content: "\f21e";
}
.fa-venus:before {
content: "\f221";
}
.fa-mars:before {
content: "\f222";
}
.fa-mercury:before {
content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
content: "\f224";
}
.fa-transgender-alt:before {
content: "\f225";
}
.fa-venus-double:before {
content: "\f226";
}
.fa-mars-double:before {
content: "\f227";
}
.fa-venus-mars:before {
content: "\f228";
}
.fa-mars-stroke:before {
content: "\f229";
}
.fa-mars-stroke-v:before {
content: "\f22a";
}
.fa-mars-stroke-h:before {
content: "\f22b";
}
.fa-neuter:before {
content: "\f22c";
}
.fa-genderless:before {
content: "\f22d";
}
.fa-facebook-official:before {
content: "\f230";
}
.fa-pinterest-p:before {
content: "\f231";
}
.fa-whatsapp:before {
content: "\f232";
}
.fa-server:before {
content: "\f233";
}
.fa-user-plus:before {
content: "\f234";
}
.fa-user-times:before {
content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
content: "\f236";
}
.fa-viacoin:before {
content: "\f237";
}
.fa-train:before {
content: "\f238";
}
.fa-subway:before {
content: "\f239";
}
.fa-medium:before {
content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
content: "\f23b";
}
.fa-optin-monster:before {
content: "\f23c";
}
.fa-opencart:before {
content: "\f23d";
}
.fa-expeditedssl:before {
content: "\f23e";
}
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
content: "\f244";
}
.fa-mouse-pointer:before {
content: "\f245";
}
.fa-i-cursor:before {
content: "\f246";
}
.fa-object-group:before {
content: "\f247";
}
.fa-object-ungroup:before {
content: "\f248";
}
.fa-sticky-note:before {
content: "\f249";
}
.fa-sticky-note-o:before {
content: "\f24a";
}
.fa-cc-jcb:before {
content: "\f24b";
}
.fa-cc-diners-club:before {
content: "\f24c";
}
.fa-clone:before {
content: "\f24d";
}
.fa-balance-scale:before {
content: "\f24e";
}
.fa-hourglass-o:before {
content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
content: "\f253";
}
.fa-hourglass:before {
content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
content: "\f256";
}
.fa-hand-scissors-o:before {
content: "\f257";
}
.fa-hand-lizard-o:before {
content: "\f258";
}
.fa-hand-spock-o:before {
content: "\f259";
}
.fa-hand-pointer-o:before {
content: "\f25a";
}
.fa-hand-peace-o:before {
content: "\f25b";
}
.fa-trademark:before {
content: "\f25c";
}
.fa-registered:before {
content: "\f25d";
}
.fa-creative-commons:before {
content: "\f25e";
}
.fa-gg:before {
content: "\f260";
}
.fa-gg-circle:before {
content: "\f261";
}
.fa-tripadvisor:before {
content: "\f262";
}
.fa-odnoklassniki:before {
content: "\f263";
}
.fa-odnoklassniki-square:before {
content: "\f264";
}
.fa-get-pocket:before {
content: "\f265";
}
.fa-wikipedia-w:before {
content: "\f266";
}
.fa-safari:before {
content: "\f267";
}
.fa-chrome:before {
content: "\f268";
}
.fa-firefox:before {
content: "\f269";
}
.fa-opera:before {
content: "\f26a";
}
.fa-internet-explorer:before {
content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
content: "\f26c";
}
.fa-contao:before {
content: "\f26d";
}
.fa-500px:before {
content: "\f26e";
}
.fa-amazon:before {
content: "\f270";
}
.fa-calendar-plus-o:before {
content: "\f271";
}
.fa-calendar-minus-o:before {
content: "\f272";
}
.fa-calendar-times-o:before {
content: "\f273";
}
.fa-calendar-check-o:before {
content: "\f274";
}
.fa-industry:before {
content: "\f275";
}
.fa-map-pin:before {
content: "\f276";
}
.fa-map-signs:before {
content: "\f277";
}
.fa-map-o:before {
content: "\f278";
}
.fa-map:before {
content: "\f279";
}
.fa-commenting:before {
content: "\f27a";
}
.fa-commenting-o:before {
content: "\f27b";
}
.fa-houzz:before {
content: "\f27c";
}
.fa-vimeo:before {
content: "\f27d";
}
.fa-black-tie:before {
content: "\f27e";
}
.fa-fonticons:before {
content: "\f280";
}
.fa-reddit-alien:before {
content: "\f281";
}
.fa-edge:before {
content: "\f282";
}
.fa-credit-card-alt:before {
content: "\f283";
}
.fa-codiepie:before {
content: "\f284";
}
.fa-modx:before {
content: "\f285";
}
.fa-fort-awesome:before {
content: "\f286";
}
.fa-usb:before {
content: "\f287";
}
.fa-product-hunt:before {
content: "\f288";
}
.fa-mixcloud:before {
content: "\f289";
}
.fa-scribd:before {
content: "\f28a";
}
.fa-pause-circle:before {
content: "\f28b";
}
.fa-pause-circle-o:before {
content: "\f28c";
}
.fa-stop-circle:before {
content: "\f28d";
}
.fa-stop-circle-o:before {
content: "\f28e";
}
.fa-shopping-bag:before {
content: "\f290";
}
.fa-shopping-basket:before {
content: "\f291";
}
.fa-hashtag:before {
content: "\f292";
}
.fa-bluetooth:before {
content: "\f293";
}
.fa-bluetooth-b:before {
content: "\f294";
}
.fa-percent:before {
content: "\f295";
}
.fa-gitlab:before {
content: "\f296";
}
.fa-wpbeginner:before {
content: "\f297";
}
.fa-wpforms:before {
content: "\f298";
}
.fa-envira:before {
content: "\f299";
}
.fa-universal-access:before {
content: "\f29a";
}
.fa-wheelchair-alt:before {
content: "\f29b";
}
.fa-question-circle-o:before {
content: "\f29c";
}
.fa-blind:before {
content: "\f29d";
}
.fa-audio-description:before {
content: "\f29e";
}
.fa-volume-control-phone:before {
content: "\f2a0";
}
.fa-braille:before {
content: "\f2a1";
}
.fa-assistive-listening-systems:before {
content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
content: "\f2a4";
}
.fa-glide:before {
content: "\f2a5";
}
.fa-glide-g:before {
content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
content: "\f2a7";
}
.fa-low-vision:before {
content: "\f2a8";
}
.fa-viadeo:before {
content: "\f2a9";
}
.fa-viadeo-square:before {
content: "\f2aa";
}
.fa-snapchat:before {
content: "\f2ab";
}
.fa-snapchat-ghost:before {
content: "\f2ac";
}
.fa-snapchat-square:before {
content: "\f2ad";
}
.fa-pied-piper:before {
content: "\f2ae";
}
.fa-first-order:before {
content: "\f2b0";
}
.fa-yoast:before {
content: "\f2b1";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
content: "\f2b4";
}
.fa-handshake-o:before {
content: "\f2b5";
}
.fa-envelope-open:before {
content: "\f2b6";
}
.fa-envelope-open-o:before {
content: "\f2b7";
}
.fa-linode:before {
content: "\f2b8";
}
.fa-address-book:before {
content: "\f2b9";
}
.fa-address-book-o:before {
content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
content: "\f2bc";
}
.fa-user-circle:before {
content: "\f2bd";
}
.fa-user-circle-o:before {
content: "\f2be";
}
.fa-user-o:before {
content: "\f2c0";
}
.fa-id-badge:before {
content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
content: "\f2c3";
}
.fa-quora:before {
content: "\f2c4";
}
.fa-free-code-camp:before {
content: "\f2c5";
}
.fa-telegram:before {
content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
content: "\f2cb";
}
.fa-shower:before {
content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
content: "\f2cd";
}
.fa-podcast:before {
content: "\f2ce";
}
.fa-window-maximize:before {
content: "\f2d0";
}
.fa-window-minimize:before {
content: "\f2d1";
}
.fa-window-restore:before {
content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
content: "\f2d4";
}
.fa-bandcamp:before {
content: "\f2d5";
}
.fa-grav:before {
content: "\f2d6";
}
.fa-etsy:before {
content: "\f2d7";
}
.fa-imdb:before {
content: "\f2d8";
}
.fa-ravelry:before {
content: "\f2d9";
}
.fa-eercast:before {
content: "\f2da";
}
.fa-microchip:before {
content: "\f2db";
}
.fa-snowflake-o:before {
content: "\f2dc";
}
.fa-superpowers:before {
content: "\f2dd";
}
.fa-wpexplorer:before {
content: "\f2de";
}
.fa-meetup:before {
content: "\f2e0";
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto;
}
 @-webkit-keyframes bounce {
from,
20%,
53%,
80%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
40%,
43% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0, -4px, 0);
transform: translate3d(0, -4px, 0);
}
}
@keyframes bounce {
from,
20%,
53%,
80%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
40%,
43% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0, -4px, 0);
transform: translate3d(0, -4px, 0);
}
}
.bounce {
-webkit-animation-name: bounce;
animation-name: bounce;
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
}
@-webkit-keyframes flash {
from,
50%,
to {
opacity: 1;
}
25%,
75% {
opacity: 0;
}
}
@keyframes flash {
from,
50%,
to {
opacity: 1;
}
25%,
75% {
opacity: 0;
}
}
.flash {
-webkit-animation-name: flash;
animation-name: flash;
} @-webkit-keyframes pulse {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes pulse {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.pulse {
-webkit-animation-name: pulse;
animation-name: pulse;
}
@-webkit-keyframes rubberBand {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(0.95, 1.05, 1);
transform: scale3d(0.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, 0.95, 1);
transform: scale3d(1.05, 0.95, 1);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes rubberBand {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(0.95, 1.05, 1);
transform: scale3d(0.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, 0.95, 1);
transform: scale3d(1.05, 0.95, 1);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.rubberBand {
-webkit-animation-name: rubberBand;
animation-name: rubberBand;
}
@-webkit-keyframes shake {
from,
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%,
30%,
50%,
70%,
90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
20%,
40%,
60%,
80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
}
@keyframes shake {
from,
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%,
30%,
50%,
70%,
90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
20%,
40%,
60%,
80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
}
.shake {
-webkit-animation-name: shake;
animation-name: shake;
}
@-webkit-keyframes headShake {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
6.5% {
-webkit-transform: translateX(-6px) rotateY(-9deg);
transform: translateX(-6px) rotateY(-9deg);
}
18.5% {
-webkit-transform: translateX(5px) rotateY(7deg);
transform: translateX(5px) rotateY(7deg);
}
31.5% {
-webkit-transform: translateX(-3px) rotateY(-5deg);
transform: translateX(-3px) rotateY(-5deg);
}
43.5% {
-webkit-transform: translateX(2px) rotateY(3deg);
transform: translateX(2px) rotateY(3deg);
}
50% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes headShake {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
6.5% {
-webkit-transform: translateX(-6px) rotateY(-9deg);
transform: translateX(-6px) rotateY(-9deg);
}
18.5% {
-webkit-transform: translateX(5px) rotateY(7deg);
transform: translateX(5px) rotateY(7deg);
}
31.5% {
-webkit-transform: translateX(-3px) rotateY(-5deg);
transform: translateX(-3px) rotateY(-5deg);
}
43.5% {
-webkit-transform: translateX(2px) rotateY(3deg);
transform: translateX(2px) rotateY(3deg);
}
50% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
.headShake {
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-name: headShake;
animation-name: headShake;
}
@-webkit-keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
}
to {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
@keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
}
to {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
.swing {
-webkit-transform-origin: top center;
transform-origin: top center;
-webkit-animation-name: swing;
animation-name: swing;
}
@-webkit-keyframes tada {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%,
20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
}
30%,
50%,
70%,
90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%,
60%,
80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes tada {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%,
20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
}
30%,
50%,
70%,
90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%,
60%,
80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.tada {
-webkit-animation-name: tada;
animation-name: tada;
} @-webkit-keyframes wobble {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes wobble {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.wobble {
-webkit-animation-name: wobble;
animation-name: wobble;
}
@-webkit-keyframes jello {
from,
11.1%,
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
22.2% {
-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
-webkit-transform: skewX(6.25deg) skewY(6.25deg);
transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
transform: skewX(0.390625deg) skewY(0.390625deg);
}
88.8% {
-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
}
}
@keyframes jello {
from,
11.1%,
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
22.2% {
-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
-webkit-transform: skewX(6.25deg) skewY(6.25deg);
transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
transform: skewX(0.390625deg) skewY(0.390625deg);
}
88.8% {
-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
}
}
.jello {
-webkit-animation-name: jello;
animation-name: jello;
-webkit-transform-origin: center;
transform-origin: center;
}
@-webkit-keyframes heartBeat {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
14% {
-webkit-transform: scale(1.3);
transform: scale(1.3);
}
28% {
-webkit-transform: scale(1);
transform: scale(1);
}
42% {
-webkit-transform: scale(1.3);
transform: scale(1.3);
}
70% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes heartBeat {
0% {
-webkit-transform: scale(1);
transform: scale(1);
}
14% {
-webkit-transform: scale(1.3);
transform: scale(1.3);
}
28% {
-webkit-transform: scale(1);
transform: scale(1);
}
42% {
-webkit-transform: scale(1.3);
transform: scale(1.3);
}
70% {
-webkit-transform: scale(1);
transform: scale(1);
}
}
.heartBeat {
-webkit-animation-name: heartBeat;
animation-name: heartBeat;
-webkit-animation-duration: 1.3s;
animation-duration: 1.3s;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
@-webkit-keyframes bounceIn {
from,
20%,
40%,
60%,
80%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(0.9, 0.9, 0.9);
transform: scale3d(0.9, 0.9, 0.9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(0.97, 0.97, 0.97);
transform: scale3d(0.97, 0.97, 0.97);
}
to {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes bounceIn {
from,
20%,
40%,
60%,
80%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(0.9, 0.9, 0.9);
transform: scale3d(0.9, 0.9, 0.9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(0.97, 0.97, 0.97);
transform: scale3d(0.97, 0.97, 0.97);
}
to {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.bounceIn {
-webkit-animation-duration: 0.75s;
animation-duration: 0.75s;
-webkit-animation-name: bounceIn;
animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes bounceInDown {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.bounceInDown {
-webkit-animation-name: bounceInDown;
animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0);
}
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes bounceInLeft {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0);
}
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.bounceInLeft {
-webkit-animation-name: bounceInLeft;
animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
from {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0);
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes bounceInRight {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
from {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0);
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.bounceInRight {
-webkit-animation-name: bounceInRight;
animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
from {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes bounceInUp {
from,
60%,
75%,
90%,
to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
from {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.bounceInUp {
-webkit-animation-name: bounceInUp;
animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9);
transform: scale3d(0.9, 0.9, 0.9);
}
50%,
55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
to {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
}
@keyframes bounceOut {
20% {
-webkit-transform: scale3d(0.9, 0.9, 0.9);
transform: scale3d(0.9, 0.9, 0.9);
}
50%,
55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
to {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
}
.bounceOut {
-webkit-animation-duration: 0.75s;
animation-duration: 0.75s;
-webkit-animation-name: bounceOut;
animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
40%,
45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@keyframes bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
40%,
45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
.bounceOutDown {
-webkit-animation-name: bounceOutDown;
animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@keyframes bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
.bounceOutLeft {
-webkit-animation-name: bounceOutLeft;
animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@keyframes bounceOutRight {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
.bounceOutRight {
-webkit-animation-name: bounceOutRight;
animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
20% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
40%,
45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@keyframes bounceOutUp {
20% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
40%,
45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
.bounceOutUp {
-webkit-animation-name: bounceOutUp;
animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInDownBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.fadeInDownBig {
-webkit-animation-name: fadeInDownBig;
animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.fadeInLeft {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
from {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInLeftBig {
from {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.fadeInLeftBig {
-webkit-animation-name: fadeInLeftBig;
animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.fadeInRight {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
from {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInRightBig {
from {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.fadeInRightBig {
-webkit-animation-name: fadeInRightBig;
animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes fadeInUpBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.fadeInUpBig {
-webkit-animation-name: fadeInUpBig;
animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
@keyframes fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
.fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@keyframes fadeOutDown {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
.fadeOutDown {
-webkit-animation-name: fadeOutDown;
animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@keyframes fadeOutDownBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
.fadeOutDownBig {
-webkit-animation-name: fadeOutDownBig;
animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes fadeOutLeft {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
.fadeOutLeft {
-webkit-animation-name: fadeOutLeft;
animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@keyframes fadeOutLeftBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
.fadeOutLeftBig {
-webkit-animation-name: fadeOutLeftBig;
animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@keyframes fadeOutRight {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
.fadeOutRight {
-webkit-animation-name: fadeOutRight;
animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@keyframes fadeOutRightBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
.fadeOutRightBig {
-webkit-animation-name: fadeOutRightBig;
animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@keyframes fadeOutUp {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
.fadeOutUp {
-webkit-animation-name: fadeOutUp;
animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@keyframes fadeOutUpBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
.fadeOutUpBig {
-webkit-animation-name: fadeOutUpBig;
animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
from {
-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
rotate3d(0, 1, 0, 0deg);
transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
rotate3d(0, 1, 0, 0deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
to {
-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
rotate3d(0, 1, 0, 0deg);
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
@keyframes flip {
from {
-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px)
rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
rotate3d(0, 1, 0, 0deg);
transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0)
rotate3d(0, 1, 0, 0deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
to {
-webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0)
rotate3d(0, 1, 0, 0deg);
transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
.animated.flip {
-webkit-backface-visibility: visible;
backface-visibility: visible;
-webkit-animation-name: flip;
animation-name: flip;
}
@-webkit-keyframes flipInX {
from {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInX {
from {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
.flipInX {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInX;
animation-name: flipInX;
}
@-webkit-keyframes flipInY {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInY {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
.flipInY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInY;
animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
@keyframes flipOutX {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
.flipOutX {
-webkit-animation-duration: 0.75s;
animation-duration: 0.75s;
-webkit-animation-name: flipOutX;
animation-name: flipOutX;
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
@keyframes flipOutY {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
.flipOutY {
-webkit-animation-duration: 0.75s;
animation-duration: 0.75s;
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipOutY;
animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
from {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1;
}
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes lightSpeedIn {
from {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1;
}
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.lightSpeedIn {
-webkit-animation-name: lightSpeedIn;
animation-name: lightSpeedIn;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
from {
opacity: 1;
}
to {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
@keyframes lightSpeedOut {
from {
opacity: 1;
}
to {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
.lightSpeedOut {
-webkit-animation-name: lightSpeedOut;
animation-name: lightSpeedOut;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
from {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@keyframes rotateIn {
from {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
.rotateIn {
-webkit-animation-name: rotateIn;
animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@keyframes rotateInDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
.rotateInDownLeft {
-webkit-animation-name: rotateInDownLeft;
animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@keyframes rotateInDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
.rotateInDownRight {
-webkit-animation-name: rotateInDownRight;
animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@keyframes rotateInUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
.rotateInUpLeft {
-webkit-animation-name: rotateInUpLeft;
animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
@keyframes rotateInUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 1;
}
}
.rotateInUpRight {
-webkit-animation-name: rotateInUpRight;
animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
from {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
@keyframes rotateOut {
from {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
.rotateOut {
-webkit-animation-name: rotateOut;
animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
@keyframes rotateOutDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
.rotateOutDownLeft {
-webkit-animation-name: rotateOutDownLeft;
animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
@keyframes rotateOutDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutDownRight {
-webkit-animation-name: rotateOutDownRight;
animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
@keyframes rotateOutUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutUpLeft {
-webkit-animation-name: rotateOutUpLeft;
animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
@keyframes rotateOutUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
.rotateOutUpRight {
-webkit-animation-name: rotateOutUpRight;
animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
0% {
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%,
60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40%,
80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1;
}
to {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
@keyframes hinge {
0% {
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%,
60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40%,
80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1;
}
to {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
.hinge {
-webkit-animation-duration: 2s;
animation-duration: 2s;
-webkit-animation-name: hinge;
animation-name: hinge;
}
@-webkit-keyframes jackInTheBox {
from {
opacity: 0;
-webkit-transform: scale(0.1) rotate(30deg);
transform: scale(0.1) rotate(30deg);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
}
50% {
-webkit-transform: rotate(-10deg);
transform: rotate(-10deg);
}
70% {
-webkit-transform: rotate(3deg);
transform: rotate(3deg);
}
to {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
}
@keyframes jackInTheBox {
from {
opacity: 0;
-webkit-transform: scale(0.1) rotate(30deg);
transform: scale(0.1) rotate(30deg);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
}
50% {
-webkit-transform: rotate(-10deg);
transform: rotate(-10deg);
}
70% {
-webkit-transform: rotate(3deg);
transform: rotate(3deg);
}
to {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}
}
.jackInTheBox {
-webkit-animation-name: jackInTheBox;
animation-name: jackInTheBox;
} @-webkit-keyframes rollIn {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes rollIn {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
to {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.rollIn {
-webkit-animation-name: rollIn;
animation-name: rollIn;
} @-webkit-keyframes rollOut {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
@keyframes rollOut {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
.rollOut {
-webkit-animation-name: rollOut;
animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
from {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
50% {
opacity: 1;
}
}
@keyframes zoomIn {
from {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
50% {
opacity: 1;
}
}
.zoomIn {
-webkit-animation-name: zoomIn;
animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomInDown {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomInDown {
-webkit-animation-name: zoomInDown;
animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomInLeft {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomInLeft {
-webkit-animation-name: zoomInLeft;
animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomInRight {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomInRight {
-webkit-animation-name: zoomInRight;
animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomInUp {
from {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
60% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomInUp {
-webkit-animation-name: zoomInUp;
animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
from {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
to {
opacity: 0;
}
}
@keyframes zoomOut {
from {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(0.3, 0.3, 0.3);
transform: scale3d(0.3, 0.3, 0.3);
}
to {
opacity: 0;
}
}
.zoomOut {
-webkit-animation-name: zoomOut;
animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
to {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
to {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomOutDown {
-webkit-animation-name: zoomOutDown;
animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
transform: scale(0.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center;
}
}
@keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
transform: scale(0.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center;
}
}
.zoomOutLeft {
-webkit-animation-name: zoomOutLeft;
animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
transform: scale(0.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center;
}
}
@keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
transform: scale(0.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center;
}
}
.zoomOutRight {
-webkit-animation-name: zoomOutRight;
animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
to {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
@keyframes zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
to {
opacity: 0;
-webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
}
}
.zoomOutUp {
-webkit-animation-name: zoomOutUp;
animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
from {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInDown {
from {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInDown {
-webkit-animation-name: slideInDown;
animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
from {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInLeft {
from {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInLeft {
-webkit-animation-name: slideInLeft;
animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
from {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInRight {
from {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInRight {
-webkit-animation-name: slideInRight;
animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
from {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInUp {
from {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInUp {
-webkit-animation-name: slideInUp;
animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@keyframes slideOutDown {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
.slideOutDown {
-webkit-animation-name: slideOutDown;
animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes slideOutLeft {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
.slideOutLeft {
-webkit-animation-name: slideOutLeft;
animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@keyframes slideOutRight {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
.slideOutRight {
-webkit-animation-name: slideOutRight;
animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@keyframes slideOutUp {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
.slideOutUp {
-webkit-animation-name: slideOutUp;
animation-name: slideOutUp;
}
.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.delay-1s {
-webkit-animation-delay: 1s;
animation-delay: 1s;
}
.animated.delay-2s {
-webkit-animation-delay: 2s;
animation-delay: 2s;
}
.animated.delay-3s {
-webkit-animation-delay: 3s;
animation-delay: 3s;
}
.animated.delay-4s {
-webkit-animation-delay: 4s;
animation-delay: 4s;
}
.animated.delay-5s {
-webkit-animation-delay: 5s;
animation-delay: 5s;
}
.animated.fast {
-webkit-animation-duration: 800ms;
animation-duration: 800ms;
}
.animated.faster {
-webkit-animation-duration: 500ms;
animation-duration: 500ms;
}
.animated.slow {
-webkit-animation-duration: 2s;
animation-duration: 2s;
}
.animated.slower {
-webkit-animation-duration: 3s;
animation-duration: 3s;
}
@media (print), (prefers-reduced-motion: reduce) {
.animated {
-webkit-animation-duration: 1ms !important;
animation-duration: 1ms !important;
-webkit-transition-duration: 1ms !important;
transition-duration: 1ms !important;
-webkit-animation-iteration-count: 1 !important;
animation-iteration-count: 1 !important;
}
}.main-header #royal-shop-above-menu,.below-header #royal-shop-above-menu{
display:none;
}
.royal-shop-menu,.royal-shop-menu li{
list-style: none;
margin: 0;
padding: 0;      
}
.royal-shop-menu > li {
display: block;
margin: 0;
padding: 0;
border: 0px;
display: inline-block;
}
.royal-shop-menu li a:hover,
.royal-shop-menu .current-menu-item a{
color:#ff0052;
}
.royal-shop-menu > li > a {
display: block;
position: relative;
margin: 0;
border: 0px;
font-size:14px;
padding: 12px 20px 12px 0px;
color: #777;
}
#royal-shop-above-menu.royal-shop-menu > li > a{
font-size: 13px;
}
.royal-shop-menu li a i {
padding-right: 5px;
font-size: 16px;
text-shadow: none;
}
.royal-shop-menu li ul.sub-menu li a i {
padding-right: 10px;
}
.royal-shop-menu li.on-section a {
color:#111;
}
.royal-shop-menu li ul.sub-menu li a:hover{
background:#eee;
}
.royal-shop-menu li .menu-active {
position: relative;
}
.royal-shop-menu > li > a > .arrow:before {  
margin-left:5px;
font-family: FontAwesome;
height: auto;
content: "\f107";
font-weight: 300;
text-shadow: none;
width: 10px;
}
.royal-shop-menu li ul.sub-menu li > a > .arrow:before {
content: "\f105" !important;
}
.royal-shop-menu  ul.sub-menu {
position: absolute;
box-shadow: 0 4px 10px 0 rgba(3,3,3,.1);
list-style: none;
margin-bottom: 0;
line-height: 18px;
text-align: left;
min-width: 166px;
opacity: 0;
visibility: hidden;
z-index: 99;
background-color: #fff;
margin: 0;
-webkit-transition: -webkit-transform .3s ease,opacity .3s ease,visibility .3s ease;
transition: transform .3s ease,opacity .3s ease,visibility .3s ease;
-webkit-transform: translateY(14px);
transform: translateY(14px);
}
.royal-shop-menu ul.sub-menu.slide {
opacity: 1;
visibility: visible;
-webkit-transform: translateY(0);
transform: translateY(0);
}
.royal-shop-menu li ul.sub-menu > li {
width: 185px;
}
.royal-shop-menu li ul.sub-menu li a {
display: block;
height: auto;
min-height: 0 !important;
line-height: 1.8;
padding: 12px 15px;
text-decoration: none;
font-weight: normal;
background: none;
}
.royal-shop-menu > li > ul.sub-menu > li {
position: relative;
line-height: initial;
}
.royal-shop-menu > li > ul.sub-menu li > a > .arrow:before {
float: right;
margin-right: 0px;
display: inline;
font-size: 16px;
font-family: FontAwesome;
height: auto;
content: "\f104";
text-shadow: none;
}
.royal-shop-menu > li > ul.sub-menu > li ul.sub-menu {
position: absolute;
left: 100%;
top: 0px;
list-style: none;
margin: 0;
}
.royal-shop-menu > li > ul.sub-menu > li ul.sub-menu > li ul.sub-menu {
position: absolute;
left: 185px;
top: 0px;
list-style: none;
} .menu-toggle {
display: none;
width: 100%;
position: relative;
}
.menu-toggle h3,.bar-menu-toggle h3 {
float: left;
color: #FFF;
padding: 0px 10px;
font-weight: 600;
font-size: 16px;
}
.menu-toggle .icon-bar{
display: block !important;
width: 22px;
height: 2px;
background-color: #3F3F3F;
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
border-radius: 1px;
margin:5px;
}
.menu-toggle .menu-btn{
float: right;
background: transparent;
}
.royal-shop-menu .hide-menu {
display: none;
}
.menu-close-btn:hover{
cursor:pointer;
}
.menu-toggle .menu-btn:focus,.bar-menu-toggle .menu-btn:focus{
outline:0;
} ul[data-menu-style="accordion"] {
width: 250px;
}
ul[data-menu-style="accordion"] > li {    
display: block;
margin: 0;
padding: 0;
border: 0px;
float: left !important;
width: 100%;
}
ul[data-menu-style="accordion"] li ul.sub-menu > li {
width: 100%;
}
ul[data-menu-style="accordion"] > li > a > .arrow:before {
float: right;
content: "+" !important;
padding: .5em 3em 0;
}
@media screen and (max-width: 768px) {
.wzta-product-cat-list li.menu-active {
margin-bottom: 1em;
padding-bottom: 1em;
}
}
ul[data-menu-style="accordion"] li.menu-active > a > .arrow:before {
content: "-" !important;
}
ul[data-menu-style="accordion"] > li > ul.sub-menu {
position: static;
}
ul[data-menu-style="accordion"] > li > a i {
padding-right: 10px;
color: #FF5737;
}
ul[data-menu-style="accordion"] > li > ul.sub-menu > li ul.sub-menu {
position: static;
}
ul[data-menu-style="accordion"] > li > ul.sub-menu > li ul.sub-menu > li ul.sub-menu {
position: static;
}
ul[data-menu-style="accordion"] > li {
border-bottom: 1px solid rgba(0,0,0,.1);
}
ul[data-menu-style="accordion"] ul.sub-menu li.menu-active > a > .arrow:before {
content: "\f107" !important;
}
body{
transition: all 0.2s ease-in-out;
-webkit-transition: all 0.23s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
left: 0;
}   @media screen and (max-width: 1024px){
.sider-inner .panel{
padding: 15px;
}
.overcenter .royal-shop-menu{
text-align: center;
}
.main-header #royal-shop-above-menu,.below-header #royal-shop-above-menu{
display:block;
}
.abv-two .top-header-col1 .menu-toggle .menu-btn{
float:none;
}   
.mhdfull .top-header .menu-toggle,
.mhdfull .bottom-header .menu-toggle{
display:block!important;
}
.sticky-mobile-menu-active .left,
.mobile-menu-active .sider.royal-shop-menu-hide.left,
.mobile-bottom-menu-active .sider.royal-shop-menu-hide.left{
left: -300px;
right: auto;
transition: left 0.3s ease;
}
.sticky-mobile-menu-active .right,
.mobile-menu-active .sider.royal-shop-menu-hide.right,
.mobile-bottom-menu-active .sider.royal-shop-menu-hide.right{
left: auto;
right:-300px;
transition: right 0.3s ease;
}
.mobile-menu-active .royal-shop-menu .searchfrom #searchform{
display:block;
position: relative;
}
.mobile-menu-active .royal-shop-menu  .searchfrom .search-btn{
display:none;
}
.mobile-menu-active li.menu-item.zta-custom-item{
padding:18px 0px;
border: none;
}
.mobile-menu-active .royal-shop-menu .searchfrom{
float:left;
}
.main-header .menu-custom-search .content-social ul.social-icon li{
display: -webkit-inline-box;
}
.main-header .menu-custom-search .content-social ul.social-icon{
margin: 0;
display: block;
}
.demo{
width:96%;
padding:2%;
}
ul[data-menu-style="vertical"] , ul[data-menu-style="accordion"],
ul[data-menu-style="vertical"] li ul.sub-menu {
width: 100% !important;
} 
.royal-shop-menu {
float: left;
width:100%;
}
.royal-shop-menu > li {
position:relative;
float: none;
}       
.royal-shop-menu > li > a i {
padding-right: 10px;
color: #FF5737;
}
.royal-shop-menu > li > a > .arrow:before {
float: right;
content: "\f107";
}
.sider.left .royal-shop-menu > li, .sider.right .royal-shop-menu > li {
float: none;
}
.royal-shop-menu li ul.sub-menu li a {
display: block;
margin: 0px 0px;
padding: 10px 40px 10px 0px!important;
text-decoration: none;
font-weight: normal;
background: none;
}
li.menu-active > a > .arrow:before {
content: "\f106" !important;
}
.royal-shop-menu li ul.sub-menu > li {
width: 100%;
}
.royal-shop-menu li ul.sub-menu li ul.sub-menu li a{
padding-left: 30px;
}  
.royal-shop-menu li ul.sub-menu li ul.sub-menu li ul.sub-menu li a  {
padding-left: 50px;
}  
.royal-shop-menu > li > ul.sub-menu {
position: static;
}
.royal-shop-menu > li > ul.sub-menu > li ul.sub-menu {
position: static;
}
.royal-shop-menu > li > ul.sub-menu > li ul.sub-menu > li ul.sub-menu {
position: static;
}
.royal-shop-menu li ul.sub-menu li.menu-active > a > .arrow:before {
content: "\f107" !important;
}
.royal-shop-menu > li > a,.top-header-bar .royal-shop-menu > li > a, 
.bottom-header-bar .royal-shop-menu > li > a {
padding: 10px 40px 10px 0px!important;
}   
.top-header-bar.abv-two .top-header-col1 .menu-toggle .menu-btn,
.top-header-bar.abv-three .top-header-col1 .menu-toggle .menu-btn,
.bottom-header-bar.btm-two .bottom-header-col1 .menu-toggle .menu-btn,
.bottom-header-bar.btm-three .bottom-header-col1 .menu-toggle .menu-btn{
float:left;
} .logged-in.admin-bar .sider{
top:0;
}
.sider.left {
display: block;
position: fixed;
top: 0;
height: 100vh;
z-index: 999999;
width: 400px;
padding: 0;
max-width: 100%;
-webkit-box-shadow: 0 0 12px 0 rgba(0,0,0,.4);
box-shadow: 0 0 12px 0 rgba(0,0,0,.4);
overflow-x: hidden;
overflow-y: auto;
font-size: 15px;
background-color: #fff;
-webkit-touch-callout: none;
user-select: none;
-webkit-overflow-scrolling: touch;
-webkit-transition: initial;
transition: initial;
}
.sider.left {
left:-100%;
}
.sider.left .royal-shop-menu > li,
.sider.right .royal-shop-menu > li {
float: none;
line-height: initial;
width: 100%;
text-align: left;
}
.mobile-menu-active .sider::-webkit-scrollbar,.sider.overcenter ul#royal-shop-menu::-webkit-scrollbar {
width: 5px;
}
.mobile-menu-active .sider.left,
.sticky-mobile-menu-active .sider.left,
.mobile-bottom-menu-active .sider.left{
left:0px;
}
body{
transition: all 0.2s ease-in-out;
-webkit-transition: all 0.23s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
left: 0;
} .sider.right {
display: block;
position: fixed;
top: 0;
height: 100vh;
z-index: 999999;
width: 280px;
padding: 0;
max-width: 100%;
border-right: 1px solid rgba(0,0,0,.1);
overflow-x: hidden;
overflow-y: auto;
font-size: 15px;
background-color: #fff;
-webkit-box-shadow: 0 0 12px 0 rgba(0,0,0,.4);
box-shadow: 0 0 12px 0 rgba(0,0,0,.4);
-webkit-touch-callout: none;
user-select: none;
-webkit-overflow-scrolling: touch;
-webkit-transition: .5s ease-in-out;
transition: .5s ease-in-out;
}
.sider.right {
right:-100%;
left: auto;
}
.mobile-menu-active .sider.right,
.sticky-mobile-menu-active .sider.right,
.mobile-bottom-menu-active .sider.right {
left:auto;
right:0;
transition: right 0.3s ease;
} .sticky-mobile-menu-active .overcenter,
.mobile-menu-active .sider.royal-shop-menu-hide.overcenter,
.mobile-bottom-menu-active .sider.royal-shop-menu-hide.overcenter{
display:none;
}
.mobile-menu-active .sider.overcenter,
.sticky-mobile-menu-active .sider.overcenter,
.mobile-bottom-menu-active .sider.overcenter{
position:fixed;
left:0px;
right:0;
top:0;
bottom:0;
margin:0 auto;
height: 100vh;
background: rgba(16,18,19,.95);
display:block;
z-index: 9999;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
-webkit-animation: bodyfadeIn .3s;
-moz-animation: bodyfadeIn .3s;
-ms-animation: bodyfadeIn .3s;
-o-animation: bodyfadeIn .3s;
animation: bodyfadeIn .3s;
}
.mobile-menu-active .sider.overcenter,
.sticky-mobile-menu-active .sider.overcenter{
padding: 90px 0 90px 0px!important;
}
.mobile-menu-active .sider.overcenter .royal-shop-menu,
.sticky-mobile-menu-active .sider.overcenter .royal-shop-menu,
.mobile-bottom-menu-active .sider.overcenter .royal-shop-menu{
float: none;
max-width: 800px;
margin: 0 auto;
margin:auto;
}
.mobile-bottom-menu-active .sider.overcenter .menu-close-btn{
margin-top:40px;
margin-left:40px;
}
.sider.overcenter{
-webkit-animation: bodyfadeIn .3s;
-moz-animation: bodyfadeIn .3s;
-ms-animation: bodyfadeIn .3s;
-o-animation: bodyfadeIn .3s;
animation: bodyfadeIn .3s;  
}
.overcenter{
display:none;  
}  .mobile-nav-tabs {
display: block;
text-align: center;
}
.mobile-nav-tabs ul {
display: -ms-flexbox;
display: flex;
-ms-flex-direction: row;
flex-direction: row;
-ms-flex-align: stretch;
align-items: stretch;
margin: 0;
list-style:none;
}
.mobile-nav-tabs li{
display: -ms-flexbox;
display: flex;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-preferred-size: 0;
flex-basis: 100%;
-ms-flex-positive: 1;
}
.mobile-nav-tabs li a.active {
background-color: #fff;
color:#ff0052;
}
.mobile-nav-tabs li a{
background-color: #f8f8f8;
color: #333;
cursor: pointer;
font-size: 15px;
font-weight: 600;
list-style: none;
justify-content: center;
margin-bottom: 0;
padding: 15px 0;
text-transform: uppercase;
width: 100%;
}
.menu-close-btn {
-webkit-transform: rotateZ(0deg);
-moz-transform: rotateZ(0deg);
transform: rotateZ(0deg);
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.left .menu-close,.right .menu-close{
background:#111;
}
.menu-close-btn {
width: 30px;
height: 30px;
padding-right: 18px;
color: #fff;
text-decoration: none;
text-transform: uppercase;
letter-spacing: .3px;
font-weight: 600;
font-size: 13px;
position: relative;
display: inline-block;
cursor: pointer;
line-height: 30px;
}
.menu-close-btn:before {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
right: 0;
}
.menu-close-btn:after {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
right: 0;
}
.menu-close-btn:before, .menu-close-btn:after {
content: " ";
position: absolute;
top: 50%;
display: inline-block;
margin-top: -1px;
width: 12px;
height: 2px;
background-color:#fff;
transition: background-color .2s ease-in-out,width .2s ease-in-out,-webkit-transform .2s ease-in-out;
transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out;
transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out,-webkit-transform .2s ease-in-out;
}
.menu-close {
display:block;
background: #111;
text-align: center;
height: 30px;
} .mhdrleftpan .sider{
left:0;
position: inherit;
}
header.mhdrleftpan .container,
header.mhdrrightpan .container{
width:100%;
max-width: 100%;
padding:0;
margin:0;
}
.mhdrleft .royal-shop-menu {
padding-left:0!important;
}
.mhdrleftpan .sider .hide-menu,.mhdrrightpan .sider .hide-menu{
display:block;
}
.mhdrleftpan .menu-toggle,
.mhdrrightpan .menu-toggle{
display:none!important;
}
.mhdrleftpan .sider .menu-close-btn,
.mhdrrightpan .sider .menu-close-btn{
display:none;
}
.mhdrleftpan .sider.left,
.mhdrleftpan .sider.right,
.mhdrrightpan .sider.left,
.mhdrrightpan .sider.right{
width: 100%;
max-width: 100%;
padding-bottom:0;
height: auto;
}
.mhdrleftpan .sider.overcenter,
.mhdrrightpan .sider.overcenter{
display: block;
}
body.mobile-pan-active{overflow-x: hidden;} .mhdrrightpan .sider{
right:0;
left:auto;
position: inherit;
}
.mhdrright .royal-shop-menu {
padding-right:0!important;
}
.mhdrrightpan .container{
width:100%;
max-width: 100%;
padding:0;
margin:0;
}
.menu-toggle .menu-btn{
display:flex;
}
.menu-toggle .menu-btn span{
color:#090909;
align-self: center;
text-transform: uppercase;
font-weight: bold;
font-size: 14px;
}
.menu-toggle .menu-btn .text span,.bar-menu-toggle .menu-btn .text span{
margin-left:5px;
}
.royal-shop-menu.collapse span.arrow{
position: absolute;
right: 20px;
height: 20px;
width: 40px;
line-height: 20px;
top: 7px;
}
.royal-shop-menu.collapse li a .arrow:before{
margin-right: 12px;
font-size: 13px;
}
.royal-shop-menu.collapse > li > ul.sub-menu li > a > .arrow:before{
margin-right: 10px;
font-size: 12px;
}
.sider .sider-inner ul#royal-shop-menu,.royal-shop-menu li ul.sub-menu{
background:transparent;
}
.sider  .sider-inner ul#royal-shop-menu.royal-shop-menu > li > a:hover{
background:transparent;
}
.menu-close{
position: relative;
}
.right .menu-close{
left: 0;
}
.left .menu-close{
right: 0;
}
.main-header .sider-inner ul.royal-shop-menu li ul.sub-menu,.sider-inner #royal-shop-above-menu.royal-shop-menu > li > a:hover,
.sider-inner #royal-shop-above-menu.royal-shop-menu li ul.sub-menu,.sider-inner #royal-shop-above-menu.royal-shop-menu li ul.sub-menu li a:hover,
.sider-inner #royal-shop-above-menu.royal-shop-menu li ul.sub-menu li:hover,.main-header .main-header-container nav{
background:transparent!important;
}
.two .main-header-col2 {
order: 3;
flex: none!important;
} .sider.overcenter .sider-inner .royal-shop-menu li{
width:100%!important;
}
.sider.overcenter .sider-inner ul.royal-shop-menu li a{
font-size:20px;
color:#fff;
font-family: 'Lato-Bold';
line-height: initial;
padding: 10px 0px 10px 0px!important;
}
.sider.overcenter .royal-shop-menu ul.sub-menu{
opacity: inherit;
display:none;
float: none;
text-align: center;
-webkit-transform: inherit;
transform: inherit;
transition: inherit;
}
.sider.overcenter .sider-inner ul.royal-shop-menu li a:hover {
background:none;
color:#ff0052;
}
.sider.overcenter .royal-shop-menu.collapse span.arrow{
right:auto;
position: absolute;
height: 30px;
width: 40px;
line-height: 30px;
top: auto;
}
.sider.overcenter .royal-shop-menu.collapse li a .arrow:before{
line-height:30px;
}
.overcenter .menu-close .menu-close-btn{
position: absolute;
}
.overcenter .menu-close-btn{
min-width:1.5em;
min-height:1.5em;
top:2.5em;
}
.overcenter .menu-close-btn:before, .overcenter .menu-close-btn:after{
border-top:2px solid;
} .left .menu-item-has-children ul,.right .menu-item-has-children ul{
display:none;
}
.royal-shop-menu li ul.sub-menu li a:hover{
background:none;
}
.royal-shop-menu ul.sub-menu{
opacity: inherit;
display:none;
float: none;
-webkit-transform: inherit;
transform: inherit;
transition: inherit;   
}
.royal-shop-menu ul.sub-menu.slide{
-webkit-transform: inherit;
transform: inherit;
transition: inherit; 
} .royal-shop-mobile-menu-wrapper {
width: 100%;
top: 0;
position: fixed;
height: 100%;
background: rgba(0,0,0,.4);
z-index: 99;
visibility: hidden;
opacity: 0;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out;
z-index: 1001;
}
.mobile-menu-active .royal-shop-mobile-menu-wrapper,
.sticky-mobile-menu-active .royal-shop-mobile-menu-wrapper {
visibility: visible;
opacity: 1;
}
@-webkit-keyframes bodyfadeIn {
0% {opacity: 0;}
100% {opacity: 1;}
}
@keyframes bodyfadeIn{
0% {opacity: 0;}
100% {opacity: 1;}
}
}
@media screen and (max-width: 768px){ .header-pan-icon{
display: block;
}
.mhdrleftpan .header-pan-icon span{
position: fixed;
top: 10%;
left: 0;
background-color: #008ec2;
color: #fff;
font-size: 1.2em;
width:30px;
height:50px;
line-height:50px;
text-align: center;
z-index: 10000;
-webkit-transition: left .2s ease-in-out;
-moz-transition: left .2s ease-in-out;
transition: left .2s ease-in-out;
}
.mhdrrightpan .header-pan-icon span{
left:auto;
right:0;
position: fixed;
top: 10%;
background-color: #008ec2;
color: #fff;
font-size: 1.2em;
width:30px;
height:50px;
line-height:50px;
text-align: center;
z-index: 10000;
-webkit-transition: right .2s ease-in-out;
-moz-transition: right .2s ease-in-out;
transition: right .2s ease-in-out;
}
.mobile-pan-active .mhdrleftpan .header-pan-icon span {
left: 270px;
}
.mobile-pan-active .mhdrrightpan .header-pan-icon span {
left: auto;
right:270px;
}
.mhdrleftpan #page.open-site{
margin-left:auto!important;
}
.mhdrrightpan #page.open-site{
margin-right:auto!important;
}
header.mhdrleftpan{
left: -270px!important;
right: auto;
-webkit-transition: left .2s ease-in-out;
-moz-transition: left .2s ease-in-out;
transition: left .2s ease-in-out;
}
header.mhdrrightpan{
right: -270px!important;
left: auto;
-webkit-transition: right .2s ease-in-out;
-moz-transition: right .2s ease-in-out;
transition: right .2s ease-in-out;
}
.mobile-pan-active header.mhdrleftpan{
left: 0px!important;
right: auto;
-webkit-transition: left .2s ease-in-out;
-moz-transition: left .2s ease-in-out;
transition: left .2s ease-in-out;
}
.mobile-pan-active header.mhdrrightpan{
right: 0px!important;
left: auto;
-webkit-transition: right .2s ease-in-out;
-moz-transition: right .2s ease-in-out;
transition: right .2s ease-in-out;
}
.mhdrleftpan #page.open-site {
left:0px!important;
-webkit-transition: left .2s ease-in-out;
-moz-transition: left .2s ease-in-out;
transition: left .2s ease-in-out;
}
.mhdrrightpan #page.open-site {
right:0px!important;
-webkit-transition:  right .2s ease-in-out;
-moz-transition:  right .2s ease-in-out;
transition:  right .2s ease-in-out;
}
.mobile-pan-active.mhdrleftpan #page.open-site {
left:270px!important;
-webkit-transition: left .2s ease-in-out;
-moz-transition: left .2s ease-in-out;
transition: left .2s ease-in-out;
}
.mobile-pan-active.mhdrrightpan #page.open-site {
right:270px!important;
-webkit-transition: right .2s ease-in-out;
-moz-transition: right .2s ease-in-out;
transition: right .2s ease-in-out;
}
.open-site .mhdrleftpan .pan-icon:before{
content: "\f101";
font-family:FontAwesome;
}
.mobile-pan-active .open-site .mhdrleftpan .pan-icon:before{
content: "\f100";
font-family:FontAwesome;
}
.open-site .mhdrrightpan .pan-icon:before{
content: "\f100";
font-family:FontAwesome;
}
.mobile-pan-active .open-site .mhdrrightpan .pan-icon:before{
content: "\f101";
font-family:FontAwesome;
}
.mhdrleftpan .site-content #primary,
.mhdrrightpan .site-content #primary {
margin: 0px;
}
header.mhdrleftpan .open-cart{
left: -270px!important;
right: auto;
-webkit-transition: left .2s ease-in-out;
-moz-transition: left .2s ease-in-out;
transition: left .2s ease-in-out;
}
header.mhdrrightpan .open-cart{
right: -270px!important;
left: auto;
-webkit-transition: right .2s ease-in-out;
-moz-transition: right .2s ease-in-out;
transition: right .2s ease-in-out;
}
.cart-pan-active header.mhdrleftpan .open-cart{
left: 0px!important;
right:auto;
}
.cart-pan-active header.mhdrrightpan .open-cart{
right: 0px!important;
left: auto;
}
}
@media screen and (max-width:544px) { .inline .open-logo img{
height:auto;
}
.inline .two .main-header-container {
flex-wrap: nowrap;
}
.mhdrcenter.inline .two .main-header-container {
flex-wrap: wrap;
}
.stack .two .main-header-col1,
.stack .two .main-header-col2{
justify-content: center;
text-align:center;
width:100%;
}
.stack .royal-shop-menu .menu-custom-search{
text-align:left;    
}
.main-header.mhdrright.stack .two .main-header-col1{
text-align:center;
}
.main-header.mhdrright .two .main-header-col2{
justify-content: center;
}
}
.mobile-menu-active .royal-shop-menu ul.sub-menu,
.sticky-mobile-menu-active .royal-shop-menu ul.sub-menu{
box-shadow:none;
}   #royal-shop-above-menu .menu-item-description,
#royal-shop-footer-menu  .menu-item-description{
display:none;
}
nav .menu-item-description{
position: absolute;
top: -3px;
left: calc(100% - 25px);
background-color:#111;
font-size: 11px;
padding: 3px 5px;
line-height: 10px;
color: #fff;
}
nav .menu-item-description:after {
position: absolute;
content: '';
width: 0;
height: 0;
border-left: 0px solid transparent;
border-right: 6px solid transparent;
left: 3px;
bottom: -4px;
} .royal-shop-menu > li:nth-child(4n+1) .menu-item-description{
background:rgb(233, 102, 86);
}
.royal-shop-menu > li:nth-child(4n+1) .menu-item-description:after{
border-top: 4px solid rgb(233, 102, 86);
} .royal-shop-menu > li:nth-child(4n-2) .menu-item-description{
background:rgb(243, 200, 36);
}
.royal-shop-menu > li:nth-child(4n+2) .menu-item-description:after{
border-top: 4px solid rgb(243, 200, 36);
} .royal-shop-menu > li:nth-child(4n-1) .menu-item-description{
background:rgb(52, 210, 147);
}
.royal-shop-menu > li:nth-child(4n-1) .menu-item-description:after{
border-top: 4px solid rgb(52, 210, 147);
} .royal-shop-menu > li:nth-child(4n) .menu-item-description{
background:rgb(58, 176, 226);
}
.royal-shop-menu > li:nth-child(4n) .menu-item-description:after{
border-top: 4px solid rgb(58, 176, 226);
}
.mobile-menu-active nav .menu-item-description,
.sticky-mobile-menu-active nav .menu-item-description,
.pan-content nav .menu-item-description{
position: relative;
top: 0;
left: auto;
background-color: #111;
font-size: 11px;
padding: 3px 5px;
line-height: 10px;
color: #fff;
display: inline-block;
margin-left: 10px;
}@font-face{
font-family: 'Montserrat-Bold';
src: url(//rostlinkarna.cz/wp-content/themes/pachamamaherbs/third-party/fonts/site-font/Montserrat-Bold.ttf) format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face{
font-family: 'Montserrat-Regular';
src: url(//rostlinkarna.cz/wp-content/themes/pachamamaherbs/third-party/fonts/site-font/Montserrat-Regular.ttf) format('truetype');
font-weight: normal;
font-style: normal;
} .ui-helper-hidden-accessible{
display:none
}
;    html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
border: 0;
font-size: 100%;
font-style: inherit;
font-weight: inherit;
margin: 0;
outline: 0;
padding: 0;
vertical-align: baseline;
}
html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
text-rendering: optimizeLegibility !important;
-webkit-font-smoothing: antialiased !important;
}
article,
aside,
footer,
header,
nav,
section{
display: block;
clear:both;
}
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, blockquote, th, td {
margin: 0;
padding: 0;
}
h1, h2, h3, h4, h5, h6 {
font-family:"Montserrat-Bold", sans-serif;
letter-spacing: 1px;
}
h1 {
font-size: 24px;
line-height:38px;
}
h2 {
font-size: 22px;
line-height:35px;
}
h3 {
font-size: 20px;
line-height:32px;
}
h4 {
font-size: 18px;
line-height:29px;
}
h5 {
font-size: 17px;
line-height:27px;
}
h6 {
font-size: 16px;
line-height:25px;
}
a {
text-decoration: none;
cursor: pointer;
}
.wzta-post-excerpt a,.wzta-content-wrap .entry-content a,
.widget .textwidget a,
.comment-content a{
text-decoration: underline;
}
figcaption,
main {
display: block;
max-width: 100%;
}
figure {
margin: 1em 0;
}
embed, iframe, object, video {
margin-bottom: 1.5em;
max-width: 100%;
vertical-align: middle;
}
iframe{
width:100%;
}
hr{
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0;
overflow: visible;
}
pre {
font-size: 1em;
}
a:focus, button:focus,
span:focus,.search-close-btn:focus,
#search-button:focus,#product_cat:focus,
input:focus,input[type="submit"]:focus,
.menu-toggle .menu-btn:focus,#search-button:focus,
a.wzta-readmore:focus{
outline: thin dotted #111;
text-decoration:none;
}
a.wzta-readmore:focus,
a:-webkit-any-link:focus-visible {
outline-offset: 1px;
}
a.ab-item:focus,
.menu-close-btn:focus{
outline: thin dotted;
}
a {
background-color: transparent;
-webkit-text-decoration-skip: objects;
}
a:active,
a:hover,a:visited {
outline: none;
}
a, a:hover, button {
text-decoration: none;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
abbr[title] {
border-bottom: 1px #767676 dotted;
text-decoration: none;
}
b,strong {
font-weight: inherit;
}
code,
kbd,
samp {
font-family:Montserrat-Regular, monospace;
font-size: 1em;
}
dfn {
font-style: italic;
}
mark {
background-color: #eee;
color: #111;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
audio,
video {
display: inline-block;
}
audio:not([controls]) {
display: none;
height: 0;
}
img {
border-style: none;
max-width: 100%;
height: auto;
}
svg:not(:root) {
overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
font-family: sans-serif;
font-size: 100%;
line-height: 1.15;
margin: 0;
}
button,
input {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
}
button{
border:0;
}
button:hover{
cursor: pointer;
}
fieldset {
border: 1px solid #bbb;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0;
white-space: normal;
}
progress {
display: inline-block;
vertical-align: baseline;
}
.page-links {
clear: both;
padding: 15px 0px;
width: 100%;
}
textarea {
overflow: auto;
}
[type="checkbox"],
[type="radio"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
}
[type="search"] {
-webkit-appearance: textfield;
outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit;
}
details,
menu {
display: block;
}
summary {
display: list-item;
}
canvas {
display: inline-block;
}
template {
display: none;
}
table {
border-collapse: separate;
border-spacing: 0;
border-width: 1px 0 0 1px;
margin: 0 0 1.5em;
width: 100%;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
td, th {
padding: 8px;
text-align: left;
border-width: 0 1px 1px 0;
}
th,th a,dt,b, strong{
font-family: 'Montserrat-Bold',sans-serif;
}
table, td, th {
border: 1px solid rgba(0,0,0,.1);
}
a{
color: #101010;
}
a:hover{
color:#ff0052;
}
dd {
margin: 0 1.5em 1.5em;
}
ul {
list-style: disc;
}
ol, ul {
margin: 0 0 1.5em 3em;
}
address {
margin: 0 0 1.5em;
}
blockquote {
border-left: 5px solid rgba(0,0,0,.05);
padding: 15px;
font-size: 15px;
font-style: italic;
margin: 0 0 1.5em;
line-height: inherit;
position: relative;
}
blockquote, q {
quotes: "" "";
}
pre {
background: #eee;
margin-bottom: 1.6em;
overflow: auto;
max-width: 100%;
padding: 1.6em;
}
code, kbd, pre, samp {
font-size: 1em;
}
*, :after, :before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
body{
color: #101010;
background: #FFF;
font-style: normal;
font-size: 16px;
line-height:28px;
letter-spacing:0.7px;
margin: 0;
padding: 0;
font-family:"Montserrat-Regular", sans-serif;
font-weight: inherit;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-rendering: optimizeLegibility;
-moz-font-feature-settings: "liga" on;
}
.owl-carousel:hover{
z-index: 2;
}
.entry-content form.post-password-form input[type="password"]{
width:250px;
}
.entry-content form.post-password-form input[type="submit"]{
background: #ff0052;
border: medium none;
color: #fff;
display: inline-block;
line-height: 36px;
margin-right: 15px;
text-align: center;
padding: 0 10px;
min-width: 110px;
border-radius: 3px;
text-decoration: none;
cursor: pointer;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
} .gallery{
margin-left: -0.5em;
margin-right: -0.5em;
}
.gallery:after {
display: table;
content: "";
clear: both;
}
.gallery-item {
margin: 0;
float: left;
padding: 0.5em;
}
.gallery-item img {
width: 100%;
}
.gallery-columns-1 .gallery-item {
width: 100%;
float: none;
}
.gallery-columns-2 .gallery-item {
width: 50%;
}
.gallery-columns-3 .gallery-item {
width: 33.3333%;
}
.gallery-columns-4 .gallery-item {
width: 25%;
}
.gallery-columns-5 .gallery-item {
width: 20%;
}
.gallery-columns-6 .gallery-item {
width: 16.6667%;
}
.gallery-columns-7 .gallery-item {
width: 14.2857%;
}
.gallery-columns-8 .gallery-item {
width: 12.5%;
}
.gallery-columns-9 .gallery-item {
width: 11.1111%;
}
.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
clear: left;
}
.gallery-caption {
}
.bypostauthor{
}   .royal_shop_overlayloader{
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color:#f5f5f5;
z-index: 99999;
height: 100%;
width: 100%;
overflow: hidden !important;
}
.royal-shop-pre-loader img{
text-indent: -9999em;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
display: block;
background-position: center;
-webkit-animation-delay: -0.16s;
animation-delay: -0.16s;
}  .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important; }
.screen-reader-text:focus {
background-color:#006799;
border-radius:0;
box-shadow: none;
clip: auto !important;
clip-path: none;
color: #fff;
display: block;
font-size: 14px;
font-size: 0.875rem;
height: auto;
left: 5px;
line-height: normal;
padding: 8px 25px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } #content[tabindex="-1"]:focus {
outline: 0;
}
.container {
position: relative;
margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
max-width: 1420px;
width: 100%;
box-sizing: border-box;
}
.top-header-bar,
.main-header-bar,
.top-footer-bar,
.below-footer-bar,
.widget-footer-wrap,
.widget-cs-container{
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
}
.widget-wrap .widget-cs-container{
-moz-box-align: flex-start;
-ms-flex-align: flex-start;
align-items: flex-start;
}
.below-footer .below-footer-bar{
line-height:40px;
}
.top-header{
border-bottom:solid;
border-bottom-width: 1px;
border-color: #a3afef4d;
}
.top-header,.main-header,.below-header{
position:relative;
}
.top-header:before{
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: transparent;
}
.top-header .top-header-bar{
line-height:45px;
} .top-header .top-header-bar,
.top-header .top-header-bar a,.content-social .social-icon a,
.top-header-bar .widget.woocommerce .widget-title,
.top-header-bar .open-widget-content .widget-title,
.top-header-bar .widget-title,
.main-header-bar,
.site-title span a{
color: #3f3f3f;
}
.royal-shop-menu > li > a{
color: #3f3f3f;
font-family: 'Montserrat-Bold';
} .below-header-bar{
display: flex;
align-items: center;
}
.below-header-col1{
width: 18%;
}
.below-header-col2{
width: 57%;
}
.below-header-col3{
width: 25%;
}
.below-header.right nav{
text-align: right;
}
.below-header.center nav{
text-align: center;
}
.main-header:before,.below-header:before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: transparent;
}
.below-header:before{
background: #fff;
}
.responsive-main-header{
position: relative;
display: none;
} .cart-contents{
display: flex;
align-items: center;
height: 100%;
color: #3f3f3f;
position: relative;
font-family: 'Montserrat-Bold';
}
.cart-contents i{
font-size: 21px;
color: #3f3f3f;
}
.count-item{
width: 20px;
height: 20px;
line-height: 20px;
padding: 5px;
position: absolute;
border-radius: 50%;
top: -15px;
left: 14px;
background: #008000;
color: #fff;
display: flex;
align-items: center;
justify-content: center;
}
.wzta-icon-market{
display: flex;
align-items: center;
}
.below-header-bar nav{
padding: 4px 0;
}
.below-header-col3>a,
.below-header-col3 .header-widget-wrap{
float: right;
}
.main-header .wzta-search-wrapper #search-box{
width: 95%;
float: left;
}
.main-header .wzta-search-wrapper #search-box form{
width: 60%;
box-shadow: 0 0 5px rgba(0,0,0,.15);
margin: 0 auto;
}
.main-header .wzta-search-wrapper #search-box input[type="text"]{
width: 100%;
border-right: 1px solid #b2b7b9;
}
.wzta-search-wrapper{
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
background: #fff;
display: none;
padding: 20px;
z-index: 21;
box-sizing: border-box;
}
.wzta-search-close{
width: 40px;
background: transparent;
position: absolute;
right: 25%;
top: -108px;
height: 40px;
color: #a7a7a7;
font-size: 21px;
}
.main-header .wzta-search-wrapper #search-button{
margin-top: -2px;
}
body.royal-shop-dark .main-header.mhdrfive #search-button{
margin: 0;
}
.wzta-search-close:hover{
color: #ff0000;
}
.main-header.mhdrfive .wzta-icon-market{
justify-content: flex-end;
}
.wzta-search-inner{
display: flex;
height: 100%;
align-items: center;
}   .thnk-col-3 .top-header-col1,
.thnk-col-3 .top-header-col2,
.thnk-col-3 .top-footer-col1,
.thnk-col-3 .top-footer-col2,
.thnk-col-3 .below-footer-col1,
.thnk-col-3 .below-footer-col2{
-webkit-box-flex: 1;
-webkit-flex: 1;
-moz-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
.thnk-col-3 .top-header-col2,
.thnk-col-3 .top-footer-col2,
.thnk-col-3 .below-footer-col2{
-webkit-box-pack: center;
-webkit-justify-content: flex-center;
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: flex-center;
text-align: center;
}
.thnk-col-3 .top-header-col3,.thnk-col-3 .top-footer-col3,.thnk-col-3 .below-footer-col3{
-webkit-box-pack: end;
-webkit-justify-content: flex-end;
-moz-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
-webkit-box-flex: 1;
-webkit-flex: 1;
-moz-box-flex: 1;
-ms-flex: 1;
flex: 1;
text-align: right;
}
.thnk-col-1 .top-header-col1,.thnk-col-1 .top-footer-col1,.thnk-col-1 .below-footer-col1{
text-align:center;
} .top-header-bar .header-support-content .sprt-tel{
display: flex;
}
.top-header-bar .header-support-wrap{
float: initial;
}
.top-header-col2 .header-support-wrap{
justify-content: center;
}
.top-header-col3 .header-support-wrap{
justify-content: flex-end;
}  .widget-footer-wrap{
justify-content: flex-start!important;
align-self: flex-start!important;
align-items: baseline!important;
}
.thnk-col-1 .widget-footer-col1{
width: 100%;
text-align:center;
justify-content: flex-start;
align-self: flex-start;
}
.thnk-col-2 .widget-footer-col1,
.thnk-col-2 .widget-footer-col2{
width:50%;
padding: 0 7.5px;
justify-content: flex-start;
align-self: flex-start;
}
.thnk-col-3 .widget-footer-col1,
.thnk-col-3 .widget-footer-col2,
.thnk-col-3 .widget-footer-col3{
width:33.33%;
padding: 0px 7.5px;
justify-content: flex-start;
align-self: flex-start;
}
.thnk-col-4 .widget-footer-col1,
.thnk-col-4 .widget-footer-col2,
.thnk-col-4 .widget-footer-col3,
.thnk-col-4 .widget-footer-col4{
width: 25%;
padding: 0px 7.5px;
justify-content: flex-start;
align-self: flex-start;
}
.thnk-col-3-1-2 .widget-footer-col1{
width: 50%;
padding: 0px 7.5px;
order: 1;
}
.thnk-col-3-1-2 .widget-footer-col2{
width: 20%;
padding: 0px 7.5px;
order: 2;
}
.thnk-col-3-1-2 .widget-footer-col3{
width: 20%;
padding: 0px 7.5px;
order: 3;
}
.thnk-col-3-2-1-2 .widget-footer-col1{
width: 25%;
padding: 0px 7.5px;
order: 1;
}
.thnk-col-3-2-1-2 .widget-footer-col2{
width: 50%;
padding: 0px 7.5px;
order: 2;
}
.thnk-col-3-2-1-2 .widget-footer-col3{
width: 25%;
padding: 0 7.5px;
order: 3;
}
.thnk-col-2-1-2 .widget-footer-col1{
width:70%;
padding: 0 7.5px;
order: 1;
}
.thnk-col-2-1-2 .widget-footer-col2{
width:30%;
padding: 0 7.5px;
order: 2;
}
.thnk-col-2-2-1 .widget-footer-col1{
width:30%;
padding: 0 7.5px;
order: 1;
}
.thnk-col-2-2-1 .widget-footer-col2{
width:70%;
padding: 0 7.5px;
order: 2;
}
footer .woocommerce.widget_products{
text-align: left;
}
.main-header-col1{
justify-content: flex-start;
width:21%;
padding: 20px 0;
align-items: center;
display: inline-flex;
}
.main-header-col2{
display: flex;
-moz-box-pack:  center;
-ms-flex-pack: center;
justify-content: center;
text-align:center;
width:52%;
margin: 0 1%;
}
.main-header-col3{
width: 25%;
text-align: right;
display: inline-flex;
justify-content: flex-end;
}
.main-area{
display: flex;
position: relative;
margin-top: 20px;
flex-wrap: wrap;
}
.primary-content-area{
box-sizing: border-box;
}
.no-sidebar .primary-content-area{
width: 100%;
float:left;
margin:0;
}
.no-sidebar .menu-category-list ul[data-menu-style="vertical"]{
position: absolute;
float: none;
width: 248px;
z-index: 999;
display:none;
}
.sidebar-main .menu-category-list{
position: relative;
display: inline-block;
width: 100%;
z-index: 9;
margin-bottom: 100px;
}
.sidebar-1 .menu-category-list img{
width: 32px;
height: 32px;
border: 1px solid #ebebeb;
border-radius: 50%;
margin-right: 7px;
}
.page-content .primary-content-area{
position:relative;
min-height: 550px;
}
.main-area.left-sidebar .sidebar-content-area{
margin-left:0;
margin-right: 1.5%;
}
.main-header nav{
width: 100%;
}
.top-header-col1,.top-footer-col1,.below-footer-col1{
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-moz-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-flex: 1;
-webkit-flex: 1;
-moz-box-flex: 1;
-ms-flex: 1;
flex: 1;
} .btn-main-header{
color: #fff;
background: #00badb;
padding:8px 12px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.btn-main-header:hover{
color:#fff;
}
.header-support-wrap{
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
float: right;
}
.header-support-icon{
color: #fff;
height: 30px;
width: 30px;
line-height: 30px;
border-radius: 50%;
text-align: center;
background-color: #00badb;
font-size: 15px;
}
.header-support-icon i{
color: #fff;
}
.header-support-content{
text-align: left;
background: transparent;
padding: 5px;
margin-left: 4px;
color: #000;
}
.header-support-content .sprt-tel,
.header-support-content .sprt-eml{
display:block;
}
.sprt-tel span{
font-size: 11px;
font-weight: initial;
display: block;
}
.header-support-content a{
color: #212121;
font-size: 14px;
}   .mhdrone .main-header-col1{
width: 25%;
}
.mhdrone .main-header-col3{
width: 21%;
}
.mhdrtwo .header-icon span{
text-align: center;
}
header .mobile-nav-bar.sider.left,header .mobile-nav-bar.sider.right{
display: none;
}   .right nav{
text-align: end;
}
.left nav{
text-align:start;
} .top-footer{
border-bottom: solid;
border-bottom-width: 0;
position: relative;
border-top: solid;
border-top-width: 0;
}
.top-footer .widget{
padding: 15px 0;
}
.below-footer{
border-top: solid;
border-bottom-width: 0;
position: relative;
}
.widget-footer{
position:relative;
}
.widget-footer .widget{
margin-bottom: 15px;
}
.top-footer:before,.below-footer:before,.widget-footer:before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #ffff;
} ul.royal-shop-bottom-menu{
margin: 0;
list-style: none;
}
ul.royal-shop-bottom-menu li {
display: inline-block;
padding-right: 20px;
margin: 0;
}
ul.royal-shop-bottom-menu .sub-menu{
display:none;
}   .off-canvas-button span{
display: block !important;
background-color: #fff;
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
border-radius: 1px;
margin: 3px;
height: 2px;
}
.off-canvas-button span.cnv-top{
width: 22px;
}
.off-canvas-button span.cnv-mid{
width: 18px;
}
.off-canvas-button span.cnv-bot1{
width: 22px;
}
.off-canvas-button span.cnv-bot{
width: 18px;
}
.bfr-logo .logo-content {
order: 2;
}
.bfr-logo .canvas-icon{
order: 1;
margin-right: 10px;
}
.bfr-logo .main-header-col1 {
justify-content: flex-start;
}
.aftr-logo .logo-content {
order: 1;
}
.aftr-logo .canvas-icon{
order: 2;
margin-left: 15px;
}
.site-title span{
font-size:30px;
font-family: 'Montserrat-Bold';
} .thunk-product .woosw-btn:before,
.woosw-btn:before{
content: "\f08a";
font-family:'fontawesome';
margin: 0;
font-size: 11px;
font-weight: bold;
}
.thunk-product .woosw-btn,
.woosw-btn,
.thunk-product .wooscp-btn,
.wooscp-btn{
position: relative;
justify-content: center;
font-size: 0;
font-weight: bold;
background: transparent;
}
.thunk-product .woosw-added:before,
.woosw-added:before{
content: "\f004"!important;
margin: 0!important;
}
.thunk-product .wooscp-btn:before,
.wooscp-btn:before{
content: "\f021"!important;
font-family:'fontawesome';
margin: 0!important;
font-size:11px;
}
.woocommerce .woosw-btn:before,
.woocommerce .wooscp-btn:before,
.woocommerce .woosw-added:before{
margin: 0;
}
.woosw-copy-btn input{
color: #fff;
font-size: 12px;
padding:10px 14px;
background: #008000;
margin-left: 10px;
outline: 0;
border: 0;
cursor: pointer;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-moz-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
.woosw-copy-url input{
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
}
.woosw-list table.woosw-content-items .woosw-content-item .woosw-content-item--add p > a{
text-align: center;
}   .royal-shop-site section:nth-of-type(1){
margin-top:0;
padding-top:0;
}
.slides{
cursor:default;
position:relative;
top:0px;
left:0px;
width:930px;
height:430px;
overflow:hidden;
}
.no-sidebar .slides{
width:1350px;
height:500px;
}
.disable-left-sidebar .slides,.disable-right-sidebar .slides{
width:1000px;
}
.jssor-pagination .i {
position:absolute;
cursor:pointer;
}
.jssor-pagination .i .b {
fill:#000;
fill-opacity:0.5;
}
.jssor-pagination .i:hover .b {
fill-opacity:.7;
}
.jssor-pagination .iav .b {
fill-opacity: 1;
}
.jssor-pagination .i.idn {
opacity:.3;
}
.jssora-nav{
display:block;
position:absolute;
cursor:pointer;
}
.jssora-nav .a {
fill:none;
stroke:#fff;
stroke-width:640;
stroke-miterlimit:10;
}
.jssora-nav:hover {
opacity:.8;
}
.jssora-nav.jssora-navdn {
opacity:.5;
}
.jssora-nav.jssora-navds {
opacity:.3;
pointer-events:none;
}
.jssor-pagination .i{
width: 16px;
height: 16px;
position: absolute;
top: 0;
}
.jssor-pagination{
position:absolute;
bottom:12px;
left:5px!important;
}
.jssora-nav{
width:55px;
height:55px;
top:0px;
}
.jssora-nav.arrowleft{
left:25px;
}
.jssora-nav.arrowright{
right:25px;
}
.slide-content-wrap{
position: absolute;
height: 300px;
width: 300px;
background: #fff;
right: 6px;
top: 15%;
padding: 0px 25px;
display:table;
border-radius: 5px;
}
.slide-content-wrap .slide-content{
vertical-align: middle;
display: table-cell;
text-align:center;
}
.slide-content-wrap .logo img{
max-width: 120px;
width: auto!important;
}
.slide-content-wrap h1{
font-size:22px;
margin-bottom:10px;
}
.slide-content-wrap p{
font-size: 15px;
margin-bottom: 8px;
}
.slides img{
width: 100%;
}
a.slide-btn:hover:after{
margin-left:15px;
} #wzta-single-slider{
position: relative;
top: 0px;
left: 0;
width: 930px;
height: auto;
overflow: hidden;
border-radius: 3px;
}
.no-sidebar #wzta-single-slider {
width: 1350px;
}
.disable-left-sidebar #wzta-single-slider,.disable-right-sidebar #wzta-single-slider{
width:1000px;
}
#wzta-single-slider .slides img {
width: 100%!important;
}
#wzta-single-slider a{
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 5;
}
.wzta-slide-subtitle{
font-size: 16px;
line-height: 23px;
color: #111;
letter-spacing: 1.5px;
margin-bottom: 15px;
font-family: "Montserrat-Regular", sans-serif;
}
.wzta-slide-title{
font-size: 35px;
line-height: 42px;
color: #111;
margin-bottom: 15px;
}
.wzta-slide-content-wrap{
position: absolute;
left: 60px;
background:rgba(255, 255, 255, 0.8);
padding: 20px 50px;
left: 50%;
bottom:auto;
top:50%;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
max-width: 550px;
transform: translate(-50%,-50%);
text-align: center;
}
.wzta-slide-button {
color:#00badb;
font-size: 14px;
line-height: 20px;
}   img {
vertical-align: middle;
border-style: none;
}
.slide-layout-2 .wzta-widget-slider-wrap{
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
}
.slide-layout-2 .wzta-widget-slider-wrap .wzta-slider-content{
width:67%;
padding-right: 7.5px;
}
.slide-layout-2 .wzta-widget-slider-wrap .wzta-add-content{
width:33%;
padding-left: 7.5px;
} .slider-content-caption{
position: absolute;
bottom: 50%;
left: 0%;
right: 0;
text-align: left;
line-height: 1;
z-index: 1;
padding: 20px;
color: #fff;
transform: translateY(50%);
}
.slider-content-caption h2{
font-size: 30px;
line-height: 46px;
font-family: "Montserrat-Bold", sans-serif;
}
.slider-content-caption p{
font-size:18px;
margin-bottom:10px;
}
.slider-content-caption a{
color: #fff;
background: #008000;
padding: 7px 14px;
display: inline-block;
text-align: center;
border-radius: 3px;
}
.slider-content-caption a:hover{
color: #FFF;
} .wzta-top2-slide.owl-carousel .owl-nav {
position: absolute;
top: calc(50% - 15px);
left: 0;
right: 0;
height: 0;
margin: 0 -10px;
z-index: 2;
font-size: 24px;
opacity:0;
}
.wzta-widget-slider-wrap:hover .wzta-top2-slide .owl-nav,
.wzta-3col-slider-wrap:hover .wzta-top2-slide .owl-nav,
.wzta-2col-slider-wrap:hover .wzta-top2-slide .owl-nav{
opacity: 1;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.wzta-top2-slide.owl-carousel .owl-nav button {
width: 30px;
height: 30px;
line-height: 30px!important;
font-size: 17px;
text-align: center;
background: #fff;
color: #a7a7a7;
border: 1px solid #eee;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
border-radius: 3px;
}
.wzta-top2-slide.owl-carousel .owl-nav .owl-prev {
float: left;
margin-left:10px;
}
.wzta-top2-slide.owl-carousel .owl-nav .owl-next {
float: right;
margin-right:10px;
}
.wzta-top2-slide.owl-carousel .owl-nav button:hover {
color: #fff;
background: #ff0052;
border-color: #ff0052;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}   .slide-layout-3 .wzta-3col-slider-wrap{
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
}
.slide-layout-3 .wzta-3col-slider-wrap .wzta-slider-content{
flex: 0 0 76%;
max-width: 76%;
padding-right: 7.5px;
}
.slide-layout-3 .wzta-3col-slider-wrap .wzta-add-content{
flex: 0 0 24%;
max-width: 24%;
padding-left: 7.5px;
}
.wzta-3-add-content{
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.wzta-3-add-content .wzta-row{
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
margin-bottom: 15px;
position: relative;
width: 100%;
}
.wzta-3-add-content .wzta-row:last-child {
margin-bottom: 0;
}   .slide-layout-4 .wzta-2col-slider-wrap{
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
}
.slide-layout-4 .wzta-2col-slider-wrap .wzta-slider-content{
flex: 0 0 67.3%;
max-width: 67.3%;
padding-right: 7.5px;
}
.slide-layout-4 .wzta-2col-slider-wrap .wzta-add-content{
flex: 0 0 32.7%;
max-width: 32.7%;
padding-left: 7.5px;
} .wzta-to2-slide-list:before{
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgb(0,0,0,0);
}
.wzta-slider-section.slide-layout-5 .slides a:before{
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgb(0,0,0,0); }
.slide-layout-6 .wzta-add-content{
padding-left: 15px;
}
.slide-layout-6 .wzta-add-content-twocol-1 .wzta-row:nth-of-type(1){
margin-right: 15px;
}
.wzta-2-add-content{
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.wzta-2-add-content .wzta-row{
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%;
margin-bottom: 15px;
position: relative;
width: 100%;
}
.wzta-2-add-content .wzta-row:last-child {
margin-bottom: 0;
}
.toggle-cat-wrap{
width:100%;
box-sizing: border-box;
padding: 8px 12px;
color: #fff;
border-radius: 3px;
font-size: 14px;
}
.toggle-icon{
float:right;
}
.menu-category-list .toggle-title{
font-family: 'Montserrat-Bold',sans-serif;
}
.toggle-icon.icon-circle-arrow-down:before,.no-sidebar .toggle-icon:before {
content: "\f107";
}
.toggle-icon:before,.no-sidebar .toggle-icon.icon-circle-arrow-down:before{
content: "\f106";
}
.toggle-icon:before,
.toggle-icon.icon-circle-arrow-down:before,
.no-sidebar .toggle-icon.icon-circle-arrow-down:before {
height: auto;
text-shadow: none;
width: 10px;
font-family: 'FontAwesome';
}
.cat-icon span {
display: block !important;
background-color: #fff;
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
border-radius: 1px;
margin: 3px;
height: 2px;
width: 20px;
}
.cat-toggle:hover{
cursor: pointer;
}
.cat-toggle{
display: flex;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
}
.cat-toggle .toggle-title{
flex: 12;
margin-left: 5px;
} .menu-category-list ul[data-menu-style="vertical"] {
width: 100%;
float: left;
border: 1px solid #f1f1f1;
border-top:0;
background: transparent;
border-radius: 0;
position: relative;
}
.wzta-product-cat-list li:last-child  a{
border:0;
}
.menu-category-list ul[data-menu-style="vertical"]  li {
float: none;
}
.menu-category-list ul[data-menu-style="vertical"] li ul.sub-menu  li {
width: 100%;
}
.menu-category-list ul[data-menu-style="vertical"]  li  a  .arrow:before {
float: right;
content: "\f105";
font-family: FontAwesome;
}
.menu-category-list ul[data-menu-style="vertical"] li.menu-active {
position:relative;
}
.menu-category-list ul[data-menu-style="vertical"] li ul.sub-menu {
position: absolute;
left:100%;
top:0px;
width:300px;
background: #fff;
border: 1px solid #f1f1f1;
border-radius: 0;
margin: 0;
opacity: 0;
z-index: 99;
-webkit-transition: -webkit-transform .3s ease,opacity .3s ease,visibility .3s ease;
transition: transform .3s ease,opacity .3s ease,visibility .3s ease;
-webkit-transform: translateY(14px);
transform: translateY(14px);
}
.menu-category-list ul[data-menu-style="vertical"] li ul.sub-menu.slide {
opacity: 1;
visibility: visible;
-webkit-transform: translateY(0);
transform: translateY(0);
}
.menu-category-list ul[data-menu-style="vertical"]  li  a i {
padding-right: 10px;
color: #FF5737;
}
.menu-category-list ul[data-menu-style="vertical"] li  ul.sub-menu  li ul.sub-menu {
position: absolute;
left: 100%;
}
.menu-category-list ul[data-menu-style="vertical"]  li  ul.sub-menu  li ul.sub-menu li ul.sub-menu {
position: absolute;
width:300px;
left: 300px;
}
.wzta-product-cat-list{
list-style: none;
margin: 0;
padding: 0;
}
.wzta-product-cat-list li{
list-style: none;
}
.wzta-product-cat-list li ul{
display:none;
}
.wzta-product-cat-list li {
display: block;
margin: 0;
padding: 0;
border: 0px;
float: left;
}
.wzta-product-cat-list li a {
display: block;
position: relative;
margin: 0;
border: 0px;
text-decoration: none;
height: auto;
min-height: 0 !important;
line-height: 1.8;
padding: 8px 15px;
text-decoration: none;
-webkit-transition: all .4s ease;
transition: all .4s ease;
font-size: 13px;
}
.wzta-product-cat-list > li > a i {
text-shadow: none;
color: #FF5737;
}
.wzta-product-cat-list > li > ul.sub-menu {
display: none;
list-style: none;
clear: both;
margin: 0;
position: absolute;
z-index: 99999;
}
.wzta-product-cat-list li ul.sub-menu li a {
display: block;
margin: 0px 0px;
text-decoration: none;
font-weight: normal;
background: none;
padding: 8px;
}
@media screen and (max-width: 768px) {
padding: 8px 8px 8px 40px;
}
.wzta-product-cat-list > li > ul.sub-menu > li {
position: relative;
line-height: initial;
}
.wzta-product-cat-list > li > ul.sub-menu > li ul.sub-menu {
position: absolute;
left: 185px;
top: 0px;
display: none;
list-style: none;
margin: 0;
}
.wzta-product-cat-list > li > ul.sub-menu li > a > .arrow:before {
float: right;
margin-right: 0px;
display: inline;
font-family: FontAwesome;
height: auto;
content: "\f105";
text-shadow: none;
}
.wzta-product-cat-list li ul.sub-menu {
text-align: left;
} #search-box form{
position: relative;
width: 95%;
max-width: 100%;
margin: 0 25px;
display: flex;
border-radius:2px;
background: #fff;
}
#search-text {
border-width: 0;
background: transparent;
}
#search-box input[type="text"]{
width:75%;
max-width: 100%;
-webkit-appearance: none;
border-radius: 3px 0px 0px 3px!important;
}
.vert-brd:after{
content: '';
width: 0;
height:100%;
line-height:30px;
position: absolute;
border-right: 1px solid #bbb;
top: 0;
}
select#product_cat{
border:0;
margin:0;
font-size: 13px;
width: 25%;
border-left:none!important;
z-index: 2;
}
#search-box input[type="text"],select#product_cat{
height: 40px;
padding: 0px 15px;
border: 1px solid #f7f8f9;
border-right: none;
background: #f7f8f9;
letter-spacing: 1.5px;
font-size: 12px;
}
select#product_cat{
border-right: 0!important;
}
#search-button {
border: 0;
background: none;
padding: 0 10px;
font-size: 18px;
cursor: pointer;
background: #00badb;
color: #fff;
width: 51px;
border-radius: 0px 3px 3px 0px;
}
#search-button:focus{
outline: 1px dotted #111;
}
#search-btn1{
font-size:18px;
}
select{
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%);
background-position: calc(100% - 20px) calc(1em + 0px), calc(100% - 15px) calc(1em + 0px), calc(100% - 2.5em) 0.5em;
background-size: 5px 5px, 5px 5px, 1px 1.5em;
background-repeat: no-repeat;
}
.ui-widget.ui-widget-content {
border: 1px solid #c5c5c5;
z-index:99999999;
position:relative;
}
.ui-widget.ui-widget-content {
border: 1px solid #c5c5c5;
z-index:1;
position:relative;
max-width:280px!important;
max-height:250px;
overflow-y: auto;
overflow-x: hidden;
background: #fff;
}
.ui-widget.ui-widget-content::-webkit-scrollbar {
width:5px;
}
::-webkit-scrollbar-track-piece {
background: #eee;
}
::-webkit-scrollbar-thumb {
background:#ddd;
}
.ui-menu .ui-menu-item{
padding:4px 15px;
}
.ui-menu-item.ui-state-focus {
background: #eee;
color:#ff0052;
} .royal-shop-quickcart-dropdown::-webkit-scrollbar {
width: 5px;
}
.woocommerce-mini-cart__empty-message{
text-align: center;
font-size: 12px;
line-height: 21px;
}
.woocommerce .open-cart .return{
display: none;
}
.open_woo_cart{
position:relative;
}
.open-cart{
text-align: left;
height: auto;
width: 260px;
right: 0;
position: absolute;
top: 100%;
z-index: 99;
background-color: #fff;
color:#26272c;
padding-top: 0px;
-webkit-box-shadow: 0 1px 3px -2px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.1);
box-shadow: 0 1px 3px -2px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.1);
visibility: hidden;
-moz-opacity: 0;
-webkit-opacity: 0;
opacity: 0;
transition: initial;
}
.royal-shop-quickcart-dropdown{
padding: 0;
margin-top: 7px;
}
.royal-shop-quickcart-dropdown .woocommerce-mini-cart__total{
display: flex;
justify-content: space-between;
}
.royal-shop-quickcart-dropdown .woocommerce-Price-amount{
font-weight: bold;
font-size: 21px;
}
.open-cart ul {
padding: 0;
margin: 0;
list-style: none;
}
.open-cart li {
-ms-user-select: none;
-moz-user-select: none;
-webkit-user-select: none;
-o-user-select: none;
user-select: none;
}
.open-cart li span{
color:#a7a7a7;
}
.woocommerce-js .open-cart  li.woocommerce-mini-cart-item {
margin-bottom: 10px;
overflow: hidden;
position: relative;
}
.open-cart a.remove {
display: block;
float:right;
font-size: 1.2em!important;
height: 1.2em!important;
width: 1.2em!important;
text-align: center;
line-height: 1.2;
border-radius: 0%;
text-decoration: none;
border: 0;
opacity: 0.8;
border-radius: 50%!important;
border: 1px solid;
background: transparent;
-webkit-transition: all 0.6s ease;
transition: all 0.6s ease;
margin-top: 20px;
}
.open-cart ul.cart_list li a{
display: block;
font-size: 14px;
padding: 0;
}
.woocommerce-js .open-cart ul.cart_list li img{
float: left;
margin-left: 0px;
margin-right: 10px;
width: 85px;
height: auto;
box-shadow: none;
border: 1px solid #ebebeb;
border-radius: 50%;
}
.open-cart p.total, .widget p.total {
margin: 0px;
border-top: 1px solid rgba(187, 187, 187, 0.32);
padding-top: 20px;
padding-bottom: 20px;
color: #26272c;
border-bottom: 1px solid #ebebeb;
margin-bottom: 20px;
}
.open-cart p.buttons a{
padding: 15px 20px;
color: #111;
background-color: #ebebeb;
margin-top: 15px;
display: block;
font-size: 14px;
border-color: #141415;
border-radius: 35px;
text-align: center;
text-transform: uppercase;
position: relative;
}
.open-cart p.buttons a:before{
font-family: "fontawesome";
content: "\f07a";
margin-right: 10px;
}
.open-cart p.buttons a.checkout:before{
content: "\f064";
}
.open-cart p.buttons a:hover{
background-color:#ff0052;
border-color:#ff0052;
}
.open-cart p.buttons .checkout{
margin-left: 0;
}
.open-cart p.buttons a:hover{
color:#fff!important;
}
.cart-contents:hover + .open-cart,
.open-cart:hover{
visibility: visible;
-moz-opacity: 1;
-webkit-opacity: 1;
opacity: 1;
}
.cart-content {
font-size:12px;
}
.cart-content span.woocommerce-Price-amount{
margin: 0;
display: block;
}
.header-icon a{
position: relative;
}
.header-icon a i {
font-size: 18px;
line-height: inherit;
}
.wzta-icon .cart-icon{
color: #fff;
background: #ff0052;
display: table-cell;
vertical-align: middle;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
.wzta-icon .cart-icon a.cart-contents {
color: #fff;
display: block;
text-align: left;
position: relative;
padding: 0 0px 0 55px;
width: 140px;
}
.wzta-icon .cart-icon a.cart-contents i {
position: absolute;
left:15px;
top: 50%;
z-index: 9;
padding-right: 10px;
border-right: 1px solid #fff;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
transform: translateY(-50%);
}
.cart-content{
display: block;
font-size: 13px;
line-height: 1.7;
text-transform: none;
margin-left: 10px;
align-self: center;
text-align: left;
}
.wzta-icon .cart-content span.count-iterm{
display: block;
}
.wzta-icon .cart-content span.woocommerce-Price-amount{
display: block;
margin-top: 4px;
}
.header-icon{
display: flex;
align-items: center;
}
.cart-icon{
width: auto;
}
.header-icon a{
display: block;
text-align: left;
position: relative;
color: #3f3f3f;
padding: 0px 20px 0px 0;
}
.header-icon .whishlist i{
font-weight: bold;
}
.header-icon a:hover{
color:#ff0052;
}
.header-icon span {
display: block;
letter-spacing: 1px;
text-align: left;
font-size: 14px;
line-height: 21px;
font-family: 'Montserrat-Bold';
}
.header-icon span:nth-of-type(2){
display: initial;
font-size: 13px;
}
.wzta-whishlist-text,
.account-text:nth-of-type(1){
color: #c9e4ff;
}
.header-icon a i{
font-size:21px;
line-height: inherit;
} .royal-shop-widget-content ul,.royal-shop-widget-content ul li{
margin:0;
padding:0;
list-style: none;
}
.widget-footer .widget-footer-wrap{
padding: 15px 0 0 0;
margin: 0px -7.5px;
}
.royal-shop-widget-content {
margin: 15px 0px;
border-radius: 6px;
position:relative;
background: transparent;
}
.sidebar-content-area .widget-title + *{
border: 1px solid #ebebeb;
padding: 15px;
}
#sidebar-primary .widget{
position:relative;
}
.open-widget-content .widget-title,.widget-title{
font-size: 14px;
color:#111;
line-height: 21px;
}
.widget-title{
padding-bottom: 0;
position: relative;
margin-bottom: 15px!important;
}
.widget.woocommerce .woocommerce-widget-layered-nav-list__item a,
.widget.woocommerce .product-categories li a{
display: inline-block;
}
.open-widget-content ul li:last-child{
margin: 0;
}
.woocommerce-widget-layered-nav span.count{
float: right;
}
.woocommerce .widget_rating_filter ul li a{
width: 100%;
display: flex;
justify-content: space-between;
}
.woocommerce .widget_price_filter .open-widget-content .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .open-widget-content .ui-slider .ui-slider-handle{
background-color: #747474;
}
.woocommerce .widget_price_filter .open-widget-content .price_slider_wrapper .ui-widget-content{
background-color: #e4e6eb;
}
.widget.woocommerce.widget_price_filter .open-widget-content .ui-slider-horizontal{
height: 2px;
}
.widget.woocommerce.widget_price_filter .open-widget-content .price_slider{
margin-bottom: 30px;
overflow-y: inherit;
overflow-x: inherit;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{
top: -0.4rem;
}
.price_slider_wrapper button[type=submit]{
width: 100%;
margin-top: 30px;
outline: 0;
padding: 20px 0;
}
.woocommerce .price_slider_amount{
position: relative;
}
.price_slider_amount .price_label{
width: 100%;
position: absolute;
top: -14px;
text-align: center;
}
.royal-shop-widget-content ul li{
margin-bottom: 5px;
padding: 0;
}
.woocommerce  ul.cart_list li,
.woocommerce  ul.product_list_widget li,
.woocommerce .widget_shopping_cart .cart_list li,
.woocommerce.widget_shopping_cart .cart_list li{
margin-bottom:15px;
padding:0;
}
.woocommerce  ul.cart_list li img,
.woocommerce  ul.product_list_widget li img{
float:left;
width:60px;
margin-left:0;
margin-right: 15px;
}
.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a{
font-size:13px;
font-family: "Montserrat-Bold", sans-serif;
}
.widget.woocommerce .product_list_widget .star-rating{
display: block;
margin-left: initial;
margin-top: 10px;
}
.widget.woocommerce .product_list_widget .star-rating,
span.product-title{
margin-right: 10px;
}
.woocommerce  ul.cart_list li .woocommerce-Price-amount ,
.woocommerce  ul.product_list_widget li .woocommerce-Price-amount{
font-size: 13px;
line-height: 20px;
color: #ff0052;
}
.woocommerce  ul.cart_list li del .woocommerce-Price-amount,
.woocommerce  ul.product_list_widget li del .woocommerce-Price-amount,
.woocommerce  ul.cart_list li del ,
.woocommerce  ul.product_list_widget li del {
color: #ababab;
margin-right:2px;
font-family: "Montserrat-Bold", sans-serif;
}
.woocommerce ins {
text-decoration: none;
}
.woocommerce .star-rating,
.woocommerce .products .star-rating{
font-size: 10px;
margin: 0 0 0 0;
text-align: center;
color: #f4a51c;
opacity: 1;
margin-right: auto;
margin-left: auto;
margin-bottom: 10px;
float: right;
-webkit-transition: all .4s ease 0s;
-moz-transition: all .4s ease 0s;
-ms-transition: all .4s ease 0s;
transition: all .4s ease 0s;
}
.woocommerce .wzta-product .star-rating,
.woocommerce .products .wzta-product .star-rating{
position: relative;
top: 5px;
right: 0;
left: initial;
margin-bottom: 20px;
}
.woocommerce .wzta-product:hover .star-rating,
.woocommerce .wzta-product:hover .products .star-rating{
opacity: 1;
-webkit-transition: all .4s ease 0s;
-moz-transition: all .4s ease 0s;
-ms-transition: all .4s ease 0s;
transition: all .4s ease 0s;
} .woocommerce ul.product_list_widget li{
margin-bottom: 0;
border-bottom: 1px solid #ebebeb;
border-top: 1px solid #ebebeb;
border-top: 0;
padding: 10px 0;
}
.woocommerce ul.product_list_widget li:nth-last-child(1){
border-bottom: 0;
}
.woocommerce ul.product_list_widget li img{
margin-top: -10px;
margin-bottom: -10px;
} .widget_tag_cloud  a {
display: inline-block;
font-size: 11px!important;
background: #b7b7b7;
color: #fff;
padding: 4px 6px;
margin-bottom: 10px;
border-radius: 5px;
}
.widget.widget_categories li{
color:#a7a7a7;
}
.widget-footer .widget ul {
margin: 0;
list-style-type: none;
} .widget_media_gallery .widget-title + .gallery{
padding: 0;
border: 0;
} .widget.woocommerce.widget_shopping_cart li a:first-child{
left: 100%;
}
.open-widget-content li a{
font-size: 14px;
line-height: 20px;
}
.woocommerce .open-widget-content .widget_shopping_cart .total,
.woocommerce.widget_shopping_cart .open-widget-content .total{
border: 0;
}
.widget_shopping_cart{
display: flex;
margin-top: 10px;
font-size: 11px;
justify-content: center;
} .royalshop-highlights-column .wzta-hlight-box{
padding: 0;
border: 0;
} .product-slide-widget.multi-product-slide-widget .owl-carousel .owl-nav{
top: -51px;
left: auto;
right: 0;
}
.multi-product-slide-widget .wzta-list{
border-bottom: 1px solid #ebebeb;
padding: 15px;
}
.multi-product-slide-widget .wzta-3row-slide-wrap .product:last-child .wzta-list{
border-bottom: 0;
}
.multi-product-slide-widget .widget-title + *{
padding: 0;
}
.multi-product-slide-widget .price{
padding: 0!important;
} .sidebar-content-area .widget_media_image .widget-title + *{
border: 0;
padding: 0;
}   .royal-shop-enabled-overlay  .royal-shop-off-canvas-sidebar-wrapper{
visibility: visible;
opacity: 1;
}
.royal-shop-off-canvas-sidebar-wrapper{
width: 100%;
top: 0;
position: fixed;
height: 100%;
background: rgba(0,0,0,.4);
z-index: 99;
visibility: hidden;
opacity: 0;
-webkit-transition: .25s ease-in-out;
transition: .25s ease-in-out;
z-index: 1001;
}
.royal-shop-enabled-overlay  .royal-shop-off-canvas-sidebar-wrapper .royal-shop-off-canvas-sidebar{
right: 0;
}
.logged-in.admin-bar .royal-shop-off-canvas-sidebar {
top: 32px;
height: -webkit-calc(100% - 32px);
height: calc(100% - 32px);
}
.royal-shop-off-canvas-sidebar-wrapper .royal-shop-off-canvas-sidebar{
position: absolute;
background: #fff;
height: 100%;
top: 0;
right: -100%;
padding: 3.5em 1.5em;
-webkit-box-shadow: 0 0 12px 0 rgba(0,0,0,.4);
box-shadow: 0 0 12px 0 rgba(0,0,0,.4);
width: 280px;
overflow: auto;
-webkit-transition: .5s ease-in-out;
transition: .5s ease-in-out;
} .royal-shop-off-canvas-sidebar::-webkit-scrollbar {
width: 5px;
}
.royal-shop-enabled-overlay .royal-shop-off-canvas-sidebar-wrapper.from-left .royal-shop-off-canvas-sidebar {
left: 0;
}
.royal-shop-off-canvas-sidebar-wrapper.from-left .royal-shop-off-canvas-sidebar {
position: absolute;
background: #fff;
height: 100%;
top: 0;
left: -100%;
padding: 3.5em 1.5em;
-webkit-box-shadow: 0 0 12px 0 rgba(0,0,0,.4);
box-shadow: 0 0 12px 0 rgba(0,0,0,.4);
width: 280px;
overflow: auto;
-webkit-transition: .5s ease-in-out;
transition: .5s ease-in-out;
}
.logged-in.admin-bar .royal-shop-off-canvas-sidebar {
top: 32px;
height: -webkit-calc(100% - 32px);
height: calc(100% - 32px);
}
.royal-shop-off-canvas-sidebar-wrapper.from-left .close-bn {
width: 40px;
height: 40px;
top: 0;
position: absolute;
left:auto;
right: 0;
background:#111;
}
.close-bn{
width: 40px;
height: 40px;
top: 0;
position: absolute;
left: 0;
background:#ff0052;
}
.royal-shop-off-canvas-sidebar-wrapper .close{
margin: 10px;
width: 14px;
display: block;
text-decoration: none;
top: .75em;
right: 1em;
min-width: 1em;
min-height: 1em;
transform-origin: center;
transition: all .3s linear;
transition-property: transform;
-webkit-backface-visibility: hidden;
font-size: 20px;
color: #fff;
cursor: pointer;
}
.royal-shop-off-canvas-sidebar .open-widget-content{
padding-top:25px;
padding-bottom:25px;
}
.royal-shop-off-canvas-sidebar .widget:last-child .royal-shop-widget-content{
border:none;
}
.royal-shop-off-canvas-sidebar .widget:last-child{
padding-bottom: 50px;
}
.royal-shop-off-canvas-sidebar .widget_search .form-content input[type="text"],
.royal-shop-off-canvas-sidebar .woocommerce-product-search input[type="search"]{
width: 100%;
}
.widget_search .form-content,
.widget_product_search .woocommerce-product-search,
.royal-shop-off-canvas-sidebar .woocommerce-product-search{
display: flex;
align-items: flex-start;
}
.royal-shop-filter-close:before,
.royal-shop-filter-close:after{
content: '';
display: block;
border-top: 1px solid;
position: absolute;
left: 0;
top: 50%;
width: 100%;
}
.royal-shop-filter-close:before{
-webkit-transform: rotateZ(-45deg);
-moz-transform: rotateZ(-45deg);
transform: rotateZ(-45deg);
}
.royal-shop-filter-close:after{
-webkit-transform: rotateZ(45deg);
-moz-transform: rotateZ(45deg);
transform: rotateZ(45deg);
}
.royal-shop-filter-close:hover{
-webkit-transform: rotateZ(90deg);
-moz-transform: rotateZ(90deg);
transform: rotateZ(90deg);
}
.royal-shop-filter-close{
-webkit-transform: rotateZ(0deg);
-moz-transform: rotateZ(0deg);
transform: rotateZ(0deg);
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}   .royal-shop-site section .content-wrap:before{
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: transparent;
}
.royal-shop-site section .content-wrap{
padding:15px 0;
}
.royal-shop-site section{
margin: 30px 0px;
border-radius: 6px;
position: relative;
}
.content-wrap,.wzta-banner-wrap,.wzta-cat-tab{
position:relative;
} .wzta-heading,
.sidebar-content-area .widget-title{
border-bottom: 1px solid #f4f7f9;
padding-right: 12px;
}
.wzta-title .title:after,
.widget-title > span:after{
content: ' ';
border-bottom: 3px solid #70b700;
display: block;
position: absolute;
bottom: -1px;
width: 67%;
}
.widget-title > span{
position: relative;
padding-bottom: 10px;
display: inline-block;
}
.wzta-title .title{
position:relative;
display: inline-block;
padding-bottom: 15px;
font-size: 16px;
line-height: 23px;
color:#111;
}
.wzta-cat-tab .wzta-title .title{
margin-bottom:0;
}
.hunk-heading{
max-width:400px;
}   .wzta-category{
text-align:center;
}
.wzta-woo-product-list .woocommerce-loop-product__title a, .wzta-cat-title a{
line-height: 20px;
font-size: 13px;
font-family: "Montserrat-Bold", sans-serif;
color: #111;
}
.wzta-cat-text{
display: inline-block;
background-color: transparent;
padding: 8px 20px 18px;
position: relative;
-webkit-transition: all .3s ease-out;
-moz-transition: all .3s ease-out;
-ms-transition: all .3s ease-out;
-o-transition: all .3s ease-out;
transition: all .3s ease-out;
z-index: 15;
}
.wzta-cat-box{
display: block;
overflow: hidden;
position: relative;
border: 1px solid #f1f1f1;
margin: 1px;
border-radius: 50%;
}
.wzta-cat-box.no-image{
border: 0;
}
.wzta-cat-box img{
-webkit-transition: all .5s ease 0s;
-o-transition: all .58s ease 0s;
transition: all .5s ease 0s;
}
.wzta-cat-box a:hover img {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
.wzta-slide.wzta-cat-slide .owl-stage-outer {
padding-bottom: 20px!important;
margin-bottom: -20px!important;
} .wzta-category-slide-section .cat-content{
position:relative;
display:flex;
margin:-7.5px -7.5px;
flex-wrap: wrap;
}
.wzta-category-slide-section .cat-content .cat-list{
flex: 0 0 16.66%;
max-width: 16.66%;
padding:7.5px 7.5px;
}
.cat-list a{
position:relative;
display: block;
text-align:center;
display: flex;
justify-content: center;
align-items: center;
position: relative;
overflow: hidden;
}
.cat-list a span{
position: absolute;
color:#fff;
font-size: 16px;
font-family: "Montserrat-Bold", sans-serif;
}
.cat-list a:after {
position: absolute;
display: block;
content: "";
background: #ff0052;
width: 100%;
height: 100%;
left: 0;
top: 0;
opacity:0;
transition: all 0.2s linear;
}
.cat-list a:hover:after{
opacity:0.8;
}
.cat-list a span{
z-index:2;
} .cat-layout-2 .cat-list{
padding: 0;
}
.cat-layout-2 .cat-list a{
overflow: initial;
background: #FFF;
padding: 16px;
border: 1px solid #ebebeb;
}
.cat-layout-2 .cat-list a span{
position: relative;
color: #111;
}
.cat-layout-2 .cat-list a span i{
margin-right: 10px;
} .cat-flex-first,
.cat-flex-third{
width: 25%;
}
.cat-flex-second{
width: 50%;
}
.cat-flex-fourth{
width: 100%;
display: flex;
flex-wrap: wrap;
}
.cat-layout-3 .cat-flex-fourth .cat-col{
width: 25%;
}
.cat-layout-3 .cat-content-3{
overflow: hidden;
position: relative;
margin-right:-7.5px;
margin-left: -7.5px;
margin-bottom:-15px;
display: flex;
flex-wrap: wrap;
}
.cat-layout-3 .cat-content-3 .cat-col{
float: left;
padding-left: 7.5px;
padding-right: 7.5px;
margin-bottom: 15px;
position: relative;
overflow:hidden;
}
.cat-layout-3 .cat-content-3 a{
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 5;
}
.cat-layout-3 .cat-content-3 .hover-area {
position: absolute;
right:20px;
bottom:5px;
left: 20px;
transition: -webkit-transform .3s ease;
transition: transform .3s ease;
transition: transform .3s ease,-webkit-transform .3s ease;
-webkit-transform: translateY(50%) translateZ(0);
transform: translateY(50%) translateZ(0);
}
.cat-col:hover .hover-area{
-webkit-transform: translateY(0) translateZ(0);
transform: translateY(0) translateZ(0);
}
.cat-layout-3 .cat-content-3 .hover-area .cat-title{
font-size:16px;
font-family: "Montserrat-Bold", sans-serif;
color: #101010;
}
.prd-total-number{
font-family: "Montserrat-Bold", sans-serif;
color: #101010;
}
.cat-layout-3 .prd-total-number{
margin: 10px 0;
}
.cat-col:hover img {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
.cat-col-wrap{
position: relative;
overflow: hidden;
}
.royal-shop-woo-hover-zoom .wzta-product-image img,.cat-layout-3 img{
-webkit-transition: all .5s ease 0s;
-o-transition: all .58s ease 0s;
transition: all .5s ease 0s;
}   .wzta-woo-product-list{
list-style:none;
text-align:center;
padding: 1px;
}
.wzta-woo-product-list .woocommerce-loop-product__title{
line-height:21px;
font-size: 14px;
overflow: hidden;
margin-bottom: 10px;
text-align: left;
}
.woocommerce .wzta-woo-product-list .price{
text-decoration:none;
font-family: "Montserrat-Regular", sans-serif;
}
.woocommerce .wzta-list .price{
margin-top: 10px;
}
.woocommerce .wzta-product-content .star-rating{
font-size:10px;
float: right;
margin: 0 auto;
margin: 0;
width: 5.7em;
}
.wzta-wishlist .yith-wcwl-add-to-wishlist{
margin: 0;
}
.wzta-wishlist .yith-wcwl-add-button > a i{
margin: 0;
}
.wzta-wishlist .yith-wcwl-add-button img,
#yith-wcwl-popup-message,
.feedback,
.wzta-wishlist .yith-wcwl-wishlistexistsbrowse span,
.wzta-wishlist .yith-wcwl-wishlistexistsbrowse a,
.yith-wcwl-wishlistaddedbrowse a{
display:none!important;
}
.wzta-product .yith-wcwl-wishlistexistsbrowse:before,
.summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a::before,
.yith-wcwl-wishlistaddedbrowse:before{
content: "\f004";
font-family:'fontawesome';
color:#00badb;
margin: 0;
font-size:14px;
}
.wzta-wishlist .blockUI{
position: absolute!important;
left: 0!important;
top: 0!important;
right: 0!important;
}
.woocommerce .wzta-woo-product-list span.onsale{
border-radius:0px;
right: 0;
top: 0;
left: auto;
padding:5px;
line-height:normal;
min-height: auto;
min-width: auto;
background-color:#00badb;
margin:0;
z-index: 1;
}
.woocommerce ul.products li.product .onsale{
margin:0;
right: auto;
left: 0;
}
.wzta-product-image{
display: block;
position: relative;
overflow: hidden;
margin-bottom: 20px;
border-bottom: 1px solid #ebebeb;
}
.woocommerce ul.products li.product a img{
margin: 0;
}
.woocommerce .wzta-woo-product-list .price del {
color: #a7a7a7;
margin-right: 10px;
}
.wzta-wishlist .yith-wcwl-add-button > a i,
.wzta-compare .compare-button a:before{
font-size: 11px;
}
.wzta-woo-product-list .wzta-quickview a{
font-size: 13px;
line-height: 20px;
font-family: 'Montserrat-Bold';
}
.woocommerce .wzta-product-hover a.added_to_cart{
display: flex;
position: relative;
}
.wzta-compare .compare-button a{
width: 100%;
background-color:transparent;
color: #2d2f2d;
font-size: 0;
padding:0;
font-weight:normal;
}
.wzta-compare .compare-button a:hover{
background-color:transparent;
}
.woocommerce ul.products .wzta-product-hover .add_to_cart_button,
.woocommerce .wzta-product-hover a.wzta-button,
.woocommerce ul.products li.product .product_type_variable,
.woocommerce ul.products li.product a.button.product_type_grouped,
.woocommerce .wzta-product-hover a.wzta-button,
.woocommerce ul.products li.product .add_to_cart_button,
.woocommerce .added_to_cart.wc-forward{
width: auto;
font-family: "Montserrat-Bold", sans-serif;
font-weight:normal;
background-color: transparent;
text-align: center;
color: #FFF;
padding:0;
font-weight: normal!important;
margin-top: 0;
display: flex;
justify-content: center;
align-items: center;
font-size: 13px;
line-height: 20px;
background: #a70404;
border-radius: 30px;
margin: 0 5px;
padding: 5px 0;
}
.woocommerce .wzta-product-hover > a,
.woocommerce .wzta-product-hover > a:after{
background: #008000!important;
color: #FFF!important;
}
ul.products .wzta-product-hover .add_to_cart_button:hover,
.woocommerce .wzta-product-hover a.wzta-button:hover,
.woocommerce ul.products li.product .product_type_variable:hover,
.woocommerce ul.products li.product a.button.product_type_grouped:hover,
.woocommerce .wzta-product-hover a.wzta-button:hover,
.woocommerce ul.products li.product .add_to_cart_button:hover,
.woocommerce .added_to_cart.wc-forward:hover,
ul.products .wzta-product-hover .add_to_cart_button:hover:after,
.woocommerce .wzta-product-hover a.wzta-button:hover:after,
.woocommerce ul.products li.product .product_type_variable:hover:after,
.woocommerce ul.products li.product a.button.product_type_grouped:hover:after,
.woocommerce .wzta-product-hover a.wzta-button:hover:after,
.woocommerce ul.products li.product .add_to_cart_button:hover:after,
.woocommerce .added_to_cart.wc-forward:hover:after{
color: #a7a7a7;
}
.woocommerce #respond input#submit.loading,
.woocommerce a.button.loading,
.woocommerce button.button.loading,
.woocommerce input.button.loading {
opacity: 1;
padding: 0;
margin: 0;
position: relative;
}
.woocommerce #respond input#submit.loading::after,
.woocommerce a.button.loading::after,
.woocommerce button.button.loading::after,
.woocommerce input.button.loading::after,
.wzta-product-hover .wzta-button.add_to_cart_button.loading::after,
.woocommerce ul.products .wzta-product-hover .add_to_cart_button.loading::after,
.woocommerce ul.products li.product .product_type_variable.loading::after,
.woocommerce ul.products li.product a.button.product_type_grouped.loading::after,
.woocommerce .wzta-product-hover a.wzta-button.loading::after,
.woocommerce ul.products li.product .add_to_cart_button.loading::after{
font-family: WooCommerce;
content: "\e01c";
-webkit-animation: spin 2s linear infinite;
animation: spin 2s linear infinite;
opacity: 1;
position: absolute;
right:0;
left:4px;
transform: translate(50%,0);
top:10px;
width: 13px;
height: 13px;
line-height:13px;
text-indent: 0;
display: flex;
justify-content: center;
align-items: center;
margin-right:0px;
transition: initial;
}
.wzta-product-hover .wzta-button.add_to_cart_button.loading,
.woocommerce ul.products .wzta-product-hover .add_to_cart_button.loading,
.woocommerce .wzta-product-hover a.wzta-button.loading,
.woocommerce ul.products li.product .product_type_variable.loading,
.woocommerce ul.products li.product a.button.product_type_grouped.loading,
.woocommerce .wzta-product-hover a.wzta-button.loading,
.woocommerce ul.products li.product .add_to_cart_button.loading{
position: relative;
padding: 5px 0;
}
.wzta-product-hover .wzta-button.add_to_cart_button.added,
.woocommerce ul.products .wzta-product-hover .add_to_cart_button.added,
.woocommerce .wzta-product-hover a.wzta-button.added,
.woocommerce ul.products li.product .product_type_variable.added,
.woocommerce ul.products li.product a.button.product_type_grouped.added,
.woocommerce .wzta-product-hover a.wzta-button.added,
.woocommerce ul.products li.product .add_to_cart_button.added{
display: none;
}
.woocommerce .wzta-list-view ul.products li.product a.button.product_type_grouped{
width:auto;
}
.woocommerce-store-notice, p.demo_store{
margin-top: 1em;
} .wzta-quickview .woocommerce-LoopProduct-link.woocommerce-loop-product__link{
display: none;
}
.wzta-compare .compare-button a:before{
content: "\f0ec";
font-family: 'fontawesome';
display: block;
margin: auto;
}
.wzta-quik{
display: inline-flex;
background: #f7f7f7;
color: #111;
border-radius: 30px;
padding: 5px 10px;
margin: 0 3px;
text-align: center;
position: relative;
justify-content: center;
align-items: center;
}
.wzta-wishlist,.wzta-compare{
width: 32px;
height: 32px;
line-height: 32px;
display: inline-flex;
background: #f7f7f7;
color: #111;
border-radius: 50%;
margin: 0 3px;
text-align: center;
position: relative;
justify-content: center;
align-items: center;
border: 2px solid #e5e5e5;
}
.wzta-wishlist a:hover,.wzta-compare a:hover,
.wzta-quik a:hover{
color:#00badb;
}
.wzta-wishlist a,.wzta-compare a,.wzta-quik a{
font-size:11px;
color: #111;
}
.wzta-rating-cont{
display: flex;
align-items: center;
}
.wzta-icons-wrap{
width: 90%;
position: absolute;
top: initial;
bottom: 25%;
left: 50%;
transform: translate(-50%,50%);
display: flex;
justify-content: space-between;
background: transparent;
justify-content: center;
border: 0;
border-radius: 3px;
padding: 3px 0;
opacity: 0;
-webkit-transition: all .4s ease 0s;
-moz-transition: all .4s ease 0s;
-ms-transition: all .4s ease 0s;
transition: all .4s ease 0s;
}
.wzta-product:hover .wzta-icons-wrap{
opacity: 1;
bottom: 50%;
}
.wzta-feature-product-section .content-featured-wrap .wzta-icons-wrap{
position: relative;
margin-top: 20px;
margin-bottom: 20px;
opacity: 1;
bottom: initial;
transform: translate(-50%,0);
}
.wzta-feature-product-section .content-featured-wrap .wzta-product-image{
margin: 0;
}
.wzta-icons-wrap .tooltip{
position: absolute;
top: -29px;
left: -7px;
display: none;
padding: 0 5px;
background: #1b1b1b;
color: #fff;
font-size: 9px;
line-height: 25px;
border-radius: 3px;
height: 25px;
font-family: "Montserrat-Regular", sans-serif;
}
.wzta-icons-wrap .wzta-quik .tooltip{
left: -13px;
}
.wzta-quik:hover .tooltip,
.wzta-wishlist:hover .tooltip,
.wzta-compare:hover .tooltip,
.product_type_simple:hover .tooltip,
.product_type_variable:hover .tooltip{
display: block;
}
.wzta-icons-wrap .tooltip:before{
position: absolute;
content: '';
bottom: -5px;
left: 44%;
width: 10px;
height: 30px;
transform: translateX(-50%);
height: 10px;
background: #1b1b1b;
clip-path: polygon(52% 100%, 1% 51%, 100% 51%);
}
.woocommerce a.button.product_type_variable{
font-size: 0;
}
.wzta-product-hover{
position: absolute;
display: block;
left: 1px;
right: 1px;
top:108%;
display: flex;
flex-wrap: wrap;
background:transparent;
border: 1px solid #ebebeb;
padding-bottom: 20px;
-webkit-transform: translate(0,20px);
-ms-transform: translate(0,20px);
-o-transform: translate(0,20px);
transform: translate(0,20px);
opacity: 0;
visibility: hidden;
border-radius: 0 0 3px 3px;
-webkit-transition: all .4s ease 0s;
-moz-transition: all .4s ease 0s;
-ms-transition: all .4s ease 0s;
transition: all .4s ease 0s;
}
.wzta-product:hover .wzta-product-hover{
display: flex;
flex-wrap: wrap;
opacity: 1;
border-color: #f1f1f1;
-webkit-transform: translate(0,0);
-ms-transform: translate(0,0);
-o-transform: translate(0,0);
transform: translate(0,0);
top: 99%;
visibility: visible;
z-index:15;
}
.wzta-product{
padding: 20px;
border: 1px solid transparent;
background: transparent;
border: 1px solid #ebebeb;
-webkit-transition: all .7s ease 0s;
-moz-transition: all .7s ease 0s;
-ms-transition: all .7s ease 0s;
transition: all .7s ease 0s;
}
.wzta-product:hover .wzta-product-hover{
border-top:none;
}
.wzta-woo-product-list .wzta-product-wrap:hover .wzta-product{
-webkit-box-shadow: 0 10px 10px -8px rgba(0,0,0,.18);
box-shadow: 0 10px 10px -8px rgba(0,0,0,.18);
border-bottom: 0;
}
.wzta-product:hover .wzta-product-hover {
-webkit-box-shadow: 0 10px 10px -8px rgba(0,0,0,.18);
box-shadow: 0 10px 10px -8px rgba(0,0,0,.18);
}
.wzta-product:hover .wzta-product-hover::before {
position: absolute;
content: '';
bottom: 100%;
left: 0;
right: 0;
height: 11px;
background-color: transparent;
}
.wzta-list-view .wzta-product:hover .wzta-product-hover::before {
position: absolute;
content: '';
bottom: 100%;
left: 0;
right: 0;
height:0px;
background-color: #fff;
}
.wzta-slide .owl-stage-outer {
padding: 0;
margin: 0;
}
.wzta-product .wzta-wishlist{
order: 1;
display: flex;
align-items: center;
justify-content: center;
font-size: 16px;
}
.wzta-product .wzta-compare{
order: 3;
justify-content: center;
align-items: center;
font-size: 16px;
}
.wzta-product .wzta-compare a.compare-button{
display: flex;
align-items: center;
justify-content: center;
}
.wzta-product-hover .add_to_cart_button,
.wzta-product-hover .added_to_cart,
.wzta-product-hover .button{
order: 2;
flex-grow: 2;
}
.wzta-categories-prod{
position: relative;
display: block;
text-align: left;
margin-bottom: 7px;
}
.wzta-categories-prod a:nth-of-type(2):before{
content: '\2000';
} .wzta-slide .owl-nav{
position: absolute;
top: -58px;
right: 0;
color: #a3a3a3;
}
.wzta-slide.owl-carousel .owl-nav  button.owl-prev,
.wzta-slide.owl-carousel .owl-nav  button.owl-next{
width: 30px;
height: 30px;
line-height: 30px;
font-size: 14px;
text-align: center;
background: transparent;
color: #a7a7a7;
border:1px solid #eee;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
}
.royal-shop-slide-post .owl-nav button.owl-prev, .royal-shop-slide-post .owl-nav button.owl-next {
width: 25px;
height: 25px;
line-height: 25px!important;
font-size:14px;
}
.wzta-slide .owl-nav  button.owl-prev:hover,.wzta-slide .owl-nav  button.owl-next:hover,.royal-shop-slide-post .owl-nav  button.owl-prev:hover,.royal-shop-slide-post .owl-nav  button.owl-next:hover{
color: #fff;
background:#ff0052;
border-color:#ff0052;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.wzta-slide .owl-nav button.owl-prev,.royal-shop-slide-post .owl-nav button.owl-prev{
margin-right:2px;
}
.wzta-slide .owl-nav button.owl-next,.royal-shop-slide-post .owl-nav button.owl-next{
margin-left:2px;
}
.royal-shop-slide-post .owl-nav{
position: absolute;
top: -40px;
right:0px;
color: #a3a3a3;
}
.wzta-slide.owl-carousel .owl-nav  button.owl-prev i,
.wzta-slide.owl-carousel .owl-nav  button.owl-next i,
.wzta-testimonial .owl-carousel .owl-nav button.owl-prev i,
.wzta-testimonial .owl-carousel .owl-nav button.owl-next i,
.royal-shop-slide-post .owl-carousel .owl-nav button.owl-prev i,
.royal-shop-slide-post .owl-carousel .owl-nav button.owl-next i{
display: block;
margin-top: -2px;
}       .wzta-cat-tab ul,
.resp-view-tab-head ul{
display: inline-block;
list-style: none;
padding: 0;
font-size: 0;
line-height: 0;
position: relative;
list-style: none;
margin:0;
}
.wzta-cat-tab .tab-link li,
.resp-view-tab-head .tab-link li{
display: inline-block;
font-size:13px;
line-height:24px;
}
.wzta-cat-tab .tab-link li a,
.resp-view-tab-head .tab-link li a{
display: block;
padding: 0 10px 10px 10px;
color: #a7a7a7;
}
.wzta-cat-tab .tab-link li a.active,
.wzta-cat-tab .tab-link li a:hover,
.resp-view-tab-head .tab-link li a.active,
.resp-view-tab-head .tab-link li a:hover{
color:#111;
}
.wzta-cat-tab .tab-link li:first-child a{
padding-left: 0;
}
.wzta-cat-tab .tab-link li.active a{
color:#ff0052;
}
.wzta-heading-wrap{
display: flex;
border-bottom: 1px solid #f4f7f9;
}
.wzta-heading-wrap .wzta-heading{
width:35%;
}
.wzta-heading-wrap .tab-head{
width:65%;
text-align: right;
}
.wzta-cat-tab .wzta-heading-wrap .wzta-heading{
width:30%;
border-bottom: initial;
}
.wzta-cat-tab .wzta-heading-wrap .tab-head{
width:70%;
flex-grow: 2;
}
.wzta-heading-wrap .tab-link-wrap{
margin-right:65px;
}   .wzta-product-list-section .wzta-woo-product-list,
.wzta-product-tab-list-section .wzta-woo-product-list{
display:flex;
}
.wzta-product-list-section .wzta-product-image,
.wzta-product-tab-list-section .wzta-product-image{
border: 0;
}
.wzta-product-list-section .wzta-list,
.wzta-product-tab-list-section .wzta-list{
display:flex;
flex-wrap: wrap;
text-align:left;
background: transparent;
border: 1px solid #ebebeb;
}
.wzta-product-list-section .wzta-list .wzta-product-image,
.wzta-product-tab-list-section .wzta-list .wzta-product-image{
width:40%;
margin:0;
padding:0;
}
.wzta-product-list-section .wzta-list .wzta-product-content,
.wzta-product-tab-list-section .wzta-list .wzta-product-content{
width: 60%;
margin:0;
padding-left: 10px;
padding-right: 10px;
display: flex;
flex-direction: column;
padding-top: 5px;
padding-bottom: 5px;
}
.wzta-product-list-section .wzta-list .wzta-product-content .star-rating,
.wzta-product-tab-list-section .wzta-list .wzta-product-content .star-rating{
opacity: 1;
position: relative;
margin-bottom: 10px;
margin-left: 0;
order: 2;
}
.wzta-product-list-section .wzta-list .wzta-product-content .woocommerce-LoopProduct-title,
.wzta-product-tab-list-section .wzta-list .wzta-product-content .woocommerce-LoopProduct-title{
color: #242525;
}   .wzta-banner-wrap{
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.wzta-banner-wrap .wzta-banner-col1,.wzta-banner-wrap .wzta-banner-col2,.wzta-banner-wrap .wzta-banner-col3{
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-moz-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-flex: 1;
-webkit-flex: 1;
-moz-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
.thnk-col-2 .wzta-banner-col1{
margin-right:15px;
}
.thnk-col-3 .wzta-banner-col1,.thnk-col-3 .wzta-banner-col2{
margin-right:15px;
} .bnr-layout-2 .wzta-banner-col1{
width: 60%;
}
.bnr-layout-2 .wzta-banner-col2{
width: 40%;
} .wzta-banner-wrap.thnk-col-5{
margin-right: -7.5px;
margin-left: -7.5px;
margin-bottom: -15px;
}
.wzta-banner-wrap.bnr-layout-4 .wzta-banner-col{
display: flex;
flex-direction: column;
flex: 1 0 0%;
}
.wzta-banner-wrap.bnr-layout-4 .wzta-banner-col:nth-child(2) {
flex-grow: 1.38;
}
.wzta-banner-wrap.bnr-layout-4 .wzta-banner-col .wzta-banner-item{
display: flex;
flex-direction: column;
flex: 1 0 auto;
}
.wzta-banner-wrap.bnr-layout-4 .wzta-banner-col .wzta-banner-item{
padding: 0 7.5px 15px 7.5px;
}
.wzta-banner-wrap.bnr-layout-4  img{
width: 100%;
} .wzta-banner-wrap.bnr-layout-5.thnk-col-4{
margin-right: -7.5px;
margin-left: -7.5px;
margin-bottom: -15px;
}
.bnr-layout-5 .wzta-banner-col{
display: flex;
flex-direction: column;
flex: 1 0 0%;
}
.bnr-layout-5 .wzta-banner-col:nth-child(1),.bnr-layout-5 .wzta-banner-col:nth-child(3) {
flex-grow: 1.38;
}
.bnr-layout-5 .wzta-banner-col .wzta-banner-item{
padding: 0 7.5px 15px 7.5px;
}
.bnr-layout-5 .wzta-banner-col .wzta-banner-item >:first-child img{
flex: 1 0 auto;
width:100%;
}
.bnr-layout-5 .wzta-banner-col:nth-child(2) .wzta-banner-item >:first-child img{
flex: 1 0 auto;
width:100%;
} .bnr-layout-6 .wzta-banner-col1{
width: 50%;
}
.bnr-layout-6 .wzta-banner-col2,
.bnr-layout-6 .wzta-banner-col3{
width: 25%;
flex: initial;
}
.royal-shop-site section.wzta-banner-section .content-wrap:before{
background: none!important;
}
.royal-shop-site section.wzta-banner-section .content-wrap{
padding: 0;
}   .owl-carousel .owl-item .wzta-brands img{
margin: 0 auto;
max-width:100%;
width:auto;
}
.wzta-slide.wzta-brand .owl-stage-outer{
padding:0;
margin:0;
}
.wzta-slide.wzta-brand .owl-nav{
position: absolute;
top: calc(50% - 15px)!important;
left: 0;
right: 0;
height: 0;
margin: 0 -10px;
z-index: 2;
font-size:24px;
opacity:0;
}
.wzta-slide.wzta-brand .owl-nav .owl-prev {
float: left;
}
.wzta-slide.wzta-brand .owl-nav .owl-next {
float:right;
}
.wzta-brand-section .content-wrap:hover .wzta-slide.wzta-brand .owl-nav{
opacity: 1;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.wzta-slide.wzta-brand .owl-nav button.owl-prev:after{
display:none;
}
.royal-shop-site section.wzta-brand-section .content-wrap:before{
background: none!important;
}
.royal-shop-site section.wzta-brand-section .content-wrap{
padding: 15px 0;
}   .wzta-highlight-feature-wrap{
display: flex;
flex-wrap: wrap;
position: relative;
}
.wzta-highlight-col{
width: 23.5%;
margin-right: 2%;
margin-bottom: 2%;
background: transparent;
padding: 15px 20px;
text-align: center;
border-right-color: #e4e9ef;
border-right-style: solid;
border-right-width: 0;
margin-bottom: 10px;
}
.wzta-highlight-col:nth-of-type(4n+4){
margin-right: 0;
}
.wzta-hglt-box{
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
}
.wzta-hglt-box .content{
padding-left: 15px;
text-align: left;
}
.wzta-hglt-icon{
color: #26272c;
font-size: 35px;
}
.wzta-hglt-box h6{
font-size:14px;
color:#101010;
}
.wzta-hglt-box  p{
color:#101010;
}
.wzta-highlight-col:nth-of-type(4n+4){
border:none;
}
.no-sidebar .wzta-highlight-col {
width: 23.5%;
}   #wzta-feature-product-tab .content-wrap{
display: flex;
}
#wzta-feature-product-tab .tab-content{
width:60%;
}
#wzta-feature-product-tab .content-featured-wrap{
margin-left:2%;
width:38%;
position: relative;
}
.content-featured-wrap .wzta-product-hover{
border:none;
padding-bottom: 10px;
opacity: 1;
border-color: #f1f1f1;
-webkit-transform: translate(0,0);
-ms-transform: translate(0,0);
-o-transform: translate(0,0);
transform: translate(0,0);
top: 99%;
visibility: visible;
z-index: 15;
border-top:none;
position: relative;
padding-bottom: 0;
padding-top: 20px;
}
.content-featured-wrap .wzta-product .price,
.content-featured-wrap .wzta-product:hover .price{
border-color: #ebebeb;
}
#wzta-feature-product-tab .owl-nav {
position: absolute;
right: -68%;
color: #a3a3a3;
}
#wzta-feature-product-tab .tab-content .yith-wcwl-add-button a.add_to_wishlist,
#wzta-feature-product-tab .tab-content .yith-wcwl-wishlistexistsbrowse.show a{
font-size:0;
}
#wzta-feature-product-tab .tab-content .wzta-compare .compare-button a{
font-size:0;
letter-spacing: initial;
}
#wzta-feature-product-tab .tab-content .wzta-compare .compare-button a:before{
font-size:12px;
margin:0;
}
#wzta-feature-product-tab .tab-content .wzta-wishlist .yith-wcwl-add-button > a i{
margin:0;
}
#wzta-feature-product-tab .tab-content .wzta-wishlist a::after{
margin:0;
}
#wzta-feature-product-tab .tab-content .wzta-wishlist{
float:none;
}
#wzta-feature-product-tab .tab-content .wzta-compare{
float:none;
}
#wzta-feature-product-tab .tab-content .wzta-product:hover .wzta-product-hover {
padding-bottom: 10px;
}
#wzta-feature-product-tab .content-featured-wrap .wzta-product:hover .wzta-product-hover::before{
height:0;
}
#wzta-feature-product-tab .tab-content .yith-wcwl-wishlistexistsbrowse a,
#wzta-feature-product-tab .tab-content .yith-wcwl-wishlistaddedbrowse a{
display:none;
}
.content-featured-wrap .wzta-product-content{
padding-top: 20px;
}   .widget-wrap{
position:relative;
display:block;
}
.cs-1-4 .widget-cs-col1,
.cs-1-4 .widget-cs-col2,
.cs-1-4 .widget-cs-col3,
.cs-1-4 .widget-cs-col4,
.cs-2-4 .widget-cs-col1,
.cs-2-4 .widget-cs-col2,
.cs-2-4 .widget-cs-col3,
.cs-2-4 .widget-cs-col4,
.cs-3-4 .widget-cs-col1,
.cs-3-4 .widget-cs-col2,
.cs-3-4 .widget-cs-col3,
.cs-3-4 .widget-cs-col4,
.cs-4-4 .widget-cs-col1,
.cs-4-4 .widget-cs-col2,
.cs-4-4 .widget-cs-col3,
.cs-4-4 .widget-cs-col4,
.cs-1-3 .widget-cs-col1,
.cs-1-3 .widget-cs-col2,
.cs-1-3 .widget-cs-col3,
.cs-1-2 .widget-cs-col1,
.cs-1-2 .widget-cs-col2,
.cs-2-3 .widget-cs-col1,
.cs-2-3 .widget-cs-col2,
.cs-2-3 .widget-cs-col3,
.cs-2-2 .widget-cs-col1,
.cs-2-2 .widget-cs-col2,
.cs-3-3 .widget-cs-col1,
.cs-3-3 .widget-cs-col2,
.cs-3-3 .widget-cs-col3,
.cs-3-2 .widget-cs-col1,
.cs-3-2 .widget-cs-col2,
.cs-4-3 .widget-cs-col1,
.cs-4-3 .widget-cs-col2,
.cs-4-3 .widget-cs-col3,
.cs-4-2 .widget-cs-col1,
.cs-4-2 .widget-cs-col2,
.cs-5-3 .widget-cs-col1,
.cs-5-3 .widget-cs-col2,
.cs-5-3 .widget-cs-col3,
.cs-5-2 .widget-cs-col1,
.cs-5-2 .widget-cs-col2{
-webkit-box-flex: 1;
-webkit-flex: 1;
-moz-box-flex: 1;
-ms-flex: 1;
flex: 1;
width: 100%;
position: relative;
}
.cs-1-1 .widget-cs-col1,
.cs-2-1 .widget-cs-col1,
.cs-3-1 .widget-cs-col1,
.cs-4-1 .widget-cs-col1,
.cs-5-1 .widget-cs-col1{
width: 100%;
position: relative;
}
.cs-1-2 .widget-cs-col1,
.cs-1-2 .widget-cs-col2,
.cs-2-2 .widget-cs-col1,
.cs-2-2 .widget-cs-col2,
.cs-3-2 .widget-cs-col1,
.cs-3-2 .widget-cs-col2,
.cs-4-2 .widget-cs-col1,
.cs-4-2 .widget-cs-col2,
.cs-5-2 .widget-cs-col1,
.cs-5-2 .widget-cs-col2{
width:50%;
padding: 0px 7.5px;
}
.cs-1-3 .widget-cs-col1,
.cs-1-3 .widget-cs-col2,
.cs-1-3 .widget-cs-col3,
.cs-2-3 .widget-cs-col1,
.cs-2-3 .widget-cs-col2,
.cs-2-3 .widget-cs-col3,
.cs-3-3 .widget-cs-col1,
.cs-3-3 .widget-cs-col2,
.cs-3-3 .widget-cs-col3,
.cs-4-3 .widget-cs-col1,
.cs-4-3 .widget-cs-col2,
.cs-4-3 .widget-cs-col3,
.cs-5-3 .widget-cs-col1,
.cs-5-3 .widget-cs-col2,
.cs-5-3 .widget-cs-col3{
width:33.33%;
padding: 0px 7.5px;
}
.cs-1-4 .widget-cs-col1,
.cs-1-4 .widget-cs-col2,
.cs-1-4 .widget-cs-col3,
.cs-1-4 .widget-cs-col4,
.cs-2-4 .widget-cs-col1,
.cs-2-4 .widget-cs-col2,
.cs-2-4 .widget-cs-col3,
.cs-2-4 .widget-cs-col4,
.cs-3-4 .widget-cs-col1,
.cs-3-4 .widget-cs-col2,
.cs-3-4 .widget-cs-col3,
.cs-3-4 .widget-cs-col4,
.cs-4-4 .widget-cs-col1,
.cs-4-4 .widget-cs-col2,
.cs-4-4 .widget-cs-col3,
.cs-4-4 .widget-cs-col4{
width:25%;
padding: 0px 7.5px;
}
.widget-cs-bar.cs-1-2 .widget-cs-container,
.widget-cs-bar.cs-1-3 .widget-cs-container,
.widget-cs-bar.cs-2-2 .widget-cs-container,
.widget-cs-bar.cs-2-3 .widget-cs-container,
.widget-cs-bar.cs-3-2 .widget-cs-container,
.widget-cs-bar.cs-3-3 .widget-cs-container{
margin: 0px -7.5px;
}
.wzta-custom-one-section .widget,
.wzta-custom-two-section .widget,
.wzta-custom-three-section .widget,
.wzta-custom-four-section .widget,
.wzta-custom-five-section .widget{
padding: 25px 0;
} .product-slide-widget .owl-carousel .owl-nav{
position: absolute;
top: 45%;
left: 0;
right: 0;
height: 0;
margin: 0;
z-index: 2;
font-size: 24px;
opacity:1;
}
.product-slide-widget .owl-carousel .owl-nav .owl-prev,.wzta-slide.wzta-brand .owl-nav .owl-prev{
float: left;
margin-left: -5px;
}
.product-slide-widget .owl-nav .owl-next,.wzta-slide.wzta-brand .owl-nav .owl-next{
float: right;
margin-right: -5px;
}
.product-slide-widget .owl-carousel .owl-nav button,
.wzta-slide.wzta-brand .owl-nav  button{
width: 30px;
height: 30px;
line-height: 30px!important;
font-size: 14px;
text-align: center;
background:#f4f7f9;
color:#111111;
border:1px solid #eee;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
}
.sidebar-content-area .product-slide-widget .owl-carousel .owl-nav button{
width: 25px;
height: 25px;
line-height: 25px!important;
font-size: 14px;
text-align: center;
background: transparent;
color: #a7a7a7;
border: 1px solid #eee;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
margin: 0 4px;
}
.product-slide-widget .owl-carousel .owl-nav button:hover,.wzta-slide.wzta-brand .owl-nav  button:hover{
color: #fff;
background:#ff0052;
border-color:#ff0052;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-ms-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.product-slide-widget .owl-carousel .owl-nav button .slick-nav {
font-size: 100%;
line-height: normal;
display: block;
margin-top: -2px;
}
.product-slide-widget .owl-carousel .owl-nav button .slick-nav:hover {
color: #fff;
cursor: pointer;
} .product-slide-one-widget {
display: flex;
align-items: stretch;
margin:0;
}
.product-slide-one-widget .widget-content-wrap{
width: 18%;
background-size: cover;
display: flex;
align-items: center;
justify-content: center;
}
.product-slide-one-widget .slide-wrap {
width: calc(100% - 18%);
position: relative;
padding-left: 15px;
}
.product-slide-one-widget .widget-content-wrap.right{
margin-left:15px;
}
.product-slide-one-widget .widget-content-wrap.left{
margin-right:15px;
}   .tagcloud a,.wzta-tags-wrapper a{
background: transparent;
color: #101010;
display: inline-block;
padding: 4px 6px;
text-transform: capitalize;
font-size: 11px !important;
margin: 0 4px 8px 0;
border-radius: 50px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
-moz-border-radius: 5px;
border: 1px solid #EBEBEB;
}
.tagcloud a:hover,.wzta-tags-wrapper a:hover {
background: transparent;
color: #fff;
}   .widget.wzta-about-me .about-social-meta ul{
display:flex;
justify-content: flex-start;
}
.widget.wzta-about-me p{
margin: 15px 0;
}
.widget.wzta-about-me a.read-more{
border-radius: 30px;
padding: 5px 10px;
font-weight: normal;
line-height: normal;
display:inline-block;
color: #FFF;
margin-bottom: 15px;
background: #111;
}
.widget.wzta-about-me a.read-more:hover{
color: #FFF;
}
.widget.wzta-about-me li.about-social-social{
margin-right:15px;
font-size: 18px;
line-height: 25px;
}   #wp-calendar thead th,#wp-calendar table,#wp-calendar td{
border:none!important;
}
#wp-calendar {
width: 100%;
margin: 0;
}
#wp-calendar caption {
text-align:left;
color:#747474;
font-size: 12px;
margin-bottom:10px;
position:relative;
}
#wp-calendar thead {
font-size: 9px;
}
#wp-calendar thead th {
padding-bottom: 5px;
}
#wp-calendar tbody {
color: #aaa;
}
#wp-calendar tbody td {
background: #f7f7f7;
border: 1px solid #fff;
text-align: center;
padding:4px;
}
#wp-calendar tbody td:hover {
background: #fff;
}
#wp-calendar tbody .pad {
background: none;
}
#wp-calendar tfoot #next {
font-size: 9px;
text-transform: uppercase;
text-align: right;
}
#wp-calendar tfoot #prev {
font-size: 9px;
text-transform: uppercase;
padding-top: 10px;
}   .woocommerce .widget_price_filter .royal-shop-widget-content .ui-slider .ui-slider-range,
.woocommerce .widget_price_filter .royal-shop-widget-content .ui-slider .ui-slider-handle{
background-color:#ff0052;
}
.woocommerce .widget_price_filter .royal-shop-widget-content .price_slider_wrapper .ui-widget-content{
background-color: #e4e6eb;
}
.widget.woocommerce.widget_price_filter .royal-shop-widget-content .ui-slider-horizontal{
height: 2px;
}
.widget.woocommerce.widget_price_filter .royal-shop-widget-content .price_slider{
margin-bottom: 30px;
overflow-y: inherit;
overflow-x: inherit;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{
top: -0.4rem;
}
.woocommerce .price_slider_amount{
position: relative;
}
.price_slider_amount .price_label{
width: 100%;
position: absolute;
top: -14px;
text-align: center;
} select {
width: 100%;
max-width:250px;
padding: 5px;
color: #101010;
border: 1px solid #ccc;
font-size: 15px;
line-height: 1.5em;
}   .widget.royal-shop-slide-post .post-thumb{
margin-bottom: 10px;
}
.royal-shop-slide-post .entry-content{
margin-top: 5px;
}   .wzta-list-grid-switcher a {
width: 35px;
height: 35px;
color: #fff;
background:#ebe9eb;
display: block;
float: left;
border: 1px solid #ddd;
text-align: center;
font-size: 20px;
line-height: 35px;
margin-right:10px;
}
.wzta-list-grid-switcher a.selected, .wzta-list-grid-switcher a:hover{
background:#ff0052;
border: 1px solid #ff0052;
color: #fff;
}
.woocommerce .wzta-list-view ul.products li.product a.button.product_type_grouped{
width:auto;
}
.wzta-list-view .wzta-product:hover .wzta-product-hover {
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none;
}
.woocommerce-page .wzta-list-view ul.products li.product {
float:left;
width:100%!important;
margin-right:0%!important;
margin-bottom: 15px!important;
}
.woocommerce .wzta-list-view ul.products li.product .onsale {
top: 0;
right: auto;
left: 0;
}
.wzta-list-view .wzta-product {
display: inline-block;
width: 100%;
}
.wzta-list-view .wzta-product .wzta-product-image{
margin:0!important;
display:block;
float:left!important;
width:35%!important;
max-width: 320px;
border: 0;
}
.wzta-list-view .wzta-product .wzta-product-content,.wzta-list-view .wzta-product .wzta-product-hover{
width: 65%!important;
text-align: start;
float: left;
}
.wzta-list-view .wzta-product{
border:none;
}
.wzta-list-view  .wzta-product-image{
padding-bottom:0;
}
.os-product-excerpt{
text-align:left;
display:none;
}
.wzta-list-view .os-product-excerpt{
display: block;
margin-top: 10px;
margin-bottom: 15px;
}
.wzta-list-view .wzta-product .wzta-product-hover{
position: relative;
z-index: 0;
display: flex;
left: 0;
right: 0;
top: 100%;
background: #fff;
padding-bottom:0;
-webkit-transform:  inherit;
-ms-transform: inherit;
-o-transform:  inherit;
transform: inherit;
opacity: 1;
visibility: visible;
border-radius: 0;
border: none;
transition: none;
}
.woocommerce .wzta-list-view .wzta-product-content .star-rating{
margin:0;
margin-top: 10px;
}
.wzta-list-view .wzta-quik{
display: none;
}
.wzta-list-view .wzta-icons-wrap{
width: auto;
opacity: 1;
}
.wzta-list-view .wzta-icons-wrap .tooltip{
display: none;
}
.woocommerce .wzta-list-view .star-rating{
opacity: 1;
}
.wzta-list-view .wzta-icons-wrap .tooltip{
top: -20px;
}
.woocommerce .wzta-list-view ul.products .wzta-product-hover .add_to_cart_button,
.woocommerce .wzta-list-view .wzta-product-hover a.wzta-button,
.woocommerce .wzta-list-view ul.products .wzta-product-hover .button,
.woocommerce .wzta-list-view .wzta-product-hover .wc-forward{
width: auto;
padding: 5px 0;
max-width: 151px;
}
.woocommerce .wzta-list-view ul.products li.product.wzta-woo-product-list .woocommerce-loop-product__title{
font-size:21px;
line-height: 28px;
padding-top:15px;
padding-bottom: 5px;
}
.woocommerce .wzta-list-view ul.products li.product.wzta-woo-product-list .price {
font-size: 16px;
margin-bottom:10px;
width: 65%;
padding: 0 25px;
text-align: left;
float: left;
border: 0;
}
.woocommerce ul.products li.product.wzta-woo-product-list .price,
.woocommerce .wzta-woo-product-list .price{
font-size: 14px;
line-height: 21px;
color: #2e6ed5;
order: 3;
padding-bottom: 15px;
margin: 0;
text-align: left;
font-family: 'Montserrat-Regular',sans-serif;
font-weight: bold;
}
.wzta-product .price{
border-bottom: 1px solid transparent;
}
.wzta-product:hover .price{
border-color: #ebebeb;
}
.woocommerce ul.products li.product.wzta-woo-product-list .price del {
color: #ababab;
margin-right:10px;
opacity: 1;
}
.woocommerce ul.products li.product .price ins {
font-weight: normal;
}
.woocommerce .wzta-list-view ul.products li.product.wzta-woo-product-list .wzta-product-content,
.woocommerce .wzta-list-view ul.products li.product.wzta-woo-product-list .wzta-product-hover {
padding: 0px 25px;
}
.woocommerce .wzta-list-view ul.products li.product.wzta-woo-product-list .wzta-product-hover {
margin-bottom: 15px;
}
.wzta-list-grid-switcher{
float: right;
margin-right:0px;
}
#shop-product-wrap select {
width: 100%;
padding: 5px;
color: #101010;
border: 1px solid #ccc;
font-size: 15px;
line-height: 1.5em;
}
#shop-product-wrap ul.products{
padding-top:15px;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
line-height: 21px;
font-size: 14px;
font-family: "Montserrat-Bold", sans-serif;
color: #111;
padding: 0;
text-align: left;
margin: 0 0 10px 0;
letter-spacing: 0.5px;
}
.yith-wcwl-add-button span{
display: none;
}    .woocommerce ul.products.columns-2 li.product,
.woocommerce-page ul.products.columns-2 li.product {
width: 49%;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
float: left;
position: relative;
margin: 0px 2% 20px 0px;
padding: 0px;
}
.woocommerce ul.products li.last, .woocommerce-page ul.products li.last {
margin-right: 0;
} .woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
width: 32%;
} .woocommerce ul.products.columns-4 li.product, .woocommerce-page ul.products.columns-4 li.product {
width: 23.5%;
} .woocommerce ul.products.columns-5 li.product, .woocommerce-page ul.products.columns-5 li.product {
width: 18.4%;
} .woocommerce ul.products.columns-6 li.product, .woocommerce-page ul.products.columns-6 li.product {
width: 15%;
}
.archive.woocommerce-page .page-title{
display:none;
}    .wzta-breadcrumb-wrapper{
text-align:center;
}
.wzta-breadcrumb,
.royal-shop-trail-items{
padding-bottom:15px;
list-style: none;
margin: 0;
text-align: right;
}
.wzta-breadcrumb li,
.royal-shop-trail-items li{
display: inline;
font-size: 11px;
} .wzta-breadcrumb li+li:before,
.royal-shop-trail-items li+li:before{
padding: 5px;
content: "/\00a0";
}
.wzta-breadcrumb li a,
.royal-shop-trail-items li a{
text-decoration: none;
}
.woocommerce div.product div.images.woocommerce-product-gallery{
margin:0;
}
.wzta-single-product-summary-wrap {
position: relative;
padding: 15px;
background: #fff;
float: none;
overflow: hidden;
display: block;
}
.single-product .wzta-woo-product-list{
text-align:left;
}
.woocommerce div.product .flex-viewport {
width: 83%;
float: right;
}
.woocommerce div.product div.images .flex-control-thumbs, .woocommerce div.product div.images .flex-control-thumbs {
width: calc(17% - 1em);
}
.woocommerce div.product div.images .flex-control-thumbs, .woocommerce div.product div.images .flex-control-thumbs {
width:17%;
width: -webkit-calc(17% - 1em);
width: calc(17% - 1em);
}
.woocommerce div.product div.images .flex-control-thumbs li, .woocommerce div.product div.images .flex-control-thumbs li {
width: 100%;
}
.woocommerce div.product div.images .flex-control-thumbs li, .woocommerce div.product div.images .flex-control-thumbs li {
margin-right: 1em;
margin-bottom: 1em;
}
.single-product .summary .wzta-woo-product-list{
text-align:left;
}
.woocommerce .woocommerce-product-rating .star-rating {
margin: .5em 10px 0 0;
float: left;
width: 5.4em;
line-height: normal;
}
.woocommerce div.product .product_title,
.woocommerce div.product p.price,
.woocommerce-product-details__short-description,
.woocommerce div.product .woocommerce-product-rating {
margin-bottom: 20px;
}
.woocommerce .woocommerce-product-rating .star-rating {
margin: .5em 10px 0 0;
float: left;
width:6em;
line-height: normal;
}
.woocommerce div.product .product_title,
.woocommerce div.product p.price,
.woocommerce-product-details__short-description,
.woocommerce div.product .woocommerce-product-rating {
margin-bottom:10px;
}
.woocommerce .summary .star-rating{
font-size: 13px;
}
.woocommerce-product-details__short-description{
padding-bottom: 20px;
padding-top: 20px;
margin: 0;
}
.single-product.woocommerce .wzta-woo-product-list .price{
padding: 0;
}
.woocommerce table.shop_attributes td {
padding: 0px 8px;
}
.woocommerce div.product .product_title,section.related.products h2,
section.upsells.products h2,.woocommerce #reviews #comments h2{
font-size: 18px;
line-height: 25px;
color:#111;
}
.woocommerce div.product .product_title{
font-size: 21px;
line-height: 28px;
} .single-product div.product form.cart button.minus {
display: inline-block;
float: left;
font-size:16px;
height: 35px;
line-height: 35px;
text-align: center;
width: 35px;
background:transparent;
color: #a7a7a7;
}
.single-product div.product form.cart button.plus{
display: inline-block;
float: left;
font-size:16px;
height: 35px;
line-height:35px;
text-align: center;
width: 35px;
background:transparent;
color: #a7a7a7;
}
.single-product div.product form.cart input[type="number"] {
border-color:#a7a7a7;
border-width: 0 1px;
color: #a7a7a7;
float: left;
font-size:16px;
background: transparent;
height:35px;
line-height: 35px;
padding: 0 5px;
text-align: center;
width:60px;
border-left: 1px solid;
border-right: 1px solid;
border-radius: 0;
-webkit-border-radius:0;
}
.single-product .product_meta{
width: 100%;
clear: both;
padding: 0;
margin: 0;
display: flex;
flex-wrap: wrap;
border-top: 1px solid #EBEBEB;
padding: 15px 0;
}
.single-product .product_meta span{
width: 100%;
}
.single-product.woocommerce ul.products li.product .woocommerce-loop-product__link,
.single-product.woocommerce-page ul.products li.product .woocommerce-loop-product__link{
margin: 0;
}
.single-product.woocommerce div.product form.cart{
float: initial;
display: flex;
}
.single-product.woocommerce div.product form.cart .single_add_to_cart_button{
flex-grow: 2;
max-width: 210px;
min-width: 133px;
}
.woocommerce div.product form.cart div.quantity{
margin:0;
}
.royal-shop-quantity{
margin-right:15px;
display: flex;
float: left;
border: 1px solid #a7a7a7;
}
.summary input[type=number]::-webkit-inner-spin-button,
.summary input[type=number]::-webkit-outer-spin-button {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
margin: 0;
}
.single-product .variations_form{
width: 100%;
}
.woocommerce div.product form.cart {
margin-bottom: 20px;
float: left;
}
.woocommerce div.product form.cart .variations select {
z-index: 1;
border: none;
height: 35px;
line-height: normal;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
background: #fff;
position: relative;
border: 1px solid #a7a7a7;
padding: 0px 10px;
width: 60%;
margin-right: 10px;
margin-bottom: 7.5px;
}
.woocommerce div.product form.cart .variations td.label{
vertical-align:middle;
}
.woocommerce div.product form.cart table td {
padding-left: 0;
padding: 0;
}
.woocommerce-variation-price,.woocommerce div.product form.cart .variations{
margin: 20px 40px 20px 0;
}
.single_variation_wrap {
padding-top: 30px;
}
.single_variation_wrap button , .single_variation_wrap input {
margin: 0;
}
.single_variation_wrap input.qty {
width: 60px!important;
}
.single_variation_wrap button.single_add_to_cart_button {
margin: 15px 0 10px 0;
font-size: 24px;
padding: .3em .5em!important;
}
.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
background-color: #000;
color: #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
padding: 9px 0px;
margin: 0;
}
.single-product.woocommerce div.product .woocommerce-tabs ul.tabs{
border-top: 1px solid #ebebeb;
border-bottom: 1px solid #ebebeb;
text-align: center;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
border-bottom:none;
}
.woocommerce #content div.product .woocommerce-tabs ul.tabs li, .woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li {
margin: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
background: transparent;
z-index: 2;
border-bottom-color: transparent;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
background: none;
border: none;
border-radius: 0;
margin: 0;
padding: 0;
position: relative;
}
.woocommerce div.product p.price del, .woocommerce div.product span.price del {
margin-right: 10px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
padding: 15px 15px 15px 0px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
border: none;
border-bottom: 2px solid transparent;
box-shadow: none;
text-shadow: none;
text-transform: uppercase;
font-size: 13px;
letter-spacing: 0.05em;
position: relative;
color:#a7a7a7;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before{
display:none;
}
.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
float: right;
width: 48%;
clear: none;
text-align: start;
}
body .woocommerce-tabs .tabs li.active a::before, body .woocommerce-tabs .tabs li:hover a::before {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
body .woocommerce-tabs .tabs li.active a, body .woocommerce-tabs .tabs li:hover a{
color:#111!important;
}
body .woocommerce-tabs .tabs li a::before {
border-bottom: 2px solid #ff0052;
bottom: -4px;
left: 0;
content: "";
position: absolute;
-webkit-transform: scale(0);
-moz-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
transition: transform 0.5s linear 0s;
-o-transition: -o-transform 0.5s linear 0s;
-webkit-transition: -webkit-transform 0.5s linear 0s;
width: 100%;
}
.woocommerce div.product .woocommerce-tabs .panel{
background:#fff;
padding:15px;
position:relative;
margin: 0 0 30px;
}
.product_meta {
display: table;
width: 100%;
margin-bottom: 20px;
background:#fff;
padding:15px;
position:relative;
}
.product_meta > span {
display: table-cell;
vertical-align: middle;
text-align: left;
color: #111;
font-size: 12px;
line-height: 20px;
margin-bottom: 10px;
}
.product_meta > span.tagged_as{
border-right:none;
}
.woocommerce-Tabs-panel .woocommerce-Reviews{
text-align:left;
}
section.related.products h2,section.upsells.products h2{
margin-top: 15px;
margin-bottom: 7px;
}
section.related.products .wzta-woo-product-list,section.upsells.products .wzta-woo-product-list{
text-align:center;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
border:none;
}
section.related.products ul.products{
padding: 15px 0 0 0;
background:#fff;
margin:0;
}
.woocommerce #reviews #comments ol.commentlist li{
border-bottom: 1px solid #f1f1f1;
list-style: outside none none;
margin-bottom: 10px;
padding-bottom: 30px;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar{
float: left;
height: 50px;
width: 50px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text{
overflow: hidden;
padding:0;
margin: 0 0 0 65px;
}
.comment-text .star-rating{
margin-bottom:8px;
width: 100%;
}
.woocommerce #reviews #comments .star-rating span ,
.woocommerce p.stars a,
.woocommerce .woocommerce-product-rating .star-rating{
color: #f78686;
}
.woocommerce div.product p.price, .woocommerce div.product span.price{
color:#00badb;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p {
margin: 0 0 0em;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
font-style: italic;
}
.comment-form{
margin-top:10px;
width:60%;
}
.comment-form-rating{
display:flex;
line-height: normal;
margin-bottom: 10px;
}
.comment-form-comment label{
padding-bottom: 10px;
display: block;
}
.woocommerce #review_form #respond p.stars{
margin:0px 0px 0px 10px;
}
.comment-form textarea {
line-height: 28px;
}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
line-height: 35px;
min-height: 35px;
background: #f7f8f9;
border: 1px solid #f1f1f1;
}
.comment-form textarea{
line-height:normal;
min-height: 52px;
background: transparent;
border: 1px solid #f1f1f1;
padding:10px;
}
.comment-form .form-submit [type="submit"]{
font-weight: normal;
display: inline-block;
padding: 0 10px;
height: 30px;
line-height: 30px;
margin: 0;
transition: all .5s ease-out;
color: #fff!important;
background: #00badb;
border:0;
cursor: pointer;
border-radius: 3px;
}
#commentform.comment-form input#submit{
line-height: initial!important;
}
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"]{
width:80%;
}
.comment-form textarea{
height:200px;
}
.comment-form textarea:focus{
outline: 1px solid #f1f1f1;
}
.comment-form  .form-submit{
margin-top:20px;
}
.comment-respond{
display: flow-root;
}
.woocommerce #reviews #comment {
height: 150px;
padding: 10px;
}
.single_add_to_cart_button.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit,
.woocommerce button.button,
.woocommerce input.button, .woocommerce .return-to-shop a.button{
background: #ff0052;
border: medium none;
color: #fff;
display: inline-block;
float: left;
line-height: 36px;
margin-right: 15px;
text-align: center;
padding: 0 10px;
min-width: 110px;
border-radius:3px;
text-decoration: none;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
font-size: 14px;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,.woocommerce #respond input#submit:hover,
.woocommerce button.button:hover, .woocommerce input.button:hover{
background-color:#ff0052;
color: #fff;
opacity: 0.9;
} .woocommerce-error, .woocommerce-info, .woocommerce-message {
padding: 1em 2em 1em 2em;
margin: 0 0 30px;
position: relative;
background-color: #fafafa;
color: #292e32;
border-top: 3px solid #292e32;
list-style: none !important;
width: auto;
word-wrap: break-word;
}
.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before{
display:none;
}
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button {
float: right;
font-size: 13px;
font-weight:normal;
background:transparent;
display: inline-block;
padding: 0 10px;
height: 24px;
line-height: 20px;
margin: 0;
border: 1px solid #eee;
transition: all .5s ease-out;
border: 1px solid #ff0052;
color:#ff0052;
}
.woocommerce .woocommerce-error .button:hover,
.woocommerce .woocommerce-info .button:hover,
.woocommerce .woocommerce-message .button:hover{
color:#fff;
background:#ff0052;
} .woocommerce.woocommerce-page  .related ul.products .product, .woocommerce.woocommerce-page .upsells.products li {
display: inline-block;
vertical-align: top;
} .woocommerce div.product.royal-shop-single-product-tab-vertical .woocommerce-tabs ul.tabs {
width: 200px;
float: left;
padding: 0px;
margin: 0px;
border-width: initial;
border-style: none;
border-color: initial;
border-image: initial;
}
.woocommerce div.product.royal-shop-single-product-tab-vertical .woocommerce-tabs ul.tabs li.active {
z-index: 0;
border-right-color:rgba(0,0,0,.1);
border-bottom-color:rgba(0,0,0,.1);
}
.woocommerce div.product.royal-shop-single-product-tab-vertical .woocommerce-tabs ul.tabs li {
width: 100%;
margin: 0px;
border-width: 0px 0px 1px;
border-style: solid;
border-color:rgba(0,0,0,.1);
}
.woocommerce div.product.royal-shop-single-product-tab-vertical .woocommerce-tabs .panel {
margin-left: 220px;
border-style: solid;
border-color: rgba(0,0,0,.1);
border-image: initial;
border-width: 0px 0px 0px 1px;
padding: 1.5em;
text-align: left;
margin-top: 30px;
}
.woocommerce div.product.royal-shop-single-product-tab-vertical .woocommerce-tabs ul.tabs li a{
width:100%;
}
.woocommerce #reviews #comments h2 {
clear: none;
position: relative;
margin-bottom:20px;
}
.woocommerce-variation-price{
margin-bottom:20px;
}
.woocommerce section {
clear: both;
}
.woocommerce .entry-summary .clear{
clear: initial;
}  .summary .yith-wcwl-add-to-wishlist {
float: left;
margin: 0 0 17px 0;
}
.summary .yith-wcwl-add-button, .summary .yith-wcwl-wishlistaddedbrowse,
.summary .yith-wcwl-wishlistexistsbrowse {
display: inline-block;
float: left;
position: relative;
text-align: center;
font-size: 0;
}
.summary .yith-wcwl-add-button .show {
display: block!important;
}
.summary .yith-wcwl-add-button a, .summary .yith-wcwl-wishlistaddedbrowse a,
.summary .yith-wcwl-wishlistexistsbrowse a{
border: 1px solid;
border-radius: 0;
color: #a7a7a7;
display: inline-block;
height: 35px;
line-height: 35px;
width: 35px;
letter-spacing: normal;
}
.summary .yith-wcwl-add-to-wishlist .add_to_wishlist::before{
content: "\f08a";
font-family:fontawesome;
font-size: 13px;
}
.summary .yith-wcwl-add-to-wishlist .ajax-loading {
box-shadow: none !important;
-moz-box-shadow: none !important;
-webkit-box-shadow: none !important;
display: inline !important;
margin-left: 0px;
vertical-align: middle;
visibility: hidden;
width: 16px !important;
height: 16px !important;
position: relative;
left: 12px;
top: 0;
}
.summary .yith-wcwl-add-to-wishlist.show .add_to_wishlist::before,
.summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse.show a::before,
.summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse.show a::before{
color:#ff0052;
content: "\f004";
}
.wzta-single-product-summary-wrap .yith-wcwl-add-button>a i{
margin:0;
}
.woocommerce table.shop_table tbody.wishlist-items-wrapper img{
max-width:60px;
}
.wishlist_table .product-add-to-cart a{
margin:0!important;
}
.wishlist_table .product-add-to-cart a.button {
line-height:inherit;
padding: 10px 12px!important;
min-width:auto;
} .woocommerce .entry-summary a.compare.button{
border: 1px solid;
border-radius: 0;
color: #a7a7a7;
display: inline-block;
font-size:0;
height: 35px;
line-height: 35px;
width: 35px;
background:transparent;
text-align:center;
margin-left:10px;
font-weight: normal;
min-width: auto;
}
.woocommerce .entry-summary a.compare.button:before{
content: "\f0ec";
font-family: FontAwesome;
display: block;
color: #a7a7a7;
font-size: 13px;
}
.woocommerce .entry-summary a.compare.button.added:before{
color:#ff0052;
}
.woocommerce .entry-summary .clear{
clear: initial;
}   .woocommerce table.shop_table {
border-style: solid;
margin: 0 -1px 24px 0;
text-align: left;
width: 100%;
border-collapse: separate;
border: 1px solid #eaeaea;
border-color:#eaeaea;
border-bottom: 0;
font-size: initial;
}
.woocommerce table.shop_table thead th{
border-bottom:1px solid #f1f1f1!important;
}
.woocommerce table.shop_table thead th,
.cart-subtotal,.order-total {
border:none;
color:#101010;
}
.woocommerce table.shop_table th {
padding: 0.8em;
vertical-align: middle;
}
.woocommerce table.shop_table td{
border-bottom:1px solid #f1f1f1!important;
}
.woocommerce table.shop_table td, .woocommerce table.shop_table th {
padding: 1em 1.41575em;
text-align: left;
vertical-align: top;
border:none;
}
.woocommerce table.shop_table .product-thumbnail img, .woocommerce-page table.shop_table .product-thumbnail img {
width: auto;
max-width:90px;
height: 100px;
}
.cross-sells h2,.cart_totals h2{
margin:40px 0px;
color:#111;
}
table.cart .product-thumbnail img {
margin: 0 auto;
border-radius: 3px;
}
.woocommerce table.shop_table td {
padding: 0.8em;
vertical-align: middle;
text-transform: capitalize;
border-color:#f1f1f1;
}
.woocommerce #content table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text {
width: auto;
line-height: 23px;
}
.woocommerce table.shop_table .cart-subtotal td{
border:none!important;
background: transparent;
}
.woocommerce table.shop_table .order-total td{
border-bottom:none!important;
background: transparent;
}
.cart_totals .shop_table{
padding: 0px 20px!important;
background: transparent;
}
.woocommerce table.shop_table td, .woocommerce table.shop_table th {
padding: 1em 0em;
}
.woocommerce .woocommerce-cart-form__cart-item .quantity .qty {
height: 40px;
background: #f7f8f9;
border: 1px solid #eaeaea;
}
.woocommerce a.remove {
color: #101010!important;
font-size: 25px;
border-radius: 0;
padding: 3px;
}
td.product-name a {
margin-left: 10px;
display: block;
}
.woocommerce a.remove:hover {
color: #fff!important;
background:#101010!important;
}
#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
border: 1px solid #f1f1f1;
}
.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled,
.woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled, .woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
padding: 0;
}
.return-to-shop{
display: inline-block;
}      .woocommerce-billing-fields {
overflow: hidden;
}
.woocommerce-billing-fields h3 {
margin: 0 0 30px;
}
.woocommerce-billing-fields h3,
.woocommerce-checkout h3#order_review_heading,
.woocommerce-additional-fields h3{
margin: 0 0 20px;
font-size: 18px;
line-height: 25px;
color: #111;
}
.checkout .form-row > label {
display: block;
}
.checkout input.input-text {
background: transparent;
border: 1px solid #eaeaea;
color: #a7a7a7;
width: 100%;
}
input[type="text"], input[type="email"],input[type="url"],
textarea, input[type="password"],
input[type="tel"], input[type="search"] {
background: transparent;
border: 1px solid #eaeaea;
border-radius: 0;
font-size: 13px;
line-height: 30px;
padding: 0 10px;
-webkit-appearance: none;
appearance: none;
width: 100%;
}
.wzta-top2-slide.owl-carousel .owl-nav button.owl-prev{
border-radius:0px 3px 3px 0px;
}
.wzta-top2-slide.owl-carousel .owl-nav button.owl-next{
border-radius:3px 0px 0px 3px;
}
.woocommerce .wzta-woo-product-list span.onsale{
border-radius:3px;
margin:0;
right: auto;
left: 0;
}
#s{
border-radius: 3px 0px 0px 3px;
}
.select2-container--default .select2-selection--single,.select2-container--default .select2-selection--single .select2-selection__rendered {
line-height: 40px;
color:#a7a7a7;
height: 40px;
}
.select2-container--default .select2-selection--single {
border: 1px solid #eaeaea;
border-radius: 0;
background: #f7f8f9;
}
.checkout .select2-container .select2-selection--single {
height:40px;
line-height:40px;
margin: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
line-height: inherit;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
top: 20px;
height: auto;
}
.woocommerce .woocommerce-checkout #customer_details p.form-row label {
margin: 0 0 5px;
display: block;
}
.woocommerce-checkout>.col2-set>.col-2 {
float: none;
width: 100%;
}
.woocommerce-checkout #order_review {
float: right;
width: 48%;
}
.woocommerce-checkout h3#order_review_heading {
float: right;
width: 48%;
}
.woocommerce #order_review table.shop_table {
margin: 0 0 40px;
border: none;
}
.woocommerce-checkout>.col2-set {
float: left;
width: 48%;
}
.woocommerce-checkout>.col2-set>.col-1 {
float: none;
width: 100%;
margin-bottom: 30px;
}
.woocommerce .form-row-first {
float: left;
width: 48%;
margin-right: 4%;
}
.woocommerce-checkout #payment ul.payment_methods li:hover {
background-color:#f7f8f9;
}
.woocommerce-checkout #payment ul.payment_methods li {
background-color:#f7f8f9;
text-align: left;
border: 0;
padding: 20px;
}
.woocommerce-checkout #search-button{
top: 15px;
}
.woocommerce-checkout .wzta-content-wrap{
display:-webkit-flex;
}
.woocommerce #order_review table.shop_table thead th {
font-size: 15px;
letter-spacing: 1px;
padding: 20px;
}
.woocommerce #order_review table.shop_table th{
border: none;
padding: 16px 20px;
}
.woocommerce #order_review table.shop_table thead th.product-total {
text-align: right;
}
.woocommerce #order_review table.shop_table tbody td.product-name {
max-width: 376px;
text-align: left;
}
.woocommerce #order_review table.shop_table td {
border: none;
padding: 16px 20px;
text-align: right;
}
.woocommerce table.shop_table td {
padding: 0.8em .4em;
vertical-align: middle;
text-transform: capitalize;
border-color: #eaeaea;
}
.woocommerce #order_review table tfoot th {
text-transform: capitalize;
}
.woocommerce-checkout-review-order-table tfoot th {
background: #f7f8f9;
}
.woocommerce-checkout #payment ul.payment_methods li:hover {
background-color: #f5f5f5;
}
.woocommerce-checkout #payment ul.payment_methods {
padding-bottom: 20px;
padding: 0;
}
.woocommerce-checkout #payment {
background: transparent;
}
.woocommerce-checkout #place_order {
width: 100%;
font-size: 15px;
line-height: 1.6;
padding: 16px 20px;
}
.woocommerce-checkout .woocommerce-info:before {
color: #ddd;
}
.woocommerce-checkout form.checkout_coupon .form-row-first {
float: left;
width: 100%;
}
.woocommerce-checkout form.checkout_coupon .form-row-last {
float: left;
width: 100%;
}
.woocommerce-checkout form,
.woocommerce-checkout textarea {
line-height: 1.5;
resize: vertical;
}
.form-row {
float: left;
overflow: hidden;
width: 100%;
margin-bottom: 20px;
}
.woocommerce-input-wrapper textarea.input-text {
background: #f7f8f9;
border: 1px solid #eaeaea;
color: #898989;
width: 100%;
}
.woocommerce-input-wrapper textarea.input-text {
background: #f7f8f9;
border: 1px solid #eaeaea;
color: #898989;
width: 100%;
}
.woocommerce form .form-row textarea{
border-radius: 0 !important;
padding:10px;
-webkit-appearance: none;
appearance: none;
}
.woocommerce-info::before {
display:none;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
float: right;
width: 100%;
margin: 0;
margin-top: 20px;
}
#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
padding: 1em;
background: #f7f8f9;
}
.woocommerce form .form-row input.input-text{
background:#f7f8f9;
border: 1px solid #eaeaea;
height:40px;
width: 100%;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register{
margin-top:0;
padding: 0;
border:none;
}
.woocommerce-account.woocommerce form.register{
width: 100%;
}
.form-row {
float: left;
overflow: hidden;
width: 100%;
margin-bottom: 20px;
}      .woocommerce .woocommerce-form-login .woocommerce-form-login__submit{
margin-top: 20px;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme{
margin-top: 25px;
}
.woocommerce-account .woocommerce-MyAccount-navigation{
float: left;
width: 30%;
padding: 0px 20px;
background: transparent;
border: 1px solid #eaeaea;
}
.woocommerce-account .woocommerce-MyAccount-content {
float: right;
}
.woocommerce-MyAccount-navigation ul {
margin: 0;
}
.woocommerce-MyAccount-navigation ul li {
list-style: none;
border-bottom: 1px solid #eaeaea;
position: relative;
}
.woocommerce-MyAccount-navigation ul li a {
padding: 15px 0;
display: block;
}
.woocommerce-MyAccount-navigation ul li:last-child {
border:0;
}
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register{
margin-top: 0;
padding: 0;
border: none;
width: 50%;
}
.woocommerce form.checkout_coupon, .wpc-free-shipping-bar {
border: 1px dashed;
padding: 15px;
}
.woocommerce-MyAccount-content .woocommerce-info {
line-height: 34px;
}
.wpc-free-shipping-bar bdi {
white-space: nowrap;
}   .wzta-woo-product-list.post,article.wzta-post-article{
text-align:left;
}
article.wzta-article,article.wzta-post-article,.single article,.no-results.not-found,#error-404{
background: transparent;
padding:15px;
margin-bottom:15px;
}
.wzta-post-img-wrapper{
margin-bottom:15px
}
h2.wzta-post-title,h1.wzta-post-title{
margin-bottom:5px;
font-size: 18px;
}
h2.wzta-post-title a,h1.wzta-post-title a{
color:#111;
}
.wzta-post-meta{
margin-bottom:15px;
display: flex;
}
.entry-content p {
margin-bottom:15px;
line-height: 1.8;
}
article.wzta-post-article .wzta-readmore.button {
font-weight: normal;
display: inline-block;
padding: 0 10px;
height: 30px;
line-height: 30px;
margin: 0;
transition: all .5s ease-out;
color: #fff!important;
background: #00badb;
border-radius: 3px;
}
article.wzta-post-article .wzta-readmore.button:hover{
opacity: 0.7;
}
p.read-more{
margin-bottom:10px;
}
.wzta-comments {
background: #000;
color: #fff;
float: right;
font-size: 11px;
height: 20px;
line-height: 20px;
min-width: 27px;
padding: 0 4px;
position: relative;
text-align: center;
display: inline-block;
}
.wzta-comments span,.wzta-comments a{
color:#fff;
}
.wzta-post-info{
width: 80%;
}
.wzta-post-comments {
width: 20%;
}
.wzta-comments:before {
border-color: rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #000;
border-style: solid;
border-width: 5px;
bottom: -5px;
content: "";
left: 5px;
position: absolute;
}
.wzta-post-info span:after{
content: " ";
width: 10px;
border-bottom-width: 2px;
border-bottom-style: solid;
display: inline-block;
margin: 0px 5px;
vertical-align: middle;
}
.wzta-post-info span:last-child:after {
display:none;
} .navigation.pagination{
margin:30px 0px;
}
.nav-links{
text-align:center;
}
.nav-links .page-numbers{
display: inline-block;
width: 40px;
height: 40px;
line-height: 40px;
font-size: 13px;
margin-right: 4px;
text-align: center;
border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
background-color:#f1f1f1;
}
.nav-links .page-numbers.current,.nav-links .page-numbers:hover{
background-color: #ff0052;
color:#fff;
}
.nav-links .page-numbers.next:before {
content: "\f105";
font-family: fontAwesome;
line-height:inherit;
font-size:14px;
}
.nav-links .page-numbers.prev:before {
content: "\f104";
font-family: fontAwesome;
line-height:inherit;
font-size:14px;
}
.next.page-numbers,.prev.page-numbers{
font-size:0;
}
.woocommerce nav.woocommerce-pagination ul {
padding: 0;
clear: both;
border: 0;
border-right: 0;
margin: 1px;
display: contents;
white-space: nowrap;
}
.woocommerce  nav.woocommerce-pagination .page-numbers {
width: 40px;
height: 40px;
line-height: 40px;
padding:0;
font-size: 13px;
margin-right: 4px;
text-align: center;
border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
background-color: transparent;
border: 1px solid #ebebeb;
}
.woocommerce nav.woocommerce-pagination ul li{
float: none;
border-right:0;
}
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current{
background-color: #ff0052;
color: #fff;
}
.woocommerce  nav.woocommerce-pagination .page-numbers.next,
.woocommerce  nav.woocommerce-pagination .page-numbers.prev{
font-size: 19px;
}   .wzta-related-links {
margin-bottom:15px;
}
.wzta-related-links .nav-links{
display: flex;
text-align: left;
}
.wzta-related-links .nav-links .nav-previous{
-webkit-box-pack: start;
-webkit-justify-content: flex-start;
-moz-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
-webkit-box-flex: 1;
-webkit-flex: 1;
-moz-box-flex: 1;
-ms-flex: 1;
flex: 1;
}
.wzta-related-links .nav-links  a{
font-size:15px;
font-family: "Montserrat-Bold", sans-serif;
color:#111;
}
.wzta-related-links .nav-links  a:hover{
color: #ff0052;
}
h4.author-header{
color:#111;
font-size:16px;
} .wzta-author-bio,.wzta-author-bio {
display: flex;
}
.author-info {
align-self: center;
margin-left: 20px;
}
.author-header a{
color:#a7a7a7;
}
.comment-list{
margin:0;
padding:0;
list-style: none;
}
.single article.comment-body{
padding:0;
}
.wzta-single-post ol.children article,
.wzta-single-page ol.children article{
background:#f6f7f9;
}
.single article.comment-body{
background:#f6f7f9;
padding:15px;
border-radius: 4px;
} .wzta-single-post .comment,
.wzta-single-page .comment{
margin-bottom:15px;
}
.wzta-single-post .comment-author,
.wzta-single-page .comment-author{
display: flex;
}
.wzta-single-post .comment-author img,
.wzta-single-page .comment-author img
{
margin-right: 15px;
width: 64px;
border: 1px solid #cecece;
padding: 4px;
border-radius: 5px;
}
.author-avatar img{
width: 64px;
border: 1px solid #cecece;
padding: 4px;
border-radius: 5px;
}
.wzta-single-post .comment-author .fn,
.wzta-single-page .comment-author .fn{
margin-right: 5px;
}
.wzta-single-post .comment-author,
.wzta-single-post .comment-metadata,
.wzta-single-post .comment-content,
.wzta-single-post .reply,
.wzta-single-page .comment-author,
.wzta-single-page .comment-metadata,
.wzta-single-page .comment-content,
.wzta-single-page .reply{
margin-bottom: 15px;
}
.wzta-single-post ol.children,
.wzta-single-page ol.children{
list-style-type: none;
}
.wzta-single-post .comment-list,
.wzta-single-page .comment-list{
margin: 10px 0;
list-style-type: none;
}  .alignnone {
margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
display: block;
margin: 5px auto 5px auto;
}
.alignright {
float:right;
margin: 5px 0 20px 20px;
}
.alignleft {
float: left;
margin: 5px 20px 20px 0;
}
a img.alignright {
float: right;
margin: 5px 0 20px 20px;
}
a img.alignnone {
margin: 5px 20px 20px 0;
}
a img.alignleft {
float: left;
margin: 5px 20px 20px 0;
}
a img.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption {
background: #fff;
border: 1px solid #f0f0f0;
max-width: 96%; padding: 5px 3px 10px;
text-align: center;
}
.wp-caption.alignnone {
margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
margin: 5px 0 20px 20px;
}
.wp-caption img {
border: 0 none;
height: auto;
margin: 0;
max-width: 98.5%;
padding: 0;
width: auto;
}
.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
margin: 0;
padding: 0 4px 5px;
} .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important; }
.screen-reader-text:focus {
background-color: #eee;
clip: auto !important;
clip-path: none;
color: #444;
display: block;
font-size: 1em;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } .gallery:after {
content:"";
display:table;
clear:both;
}
.gallery figure img {
max-width:100%;
height:auto;
margin:0 auto;
display:block;
border: 1px solid #eee;
padding: 3px;
}
.gallery figure {
float:left;
margin:0 2% 0.4em 0;
}
.gallery.gallery-columns-1 figure {
width:100%;
margin:0 0 1em 0;
float:none;
}
.gallery.gallery-columns-3 figure {
width:32%;
}
.gallery.gallery-columns-3 figure:nth-of-type(3n+3) {
margin-right:0;
}
.gallery.gallery-columns-3 figure:nth-of-type(3n+4) {
clear:left;
}
.gallery.gallery-columns-2 figure {
width:49%;
}
.gallery.gallery-columns-2 figure:nth-of-type(even) {
margin-right:0;
}
.gallery.gallery-columns-2 figure:nth-of-type(odd) {
clear:left;
}
.gallery.gallery-columns-4 figure {
width:23.25%;
}
.gallery.gallery-columns-4 figure:nth-of-type(4n+4) {
margin-right:0;
}
.gallery.gallery-columns-4 figure:nth-of-type(4n+5) {
clear:left;
}
.gallery.gallery-columns-5 figure {
width:18%;
}
.gallery.gallery-columns-5 figure:nth-of-type(5n+5) {
margin-right:0;
}
.gallery.gallery-columns-5 figure:nth-of-type(5n+6) {
clear:left;
}
.gallery.gallery-columns-6 figure {
width:14.2%;
}
.gallery.gallery-columns-6 figure:nth-of-type(6n+6) {
margin-right:0;
}
.gallery.gallery-columns-6 figure:nth-of-type(6n+7) {
clear:left;
}
.gallery.gallery-columns-7 figure {
width:12%;
}
.gallery.gallery-columns-7 figure:nth-of-type(7n+7) {
margin-right:0;
}
.gallery.gallery-columns-7 figure:nth-of-type(7n+8) {
clear:left;
}
.gallery.gallery-columns-8 figure {
width:10.2%;
}
.gallery.gallery-columns-8 figure:nth-of-type(8n+8) {
margin-right:0;
}
.gallery.gallery-columns-8 figure:nth-of-type(8n+9) {
clear:left;
}
.gallery.gallery-columns-9 figure {
width:8.85%;
}
.gallery.gallery-columns-9 figure:nth-of-type(9n+9) {
margin-right:0;
}
.gallery.gallery-columns-9 figure:nth-of-type(9n+10) {
clear:left;
} [hidden] {
display: none;
} #reply-title{
padding: 10px 0;
padding: 10px 0;
font-size: 16px;
line-height: 23px;
color: #111;
}
.comment-notes{
font-size: 16px;
letter-spacing: 1px;
margin-top: 20px;
margin-bottom: 10px;
}
form p label{
display: block;
margin: 10px 0;
}
.logged-in-as{
margin: 20px 0;
}
.logged-in-as a{
color: #242424;
}
.wzta-single-post form p{
color: #242424;
}
.wzta-single-post form p label,
.wzta-single-page form p label{
display: block;
margin: 10px 0;
}
.wzta-single-post .logged-in-as,
.wzta-single-page .logged-in-as{
margin: 20px 0;
}
.wzta-single-post .logged-in-as a,
.wzta-single-page .logged-in-as a{
color: #242424;
}
.wzta-single-post .logged-in-as a:nth-of-type(2),
.wzta-single-page .logged-in-as a:nth-of-type(2){
background: #d80303;
padding: 5px 10px;
color: #fff;
}
#wp-comment-cookies-consent{
width: auto;
float: left;
margin-top: 5px;
margin-right: 10px;
}
#searchform [type="submit"],.widget_product_search [type='submit'] {
line-height: 30px;
font-size: 11px;
padding: 0px 12px;
border:1px solid #141415;
background: #141415;
color: #fff;
border-radius: 0px 4px 4px 0px;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
#searchform [type="submit"]:hover{
border:1px solid #ff0052;
background: #ff0052;
cursor:pointer;
}   .wzta-page .wzta-content-wrap{
padding:15px;
background:transparent;
margin-bottom: 20px;
}
.page-head{
padding-bottom:20px;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-flex-wrap: wrap;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
}
.page-head h1{
color:#111;
font-size: 21px;
line-height: 28px;
}
.page-head .breadcrumbs{
flex:1;
}
.wzta-breadcrumb,
.royal-shop-trail-items {
padding-bottom:0;
}
.single-product .page-head .breadcrumb-trail.breadcrumbs {
flex: initial;
}/*/*/.wzta-loadContainer{
display:none;
}
.wzta-loadContainer:before{
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
content: " ";
background: #fffffffa;
z-index: 99;
}
.loader{
position:absolute;
top: 50%;
left: 50%;
z-index: 999;
}
.loader{
border: 4px solid #fff;
border-radius: 50%;
border-top: 4px solid #fff;
border-right: 4px solid #ff0052;
border-bottom: 4px solid #ff0052;
border-left: 4px solid #ff0052;
width: 35px;
height: 35px;
-webkit-animation: spin 2s linear infinite;
animation: spin 2s linear infinite;
}
.woocommerce .loader::before{
background:none;
}
@-webkit-keyframes spin {
0% {
-webkit-transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
}
}
@keyframes spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}/**/.royal-shop-load-more{
text-align:center;
}
.royal-shop-load-more button {
font-weight: normal;
background: transparent;
display: inline-block;
padding: 0 15px;
height: 36px;
line-height: 36px;
margin: 0;
border: 1px solid #eee;
transition: all .5s ease-out;
border: 1px solid #ff0052;
color: #ff0052;
}
.royal-shop-load-more button:hover {
color: #fff;
background: #ff0052;
}
#load-more-posts-error,.scroll-error,.opn-shop-pagination-infinite{
text-align: center;
}
.inifiniteLoader,#load-more-posts-error{
display:none;
text-align: center;
}
.inifiniteLoader .loader {
top: auto;
left: auto;
z-index: 999;
margin: 0 auto;
}
.opn-shop-pagination-infinite .inifiniteLoader .loader {
top: auto;
left:0;
right:0;
z-index: 999;
margin: 0 auto;
}   .woocommerce .show-on-hover {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
padding: 0;
margin: 0;
opacity: 0;
filter: blur(0);
transition: all .2s linear;
}
.woocommerce li.wzta-product:hover .show-on-hover,
.woocommerce div.wzta-product:hover .show-on-hover{
opacity: 1;
transform: scale(1) translateZ(0) translateY(0);
pointer-events: inherit;
}
.woocommerce li.royal-shop-woo-hover-swap.product.royal-shop-swap-item-hover .wzta-product:hover img:first-of-type,
.woocommerce div.royal-shop-woo-hover-swap.royal-shop-swap-item-hover .wzta-product:hover img:first-of-type{
opacity:0;
}
.woocommerce li.royal-shop-woo-hover-swap.product.royal-shop-swap-item-hover .wzta-product:hover img.show-on-hover,
.woocommerce div.royal-shop-woo-hover-swap.royal-shop-swap-item-hover .wzta-product:hover img.show-on-hover{
opacity:1;
}
.wzta-list img,.content-featured-wrap img{
opacity:1!important;
}
.woocommerce ul.products li.product.royal-shop-woo-hover-zoom:hover img,
.woocommerce-page ul.products li.product.opena-woo-hover-zoom:hover img,
.woocommerce ul.wzta-products-ul li.product.royal-shop-woo-hover-zoom:hover img,
.woocommerce-page ul.wzta-products-ul li.product.royal-shop-woo-hover-zoom:hover img,div.product.royal-shop-woo-hover-zoom .wzta-product:hover img  {
-webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
}
.woocommerce ul.wzta-products-ul li.product .woocommerce-loop-product__link img,
.woocommerce-page ul.wzta-products-ul li.product .woocommerce-loop-product__link img{
margin-bottom: 0px;
backface-visibility: hidden;
transition: filter 0.6s ease 0s, opacity 0.6s ease 0s, transform 0.6s ease 0s, -webkit-filter 0.6s ease 0s, -webkit-transform 0.6s ease 0s;
}   .royal-shop-slide-item-hover.royal-shop-woo-hover-slide .wzta-product-image img {
position: relative;
width: 100%;
height: auto;
-webkit-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
-webkit-transform-origin: center center;
-moz-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: center center;
}
.royal-shop-slide-item-hover.royal-shop-woo-hover-slide
.wzta-product-image img.show-on-slide{
top: 0;
position: absolute;
overflow: hidden;
left: 0;
opacity: 1;
filter: alpha(opacity=100);
-webkit-transform: translate(-100%, 0px);
-ms-transform: translate(-100%, 0px);
-o-transform: translate(-100%, 0px);
transform: translate(-100%, 0px);
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.royal-shop-slide-item-hover.royal-shop-woo-hover-slide
.wzta-product-image > a{
overflow: hidden;
display: block;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
}
.royal-shop-slide-item-hover.royal-shop-woo-hover-slide
img:first-of-type{
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}
.royal-shop-slide-item-hover.royal-shop-woo-hover-slide
.wzta-product-image:hover img {
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
-o-transform: scale(1.2);
transform: scale(1.2);
}
.royal-shop-slide-item-hover.royal-shop-woo-hover-slide .wzta-product-image:hover img.show-on-slide{
-webkit-transform: translate(0px, 0px);
-ms-transform: translate(0px, 0px);
-o-transform: translate(0px, 0px);
transform: translate(0px, 0px);
}
.royal-shop-slide-item-hover.royal-shop-woo-hover-slide .wzta-product-image:hover img:first-of-type{
-webkit-transform: translate(100%, 0px);
-ms-transform: translate(100%, 0px);
-o-transform: translate(100%, 0px);
transform: translate(100%, 0px);
} .content-social ul.social-icon{
list-style: none;
margin: 0;
padding: 0;
display: inline-flex;
flex-wrap: wrap;
}
.content-social ul.social-icon li{
padding:5px;
}
.content-social ul.social-icon li i{
padding:0;
}
.social-icon.original-social-icon i.fa-facebook{
color:#4867AA;
}
.social-icon.original-social-icon i.fa-google-plus{
color:#DE564A;
}
.social-icon.original-social-icon i.fa-linkedin{
color:#007BB6;
}
.social-icon.original-social-icon i.fa-twitter{
color:#00ACED;
}
.social-icon.original-social-icon i.fa-instagram{
color:#C50067;
}
.social-icon.original-social-icon i.fa-pinterest{
color:#BD081B;
}
.social-icon.original-social-icon i.fa-youtube-play{
color:#FF0000;
}
.social-icon.original-social-icon i.fa-tumblr{
color:#36465D;
}
.social-icon.original-social-icon i.fa-stumbleupon{
color:#EB4823;
}
.social-icon.original-social-icon i.fa-dribbble{
color:#EA4C89;
}
.social-icon.original-social-icon i.fa-skype{
color:#00aff0;
}
.content-social .social-icon a{
font-size: 14px;
width: 1em;
height: 1em;
line-height:1em;
display:block;
text-align:center;
border:1px solid transparent;
color: #fff;
}
.social-icon.original-social-icon a{
background-color:transparent!important;
border:none;
display:block;
}
footer .content-social .social-icon a{
color: #101010;
}   section.wzta-ribbon-section .content-wrap{
margin:0;
background-color:#fff;
padding: 0;
}
.wzta-ribbon-wrapper{
display: flex;
align-items: center;
}
.wzta-ribbon-content{
position:relative;
width: 60%;
padding: 15px;
z-index: 1;
}
.wzta-ribbon-content-col1{
margin-bottom: 15px;
}
.wzta-ribbon-content-col3{
width: 40%;
position: relative;
z-index: 1;
}
.wzta-ribbon-sideimg{
margin-top: -40px;
text-align: center;
}
.wzta-ribbon-content-col1 h3{
color: #fff;
font-size: 27px;
line-height: 34px;
}
.royal-shop-site section.wzta-ribbon-section .content-wrap:before{
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.5);
}
.ribbon-btn{
color: #FFF;
font-size: 12px;
padding: 7px 14px;
overflow: hidden;
z-index: 99;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-moz-transition: all .3s ease;
-ms-transition: all .3s ease;
-o-transition: all .3s ease;
transition: all .3s ease;
}
.ribbon-btn:hover{
color: #FFF;
}
.wzta-ribbon-video-background{
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
overflow: hidden;
} #no-results .page-content p, #error-404 .page-content p{
margin:15px 0px;
}
#no-results .form-content input[type="text"],#error-404 .form-content input[type="text"]{
width: 250px;
}
.error-heading h2{
font-size:50px;
margin:30px 0px
}
.error-heading h3{
font-size:30px;
}    .sticky-header:before,
.search-wrapper:before{
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #fff;
}
.sticky-header-bar{
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-webkit-align-items: center;
-moz-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-align-content: center;
-ms-flex-line-pack: center;
align-content: center;
}
.sticky-header-col1{
justify-content: flex-start;
width: 21%;
padding:0px;
align-items: center;
display: inline-flex;
}
.sticky-header-col2{
-moz-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
text-align: center;
width: 54%;
}
.sticky-header-col3 {
text-align: right;
width: 25%;
}
.sticky-header-col3 .wzta-icon .cart-icon a.cart-contents,
.sticky-header-col3 .header-icon a.prd-search,
.sticky-header-col3 .header-icon a.whishlist,
.sticky-header-col3 .header-icon a.account,
.sticky-header-col3 .header-icon span a{
height: 35px;
width: 35px;
line-height: 35px;
margin: 0px 8px 0px 0px;
padding:0;
text-align: center;
}
.sticky-header .site-title span a{
color:#101010;
}
.sticky-header .header-icon
#open-cart span{
display:initial;
}
.sticky-header .header-icon
#open-cart a{
color:#101010;
}
.sticky-header .header-icon
#open-cart a:hover{
color:#00badb;
}
.sticky-header .header-icon #open-cart a.button {
color:#fff;
}
.sticky-header .header-icon #open-cart .woocommerce-mini-cart a,
.sticky-header .header-icon #open-cart a.button{
width: auto;
height: auto;
line-height: inherit;
}
.sticky-header .header-icon #open-cart .woocommerce-mini-cart a.remove{
width:auto;
}
.sticky-header .header-icon #open-cart .woocommerce-mini-cart a{
width:95%;
}
.sticky-header-col3 .wzta-icon .cart-icon a.cart-contents i,
.sticky-header .header-icon a i{
font-size:14px;
font-weight: bold;
}
.sticky-header .header-icon a:after {
border-right:0;
}
.sticky-header .header-icon .account-text,.sticky-header .header-icon .cart-content span{
display:none;
}
.sticky-header .header-icon .cart-content span.count-item{
display: flex;
}
.sticky-header .header-icon{
justify-content: flex-end;
}
.sticky-header .wzta-icon{
display: flex;
justify-content: flex-end;
}
.sticky-header-col3 .wzta-icon .cart-icon a.cart-contents i {
position: relative;
left: auto;
top: auto;
z-index: 9;
padding-right: 0;
border-right:0;
-webkit-transform: inherit;
-moz-transform: inherit;
transform: inherit;
}
.sticky-header-col3 .wzta-icon .cart-icon{
background:transparent;
width: auto;
padding: 0;
margin-left: 0;
}
.sticky-header a.cart-contents{
margin: 0;
}
.sticky-header-col3 .wzta-icon .cart-icon a.cart-contents i{
border-right:none!important;
}
.sticky-header span.cart-content .amount{
display: none;
}
.sticky-header{
position: fixed;
z-index: 999;
visibility: hidden;
opacity: 0;
background: #fff;
width:100%;
transition: opacity .5s ease,visibility .5s ease,-webkit-transform .5s ease;
transition: opacity .5s ease,visibility .5s ease,transform .5s ease;
transition: opacity .5s ease,visibility .5s ease,transform .5s ease,-webkit-transform .5s ease;
-webkit-animation: fadeOutUpBig .5s ease;
animation: fadeOutUpBig .5s ease;
pointer-events: none;
box-shadow: 0 0 10px rgba(0,0,0,.08);
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
-webkit-animation: none;
animation: none;
}
.sticky-header .count-item{
top: -5px;
left: 21px;
}
.search-wrapper{
z-index:999;
}
.sticky-header.stick{
visibility: visible;
opacity: 1;
-webkit-transition: opacity 0.5s;
transition: opacity 0.5s;
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-animation: fadeInDownBig .7s ease;
animation: fadeInDownBig .7s ease;
pointer-events: visible;
pointer-events: unset;
-webkit-transform: none;
transform: none;
}
.sticky-header .logo-content{
width:100%;
padding: 10px 0px;
}
.sticky-header .logo-content img{
max-width:65%;
} .search-wrapper{
position: fixed;
top: 0;
left: 0;
width: 100%;
background: #fff;
display: block;
box-shadow: 0 0 10px rgba(0,0,0,.08);
-webkit-transform: translate(0,-100%);
-ms-transform: translate(0,-100%);
transform: translate(0,-100%);
-webkit-transform: translate3d(0,-100%,0);
transform: translate3d(0,-100%,0);
visibility: hidden;
transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-webkit-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
}
.search-wrapper.open{
visibility: visible;
-webkit-transform: translate(0,0);
-ms-transform: translate(0,0);
transform: translate(0,0);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
.search-wrapper  .container{
padding-top: 60px;
padding-bottom:60px;
width: 50%;
}
.search-wrapper #search-box form {
width: 100%;
}
.search-wrapper  #search-box input[type="text"]{
width:100%;
}
.search-close{
float:right;
margin-bottom:25px
}
.search-close-btn {
margin-right: -12px;
display: block;
text-decoration: none;
min-width: 1.5em;
min-height: 1.5em;
transform-origin: center;
transition: all .3s linear;
transition-property: transform;
-webkit-backface-visibility: hidden;
color: #101010;
}
.search-close-btn:before, .search-close-btn:after {
content: '';
display: block;
border-top: 1px solid;
position: absolute;
left: 0;
top: 50%;
width: 100%;
}
.search-close-btn{
-webkit-transform: rotateZ(0deg);
-moz-transform: rotateZ(0deg);
transform: rotateZ(0deg);
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.search-close-btn:before {
-webkit-transform: rotateZ(-45deg);
-moz-transform: rotateZ(-45deg);
transform: rotateZ(-45deg);
}
.search-close-btn:after {
-webkit-transform: rotateZ(45deg);
-moz-transform: rotateZ(45deg);
transform: rotateZ(45deg);
}
.search-close-btn:hover {
-webkit-transform: rotateZ(90deg);
-moz-transform: rotateZ(90deg);
transform: rotateZ(90deg);
}      .wzta-woo-product-list .woocommerce-loop-product__title{
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp:2;
line-height: initial;
max-height: initial;
}
.wzta-list .wzta-product-content .woocommerce-LoopProduct-title{
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
font-family: "Montserrat-Bold", sans-serif;
order: 1;
-webkit-box-orient: vertical;
-webkit-line-clamp:1;
line-height:21px;
max-height:21px;
margin-bottom: 10px;
text-align: left;
}
.cat-title,.slide-content-wrap p{
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp:1;
line-height:21px;
max-height:21px;
}
span.product-title{
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp:1;
line-height:21px;
max-height:42px;
color: #111;
}
.slide-content h2{
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp:1;
line-height:35px;
max-height:35px;
}
.wzta-list-view .wzta-woo-product-list .woocommerce-loop-product__title {
overflow: hidden;
text-overflow: initial;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: inherit;
line-height: inherit;
max-height: inherit;
}   .wzta-icon{
text-align:right;
text-align: -webkit-right;
} .royal-shop-off-canvas-sidebar .royal-shop-widget-content{
border:none;
padding:0
} #move-to-top {
position: fixed;
text-align: center;
cursor: pointer;
z-index: 9999;
width: 2em;
height: 2em;
line-height: 2;
color: #fff;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
#move-to-top{
background-color:#141415;
font-size:18px;
}
#move-to-top{
right: 30px;
bottom: 30px;
}
#move-to-top:not(.filling){
opacity: 0;
visibility: hidden;
}
#move-to-top i{
font-family: fontawesome;
font-weight: normal;
}
#move-to-top:hover{
opacity:1;
}   .post-slide-widget .owl-nav {
position: absolute;
top: -47px;
right: 0;
color: #a3a3a3;
left: auto;
margin: 0;
bottom: initial;
}
.post-slide-widget .owl-carousel .owl-nav button,
.royal-shop-slide-post .owl-carousel .owl-nav button.owl-prev,
.royal-shop-slide-post .owl-carousel .owl-nav button.owl-next{
width: 25px;
height: 25px;
line-height: 25px!important;
font-size: 14px;
text-align: center;
background: transparent;
color: #a7a7a7;
border: 1px solid #eee;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
}
.royal-shop-slide-post .owl-carousel .owl-nav button.owl-prev:hover,
.royal-shop-slide-post .owl-carousel .owl-nav button.owl-next:hover{
color: #fff;
}
.post-slide-widget .owl-carousel .owl-nav .owl-prev {
margin-right: 5px;
}
.post-slide-widget .slide-widget-title{
line-height:normal;
}
.post-slide-widget .post-thumb{
margin-bottom:10px;
}
.post-slide-widget .title{
font-size: 14px;
font-family: 'Montserrat-Bold';
}   .header__cat__item.dropdown{
display: inline-flex;
position: relative;
}
.header__cat__item.dropdown a.more-cat{
width: 30px;
height: 30px;
line-height: 30px!important;
font-size: 9px;
text-align: center;
background: #fff;
color: #a7a7a7;
border: 1px solid #eee;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
margin-right:8px;
}
.header__cat__item.dropdown.open ul.dropdown-link{
display:block;
}
.wzta-cat-tab ul.dropdown-link,
.wzta-vertical-cat-tab ul.dropdown-link{
position: absolute;
top: 100%;
right: 8px;
z-index: 1000;
display:none;
float: left;
min-width: 160px;
padding: 5px 0;
margin: 2px 0 0;
list-style: none;
font-size: 14px;
text-align: left;
font-size: 13px;
line-height: 20px;
background: #ffffff;
border: 0;
box-shadow: 0 1px 3px 0 rgba(0,0,0,0.2);
border-radius: 3px;
margin: 0 !important;
padding: 0;
}
ul.dropdown-link > li >a {
display: block;
text-decoration: none;
padding: 8px;
clear: both;
font-weight: normal;
line-height: 1.42857143;
white-space: nowrap;
} .mega-menu-royal-shop-main-menu .main-header .sider.main{
display:block;
}
.mega-menu-royal-shop-main-menu .main-header .menu-toggle,
.mega-menu-royal-shop-main-menu .main-header .sider.main .menu-close{
display:none!important;
}
.mega-menu-royal-shop-sticky-menu .sticky-header .sider.main{
display:block;
}
.mega-menu-royal-shop-sticky-menu .sticky-header .menu-toggle,
.mega-menu-royal-shop-sticky-menu .sticky-header .sider.main .menu-close{
display:none!important;
}
.mega-menu-royal-shop-main-menu .main-header .sider.left,
.mega-menu-royal-shop-main-menu .main-header .sider.right{
display: block;
position: inherit;
top: 0;
height: auto;
z-index: 999999;
width: auto;
padding: 0;
max-width: 100%;
-webkit-box-shadow: none;
box-shadow: none;
overflow-x: inherit;
overflow-y: inherit;
font-size: 15px;
background-color: #fff;
-webkit-touch-callout: none;
user-select: none;
-webkit-overflow-scrolling: touch;
-webkit-transition: .5s ease-in-out;
transition: .5s ease-in-out;
}
.woocommerce #shop-product-wrap .woocommerce-ordering {
width: 210px;
text-align: right;
}    .testimonial-post{
background-color: transparent;
min-height: 250px;
max-width: 750px;
margin: 0 auto;
}
.testimonial-author{
display: flex;
flex-direction: column;
margin-bottom: 10px;
text-align: center;
}
.testimonial-author-image img{
border-radius: 50%;
max-height: 70px;
max-width: 70px;
margin: 0 auto;
}
h3.testimonial-name{
font-size: 20px;
line-height: 31px;
}
h5.testimonial-position{
color: #a7a7a7;
font-size: 12px;
line-height: 23px;
letter-spacing: 0;
}
.tetsimonial-content p{
margin-bottom: 10px;
font-size: 14px;
line-height: 25px;
text-align: center;
}
.wzta-testimonials .owl-dots{
text-align: center;
}
.wzta-testimonials button.owl-dot{
width: 10px;
height: 10px;
background: #bbbdbb;
border-radius: 50%;
margin-right: 5px;
outline: none;
}
.wzta-testimonials button.owl-dot:focus,
.wzta-testimonials button.owl-dot.active{
background: #242424;
}
.testimonial-author-image{
margin-bottom:10px;
}   .wzta-aboutus-page .wzta-heading{
font-size: 40px;
line-height: 51px;
margin-bottom: 30px;
}
.wzta-sub-heading{
font-size: 21px;
line-height: 32px;
margin: 30px 0;
}
.wzta-team.no-slider{
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
}
.wzta-team-post{
margin-right: 2%;
margin-bottom: 30px;
}
.wzta-team.wzta-four .wzta-team-post{
width: 23.5%;
}
.wzta-team.wzta-four .wzta-team-post:nth-of-type(4n+4){
margin-right: 0;
}
.wzta-team-img{
position: relative;
overflow: hidden;
}
.wzta-team-img img{
width: 100%;
}
.wzta-team-img-overlay{
position: absolute;
top: 0;
left: 0px;
width: 100%;
height: 100%;
background: transparent;
color: #fff;
text-align: center;
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.wzta-team-post:hover .wzta-team-img-overlay{
background: rgba(0, 0, 0, 0.6);
}
.wzta-team-post:hover .wzta-team-name,
.wzta-team-post:hover .wzta-team-position{
color: #fff;
}
.wzta-team-description{
margin-top: 50%;
}
.wzta-team-social{
width: 100%;
display: flex;
margin: 0 auto;
margin-bottom: 25px;
justify-content: center;
list-style-type: none;
}
.wzta-team-social li{
cursor: pointer;
font-size: 20px;
margin: 0 5px;
width: 50px;
height: 50px;
line-height: 50px;
border: 1px solid #fff;
border-radius: 50%;
}
.wzta-team-description p{
color: #fff;
}
.wzta-team-heading{
background: #fff;
margin-top: 0;
padding: 15px 0;
margin: -27px 20px 0;
display: flex;
flex-direction: column;
position: relative;
text-align: center;
z-index: 1;
box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.wzta-team-post:hover .wzta-team-heading{
background: transparent;
box-shadow: none;
}
.wzta-team-name{
color: #242424;
text-transform: uppercase;
font-size: 25px;
margin-bottom: 2px;
}
.wzta-team-position{
color: #242424;
font-size: 12px;
text-transform: capitalize;
}
.wzta-team-social i,
.wzta-team-social li{
color: #fff;
opacity: 0;
-webkit-transform: scale(0.5);
transform: scale(0.5);
}
.wzta-team-post:hover .wzta-team-social i,
.wzta-team-post:hover .wzta-team-social li{
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
-webkit-transition: all 0.5s ease;
transition: all 0.5s ease;
} .wzta-counter-wrapper{
display: flex;
flex-wrap: wrap;
width: 100%;
}
.counter-content{
width: 23.5%;
text-align: center;
border: 1px dashed #cccccc;
margin-right: 2%;
padding: 20px;
margin-bottom: 30px;
}
.counter-content:nth-of-type(4n+4){
margin-right: 0;
}
.wzta-scroller{
font-size: 35px;
line-height: 2;
color: #676b67;
}
.wzta-counter-title{
font-size: 20px;
line-height: 31px;
}   nav .menu-item-description{
position: absolute;
top: -7px;
left: calc(100% - 50px);
background-color:#bd8348;
font-size: 11px;
padding: 5px 7px;
line-height: 10px;
color: #fff;
}
nav .menu-item-description:after {
position: absolute;
content: '';
width: 0;
height: 0;
border-left: 0px solid transparent;
border-right: 6px solid transparent;
left: 3px;
bottom: -4px;
} .royal-shop-menu > li:nth-child(4n+1) .menu-item-description{
background:rgb(233, 102, 86);
}
.royal-shop-menu > li:nth-child(4n+1) .menu-item-description:after{
border-top: 4px solid rgb(233, 102, 86);
} .royal-shop-menu > li:nth-child(4n-2) .menu-item-description{
background:rgb(243, 200, 36);
}
.royal-shop-menu > li:nth-child(4n+2) .menu-item-description:after{
border-top: 4px solid rgb(243, 200, 36);
} .royal-shop-menu > li:nth-child(4n-1) .menu-item-description{
background:rgb(52, 210, 147);
}
.royal-shop-menu > li:nth-child(4n-1) .menu-item-description:after{
border-top: 4px solid rgb(52, 210, 147);
} .royal-shop-menu > li:nth-child(4n) .menu-item-description{
background:rgb(58, 176, 226);
}
.royal-shop-menu > li:nth-child(4n) .menu-item-description:after{
border-top: 4px solid rgb(58, 176, 226);
}
.mobile-menu-active nav .menu-item-description,
.mobile-above-menu-active nav .menu-item-description,
.pan-content nav .menu-item-description{
position: relative;
top: 0;
left: auto;
background-color: #bd8348;
font-size: 11px;
padding: 3px 5px;
line-height: 10px;
color: #fff;
display: inline-block;
margin-left: 10px;
}   #royal-shop-mobile-bar{
display:none;
} .primary-content-area{
width: 67%;
margin-right: 1.5%;
margin-left: 1.5%;
order: 2;
}
.sidebar-content-area{
width: 15%;
}
#sidebar-primary{
order:1;
}
#sidebar-secondary{
order:3;
}
#sidebar-secondary .royal-shop-widget-content:first-child{
margin-top:0;
}
#sidebar-primary .royal-shop-widget-content:first-child {
margin-top: 0;
}
.front .disable-left-sidebar .primary-content-area,
.page-content .disable-left-sidebar .primary-content-area{
margin-left:0;
width:75.5%;
}
.front .disable-left-sidebar .sidebar-content-area,
.page-content .disable-left-sidebar .sidebar-content-area {
width: 23%;
}
.front .disable-right-sidebar .primary-content-area,
.page-content .disable-right-sidebar .primary-content-area{
margin-right:0;
width:75.5%;
}
.front .disable-right-sidebar .sidebar-content-area,
.page-content .disable-right-sidebar .sidebar-content-area {
width: 23%;
}
.front .disable-right-sidebar #wzta-single-slider,
.front .disable-right-sidebar .slides,
.front .disable-left-sidebar #wzta-single-slider,
.front .disable-left-sidebar .slides{
width:1000px;
}
.woocommerce .wzta-list-view ul.products li.product .woocommerce-loop-product__title{
width: 65%;
padding-right: 25px;
padding-left: 25px;
text-align: left;
}
.woocommerce .wzta-list-view ul.products li.product .add_to_cart_button,
.woocommerce ul.products li.product .product_type_variable{
margin-left: 10px;
} .wzta-hlight{
display: flex;
padding: 10px;
border: 1px solid  #f1f1f1;
border-top: 0;
}
.wzta-hlight:nth-of-type(1){
border-top: 1px solid  #f1f1f1;
}
.wzta-hlight-icon{
width: 25%;
margin-right: 7%;
font-size: 30px;
text-align: center;
}
.wzta-hlight-text-wrap{
width: 68%;
align-self: center;
}
.wzta-hlight-title{
font-size: 13px;
line-height: 20px;
margin-bottom: 5px;
color: #111;
}
.wzta-hlight-wrapper .widget-title{
display: none;
} .wzta-testimonial-list{
display: flex;
flex-wrap: wrap;
}
.wzta-testimonial-img{
width: 100px;
height: 100px;
line-height: 100px;
overflow: hidden;
border: 2px solid #f1f1f1;
border-radius: 50%;
margin: 0 auto;
margin-bottom: 15px;
}
.wzta-testimonial-title{
width: 100%;
margin-bottom: 7px;
text-align: center;
color: #111;
line-height: 20px;
font-size: 13px;
}
.wzta-testimonial-content{
text-align: center;
margin: 0 auto;
}
.wzta-testimonial .owl-nav {
position: absolute;
top: -51px;
right: 0px;
color: #a3a3a3;
left: auto;
margin: 0;
}
.wzta-testimonial .owl-carousel .owl-nav button.owl-prev,
.wzta-testimonial .owl-carousel .owl-nav button.owl-next {
width: 25px;
height: 25px;
line-height: 25px!important;
font-size: 14px;
text-align: center;
background: #fff;
color: #111;
border: 1px solid #eee;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border-radius: 50%;
}
.wzta-testimonial .owl-carousel .owl-nav button.owl-next{
margin-left: 7px;
}
.wzta-testimonial .owl-carousel .owl-nav button.owl-prev:hover,
.wzta-testimonial .owl-carousel .owl-nav button.owl-next:hover{
color: #fff;
}
.woocommerce .widget_rating_filter .star-rating{
margin: 0;
opacity: 1;
left: initial;
right: initial;
top: 4px;
font-size: 10px;
}
.woocommerce .widget_rating_filter li{
position: relative;
}
.wzta-feature-product-section .wzta-product:hover .wzta-product-hover{
box-shadow: none;
}
.opn-shop-load-more.no-more{
margin-bottom: 20px;
}
.royal-shop-load-more{
margin: 30px 0;
}
.wzta-contact-plugin-notice{
text-align: center;
}   .royal_shop_show_multi_slide .wzta-list{
display: flex;
align-items: end;
flex-wrap: wrap;
text-align: left;
background: transparent;
border: 1px solid #ebebeb;
border-top: 0;
padding: 10px 0;
}
.royal_shop_show_multi_slide .wzta-3row-slide-wrap div:nth-of-type(1) .wzta-list{
border-top: 1px solid #ebebeb;
}
.royal_shop_show_multi_slide
.wzta-list .wzta-product-image {
width: 40%;
margin: 0;
padding: 0;
border: 0;
}
.royal_shop_show_multi_slide
.wzta-list .wzta-product-content {
width: 60%;
margin: 0;
padding: 0 10px;
}
.woocommerce .royal_shop_show_multi_slide .wzta-product-content .star-rating{
float: none;
}
.royal_shop_show_multi_slide .wzta-product-content > a,
.woocommerce .royal_shop_show_multi_slide .wzta-product-content .star-rating{
margin-bottom: 10px;
}
.woocommerce .royal_shop_show_multi_slide .wzta-woo-product-list .price{
padding: 0;
}
.royal_shop_show_multi_slide .owl-carousel .owl-nav {
position: absolute;
top:-47px;
right: 0px;
color: #a3a3a3;
left: auto;
margin: 0;
}
.royal_shop_show_multi_slide
.owl-nav .owl-prev{
margin-right: 5px;
margin-left: 0;
} .wzta-vertical-product-tab-section .wzta-heading-wrap{
order: 1;
}
.wzta-vertical-cat-tab{
position: relative;
display: flex;
flex-wrap: wrap; }
.wzta-vertical-cat-tab .wzta-heading-wrap{
width: 22%;
flex-direction: column;
text-align: center;
background: transparent;
position: relative;
border: 1px solid #ebebeb;
}
.wzta-vertical-cat-tab .wzta-vt-banner-wrap{
width: 32%;
position: relative;
padding: 15px;
}
.wzta-vertical-cat-tab .content-wrap{
width: 52%;
}
.royal-shop-site section.wzta-vertical-product-tab-section2 .content-wrap{
padding: 0;
}
.wzta-vertical-cat-tab .wzta-heading-wrap .wzta-heading{
width: 100%;
max-width: initial;
position: relative;
border-bottom: 1px solid #e9e9e9;
padding: 10px;
text-align: left;
}
.wzta-vertical-cat-tab .desktop-view-tab-head{
width: 100%;
}
.wzta-vertical-cat-tab .wzta-heading-wrap .tab-head{
width: 100%;
text-align: initial;
padding: 0;
}
.wzta-vertical-cat-tab .wzta-heading-wrap .tab-link-wrap{
margin: 0;
}
.wzta-vertical-cat-tab .title{
margin-bottom: 0;
}
.wzta-vertical-cat-tab .desktop-view-tab-head ul {
width: 100%;
display: flex;
flex-wrap: wrap;
list-style: none;
padding: 0;
font-size: 0;
line-height: 0;
position: relative;
padding: 0;
}
.wzta-vertical-cat-tab .desktop-view-tab-head .tab-link li {
width: 100%;
display: block;
font-size: 13px;
line-height: initial;
font-family: 'SourceSansPro-SemiBold';
}
.wzta-vertical-cat-tab .desktop-view-tab-head .tab-link li a {
display: block;
padding: 12px 10px;
text-align: left;
}
.wzta-vertical-cat-tab .tab-link li a{
color: #333;
}
.wzta-vertical-cat-tab .tab-link li a.active,
.wzta-vertical-cat-tab .tab-link li a:hover {
color: #333;
background: #e7ece6;
}
.wzta-vertical-cat-tab .resp-view-tab-head .tab-link li a.active,
.wzta-vertical-cat-tab .resp-view-tab-head .tab-link li a:hover{
background: transparent;
}
.resp-view-tab-head .tab-link{
position: relative;
margin: 0;
padding: 0;
list-style-type: none;
}
.wzta-vertical-cat-tab2 .wzta-vt-banner-wrap{
width: 100%;
overflow: hidden;
padding: 0;
}
.wzta-vt2-banner img{
width: 100%;
}
.wzta-vertical-cat-tab2 .content-wrap{
width: 78%;
}
.royal-shop-slide-post .slide-post{
border: 1px solid #ebebeb;
padding: 0;
}
.royal-shop-slide-post .slide-post .entry-body{
padding: 10px;
}
.wzta-product-hover a.added_to_cart:after{
display: none;
border-radius: 3px;
font-family: 'fontawesome';
content: '\f00c';
font-size: 9px;
line-height: initial;
display: none;
position: absolute;
bottom: 0;
top: 10px;
right: initial;
left: 10px;
text-align: center;
z-index: 9;
color: #FFF;
text-decoration: none;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-ms-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
} header #open-cart {
display: block;
position: fixed;
top: 0;
height: 100vh;
z-index: 999999;
right: -390px;
width: 390px;
padding: 2em 1.5em;
max-width: 100%;
border-right: 1px solid rgba(0,0,0,.1);
overflow-x: hidden;
overflow-y: auto;
font-size: 15px;
background-color: #fff;
color: #555;
-webkit-touch-callout: none;
user-select: none;
-webkit-overflow-scrolling: touch;
visibility: visible;
-moz-opacity: 1;
-webkit-opacity: 1;
opacity: 1;
transition: all 0.5s linear;
}
.cart-pan-active #open-cart {
right: 0;
left:auto;
}
.cart-overlay{
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 400;
opacity: 0;
visibility: hidden;
background-color: rgba(0,0,0,.7);
transition: opacity .25s ease,visibility 0s ease .25s;
}
.cart-overlay.open{
opacity: 1;
visibility: visible;
transition: opacity .25s ease,visibility 0s ease;
}
.cart-close-btn{
padding-right: 18px;
color: #333;
text-decoration: none;
text-transform: uppercase;
letter-spacing: .3px;
font-size: 12px;
position: relative;
display: inline-block;
cursor: pointer;
line-height: 30px;
font-size: 0;
}
.cart-close-btn:before,
.cart-close-btn:after{
content: " ";
position: absolute;
top: 0;
display: inline-block;
margin-top: -1px;
width: 21px;
height: 2px;
background-color: #000;
transition: background-color .2s ease-in-out,width .2s ease-in-out,-webkit-transform .2s ease-in-out;
transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out;
transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out,-webkit-transform .2s ease-in-out;
}
.cart-close-btn:before{
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
right: 0;
}
.cart-close-btn:after{
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
right: 0;
}
.woocommerce .open-cart .return{
margin: 15px 0;
border-radius: 30px;
font-weight: initial;
color: #FFF;
}
.woocommerce .open-cart .return:hover{
color: #FFF;
opacity: 0.9;
}
.cart-widget-heading {
display: flex;
flex: 0 0 auto;
align-items: center;
flex-direction: row;
justify-content: flex-end;
border-color: rgba(129,129,129,.2);
position: absolute;
right: 20px;
}
.cart-widget-heading h4{
flex: 1 1 auto;
margin-bottom: 0;
font-size: 18px;
color: #333;
}
.woocommerce a.button.loading::after{
right: 40%;
}
.resp-view-tab-head{
width: 100%;
display: none;
}
.wzta-wishlist *,
.wzta-compare *{
position: relative!important;
height: 100%!important;
display: block;
}
.wzta-compare .compare-button a:before,
.yith-wcwl-wishlistaddedbrowse:before,
.yith-wcwl-wishlistexistsbrowse:before,
.yith-wcwl-icon:before{
display: flex;
align-items: center;
height: 100%;
}
.page-template-frontpage .owl-dots{
text-align: center;
margin-top: 5px;
position: relative;
z-index: -1;
}
.page-template-frontpage .owl-carousel button.owl-dot,
.woocommerce #alm-quick-view-modal .alm-qv-image-slider .flex-control-paging li a{
width: 9px;
height: 9px;
line-height: 9px;
border-radius: 50%;
background: #9e9e9efc;
margin: 0 4px;
opacity: 0.7;
}
.page-template-frontpage .owl-carousel button.owl-dot.active,
.woocommerce #alm-quick-view-modal .alm-qv-image-slider .flex-control-paging li a.flex-active{
width: 21px;
border-radius: 30px;
line-height: initial;
opacity: 1;
}
.woocommerce #alm-quick-view-modal .alm-qv-image-slider .flex-control-nav li{
margin: 0;
}
#wzta-4col-slider .wzta-4col-slider-wrap{
display: flex;
}
#wzta-4col-slider .wzta-add-content-twocol-1{
margin-bottom: 15px;
display: flex;
}
#wzta-4col-slider .wzta-slider-content{
width: 70%;
}
#wzta-4col-slider .wzta-add-content{
width: 30%;
}
#wzta-4col-slider .wzta-3-add-content .wzta-row{
flex: initial;
margin-bottom: initial;
} .wzta-single-product-summary-wrap a[data-title="Add to wishlist"],
.wzta-single-product-summary-wrap a[data-title="Browse wishlist"],
.wzta-single-product-summary-wrap a[data-title="Add to wishlist"]:before,
.wzta-single-product-summary-wrap a[data-title="Browse wishlist"]:before{
width: auto;
height: auto;
font-size: 14px!important;
line-height: 21px!important;
border: 0;
color: #111;
}
.wzta-single-product-summary-wrap a[data-title="Add to wishlist"] span,
.wzta-single-product-summary-wrap a[data-title="Browse wishlist"] span{
display: inline-flex;
font-family: 'Montserrat-Bold';
}
.wzta-single-product-summary-wrap a[data-title="Add to wishlist"]:before,
.wzta-single-product-summary-wrap a[data-title="Browse wishlist"]:before{
width: auto;
height: auto;
font-size: 14px!important;
line-height: 21px!important;
border: 0;
color: #111;
margin-right: 10px!important;
font-weight: bold;
}
.wzta-single-product-summary-wrap .woosw-btn,
.wzta-single-product-summary-wrap .woosc-btn{
width: auto;
height: auto;
font-size: 14px;
line-height: 21px;
border: 0;
color: #111;
margin-right: 20px;
margin-bottom: 20px;
}
.wzta-single-product-summary-wrap .woosw-btn:before,
.wzta-single-product-summary-wrap .woosc-btn:before{
margin-right: 10px!important;
font-size: 14px;
}
.wzta-single-product-summary-wrap a[data-title="Add to wishlist"] > i{
display: none;
}
.woocommerce .wzta-single-product-summary-wrap a.compare.button{
font-size: 14px;
border: 0;
display: inline-flex;
align-items: center;
padding: 0;
margin-left: 20px;
}
.woocommerce .wzta-single-product-summary-wrap a.compare.button{
width: auto;
height: auto;
line-height: initial;
color: #111;
font-family: 'Montserrat-Bold';
}
.woocommerce .wzta-single-product-summary-wrap a.compare.button:before{
color: #111;
font-weight: bold;
margin-right: 10px;
}
.wzta-single-product-summary-wrap .product_meta > span,
.wzta-single-product-summary-wrap a[data-title="Browse wishlist"]{
font-family: 'Montserrat-Bold';
}
.wzta-single-product-summary-wrap .product_meta > span a{
font-family: 'Montserrat-Regular';
} .single-product .related > h2{
position: relative;
padding-bottom: 10px;
display: inline-block;
}
.single-product .related > h2:after{
content: ' ';
border-bottom: 3px solid #70b700;
display: block;
position: absolute;
bottom: -1px;
width: 67%;
}
.page-head {
border: 1px solid #EBEBEB;
padding-bottom: 0;
padding: 15px;
margin-bottom: 15px;
}
.single-product .page-head,
.single-post .page-head{
border: 0;
padding: 0 0 20px 0;
margin-bottom: 0;
}
#royal-shop-mobile-bar li span{
font-size: 11px;
display: block;
text-align: center;
} .ui-autocomplete-loading{
position: relative;
}
.vert-brd{
position: relative;
}
.vert-brd:before{
position: absolute;
top: 10px;
left: -29px;
content: ' ';
}
.ui-autocomplete-loading+.vert-brd:before{
font-size: 1px;
text-indent: -999em;
overflow: hidden;
width: 4em;
height: 4em;
margin: 10em auto;
content: " ";
display: inline-block;
border-radius: 50%;
box-shadow: 0em -8em 0 0em #000000, 6em -6em 0 0em rgba(0, 0, 0, 0.1), 8em 0em 0 0em rgba(0, 0, 0, 0.1), 6em 6em 0 0em rgba(0, 0, 0, 0.1), 0em 8em 0 0em rgba(0, 0, 0, 0.1), -6em 6em 0 0em rgba(0, 0, 0, 0.1), -8em 0em 0 0em rgba(0, 0, 0, 0.1), -6em -6em 0 0em rgba(0, 0, 0, 0.1);
animation: spin7 2s infinite linear;
}
@keyframes spin7 {
12.5% {
box-shadow: 0em -8em 0 0em rgba(0, 0, 0, 0.1), 6em -6em 0 0em #000000, 8em 0em 0 0em rgba(0, 0, 0, 0.1), 6em 6em 0 0em rgba(0, 0, 0, 0.1), 0em 8em 0 0em rgba(0, 0, 0, 0.1), -6em 6em 0 0em rgba(0, 0, 0, 0.1), -8em 0em 0 0em rgba(0, 0, 0, 0.1), -6em -6em 0 0em rgba(0, 0, 0, 0.1);
}
25% {
box-shadow: 0em -8em 0 0em rgba(0, 0, 0, 0.1), 6em -6em 0 0em rgba(0, 0, 0, 0.1), 8em 0em 0 0em #000000, 6em 6em 0 0em rgba(0, 0, 0, 0.1), 0em 8em 0 0em rgba(0, 0, 0, 0.1), -6em 6em 0 0em rgba(0, 0, 0, 0.1), -8em 0em 0 0em rgba(0, 0, 0, 0.1), -6em -6em 0 0em rgba(0, 0, 0, 0.1);
}
37.5% {
box-shadow: 0em -8em 0 0em rgba(0, 0, 0, 0.1), 6em -6em 0 0em rgba(0, 0, 0, 0.1), 8em 0em 0 0em rgba(0, 0, 0, 0.1), 6em 6em 0 0em #000000, 0em 8em 0 0em rgba(0, 0, 0, 0.1), -6em 6em 0 0em rgba(0, 0, 0, 0.1), -8em 0em 0 0em rgba(0, 0, 0, 0.1), -6em -6em 0 0em rgba(0, 0, 0, 0.1);
}
50% {
box-shadow: 0em -8em 0 0em rgba(0, 0, 0, 0.1), 6em -6em 0 0em rgba(0, 0, 0, 0.1), 8em 0em 0 0em rgba(0, 0, 0, 0.1), 6em 6em 0 0em rgba(0, 0, 0, 0.1), 0em 8em 0 0em #000000, -6em 6em 0 0em rgba(0, 0, 0, 0.1), -8em 0em 0 0em rgba(0, 0, 0, 0.1), -6em -6em 0 0em rgba(0, 0, 0, 0.1);
}
62.5% {
box-shadow: 0em -8em 0 0em rgba(0, 0, 0, 0.1), 6em -6em 0 0em rgba(0, 0, 0, 0.1), 8em 0em 0 0em rgba(0, 0, 0, 0.1), 6em 6em 0 0em rgba(0, 0, 0, 0.1), 0em 8em 0 0em rgba(0, 0, 0, 0.1), -6em 6em 0 0em #000000, -8em 0em 0 0em rgba(0, 0, 0, 0.1), -6em -6em 0 0em rgba(0, 0, 0, 0.1);
}
75% {
box-shadow: 0em -8em 0 0em rgba(0, 0, 0, 0.1), 6em -6em 0 0em rgba(0, 0, 0, 0.1), 8em 0em 0 0em rgba(0, 0, 0, 0.1), 6em 6em 0 0em rgba(0, 0, 0, 0.1), 0em 8em 0 0em rgba(0, 0, 0, 0.1), -6em 6em 0 0em rgba(0, 0, 0, 0.1), -8em 0em 0 0em #000000, -6em -6em 0 0em rgba(0, 0, 0, 0.1);
}
87.5% {
box-shadow: 0em -8em 0 0em rgba(0, 0, 0, 0.1), 6em -6em 0 0em rgba(0, 0, 0, 0.1), 8em 0em 0 0em rgba(0, 0, 0, 0.1), 6em 6em 0 0em rgba(0, 0, 0, 0.1), 0em 8em 0 0em rgba(0, 0, 0, 0.1), -6em 6em 0 0em rgba(0, 0, 0, 0.1), -8em 0em 0 0em rgba(0, 0, 0, 0.1), -6em -6em 0 0em #000000;
}
} .royal-shop-lds-ripple {
display: inline-block;
position: relative;
width: 80px;
height: 80px;
position: fixed;
left: 50%;
top: 50%;
transform: translate(-50%,-50%);
}
.royal-shop-lds-ripple div {
position: absolute;
border: 4px solid #fff;
opacity: 1;
border-radius: 50%;
animation: royal-shop-lds-ripple-animation 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.royal-shop-lds-ripple div:nth-child(2) {
animation-delay: -0.5s;
}
@keyframes royal-shop-lds-ripple-animation {
0% {
top: 36px;
left: 36px;
width: 0;
height: 0;
opacity: 1;
}
100% {
top: 0px;
left: 0px;
width: 72px;
height: 72px;
opacity: 0;
}
} .wzta-woo-product-list .wzta-product-hover > .woosw-btn{
display: none;
}
@media screen and (max-width: 1300px){
.header-icon span:nth-of-type(2),
.cart-content{
font-size: 10px;
}
}
@media screen and (max-width: 1200px){ .below-header-col2{
width:52%;
}
.below-header-col3{
float: right;
} .primary-content-area{
width: 59%;
}
.sidebar-content-area,
.sidebar-2{
width: 19%;
}
.wzta-wishlist, .wzta-compare{
width: 25px;
height: 25px;
line-height: 25px;
}
.wzta-wishlist .yith-wcwl-add-button > a i,
.wzta-compare .compare-button a:before,
.wzta-product .yith-wcwl-wishlistexistsbrowse:before,
.wzta-product .yith-wcwl-wishlistaddedbrowse:before{
font-size: 11px;
line-height: 21px;
}
.wzta-quik{
width: auto;
height: auto;
line-height: auto;
padding: 5px;
}
.wzta-woo-product-list .wzta-quickview a{
font-size: 9px;
line-height: 16px;
}
.wzta-woo-product-list .woocommerce-loop-product__title,
.wzta-woo-product-list .woocommerce-loop-product__title a,
.wzta-list .wzta-product-content .woocommerce-LoopProduct-title,
.wzta-cat-title a{
font-size: 12px;
line-height: 19px;
}
.woocommerce .wzta-woo-product-list span.onsale{
padding: 4px 7px;
}
.wzta-wishlist, .wzta-compare{
margin: 0;
}
.wzta-heading-wrap{
flex-wrap: wrap;
}
.wzta-cat-tab .wzta-heading-wrap .wzta-heading,
.wzta-cat-tab .wzta-heading-wrap .tab-head{
width: 100%;
}
.wzta-heading-wrap .tab-head{
text-align: left;
}
.wzta-hglt-box h6{
font-size: 12px;
}
.wzta-highlight-col{
padding: 15px;
}
}
@media screen and (max-width: 1024px){
header .mobile-nav-bar.sider.left,header .mobile-nav-bar.sider.right{
display:block;
}
.responsive-main-header{
display: block;
}
.desktop-main-header{
display: none;
}
.responsive-main-header #search-box{
width: 100%;
}
.responsive-main-header .menu-toggle{
width: auto;
margin-right: 5px;
}
.responsive-main-header .wzta-icon-market{
justify-content: flex-end;
}
.header-icon a.account span,
.responsive-main-header .header-icon a span{
text-align: center;
}
#search-box input[type='text'] {
border-right: 0!important;
}
.main-header a.wzta-search{
display: none;
}
.sticky-header-col1,.sticky-header-col2,.sticky-header-col3  {
width: auto;
}
.sticky-header-col2{
order: 3;
width: auto;
}
.sticky-header-col3{
order: 2;
flex: 12;
}
.sticky-header-col3 .wzta-icon .cart-icon a.cart-contents{
margin-right:5px;
}
.sticky-header{
visibility:inherit;
opacity:inherit;
display:none;
}
.sticky-header.stick{
visibility:inherit;
opacity:inherit;
display:block;
}
.sticky-header .count-item{
top: -9px;
left: 16px;
} .wzta-icon .cart-icon a.cart-contents{
position: relative;
padding: 0;
width: auto;
text-align:center;
height: 49px;
width: 49px;
line-height: 49px;
color:#101010;
padding:0;
margin: 0;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
font-size: 15px;
}
.wzta-icon .cart-icon a.cart-contents i {
position: relative;
left: auto;
top: auto;
z-index: 9;
padding-right: 0;
border-right:0;
-webkit-transform: inherit;
-moz-transform: inherit;
transform: inherit;
}
.wzta-icon .cart-icon{
background:transparent!important;
}
.wzta-icon .cart-icon a.cart-contents i{
border-right:none!important;
}
.header-icon{
width: auto;
}
.header-icon .wzta-whishlist-text,
.header-icon span.account-text,
.header-icon span.account-text:nth-of-type(2),
.header-icon span:nth-of-type(2){
display: none;
}
#search-box input[type='text'], select#product_cat{
width: 100%;
}
#search-box form{
margin: 0 20px;
width: 92%;
}
.vert-brd,
select#product_cat{
display: none;
}   .wzta-slide .owl-stage-outer {
padding: 6px 6px 0px!important;
margin: -6px -6px 0px!important;
}
.wzta-product-hover{
position: relative;
transform: translate(0);
-webkit-transform:
translate(0);
-ms-transform:
translate(0);
-o-transform:
translate(0);
opacity: 1;
visibility: visible;
padding-bottom: 10px;
top:0;
border: 0;
}
.wzta-product:hover .wzta-product-hover {
top: 0;
}
.wzta-product:hover .wzta-product-hover{
box-shadow:none;
}
.wzta-quik{
display:none;
}
#wzta-feature-product-tab .tab-content .wzta-wishlist,#wzta-feature-product-tab .tab-content .wzta-compare {
float:none;
}
.cat-layout-3 .cat-content-3 .hover-area {
-webkit-transform: translateY(0%) translateZ(0);
transform: translateY(0%) translateZ(0);
}
.wzta-cat-tab .wzta-heading-wrap .tab-head,.wzta-cat-tab .wzta-heading-wrap .wzta-heading {
width: 100%;
text-align:left;
}
.wzta-heading-wrap {
display: block;
}
.wzta-cat-tab .tab-head{
padding: 10px 0;
}
.wzta-icons-wrap{
opacity: 1;
}
.wzta-icons-wrap .tooltip{
left: -11px;
}
.wzta-icons-wrap{
bottom: 5px;
}
.wzta-list-view .wzta-product{
padding-bottom: 20px;
}
.woocommerce ul.products li.product.wzta-woo-product-list .price,
.woocommerce .wzta-woo-product-list .price{
margin-bottom: 10px!important;
} .wzta-highlight-col{
width: 33.33%;
}
.wzta-highlight-col:nth-of-type(4n+4){
border-right: 1px solid #e4e9ef;
}
.wzta-highlight-col:nth-of-type(3n+3){
border-right: 0;
}
}
@media screen and (min-width: 768px) and (max-width: 980px){
.sidebar-content-area,
.below-header-col1 {
width: 27%;
}
.primary-content-area {
width: 70.5%;
}
#search-button{
width:45px;
}
.search-wrapper #search-button{
width:65px;
}
.wzta-highlight-col{
width:50%;
}
.wzta-highlight-col:nth-child(2n+2){
border:none
}
.wzta-icon-market{
justify-content: space-around;
}
}
@media screen and (max-width: 990px){
.sidebar-1 .menu-category-list{
display: none;
}
.primary-content-area,
.sidebar-content-area,
.sidebar-2,
.front .disable-left-sidebar .primary-content-area,
.page-content .disable-left-sidebar .primary-content-area,
.front .disable-left-sidebar .sidebar-content-area,
.page-content .disable-left-sidebar .sidebar-content-area,
.front .disable-right-sidebar .primary-content-area,
.page-content .disable-right-sidebar .primary-content-area,
.front .disable-right-sidebar .sidebar-content-area,
.page-content .disable-right-sidebar .sidebar-content-area{
width: 100%;
margin: 0;
} .sidebar-1 .widget-title+ul,
.sidebar-1 .widget-title+div,
.sidebar-1 .widget-title+form,
.sidebar-2 .widget-title+ul,
.sidebar-2 .widget-title+div,
.sidebar-2 .widget-title+form{
display: none;
padding: 10px;
}
.sidebar-1 .widget-title:after,
.sidebar-2 .widget-title:after{
position: absolute;
font-family: 'fontAwesome';
content: "\f107";
right: 10px;
}
.sidebar-1 .widget-title.open:after,
.sidebar-2 .widget-title.open:after{
content: "\f106";
}
.sidebar-1 .widget-title,
.sidebar-2 .widget-title{
padding-bottom: 0;
}
.primary-content-area{
order: 1;
}
#sidebar-primary{
order: 2;
}
.royal-shop-widget-content{
cursor: pointer;
}
.wzta-hlight-icon{
width: auto;
}
.below-header .header-support-content{
display: none!important;
} .cart-content span.woocommerce-Price-amount{
display: none;
}
.wzta-hlight-wrapper .widget-title{
display: block;
}
.wzta-testimonial .owl-nav,
.post-slide-widget .owl-nav{
top: -24px;
right: 20px;
}
.wzta-testimonial-list{
justify-content: center;
}
.widget_price_filter .ui-widget.ui-widget-content{
max-width: initial!important;
}
.widget_product_search [type='submit']{
margin-top: 15px;
}
}
@media screen and (max-width: 768px){
.below-header-col1{
width:auto;
}
.cat-toggle {
display: inline-flex;
}
#search-button{
font-size: 16px;
width:45px;
}
.below-header-col2 {
width: 57%;
float:left;
margin-left: 10px;
}
.below-header-col3{
float:right;
} .wzta-wishlist .yith-wcwl-add-button a.add_to_wishlist,
.wzta-wishlist .yith-wcwl-wishlistexistsbrowse.show a,
.wzta-compare .compare-button a.compare.button {
font-size: 0;
letter-spacing: normal;
}
.wzta-wishlist .yith-wcwl-add-button > a i ,
.wzta-compare .compare-button a:before,
.wzta-product .yith-wcwl-wishlistaddedbrowse.show:before{
font-size: 12px;
margin:0;
padding:0;
line-height: 25px;
}
.wzta-wishlist a::after{
margin:0;
}
.wzta-wishlist, .wzta-compare {
width:30px;
height:30px;
line-height:30px;
text-align:center;
}
.wzta-wishlist a, .wzta-compare a {
font-size: 0;
margin:0;
display: block;
}
.wzta-wishlist{
margin-left:0px;
}
}
@media screen and (max-width: 768px){ h1 {
font-size: 22px;
line-height:36px;
}
h2 {
font-size: 20px;
line-height:33px;
}
h3 {
font-size: 18px;
line-height:29px;
}
h4 {
font-size: 16px;
line-height:27px;
}
h5 {
font-size: 16px;
line-height:25px;
}
h6 {
font-size: 15px;
line-height:23px;
}
.main-header-col1{
width: 21%;
}
.main-header-col2{
width: 46%;
}
.main-header-col3{
width: 31%;
}
.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
width: 49.5%;
float: left;
clear: both;
margin: 0 0 1em;
} .page-head .breadcrumb-trail.breadcrumbs {
flex: inherit;
}
.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
float: left;
width: 100%;
clear: none;
text-align: start;
margin-bottom:0;
}
.woocommerce div.product .flex-viewport {
width: 100%;
float: right;
}
.woocommerce div.product div.images .flex-control-thumbs li, .woocommerce div.product div.images .flex-control-thumbs li {
margin-right: 1em;
margin-bottom: 1em;
margin-top:1em;
}
.woocommerce div.product div.images .flex-control-thumbs, .woocommerce div.product div.images .flex-control-thumbs{
width:100%;
}
.woocommerce div.product div.images .flex-control-thumbs li, .woocommerce div.product div.images .flex-control-thumbs li {
width: 25%;
} .woocommerce-checkout>.col2-set {
float: left;
width: 100%;
}
.woocommerce-checkout #order_review {
float: left;
width: 100%;
}
.wzta-highlight-col,.no-sidebar .wzta-highlight-col{
width:49%;
}
.wzta-highlight-col:nth-of-type(2n+2),
.no-sidebar .wzta-highlight-col:nth-of-type(2n+2){
margin-right: 0;
}
.no-sidebar .wzta-highlight-col:nth-of-type(5n+4){
border:none;
}
.cat-list a span {
font-size: 13px;
}
.cat-layout-3 .cat-content-3 .hover-area .cat-title {
font-size: 13px;
}
.prd-total-number {
font-size: 11PX;
}
.wzta-related-links .nav-links a {
font-size: 12px;
}
.prd-total-number{
display:none;
}
.page-head h1{
width:100%;
}
.woocommerce #content table.cart td.actions .coupon .input-text+.button{
margin:0;
} .slide-layout-3 .wzta-3col-slider-wrap .wzta-slider-content {
flex: 0 0 100%;
max-width: 100%;
padding-right:0;
}
.slide-layout-3 .wzta-3col-slider-wrap .wzta-add-content {
flex: 0 0 100%;
max-width: 100%;
padding-left: 0;
}
.wzta-3-add-content .wzta-row {
-ms-flex: 0 0 33.33%;
flex: 0 0 33.33%;
max-width: 100%;
margin-bottom:0;
padding-top:15px;
padding-left:7.5px;
padding-right:7.5px;
}
.slide-layout-3 .wzta-3-add-content {
flex-wrap: inherit;
margin-right: -7.5px;
margin-left: -7.5px;
}
.woocommerce table.shop_table_responsive tr:nth-child(2n) td,
.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
background-color: transparent;
}
.thnk-col-4 .widget-footer-col1, .thnk-col-4 .widget-footer-col2,
.thnk-col-4 .widget-footer-col3, .thnk-col-4 .widget-footer-col4 {
width: 50%;
margin:7.5px 0px;
}
.thnk-col-3-1-2 .widget-footer-col1,
.thnk-col-3-1-2 .widget-footer-col2,
.thnk-col-3-1-2 .widget-footer-col3,.thnk-col-3-2-1-2 .widget-footer-col1,
.thnk-col-3-2-1-2 .widget-footer-col2,
.thnk-col-3-2-1-2 .widget-footer-col3{
width:33.33%;
}
.thnk-col-2-1-2 .widget-footer-col1,
.thnk-col-2-1-2 .widget-footer-col2,
.thnk-col-2-2-1 .widget-footer-col1,
.thnk-col-2-2-1 .widget-footer-col2{
width:50%;
}
.product-slide-one-widget .slide-wrap {
width: calc(100% - 38%);
position: relative;
}
.product-slide-one-widget .widget-content-wrap {
width: 38%;
}
.cart-contents:hover + .open-cart{
display: none;
}
.woocommerce div.product div.images .flex-control-thumbs{
display: flex;
}
}
@media screen and (max-width: 767px){
.main-header-col2{
width: 100%!important;
margin: 10px 0;
order: 3;
}
.main-header-col1{
width: 50%!important;
order: 1;
}
.main-header-col3{
width: 50%!important;
order: 2;
}
.header-icon a:after{
display: none;
}
#search-box form{
margin: 0 auto;
}
.header-icon,
.cart-icon{
width: auto;
padding: 0;
}
#search-box form{
width: 100%;
}
.responsive-main-header .header-icon a span{
font-size: 11px;
line-height: 21px;
}
.slide-toogle{
position:absolute;
top:10px;
right:15px
}
.slide-toogle::before{
height: auto;
text-shadow: none;
width: 10px;
font-family: FontAwesome;
content: "\f107";
}
.sidebar-widget-wrap{
display:none;
margin-top: 15px;
} .site-title span {
font-size: 20px;
}
.container {
padding-left: 10px;
padding-right: 10px;
}
.container {
padding-left: 10px;
padding-right: 10px;
}
.royal-shop-site section .content-wrap {
padding: 7.5px 0;
}
.royal-shop-widget-content {
padding: 10px;
margin: 7.5px 0px;
}
.wzta-title .title{
padding-bottom: 7.5px;
}
.top-header-col1 .header-support-wrap,
.top-header-col2 .header-support-wrap,
.top-header-col3 .header-support-wrap{
justify-content: center;
}
.main-header-col1 {
padding: 10px 0px;
width: 50%;
order: 1
}
.header-support-icon{
width: 35px;
height: 35px;
line-height: 35px;
font-size: 18px;
}
.count-item{
top: -11px;
} .sticky-header-col3 .wzta-icon .cart-icon a.cart-contents i, .sticky-header .header-icon a i {
font-size: 14px;
}
.sticky-header-bar .menu-toggle .icon-bar {
display: block !important;
width: 20px;
height: 2px;
background-color: #242424;
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
border-radius: 1px;
margin: 5px;
}
.sticky-header-col1{
width:50%;
}
.sticky-header .count-item{
top: -2px;
left: 21px;
width: 20px;
height: 20px;
line-height: 20px;
}
.sticky-header-col3 .wzta-icon .cart-icon a.cart-contents,
.sticky-header-col3 .header-icon a.prd-search,
.sticky-header-col3 .header-icon a.whishlist,
.sticky-header-col3 .header-icon a.account{
margin: 0 5px 0px 0px;
}    .slide-content-wrap {
width: 340px;
padding: 0px 15px;
}
.slide-layout-1 .slide-content-wrap .logo img{
max-width:120px;
}
.slide-layout-1 .slide-content h2{
max-height: 40px;
font-size:30px;
line-height:40px;
}
.slide-layout-1 .slide-content-wrap p{
max-height: 34px;
font-size:26px;
line-height:34px;
}
.slide-layout-1 a.slide-btn{
font-size:21px
} .slide-layout-2 .slider-content-caption h2 {
font-size: 20px;
line-height: 32px;
}
.slide-layout-2 .slider-content-caption p {
font-size: 14px;
margin-bottom:5px;
}
.slide-layout-2 .slider-content-caption a {
font-size: 11px;
} .slide-layout-3 .wzta-3col-slider-wrap .wzta-slider-content {
flex: 0 0 100%;
max-width: 100%;
padding-right:0;
}
.slide-layout-3 .wzta-3col-slider-wrap .wzta-add-content {
flex: 0 0 100%;
max-width: 100%;
padding-left: 0;
}
.wzta-3-add-content .wzta-row {
-ms-flex: 0 0 33.33%;
flex: 0 0 33.33%;
max-width: 100%;
margin-bottom:0;
padding-top:7.5px;
padding-left:3.25px;
padding-right:3.25px;
}
.wzta-product{
padding: 5px;
}
.slide-layout-3 .wzta-3-add-content {
flex-wrap: inherit;
margin-right: -3.25px;
margin-left: -3.25px;
}
.slide-layout-3 .slider-content-caption h2,.slide-layout-4 .slider-content-caption h2 {
font-size: 22px;
line-height: 34px;
}
.slide-layout-3 .slider-content-caption p,.slide-layout-4 .slider-content-caption p  {
font-size: 16px;
margin-bottom: 5px;
}
.slide-layout-3 a.slide-btn,.slide-layout-4 a.slide-btn{
font-size: 12px;
}
.slide-layout-4 .wzta-2col-slider-wrap .wzta-slider-content {
flex: 0 0 100%;
max-width: 100%;
padding-right:0;
}
.slide-layout-4 .wzta-2col-slider-wrap .wzta-add-content {
flex: 0 0 100%;
max-width: 100%;
padding-left: 0;
}
.wzta-2-add-content .wzta-row {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 100%;
margin-bottom:0;
padding-top:7.5px;
padding-left:3.25px;
padding-right:3.25px;
}
.slide-layout-3 .wzta-3-add-content {
flex-wrap: inherit;
margin-right: -3.25px;
margin-left: -3.25px;
}
.slide-layout-4 .wzta-2-add-content {
margin-left: -3.25px;
margin-right: -3.25px;
}
.slider-content-caption {
padding: 15px;
}   .wzta-product-cat-list li a {
line-height: 1.3;
padding: 8px;
font-size: 14px;
}
.wzta-slide .owl-nav {
top: -38px!important;
}
.product-slide-widget .owl-carousel .owl-nav{
top: 48px!important;
}
.product-slide-widget .owl-carousel .owl-nav button{
width: 25px;
height: 25px;
line-height:25px!important;
}
.product-slide-widget.royal-shop-showprd-four-widget-4 .owl-nav{
position: absolute;
top: -30px!important;
}
.cat-layout-3 .cat-content-3 {
position: relative;
margin-right: -3.25px;
margin-left: -3.25px;
margin-bottom: -3.25px;
margin-top: -3.25px;
}
.cat-layout-3 .cat-flex-fourth .cat-col{
width: 50%;
}
.wzta-category-slide-section .cat-content .cat-list {
flex: 0 0 25%;
max-width: 25%;
padding: 3.25px 3.25px;
}
.wzta-category-slide-section .cat-content{
margin: -3.25px -3.25px;
}
.wzta-cat-tab ul.dropdown-link {
right: auto!important;
}
.woocommerce-product-search select#product_cat{
display:none;
}
#search-box input[type="text"]{
width:100%;
}
.woocommerce-product-search .vert-brd:after{
height:0;
}
.ui-widget.ui-widget-content {
max-width: 190px;
}
.sidebar-content-area{
width: 100%;
max-width: 100%;
}
.sidebar-content-area .sidebar-main,
.frontpage-sidebar-2{
margin: auto;
margin-bottom: 20px;
cursor: pointer;
}
#sidebar-primary h2.widget-title:hover,.slide-toogle:hover{
cursor:pointer;
}
.primary-content-area {
width:100%;
margin: 0;
} .thnk-col-3 .top-header-col1,
.thnk-col-3 .top-header-col2,
.thnk-col-3 .top-header-col3,
.thnk-col-2 .top-header-col1,
.thnk-col-2 .top-header-col2 {
width: 100%;
flex: auto;
justify-content: center;
-webkit-box-pack: center;
text-align: center;
}
.header-icon a,.wzta-icon .cart-icon a.cart-contents{
height: 35px;
width: 35px;
line-height: 35px;
margin: 0;
padding: 0;
margin-right: 10px;
}
.header-icon a:nth-of-type(1){
width: auto;
line-height: initial;
height: initial;
}
.header-icon a i{
margin: 0;
padding: 0;
}
#search-box input[type="text"]{
height: 35px;
}
.cat-icon i{
font-size: 12px;
}
.menu-toggle .icon-bar {
display: block !important;
width: 40px;
height: 5px;
-webkit-border-radius: 1px;
-moz-border-radius: 1px;
border-radius: 1px;
margin: 6px;
}
.below-header-col2 {
width: 45%;
}
.thnk-col-4 .widget-footer-col1,
.thnk-col-4 .widget-footer-col2,
.thnk-col-4 .widget-footer-col3,
.thnk-col-4 .widget-footer-col4{
width: 50%;
}
.thnk-col-3 .widget-footer-col1,
.thnk-col-3 .widget-footer-col2,
.thnk-col-3 .widget-footer-col3{
width: 50%;
}
.thnk-col-2 .widget-footer-col1,
.thnk-col-2 .widget-footer-col2{
width: 50%;
}
.thnk-col-3 .below-footer-col1,
.thnk-col-3 .below-footer-col2,
.thnk-col-3 .below-footer-col3,
.thnk-col-2 .below-footer-col1,
.thnk-col-2 .below-footer-col2,
.thnk-col-3 .top-footer-col1,
.thnk-col-3 .top-footer-col2,
.thnk-col-3 .top-footer-col3,
.thnk-col-2 .top-footer-col1,
.thnk-col-2 .top-footer-col2{
width: 100%;
flex: auto;
justify-content: center;
-webkit-box-pack: center;
text-align: center;
}
#wzta-feature-product-tab .tab-content {
width: 100%;
overflow: hidden;
}
#wzta-feature-product-tab .content-featured-wrap{
display:none;
}
.nav-links .page-numbers {
display: inline-block;
width: 30px;
height: 30px;
line-height: 30px;
font-size:12px;
} .woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
float: left;
}
.woocommerce .woocommerce-result-count{
float:none;
}
.wzta-list-grid-switcher a{
margin-right:0;
margin-left:8px;
}
.wzta-highlight-col{
border-right-width:0;
}
.woocommerce .wzta-list-view ul.products .wzta-product-hover .add_to_cart_button,
.woocommerce .wzta-list-view ul.products li.product a.button.product_type_grouped,
.woocommerce .wzta-list-view .wzta-product-hover a.wzta-button{
margin:inherit;
margin-top: 10px!important;
display: table;
}
.wzta-list-view .wzta-product .wzta-product-image {
width: 100%!important;
padding:7.5px 7.5px 0px 7.5px;
text-align:left;
max-width: 300px;
}
.woocommerce .wzta-list-view ul.products li.product .woocommerce-loop-product__title{
width: 100%;
}
.woocommerce .wzta-list-view ul.products[class*=columns-] li.product,
.woocommerce-page .wzta-list-view ul.products[class*=columns-] li.product {
margin-bottom: 7.5px!important;
}
.woocommerce .wzta-list-view ul.products li.product.wzta-woo-product-list .wzta-product-content,
.woocommerce .wzta-list-view ul.products li.product.wzta-woo-product-list .wzta-product-hover,
.woocommerce .wzta-list-view ul.products li.product .woocommerce-loop-product__title,
.woocommerce .wzta-list-view ul.products li.product.wzta-woo-product-list .price{
padding: 0px 15px;
}
.woocommerce .wzta-list-view ul.products li.product.wzta-woo-product-list .wzta-product-hover{
margin-bottom:7.5px;
}
.wzta-list-view .wzta-wishlist, .wzta-list-view .wzta-compare {
margin: 5px;
}
.woocommerce nav.woocommerce-pagination .page-numbers {
width: 30px;
height: 30px;
line-height: 30px;
font-size: 12px;
}
.wzta-category-slide-section .cat-content .cat-list {
flex: 0 0 50%;
max-width: 50%;
}
.wzta-list-view .wzta-product .wzta-product-content, .wzta-list-view .wzta-product .wzta-product-hover {
width:100%!important;
} .wzta-ribbon-content-col1,.wzta-ribbon-content-col2{
width: 100%;
margin-right: 0;
text-align: center;
}
.wzta-ribbon-content-col1{
margin-bottom: 15px;
}
.wzta-ribbon-content{
height: initial;
}
.ribbon-btn {
font-size: 10px;
padding: 4px 8px;
display: inline-block;
}
.wzta-heading-wrap .tab-link-wrap {
margin-right: 0;
}
.wzta-cat-tab .tab-link li a {
display: block;
padding: 0 10px;
}
.header__cat__item.dropdown a.more-cat {
width: 25px;
height: 25px;
line-height: 25px!important;
}
.wzta-list .wzta-product-content .woocommerce-LoopProduct-title{
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp:1;
line-height:21px;
max-height:21px;
}
.wzta-banner-wrap.bnr-layout-4 .wzta-banner-col .wzta-banner-item{
padding: 0 3.25px 3.25px 3.25px;
}
.wzta-banner-wrap.bnr-layout-4.thnk-col-5 {
margin-right: -3.25px;
margin-left: -3.25px;
margin-bottom: -7.5px;
}
.wzta-banner-wrap.bnr-layout-4 .wzta-banner-col:nth-child(2) .wzta-banner-item{
margin-bottom:7.5px;
}
.bnr-layout-5 .wzta-banner-col .wzta-banner-item {
padding:3.25px;
}
.wzta-banner-wrap.bnr-layout-5.thnk-col-4 {
margin-right: -3.25px;
margin-left: -3.25px;
margin-bottom: -7.5px;
}
.royal-shop-site section {
margin: 15px 0px;
}
.wzta-title .title {
line-height: 20px;
font-size: 15px;
}
.wzta-cat-tab .tab-link li {
display: inline-block;
font-size: 12px;
line-height: 22px;
}
ul.dropdown-link > li >a{
line-height: 1.3;
padding: 8px;
font-size: 10px;
}
.wzta-cat-tab ul.dropdown-link{
min-width: 150px;
}
.wzta-product-hover > a{
font-size: 11px!important;
line-height: 18px!important;
}
select {
font-size: 13px;
} h2 {
font-size: 15px;
line-height: 21px;
}
.entry-content p {
margin-bottom: 10px;
line-height: 1.8;
font-size: 12px;
}
p.read-more {
margin-bottom: 0;
}
.wzta-post-meta {
margin-bottom: 10px;
font-size: 12px;
}
article.wzta-article, article.wzta-post-article, .single article, .no-results.not-found, #error-404 {
padding: 7.5px;
margin-bottom: 7.5px;
}
.widget.woocommerce .widget-title, .open-widget-content .widget-title, .widget-title {
font-size: 15px;
}
.widget-title {
padding-bottom: 7.5px;
}
.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li {
margin-bottom: 7.5px;
}
.royal-shop-menu li a,
.royal-shop-menu > li > a,
.top-header-bar .royal-shop-menu > li > a,
.bottom-header-bar .royal-shop-menu > li > a {
padding: 10px 20px 10px 0px!important;
font-size: 14px;
color: #111;
}
.wzta-slide .owl-nav {
right: 0;
}
.wzta-slide.owl-carousel .owl-nav button.owl-prev, .wzta-slide.owl-carousel .owl-nav button.owl-next,
.royal-shop-slide-post .owl-nav button.owl-prev,
.royal-shop-slide-post .owl-nav button.owl-next {
width: 25px;
height: 25px;
line-height: 25px!important;
font-size: 15px;
}
.header__cat__item.dropdown a.more-cat {
width: 25px;
height: 25px;
line-height: 25px!important;
font-size: 9px;
} .wzta-single-product-summary-wrap {
padding: 7.5px;
}
.woocommerce div.product div.images .flex-control-thumbs li,
.woocommerce div.product div.images .flex-control-thumbs li {
margin-right:7.5px;
margin-bottom:15px;
margin-top:7.5px;
}
h1 {
font-size: 20px;
line-height:26px;
}
body {
font-size: 12px;
}
.single-product div.product form.cart button.minus,
.single-product div.product form.cart button.plus,
.single-product div.product form.cart input[type="number"]{
height: 30px;
line-height: 30px;
width: 30px;
font-size:13px
}
.single_add_to_cart_button.button.alt, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit, .woocommerce button.button, .woocommerce input.button {
line-height: 30px;
min-width:70px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
padding: 0px 7.5px 0px 0px;
}
.woocommerce div.product .woocommerce-tabs .panel {
margin: 0 0 15px;
}
section.related.products h2, section.upsells.products h2 {
margin-bottom: 15px;
}
section.related.products ul.products {
padding: 7.5px 7.5px 0px 7.5px;
}
.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
width: 49%;
}
.wzta-list-grid-switcher a {
width: 30px;
height: 30px;
font-size: 15px;
line-height: 30px;
}
#shop-product-wrap select {
font-size: 12px;
line-height: 1.7em;
}
.wzta-ribbon-content-col1 h3 {
font-size: 16px;
line-height: 23px;
}
.cross-sells h2, .cart_totals h2 {
margin: 15px 0px;
}
.search-wrapper .container {
padding-top: 20px;
padding-bottom: 20px;
width: 100%;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register{
width:100%;
}
.woocommerce form .form-row input.input-text,.checkout .select2-container .select2-selection--single,.select2-container--default .select2-selection--single, .select2-container--default .select2-selection--single .select2-selection__rendered{
height:30px;
line-height:30px;
font-size:11px;
}
.woocommerce-checkout #place_order {
width: 100%;
font-size: 11px;
line-height: 1.6;
padding: 10px 10px;
}
.woocommerce-checkout h3#order_review_heading {
float: left;
width: 100%;
}
.woocommerce-billing-fields h3 {
margin: 0 0 10px;
}
.woocommerce #order_review table.shop_table thead th {
font-size: 13px;
letter-spacing: 1px;
padding: 10px;
}
.woocommerce #order_review table.shop_table td {
padding: 10px 10px;
font-size: 11px;
}
.woocommerce #order_review table.shop_table th {
border: none;
padding: 10px;
}
.woocommerce #order_review table.shop_table {
margin: 0 0 10px;
}
.woocommerce-checkout #payment ul.payment_methods li {
padding: 10px;
font-size: 11px;
}
#search-box input[type="text"], select#product_cat {
padding: 0px 10px;
font-size:11px;
}
.woocommerce ul.order_details {
margin: 0 0 0em;
}
.woocommerce ul.order_details li{
width:100%;
margin-bottom:10px;
border-right: 0;
}
.cs-1-3 .widget-cs-col1,
.cs-1-3 .widget-cs-col2,
.cs-1-3 .widget-cs-col3,
.cs-2-3 .widget-cs-col1,
.cs-2-3 .widget-cs-col2,
.cs-2-3 .widget-cs-col3,
.cs-3-3 .widget-cs-col1,
.cs-3-3 .widget-cs-col2,
.cs-3-3 .widget-cs-col3,
.cs-4-3 .widget-cs-col1,
.cs-4-3 .widget-cs-col2,
.cs-4-3 .widget-cs-col3 {
width: 100%;
padding: 0px 7.5px;
}
.cs-1-3 .widget-cs-col1,
.cs-1-3 .widget-cs-col2,
.cs-1-3 .widget-cs-col3,
.cs-1-2 .widget-cs-col1,
.cs-1-2 .widget-cs-col2,
.cs-2-3 .widget-cs-col1,
.cs-2-3 .widget-cs-col2,
.cs-2-3 .widget-cs-col3,
.cs-2-2 .widget-cs-col1,
.cs-2-2 .widget-cs-col2,
.cs-3-3 .widget-cs-col1,
.cs-3-3 .widget-cs-col2,
.cs-3-3 .widget-cs-col3,
.cs-3-2 .widget-cs-col1,
.cs-3-2 .widget-cs-col2,
.cs-4-3 .widget-cs-col1,
.cs-4-3 .widget-cs-col2,
.cs-4-3 .widget-cs-col3,
.cs-4-2 .widget-cs-col1,
.cs-4-2 .widget-cs-col2,
.cs-5-3 .widget-cs-col1,
.cs-5-3 .widget-cs-col2,
.cs-5-3 .widget-cs-col3,
.cs-5-2 .widget-cs-col1,
.cs-5-2 .widget-cs-col2 {
-webkit-box-flex: initial;
-webkit-flex: auto;
-moz-box-flex:auto;
-ms-flex:auto;
flex: auto;
width: 100%;
position: relative;
}
.cs-1-2 .widget,
.cs-1-3 .widget,
.cs-2-2 .widget,
.cs-2-3 .widget,
.cs-3-2 .widget,
.cs-3-3 .widget,
.cs-4-2 .widget,
.cs-4-3 .widget,
.cs-5-2 .widget,
.cs-5-3 .widget{
margin-bottom: 15px;
}
.cs-1-4 .widget-cs-col1,
.cs-1-4 .widget-cs-col2,
.cs-1-4 .widget-cs-col3,
.cs-1-4 .widget-cs-col4,
.cs-2-4 .widget-cs-col1,
.cs-2-4 .widget-cs-col2,
.cs-2-4 .widget-cs-col3,
.cs-2-4 .widget-cs-col4,
.cs-3-4 .widget-cs-col1,
.cs-3-4 .widget-cs-col2,
.cs-3-4 .widget-cs-col3,
.cs-3-4 .widget-cs-col4,
.cs-4-4 .widget-cs-col1,
.cs-4-4 .widget-cs-col2,
.cs-4-4 .widget-cs-col3,
.cs-4-4 .widget-cs-col4 {
width: 50%;
} .wzta-service-post {
width:100%;
margin-right:0%;
}
.wzta-content-area {
padding: 30px 0;
}
.wzta-founder .wzta-founder-wrapper {
margin-right: auto;
}
.wzta-page-top-title, .wzta-founder-title {
font-size: 21px;
line-height: 32px;
}
.counter-content {
width: 49%;
padding: 10px;
}
.counter-content:nth-of-type(2n+2) {
margin-right: 0;
}
.wzta-team.wzta-four .wzta-team-post {
width: 49%;
}
.wzta-team.wzta-four .wzta-team-post:nth-of-type(2n+2) {
margin-right: 0;
}
.wzta-team-heading {
padding: 8px 0;
}
.wzta-team-name {
font-size: 18px;
}
.wzta-team-social li {
width: 38px;
height: 38px;
line-height: 38px;
}
.accordion-wrapper{
width:100%;
margin-top:30px;
margin-bottom:30px;
}
.wzta-accordion .ac > .ac-q {
font-size: 15px;
line-height: 21px;
}   #royal-shop-mobile-bar{
position: fixed;
z-index: 999999;
width: 100%;
min-width: 100%;
min-height: 35px;
bottom: 0;
left: 0;
right: 0;
box-shadow: 0px 0px 5px rgba(0,0,0,.2);
opacity: 0;
transition: opacity 0.3s, visibility 0.2s;
visibility: hidden;
display:block;
}
#royal-shop-mobile-bar.active {
opacity: 1;
transition: opacity 0.2s, visibility 0.3s;
visibility: visible;
}
#royal-shop-mobile-bar ul{
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin: 0;
background: #FFF;
padding: 9px 0;
}
#royal-shop-mobile-bar,#royal-shop-mobile-bar li{
margin: 0;
padding: 0;
box-sizing: border-box;
}
#royal-shop-mobile-bar li{
list-style: none;
-webkit-box-flex: 1;
-ms-flex: 1 0;
flex: 1 0;
}
#royal-shop-mobile-bar a{
background: transparent;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
height: 100%;
padding: 0;
color: #111;
height: auto;
line-height: 52px;
transition: .3s;
font-size: 18px;
}
#royal-shop-mobile-bar .cart-content{
display:none;
}
#royal-shop-mobile-bar .cart-contents i{
color: #111;
font-size: initial;
}
#move-to-top {
right: 21px;
bottom: 70px;
}
#royal-shop-mobile-bar .account-text{
display:none;
}
.cart-icon {
margin-left: 0;
}
.wzta-slide.wzta-brand .owl-nav{
display: none;
} .wcfm-dashboard-page .media-frame-toolbar{
bottom: 125px;
}
.product-slide-one-widget .widget-content-wrap{
display: none;
}
.product-slide-one-widget .slide-wrap{
width: 100%;
padding-left: 0;
} .wzta-vertical-cat-tab2 .wzta-heading-wrap,
.wzta-vertical-cat-tab2 .content-wrap{
width: 100%;
}
.wzta-vertical-cat-tab2 .wzta-heading-wrap{
flex-direction: initial;
}
.wzta-vertical-cat-tab .desktop-view-tab-head{
display: none;
}
.wzta-vertical-cat-tab .resp-view-tab-head{
padding-bottom: 7.5px;
display: block;
}
.wzta-vertical-cat-tab .wzta-heading-wrap .wzta-heading{
border: 0;
padding: 7.5px;
}
.wzta-vertical-cat-tab .wzta-heading-wrap{
border: 0;
}
.royal_shopproshowprd_one .owl-carousel .owl-nav,
.royal_shopproshowprd_three .owl-carousel .owl-nav{
display: none;
}
.wzta-highlight-col{
padding: 10px;
}
.wzta-ribbon-content{
width: 100%;
}
.wzta-ribbon-content-col3{
display: none;
}
}
@media screen and (max-width:550px){
.sidebar-content-area {
width: 100%;
max-width: 100%;
}
.widget-footer-col1,.widget-footer-col2,.widget-footer-col3,.widget-footer-col4{
margin:7.5px 0px
}
.thnk-col-4 .widget-footer-col1,
.thnk-col-4 .widget-footer-col2,
.thnk-col-4 .widget-footer-col3,
.thnk-col-4 .widget-footer-col4,
.thnk-col-3 .widget-footer-col1,
.thnk-col-3 .widget-footer-col2,
.thnk-col-3 .widget-footer-col3,
.thnk-col-2 .widget-footer-col1,
.thnk-col-2 .widget-footer-col2,
.thnk-col-3-1-2 .widget-footer-col1,
.thnk-col-3-1-2 .widget-footer-col2,
.thnk-col-3-1-2 .widget-footer-col3,
.thnk-col-3-2-1-2 .widget-footer-col1,
.thnk-col-3-2-1-2 .widget-footer-col2,
.thnk-col-3-2-1-2 .widget-footer-col3,
.thnk-col-2-1-2 .widget-footer-col1,
.thnk-col-2-1-2 .widget-footer-col2,
.thnk-col-2-2-1 .widget-footer-col1,
.thnk-col-2-2-1 .widget-footer-col2{
width:100%;
}
}
@media screen and (max-width: 350px){
.below-header-col2 {
width: 36%;
}
}
.widget-footer .widget ul li {
margin: 1em 0;
}
.wc-block-grid.has-5-columns .wc-block-grid__product {
font-size: 1em!important;
}
input.wpcf7-submit {
background: #637c36;
color: white;
padding: .5em 1em;
cursor: pointer;
border: none;
border-radius: 5px;
}
input.wpcf7-submit:hover {
opacity: .9;
}
textarea.wpcf7-textarea {
height: 10em;
}
.search-form-top {
margin-right: 1em;
}
.search-mobile, form#searchform {
display: none!important;
}
.ajax-search-mobile {
position: absolute;
top: 10px;
right: 0;
width: 50%;
}
img.flag {
border: 1px solid #EBEBEB;
}
.flag-top {
position: absolute;
top: 160px;
right: 20px;
z-index: 1000;
}
@media screen and (max-width: 1024px) {
.top-header-bar {
display: none;
}
.header-icon a i, .cart-contents i {
font-size: 40px;
}
.cart-contents i {
margin-left: 10px;
}
.search-mobile {
position: absolute;
top: 10px;
right: 10px;
display: block;
min-width: 50%;
}
.flag-top {
position: absolute;
top: 160px;
right: 20px;
}
.main-header-col3 {
width: 75%;
}
}
@media screen and (max-width: 1024px) {
.wzta-product-cat-list li ul li li a {
padding-left: 80px!important;
}
}
.block {
background: #f3e398;
padding: 1em;
border-radius: 3px;
margin: 0 0 2em 0;
}
.block h2 {
margin-bottom: 1em;
font-weight: normal;
}
.block h3 {
font-weight: normal;
}
.alert_container {
border: 1px solid gray;
padding: .5em;
}
.alert_container .registered_message {
color: green;
}
.stock_alert_email {
max-width: 70%;
}
.stock_alert_button {
padding: .5em 1em;
}
.stock_notifier-subscribe-form  {
border: 1px solid blue;
padding: 10px 10px 5px 10px;
margin: 20px 0 20px 0;
}
.stock_notifier-subscribe-form p, .stock_notifier-subscribe-form .registered_message {
font-style: italic;
color: gray;
}
.variable-instock {
background: #a3f49a;
}
.variable-outofstock {
background: gray;
color: #dbdbdb;
text-decoration: line-through;
padding: 0 50px 0 5px!important;
background: gray url(https://rostlinkarna.cz/wp-content/uploads/2024/09/notificace-e-mail_45.png) no-repeat right center;
} .checkout input.input-text {
color: black;
}
.woocommerce table.shop_table td {
text-transform: none;
}
.checkout-button.wc-forward, #place_order {
font-size: 20px!important;
}
.checkout-button.wc-forward {
margin: 1em 0!important;
padding: 1em 2em!important;
}
button.single_add_to_cart_button {
margin-top: 0!important;
}
.large-9 {
width: 74%;
float: left;
}
.large-3 {
width: 22%;
float: right;
}
.single-clenska-sekce #jp-relatedposts {
display: none!important;
}
.clenska-sekce h1.entry-title {
font-size: 15px;
font-weight: normal;
}
.clenska-sekce-menu ul li {
display: block;
margin: 0;
padding: 0;
}
.clenska-sekce-menu ul li a{
display: block;
margin: .5em 0;
padding: .2em 0;
}
.clenska-sekce-menu ul li a span {
color: blue;
}
.stock-notifier-subscribe-form {
border: 1px solid blue;
padding: .5em;
}
button.stock-manager-button {
padding: .5em;
}
.widget-footer-col3 .widget_block input.mailpoet_submit {
cursor: pointer;
padding: .5em 1em;
border-radius: 9999px;
background: #32373c;
color: white;
}
.widget-footer-col3 .widget_block input.mailpoet_submit:hover {
color: #4b6981;
}
.doruceni {
margin: 1em 0;
}
.doruceni h3 {
font-size: 15px;
font-weight: normal;
color: #4b6981;
}
.doruceni ul li {
font-size: 14px;
color: #4b6981;
}
.wfg-gift-item {
width: 100%!important;
}
.wfg-title > img {
display: none!important;
}
img.emoji {
max-width: 25px;
max-height: 25px;
}
.wfg-gift-item label {
cursor: pointer;
}
@media screen and (min-width: 769px) {
td.product-name dl.variation {
margin: 0 0 0 10px;
}
}
.wfg-gifts .wfg-actions {
display: flex;
justify-content: center;
margin: 30px;
}
@media screen and (max-width: 648px) {
.wfg-popup {
max-width: 100%!important;
left: 0!important;
}
}
.woocommerce-cart-form__contents td.actions button {
margin-bottom: 10px;
}
.woocommerce table.shop_table {
border-bottom: 1px solid #eaeaea!important;
}
#pwgc-redeem-gift-card-container {
margin-bottom: 2em!important;
}
#pwgc-redeem-gift-card-form label {
font-weight: bold;
display: block;
}
.term-description {
margin: 2em 0;
}
p.woocommerce-result-count {
color: #4B6981;
font-weight: bold; 
}
.page-description a, .term-description a {
text-decoration: underline;
}
.term-description p {
margin: 0 0 2em 0;
}
.woocommerce-variation-availability .doruceni:nth-child(2) {
display: none;
}
#shop-product-wrap {
margin-top: 2em;
}
body.search-results .wzta-post-img img {
max-width: 150px;
}
.summary a, .woocommerce-tabs a {
text-decoration: underline;
}
.adulto img {
float: left;
margin: 0 10px 10px 0;
}
.adulto p {
color: #FA0002;
}
.woocommerce-checkout #payment ul.payment_methods li img{
width: 100px;
}