.fa-lg {
    font-size: 1.33333333em;
    line-height: .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: relativ;
    }

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center;
}

    .fa-li.fa-lg {
        left: -1.85714286em;
    }

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    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;
}

@-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: #fff;
}

.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-themeisle:before {
    content: "\f2b2"
}

.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
}

table td, table th {
    text-align: center
}

iframe, pre {
    max-width: 100%
}

blockquote, h5 {
    line-height: 1.125em
}

blockquote, h1, h2, h5 {
    letter-spacing: -.01em
}

.mkdf-content, .mkdf-wrapper, blockquote, sub, sup {
    position: relative
}

#mkdf-back-to-top, .mkdf-owl-slider {
    visibility: hidden
}

.mkdf-fullscreen-menu-opener.mkdf-fullscreen-menu-opener-svg-path span path, .mkdf-fullscreen-menu-opener.mkdf-fullscreen-menu-opener-svg-path span > *, .mkdf-fullscreen-search-holder .mkdf-search-close.mkdf-search-close-svg-path path, .mkdf-fullscreen-search-holder .mkdf-search-close.mkdf-search-close-svg-path > *, .mkdf-fullscreen-search-holder .mkdf-search-submit.mkdf-search-submit-svg-path path, .mkdf-fullscreen-search-holder .mkdf-search-submit.mkdf-search-submit-svg-path > *, .mkdf-mobile-header .mkdf-mobile-menu-opener.mkdf-mobile-menu-opener-svg-path .mkdf-mobile-menu-icon path, .mkdf-mobile-header .mkdf-mobile-menu-opener.mkdf-mobile-menu-opener-svg-path .mkdf-mobile-menu-icon > *, .mkdf-search-cover .mkdf-search-close.mkdf-search-close-svg-path path, .mkdf-search-cover .mkdf-search-close.mkdf-search-close-svg-path > *, .mkdf-search-opener.mkdf-search-opener-svg-path .mkdf-search-opener-wrapper path, .mkdf-search-opener.mkdf-search-opener-svg-path .mkdf-search-opener-wrapper > *, .mkdf-side-menu a.mkdf-close-side-menu.mkdf-close-side-menu-svg-path path, .mkdf-side-menu a.mkdf-close-side-menu.mkdf-close-side-menu-svg-path > *, .mkdf-side-menu-button-opener.mkdf-side-menu-button-opener-svg-path .mkdf-side-menu-icon path, .mkdf-side-menu-button-opener.mkdf-side-menu-button-opener-svg-path .mkdf-side-menu-icon > *, .mkdf-slide-from-header-bottom-holder .mkdf-form-holder .mkdf-search-submit.mkdf-search-submit-svg-path path, .mkdf-slide-from-header-bottom-holder .mkdf-form-holder .mkdf-search-submit.mkdf-search-submit-svg-path > * {
    fill: currentColor;
    stroke: currentColor
}

.fp-enabled body, .mkdf-owl-slider, .mkdf-owl-slider .owl-item, html.fp-enabled {
    -webkit-tap-highlight-color: transparent
}

a, abbr, acronym, address, applet, b, big, blockquote, body, caption, center, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, i, iframe, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, var {
    background: 0 0;
    border: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    outline: 0
}

body, pre {
    background-color: #fff
}

a img, table {
    border: none
}

ol, pre, ul {
    margin: 15px 0
}

article, aside, details, figcaption, figure, footer, header, nav, section {
    display: block
}

del {
    text-decoration: line-through
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    vertical-align: middle;
    width: 100%
}

    table th {
        border: 0;
        padding: 5px 7px
    }

    table td {
        padding: 5px 10px
    }

.wp-caption, img {
    max-width: 100%;
    height: auto
}

.clearfix:after, .clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.clear:after {
    clear: both;
    content: "";
    display: block
}

html {
    overflow-y: scroll !important
}

body {
    font-size: 15px;
    line-height: 26px;
    color: #8f9093;
    overflow-x: hidden !important;
    -webkit-font-smoothing: antialiased
}

h1 {
    font-size: 50px;
    line-height: 1.18em
}

h2 {
    font-size: 40px;
    line-height: .95em
}

h3 {
    font-size: 30px;
    line-height: 1.4em
}

h4 {
    font-size: 26px;
    line-height: 1.15em
}

h5 {
    font-size: 24px
}

h6 {
    font-size: 21px;
    line-height: 1.14em;
    letter-spacing: .01em
}

h1, h2, h3, h4, h5, h6 {
    margin: 20px 0;
    color: #32355d;
    font-weight: 400
}

    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
        color: inherit;
        font-size: inherit;
        font-weight: inherit;
        font-style: inherit;
        line-height: inherit;
        letter-spacing: inherit;
        text-transform: inherit
    }

        a:hover, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, p a:hover {
            color: #ff6f96
        }

a, p a {
    color: #32355d;
    text-decoration: none;
    -webkit-transition: color .2s ease-out;
    -moz-transition: color .2s ease-out;
    transition: color .2s ease-out
}

p {
    margin: 10px 0
}

input[type=submit] {
    -webkit-appearance: none
}

ol, ul {
    list-style-position: inside
}

    ol ol, ol ul, ul ol, ul ul {
        margin: 0;
        padding: 0 0 0 15px
    }

pre {
    padding: 15px;
    white-space: pre-wrap;
    word-wrap: break-word
}

dt {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px
}

dd {
    margin-bottom: 15px
}

sub, sup {
    font-size: 75%;
    height: 0;
    line-height: 0;
    vertical-align: baseline
}

sub {
    top: .5ex
}

sup {
    bottom: .5ex
}

.wp-caption-text {
    margin: 0;
    font-style: italic
}

table tbody tr, table thead tr {
    border: 1px solid #c9c9c9
}

table tbody th {
    border-right: 1px solid #c9c9c9
}

blockquote {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    margin: 10px 0;
    padding: 0 0 0 5px;
    color: #9ad8d3;
    font-size: 24px;
    quotes: none;
    box-sizing: border-box
}

    blockquote > * {
        color: inherit;
        font-size: inherit;
        font-weight: inherit;
        font-style: inherit;
        line-height: inherit;
        letter-spacing: inherit;
        text-transform: inherit;
        margin: 0;
        display: inline
    }

    blockquote cite {
        font-style: normal;
        font-weight: 400
    }

::selection {
    background: #ff6f96;
    color: #fff
}

::-moz-selection {
    background: #ff6f96;
    color: #fff
}

.bypostauthor, .gallery-caption, .sticky, .wp-caption, .wp-caption-text {
    opacity: 1
}

.alignleft {
    display: inline;
    float: left;
    margin: 0 20px 20px 0
}

.alignright {
    display: inline;
    float: right;
    margin: 0 0 20px 20px
}

.aligncenter {
    clear: both;
    display: block;
    margin: 10px auto
}

.text-align-right {
    text-align: right
}

.text-align-left {
    text-align: left
}

.text-align-center {
    text-align: center
}

.mkdf-wrapper {
    left: 0;
    z-index: 1000;
    -webkit-transition: left .33s cubic-bezier(.694,.0482,.335,1);
    -moz-transition: left .33s cubic-bezier(.694,.0482,.335,1);
    transition: left .33s cubic-bezier(.694,.0482,.335,1)
}

    .mkdf-wrapper .mkdf-wrapper-inner {
        width: 100%;
        overflow: hidden;
        direction: ltr;
    }

.mkdf-content {
    margin-top: 0;
    z-index: 100;
    background-color: #fff
}

.mkdf-content-background-theme-default .mkdf-content {
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat
}

.mkdf-content-background-pattern .mkdf-content {
    background-repeat: repeat
}

.mkdf-content-background-full-image .mkdf-content {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

.mkdf-boxed {
    overflow: hidden !important
}

    .mkdf-boxed .mkdf-wrapper {
        display: inline-block;
        vertical-align: middle;
        width: 100%
    }

.touch .mkdf-boxed .mkdf-wrapper {
    background-repeat: repeat
}

.mkdf-boxed .mkdf-wrapper .mkdf-wrapper-inner {
    width: 1200px;
    overflow: visible;
    margin: auto
}

.mkdf-smooth-transition-loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2000;
    background-color: #fff
}

.mkdf-container, .mkdf-full-width {
    z-index: 100;
    position: relative
}

.mkdf-container {
    padding: 0;
    width: 100%
}

    .mkdf-container:after {
        clear: both
    }

.mkdf-rev-has-paspartu, .mkdf-vertical-align-containers .mkdf-position-center-inner, .mkdf-vertical-align-containers .mkdf-position-left-inner, .mkdf-vertical-align-containers .mkdf-position-right-inner {
    display: inline-block;
    vertical-align: middle
}

.mkdf-container-inner {
    width: 1100px;
    margin: 0 auto;
    box-sizing: border-box
}

.mkdf-content .mkdf-content-inner > .mkdf-container > .mkdf-container-inner, .mkdf-content .mkdf-content-inner > .mkdf-full-width > .mkdf-full-width-inner {
    padding-top: 40px;
    padding-bottom: 40px
}

@media only screen and (min-width:1480px) {
    .mkdf-grid-1300 .mkdf-container-inner, .mkdf-grid-1300 .mkdf-grid, .mkdf-grid-1300 .mkdf-row-grid-section {
        width: 1300px
    }

    .mkdf-grid-1300.mkdf-boxed .mkdf-footer-inner, .mkdf-grid-1300.mkdf-boxed .mkdf-wrapper-inner {
        width: 1400px
    }

    .mkdf-grid-1300.mkdf-boxed .mkdf-page-header .mkdf-fixed-wrapper.fixed, .mkdf-grid-1300.mkdf-boxed .mkdf-page-header .mkdf-sticky-header {
        width: 1400px;
        left: auto
    }
}

@media only screen and (min-width:1367px) {
    .mkdf-grid-1200 .mkdf-container-inner, .mkdf-grid-1200 .mkdf-grid, .mkdf-grid-1200 .mkdf-row-grid-section {
        width: 1200px
    }

    .mkdf-grid-1200.mkdf-boxed .mkdf-footer-inner, .mkdf-grid-1200.mkdf-boxed .mkdf-wrapper-inner {
        width: 1300px
    }

    .mkdf-grid-1200.mkdf-boxed .mkdf-page-header .mkdf-fixed-wrapper.fixed, .mkdf-grid-1200.mkdf-boxed .mkdf-page-header .mkdf-sticky-header {
        width: 1300px;
        left: auto
    }

    .mkdf-blog-list-holder.mkdf-bl-boxed.mkdf-bl-five-columns .mkdf-bl-item:nth-child(5n+1) {
        clear: both
    }
}

@media only screen and (min-width:1200px) {
    .mkdf-grid-1000 .mkdf-container-inner, .mkdf-grid-1000 .mkdf-grid, .mkdf-grid-1000 .mkdf-row-grid-section {
        width: 1000px
    }

    .mkdf-grid-1000.mkdf-boxed .mkdf-footer-inner, .mkdf-grid-1000.mkdf-boxed .mkdf-wrapper-inner {
        width: 1100px
    }

    .mkdf-grid-1000.mkdf-boxed .mkdf-page-header .mkdf-fixed-wrapper.fixed, .mkdf-grid-1000.mkdf-boxed .mkdf-page-header .mkdf-sticky-header {
        width: 1100px;
        left: auto
    }
}

@media only screen and (min-width:1024px) {
    .mkdf-grid-800 .mkdf-container-inner, .mkdf-grid-800 .mkdf-grid, .mkdf-grid-800 .mkdf-row-grid-section {
        width: 800px
    }

    .mkdf-grid-800.mkdf-boxed .mkdf-footer-inner, .mkdf-grid-800.mkdf-boxed .mkdf-wrapper-inner {
        width: 900px
    }

    .mkdf-grid-800.mkdf-boxed .mkdf-page-header .mkdf-fixed-wrapper.fixed, .mkdf-grid-800.mkdf-boxed .mkdf-page-header .mkdf-sticky-header {
        width: 900px;
        left: auto
    }
}

@-webkit-keyframes preload-background {
    from {
        background-position: 0 0
    }

    to {
        background-position: 100% 0
    }
}

@keyframes preload-background {
    from {
        background-position: 0 0
    }

    to {
        background-position: 100% 0
    }
}

.mkdf-grid {
    width: 1100px;
    margin: 0 auto
}

.mkdf-vertical-align-containers {
    position: relative;
    height: 100%;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box
}

.mkdf-parallax-row-holder, .vc_row .wpb_gmaps_widget .wpb_wrapper {
    padding: 0;
    background-color: transparent
}

.mkdf-vertical-align-containers.mkdf-25-50-25 .mkdf-position-left, .mkdf-vertical-align-containers.mkdf-25-50-25 .mkdf-position-right {
    width: 25%
}

.mkdf-vertical-align-containers.mkdf-25-50-25 .mkdf-position-center {
    width: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%)
}

.mkdf-vertical-align-containers.mkdf-33-33-33 .mkdf-position-center, .mkdf-vertical-align-containers.mkdf-33-33-33 .mkdf-position-left, .mkdf-vertical-align-containers.mkdf-33-33-33 .mkdf-position-right {
    width: 33.33%
}

.mkdf-vertical-align-containers.mkdf-33-33-33 .mkdf-position-center {
    width: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%)
}

.mkdf-vertical-align-containers.mkdf-50-50 .mkdf-position-left, .mkdf-vertical-align-containers.mkdf-50-50 .mkdf-position-right {
    width: 50%
}

.mkdf-vertical-align-containers.mkdf-33-66 .mkdf-position-left {
    width: 33.33%
}

.mkdf-vertical-align-containers.mkdf-33-66 .mkdf-position-right, .mkdf-vertical-align-containers.mkdf-66-33 .mkdf-position-left {
    width: 66.66%
}

.mkdf-vertical-align-containers.mkdf-66-33 .mkdf-position-right {
    width: 33.33%
}

.mkdf-vertical-align-containers .mkdf-position-left {
    position: relative;
    float: left;
    z-index: 2;
    height: 100%
}

.mkdf-vertical-align-containers .mkdf-position-center {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    text-align: center;
    z-index: 1
}

.mkdf-vertical-align-containers .mkdf-position-right {
    position: relative;
    float: right;
    z-index: 2;
    height: 100%;
    text-align: right
}

.mkdf-content-aligment-left, .mkdf-fullscreen-sidebar .widget .mkdf-widget-title-holder .mkdf-widget-title, .mkdf-fullscreen-sidebar .widget.mkdf-blog-list-widget .mkdf-blog-list-holder .mkdf-bli-content {
    text-align: left
}

.mkdf-vertical-align-containers .mkdf-position-right.mkdf-has-widget .mkdf-position-right-inner {
    height: 100%
}

.mkdf-vertical-align-containers .mkdf-position-center:before, .mkdf-vertical-align-containers .mkdf-position-left:before, .mkdf-vertical-align-containers .mkdf-position-right:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    margin-right: 0
}

.last_toggle_el_margin, .wpb_button, .wpb_content_element, .wpb_row, ul.wpb_thumbnails-fluid > li {
    margin-bottom: 0 !important
}

.mkdf-row-grid-section {
    position: relative;
    width: 1100px;
    margin: 0 auto;
    z-index: 20
}

.mkdf-content-aligment-center {
    text-align: center
}

.mkdf-content-aligment-right {
    text-align: right
}

.mkdf-parallax-row-holder {
    position: static;
    background-repeat: no-repeat;
    background-position: center 0;
    background-attachment: fixed;
    overflow: hidden
}

@media only screen and (max-width:1024px) {
    .mkdf-disabled-bg-image-bellow-1024 {
        background-image: none !important
    }

    .mkdf-parallax-row-holder {
        height: auto !important;
        min-height: 200px !important;
        background-position: center top !important;
        background-attachment: scroll;
        background-size: cover
    }
}

.mkdf-rev-has-paspartu {
    position: relative;
    width: 100%;
    height: 100vh;
    margin: 0;
    box-sizing: border-box
}

.admin-bar .mkdf-rev-has-paspartu {
    height: calc(100vh - 32px)
}

.mkdf-rev-has-paspartu.mkdf-side-paspartu-disabled {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.mkdf-rev-has-paspartu.mkdf-paspartu-tiny {
    padding: 10px
}

    .mkdf-rev-has-paspartu.mkdf-paspartu-tiny.mkdf-top-paspartu-disabled {
        padding-top: 0
    }

        .mkdf-rev-has-paspartu.mkdf-paspartu-tiny.mkdf-top-paspartu-disabled .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer {
            height: calc(100vh - 10px) !important
        }

.admin-bar .mkdf-rev-has-paspartu.mkdf-paspartu-tiny.mkdf-top-paspartu-disabled .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer {
    height: calc(100vh - 42px) !important
}

.mkdf-rev-has-paspartu.mkdf-paspartu-tiny .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer {
    height: calc(100vh - 20px) !important
}

.admin-bar .mkdf-rev-has-paspartu.mkdf-paspartu-tiny .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer {
    height: calc(100vh - 52px) !important
}

.mkdf-rev-has-paspartu.mkdf-paspartu-small {
    padding: 20px
}

    .mkdf-rev-has-paspartu.mkdf-paspartu-small.mkdf-top-paspartu-disabled {
        padding-top: 0
    }

        .mkdf-rev-has-paspartu.mkdf-paspartu-small.mkdf-top-paspartu-disabled .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer {
            height: calc(100vh - 20px) !important
        }

.admin-bar .mkdf-rev-has-paspartu.mkdf-paspartu-small.mkdf-top-paspartu-disabled .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer {
    height: calc(100vh - 52px) !important
}

.mkdf-rev-has-paspartu.mkdf-paspartu-small .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer {
    height: calc(100vh - 40px) !important
}

.admin-bar .mkdf-rev-has-paspartu.mkdf-paspartu-small .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer {
    height: calc(100vh - 72px) !important
}

.mkdf-rev-has-paspartu.mkdf-paspartu-normal {
    padding: 30px
}

    .mkdf-rev-has-paspartu.mkdf-paspartu-normal.mkdf-top-paspartu-disabled {
        padding-top: 0
    }

        .mkdf-rev-has-paspartu.mkdf-paspartu-normal.mkdf-top-paspartu-disabled .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer {
            height: calc(100vh - 30px) !important
        }

.admin-bar .mkdf-rev-has-paspartu.mkdf-paspartu-normal.mkdf-top-paspartu-disabled .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer {
    height: calc(100vh - 62px) !important
}

.mkdf-rev-has-paspartu.mkdf-paspartu-normal .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer {
    height: calc(100vh - 60px) !important
}

.admin-bar .mkdf-rev-has-paspartu.mkdf-paspartu-normal .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer {
    height: calc(100vh - 92px) !important
}

@media only screen and (max-width:680px) {
    .mkdf-disabled-bg-image-bellow-680 {
        background-image: none !important
    }

    .mkdf-rev-has-paspartu.mkdf-paspartu-normal {
        padding: 20px
    }

        .mkdf-rev-has-paspartu.mkdf-paspartu-normal.mkdf-top-paspartu-disabled {
            padding-top: 0
        }

            .mkdf-rev-has-paspartu.mkdf-paspartu-normal.mkdf-top-paspartu-disabled .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer {
                height: calc(100vh - 20px) !important
            }

    .admin-bar .mkdf-rev-has-paspartu.mkdf-paspartu-normal.mkdf-top-paspartu-disabled .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer {
        height: calc(100vh - 52px) !important
    }

    .mkdf-rev-has-paspartu.mkdf-paspartu-normal .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer {
        height: calc(100vh - 40px) !important
    }

    .admin-bar .mkdf-rev-has-paspartu.mkdf-paspartu-normal .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer {
        height: calc(100vh - 72px) !important
    }
}

.mkdf-rev-has-paspartu.mkdf-paspartu-large {
    padding: 50px
}

    .mkdf-rev-has-paspartu.mkdf-paspartu-large.mkdf-top-paspartu-disabled {
        padding-top: 0
    }

        .mkdf-rev-has-paspartu.mkdf-paspartu-large.mkdf-top-paspartu-disabled .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer {
            height: calc(100vh - 50px) !important
        }

.admin-bar .mkdf-rev-has-paspartu.mkdf-paspartu-large.mkdf-top-paspartu-disabled .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer {
    height: calc(100vh - 82px) !important
}

.mkdf-rev-has-paspartu.mkdf-paspartu-large .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer {
    height: calc(100vh - 100px) !important
}

.admin-bar .mkdf-rev-has-paspartu.mkdf-paspartu-large .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer {
    height: calc(100vh - 132px) !important
}

@media only screen and (max-width:680px) {
    .mkdf-rev-has-paspartu.mkdf-paspartu-large {
        padding: 20px
    }

        .mkdf-rev-has-paspartu.mkdf-paspartu-large.mkdf-top-paspartu-disabled {
            padding-top: 0
        }

            .mkdf-rev-has-paspartu.mkdf-paspartu-large.mkdf-top-paspartu-disabled .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer {
                height: calc(100vh - 20px) !important
            }

    .admin-bar .mkdf-rev-has-paspartu.mkdf-paspartu-large.mkdf-top-paspartu-disabled .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer {
        height: calc(100vh - 52px) !important
    }

    .mkdf-rev-has-paspartu.mkdf-paspartu-large .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer {
        height: calc(100vh - 40px) !important
    }

    .admin-bar .mkdf-rev-has-paspartu.mkdf-paspartu-large .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer {
        height: calc(100vh - 72px) !important
    }
}

.mkdf-rev-has-paspartu .forcefullwidth_wrapper_tp_banner {
    width: 100% !important;
    left: 0 !important
}

    .mkdf-rev-has-paspartu .forcefullwidth_wrapper_tp_banner .rev_slider_wrapper {
        left: 0 !important;
        width: 100% !important;
        height: 100% !important
    }

    .mkdf-rev-has-paspartu .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer {
        height: 100vh !important
    }

.admin-bar .mkdf-rev-has-paspartu .forcefullwidth_wrapper_tp_banner .tp-fullwidth-forcer {
    height: calc(100vh - 32px) !important
}

.screen-reader-text {
    position: absolute !important;
    height: 0;
    width: 1px;
    overflow: hidden;
    clip: rect(1px,1px,1px,1px);
    word-wrap: normal !important
}

    .screen-reader-text:focus {
        display: block;
        top: 5px;
        left: 5px;
        width: auto;
        height: auto;
        padding: 15px 23px 14px;
        color: #21759b;
        font-size: 14px;
        font-weight: 700;
        line-height: normal;
        text-decoration: none;
        background-color: #f1f1f1;
        border-radius: 3px;
        box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
        clip: auto !important;
        z-index: 100000
    }

@media only screen and (min-width:681px) {
    .mkdf-two-columns-form-without-space {
        display: table
    }

        .mkdf-two-columns-form-without-space .mkdf-column-left {
            display: table-cell;
            width: 99%;
            vertical-align: top
        }

        .mkdf-two-columns-form-without-space .mkdf-column-right {
            display: table-cell;
            width: 1%;
            text-align: left;
            vertical-align: top
        }

            .mkdf-two-columns-form-without-space .mkdf-column-right .mkdf-btn.mkdf-btn-icon {
                white-space: nowrap
            }

    .mkdf-two-columns-form-with-space {
        display: table
    }

        .mkdf-two-columns-form-with-space .mkdf-column-left {
            display: table-cell;
            width: 99%;
            vertical-align: top;
            padding: 0 10px 0 0;
            box-sizing: border-box
        }

        .mkdf-two-columns-form-with-space .mkdf-column-right {
            display: table-cell;
            width: 1%;
            text-align: left;
            vertical-align: top;
            padding: 0 0 0 10px;
            box-sizing: border-box
        }

            .mkdf-two-columns-form-with-space .mkdf-column-right .mkdf-btn.mkdf-btn-icon {
                white-space: nowrap
            }
}

.mkdf-grid-col-10:after, .mkdf-grid-col-10:before, .mkdf-grid-col-11:after, .mkdf-grid-col-11:before, .mkdf-grid-col-12:after, .mkdf-grid-col-12:before, .mkdf-grid-col-1:after, .mkdf-grid-col-1:before, .mkdf-grid-col-2:after, .mkdf-grid-col-2:before, .mkdf-grid-col-3:after, .mkdf-grid-col-3:before, .mkdf-grid-col-4:after, .mkdf-grid-col-4:before, .mkdf-grid-col-5:after, .mkdf-grid-col-5:before, .mkdf-grid-col-7:after, .mkdf-grid-col-7:before, .mkdf-grid-col-8:after, .mkdf-grid-col-8:before, .mkdf-grid-col-9:after, .mkdf-grid-col-9:before, .mkdf-grid-row:after, .mkdf-grid-row:before {
    content: " ";
    display: table
}

.mkdf-no-space.mkdf-disable-bottom-space {
    margin-bottom: 0
}

.mkdf-no-space .mkdf-outer-space {
    margin: 0
}

    .mkdf-no-space .mkdf-outer-space .mkdf-item-space {
        padding: 0;
        margin: 0
    }

.mkdf-no-space.mkdf-disable-item-bottom-space .mkdf-item-space {
    margin: 0
}

.mkdf-tiny-space.mkdf-disable-bottom-space {
    margin-bottom: -10px
}

.mkdf-tiny-space .mkdf-outer-space {
    margin: 0 -5px
}

    .mkdf-tiny-space .mkdf-outer-space .mkdf-item-space {
        padding: 0 5px;
        margin: 0 0 10px
    }

.mkdf-tiny-space.mkdf-disable-item-bottom-space .mkdf-item-space {
    margin: 0
}

.mkdf-small-space.mkdf-disable-bottom-space {
    margin-bottom: -20px
}

.mkdf-small-space .mkdf-outer-space {
    margin: 0 -10px
}

    .mkdf-small-space .mkdf-outer-space .mkdf-item-space {
        padding: 0 10px;
        margin: 0 0 20px
    }

.mkdf-small-space.mkdf-disable-item-bottom-space .mkdf-item-space {
    margin: 0
}

.mkdf-normal-space.mkdf-disable-bottom-space {
    margin-bottom: -30px
}

.mkdf-normal-space .mkdf-outer-space {
    margin: 0 -15px
}

    .mkdf-normal-space .mkdf-outer-space .mkdf-item-space {
        padding: 0 15px;
        margin: 0 0 30px
    }

.mkdf-normal-space.mkdf-disable-item-bottom-space .mkdf-item-space {
    margin: 0
}

.mkdf-medium-space.mkdf-disable-bottom-space {
    margin-bottom: -40px
}

.mkdf-medium-space .mkdf-outer-space {
    margin: 0 -20px
}

    .mkdf-medium-space .mkdf-outer-space .mkdf-item-space {
        padding: 0 20px;
        margin: 0 0 40px
    }

.mkdf-medium-space.mkdf-disable-item-bottom-space .mkdf-item-space {
    margin: 0
}

.mkdf-large-space.mkdf-disable-bottom-space {
    margin-bottom: -50px
}

.mkdf-large-space .mkdf-outer-space {
    margin: 0 -25px
}

    .mkdf-large-space .mkdf-outer-space .mkdf-item-space {
        padding: 0 25px;
        margin: 0 0 50px
    }

.mkdf-large-space.mkdf-disable-item-bottom-space .mkdf-item-space {
    margin: 0
}

.mkdf-huge-space.mkdf-disable-bottom-space {
    margin-bottom: -80px
}

.mkdf-huge-space .mkdf-outer-space {
    margin: 0 -40px
}

    .mkdf-huge-space .mkdf-outer-space .mkdf-item-space {
        padding: 0 40px;
        margin: 0 0 80px
    }

.mkdf-huge-space.mkdf-disable-item-bottom-space .mkdf-item-space {
    margin: 0
}

.mkdf-grid-row {
    margin-left: -15px;
    margin-right: -15px
}

    .mkdf-grid-row:after {
        clear: both
    }

.mkdf-grid-no-gutter {
    margin-left: 0;
    margin-right: 0
}

    .mkdf-grid-no-gutter > div {
        padding-left: 0;
        padding-right: 0
    }

.mkdf-grid-tiny-gutter {
    margin-left: -5px;
    margin-right: -5px
}

    .mkdf-grid-tiny-gutter > div {
        padding-left: 5px;
        padding-right: 5px
    }

.mkdf-grid-small-gutter {
    margin-left: -10px;
    margin-right: -10px
}

    .mkdf-grid-small-gutter > div {
        padding-left: 10px;
        padding-right: 10px
    }

.mkdf-grid-normal-gutter {
    margin-left: -15px;
    margin-right: -15px
}

    .mkdf-grid-normal-gutter > div {
        padding-left: 15px;
        padding-right: 15px
    }

.mkdf-grid-medium-gutter {
    margin-left: -20px;
    margin-right: -20px
}

    .mkdf-grid-medium-gutter > div {
        padding-left: 20px;
        padding-right: 20px
    }

.mkdf-grid-large-gutter {
    margin-left: -25px;
    margin-right: -25px
}

    .mkdf-grid-large-gutter > div {
        padding-left: 25px;
        padding-right: 25px
    }

.mkdf-grid-huge-gutter {
    margin-left: -40px;
    margin-right: -40px
}

    .mkdf-grid-huge-gutter > div {
        padding-left: 40px;
        padding-right: 40px
    }

.mkdf-grid-col-1, .mkdf-grid-col-10, .mkdf-grid-col-11, .mkdf-grid-col-12, .mkdf-grid-col-2, .mkdf-grid-col-3, .mkdf-grid-col-4, .mkdf-grid-col-5, .mkdf-grid-col-7, .mkdf-grid-col-8, .mkdf-grid-col-9 {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    box-sizing: border-box
}

.mkdf-grid-col-1 {
    float: left;
    width: 8.33333%
}

    .mkdf-grid-col-1:after {
        clear: both
    }

@media only screen and (max-width:1024px) {
    .mkdf-grid-col-1 {
        width: 100%;
        float: none
    }
}

.mkdf-grid-col-2 {
    float: left;
    width: 16.66667%
}

    .mkdf-grid-col-2:after {
        clear: both
    }

@media only screen and (max-width:1024px) {
    .mkdf-grid-col-2 {
        width: 100%;
        float: none
    }
}

.mkdf-grid-col-3 {
    float: left;
    width: 25%
}

    .mkdf-grid-col-3:after {
        clear: both
    }

@media only screen and (max-width:1024px) {
    .mkdf-grid-col-3 {
        width: 100%;
        float: none
    }
}

.mkdf-grid-col-4 {
    float: left;
    width: 33.33333%
}

    .mkdf-grid-col-4:after {
        clear: both
    }

@media only screen and (max-width:1024px) {
    .mkdf-grid-col-4 {
        width: 100%;
        float: none
    }
}

.mkdf-grid-col-5 {
    float: left;
    width: 41.66667%
}

    .mkdf-grid-col-5:after {
        clear: both
    }

@media only screen and (max-width:1024px) {
    .mkdf-grid-col-5 {
        width: 100%;
        float: none
    }
}

.mkdf-grid-col-6 {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box
}

    .mkdf-grid-col-6:after, .mkdf-grid-col-6:before {
        content: " ";
        display: table
    }

    .mkdf-grid-col-6:after {
        clear: both
    }

@media only screen and (max-width:1024px) {
    .mkdf-grid-col-6 {
        width: 100%;
        float: none
    }
}

.mkdf-grid-col-7 {
    float: left;
    width: 58.33333%
}

    .mkdf-grid-col-7:after {
        clear: both
    }

@media only screen and (max-width:1024px) {
    .mkdf-grid-col-7 {
        width: 100%;
        float: none
    }
}

.mkdf-grid-col-8 {
    float: left;
    width: 66.66667%
}

    .mkdf-grid-col-8:after {
        clear: both
    }

@media only screen and (max-width:1024px) {
    .mkdf-grid-col-8 {
        width: 100%;
        float: none
    }
}

.mkdf-grid-col-9 {
    float: left;
    width: 75%
}

    .mkdf-grid-col-9:after {
        clear: both
    }

@media only screen and (max-width:1024px) {
    .mkdf-grid-col-9 {
        width: 100%;
        float: none
    }
}

.mkdf-grid-col-10 {
    float: left;
    width: 83.33333%
}

    .mkdf-grid-col-10:after {
        clear: both
    }

@media only screen and (max-width:1024px) {
    .mkdf-grid-col-10 {
        width: 100%;
        float: none
    }
}

.mkdf-grid-col-11 {
    float: left;
    width: 91.66667%
}

    .mkdf-grid-col-11:after {
        clear: both
    }

@media only screen and (max-width:1024px) {
    .mkdf-grid-col-11 {
        width: 100%;
        float: none
    }
}

.mkdf-grid-col-12 {
    float: left;
    width: 100%
}

    .mkdf-grid-col-12:after {
        clear: both
    }

.mkdf-grid-col-push-1 {
    left: 8.33333%
}

.mkdf-grid-col-pull-1 {
    right: 8.33333%
}

@media only screen and (max-width:1024px) {
    .mkdf-grid-col-12 {
        width: 100%;
        float: none
    }

    .mkdf-grid-col-push-1 {
        left: 0
    }

    .mkdf-grid-col-pull-1 {
        right: 0
    }
}

.mkdf-grid-col-push-2 {
    left: 16.66667%
}

.mkdf-grid-col-pull-2 {
    right: 16.66667%
}

@media only screen and (max-width:1024px) {
    .mkdf-grid-col-push-2 {
        left: 0
    }

    .mkdf-grid-col-pull-2 {
        right: 0
    }
}

.mkdf-grid-col-push-3 {
    left: 25%
}

.mkdf-grid-col-pull-3 {
    right: 25%
}

@media only screen and (max-width:1024px) {
    .mkdf-grid-col-push-3 {
        left: 0
    }

    .mkdf-grid-col-pull-3 {
        right: 0
    }
}

.mkdf-grid-col-push-4 {
    left: 33.33333%
}

.mkdf-grid-col-pull-4 {
    right: 33.33333%
}

@media only screen and (max-width:1024px) {
    .mkdf-grid-col-push-4 {
        left: 0
    }

    .mkdf-grid-col-pull-4 {
        right: 0
    }
}

.mkdf-grid-col-push-5 {
    left: 41.66667%
}

.mkdf-grid-col-pull-5 {
    right: 41.66667%
}

@media only screen and (max-width:1024px) {
    .mkdf-grid-col-push-5 {
        left: 0
    }

    .mkdf-grid-col-pull-5 {
        right: 0
    }
}

.mkdf-grid-col-push-6 {
    left: 50%
}

.mkdf-grid-col-pull-6 {
    right: 50%
}

@media only screen and (max-width:1024px) {
    .mkdf-grid-col-push-6 {
        left: 0
    }

    .mkdf-grid-col-pull-6 {
        right: 0
    }
}

.mkdf-grid-col-push-7 {
    left: 58.33333%
}

.mkdf-grid-col-pull-7 {
    right: 58.33333%
}

@media only screen and (max-width:1024px) {
    .mkdf-grid-col-push-7 {
        left: 0
    }

    .mkdf-grid-col-pull-7 {
        right: 0
    }
}

.mkdf-grid-col-push-8 {
    left: 66.66667%
}

.mkdf-grid-col-pull-8 {
    right: 66.66667%
}

@media only screen and (max-width:1024px) {
    .mkdf-grid-col-push-8 {
        left: 0
    }

    .mkdf-grid-col-pull-8 {
        right: 0
    }
}

.mkdf-grid-col-push-9 {
    left: 75%
}

.mkdf-grid-col-pull-9 {
    right: 75%
}

@media only screen and (max-width:1024px) {
    .mkdf-grid-col-push-9 {
        left: 0
    }

    .mkdf-grid-col-pull-9 {
        right: 0
    }
}

.mkdf-grid-col-push-10 {
    left: 83.33333%
}

.mkdf-grid-col-pull-10 {
    right: 83.33333%
}

@media only screen and (max-width:1024px) {
    .mkdf-grid-col-push-10 {
        left: 0
    }

    .mkdf-grid-col-pull-10 {
        right: 0
    }
}

.mkdf-grid-col-push-11 {
    left: 91.66667%
}

.mkdf-grid-col-pull-11 {
    right: 91.66667%
}

@media only screen and (max-width:1024px) {
    .mkdf-grid-col-push-11 {
        left: 0
    }

    .mkdf-grid-col-pull-11 {
        right: 0
    }
}

.mkdf-grid-col-push-12 {
    left: 100%
}

.mkdf-grid-col-pull-12 {
    right: 100%
}

@media only screen and (max-width:1366px) {
    .mkdf-grid-col-laptop-landscape-mac-1 {
        width: 8.33333%;
        float: left
    }
}

@media only screen and (max-width:1280px) {
    .mkdf-disabled-bg-image-bellow-1280 {
        background-image: none !important
    }

    .mkdf-grid-col-laptop-landscape-medium-1 {
        width: 8.33333%;
        float: left
    }
}

@media only screen and (max-width:1200px) {
    .mkdf-grid-col-laptop-landscape-1 {
        width: 8.33333%;
        float: left
    }
}

@media only screen and (max-width:1024px) {
    .mkdf-grid-col-push-12 {
        left: 0
    }

    .mkdf-grid-col-pull-12 {
        right: 0
    }

    .mkdf-grid-col-ipad-landscape-1 {
        width: 8.33333%;
        float: left
    }
}

@media only screen and (max-width:768px) {
    .mkdf-disabled-bg-image-bellow-768 {
        background-image: none !important
    }

    .mkdf-grid-col-ipad-portrait-1 {
        width: 8.33333%;
        float: left
    }
}

@media only screen and (max-width:680px) {
    .mkdf-grid-col-phone-landscape-1 {
        width: 8.33333%;
        float: left
    }
}

@media only screen and (max-width:480px) {
    .mkdf-disabled-bg-image-bellow-480 {
        background-image: none !important
    }

    .mkdf-grid-col-phone-portrait-1 {
        width: 8.33333%;
        float: left
    }
}

@media only screen and (max-width:320px) {
    .mkdf-grid-col-smaller-phone-portrait-1 {
        width: 8.33333%;
        float: left
    }
}

@media only screen and (max-width:1440px) {
    .mkdf-grid-col-laptop-landscape-large-1 {
        width: 8.33333%;
        float: left
    }

    .mkdf-grid-col-laptop-landscape-large-2 {
        width: 16.66667%;
        float: left
    }
}

@media only screen and (max-width:1366px) {
    .mkdf-grid-col-laptop-landscape-mac-2 {
        width: 16.66667%;
        float: left
    }
}

@media only screen and (max-width:1280px) {
    .mkdf-grid-col-laptop-landscape-medium-2 {
        width: 16.66667%;
        float: left
    }
}

@media only screen and (max-width:1200px) {
    .mkdf-grid-col-laptop-landscape-2 {
        width: 16.66667%;
        float: left
    }
}

@media only screen and (max-width:1024px) {
    .mkdf-grid-col-ipad-landscape-2 {
        width: 16.66667%;
        float: left
    }
}

@media only screen and (max-width:768px) {
    .mkdf-grid-col-ipad-portrait-2 {
        width: 16.66667%;
        float: left
    }
}

@media only screen and (max-width:680px) {
    .mkdf-grid-col-phone-landscape-2 {
        width: 16.66667%;
        float: left
    }
}

@media only screen and (max-width:480px) {
    .mkdf-grid-col-phone-portrait-2 {
        width: 16.66667%;
        float: left
    }
}

@media only screen and (max-width:320px) {
    .mkdf-grid-col-smaller-phone-portrait-2 {
        width: 16.66667%;
        float: left
    }

    .mkdf-grid-col-smaller-phone-portrait-3 {
        width: 25%;
        float: left
    }
}

@media only screen and (max-width:1366px) {
    .mkdf-grid-col-laptop-landscape-mac-3 {
        width: 25%;
        float: left
    }
}

@media only screen and (max-width:1280px) {
    .mkdf-grid-col-laptop-landscape-medium-3 {
        width: 25%;
        float: left
    }
}

@media only screen and (max-width:1200px) {
    .mkdf-grid-col-laptop-landscape-3 {
        width: 25%;
        float: left
    }
}

@media only screen and (max-width:1024px) {
    .mkdf-grid-col-ipad-landscape-3 {
        width: 25%;
        float: left
    }
}

@media only screen and (max-width:768px) {
    .mkdf-grid-col-ipad-portrait-3 {
        width: 25%;
        float: left
    }
}

@media only screen and (max-width:680px) {
    .mkdf-grid-col-phone-landscape-3 {
        width: 25%;
        float: left
    }
}

@media only screen and (max-width:480px) {
    .mkdf-grid-col-phone-portrait-3 {
        width: 25%;
        float: left
    }
}

@media only screen and (max-width:1440px) {
    .mkdf-grid-col-laptop-landscape-large-3 {
        width: 25%;
        float: left
    }

    .mkdf-grid-col-laptop-landscape-large-4 {
        width: 33.33333%;
        float: left
    }
}

@media only screen and (max-width:1366px) {
    .mkdf-grid-col-laptop-landscape-mac-4 {
        width: 33.33333%;
        float: left
    }
}

@media only screen and (max-width:1280px) {
    .mkdf-grid-col-laptop-landscape-medium-4 {
        width: 33.33333%;
        float: left
    }
}

@media only screen and (max-width:1200px) {
    .mkdf-grid-col-laptop-landscape-4 {
        width: 33.33333%;
        float: left
    }
}

@media only screen and (max-width:1024px) {
    .mkdf-grid-col-ipad-landscape-4 {
        width: 33.33333%;
        float: left
    }
}

@media only screen and (max-width:768px) {
    .mkdf-grid-col-ipad-portrait-4 {
        width: 33.33333%;
        float: left
    }
}

@media only screen and (max-width:680px) {
    .mkdf-grid-col-phone-landscape-4 {
        width: 33.33333%;
        float: left
    }
}

@media only screen and (max-width:480px) {
    .mkdf-grid-col-phone-portrait-4 {
        width: 33.33333%;
        float: left
    }
}

@media only screen and (max-width:320px) {
    .mkdf-grid-col-smaller-phone-portrait-4 {
        width: 33.33333%;
        float: left
    }

    .mkdf-grid-col-smaller-phone-portrait-5 {
        width: 41.66667%;
        float: left
    }
}

@media only screen and (max-width:1366px) {
    .mkdf-grid-col-laptop-landscape-mac-5 {
        width: 41.66667%;
        float: left
    }
}

@media only screen and (max-width:1280px) {
    .mkdf-grid-col-laptop-landscape-medium-5 {
        width: 41.66667%;
        float: left
    }
}

@media only screen and (max-width:1200px) {
    .mkdf-grid-col-laptop-landscape-5 {
        width: 41.66667%;
        float: left
    }
}

@media only screen and (max-width:1024px) {
    .mkdf-grid-col-ipad-landscape-5 {
        width: 41.66667%;
        float: left
    }
}

@media only screen and (max-width:768px) {
    .mkdf-grid-col-ipad-portrait-5 {
        width: 41.66667%;
        float: left
    }
}

@media only screen and (max-width:680px) {
    .mkdf-grid-col-phone-landscape-5 {
        width: 41.66667%;
        float: left
    }
}

@media only screen and (max-width:480px) {
    .mkdf-grid-col-phone-portrait-5 {
        width: 41.66667%;
        float: left
    }
}

@media only screen and (max-width:1440px) {
    .mkdf-grid-col-laptop-landscape-large-5 {
        width: 41.66667%;
        float: left
    }

    .mkdf-grid-col-laptop-landscape-large-6 {
        width: 50%;
        float: left
    }
}

@media only screen and (max-width:1366px) {
    .mkdf-grid-col-laptop-landscape-mac-6 {
        width: 50%;
        float: left
    }
}

@media only screen and (max-width:1280px) {
    .mkdf-grid-col-laptop-landscape-medium-6 {
        width: 50%;
        float: left
    }
}

@media only screen and (max-width:1200px) {
    .mkdf-grid-col-laptop-landscape-6 {
        width: 50%;
        float: left
    }
}

@media only screen and (max-width:1024px) {
    .mkdf-grid-col-ipad-landscape-6 {
        width: 50%;
        float: left
    }
}

@media only screen and (max-width:768px) {
    .mkdf-grid-col-ipad-portrait-6 {
        width: 50%;
        float: left
    }
}

@media only screen and (max-width:680px) {
    .mkdf-grid-col-phone-landscape-6 {
        width: 50%;
        float: left
    }
}

@media only screen and (max-width:480px) {
    .mkdf-grid-col-phone-portrait-6 {
        width: 50%;
        float: left
    }
}

@media only screen and (max-width:320px) {
    .mkdf-grid-col-smaller-phone-portrait-6 {
        width: 50%;
        float: left
    }

    .mkdf-grid-col-smaller-phone-portrait-7 {
        width: 58.33333%;
        float: left
    }
}

@media only screen and (max-width:1366px) {
    .mkdf-grid-col-laptop-landscape-mac-7 {
        width: 58.33333%;
        float: left
    }
}

@media only screen and (max-width:1280px) {
    .mkdf-grid-col-laptop-landscape-medium-7 {
        width: 58.33333%;
        float: left
    }
}

@media only screen and (max-width:1200px) {
    .mkdf-grid-col-laptop-landscape-7 {
        width: 58.33333%;
        float: left
    }
}

@media only screen and (max-width:1024px) {
    .mkdf-grid-col-ipad-landscape-7 {
        width: 58.33333%;
        float: left
    }
}

@media only screen and (max-width:768px) {
    .mkdf-grid-col-ipad-portrait-7 {
        width: 58.33333%;
        float: left
    }
}

@media only screen and (max-width:680px) {
    .mkdf-grid-col-phone-landscape-7 {
        width: 58.33333%;
        float: left
    }
}

@media only screen and (max-width:480px) {
    .mkdf-grid-col-phone-portrait-7 {
        width: 58.33333%;
        float: left
    }
}

@media only screen and (max-width:1440px) {
    .mkdf-grid-col-laptop-landscape-large-7 {
        width: 58.33333%;
        float: left
    }

    .mkdf-grid-col-laptop-landscape-large-8 {
        width: 66.66667%;
        float: left
    }
}

@media only screen and (max-width:1366px) {
    .mkdf-grid-col-laptop-landscape-mac-8 {
        width: 66.66667%;
        float: left
    }
}

@media only screen and (max-width:1280px) {
    .mkdf-grid-col-laptop-landscape-medium-8 {
        width: 66.66667%;
        float: left
    }
}

@media only screen and (max-width:1200px) {
    .mkdf-grid-col-laptop-landscape-8 {
        width: 66.66667%;
        float: left
    }
}

@media only screen and (max-width:1024px) {
    .mkdf-grid-col-ipad-landscape-8 {
        width: 66.66667%;
        float: left
    }
}

@media only screen and (max-width:768px) {
    .mkdf-grid-col-ipad-portrait-8 {
        width: 66.66667%;
        float: left
    }
}

@media only screen and (max-width:680px) {
    .mkdf-grid-col-phone-landscape-8 {
        width: 66.66667%;
        float: left
    }
}

@media only screen and (max-width:480px) {
    .mkdf-grid-col-phone-portrait-8 {
        width: 66.66667%;
        float: left
    }
}

@media only screen and (max-width:320px) {
    .mkdf-grid-col-smaller-phone-portrait-8 {
        width: 66.66667%;
        float: left
    }

    .mkdf-grid-col-smaller-phone-portrait-9 {
        width: 75%;
        float: left
    }
}

@media only screen and (max-width:1366px) {
    .mkdf-grid-col-laptop-landscape-mac-9 {
        width: 75%;
        float: left
    }
}

@media only screen and (max-width:1280px) {
    .mkdf-grid-col-laptop-landscape-medium-9 {
        width: 75%;
        float: left
    }
}

@media only screen and (max-width:1200px) {
    .mkdf-grid-col-laptop-landscape-9 {
        width: 75%;
        float: left
    }
}

@media only screen and (max-width:1024px) {
    .mkdf-grid-col-ipad-landscape-9 {
        width: 75%;
        float: left
    }
}

@media only screen and (max-width:768px) {
    .mkdf-grid-col-ipad-portrait-9 {
        width: 75%;
        float: left
    }
}

@media only screen and (max-width:680px) {
    .mkdf-grid-col-phone-landscape-9 {
        width: 75%;
        float: left
    }
}

@media only screen and (max-width:480px) {
    .mkdf-grid-col-phone-portrait-9 {
        width: 75%;
        float: left
    }
}

@media only screen and (max-width:1440px) {
    .mkdf-grid-col-laptop-landscape-large-9 {
        width: 75%;
        float: left
    }

    .mkdf-grid-col-laptop-landscape-large-10 {
        width: 83.33333%;
        float: left
    }
}

@media only screen and (max-width:1366px) {
    .mkdf-grid-col-laptop-landscape-mac-10 {
        width: 83.33333%;
        float: left
    }
}

@media only screen and (max-width:1280px) {
    .mkdf-grid-col-laptop-landscape-medium-10 {
        width: 83.33333%;
        float: left
    }
}

@media only screen and (max-width:1200px) {
    .mkdf-grid-col-laptop-landscape-10 {
        width: 83.33333%;
        float: left
    }
}

@media only screen and (max-width:1024px) {
    .mkdf-grid-col-ipad-landscape-10 {
        width: 83.33333%;
        float: left
    }
}

@media only screen and (max-width:768px) {
    .mkdf-grid-col-ipad-portrait-10 {
        width: 83.33333%;
        float: left
    }
}

@media only screen and (max-width:680px) {
    .mkdf-grid-col-phone-landscape-10 {
        width: 83.33333%;
        float: left
    }
}

@media only screen and (max-width:480px) {
    .mkdf-grid-col-phone-portrait-10 {
        width: 83.33333%;
        float: left
    }
}

@media only screen and (max-width:320px) {
    .mkdf-grid-col-smaller-phone-portrait-10 {
        width: 83.33333%;
        float: left
    }

    .mkdf-grid-col-smaller-phone-portrait-11 {
        width: 91.66667%;
        float: left
    }
}

@media only screen and (max-width:1366px) {
    .mkdf-grid-col-laptop-landscape-mac-11 {
        width: 91.66667%;
        float: left
    }
}

@media only screen and (max-width:1280px) {
    .mkdf-grid-col-laptop-landscape-medium-11 {
        width: 91.66667%;
        float: left
    }
}

@media only screen and (max-width:1200px) {
    .mkdf-grid-col-laptop-landscape-11 {
        width: 91.66667%;
        float: left
    }
}

@media only screen and (max-width:1024px) {
    .mkdf-grid-col-ipad-landscape-11 {
        width: 91.66667%;
        float: left
    }
}

@media only screen and (max-width:768px) {
    .mkdf-grid-col-ipad-portrait-11 {
        width: 91.66667%;
        float: left
    }
}

@media only screen and (max-width:680px) {
    .mkdf-grid-col-phone-landscape-11 {
        width: 91.66667%;
        float: left
    }
}

@media only screen and (max-width:480px) {
    .mkdf-grid-col-phone-portrait-11 {
        width: 91.66667%;
        float: left
    }
}

@media only screen and (max-width:1440px) {
    .mkdf-grid-col-laptop-landscape-large-11 {
        width: 91.66667%;
        float: left
    }

    .mkdf-grid-col-laptop-landscape-large-12 {
        width: 100%;
        float: none
    }
}

@media only screen and (max-width:1366px) {
    .mkdf-grid-col-laptop-landscape-mac-12 {
        width: 100%;
        float: none
    }
}

@media only screen and (max-width:1280px) {
    .mkdf-grid-col-laptop-landscape-medium-12 {
        width: 100%;
        float: none
    }
}

@media only screen and (max-width:1200px) {
    .mkdf-grid-col-laptop-landscape-12 {
        width: 100%;
        float: none
    }
}

@media only screen and (max-width:1024px) {
    .mkdf-grid-col-ipad-landscape-12 {
        width: 100%;
        float: none
    }
}

@media only screen and (max-width:768px) {
    .mkdf-grid-col-ipad-portrait-12 {
        width: 100%;
        float: none
    }
}

@media only screen and (max-width:680px) {
    .mkdf-grid-col-phone-landscape-12 {
        width: 100%;
        float: none
    }
}

@media only screen and (max-width:480px) {
    .mkdf-grid-col-phone-portrait-12 {
        width: 100%;
        float: none
    }
}

@media only screen and (max-width:320px) {
    .mkdf-grid-col-smaller-phone-portrait-12 {
        width: 100%;
        float: none
    }
}

@-webkit-keyframes element-from-left {
    0% {
        opacity: 0;
        transform: translate(-20%,0)
    }

    100% {
        opacity: 1;
        transform: translate(0,0)
    }
}

@keyframes element-from-left {
    0% {
        opacity: 0;
        transform: translate(-20%,0)
    }

    100% {
        opacity: 1;
        transform: translate(0,0)
    }
}

@-webkit-keyframes element-from-right {
    0% {
        opacity: 0;
        transform: translate(20%,0)
    }

    100% {
        opacity: 1;
        transform: translate(0,0)
    }
}

@keyframes element-from-right {
    0% {
        opacity: 0;
        transform: translate(20%,0)
    }

    100% {
        opacity: 1;
        transform: translate(0,0)
    }
}

@-webkit-keyframes element-from-top {
    0% {
        opacity: 0;
        transform: translate(0,-30%)
    }

    100% {
        opacity: 1;
        transform: translate(0,0)
    }
}

@keyframes element-from-top {
    0% {
        opacity: 0;
        transform: translate(0,-30%)
    }

    100% {
        opacity: 1;
        transform: translate(0,0)
    }
}

@-webkit-keyframes element-from-bottom {
    0% {
        opacity: 0;
        transform: translate(0,30%)
    }

    100% {
        opacity: 1;
        transform: translate(0,0)
    }
}

@keyframes element-from-bottom {
    0% {
        opacity: 0;
        transform: translate(0,30%)
    }

    100% {
        opacity: 1;
        transform: translate(0,0)
    }
}

@-webkit-keyframes scale-in-out {
    0%,100% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.05)
    }
}

@keyframes scale-in-out {
    0%,100% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.05)
    }
}

.mkdf-element-from-bottom, .mkdf-element-from-fade, .mkdf-element-from-left, .mkdf-element-from-right, .mkdf-element-from-top {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle
}

    .mkdf-element-from-bottom > div, .mkdf-element-from-fade > div, .mkdf-element-from-left > div, .mkdf-element-from-right > div, .mkdf-element-from-top > div {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: middle;
        opacity: 0
    }

    .mkdf-element-from-fade.mkdf-element-from-fade-on > div {
        opacity: 1;
        -webkit-transition: opacity .8s ease 0s;
        -moz-transition: opacity .8s ease 0s;
        transition: opacity .8s ease 0s
    }

.mkdf-flip-in {
    opacity: 0;
    -webkit-transform: perspective(1000px) rotateY(25deg);
    -moz-transform: perspective(1000px) rotateY(25deg);
    transform: perspective(1000px) rotateY(25deg);
    -webkit-transition: all 1.1s ease-in-out;
    -moz-transition: all 1.1s ease-in-out;
    transition: all 1.1s ease-in-out
}

    .mkdf-flip-in.mkdf-flip-in-on {
        opacity: 1;
        -webkit-transform: rotateY(0);
        -moz-transform: rotateY(0);
        transform: rotateY(0)
    }

.mkdf-grow-in {
    opacity: 0;
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    transform: scale(.8);
    -webkit-transition: all 1s cubic-bezier(0,1,.5,1);
    -moz-transition: all 1s cubic-bezier(0,1,.5,1);
    transition: all 1s cubic-bezier(0,1,.5,1)
}

    .mkdf-grow-in.mkdf-grow-in-on {
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1)
    }

.mkdf-z-rotate {
    opacity: 0;
    -webkit-transform: rotateZ(7deg);
    -moz-transform: rotateZ(7deg);
    transform: rotateZ(7deg);
    -webkit-transition: all .3s cubic-bezier(.165,.84,.44,1);
    -moz-transition: all .3s cubic-bezier(.165,.84,.44,1);
    transition: all .3s cubic-bezier(.165,.84,.44,1);
    -webkit-transform-origin: top right;
    -moz-transform-origin: top right;
    transform-origin: top right
}

    .mkdf-z-rotate.mkdf-z-rotate-on {
        opacity: 1;
        -webkit-transform: rotateZ(0);
        -moz-transform: rotateZ(0);
        transform: rotateZ(0)
    }

.mkdf-x-rotate {
    opacity: 0;
    -webkit-transform: perspective(900px) rotateX(-45deg);
    -moz-transform: perspective(900px) rotateX(-45deg);
    transform: perspective(900px) rotateX(-45deg);
    -webkit-transition: all .6s cubic-bezier(.785,.135,.15,.86);
    -moz-transition: all .6s cubic-bezier(.785,.135,.15,.86);
    transition: all .6s cubic-bezier(.785,.135,.15,.86)
}

    .mkdf-x-rotate.mkdf-x-rotate-on {
        opacity: 1;
        -webkit-transform: rotateX(0);
        -moz-transform: rotateX(0);
        transform: rotateX(0)
    }

.mkdf-y-translate {
    opacity: 0;
    -webkit-transform: translate(0,30px);
    -moz-transform: translate(0,30px);
    transform: translate(0,30px);
    -webkit-transition: all .7s cubic-bezier(.68,-.65,.265,1.65);
    -moz-transition: all .7s cubic-bezier(.68,-.65,.265,1.65);
    transition: all .7s cubic-bezier(.68,-.65,.265,1.65)
}

@keyframes pulse_circles_pulse {
    0% {
        transform: scale(.1,.1);
        opacity: 1;
        border-width: 50px
    }

    100% {
        transform: scale(1,1);
        opacity: 0;
        border-width: 0
    }
}

#respond input[type=text], #respond input[type=email], #respond textarea, .mkdf-style-form textarea, .post-password-form input[type=password], .wpcf7-form-control.wpcf7-date, .wpcf7-form-control.wpcf7-number, .wpcf7-form-control.wpcf7-quiz, .wpcf7-form-control.wpcf7-select, .wpcf7-form-control.wpcf7-text, .wpcf7-form-control.wpcf7-textarea, input[type=text], input[type=email], input[type=password] {
    width: 100%;
    margin: 0 0 20px;
    padding: 19px 18px;
    font-size: 16px;
    line-height: 20px;
    font-weight: inherit;
    color: #fff;
    border: 1px solid #72cbc4;
    border-radius: 10px;
    background-color: #7dd1ca;
    outline: 0;
    -webkit-appearance: none;
    box-sizing: border-box;
    -webkit-transition: border-color .2s ease-in-out;
    -moz-transition: border-color .2s ease-in-out;
    transition: border-color .2s ease-in-out
}

    #respond input[type=text]:focus, #respond input[type=email]:focus, #respond textarea:focus, .mkdf-fullscreen-sidebar .widget.widget_search .input-holder:focus, .mkdf-style-form textarea:focus, .wpcf7-form-control.wpcf7-date:focus, .wpcf7-form-control.wpcf7-number:focus, .wpcf7-form-control.wpcf7-quiz:focus, .wpcf7-form-control.wpcf7-select:focus, .wpcf7-form-control.wpcf7-text:focus, .wpcf7-form-control.wpcf7-textarea:focus, footer .widget.widget_search .input-holder:focus, input[type=text]:focus, input[type=email]:focus, input[type=password]:focus {
        border-color: rgba(215,245,250,.8)
    }

    #respond input[type=text]::-webkit-input-placeholder, #respond input[type=email]::-webkit-input-placeholder, #respond textarea::-webkit-input-placeholder, .mkdf-style-form textarea::-webkit-input-placeholder, .post-password-form input[type=password]::-webkit-input-placeholder, .wpcf7-form-control.wpcf7-date::-webkit-input-placeholder, .wpcf7-form-control.wpcf7-number::-webkit-input-placeholder, .wpcf7-form-control.wpcf7-quiz::-webkit-input-placeholder, .wpcf7-form-control.wpcf7-select::-webkit-input-placeholder, .wpcf7-form-control.wpcf7-text::-webkit-input-placeholder, .wpcf7-form-control.wpcf7-textarea::-webkit-input-placeholder, input[type=text]::-webkit-input-placeholder, input[type=email]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder {
        color: inherit
    }

    #respond input[type=text]:-moz-placeholder, #respond input[type=email]:-moz-placeholder, #respond textarea:-moz-placeholder, .mkdf-style-form textarea:-moz-placeholder, .wpcf7-form-control.wpcf7-date:-moz-placeholder, .wpcf7-form-control.wpcf7-number:-moz-placeholder, .wpcf7-form-control.wpcf7-quiz:-moz-placeholder, .wpcf7-form-control.wpcf7-select:-moz-placeholder, .wpcf7-form-control.wpcf7-text:-moz-placeholder, .wpcf7-form-control.wpcf7-textarea:-moz-placeholder, input[type=text]:-moz-placeholder, input[type=email]:-moz-placeholder, input[type=password]:-moz-placeholder {
        color: inherit;
        opacity: 1
    }

    #respond input[type=text]::-moz-placeholder, #respond input[type=email]::-moz-placeholder, #respond textarea::-moz-placeholder, .mkdf-style-form textarea::-moz-placeholder, .post-password-form input[type=password]::-moz-placeholder, .wpcf7-form-control.wpcf7-date::-moz-placeholder, .wpcf7-form-control.wpcf7-number::-moz-placeholder, .wpcf7-form-control.wpcf7-quiz::-moz-placeholder, .wpcf7-form-control.wpcf7-select::-moz-placeholder, .wpcf7-form-control.wpcf7-text::-moz-placeholder, .wpcf7-form-control.wpcf7-textarea::-moz-placeholder, input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=password]::-moz-placeholder {
        color: inherit;
        opacity: 1
    }

    #respond input[type=text]:-ms-input-placeholder, #respond input[type=email]:-ms-input-placeholder, #respond textarea:-ms-input-placeholder, .mkdf-style-form textarea:-ms-input-placeholder, .wpcf7-form-control.wpcf7-date:-ms-input-placeholder, .wpcf7-form-control.wpcf7-number:-ms-input-placeholder, .wpcf7-form-control.wpcf7-quiz:-ms-input-placeholder, .wpcf7-form-control.wpcf7-select:-ms-input-placeholder, .wpcf7-form-control.wpcf7-text:-ms-input-placeholder, .wpcf7-form-control.wpcf7-textarea:-ms-input-placeholder, input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=password]:-ms-input-placeholder {
        color: inherit
    }

.mkdf-comment-holder {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    padding: 0;
    box-sizing: border-box
}

    .mkdf-comment-holder .mkdf-comment-holder-inner {
        padding: 36px 0 27px
    }

    .mkdf-comment-holder .mkdf-comment.mkdf-pingback-comment .mkdf-comment-text {
        padding: 0
    }

    .mkdf-comment-holder .mkdf-comment-list {
        list-style: none;
        position: relative;
        z-index: 150;
        padding: 0;
        margin: 0
    }

        .mkdf-comment-holder .mkdf-comment-list li {
            position: relative;
            display: inline-block;
            width: 100%;
            vertical-align: middle;
            margin: 30px 0 0
        }

        .mkdf-comment-holder .mkdf-comment-list > li:first-child {
            margin: 0;
            padding: 0;
            border: 0
        }

        .mkdf-comment-holder .mkdf-comment-list .children {
            position: relative;
            padding: 0 0 0 114px
        }

            .mkdf-comment-holder .mkdf-comment-list .children .mkdf-comment {
                background-color: rgba(220,224,134,.1);
                border: 1px solid rgba(220,224,134,.8)
            }

            .mkdf-comment-holder .mkdf-comment-list .children:before {
                content: "\e043";
                position: absolute;
                left: 56px;
                top: 26px;
                font-size: 36px;
                color: #ff6f96
            }

@media only screen and (max-width:680px) {
    .mkdf-comment-holder .mkdf-comment-list .children:before {
        display: none
    }
}

.mkdf-comment-holder .mkdf-comment-list .mkdf-comment {
    background-color: rgba(215,245,250,.1);
    border: 1px solid rgba(215,245,250,.8);
    border-radius: 10px;
    padding: 13px 20px;
    box-sizing: border-box
}

.mkdf-comment-holder .mkdf-comments-title {
    margin: 0 0 15px
}

    .mkdf-comment-holder .mkdf-comments-title > * {
        margin: 0
    }

.mkdf-comment-holder .mkdf-comment-image {
    position: relative;
    display: block;
    top: 10px;
    left: 0;
    width: 90px;
    height: 80px;
    float: left
}

    .mkdf-comment-holder .mkdf-comment-image img {
        display: block;
        border-radius: 10px
    }

.mkdf-comment-holder .mkdf-comment-text {
    padding: 10px 0 8px 117px;
    min-height: 82px
}

    .mkdf-comment-holder .mkdf-comment-text .mkdf-comment-info {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: middle;
        margin: 0 0 10px
    }

    .mkdf-comment-holder .mkdf-comment-text .comment-edit-link, .mkdf-comment-holder .mkdf-comment-text .comment-reply-link, .mkdf-comment-holder .mkdf-comment-text .replay {
        position: relative;
        margin-right: 10px;
        z-index: 50;
        padding: 0 3px
    }

        .mkdf-comment-holder .mkdf-comment-text .comment-edit-link:hover, .mkdf-comment-holder .mkdf-comment-text .comment-reply-link:hover, .mkdf-comment-holder .mkdf-comment-text .replay:hover {
            color: #32355d
        }

            .mkdf-comment-holder .mkdf-comment-text .comment-edit-link:hover:after, .mkdf-comment-holder .mkdf-comment-text .comment-reply-link:hover:after, .mkdf-comment-holder .mkdf-comment-text .replay:hover:after {
                width: 100%
            }

        .mkdf-comment-holder .mkdf-comment-text .comment-edit-link:after, .mkdf-comment-holder .mkdf-comment-text .comment-reply-link:after, .mkdf-comment-holder .mkdf-comment-text .replay:after {
            content: '';
            position: absolute;
            bottom: 2px;
            left: 0;
            width: 0;
            height: 9px;
            background-color: #d7f5fa;
            z-index: -1;
            -webkit-transition: width .3s ease;
            -moz-transition: width .3s ease;
            transition: width .3s ease
        }

    .mkdf-comment-holder .mkdf-comment-text .mkdf-comment-name {
        float: left;
        margin: 0;
        max-width: 80%
    }

    .mkdf-comment-holder .mkdf-comment-text .mkdf-comment-date {
        float: left;
        color: #ff6f96;
        margin: 0 0 0 12px;
        line-height: 20px
    }

@media only screen and (max-width:680px) {
    .mkdf-comment-holder .mkdf-comment-text .mkdf-comment-date {
        margin: 0
    }
}

.mkdf-comment-holder .mkdf-comment-text .mkdf-text-holder p {
    margin: 0
}

.mkdf-comment-holder .mkdf-comment-text .comment-respond {
    margin: 20px 0
}

    .mkdf-comment-holder .mkdf-comment-text .comment-respond .comment-reply-title {
        margin: 0 0 10px
    }

    .mkdf-comment-holder .mkdf-comment-text .comment-respond .logged-in-as {
        margin: 0 0 8px
    }

.mkdf-comment-holder .mkdf-comment-text #cancel-comment-reply-link {
    padding: 0 3px;
    margin-left: 10px;
    font-size: 14px;
    color: #ff6f96;
    text-transform: capitalize;
    z-index: 50
}

    .mkdf-comment-holder .mkdf-comment-text #cancel-comment-reply-link:after {
        content: '';
        position: absolute;
        bottom: 2px;
        left: 0;
        width: 0;
        height: 9px;
        background-color: #d7f5fa;
        z-index: -1;
        -webkit-transition: width .3s ease;
        -moz-transition: width .3s ease;
        transition: width .3s ease
    }

    .mkdf-btn.mkdf-btn-solid.mkdf-btn-cf7-huge, .mkdf-comment-holder .mkdf-comment-text #cancel-comment-reply-link:hover:after {
        width: 100%
    }

.mkdf-comment-holder .mkdf-comment-text ol li, .mkdf-comment-holder .mkdf-comment-text ul li {
    display: list-item
}

.mkdf-comment-holder .mkdf-comment-text li {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important
}

.mkdf-comment-holder .mkdf-comment-text .mkdf-text-holder {
    margin: 0 0 8px
}

.mkdf-comment-form {
    clear: both;
    box-sizing: border-box;
    background-color: #9ad8d3;
    border-radius: 10px;
    margin: 53px 0 0;
    padding: 0
}

    .mkdf-comment-form .mkdf-comment-form-inner {
        padding: 45px 45px 54px
    }

        .mkdf-comment-form .mkdf-comment-form-inner .comment-respond .comment-form-cookies-consent {
            color: #fff;
            margin: 0 0 20px
        }

            .mkdf-comment-form .mkdf-comment-form-inner .comment-respond .comment-form-cookies-consent input {
                vertical-align: text-top
            }

            .mkdf-comment-form .mkdf-comment-form-inner .comment-respond .comment-form-cookies-consent label {
                top: -1px;
                position: relative
            }

@media only screen and (max-width:680px) {
    .mkdf-comment-form .mkdf-comment-form-inner {
        padding: 45px 20px 54px
    }
}

.mkdf-comment-form .comment-reply-title {
    color: #fff;
    margin: 0 0 25px
}

.mkdf-comment-form .logged-in-as {
    margin: 0 0 8px
}

.mkdf-comment-form #respond textarea {
    height: 135px
}

@media only screen and (max-width:768px) {
    .mkdf-comment-holder .mkdf-comment-list .children:before {
        left: 0
    }

    .mkdf-comment-holder .mkdf-comment-list .children {
        padding: 0 0 0 40px
    }
}

@media only screen and (max-width:680px) {
    .mkdf-comment-holder .mkdf-comment-list .children {
        padding: 0
    }

    .mkdf-comment-holder .mkdf-comment-text .mkdf-comment-date, .mkdf-comment-holder .mkdf-comment-text .mkdf-comment-name {
        float: none
    }

    .mkdf-comment-holder .mkdf-comment-text .comment-edit-link, .mkdf-comment-holder .mkdf-comment-text .comment-reply-link, .mkdf-comment-holder .mkdf-comment-text .replay {
        float: none;
        margin: 0 10px 0 0
    }
}

@media only screen and (max-width:480px) {
    .mkdf-comment-holder .mkdf-comment-image {
        float: none
    }

    .mkdf-comment-holder .mkdf-comment-text {
        padding: 20px 0 0;
        min-height: inherit
    }
}

.post-password-form input[type=password] {
    margin-top: 10px
}

.wpcf7-form-control.wpcf7-date, .wpcf7-form-control.wpcf7-number, .wpcf7-form-control.wpcf7-quiz, .wpcf7-form-control.wpcf7-select, .wpcf7-form-control.wpcf7-text, .wpcf7-form-control.wpcf7-textarea {
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    color: #fff;
    border: 1px solid #72cbc4;
    border-radius: 10px;
    background-color: #7dd1ca;
    width: 100%;
    padding: 19px 29px;
    line-height: 20px;
    margin: 0 0 20px;
    outline: 0;
    -webkit-appearance: none;
    box-sizing: border-box;
    -webkit-transition: border-color .2s ease-in-out;
    -moz-transition: border-color .2s ease-in-out;
    transition: border-color .2s ease-in-out
}

    .wpcf7-form-control.wpcf7-date:focus, .wpcf7-form-control.wpcf7-number:focus, .wpcf7-form-control.wpcf7-quiz:focus, .wpcf7-form-control.wpcf7-select:focus, .wpcf7-form-control.wpcf7-text:focus, .wpcf7-form-control.wpcf7-textarea:focus {
        border-color: rgba(215,245,250,.5)
    }

    .wpcf7-form-control.wpcf7-date::-webkit-input-placeholder, .wpcf7-form-control.wpcf7-number::-webkit-input-placeholder, .wpcf7-form-control.wpcf7-quiz::-webkit-input-placeholder, .wpcf7-form-control.wpcf7-select::-webkit-input-placeholder, .wpcf7-form-control.wpcf7-text::-webkit-input-placeholder, .wpcf7-form-control.wpcf7-textarea::-webkit-input-placeholder {
        color: inherit
    }

    .wpcf7-form-control.wpcf7-date:-moz-placeholder, .wpcf7-form-control.wpcf7-number:-moz-placeholder, .wpcf7-form-control.wpcf7-quiz:-moz-placeholder, .wpcf7-form-control.wpcf7-select:-moz-placeholder, .wpcf7-form-control.wpcf7-text:-moz-placeholder, .wpcf7-form-control.wpcf7-textarea:-moz-placeholder {
        color: inherit;
        opacity: 1
    }

    .wpcf7-form-control.wpcf7-date::-moz-placeholder, .wpcf7-form-control.wpcf7-number::-moz-placeholder, .wpcf7-form-control.wpcf7-quiz::-moz-placeholder, .wpcf7-form-control.wpcf7-select::-moz-placeholder, .wpcf7-form-control.wpcf7-text::-moz-placeholder, .wpcf7-form-control.wpcf7-textarea::-moz-placeholder {
        color: inherit;
        opacity: 1
    }

    .wpcf7-form-control.wpcf7-date:-ms-input-placeholder, .wpcf7-form-control.wpcf7-number:-ms-input-placeholder, .wpcf7-form-control.wpcf7-quiz:-ms-input-placeholder, .wpcf7-form-control.wpcf7-select:-ms-input-placeholder, .wpcf7-form-control.wpcf7-text:-ms-input-placeholder, .wpcf7-form-control.wpcf7-textarea:-ms-input-placeholder {
        color: inherit
    }

footer .wpcf7-form-control.wpcf7-date, footer .wpcf7-form-control.wpcf7-number, footer .wpcf7-form-control.wpcf7-quiz, footer .wpcf7-form-control.wpcf7-select, footer .wpcf7-form-control.wpcf7-text, footer .wpcf7-form-control.wpcf7-textarea {
    margin: 0
}

.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
    display: block;
    margin: 4px 0 8px
}

    .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item.last {
        margin-bottom: 24px
    }

.wpcf7-form-control.wpcf7-textarea {
    max-width: 100%
}

div.wpcf7 .mkdf-centered-cf7-btn {
    text-align: center
}

    .wpcf7-submit.mkdf-cf7-submit-with-icon + .ajax-loader, div.wpcf7 .mkdf-centered-cf7-btn .ajax-loader {
        display: none !important
    }

.mkdf-btn.mkdf-btn-solid.mkdf-btn-cf7-huge .wpcf7-submit.mkdf-cf7-submit-with-icon {
    width: calc(100% - 54px);
    padding-left: 0;
    padding-right: 0
}

@media only screen and (max-width:480px) {
    .mkdf-btn-cf7-medium .wpcf7-form-control.wpcf7-submit.mkdf-cf7-submit-with-icon {
        padding-left: 25px;
        padding-right: 25px
    }
}

#submit_comment, .post-password-form input[type=submit], input.wpcf7-form-control.wpcf7-submit {
    position: relative;
    display: inline-block;
    width: auto;
    font-size: 20px;
    padding: 13px 42px;
    color: #fff;
    margin: 0;
    vertical-align: middle;
    box-sizing: border-box;
    outline: 0;
    cursor: pointer
}

#submit_comment, .post-password-form input[type=submit] {
    border-radius: 5px;
    -webkit-transition: color .3s ease,background-color .3s ease,border-color .3s ease;
    -moz-transition: color .3s ease,background-color .3s ease,border-color .3s ease;
    transition: color .3s ease,background-color .3s ease,border-color .3s ease;
    background-color: #ff6f96;
    border: 1px solid transparent
}

    #submit_comment:hover, .post-password-form input[type=submit]:hover {
        color: #fff;
        background-color: #fb5182
    }

input.wpcf7-form-control.wpcf7-submit {
    border-radius: 5px;
    -webkit-transition: color .3s ease,background-color .3s ease,border-color .3s ease;
    -moz-transition: color .3s ease,background-color .3s ease,border-color .3s ease;
    transition: color .3s ease,background-color .3s ease,border-color .3s ease;
    background-color: #ff6f96;
    border: 1px solid transparent
}

    input.wpcf7-form-control.wpcf7-submit:not(.mkdf-cf7-submit-with-icon):hover {
        color: #fff;
        background-color: #fb5182
    }

.wpcf7-form p, p.form-submit {
    margin: 0
}

p.form-submit {
    margin-top: 10px
}

#respond textarea, .mkdf-style-form textarea, .wpcf7-form textarea {
    display: block;
    padding: 16px 18px
}

.mkdf-two-columns-form-without-space .wpcf7-form .ajax-loader {
    display: none
}

span.wpcf7-form-control-wrap.mkdf-select:after {
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: '\f107';
    right: 20px;
    top: 0;
    padding: 0 0 2px;
    position: absolute;
    pointer-events: none
}

.mkdf-owl-slider .owl-stage-outer {
    z-index: 1
}

.mkdf-owl-slider.mkdf-slider-is-moving .owl-item .mkdf-block-drag-link {
    z-index: -1 !important
}

.mkdf-owl-slider.mkdf-slider-has-both-nav .owl-nav .owl-next, .mkdf-owl-slider.mkdf-slider-has-both-nav .owl-nav .owl-prev {
    -webkit-transform: translateY(calc(-50% - 21px));
    -moz-transform: translateY(calc(-50% - 21px));
    transform: translateY(calc(-50% - 21px))
}

.mkdf-owl-slider .owl-nav .owl-next, .mkdf-owl-slider .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    z-index: 3;
    color: #32355d;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: color .2s ease-out;
    -moz-transition: color .2s ease-out;
    transition: color .2s ease-out
}

    .mkdf-owl-slider .owl-nav .owl-next:hover, .mkdf-owl-slider .owl-nav .owl-prev:hover {
        color: #ff6f96
    }

    .mkdf-owl-slider .owl-nav .owl-next > span, .mkdf-owl-slider .owl-nav .owl-prev > span {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        font-size: 46px;
        line-height: 1
    }

        .mkdf-owl-slider .owl-nav .owl-next > span:before, .mkdf-owl-slider .owl-nav .owl-prev > span:before {
            display: block;
            line-height: inherit
        }

@-webkit-keyframes mkdfrotate {
    to {
        transform: rotate(360deg)
    }
}

@keyframes mkdfrotate {
    to {
        transform: rotate(360deg)
    }
}

.mkdf-owl-slider .owl-nav .owl-next .mkdf-arrow-stack-outer, .mkdf-owl-slider .owl-nav .owl-prev .mkdf-arrow-stack-outer {
    display: inline-block;
    padding: 3px;
    border-radius: 50%
}

    .mkdf-owl-slider .owl-nav .owl-next .mkdf-arrow-stack-outer .mkdf-arrow-stack, .mkdf-owl-slider .owl-nav .owl-prev .mkdf-arrow-stack-outer .mkdf-arrow-stack {
        position: relative;
        display: block;
        width: 60px;
        height: 60px;
        line-height: 64px;
        font-size: 28px;
        text-align: center;
        color: #fff;
        background-color: #fff;
        border-radius: 50%;
        overflow: hidden;
        -webkit-transition: color .3s ease,background-color .3s ease,border-color .3s ease;
        -moz-transition: color .3s ease,background-color .3s ease,border-color .3s ease;
        transition: color .3s ease,background-color .3s ease,border-color .3s ease
    }

.mkdf-owl-slider .owl-dots .owl-dot,
.mkdf-owl-slider .owl-dots .owl-dot span, .mkdf-owl-slider + .mkdf-slider-thumbnail {
    display: inline-block;
    vertical-align: middle
}

.mkdf-owl-slider .owl-nav .owl-next .mkdf-arrow-stack-outer .mkdf-arrow-stack .mkdf-prev-icon, .mkdf-owl-slider .owl-nav .owl-prev .mkdf-arrow-stack-outer .mkdf-arrow-stack .mkdf-prev-icon {
    color: #703a78;
    -webkit-transition: color .2s ease-out;
    -moz-transition: color .2s ease-out;
    transition: color .2s ease-out
}

    .mkdf-owl-slider .owl-nav .owl-next .mkdf-arrow-stack-outer .mkdf-arrow-stack .mkdf-prev-icon:hover, .mkdf-owl-slider .owl-nav .owl-prev .mkdf-arrow-stack-outer .mkdf-arrow-stack .mkdf-prev-icon:hover {
        color: #9ad8d3
    }

.mkdf-owl-slider .owl-nav .owl-next .mkdf-arrow-stack-outer .mkdf-arrow-stack .mkdf-next-icon, .mkdf-owl-slider .owl-nav .owl-prev .mkdf-arrow-stack-outer .mkdf-arrow-stack .mkdf-next-icon {
    color: #9ad8d3;
    -webkit-transition: color .2s ease-out;
    -moz-transition: color .2s ease-out;
    transition: color .2s ease-out
}

    .mkdf-owl-slider .owl-nav .owl-next .mkdf-arrow-stack-outer .mkdf-arrow-stack .mkdf-next-icon:hover, .mkdf-owl-slider .owl-nav .owl-prev .mkdf-arrow-stack-outer .mkdf-arrow-stack .mkdf-next-icon:hover {
        color: #ff6f96
    }

.mkdf-owl-slider .owl-nav .owl-next .mkdf-arrow-stack-outer:after, .mkdf-owl-slider .owl-nav .owl-prev .mkdf-arrow-stack-outer:after {
    content: "";
    border: 1px dashed #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    top: -1px;
    left: -1px
}

.mkdf-owl-slider .owl-nav .owl-next .mkdf-arrow-stack-outer:hover:after, .mkdf-owl-slider .owl-nav .owl-prev .mkdf-arrow-stack-outer:hover:after {
    -webkit-animation: mkdfrotate 7s linear infinite;
    -moz-animation: mkdfrotate 7s linear infinite;
    animation: mkdfrotate 7s linear infinite
}

.mkdf-owl-slider .owl-nav .owl-prev {
    left: 10px
}

.mkdf-owl-slider .owl-nav .owl-next {
    right: 10px
}

.mkdf-owl-slider .owl-dots {
    text-align: center;
    margin: 63px 0 0
}

    .mkdf-owl-slider .owl-dots .owl-dot span {
        width: 12px;
        height: 12px;
        margin: 0 3px;
        border-radius: 3em;
        background-color: #32355d;
        box-sizing: border-box;
        -webkit-transition: background-color .2s ease-out,border .2s ease-out;
        -moz-transition: background-color .2s ease-out,border .2s ease-out;
        transition: background-color .2s ease-out,border .2s ease-out
    }

    .mkdf-owl-slider .owl-dots .owl-dot.active span, .mkdf-owl-slider .owl-dots .owl-dot:hover span {
        background-color: #ff6f96
    }

.mkdf-owl-slider .owl-carousel .owl-item img {
    -webkit-transform: translateZ(0)
}

.mkdf-owl-slider + .mkdf-slider-thumbnail {
    list-style: none;
    margin: 20px -10px 0
}

    .mkdf-owl-slider + .mkdf-slider-thumbnail > .mkdf-slider-thumbnail-item {
        float: left;
        padding: 0 10px;
        margin-bottom: 20px;
        box-sizing: border-box;
        line-height: 0
    }

        .mkdf-owl-slider + .mkdf-slider-thumbnail > .mkdf-slider-thumbnail-item img {
            border: 2px solid transparent;
            -webkit-transition: border-color .2s ease-out;
            -moz-transition: border-color .2s ease-out;
            transition: border-color .2s ease-out
        }

        .mkdf-owl-slider + .mkdf-slider-thumbnail > .mkdf-slider-thumbnail-item.active img {
            border: 2px solid #ff6f96
        }

    .mkdf-owl-slider + .mkdf-slider-thumbnail.mkdf-slider-columns-two .mkdf-slider-thumbnail-item {
        width: 50%
    }

@media only screen and (max-width:1024px) {
    .mkdf-owl-slider + .mkdf-slider-thumbnail.mkdf-slider-columns-two .mkdf-slider-thumbnail-item {
        width: 33.3333%
    }
}

.mkdf-owl-slider + .mkdf-slider-thumbnail.mkdf-slider-columns-three .mkdf-slider-thumbnail-item {
    width: 33.33333%
}

@media only screen and (max-width:1024px) {
    .mkdf-owl-slider + .mkdf-slider-thumbnail.mkdf-slider-columns-three .mkdf-slider-thumbnail-item {
        width: 33.3333%
    }
}

.mkdf-owl-slider + .mkdf-slider-thumbnail.mkdf-slider-columns-four .mkdf-slider-thumbnail-item {
    width: 25%
}

@media only screen and (max-width:1024px) {
    .mkdf-owl-slider + .mkdf-slider-thumbnail.mkdf-slider-columns-four .mkdf-slider-thumbnail-item {
        width: 33.3333%
    }
}

.mkdf-owl-slider + .mkdf-slider-thumbnail.mkdf-slider-columns-five .mkdf-slider-thumbnail-item {
    width: 20%
}

@media only screen and (max-width:1024px) {
    .mkdf-owl-slider + .mkdf-slider-thumbnail.mkdf-slider-columns-five .mkdf-slider-thumbnail-item {
        width: 33.3333%
    }
}

.mkdf-owl-slider + .mkdf-slider-thumbnail.mkdf-slider-columns-six .mkdf-slider-thumbnail-item {
    width: 16.66667%
}

@media only screen and (max-width:1024px) {
    .mkdf-owl-slider + .mkdf-slider-thumbnail.mkdf-slider-columns-six .mkdf-slider-thumbnail-item {
        width: 33.3333%
    }
}

.error404 .mkdf-wrapper {
    padding: 0 !important
}

.error404 .mkdf-content {
    height: 100vh
}

.error404.admin-bar .mkdf-content {
    height: calc(100vh - 32px)
}

.error404 .mkdf-content-inner {
    position: relative;
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%
}

.error404 .mkdf-page-not-found {
    position: relative;
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle;
    padding: 0 20%;
    text-align: center
}

    .error404 .mkdf-page-not-found .mkdf-404-title {
        margin: 0
    }

    .error404 .mkdf-page-not-found .mkdf-404-subtitle {
        margin: 35px 0 0
    }

    .error404 .mkdf-page-not-found .mkdf-404-text {
        margin: 10px 0 0
    }

    .error404 .mkdf-page-not-found .mkdf-404-form.mkdf-404-form-light .input-holder {
        border-color: #fff
    }

        .error404 .mkdf-page-not-found .mkdf-404-form.mkdf-404-form-light .input-holder button, .error404 .mkdf-page-not-found .mkdf-404-form.mkdf-404-form-light .input-holder input {
            color: #fff
        }

            .error404 .mkdf-page-not-found .mkdf-404-form.mkdf-404-form-light .input-holder input.search-field::-webkit-input-placeholder {
                color: #fff
            }

            .error404 .mkdf-page-not-found .mkdf-404-form.mkdf-404-form-light .input-holder input.search-field:-moz-placeholder {
                color: #fff;
                opacity: 1
            }

            .error404 .mkdf-page-not-found .mkdf-404-form.mkdf-404-form-light .input-holder input.search-field::-moz-placeholder {
                color: #fff;
                opacity: 1
            }

            .error404 .mkdf-page-not-found .mkdf-404-form.mkdf-404-form-light .input-holder input.search-field:-ms-input-placeholder {
                color: #fff
            }

            .error404 .mkdf-page-not-found .mkdf-404-form.mkdf-404-form-light .input-holder button:hover {
                color: rgba(255,255,255,.8)
            }

    .error404 .mkdf-page-not-found .mkdf-404-form .input-holder {
        width: 45%;
        min-width: 250px;
        border: 1px solid #c9c9c9;
        border-radius: 10px;
        margin: 30px auto 0
    }

        .error404 .mkdf-page-not-found .mkdf-404-form .input-holder button, .error404 .mkdf-page-not-found .mkdf-404-form .input-holder input {
            background-color: transparent;
            border: 0;
            border-radius: 0;
            box-sizing: border-box;
            color: #9f9e9e;
            display: inline-block;
            float: left;
            font-size: 14px;
            font-style: italic;
            font-weight: inherit;
            height: 48px;
            line-height: 46px;
            outline: 0;
            position: relative;
            vertical-align: top;
            -webkit-appearance: none;
            -webkit-transition: color .2s ease-in-out;
            -moz-transition: color .2s ease-in-out;
            transition: color .2s ease-in-out
        }

            .error404 .mkdf-page-not-found .mkdf-404-form .input-holder input.search-field {
                width: calc(100% - 48px);
                padding: 10px 0 10px 21px
            }

                .error404 .mkdf-page-not-found .mkdf-404-form .input-holder input.search-field::-webkit-input-placeholder {
                    color: #9f9e9e
                }

                .error404 .mkdf-page-not-found .mkdf-404-form .input-holder input.search-field:-moz-placeholder {
                    color: #9f9e9e;
                    opacity: 1
                }

                .error404 .mkdf-page-not-found .mkdf-404-form .input-holder input.search-field::-moz-placeholder {
                    color: #9f9e9e;
                    opacity: 1
                }

                .error404 .mkdf-page-not-found .mkdf-404-form .input-holder input.search-field:-ms-input-placeholder {
                    color: #9f9e9e
                }

        .error404 .mkdf-page-not-found .mkdf-404-form .input-holder button {
            background: 0 0;
            color: #32355d;
            cursor: pointer;
            font-size: 17px;
            line-height: 1em;
            width: 48px;
            -webkit-transition: color .2s ease-in-out;
            -moz-transition: color .2s ease-in-out;
            transition: color .2s ease-in-out
        }

            .error404 .mkdf-page-not-found .mkdf-404-form .input-holder button:hover {
                color: #000
            }

            .error404 .mkdf-page-not-found .mkdf-404-form .input-holder button span {
                display: block;
                left: 0;
                line-height: 48px;
                position: absolute;
                top: 0;
                width: 100%
            }

                .error404 .mkdf-page-not-found .mkdf-404-form .input-holder button span:before {
                    display: block;
                    line-height: inherit
                }

@media only screen and (max-width:1024px) {
    .error404 .mkdf-content {
        height: auto;
        min-height: 100vh
    }

        .error404 .mkdf-content .mkdf-content-inner {
            min-height: 100vh
        }

    .error404.admin-bar .mkdf-content {
        height: auto;
        min-height: calc(100vh - 32px)
    }
}

@media only screen and (max-width:768px) {
    .error404 .mkdf-page-not-found {
        padding: 70px 30px 20px
    }
}

#mkdf-back-to-top {
    position: fixed;
    width: 54px;
    right: 25px;
    bottom: 25px;
    margin: 0;
    z-index: 10000;
    opacity: 0
}

    #mkdf-back-to-top.off {
        opacity: 0;
        visibility: hidden;
        -webkit-transition: opacity .15s ease,visibility 0s .15s;
        -moz-transition: opacity .15s ease,visibility 0s .15s;
        transition: opacity .15s ease,visibility 0s .15s
    }

    #mkdf-back-to-top.on {
        opacity: 1;
        visibility: visible;
        -webkit-transition: opacity .3s ease;
        -moz-transition: opacity .3s ease;
        transition: opacity .3s ease
    }

    #mkdf-back-to-top .mkdf-icon-stack-outer {
        display: inline-block;
        position: relative;
        padding: 6px;
        background-color: rgba(255,111,150,.1);
        border-radius: 50%
    }

        #mkdf-back-to-top .mkdf-icon-stack-outer:after {
            content: "";
            border: 1px dashed #703a78;
            position: absolute;
            width: calc(100% - 4px);
            height: calc(100% - 4px);
            border-radius: 100%;
            top: 1px;
            left: 1px
        }

        #mkdf-back-to-top .mkdf-icon-stack-outer .mkdf-icon-stack {
            position: relative;
            display: block;
            width: 39px;
            height: 39px;
            line-height: 40px;
            font-size: 15px;
            text-align: center;
            color: #fff;
            background-color: #703a78;
            border: 1px solid #703a78;
            border-radius: 50%;
            overflow: hidden;
            -webkit-transition: color .3s ease,background-color .3s ease,border-color .3s ease;
            -moz-transition: color .3s ease,background-color .3s ease,border-color .3s ease;
            transition: color .3s ease,background-color .3s ease,border-color .3s ease
        }

            #mkdf-back-to-top .mkdf-icon-stack-outer .mkdf-icon-stack i {
                position: relative;
                display: inline-block
            }

            #mkdf-back-to-top .mkdf-icon-stack-outer .mkdf-icon-stack .mkdf-icon-stack-inner {
                position: relative;
                -webkit-transform: rotate(-45deg) translate(0,1px) scale(1) rotateX(0);
                -moz-transform: rotate(-45deg) translate(0,1px) scale(1) rotateX(0);
                transform: rotate(-45deg) translate(0,1px) scale(1) rotateX(0);
                -webkit-transition: transform .5s cubic-bezier(.65,-.88,.93,1.18);
                -moz-transition: transform .5s cubic-bezier(.65,-.88,.93,1.18);
                transition: transform .5s cubic-bezier(.65,-.88,.93,1.18)
            }

    #mkdf-back-to-top span span {
        display: block;
        line-height: inherit
    }

    #mkdf-back-to-top .mkdf-back-to-top-inner {
        position: absolute;
        top: 0;
        left: 0;
        width: 54px;
        height: 54px;
        line-height: 54px;
        text-align: center;
        color: #fff;
        background: 0 0;
        border: none;
        opacity: 0;
        -webkit-transform: translate3d(0,75%,0) rotateX(-90deg);
        -moz-transform: translate3d(0,75%,0) rotateX(-90deg);
        transform: translate3d(0,75%,0) rotateX(-90deg);
        -webkit-transition: all .5s cubic-bezier(.65,-.88,.93,1.18) 0s;
        -moz-transition: all .5s cubic-bezier(.65,-.88,.93,1.18) 0s;
        transition: all .5s cubic-bezier(.65,-.88,.93,1.18) 0s
    }

    #mkdf-back-to-top:hover .mkdf-icon-stack-outer:after {
        -webkit-animation: mkdfrotate 7s linear infinite;
        -moz-animation: mkdfrotate 7s linear infinite;
        animation: mkdfrotate 7s linear infinite
    }

    #mkdf-back-to-top:hover .mkdf-back-to-top-inner {
        opacity: 1;
        -webkit-transform: rotate(-45deg) translate(0,1px) scale(1) rotateX(0);
        -moz-transform: rotate(-45deg) translate(0,1px) scale(1) rotateX(0);
        transform: rotate(-45deg) translate(0,1px) scale(1) rotateX(0);
        -webkit-transition: all .5s cubic-bezier(.65,-.88,.93,1.18) .25s;
        -moz-transition: all .5s cubic-bezier(.65,-.88,.93,1.18) .25s;
        transition: all .5s cubic-bezier(.65,-.88,.93,1.18) .25s
    }

    #mkdf-back-to-top:hover .mkdf-icon-stack-outer .mkdf-icon-stack .mkdf-icon-stack-inner {
        -webkit-transform: rotate(-45deg) translate3d(33px,-29px,0) scale(1.5) rotateX(90deg);
        -moz-transform: rotate(-45deg) translate3d(33px,-29px,0) scale(1.5) rotateX(90deg);
        transform: rotate(-45deg) translate3d(33px,-29px,0) scale(1.5) rotateX(90deg)
    }

.mkdf-self-hosted-video-holder .mkdf-video-wrap .mejs-container, .mkdf-self-hosted-video-holder .mkdf-video-wrap .mejs-overlay-play, .mkdf-self-hosted-video-holder .mkdf-video-wrap .mejs-poster {
    height: 100% !important;
    width: 100% !important
}

@media(max-width:1440px) and (min-width:1280px) {
    .mkdf-background-image-chld {
        background-size: 100% 100%
    }
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration {
    display: none
}

input[type=search]::-ms-clear {
    display: none
}

input[type=text]::-ms-clear {
    display: none
}

footer .widget .mkdf-widget-title-holder {
    margin-bottom: 26px
}

    footer .widget .mkdf-widget-title-holder .mkdf-widget-title {
        color: #32355d;
        margin: 0
    }

footer .widget ul {
    padding: 0;
    margin: 0;
    list-style: none
}

    footer .widget ul li {
        display: block;
        margin: 0;
        padding: 0 0 10px
    }

        footer .widget ul li:last-child {
            border: 0;
            padding-bottom: 0
        }

        footer .widget ul li a:hover {
            color: #703a78
        }

    footer .widget ul .children, footer .widget ul .sub-menu {
        margin-top: 10px
    }

        footer .widget ul .children li, footer .widget ul .sub-menu li {
            padding-left: 15px
        }

footer .widget.widget_archive ul li, footer .widget.widget_categories ul li, footer .widget.widget_meta ul li, footer .widget.widget_nav_menu ul li, footer .widget.widget_pages ul li, footer .widget.widget_recent_entries ul li {
    overflow: hidden
}

    footer .widget.widget_archive ul li a, footer .widget.widget_categories ul li a, footer .widget.widget_meta ul li a, footer .widget.widget_nav_menu ul li a, footer .widget.widget_pages ul li a, footer .widget.widget_recent_entries ul li a {
        display: inline;
        overflow: hidden;
        padding: 0;
        position: relative;
        color: #8f9093
    }

        footer .widget.widget_archive ul li a abbr, footer .widget.widget_categories ul li a abbr, footer .widget.widget_meta ul li a abbr, footer .widget.widget_nav_menu ul li a abbr, footer .widget.widget_pages ul li a abbr, footer .widget.widget_recent_entries ul li a abbr {
            color: #32355d
        }

            footer .widget.widget_archive ul li a abbr:hover, footer .widget.widget_archive ul li a:hover, footer .widget.widget_categories ul li a abbr:hover, footer .widget.widget_categories ul li a:hover, footer .widget.widget_meta ul li a abbr:hover, footer .widget.widget_meta ul li a:hover, footer .widget.widget_nav_menu ul li a abbr:hover, footer .widget.widget_nav_menu ul li a:hover, footer .widget.widget_pages ul li a abbr:hover, footer .widget.widget_pages ul li a:hover, footer .widget.widget_recent_entries ul li a abbr:hover, footer .widget.widget_recent_entries ul li a:hover {
                color: #703a78
            }

        footer .widget.widget_archive ul li a:before, footer .widget.widget_categories ul li a:before, footer .widget.widget_meta ul li a:before, footer .widget.widget_nav_menu ul li a:before, footer .widget.widget_pages ul li a:before, footer .widget.widget_recent_entries ul li a:before {
            content: '';
            position: relative;
            top: -1px;
            vertical-align: middle;
            background-color: #703a78;
            width: 5px;
            height: 5px;
            -moz-border-radius: 2.5px;
            -webkit-border-radius: 2.5px;
            border-radius: 2.5px;
            margin: 0 10px 0 0
        }

footer .widget.widget_recent_comments .mkdf-widget-title, footer .widget.widget_rss .mkdf-widget-title {
    margin-bottom: 0
}

footer .widget #wp-calendar {
    text-align: center;
    width: 100%
}

    footer .widget #wp-calendar caption {
        margin: 0 0 15px
    }

    footer .widget #wp-calendar td, footer .widget #wp-calendar th {
        padding: 3px 4px
    }

        footer .widget #wp-calendar td#today {
            color: #fff;
            background-color: #9ad8d3
        }

    footer .widget #wp-calendar tfoot a {
        color: #8f9093
    }

        footer .widget #wp-calendar tfoot a:hover {
            color: #703a78
        }

footer .widget.widget_rss .rss-widget-icon {
    display: inline-block
}

footer .widget.widget_rss .rsswidget {
    display: inline-block;
    color: #32355d
}

    footer .widget.widget_rss .rsswidget:hover {
        color: #703a78
    }

footer .widget.widget_rss .rss-date {
    display: block;
    margin-bottom: 15px;
    font-size: 15px
}

footer .widget.widget_rss cite {
    display: block;
    margin-top: calc(15px/2)
}

footer .widget.widget_search .input-holder {
    border-color: #72cbc4;
    border-style: solid;
    border-width: 1px;
    background-color: #9ad8d3;
    border-radius: 10px
}

    footer .widget.widget_search .input-holder button, footer .widget.widget_search .input-holder input {
        background-color: transparent;
        border: 0;
        border-radius: 0;
        box-sizing: border-box;
        color: #fff;
        display: inline-block;
        float: left;
        font-size: 14px;
        font-weight: inherit;
        height: 52px;
        line-height: calc(52px - 22px);
        outline: 0;
        position: relative;
        vertical-align: top;
        -webkit-appearance: none;
        -webkit-transition: color .2s ease-in-out;
        -moz-transition: color .2s ease-in-out;
        transition: color .2s ease-in-out
    }

        footer .widget.widget_search .input-holder input.search-field {
            width: calc(100% - 52px);
            padding: 8px 0 10px 21px
        }

            footer .widget.widget_search .input-holder input.search-field::-webkit-input-placeholder {
                color: #fff
            }

            footer .widget.widget_search .input-holder input.search-field:-moz-placeholder {
                color: #fff;
                opacity: 1
            }

            footer .widget.widget_search .input-holder input.search-field::-moz-placeholder {
                color: #fff;
                opacity: 1
            }

            footer .widget.widget_search .input-holder input.search-field:-ms-input-placeholder {
                color: #fff
            }

    footer .widget.widget_search .input-holder button {
        background: #9ad8d3;
        color: #fff;
        cursor: pointer;
        font-size: 16px;
        line-height: calc(52px - 22px);
        width: 52px;
        padding: 13px 0;
        border-radius: 10px;
        -webkit-transition: color .2s ease-in-out;
        -moz-transition: color .2s ease-in-out;
        transition: color .2s ease-in-out
    }

        footer .widget.widget_search .input-holder button:hover {
            color: rgba(255,255,255,.5)
        }

        footer .widget.widget_search .input-holder button span {
            display: block;
            line-height: inherit;
            width: 100%
        }

            footer .widget.widget_search .input-holder button span:before {
                display: block;
                line-height: inherit
            }

footer .widget.mkdf-search-post-type-widget .mkdf-post-type-search-field, footer .widget.widget_archive select, footer .widget.widget_categories select, footer .widget.widget_text select {
    background-color: transparent;
    border-color: #72cbc4;
    border-style: solid;
    border-width: 1px;
    height: 52px;
    line-height: calc(52px - 2px);
    vertical-align: top;
    -moz-transition: color .2s ease-in-out;
    color: #8f9093;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    font-weight: inherit;
    outline: 0;
    position: relative
}

footer .widget.mkdf-search-post-type-widget .mkdf-post-type-search-field {
    border-radius: 3px;
    float: left;
    font-size: 12px;
    -webkit-appearance: none;
    padding: 0 25px 0 20px;
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out
}

    footer .widget.mkdf-search-post-type-widget .mkdf-post-type-search-field::-webkit-input-placeholder {
        color: #8f9093
    }

    footer .widget.mkdf-search-post-type-widget .mkdf-post-type-search-field:-moz-placeholder {
        color: #8f9093;
        opacity: 1
    }

    footer .widget.mkdf-search-post-type-widget .mkdf-post-type-search-field::-moz-placeholder {
        color: #8f9093;
        opacity: 1
    }

    footer .widget.mkdf-search-post-type-widget .mkdf-post-type-search-field:-ms-input-placeholder {
        color: #8f9093
    }

footer .widget.widget_archive select, footer .widget.widget_categories select, footer .widget.widget_text select {
    border-radius: 0;
    font-size: 15px;
    margin-top: 15px;
    padding: 0 0 0 21px;
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out
}

footer .widget.widget_archive img, footer .widget.widget_categories img, footer .widget.widget_text img {
    margin-bottom: 10px
}

footer .widget.widget_tag_cloud a {
    border-radius: 2px;
    color: #8f9093;
    display: inline-block;
    font-size: 17px !important;
    font-weight: inherit;
    line-height: 30px;
    margin: 0 7px 7px 0;
    padding: 0
}

    footer .widget.widget_tag_cloud a:hover {
        color: #703a78
    }

footer .widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item {
    margin: 0 0 28px;
    padding: 0
}

    footer .widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item a {
        display: table;
        width: 100%
    }

        footer .widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item a .mkdf-rp-image, footer .widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item a .mkdf-rp-title {
            display: table-cell;
            vertical-align: middle
        }

            footer .widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item a .mkdf-rp-image img, footer .widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item a .mkdf-rp-title img {
                display: block
            }

        footer .widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item a .mkdf-rp-image {
            width: 93px
        }

            footer .widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item a .mkdf-rp-image img {
                border-radius: 5px
            }

        footer .widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item a .mkdf-recent-posts-info {
            display: table-cell;
            vertical-align: middle
        }

            footer .widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item a .mkdf-recent-posts-info:not(:first-child) {
                padding-left: 20px
            }

        footer .widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item a .mkdf-rp-title {
            -webkit-transition: color .2s ease-in-out;
            -moz-transition: color .2s ease-in-out;
            transition: color .2s ease-in-out;
            color: #8f9093;
            margin: 0 0 10px
        }

        footer .widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item a p.mkdf-rp-title {
            line-height: 1.2em
        }

        footer .widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item a .mkdf-rp-date {
            font-size: 11px;
            color: #fff;
            background-color: #ff6f96;
            padding: 0 7px;
            border-radius: 5px
        }

        footer .widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item a:hover .mkdf-rp-title {
            color: #8f9093
        }

footer .widget {
    margin: 0 0 29px;
    padding: 0
}

    footer .widget .mkdf-widget-title-holder .mkdf-separator {
        border-color: #8f9093;
        border-bottom-width: 3px;
        width: 30px
    }

    footer .widget.widget_archive ul, footer .widget.widget_categories ul, footer .widget.widget_meta ul, footer .widget.widget_nav_menu ul, footer .widget.widget_pages ul, footer .widget.widget_recent_entries ul {
        list-style: none
    }

        footer .widget.widget_archive ul li a, footer .widget.widget_categories ul li a, footer .widget.widget_meta ul li a, footer .widget.widget_nav_menu ul li a, footer .widget.widget_pages ul li a, footer .widget.widget_recent_entries ul li a {
            font-size: 15px
        }

            footer .widget.widget_archive ul li a:before, footer .widget.widget_categories ul li a:before, footer .widget.widget_meta ul li a:before, footer .widget.widget_nav_menu ul li a:before, footer .widget.widget_pages ul li a:before, footer .widget.widget_recent_entries ul li a:before {
                display: none
            }

.mkdf-fullscreen-sidebar .widget .mkdf-widget-title-holder .mkdf-widget-title {
    color: #999;
    margin: 0
}

.mkdf-fullscreen-sidebar .widget ul {
    padding: 0;
    margin: 0;
    list-style: none
}

    .mkdf-fullscreen-sidebar .widget ul li {
        display: block;
        margin: 0;
        padding: 0 0 15px
    }

        .mkdf-fullscreen-sidebar .widget ul li:last-child {
            border: 0;
            padding-bottom: 0
        }

        .mkdf-fullscreen-sidebar .widget ul li a:hover {
            color: #ff6f96
        }

    .mkdf-fullscreen-sidebar .widget ul .children, .mkdf-fullscreen-sidebar .widget ul .sub-menu {
        margin-top: 15px
    }

        .mkdf-fullscreen-sidebar .widget ul .children li, .mkdf-fullscreen-sidebar .widget ul .sub-menu li {
            padding-left: 15px
        }

.mkdf-fullscreen-sidebar .widget.widget_archive ul li, .mkdf-fullscreen-sidebar .widget.widget_categories ul li, .mkdf-fullscreen-sidebar .widget.widget_meta ul li, .mkdf-fullscreen-sidebar .widget.widget_nav_menu ul li, .mkdf-fullscreen-sidebar .widget.widget_pages ul li, .mkdf-fullscreen-sidebar .widget.widget_recent_entries ul li {
    overflow: hidden
}

    .mkdf-fullscreen-sidebar .widget.widget_archive ul li a, .mkdf-fullscreen-sidebar .widget.widget_categories ul li a, .mkdf-fullscreen-sidebar .widget.widget_meta ul li a, .mkdf-fullscreen-sidebar .widget.widget_nav_menu ul li a, .mkdf-fullscreen-sidebar .widget.widget_pages ul li a, .mkdf-fullscreen-sidebar .widget.widget_recent_entries ul li a {
        display: inline;
        overflow: hidden;
        padding: 0;
        position: relative;
        color: #8f9093;
        font-size: 16px
    }

        .mkdf-fullscreen-sidebar .widget.widget_archive ul li a abbr, .mkdf-fullscreen-sidebar .widget.widget_categories ul li a abbr, .mkdf-fullscreen-sidebar .widget.widget_meta ul li a abbr, .mkdf-fullscreen-sidebar .widget.widget_nav_menu ul li a abbr, .mkdf-fullscreen-sidebar .widget.widget_pages ul li a abbr, .mkdf-fullscreen-sidebar .widget.widget_recent_entries ul li a abbr {
            color: #999
        }

            .mkdf-fullscreen-sidebar .widget.widget_archive ul li a abbr:hover, .mkdf-fullscreen-sidebar .widget.widget_archive ul li a:hover, .mkdf-fullscreen-sidebar .widget.widget_categories ul li a abbr:hover, .mkdf-fullscreen-sidebar .widget.widget_categories ul li a:hover, .mkdf-fullscreen-sidebar .widget.widget_meta ul li a abbr:hover, .mkdf-fullscreen-sidebar .widget.widget_meta ul li a:hover, .mkdf-fullscreen-sidebar .widget.widget_nav_menu ul li a abbr:hover, .mkdf-fullscreen-sidebar .widget.widget_nav_menu ul li a:hover, .mkdf-fullscreen-sidebar .widget.widget_pages ul li a abbr:hover, .mkdf-fullscreen-sidebar .widget.widget_pages ul li a:hover, .mkdf-fullscreen-sidebar .widget.widget_recent_entries ul li a abbr:hover, .mkdf-fullscreen-sidebar .widget.widget_recent_entries ul li a:hover {
                color: #ff6f96
            }

        .mkdf-fullscreen-sidebar .widget.widget_archive ul li a:before, .mkdf-fullscreen-sidebar .widget.widget_categories ul li a:before, .mkdf-fullscreen-sidebar .widget.widget_meta ul li a:before, .mkdf-fullscreen-sidebar .widget.widget_nav_menu ul li a:before, .mkdf-fullscreen-sidebar .widget.widget_pages ul li a:before, .mkdf-fullscreen-sidebar .widget.widget_recent_entries ul li a:before {
            content: '';
            position: relative;
            top: -1px;
            display: inline-block;
            vertical-align: middle;
            background-color: #ff6f96;
            width: 5px;
            height: 5px;
            -moz-border-radius: 2.5px;
            -webkit-border-radius: 2.5px;
            border-radius: 2.5px;
            margin: 0 10px 0 0
        }

.mkdf-fullscreen-sidebar .widget.widget_recent_comments .mkdf-widget-title, .mkdf-fullscreen-sidebar .widget.widget_rss .mkdf-widget-title {
    margin-bottom: 0
}

.mkdf-fullscreen-sidebar .widget #wp-calendar {
    text-align: center;
    width: 100%
}

    .mkdf-fullscreen-sidebar .widget #wp-calendar caption {
        margin: 0 0 15px
    }

    .mkdf-fullscreen-sidebar .widget #wp-calendar td, .mkdf-fullscreen-sidebar .widget #wp-calendar th {
        padding: 3px 4px
    }

        .mkdf-fullscreen-sidebar .widget #wp-calendar td#today {
            color: #fff;
            background-color: #999
        }

    .mkdf-fullscreen-sidebar .widget #wp-calendar tfoot a {
        color: #8f9093
    }

        .mkdf-fullscreen-sidebar .widget #wp-calendar tfoot a:hover {
            color: #ff6f96
        }

.mkdf-fullscreen-sidebar .widget.widget_rss .rss-widget-icon {
    display: inline-block
}

.mkdf-fullscreen-sidebar .widget.widget_rss .rsswidget {
    display: inline-block;
    color: #999
}

    .mkdf-fullscreen-sidebar .widget.widget_rss .rsswidget:hover {
        color: #ff6f96
    }

.mkdf-fullscreen-sidebar .widget.widget_rss .rss-date {
    display: block;
    margin-bottom: 15px;
    font-size: 15px
}

.mkdf-fullscreen-sidebar .widget.widget_rss cite {
    display: block;
    margin-top: calc(15px/2)
}

.mkdf-fullscreen-sidebar .widget.widget_search .input-holder {
    border-color: #ccc;
    border-style: solid;
    border-width: 1px;
    background-color: #9ad8d3;
    border-radius: 10px
}

    .mkdf-fullscreen-sidebar .widget.widget_search .input-holder button, .mkdf-fullscreen-sidebar .widget.widget_search .input-holder input {
        background-color: transparent;
        border: 0;
        border-radius: 0;
        box-sizing: border-box;
        color: #fff;
        display: inline-block;
        float: left;
        font-size: 14px;
        font-weight: inherit;
        height: 52px;
        line-height: calc(52px - 22px);
        outline: 0;
        position: relative;
        vertical-align: top;
        -webkit-appearance: none;
        -webkit-transition: color .2s ease-in-out;
        -moz-transition: color .2s ease-in-out;
        transition: color .2s ease-in-out
    }

        .mkdf-fullscreen-sidebar .widget.widget_search .input-holder input.search-field {
            width: calc(100% - 52px);
            padding: 8px 0 10px 21px
        }

            .mkdf-fullscreen-sidebar .widget.widget_search .input-holder input.search-field::-webkit-input-placeholder {
                color: #fff
            }

            .mkdf-fullscreen-sidebar .widget.widget_search .input-holder input.search-field:-moz-placeholder {
                color: #fff;
                opacity: 1
            }

            .mkdf-fullscreen-sidebar .widget.widget_search .input-holder input.search-field::-moz-placeholder {
                color: #fff;
                opacity: 1
            }

            .mkdf-fullscreen-sidebar .widget.widget_search .input-holder input.search-field:-ms-input-placeholder {
                color: #fff
            }

    .mkdf-fullscreen-sidebar .widget.widget_search .input-holder button {
        background: #999;
        color: #fff;
        cursor: pointer;
        font-size: 16px;
        line-height: calc(52px - 22px);
        width: 52px;
        padding: 13px 0;
        border-radius: 10px;
        -webkit-transition: color .2s ease-in-out;
        -moz-transition: color .2s ease-in-out;
        transition: color .2s ease-in-out
    }

        .mkdf-fullscreen-sidebar .widget.widget_search .input-holder button:hover {
            color: rgba(255,255,255,.5)
        }

        .mkdf-fullscreen-sidebar .widget.widget_search .input-holder button span {
            display: block;
            line-height: inherit;
            width: 100%
        }

            .mkdf-fullscreen-sidebar .widget.widget_search .input-holder button span:before {
                display: block;
                line-height: inherit
            }

.mkdf-fullscreen-sidebar .widget.mkdf-search-post-type-widget .mkdf-post-type-search-field, .mkdf-fullscreen-sidebar .widget.widget_archive select, .mkdf-fullscreen-sidebar .widget.widget_categories select, .mkdf-fullscreen-sidebar .widget.widget_text select {
    background-color: transparent;
    border-color: #ccc;
    border-style: solid;
    border-width: 1px;
    height: 52px;
    line-height: calc(52px - 2px);
    vertical-align: top;
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    color: #333;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    font-weight: inherit;
    outline: 0;
    position: relative
}

.mkdf-fullscreen-sidebar .widget.mkdf-search-post-type-widget .mkdf-post-type-search-field {
    border-radius: 3px;
    float: left;
    font-size: 12px;
    -webkit-appearance: none;
    padding: 0 25px 0 20px;
    transition: color .2s ease-in-out
}

    .mkdf-fullscreen-sidebar .widget.mkdf-search-post-type-widget .mkdf-post-type-search-field::-webkit-input-placeholder {
        color: #333
    }

    .mkdf-fullscreen-sidebar .widget.mkdf-search-post-type-widget .mkdf-post-type-search-field:-moz-placeholder {
        color: #333;
        opacity: 1
    }

    .mkdf-fullscreen-sidebar .widget.mkdf-search-post-type-widget .mkdf-post-type-search-field::-moz-placeholder {
        color: #333;
        opacity: 1
    }

    .mkdf-fullscreen-sidebar .widget.mkdf-search-post-type-widget .mkdf-post-type-search-field:-ms-input-placeholder {
        color: #333
    }

.mkdf-fullscreen-sidebar .widget.widget_archive select, .mkdf-fullscreen-sidebar .widget.widget_categories select, .mkdf-fullscreen-sidebar .widget.widget_text select {
    border-radius: 0;
    font-size: 15px;
    margin-top: 15px;
    padding: 0 0 0 21px;
    transition: color .2s ease-in-out
}

.mkdf-fullscreen-sidebar .widget.widget_archive img, .mkdf-fullscreen-sidebar .widget.widget_categories img, .mkdf-fullscreen-sidebar .widget.widget_text img {
    margin-bottom: 15px
}

.mkdf-fullscreen-sidebar .widget.widget_tag_cloud a {
    border-radius: 2px;
    color: #333;
    display: inline-block;
    font-size: 17px !important;
    font-weight: inherit;
    line-height: 30px;
    margin: 0 7px 7px 0;
    padding: 0
}

    .mkdf-fullscreen-sidebar .widget.widget_tag_cloud a:hover {
        color: #ff6f96
    }

.mkdf-fullscreen-sidebar .widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item {
    margin: 0 0 28px;
    padding: 0
}

    .mkdf-fullscreen-sidebar .widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item a {
        display: table;
        width: 100%
    }

        .mkdf-fullscreen-sidebar .widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item a .mkdf-rp-image, .mkdf-fullscreen-sidebar .widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item a .mkdf-rp-title {
            display: table-cell;
            vertical-align: middle
        }

            .mkdf-fullscreen-sidebar .widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item a .mkdf-rp-image img, .mkdf-fullscreen-sidebar .widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item a .mkdf-rp-title img {
                display: block
            }

        .mkdf-fullscreen-sidebar .widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item a .mkdf-rp-image {
            width: 93px
        }

            .mkdf-fullscreen-sidebar .widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item a .mkdf-rp-image img {
                border-radius: 5px
            }

        .mkdf-fullscreen-sidebar .widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item a .mkdf-recent-posts-info {
            display: table-cell;
            vertical-align: middle
        }

            .mkdf-fullscreen-sidebar .widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item a .mkdf-recent-posts-info:not(:first-child) {
                padding-left: 20px
            }

        .mkdf-fullscreen-sidebar .widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item a .mkdf-rp-title {
            -webkit-transition: color .2s ease-in-out;
            -moz-transition: color .2s ease-in-out;
            transition: color .2s ease-in-out;
            color: #333;
            margin: 0 0 15px
        }

        .mkdf-fullscreen-sidebar .widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item a p.mkdf-rp-title {
            line-height: 1.2em
        }

        .mkdf-fullscreen-sidebar .widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item a .mkdf-rp-date {
            font-size: 11px;
            color: #fff;
            background-color: #ff6f96;
            padding: 0 7px;
            border-radius: 5px
        }

        .mkdf-fullscreen-sidebar .widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item a:hover .mkdf-rp-title {
            color: #8f9093
        }

.mkdf-fullscreen-sidebar .widget {
    margin: 0 0 45px;
    padding: 0;
    text-align: left
}

    .mkdf-fullscreen-sidebar .widget .mkdf-widget-title-holder .mkdf-separator {
        border-color: #333;
        border-bottom-width: 3px;
        width: 30px
    }

    .mkdf-fullscreen-sidebar .widget .mkdf-widget-title-holder {
        margin-bottom: 21px
    }

    .mkdf-fullscreen-sidebar .widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item {
        background-color: #fff
    }

.mkdf-side-menu .widget .mkdf-widget-title-holder {
    margin-bottom: 15px
}

    .mkdf-side-menu .widget .mkdf-widget-title-holder .mkdf-widget-title {
        color: #32355d;
        margin: 0
    }

.mkdf-side-menu .widget ul {
    padding: 0;
    margin: 0;
    list-style: none
}

    .mkdf-side-menu .widget ul li {
        display: block;
        margin: 0;
        padding: 0 0 10px
    }

        .mkdf-side-menu .widget ul li:last-child {
            border: 0;
            padding-bottom: 0
        }

        .mkdf-side-menu .widget ul li a:hover {
            color: #ff6f96
        }

    .mkdf-side-menu .widget ul .children, .mkdf-side-menu .widget ul .sub-menu {
        margin-top: 10px
    }

        .mkdf-side-menu .widget ul .children li, .mkdf-side-menu .widget ul .sub-menu li {
            padding-left: 15px
        }

.mkdf-side-menu .widget.widget_archive ul li, .mkdf-side-menu .widget.widget_categories ul li, .mkdf-side-menu .widget.widget_meta ul li, .mkdf-side-menu .widget.widget_nav_menu ul li, .mkdf-side-menu .widget.widget_pages ul li, .mkdf-side-menu .widget.widget_recent_entries ul li {
    overflow: hidden
}

    .mkdf-side-menu .widget.widget_archive ul li a, .mkdf-side-menu .widget.widget_categories ul li a, .mkdf-side-menu .widget.widget_meta ul li a, .mkdf-side-menu .widget.widget_nav_menu ul li a, .mkdf-side-menu .widget.widget_pages ul li a, .mkdf-side-menu .widget.widget_recent_entries ul li a {
        display: inline;
        overflow: hidden;
        padding: 0;
        position: relative;
        color: #8f9093;
        font-size: 16px
    }

        .mkdf-side-menu .widget.widget_archive ul li a abbr, .mkdf-side-menu .widget.widget_categories ul li a abbr, .mkdf-side-menu .widget.widget_meta ul li a abbr, .mkdf-side-menu .widget.widget_nav_menu ul li a abbr, .mkdf-side-menu .widget.widget_pages ul li a abbr, .mkdf-side-menu .widget.widget_recent_entries ul li a abbr {
            color: #32355d
        }

            .mkdf-side-menu .widget.widget_archive ul li a abbr:hover, .mkdf-side-menu .widget.widget_archive ul li a:hover, .mkdf-side-menu .widget.widget_categories ul li a abbr:hover, .mkdf-side-menu .widget.widget_categories ul li a:hover, .mkdf-side-menu .widget.widget_meta ul li a abbr:hover, .mkdf-side-menu .widget.widget_meta ul li a:hover, .mkdf-side-menu .widget.widget_nav_menu ul li a abbr:hover, .mkdf-side-menu .widget.widget_nav_menu ul li a:hover, .mkdf-side-menu .widget.widget_pages ul li a abbr:hover, .mkdf-side-menu .widget.widget_pages ul li a:hover, .mkdf-side-menu .widget.widget_recent_entries ul li a abbr:hover, .mkdf-side-menu .widget.widget_recent_entries ul li a:hover {
                color: #ff6f96
            }

        .mkdf-side-menu .widget.widget_archive ul li a:before, .mkdf-side-menu .widget.widget_categories ul li a:before, .mkdf-side-menu .widget.widget_meta ul li a:before, .mkdf-side-menu .widget.widget_nav_menu ul li a:before, .mkdf-side-menu .widget.widget_pages ul li a:before, .mkdf-side-menu .widget.widget_recent_entries ul li a:before {
            content: '';
            position: relative;
            top: -1px;
            display: inline-block;
            vertical-align: middle;
            background-color: #ff6f96;
            width: 5px;
            height: 5px;
            -moz-border-radius: 2.5px;
            -webkit-border-radius: 2.5px;
            border-radius: 2.5px;
            margin: 0 10px 0 0
        }

.mkdf-side-menu .widget.widget_recent_comments .mkdf-widget-title, .mkdf-side-menu .widget.widget_rss .mkdf-widget-title {
    margin-bottom: 0
}

.mkdf-side-menu .widget #wp-calendar {
    text-align: center;
    width: 100%
}

    .mkdf-side-menu .widget #wp-calendar caption {
        margin: 0 0 10px
    }

    .mkdf-side-menu .widget #wp-calendar td, .mkdf-side-menu .widget #wp-calendar th {
        padding: 3px 4px
    }

        .mkdf-side-menu .widget #wp-calendar td#today {
            color: #fff;
            background-color: #9ad8d3
        }

    .mkdf-side-menu .widget #wp-calendar tfoot a {
        color: #8f9093
    }

        .mkdf-side-menu .widget #wp-calendar tfoot a:hover {
            color: #ff6f96
        }

.mkdf-side-menu .widget.widget_rss .rss-widget-icon {
    display: inline-block
}

.mkdf-side-menu .widget.widget_rss .rsswidget {
    display: inline-block;
    color: #32355d
}

    .mkdf-side-menu .widget.widget_rss .rsswidget:hover {
        color: #ff6f96
    }

.mkdf-side-menu .widget.widget_rss .rss-date {
    display: block;
    margin-bottom: 10px;
    font-size: 15px
}

.mkdf-side-menu .widget.widget_rss cite {
    display: block;
    margin-top: calc(10px/2)
}

.mkdf-side-menu .widget.widget_search .input-holder {
    border-color: #72cbc4;
    border-style: solid;
    border-width: 1px;
    background-color: #9ad8d3;
    border-radius: 10px
}

    .mkdf-side-menu .widget.widget_search .input-holder button, .mkdf-side-menu .widget.widget_search .input-holder input {
        background-color: transparent;
        border: 0;
        border-radius: 0;
        box-sizing: border-box;
        color: #fff;
        display: inline-block;
        float: left;
        font-size: 14px;
        font-weight: inherit;
        height: 48px;
        line-height: calc(48px - 22px);
        outline: 0;
        position: relative;
        vertical-align: top;
        -webkit-appearance: none;
        -webkit-transition: color .2s ease-in-out;
        -moz-transition: color .2s ease-in-out;
        transition: color .2s ease-in-out
    }

        .mkdf-side-menu .widget.widget_search .input-holder input.search-field {
            width: calc(100% - 48px);
            padding: 8px 0 10px 21px
        }

            .mkdf-side-menu .widget.widget_search .input-holder input.search-field::-webkit-input-placeholder {
                color: #fff
            }

            .mkdf-side-menu .widget.widget_search .input-holder input.search-field:-moz-placeholder {
                color: #fff;
                opacity: 1
            }

            .mkdf-side-menu .widget.widget_search .input-holder input.search-field::-moz-placeholder {
                color: #fff;
                opacity: 1
            }

            .mkdf-side-menu .widget.widget_search .input-holder input.search-field:-ms-input-placeholder {
                color: #fff
            }

    .mkdf-side-menu .widget.widget_search .input-holder button {
        background: #9ad8d3;
        color: #fff;
        cursor: pointer;
        font-size: 16px;
        line-height: calc(48px - 22px);
        width: 48px;
        padding: 13px 0;
        border-radius: 10px;
        -webkit-transition: color .2s ease-in-out;
        -moz-transition: color .2s ease-in-out;
        transition: color .2s ease-in-out
    }

        .mkdf-side-menu .widget.widget_search .input-holder button:hover {
            color: rgba(255,255,255,.5)
        }

        .mkdf-side-menu .widget.widget_search .input-holder button span {
            display: block;
            line-height: inherit;
            width: 100%
        }

            .mkdf-side-menu .widget.widget_search .input-holder button span:before {
                display: block;
                line-height: inherit
            }

    .mkdf-side-menu .widget.widget_search .input-holder:focus {
        border-color: rgba(215,245,250,.8)
    }

.mkdf-side-menu .widget.mkdf-search-post-type-widget .mkdf-post-type-search-field, .mkdf-side-menu .widget.widget_archive select, .mkdf-side-menu .widget.widget_categories select, .mkdf-side-menu .widget.widget_text select {
    background-color: transparent;
    border-color: #72cbc4;
    border-style: solid;
    border-width: 1px;
    height: 48px;
    line-height: calc(48px - 2px);
    vertical-align: top;
    color: #8f9093;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    font-weight: inherit;
    outline: 0;
    position: relative
}

.mkdf-side-menu .widget.mkdf-search-post-type-widget .mkdf-post-type-search-field {
    border-radius: 3px;
    float: left;
    font-size: 12px;
    -webkit-appearance: none;
    padding: 0 25px 0 20px;
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out
}

    .mkdf-side-menu .widget.mkdf-search-post-type-widget .mkdf-post-type-search-field::-webkit-input-placeholder {
        color: #8f9093
    }

    .mkdf-side-menu .widget.mkdf-search-post-type-widget .mkdf-post-type-search-field:-moz-placeholder {
        color: #8f9093;
        opacity: 1
    }

    .mkdf-side-menu .widget.mkdf-search-post-type-widget .mkdf-post-type-search-field::-moz-placeholder {
        color: #8f9093;
        opacity: 1
    }

    .mkdf-side-menu .widget.mkdf-search-post-type-widget .mkdf-post-type-search-field:-ms-input-placeholder {
        color: #8f9093
    }

.mkdf-side-menu .widget.widget_archive select, .mkdf-side-menu .widget.widget_categories select, .mkdf-side-menu .widget.widget_text select {
    border-radius: 0;
    font-size: 15px;
    margin-top: 10px;
    padding: 0 0 0 21px;
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out
}

.mkdf-side-menu .widget.widget_archive img, .mkdf-side-menu .widget.widget_categories img, .mkdf-side-menu .widget.widget_text img {
    margin-bottom: 10px
}

.mkdf-side-menu .widget.widget_tag_cloud a {
    border-radius: 2px;
    color: #8f9093;
    display: inline-block;
    font-size: 17px !important;
    font-weight: inherit;
    line-height: 25px;
    margin: 0 7px 7px 0;
    padding: 0
}

    .mkdf-side-menu .widget.widget_tag_cloud a:hover {
        color: #ff6f96
    }

.mkdf-side-menu .widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item {
    margin: 0 0 28px;
    padding: 0
}

    .mkdf-side-menu .widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item a {
        display: table;
        width: 100%
    }

        .mkdf-side-menu .widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item a .mkdf-rp-image, .mkdf-side-menu .widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item a .mkdf-rp-title {
            display: table-cell;
            vertical-align: middle
        }

            .mkdf-side-menu .widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item a .mkdf-rp-image img, .mkdf-side-menu .widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item a .mkdf-rp-title img {
                display: block
            }

        .mkdf-side-menu .widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item a .mkdf-rp-image {
            width: 93px
        }

            .mkdf-side-menu .widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item a .mkdf-rp-image img {
                border-radius: 5px
            }

        .mkdf-side-menu .widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item a .mkdf-recent-posts-info {
            display: table-cell;
            vertical-align: middle
        }

            .mkdf-side-menu .widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item a .mkdf-recent-posts-info:not(:first-child) {
                padding-left: 20px
            }

        .mkdf-side-menu .widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item a .mkdf-rp-title {
            -webkit-transition: color .2s ease-in-out;
            -moz-transition: color .2s ease-in-out;
            transition: color .2s ease-in-out;
            color: #8f9093;
            margin: 0 0 10px
        }

        .mkdf-side-menu .widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item a p.mkdf-rp-title {
            line-height: 1.2em
        }

        .mkdf-side-menu .widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item a .mkdf-rp-date {
            font-size: 11px;
            color: #fff;
            background-color: #ff6f96;
            padding: 0 7px;
            border-radius: 5px
        }

        .mkdf-side-menu .widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item a:hover .mkdf-rp-title, aside.mkdf-sidebar .widget {
            color: #8f9093
        }

.mkdf-side-menu .widget {
    margin: 0 0 50px;
    padding: 0
}

    .mkdf-side-menu .widget .mkdf-widget-title-holder .mkdf-separator {
        border-color: #8f9093;
        border-bottom-width: 3px;
        width: 30px
    }

    .mkdf-side-menu .widget.widget_search .input-holder button {
        border-right: 1px solid #72cbc4
    }

aside.mkdf-sidebar {
    position: relative;
    z-index: 11;
    margin: 0 0 60px;
    text-align: right;
    direction: rtl;
}

    .wpb_widgetised_column .widget:last-child, aside.mkdf-sidebar .widget:last-child {
        margin: 0 !important
    }

.wpb_widgetised_column {
    position: relative
}

    .wpb_widgetised_column .widget .mkdf-widget-title-holder, aside.mkdf-sidebar .widget .mkdf-widget-title-holder {
        margin-bottom: 12px
    }

        .wpb_widgetised_column .widget .mkdf-widget-title-holder .mkdf-widget-title, aside.mkdf-sidebar .widget .mkdf-widget-title-holder .mkdf-widget-title {
            color: #703a78;
            margin: 0;
            font-size: 24px;
            font-weight: 700;
        }

    .wpb_widgetised_column .widget ul, aside.mkdf-sidebar .widget ul {
        padding: 0;
        margin: 0;
        list-style: none
    }

        .wpb_widgetised_column .widget ul li, aside.mkdf-sidebar .widget ul li {
            display: block;
            margin: 0;
            padding: 0 0 7px
        }

            .wpb_widgetised_column .widget ul li:last-child, aside.mkdf-sidebar .widget ul li:last-child {
                border: 0;
                padding-bottom: 0
            }

            .wpb_widgetised_column .widget ul li a:hover, aside.mkdf-sidebar .widget ul li a:hover {
                color: #ff6f96
            }

        .wpb_widgetised_column .widget ul .children, .wpb_widgetised_column .widget ul .sub-menu, aside.mkdf-sidebar .widget ul .children, aside.mkdf-sidebar .widget ul .sub-menu {
            margin-top: 7px
        }

            .wpb_widgetised_column .widget ul .children li, .wpb_widgetised_column .widget ul .sub-menu li, aside.mkdf-sidebar .widget ul .children li, aside.mkdf-sidebar .widget ul .sub-menu li {
                padding-left: 15px
            }

    .wpb_widgetised_column .widget.widget_archive ul li, .wpb_widgetised_column .widget.widget_categories ul li, .wpb_widgetised_column .widget.widget_meta ul li, .wpb_widgetised_column .widget.widget_nav_menu ul li, .wpb_widgetised_column .widget.widget_pages ul li, .wpb_widgetised_column .widget.widget_recent_entries ul li, aside.mkdf-sidebar .widget.widget_archive ul li, aside.mkdf-sidebar .widget.widget_categories ul li, aside.mkdf-sidebar .widget.widget_meta ul li, aside.mkdf-sidebar .widget.widget_nav_menu ul li, aside.mkdf-sidebar .widget.widget_pages ul li, aside.mkdf-sidebar .widget.widget_recent_entries ul li {
        overflow: hidden
    }

        .wpb_widgetised_column .widget.widget_archive ul li a, .wpb_widgetised_column .widget.widget_categories ul li a, .wpb_widgetised_column .widget.widget_meta ul li a, .wpb_widgetised_column .widget.widget_nav_menu ul li a, .wpb_widgetised_column .widget.widget_pages ul li a, .wpb_widgetised_column .widget.widget_recent_entries ul li a, aside.mkdf-sidebar .widget.widget_archive ul li a, aside.mkdf-sidebar .widget.widget_categories ul li a, aside.mkdf-sidebar .widget.widget_meta ul li a, aside.mkdf-sidebar .widget.widget_nav_menu ul li a, aside.mkdf-sidebar .widget.widget_pages ul li a, aside.mkdf-sidebar .widget.widget_recent_entries ul li a {
            display: inline;
            overflow: hidden;
            padding: 0;
            position: relative;
            color: #8f9093;
            font-size: 16px
        }

            .wpb_widgetised_column .widget.widget_archive ul li a abbr, .wpb_widgetised_column .widget.widget_categories ul li a abbr, .wpb_widgetised_column .widget.widget_meta ul li a abbr, .wpb_widgetised_column .widget.widget_nav_menu ul li a abbr, .wpb_widgetised_column .widget.widget_pages ul li a abbr, .wpb_widgetised_column .widget.widget_recent_entries ul li a abbr, aside.mkdf-sidebar .widget.widget_archive ul li a abbr, aside.mkdf-sidebar .widget.widget_categories ul li a abbr, aside.mkdf-sidebar .widget.widget_meta ul li a abbr, aside.mkdf-sidebar .widget.widget_nav_menu ul li a abbr, aside.mkdf-sidebar .widget.widget_pages ul li a abbr, aside.mkdf-sidebar .widget.widget_recent_entries ul li a abbr {
                color: #32355d
            }

                .wpb_widgetised_column .widget.widget_archive ul li a abbr:hover, .wpb_widgetised_column .widget.widget_archive ul li a:hover, .wpb_widgetised_column .widget.widget_categories ul li a abbr:hover,
                .wpb_widgetised_column .widget.widget_categories ul li a:hover, .wpb_widgetised_column .widget.widget_meta ul li a abbr:hover, .wpb_widgetised_column .widget.widget_meta ul li a:hover, .wpb_widgetised_column .widget.widget_nav_menu ul li a abbr:hover, .wpb_widgetised_column .widget.widget_nav_menu ul li a:hover, .wpb_widgetised_column .widget.widget_pages ul li a abbr:hover, .wpb_widgetised_column .widget.widget_pages ul li a:hover, .wpb_widgetised_column .widget.widget_recent_entries ul li a abbr:hover, .wpb_widgetised_column .widget.widget_recent_entries ul li a:hover, aside.mkdf-sidebar .widget.widget_archive ul li a abbr:hover, aside.mkdf-sidebar .widget.widget_archive ul li a:hover, aside.mkdf-sidebar .widget.widget_categories ul li a abbr:hover, aside.mkdf-sidebar .widget.widget_categories ul li a:hover, aside.mkdf-sidebar .widget.widget_meta ul li a abbr:hover, aside.mkdf-sidebar .widget.widget_meta ul li a:hover, aside.mkdf-sidebar .widget.widget_nav_menu ul li a abbr:hover, aside.mkdf-sidebar .widget.widget_nav_menu ul li a:hover, aside.mkdf-sidebar .widget.widget_pages ul li a abbr:hover, aside.mkdf-sidebar .widget.widget_pages ul li a:hover, aside.mkdf-sidebar .widget.widget_recent_entries ul li a abbr:hover, aside.mkdf-sidebar .widget.widget_recent_entries ul li a:hover {
                    color: #ff6f96
                }

            .wpb_widgetised_column .widget.widget_archive ul li a:before, .wpb_widgetised_column .widget.widget_categories ul li a:before, .wpb_widgetised_column .widget.widget_meta ul li a:before, .wpb_widgetised_column .widget.widget_nav_menu ul li a:before, .wpb_widgetised_column .widget.widget_pages ul li a:before, .wpb_widgetised_column .widget.widget_recent_entries ul li a:before, aside.mkdf-sidebar .widget.widget_archive ul li a:before, aside.mkdf-sidebar .widget.widget_categories ul li a:before, aside.mkdf-sidebar .widget.widget_meta ul li a:before, aside.mkdf-sidebar .widget.widget_nav_menu ul li a:before, aside.mkdf-sidebar .widget.widget_pages ul li a:before, aside.mkdf-sidebar .widget.widget_recent_entries ul li a:before {
                content: '';
                position: relative;
                top: -1px;
                display: inline-block;
                vertical-align: middle;
                background-color: #ff6f96;
                width: 5px;
                height: 5px;
                -moz-border-radius: 2.5px;
                -webkit-border-radius: 2.5px;
                border-radius: 2.5px;
                margin: 0 10px 0 0
            }

    .wpb_widgetised_column .widget.widget_recent_comments .mkdf-widget-title, .wpb_widgetised_column .widget.widget_rss .mkdf-widget-title, aside.mkdf-sidebar .widget.widget_recent_comments .mkdf-widget-title, aside.mkdf-sidebar .widget.widget_rss .mkdf-widget-title {
        margin-bottom: 0
    }

    .wpb_widgetised_column .widget #wp-calendar, aside.mkdf-sidebar .widget #wp-calendar {
        text-align: center;
        width: 100%
    }

        .wpb_widgetised_column .widget #wp-calendar caption, aside.mkdf-sidebar .widget #wp-calendar caption {
            margin: 0 0 10px
        }

        .wpb_widgetised_column .widget #wp-calendar td, .wpb_widgetised_column .widget #wp-calendar th, aside.mkdf-sidebar .widget #wp-calendar td, aside.mkdf-sidebar .widget #wp-calendar th {
            padding: 3px 4px
        }

            .wpb_widgetised_column .widget #wp-calendar td#today, aside.mkdf-sidebar .widget #wp-calendar td#today {
                color: #fff;
                background-color: #9ad8d3
            }

        .wpb_widgetised_column .widget #wp-calendar tfoot a, aside.mkdf-sidebar .widget #wp-calendar tfoot a {
            color: #8f9093
        }

            .wpb_widgetised_column .widget #wp-calendar tfoot a:hover, aside.mkdf-sidebar .widget #wp-calendar tfoot a:hover {
                color: #ff6f96
            }

    .wpb_widgetised_column .widget.widget_rss .rss-widget-icon, aside.mkdf-sidebar .widget.widget_rss .rss-widget-icon {
        display: inline-block
    }

    .wpb_widgetised_column .widget.widget_rss .rsswidget, aside.mkdf-sidebar .widget.widget_rss .rsswidget {
        display: inline-block;
        color: #32355d
    }

        .wpb_widgetised_column .widget.widget_rss .rsswidget:hover, aside.mkdf-sidebar .widget.widget_rss .rsswidget:hover {
            color: #ff6f96
        }

    .wpb_widgetised_column .widget.widget_rss .rss-date, aside.mkdf-sidebar .widget.widget_rss .rss-date {
        display: block;
        margin-bottom: 10px;
        font-size: 15px
    }

    .wpb_widgetised_column .widget.widget_rss cite, aside.mkdf-sidebar .widget.widget_rss cite {
        display: block;
        margin-top: calc(10px/2)
    }

    .wpb_widgetised_column .widget.widget_search .input-holder, aside.mkdf-sidebar .widget.widget_search .input-holder {
        border-color: #72cbc4;
        border-style: solid;
        border-width: 1px;
        background-color: #9ad8d3;
        border-radius: 10px
    }

        .wpb_widgetised_column .widget.widget_search .input-holder button, .wpb_widgetised_column .widget.widget_search .input-holder input, aside.mkdf-sidebar .widget.widget_search .input-holder button, aside.mkdf-sidebar .widget.widget_search .input-holder input {
            background-color: transparent;
            border: 0;
            border-radius: 0;
            box-sizing: border-box;
            color: #fff;
            display: inline-block;
            float: left;
            font-size: 14px;
            font-weight: inherit;
            height: 48px;
            line-height: calc(48px - 22px);
            outline: 0;
            position: relative;
            vertical-align: top;
            -webkit-appearance: none;
            -webkit-transition: color .2s ease-in-out;
            -moz-transition: color .2s ease-in-out;
            transition: color .2s ease-in-out
        }

            .wpb_widgetised_column .widget.widget_search .input-holder input.search-field, aside.mkdf-sidebar .widget.widget_search .input-holder input.search-field {
                width: calc(100% - 48px);
                padding: 8px 0 10px 21px
            }

                .wpb_widgetised_column .widget.widget_search .input-holder input.search-field::-webkit-input-placeholder, aside.mkdf-sidebar .widget.widget_search .input-holder input.search-field::-webkit-input-placeholder {
                    color: #fff
                }

                .wpb_widgetised_column .widget.widget_search .input-holder input.search-field:-moz-placeholder, aside.mkdf-sidebar .widget.widget_search .input-holder input.search-field:-moz-placeholder {
                    color: #fff;
                    opacity: 1
                }

                .wpb_widgetised_column .widget.widget_search .input-holder input.search-field::-moz-placeholder, aside.mkdf-sidebar .widget.widget_search .input-holder input.search-field::-moz-placeholder {
                    color: #fff;
                    opacity: 1
                }

                .wpb_widgetised_column .widget.widget_search .input-holder input.search-field:-ms-input-placeholder, aside.mkdf-sidebar .widget.widget_search .input-holder input.search-field:-ms-input-placeholder {
                    color: #fff
                }

        .wpb_widgetised_column .widget.widget_search .input-holder button, aside.mkdf-sidebar .widget.widget_search .input-holder button {
            background: #9ad8d3;
            color: #fff;
            cursor: pointer;
            font-size: 16px;
            line-height: calc(48px - 22px);
            width: 48px;
            padding: 13px 0;
            border-radius: 10px;
            -webkit-transition: color .2s ease-in-out;
            -moz-transition: color .2s ease-in-out;
            transition: color .2s ease-in-out
        }

            .wpb_widgetised_column .widget.widget_search .input-holder button:hover, aside.mkdf-sidebar .widget.widget_search .input-holder button:hover {
                color: rgba(255,255,255,.5)
            }

            .wpb_widgetised_column .widget.widget_search .input-holder button span, aside.mkdf-sidebar .widget.widget_search .input-holder button span {
                display: block;
                line-height: inherit;
                width: 100%
            }

                .wpb_widgetised_column .widget.widget_search .input-holder button span:before, aside.mkdf-sidebar .widget.widget_search .input-holder button span:before {
                    display: block;
                    line-height: inherit
                }

        .wpb_widgetised_column .widget.widget_search .input-holder:focus, aside.mkdf-sidebar .widget.widget_search .input-holder:focus {
            border-color: rgba(215,245,250,.8)
        }

    .wpb_widgetised_column .widget.mkdf-search-post-type-widget .mkdf-post-type-search-field, aside.mkdf-sidebar .widget.mkdf-search-post-type-widget .mkdf-post-type-search-field {
        border-radius: 3px;
        border-color: #72cbc4;
        border-style: solid;
        border-width: 1px;
        background-color: transparent;
        box-sizing: border-box;
        color: #8f9093;
        display: inline-block;
        float: left;
        font-size: 12px;
        font-weight: inherit;
        height: 48px;
        line-height: calc(48px - 2px);
        outline: 0;
        position: relative;
        vertical-align: top;
        -webkit-appearance: none;
        padding: 0 25px 0 20px;
        width: 100%;
        -webkit-transition: color .2s ease-in-out;
        -moz-transition: color .2s ease-in-out;
        transition: color .2s ease-in-out
    }

        .wpb_widgetised_column .widget.mkdf-search-post-type-widget .mkdf-post-type-search-field::-webkit-input-placeholder, aside.mkdf-sidebar .widget.mkdf-search-post-type-widget .mkdf-post-type-search-field::-webkit-input-placeholder {
            color: #8f9093
        }

        .wpb_widgetised_column .widget.mkdf-search-post-type-widget .mkdf-post-type-search-field:-moz-placeholder, aside.mkdf-sidebar .widget.mkdf-search-post-type-widget .mkdf-post-type-search-field:-moz-placeholder {
            color: #8f9093;
            opacity: 1
        }

        .wpb_widgetised_column .widget.mkdf-search-post-type-widget .mkdf-post-type-search-field::-moz-placeholder, aside.mkdf-sidebar .widget.mkdf-search-post-type-widget .mkdf-post-type-search-field::-moz-placeholder {
            color: #8f9093;
            opacity: 1
        }

        .wpb_widgetised_column .widget.mkdf-search-post-type-widget .mkdf-post-type-search-field:-ms-input-placeholder, aside.mkdf-sidebar .widget.mkdf-search-post-type-widget .mkdf-post-type-search-field:-ms-input-placeholder {
            color: #8f9093
        }

    .wpb_widgetised_column .widget.widget_archive select, .wpb_widgetised_column .widget.widget_categories select, .wpb_widgetised_column .widget.widget_text select, aside.mkdf-sidebar .widget.widget_archive select, aside.mkdf-sidebar .widget.widget_categories select, aside.mkdf-sidebar .widget.widget_text select {
        background-color: transparent;
        border-color: #72cbc4;
        border-style: solid;
        border-width: 1px;
        border-radius: 0;
        box-sizing: border-box;
        color: #8f9093;
        display: inline-block;
        font-size: 15px;
        font-weight: inherit;
        height: 48px;
        line-height: calc(48px - 2px);
        margin-top: 10px;
        outline: 0;
        padding: 0 0 0 21px;
        position: relative;
        vertical-align: top;
        width: 100%;
        -webkit-transition: color .2s ease-in-out;
        -moz-transition: color .2s ease-in-out;
        transition: color .2s ease-in-out
    }

    .wpb_widgetised_column .widget.widget_archive img, .wpb_widgetised_column .widget.widget_categories img, .wpb_widgetised_column .widget.widget_text img, aside.mkdf-sidebar .widget.widget_archive img, aside.mkdf-sidebar .widget.widget_categories img, aside.mkdf-sidebar .widget.widget_text img {
        margin-bottom: 7px
    }

    .wpb_widgetised_column .widget.widget_tag_cloud a, aside.mkdf-sidebar .widget.widget_tag_cloud a {
        border-radius: 2px;
        color: #8f9093;
        display: inline-block;
        font-size: 17px !important;
        font-weight: inherit;
        line-height: 25px;
        margin: 0 7px 7px 0;
        padding: 0
    }

        .wpb_widgetised_column .widget.widget_tag_cloud a:hover, aside.mkdf-sidebar .widget.widget_tag_cloud a:hover {
            color: #ff6f96
        }

    .wpb_widgetised_column .widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item, aside.mkdf-sidebar .widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item {
        margin: 0 0 28px;
        padding: 0
    }

        .wpb_widgetised_column .widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item a, aside.mkdf-sidebar .widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item a {
            display: table;
            width: 100%
        }

            .wpb_widgetised_column .widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item a .mkdf-rp-image, .wpb_widgetised_column .widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item a .mkdf-rp-title, aside.mkdf-sidebar .widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item a .mkdf-rp-image, aside.mkdf-sidebar .widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item a .mkdf-rp-title {
                display: table-cell;
                vertical-align: middle
            }

                .wpb_widgetised_column .widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item a .mkdf-rp-image img, .wpb_widgetised_column .widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item a .mkdf-rp-title img, aside.mkdf-sidebar .widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item a .mkdf-rp-image img, aside.mkdf-sidebar .widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item a .mkdf-rp-title img {
                    display: block
                }

            .wpb_widgetised_column .widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item a .mkdf-rp-image, aside.mkdf-sidebar .widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item a .mkdf-rp-image {
                width: 93px
            }

    .mkdf-sidebar-holder.mkdf-sidebar-boxed aside.mkdf-sidebar .widget .mkdf-widget-title-holder .mkdf-separator, .wpb_widgetised_column .widget .mkdf-widget-title-holder .mkdf-separator, aside.mkdf-sidebar .widget .mkdf-widget-title-holder .mkdf-separator {
        border-color: #8f9093;
        border-bottom-width: 3px;
        width: 30px
    }

    .wpb_widgetised_column .widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item a .mkdf-rp-image img, aside.mkdf-sidebar .widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item a .mkdf-rp-image img {
        border-radius: 5px
    }

    .wpb_widgetised_column .widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item a .mkdf-recent-posts-info, aside.mkdf-sidebar .widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item a .mkdf-recent-posts-info {
        display: table-cell;
        vertical-align: middle
    }

        .wpb_widgetised_column .widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item a .mkdf-recent-posts-info:not(:first-child), aside.mkdf-sidebar .widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item a .mkdf-recent-posts-info:not(:first-child) {
            padding-left: 20px
        }

    .wpb_widgetised_column .widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item a .mkdf-rp-title, aside.mkdf-sidebar .widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item a .mkdf-rp-title {
        -webkit-transition: color .2s ease-in-out;
        -moz-transition: color .2s ease-in-out;
        transition: color .2s ease-in-out;
        color: #8f9093;
        margin: 0 0 7px
    }

    .wpb_widgetised_column .widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item a p.mkdf-rp-title, aside.mkdf-sidebar .widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item a p.mkdf-rp-title {
        line-height: 1.2em
    }

    .wpb_widgetised_column .widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item a .mkdf-rp-date, aside.mkdf-sidebar .widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item a .mkdf-rp-date {
        font-size: 11px;
        color: #fff;
        background-color: #ff6f96;
        padding: 0 7px;
        border-radius: 5px
    }

    .wpb_widgetised_column .widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item a:hover .mkdf-rp-title, aside.mkdf-sidebar .widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item a:hover .mkdf-rp-title {
        color: #8f9093
    }

    .wpb_widgetised_column .widget, aside.mkdf-sidebar .widget {
        margin: 0 0 0px;
        padding: 0
    }

.mkdf-sidebar-holder.mkdf-sidebar-boxed aside.mkdf-sidebar .widget {
    padding: 0
}

    .mkdf-sidebar-holder.mkdf-sidebar-boxed aside.mkdf-sidebar .widget .mkdf-widget-title-holder .mkdf-widget-title {
        margin: 0
    }

    .mkdf-sidebar-holder.mkdf-sidebar-boxed aside.mkdf-sidebar .widget ul {
        margin: 0;
        list-style: none
    }

        .mkdf-sidebar-holder.mkdf-sidebar-boxed aside.mkdf-sidebar .widget ul li {
            display: block;
            margin: 0;
            padding: 0 0 7px
        }

            .mkdf-sidebar-holder.mkdf-sidebar-boxed aside.mkdf-sidebar .widget ul li:last-child {
                border: 0;
                padding-bottom: 0
            }

            .mkdf-sidebar-holder.mkdf-sidebar-boxed aside.mkdf-sidebar .widget ul li a:hover {
                color: #ff6f96
            }

        .mkdf-sidebar-holder.mkdf-sidebar-boxed aside.mkdf-sidebar .widget ul .children, .mkdf-sidebar-holder.mkdf-sidebar-boxed aside.mkdf-sidebar .widget ul .sub-menu {
            margin-top: 7px
        }

            .mkdf-sidebar-holder.mkdf-sidebar-boxed aside.mkdf-sidebar .widget ul .children li, .mkdf-sidebar-holder.mkdf-sidebar-boxed aside.mkdf-sidebar .widget ul .sub-menu li {
                padding-left: 15px
            }

    .mkdf-sidebar-holder.mkdf-sidebar-boxed aside.mkdf-sidebar .widget.widget_archive ul li, .mkdf-sidebar-holder.mkdf-sidebar-boxed aside.mkdf-sidebar .widget.widget_categories ul li, .mkdf-sidebar-holder.mkdf-sidebar-boxed aside.mkdf-sidebar .widget.widget_meta ul li, .mkdf-sidebar-holder.mkdf-sidebar-boxed aside.mkdf-sidebar .widget.widget_nav_menu ul li, .mkdf-sidebar-holder.mkdf-sidebar-boxed aside.mkdf-sidebar .widget.widget_pages ul li, .mkdf-sidebar-holder.mkdf-sidebar-boxed aside.mkdf-sidebar .widget.widget_recent_entries ul li {
        overflow: hidden
    }

        .mkdf-sidebar-holder.mkdf-sidebar-boxed aside.mkdf-sidebar .widget.widget_archive ul li a, .mkdf-sidebar-holder.mkdf-sidebar-boxed aside.mkdf-sidebar .widget.widget_categories ul li a, .mkdf-sidebar-holder.mkdf-sidebar-boxed aside.mkdf-sidebar .widget.widget_meta ul li a, .mkdf-sidebar-holder.mkdf-sidebar-boxed aside.mkdf-sidebar .widget.widget_nav_menu ul li a, .mkdf-sidebar-holder.mkdf-sidebar-boxed aside.mkdf-sidebar .widget.widget_pages ul li a, .mkdf-sidebar-holder.mkdf-sidebar-boxed aside.mkdf-sidebar .widget.widget_recent_entries ul li a {
            display: inline;
            overflow: hidden;
            padding: 0;
            position: relative;
            color: #8f9093;
            font-size: 16px
        }

    .mkdf-sidebar-holder.mkdf-sidebar-boxed aside.mkdf-sidebar .widget.widget_rss .rss-widget-icon, .mkdf-sidebar-holder.mkdf-sidebar-boxed aside.mkdf-sidebar .widget.widget_rss .rsswidget {
        display: inline-block
    }

    .mkdf-sidebar-holder.mkdf-sidebar-boxed aside.mkdf-sidebar .widget.widget_archive ul li a abbr, .mkdf-sidebar-holder.mkdf-sidebar-boxed aside.mkdf-sidebar .widget.widget_categories ul li a abbr, .mkdf-sidebar-holder.mkdf-sidebar-boxed aside.mkdf-sidebar .widget.widget_meta ul li a abbr, .mkdf-sidebar-holder.mkdf-sidebar-boxed aside.mkdf-sidebar .widget.widget_nav_menu ul li a abbr, .mkdf-sidebar-holder.mkdf-sidebar-boxed aside.mkdf-sidebar .widget.widget_pages ul li a abbr, .mkdf-sidebar-holder.mkdf-sidebar-boxed aside.mkdf-sidebar .widget.widget_recent_entries ul li a abbr {
        color: #32355d
    }

        .mkdf-sidebar-holder.mkdf-sidebar-boxed aside.mkdf-sidebar .widget.widget_archive ul li a abbr:hover, .mkdf-sidebar-holder.mkdf-sidebar-boxed aside.mkdf-sidebar .widget.widget_archive ul li a:hover, .mkdf-sidebar-holder.mkdf-sidebar-boxed aside.mkdf-sidebar .widget.widget_categories ul li a abbr:hover, .mkdf-sidebar-holder.mkdf-sidebar-boxed aside.mkdf-sidebar .widget.widget_categories ul li a:hover, .mkdf-sidebar-holder.mkdf-sidebar-boxed aside.mkdf-sidebar .widget.widget_meta ul li a abbr:hover, .mkdf-sidebar-holder.mkdf-sidebar-boxed aside.mkdf-sidebar .widget.widget_meta ul li a:hover, .mkdf-sidebar-holder.mkdf-sidebar-boxed aside.mkdf-sidebar .widget.widget_nav_menu ul li a abbr:hover, .mkdf-sidebar-holder.mkdf-sidebar-boxed aside.mkdf-sidebar .widget.widget_nav_menu ul li a:hover, .mkdf-sidebar-holder.mkdf-sidebar-boxed aside.mkdf-sidebar .widget.widget_pages ul li a abbr:hover, .mkdf-sidebar-holder.mkdf-sidebar-boxed aside.mkdf-sidebar .widget.widget_pages ul li a:hover, .mkdf-sidebar-holder.mkdf-sidebar-boxed aside.mkdf-sidebar .widget.widget_recent_entries ul li a abbr:hover, .mkdf-sidebar-holder.mkdf-sidebar-boxed aside.mkdf-sidebar .widget.widget_recent_entries ul li a:hover {
            color: #ff6f96
        }

    .mkdf-sidebar-holder.mkdf-sidebar-boxed aside.mkdf-sidebar .widget.widget_archive ul li a:before, .mkdf-sidebar-holder.mkdf-sidebar-boxed aside.mkdf-sidebar .widget.widget_categories ul li a:before, .mkdf-sidebar-holder.mkdf-sidebar-boxed aside.mkdf-sidebar .widget.widget_meta ul li a:before, .mkdf-sidebar-holder.mkdf-sidebar-boxed aside.mkdf-sidebar .widget.widget_nav_menu ul li a:before, .mkdf-sidebar-holder.mkdf-sidebar-boxed aside.mkdf-sidebar .widget.widget_pages ul li a:before, .mkdf-sidebar-holder.mkdf-sidebar-boxed aside.mkdf-sidebar .widget.widget_recent_entries ul li a:before {
        content: '';
        position: relative;
        top: -1px;
        display: inline-block;
        vertical-align: middle;
        background-color: #703a78;
        width: 5px;
        height: 5px;
        -moz-border-radius: 2.5px;
        -webkit-border-radius: 2.5px;
        border-radius: 2.5px;
        margin: 0 10px 0 0
    }

    .mkdf-sidebar-holder.mkdf-sidebar-boxed aside.mkdf-sidebar .widget.widget_recent_comments .mkdf-widget-title, .mkdf-sidebar-holder.mkdf-sidebar-boxed aside.mkdf-sidebar .widget.widget_rss .mkdf-widget-title {
        margin-bottom: 0
    }

    .mkdf-sidebar-holder.mkdf-sidebar-boxed aside.mkdf-sidebar .widget #wp-calendar {
        text-align: center;
        width: 100%
    }

        .mkdf-sidebar-holder.mkdf-sidebar-boxed aside.mkdf-sidebar .widget #wp-calendar caption {
            margin: 0 0 10px
        }

        .mkdf-sidebar-holder.mkdf-sidebar-boxed aside.mkdf-sidebar .widget #wp-calendar td, .mkdf-sidebar-holder.mkdf-sidebar-boxed aside.mkdf-sidebar .widget #wp-calendar th {
            padding: 3px 4px
        }

            .mkdf-sidebar-holder.mkdf-sidebar-boxed aside.mkdf-sidebar .widget #wp-calendar td#today {
                color: #fff;
                background-color: #9ad8d3
            }

        .mkdf-sidebar-holder.mkdf-sidebar-boxed aside.mkdf-sidebar .widget #wp-calendar tfoot a {
            color: #8f9093
        }

            .mkdf-sidebar-holder.mkdf-sidebar-boxed aside.mkdf-sidebar .widget #wp-calendar tfoot a:hover, .mkdf-sidebar-holder.mkdf-sidebar-boxed aside.mkdf-sidebar .widget.widget_rss .rsswidget:hover {
                color: #ff6f96
            }

    .mkdf-sidebar-holder.mkdf-sidebar-boxed aside.mkdf-sidebar .widget.widget_rss .rss-date {
        display: block;
        margin-bottom: 10px;
        font-size: 15px
    }

    .mkdf-sidebar-holder.mkdf-sidebar-boxed aside.mkdf-sidebar .widget.widget_rss cite {
        display: block;
        margin-top: calc(10px/2)
    }

    .mkdf-sidebar-holder.mkdf-sidebar-boxed aside.mkdf-sidebar .widget.widget_search .input-holder {
        border-color: #72cbc4;
        border-style: solid;
        border-width: 1px;
        background-color: #9ad8d3;
        border-radius: 10px
    }

        .mkdf-sidebar-holder.mkdf-sidebar-boxed aside.mkdf-sidebar .widget.widget_search .input-holder button, .mkdf-sidebar-holder.mkdf-sidebar-boxed aside.mkdf-sidebar .widget.widget_search .input-holder input {
            background-color: transparent;
            border: 0;
            border-radius: 0;
            box-sizing: border-box;
            color: #fff;
            display: inline-block;
            float: left;
            font-size: 14px;
            font-weight: inherit;
            height: 48px;
            line-height: calc(48px - 22px);
            outline: 0;
            position: relative;
            vertical-align: top;
            -webkit-appearance: none;
            -webkit-transition: color .2s ease-in-out;
            -moz-transition: color .2s ease-in-out;
            transition: color .2s ease-in-out
        }

            .mkdf-sidebar-holder.mkdf-sidebar-boxed aside.mkdf-sidebar .widget.widget_search .input-holder input.search-field {
                width: calc(100% - 48px);
                padding: 8px 0 10px 21px
            }

                .mkdf-sidebar-holder.mkdf-sidebar-boxed aside.mkdf-sidebar .widget.widget_search .input-holder input.search-field::-webkit-input-placeholder {
                    color: #fff
                }

                .mkdf-sidebar-holder.mkdf-sidebar-boxed aside.mkdf-sidebar .widget.widget_search .input-holder input.search-field:-moz-placeholder {
                    color: #fff;
                    opacity: 1
                }

                .mkdf-sidebar-holder.mkdf-sidebar-boxed aside.mkdf-sidebar .widget.widget_search .input-holder input.search-field::-moz-placeholder {
                    color: #fff;
                    opacity: 1
                }

                .mkdf-sidebar-holder.mkdf-sidebar-boxed aside.mkdf-sidebar .widget.widget_search .input-holder input.search-field:-ms-input-placeholder {
                    color: #fff
                }

        .mkdf-sidebar-holder.mkdf-sidebar-boxed aside.mkdf-sidebar .widget.widget_search .input-holder button {
            background: #9ad8d3;
            color: #fff;
            cursor: pointer;
            font-size: 16px;
            line-height: calc(48px - 22px);
            width: 48px;
            padding: 13px 0;
            border-radius: 10px;
            -webkit-transition: color .2s ease-in-out;
            -moz-transition: color .2s ease-in-out;
            transition: color .2s ease-in-out
        }

            .mkdf-sidebar-holder.mkdf-sidebar-boxed aside.mkdf-sidebar .widget.widget_search .input-holder button:hover {
                color: rgba(255,255,255,.5)
            }

            .mkdf-sidebar-holder.mkdf-sidebar-boxed aside.mkdf-sidebar .widget.widget_search .input-holder button span {
                display: block;
                line-height: inherit;
                width: 100%
            }

                .mkdf-sidebar-holder.mkdf-sidebar-boxed aside.mkdf-sidebar .widget.widget_search .input-holder button span:before {
                    display: block;
                    line-height: inherit
                }

        .mkdf-sidebar-holder.mkdf-sidebar-boxed aside.mkdf-sidebar .widget.widget_search .input-holder:focus {
            border-color: rgba(215,245,250,.8)
        }

    .mkdf-sidebar-holder.mkdf-sidebar-boxed aside.mkdf-sidebar .widget.mkdf-search-post-type-widget .mkdf-post-type-search-field, .mkdf-sidebar-holder.mkdf-sidebar-boxed aside.mkdf-sidebar .widget.widget_archive select, .mkdf-sidebar-holder.mkdf-sidebar-boxed aside.mkdf-sidebar .widget.widget_categories select, .mkdf-sidebar-holder.mkdf-sidebar-boxed aside.mkdf-sidebar .widget.widget_text select {
        background-color: transparent;
        border-color: #72cbc4;
        border-style: solid;
        border-width: 1px;
        height: 48px;
        line-height: calc(48px - 2px);
        vertical-align: top;
        -webkit-transition: color .2s ease-in-out;
        -moz-transition: color .2s ease-in-out;
        color: #8f9093;
        display: inline-block;
        width: 100%;
        position: relative;
        font-weight: inherit;
        box-sizing: border-box;
        outline: 0
    }

    .mkdf-sidebar-holder.mkdf-sidebar-boxed aside.mkdf-sidebar .widget.mkdf-search-post-type-widget .mkdf-post-type-search-field {
        border-radius: 3px;
        float: left;
        font-size: 12px;
        -webkit-appearance: none;
        padding: 0 25px 0 20px;
        transition: color .2s ease-in-out
    }

        .mkdf-sidebar-holder.mkdf-sidebar-boxed aside.mkdf-sidebar .widget.mkdf-search-post-type-widget .mkdf-post-type-search-field::-webkit-input-placeholder {
            color: #8f9093
        }

        .mkdf-sidebar-holder.mkdf-sidebar-boxed aside.mkdf-sidebar .widget.mkdf-search-post-type-widget .mkdf-post-type-search-field:-moz-placeholder {
            color: #8f9093;
            opacity: 1
        }

        .mkdf-sidebar-holder.mkdf-sidebar-boxed aside.mkdf-sidebar .widget.mkdf-search-post-type-widget .mkdf-post-type-search-field::-moz-placeholder {
            color: #8f9093;
            opacity: 1
        }

        .mkdf-sidebar-holder.mkdf-sidebar-boxed aside.mkdf-sidebar .widget.mkdf-search-post-type-widget .mkdf-post-type-search-field:-ms-input-placeholder {
            color: #8f9093
        }

    .mkdf-sidebar-holder.mkdf-sidebar-boxed aside.mkdf-sidebar .widget.widget_archive select, .mkdf-sidebar-holder.mkdf-sidebar-boxed aside.mkdf-sidebar .widget.widget_categories select, .mkdf-sidebar-holder.mkdf-sidebar-boxed aside.mkdf-sidebar .widget.widget_text select {
        border-radius: 0;
        font-size: 15px;
        margin-top: 10px;
        padding: 0 0 0 21px;
        transition: color .2s ease-in-out
    }

    .mkdf-sidebar-holder.mkdf-sidebar-boxed aside.mkdf-sidebar .widget.widget_archive img, .mkdf-sidebar-holder.mkdf-sidebar-boxed aside.mkdf-sidebar .widget.widget_categories img, .mkdf-sidebar-holder.mkdf-sidebar-boxed aside.mkdf-sidebar .widget.widget_text img {
        margin-bottom: 7px
    }

    .mkdf-sidebar-holder.mkdf-sidebar-boxed aside.mkdf-sidebar .widget.widget_tag_cloud a {
        border-radius: 2px;
        color: #8f9093;
        display: inline-block;
        font-size: 17px !important;
        font-weight: inherit;
        line-height: 25px;
        margin: 0 7px 7px 0;
        padding: 0
    }

        .mkdf-sidebar-holder.mkdf-sidebar-boxed aside.mkdf-sidebar .widget.widget_tag_cloud a:hover {
            color: #ff6f96
        }

    .mkdf-sidebar-holder.mkdf-sidebar-boxed aside.mkdf-sidebar .widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item {
        margin: 0 0 28px;
        padding: 0
    }

        .mkdf-sidebar-holder.mkdf-sidebar-boxed aside.mkdf-sidebar .widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item a {
            display: table;
            width: 100%
        }

            .mkdf-sidebar-holder.mkdf-sidebar-boxed aside.mkdf-sidebar .widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item a .mkdf-rp-image, .mkdf-sidebar-holder.mkdf-sidebar-boxed aside.mkdf-sidebar .widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item a .mkdf-rp-title {
                display: table-cell;
                vertical-align: middle
            }

                .mkdf-sidebar-holder.mkdf-sidebar-boxed aside.mkdf-sidebar .widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item a .mkdf-rp-image img, .mkdf-sidebar-holder.mkdf-sidebar-boxed aside.mkdf-sidebar .widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item a .mkdf-rp-title img {
                    display: block
                }

            .mkdf-sidebar-holder.mkdf-sidebar-boxed aside.mkdf-sidebar .widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item a .mkdf-rp-image {
                width: 93px
            }

                .mkdf-sidebar-holder.mkdf-sidebar-boxed aside.mkdf-sidebar .widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item a .mkdf-rp-image img {
                    border-radius: 5px
                }

            .mkdf-sidebar-holder.mkdf-sidebar-boxed aside.mkdf-sidebar .widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item a .mkdf-recent-posts-info {
                display: table-cell;
                vertical-align: middle
            }

                .mkdf-sidebar-holder.mkdf-sidebar-boxed aside.mkdf-sidebar .widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item a .mkdf-recent-posts-info:not(:first-child) {
                    padding-left: 20px
                }

            .mkdf-sidebar-holder.mkdf-sidebar-boxed aside.mkdf-sidebar .widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item a .mkdf-rp-title {
                -webkit-transition: color .2s ease-in-out;
                -moz-transition: color .2s ease-in-out;
                transition: color .2s ease-in-out;
                color: #8f9093;
                margin: 0 0 7px
            }

            .mkdf-sidebar-holder.mkdf-sidebar-boxed aside.mkdf-sidebar .widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item a p.mkdf-rp-title {
                line-height: 1.2em
            }

            .mkdf-sidebar-holder.mkdf-sidebar-boxed aside.mkdf-sidebar .widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item a .mkdf-rp-date {
                font-size: 11px;
                color: #fff;
                background-color: #ff6f96;
                padding: 0 7px;
                border-radius: 5px
            }

            .mkdf-sidebar-holder.mkdf-sidebar-boxed aside.mkdf-sidebar .widget.mkdf-recent-post-widget .mkdf-recent-posts .mkdf-rp-item a:hover .mkdf-rp-title {
                color: #8f9093
            }

    .mkdf-sidebar-holder.mkdf-sidebar-boxed aside.mkdf-sidebar .widget .mkdf-widget-title-holder .mkdf-widget-title, .mkdf-sidebar-holder.mkdf-sidebar-boxed aside.mkdf-sidebar .widget.widget_rss .rsswidget {
        color: #fff
    }

.mkdf-sidebar-holder.mkdf-sidebar-boxed aside.mkdf-sidebar .widget {
    background-color: #fff;
    border-radius: 10px;
    margin: 0 0 60px
}

    .mkdf-sidebar-holder.mkdf-sidebar-boxed aside.mkdf-sidebar .widget ul {
        padding: 33px 36px 36px
    }

        .mkdf-sidebar-holder.mkdf-sidebar-boxed aside.mkdf-sidebar .widget ul ul {
            padding: 0;
            margin-bottom: -15px
        }

    .mkdf-sidebar-holder.mkdf-sidebar-boxed aside.mkdf-sidebar .widget .mkdf-widget-title-holder {
        background-color: #62c7b9;
        padding: 22px 36px;
        margin-bottom: 0;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px
    }

    .mkdf-sidebar-holder.mkdf-sidebar-boxed aside.mkdf-sidebar .widget.widget_tag_cloud a {
        background: 0 0
    }

    .mkdf-sidebar-holder.mkdf-sidebar-boxed aside.mkdf-sidebar .widget:nth-child(3n+2) .mkdf-widget-title-holder, .mkdf-sidebar-holder.mkdf-sidebar-boxed aside.mkdf-sidebar .widget:nth-child(3n+3) .mkdf-widget-title-holder {
        background-color: #ff6f96
    }

    .mkdf-sidebar-holder.mkdf-sidebar-boxed aside.mkdf-sidebar .widget #calendar_wrap, .mkdf-sidebar-holder.mkdf-sidebar-boxed aside.mkdf-sidebar .widget .searchform, .mkdf-sidebar-holder.mkdf-sidebar-boxed aside.mkdf-sidebar .widget .tagcloud, .mkdf-sidebar-holder.mkdf-sidebar-boxed aside.mkdf-sidebar .widget .textwidget {
        padding: 33px 36px 36px
    }

    .mkdf-sidebar-holder.mkdf-sidebar-boxed aside.mkdf-sidebar .widget.widget_products ul {
        padding: 43px 36px 33px
    }

    .mkdf-sidebar-holder.mkdf-sidebar-boxed aside.mkdf-sidebar .widget .wpcf7 {
        padding: 35px 30px 36px;
        background-color: #9ad8d3;
        border-radius: 10px
    }

    .mkdf-sidebar-holder.mkdf-sidebar-boxed aside.mkdf-sidebar .widget .product_list_widget {
        padding: 27px 36px 30px
    }

        .mkdf-sidebar-holder.mkdf-sidebar-boxed aside.mkdf-sidebar .widget .product_list_widget li {
            padding: 0 0 14px
        }

    .mkdf-sidebar-holder.mkdf-sidebar-boxed aside.mkdf-sidebar .widget.widget_product_categories ul li {
        padding: 0 0 11px 15px
    }

    .mkdf-sidebar-holder.mkdf-sidebar-boxed aside.mkdf-sidebar .widget.widget_product_categories > ul > li {
        padding-left: 0
    }

aside.mkdf-sidebar .widget.mkdf-blog-list-widget {
    margin: 0 0 20px
}

    aside.mkdf-sidebar .widget.mkdf-blog-list-widget > h4 {
        margin: 0 0 15px
    }

.mkdf-top-bar aside.mkdf-sidebar .widget.mkdf-blog-list-widget > h2, footer .mkdf-footer-top aside.mkdf-sidebar .widget.mkdf-blog-list-widget > h2 {
    margin: 0 0 8px
}

aside.mkdf-sidebar .widget.mkdf-blog-list-widget .mkdf-blog-list-holder.mkdf-bl-simple .mkdf-post-image {
    width: 93px;
    vertical-align: middle
}

aside.mkdf-sidebar .widget.mkdf-blog-list-widget .mkdf-blog-list-holder.mkdf-bl-simple .mkdf-post-info-date {
    height: 17px;
    padding: 0 8px;
    margin: 0 0 9px
}

    aside.mkdf-sidebar .widget.mkdf-blog-list-widget .mkdf-blog-list-holder.mkdf-bl-simple .mkdf-post-info-date a {
        font-size: 11px;
        line-height: 15px;
        vertical-align: top
    }

aside.mkdf-sidebar .widget.mkdf-blog-list-widget .mkdf-blog-list-holder.mkdf-bl-simple .mkdf-bli-content:not(:first-child) {
    padding-left: 17px
}

aside.mkdf-sidebar .widget.mkdf-blog-list-widget .mkdf-blog-list-holder.mkdf-bl-simple .mkdf-bli-content p.mkdf-post-title a {
    color: #8f9093
}

    aside.mkdf-sidebar .widget.mkdf-blog-list-widget .mkdf-blog-list-holder.mkdf-bl-simple .mkdf-bli-content p.mkdf-post-title a:hover {
        color: #ff6f96
    }

aside.mkdf-sidebar .widget.mkdf-blog-list-widget .mkdf-widget-title-holder {
    margin-bottom: 22px
}

.widget.mkdf-image-slider-widget, .widget.mkdf-image-slider-widget .mkdf-is-widget-inner {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle
}

    .widget.mkdf-image-slider-widget .mkdf-widget-title {
        margin: 0 0 32px
    }

    .widget.mkdf-image-slider-widget img {
        display: block
    }

@media only screen and (max-width:1200px) {
    .mkdf-instagram-feed:not(.mkdf-instagram-carousel) li img {
        width: 100%
    }

    .mkdf-instagram-feed:not(.mkdf-instagram-carousel).mkdf-col-6 li, .mkdf-instagram-feed:not(.mkdf-instagram-carousel).mkdf-col-9 li {
        width: 25%
    }
}

@media only screen and (max-width:768px) {
    .mkdf-instagram-feed:not(.mkdf-instagram-carousel).mkdf-col-6 li, .mkdf-instagram-feed:not(.mkdf-instagram-carousel).mkdf-col-9 li {
        width: 33.33333%
    }
}

@media only screen and (max-width:680px) {
    .mkdf-instagram-feed:not(.mkdf-instagram-carousel) li {
        width: 50% !important
    }
}

.mkdf-instagram-feed.mkdf-instagram-carousel li a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.25);
    opacity: 0;
    -webkit-transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.mkdf-instagram-feed.mkdf-instagram-carousel li a:hover {
    opacity: 1
}

.widget.mkdf-raw-html-widget {
    margin: 0
}

    .widget.mkdf-raw-html-widget.mkdf-grid-auto-width {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        width: auto
    }

.mkdf-social-icon-widget-holder {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0
}

    .mkdf-social-icon-widget-holder .mkdf-social-icon-widget {
        color: inherit;
        line-height: inherit;
        font-size: inherit;
        font-style: inherit;
        font-weight: inherit;
        letter-spacing: inherit
    }

.widget.widget_mkdf_twitter_widget > h4 {
    margin: 0 0 8px
}

.widget.widget_mkdf_twitter_widget .mkdf-twitter-widget li:not(:last-child) {
    margin: 0 0 9px !important
}

.widget.widget_mkdf_twitter_widget .mkdf-twitter-widget li .mkdf-tweet-text a {
    line-height: inherit
}

.widget.widget_mkdf_twitter_widget .mkdf-twitter-widget.mkdf-twitter-standard li .mkdf-twitter-icon i {
    font-size: 20px
}

.widget.widget_mkdf_twitter_widget .mkdf-twitter-widget.mkdf-twitter-standard li .mkdf-tweet-text {
    font-size: 15px
}

    .widget.widget_mkdf_twitter_widget .mkdf-twitter-widget.mkdf-twitter-standard li .mkdf-tweet-text a, .widget.widget_mkdf_twitter_widget .mkdf-twitter-widget.mkdf-twitter-standard li .mkdf-tweet-text span {
        color: #32355d
    }

footer .widget.widget_mkdf_twitter_widget .mkdf-twitter-widget.mkdf-twitter-standard li .mkdf-tweet-text a, footer .widget.widget_mkdf_twitter_widget .mkdf-twitter-widget.mkdf-twitter-standard li .mkdf-tweet-text span {
    color: #bababa
}

.widget.widget_mkdf_twitter_widget .mkdf-twitter-widget.mkdf-twitter-standard li .mkdf-tweet-text a:hover {
    color: #ff6f96
}

.widget.widget_mkdf_twitter_widget .mkdf-twitter-widget.mkdf-twitter-standard li .mkdf-tweet-text .mkdf-tweet-time {
    margin-top: 8px
}

footer .widget.widget_mkdf_twitter_widget .mkdf-twitter-widget.mkdf-twitter-standard li {
    color: #fff
}

.widget.widget_mkdf_twitter_widget .mkdf-twitter-widget.mkdf-twitter-slider li .mkdf-twitter-icon i {
    font-size: 16px;
    color: #ff6f96
}

.widget.widget_mkdf_twitter_widget .mkdf-twitter-widget.mkdf-twitter-slider li .mkdf-tweet-text {
    font-size: 14px
}

    .widget.widget_mkdf_twitter_widget .mkdf-twitter-widget.mkdf-twitter-slider li .mkdf-tweet-text a, .widget.widget_mkdf_twitter_widget .mkdf-twitter-widget.mkdf-twitter-slider li .mkdf-tweet-text span {
        color: #ff6f96
    }

        .widget.widget_mkdf_twitter_widget .mkdf-twitter-widget.mkdf-twitter-slider li .mkdf-tweet-text a:hover {
            color: #32355d
        }

.mejs-fill-container, .mejs-fill-container .mejs-container {
    height: 100%;
    width: 100%
}

.mejs-fill-container {
    background: 0 0;
    margin: 0 auto;
    overflow: hidden;
    position: relative
}

.mejs-container:focus {
    outline: none
}

.mejs-iframe-overlay {
    height: 100%;
    position: absolute;
    width: 100%
}

.mejs-embed, .mejs-embed body {
    background: #000;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%
}

.mejs-fullscreen {
    overflow: hidden !important
}

.mejs-container-fullscreen {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000
}

    .mejs-container-fullscreen .mejs-mediaelement, .mejs-container-fullscreen video {
        height: 100% !important;
        width: 100% !important
    }

.mejs-background {
    left: 0;
    position: absolute;
    top: 0
}

.mejs-mediaelement {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0
}

.mejs-poster {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1
}

:root .mejs-poster-img {
    display: none
}

.mejs-poster-img {
    border: 0;
    padding: 0
}

.mejs-overlay {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0
}

.mejs-layer {
    z-index: 1
}

.mejs-overlay-play {
    cursor: pointer
}

.mejs-overlay-button {
    background: url(/wp-includes/js/mediaelement/mejs-controls.svg) no-repeat;
    background-position: 0 -39px;
    height: 80px;
    width: 80px
}

.mejs-overlay:hover > .mejs-overlay-button {
    background-position: -80px -39px
}

.mejs-overlay-loading {
    height: 80px;
    width: 80px
}

.mejs-overlay-loading-bg-img {
    -webkit-animation: mejs-loading-spinner 1s linear infinite;
    animation: mejs-loading-spinner 1s linear infinite;
    background: transparent url(/wp-includes/js/mediaelement/mejs-controls.svg) -160px -40px no-repeat;
    display: block;
    height: 80px;
    width: 80px;
    z-index: 1
}

@-webkit-keyframes mejs-loading-spinner {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes mejs-loading-spinner {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.mejs-controls {
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    left: 0;
    list-style-type: none;
    margin: 0;
    padding: 0 10px;
    position: absolute;
    width: 100%;
    z-index: 3
}

    .mejs-controls:not([style*="display: none"]) {
        background: rgba(255,0,0,.7);
        background: -webkit-linear-gradient(transparent,rgba(0,0,0,.35));
        background: linear-gradient(transparent,rgba(0,0,0,.35))
    }

.mejs-button, .mejs-time, .mejs-time-rail {
    font-size: 10px;
    height: 40px;
    line-height: 10px;
    margin: 0;
    width: 32px
}

    .mejs-button > button {
        background: transparent url(/wp-includes/js/mediaelement/mejs-controls.svg);
        border: 0;
        cursor: pointer;
        display: block;
        font-size: 0;
        height: 20px;
        line-height: 0;
        margin: 10px 6px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        text-decoration: none;
        width: 20px
    }

        .mejs-button > button:focus {
            outline: 1px dotted #999
        }

.mejs-container-keyboard-inactive [role=slider], .mejs-container-keyboard-inactive [role=slider]:focus, .mejs-container-keyboard-inactive a, .mejs-container-keyboard-inactive a:focus, .mejs-container-keyboard-inactive button, .mejs-container-keyboard-inactive button:focus {
    outline: 0
}

.mejs-time {
    box-sizing: content-box;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    height: 24px;
    overflow: hidden;
    padding: 16px 6px 0;
    text-align: center;
    width: auto
}

.mejs-play > button {
    background-position: 0 0
}

.mejs-pause > button {
    background-position: -20px 0
}

.mejs-replay > button {
    background-position: -160px 0
}

.mejs-time-rail {
    direction: ltr;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 40px;
    margin: 0 10px;
    padding-top: 10px;
    position: relative
}

.mejs-time-buffering, .mejs-time-current, .mejs-time-float, .mejs-time-float-corner, .mejs-time-float-current, .mejs-time-hovered, .mejs-time-loaded, .mejs-time-marker, .mejs-time-total {
    border-radius: 2px;
    cursor: pointer;
    display: block;
    height: 10px;
    position: absolute
}

.mejs-time-total {
    background: hsla(0,0%,100%,.3);
    margin: 5px 0 0;
    width: 100%
}

.mejs-time-buffering {
    -webkit-animation: buffering-stripes 2s linear infinite;
    animation: buffering-stripes 2s linear infinite;
    background: -webkit-linear-gradient(135deg,hsla(0,0%,100%,.4) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,.4) 75%,transparent 0,transparent);
    background: linear-gradient(-45deg,hsla(0,0%,100%,.4) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,.4) 75%,transparent 0,transparent);
    background-size: 15px 15px;
    width: 100%
}

@-webkit-keyframes buffering-stripes {
    0% {
        background-position: 0 0
    }

    to {
        background-position: 30px 0
    }
}

@keyframes buffering-stripes {
    0% {
        background-position: 0 0
    }

    to {
        background-position: 30px 0
    }
}

.mejs-time-loaded {
    background: hsla(0,0%,100%,.3)
}

.mejs-time-current, .mejs-time-handle-content {
    background: hsla(0,0%,100%,.9)
}

.mejs-time-hovered {
    background: hsla(0,0%,100%,.5);
    z-index: 10
}

    .mejs-time-hovered.negative {
        background: rgba(0,0,0,.2)
    }

.mejs-time-buffering, .mejs-time-current, .mejs-time-hovered, .mejs-time-loaded {
    left: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: all .15s ease-in;
    transition: all .15s ease-in;
    width: 100%
}

.mejs-time-buffering {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1)
}

.mejs-time-hovered {
    -webkit-transition: height .1s cubic-bezier(.44,0,1,1);
    transition: height .1s cubic-bezier(.44,0,1,1)
}

    .mejs-time-hovered.no-hover {
        -webkit-transform: scaleX(0) !important;
        -ms-transform: scaleX(0) !important;
        transform: scaleX(0) !important
    }

.mejs-time-handle, .mejs-time-handle-content {
    border: 4px solid transparent;
    cursor: pointer;
    left: 0;
    position: absolute;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    z-index: 11
}

.mejs-time-handle-content {
    border: 4px solid hsla(0,0%,100%,.9);
    border-radius: 50%;
    height: 10px;
    left: -7px;
    top: -4px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    width: 10px
}

.mejs-time-rail .mejs-time-handle-content:active, .mejs-time-rail .mejs-time-handle-content:focus, .mejs-time-rail:hover .mejs-time-handle-content {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.mejs-time-float {
    background: #eee;
    border: 1px solid #333;
    bottom: 100%;
    color: #111;
    display: none;
    height: 17px;
    margin-bottom: 9px;
    position: absolute;
    text-align: center;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 36px
}

.mejs-time-float-current {
    display: block;
    left: 0;
    margin: 2px;
    text-align: center;
    width: 30px
}

.mejs-time-float-corner {
    border: 5px solid transparent;
    border-top-color: #eee;
    border-radius: 0;
    display: block;
    height: 0;
    left: 50%;
    line-height: 0;
    position: absolute;
    top: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0
}

.mejs-long-video .mejs-time-float {
    margin-left: -23px;
    width: 64px
}

.mejs-long-video .mejs-time-float-current {
    width: 60px
}

.mejs-broadcast {
    color: #fff;
    height: 10px;
    position: absolute;
    top: 15px;
    width: 100%
}

.mejs-fullscreen-button > button {
    background-position: -80px 0
}

.mejs-unfullscreen > button {
    background-position: -100px 0
}

.mejs-mute > button {
    background-position: -60px 0
}

.mejs-unmute > button {
    background-position: -40px 0
}

.mejs-volume-button {
    position: relative
}

    .mejs-volume-button > .mejs-volume-slider {
        -webkit-backface-visibility: hidden;
        background: rgba(50,50,50,.7);
        border-radius: 0;
        bottom: 100%;
        display: none;
        height: 115px;
        left: 50%;
        margin: 0;
        position: absolute;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 25px;
        z-index: 1
    }

    .mejs-volume-button:hover {
        border-radius: 0 0 4px 4px
    }

.mejs-volume-total {
    background: hsla(0,0%, 100%,.5);
    height: 100px;
    left: 50%;
    margin: 0;
    position: absolute;
    top: 8px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 2px
}

.mejs-volume-current {
    background: hsla(0,0%,100%,.9);
    left: 0;
    margin: 0;
    position: absolute;
    width: 100%
}

.mejs-volume-handle {
    background: hsla(0,0%,100%,.9);
    border-radius: 1px;
    cursor: ns-resize;
    height: 6px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 16px
}

.mejs-horizontal-volume-slider {
    display: block;
    height: 36px;
    position: relative;
    vertical-align: middle;
    width: 56px
}

.mejs-horizontal-volume-total {
    background: rgba(50,50,50,.8);
    border-radius: 2px;
    font-size: 1px;
    height: 8px;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 16px;
    width: 50px
}

.mejs-horizontal-volume-current {
    background: hsla(0,0%,100%,.8);
    border-radius: 2px;
    font-size: 1px;
    height: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.mejs-horizontal-volume-handle {
    display: none
}

.mejs-captions-button, .mejs-chapters-button {
    position: relative
}

    .mejs-captions-button > button {
        background-position: -140px 0
    }

    .mejs-chapters-button > button {
        background-position: -180px 0
    }

    .mejs-captions-button > .mejs-captions-selector, .mejs-chapters-button > .mejs-chapters-selector {
        background: rgba(50,50,50,.7);
        border: 1px solid transparent;
        border-radius: 0;
        bottom: 100%;
        margin-right: -43px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        right: 50%;
        visibility: visible;
        width: 86px
    }

    .mejs-chapters-button > .mejs-chapters-selector {
        margin-right: -55px;
        width: 110px
    }

.mejs-captions-selector-list, .mejs-chapters-selector-list {
    list-style-type: none !important;
    margin: 0;
    overflow: hidden;
    padding: 0
}

.mejs-captions-selector-list-item, .mejs-chapters-selector-list-item {
    color: #fff;
    cursor: pointer;
    display: block;
    list-style-type: none !important;
    margin: 0 0 6px;
    overflow: hidden;
    padding: 0
}

    .mejs-captions-selector-list-item:hover, .mejs-chapters-selector-list-item:hover {
        background-color: #c8c8c8 !important;
        background-color: hsla(0,0%,100%,.4) !important
    }

.mejs-captions-selector-input, .mejs-chapters-selector-input {
    clear: both;
    float: left;
    left: -1000px;
    margin: 3px 3px 0 5px;
    position: absolute
}

.mejs-captions-selector-label, .mejs-chapters-selector-label {
    cursor: pointer;
    float: left;
    font-size: 10px;
    line-height: 15px;
    padding: 4px 10px 0;
    width: 100%
}

.mejs-captions-selected, .mejs-chapters-selected {
    color: #21f8f8
}

.mejs-captions-translations {
    font-size: 10px;
    margin: 0 0 5px
}

.mejs-captions-layer {
    bottom: 0;
    color: #fff;
    font-size: 16px;
    left: 0;
    line-height: 20px;
    position: absolute;
    text-align: center
}

    .mejs-captions-layer a {
        color: #fff;
        text-decoration: underline
    }

    .mejs-captions-layer[lang=ar] {
        font-size: 20px;
        font-weight: 400
    }

.mejs-captions-position {
    bottom: 15px;
    left: 0;
    position: absolute;
    width: 100%
}

.mejs-captions-position-hover {
    bottom: 35px
}

.mejs-captions-text, .mejs-captions-text * {
    background: rgba(20,20,20,.5);
    box-shadow: 5px 0 0 rgba(20,20,20,.5),-5px 0 0 rgba(20,20,20,.5);
    padding: 0;
    white-space: pre-wrap
}

.mejs-container.mejs-hide-cues video::-webkit-media-text-track-container {
    display: none
}

.mejs-overlay-error {
    position: relative
}

    .mejs-overlay-error > img {
        left: 0;
        max-width: 100%;
        position: absolute;
        top: 0;
        z-index: -1
    }

.mejs-cannotplay, .mejs-cannotplay a {
    color: #fff;
    font-size: .8em
}

.mejs-cannotplay {
    position: relative
}

    .mejs-cannotplay a, .mejs-cannotplay p {
        display: inline-block;
        padding: 0 15px;
        width: 100%
    }

.mejs-container {
    clear: both;
    max-width: 100%
}

    .mejs-container, .mejs-container .mejs-controls, .mejs-embed, .mejs-embed body {
        background: #222
    }

.mejs-time {
    font-weight: 400;
    word-wrap: normal
}

.mejs-controls a.mejs-horizontal-volume-slider {
    display: table
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current, .mejs-controls .mejs-time-rail .mejs-time-loaded {
    background: #fff
}

.mejs-controls .mejs-time-rail .mejs-time-current {
    background: #0073aa
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, .mejs-controls .mejs-time-rail .mejs-time-total {
    background: rgba(255,255,255,.33)
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current, .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, .mejs-controls .mejs-time-rail span {
    border-radius: 0
}

.mejs-overlay-loading {
    background: 0 0
}

.mejs-controls button:hover {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

.me-cannotplay {
    width: auto !important
}

.media-embed-details .wp-audio-shortcode {
    display: inline-block;
    max-width: 400px
}

.audio-details .embed-media-settings {
    overflow: visible
}

.media-embed-details .embed-media-settings .setting span:not(.button-group) {
    max-width: 400px;
    width: auto
}

.media-embed-details .embed-media-settings .checkbox-setting span {
    display: inline-block
}

.media-embed-details .embed-media-settings {
    padding-top: 0;
    top: 28px
}

.media-embed-details .instructions {
    padding: 16px 0;
    max-width: 600px
}

.media-embed-details .setting .remove-setting, .media-embed-details .setting p {
    color: #a00;
    font-size: 10px;
    text-transform: uppercase
}

.media-embed-details .setting .remove-setting {
    padding: 5px 0
}

.media-embed-details .setting a:hover {
    color: #dc3232
}

.media-embed-details .embed-media-settings .checkbox-setting {
    float: none;
    margin: 0 0 10px
}

.wp-video {
    max-width: 100%;
    height: auto
}

.wp_attachment_holder .wp-audio-shortcode, .wp_attachment_holder .wp-video {
    margin-top: 18px
}

.wp-video-shortcode video, video.wp-video-shortcode {
    max-width: 100%;
    display: inline-block
}

.video-details .wp-video-holder {
    width: 100%;
    max-width: 640px
}

.wp-playlist {
    border: 1px solid #ccc;
    padding: 10px;
    margin: 12px 0 18px;
    font-size: 14px;
    line-height: 1.5
}

.wp-admin .wp-playlist {
    margin: 0 0 18px
}

.wp-playlist video {
    display: inline-block;
    max-width: 100%
}

.wp-playlist audio {
    display: none;
    max-width: 100%;
    width: 400px
}

.wp-playlist .mejs-container {
    margin: 0;
    max-width: 100%
}

.wp-playlist .mejs-controls .mejs-button button {
    outline: 0
}

.wp-playlist-light {
    background: #fff;
    color: #000
}

.wp-playlist-dark {
    color: #fff;
    background: #000
}

.wp-playlist-caption {
    display: block;
    max-width: 88%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    line-height: 1.5
}

.wp-playlist-item .wp-playlist-caption {
    text-decoration: none;
    color: #000;
    max-width: -webkit-calc(100% - 40px);
    max-width: calc(100% - 40px)
}

.wp-playlist-item-meta {
    display: block;
    font-size: 14px;
    line-height: 1.5
}

.wp-playlist-item-title {
    font-size: 14px;
    line-height: 1.5
}

.wp-playlist-item-album {
    font-style: italic;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.wp-playlist-item-artist {
    font-size: 12px;
    text-transform: uppercase
}

.wp-playlist-item-length {
    position: absolute;
    right: 3px;
    top: 0;
    font-size: 14px;
    line-height: 1.5
}

.rtl .wp-playlist-item-length {
    left: 3px;
    right: auto
}

.wp-playlist-tracks {
    margin-top: 10px
}

.wp-playlist-item {
    position: relative;
    cursor: pointer;
    padding: 0 3px;
    border-bottom: 1px solid #ccc
}

    .wp-playlist-item:last-child {
        border-bottom: 0
    }

.wp-playlist-light .wp-playlist-caption {
    color: #333
}

.wp-playlist-dark .wp-playlist-caption {
    color: #ddd
}

.wp-playlist-playing {
    font-weight: 700;
    background: #f7f7f7
}

.wp-playlist-light .wp-playlist-playing {
    background: #fff;
    color: #000
}

.wp-playlist-dark .wp-playlist-playing {
    background: #000;
    color: #fff
}

.wp-playlist-current-item {
    overflow: hidden;
    margin-bottom: 10px;
    height: 60px
}

.wp-playlist .wp-playlist-current-item img {
    float: left;
    max-width: 60px;
    height: auto;
    margin-right: 10px;
    padding: 0;
    border: 0
}

.rtl .wp-playlist .wp-playlist-current-item img {
    float: right;
    margin-left: 10px;
    margin-right: 0
}

.wp-playlist-current-item .wp-playlist-item-artist, .wp-playlist-current-item .wp-playlist-item-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.wp-audio-playlist .me-cannotplay span {
    padding: 5px 15px
}

@-webkit-keyframes mkdfborderdance {
    0% {
        background-position: 0 0,100% 100%,0 100%,100% 0
    }

    100% {
        background-position: 100% 0,0 100%,0 0,100% 100%
    }
}

@keyframes mkdfborderdance {
    0% {
        background-position: 0 0,100% 100%,0 100%,100% 0
    }

    100% {
        background-position: 100% 0,0 100%,0 0,100% 100%
    }
}

.mkdf-pl-holder .mkdf-pli .mkdf-pli-rating, .mkdf-plc-holder .mkdf-plc-item .mkdf-plc-rating, .mkdf-pls-holder .mkdf-pls-text .mkdf-pls-rating, .mkdf-product-info .mkdf-pi-rating, .mkdf-woo-single-page .woocommerce-tabs #reviews .comment-respond .stars a.active:after, .mkdf-woo-single-page .woocommerce-tabs #reviews .comment-respond .stars a:before, .woocommerce .star-rating {
    font-size: 12px;
    line-height: 1;
    letter-spacing: 5px;
    color: #dce086;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.mkdf-woocommerce-page table.cart thead tr {
    border: 0;
    font-size: 15px;
    border-bottom: 1px solid #f1f1f1
}

    .mkdf-woocommerce-page table.cart thead tr th {
        padding: 10px 0;
        color: #703a78;
        ;
        text-align: center
    }

.mkdf-woocommerce-page table.cart tbody tr {
    border: 0;
    font-size: 15px;
}

.mkdf-woocommerce-page table.cart tr.cart_item {
    border-bottom: 1px solid #f1f1f1;
    text-align: center;
}

    .mkdf-woocommerce-page table.cart tr.cart_item td {
        padding: 25px 0;
        vertical-align: middle;
        text-align: inherit
    }

        .mkdf-woocommerce-page table.cart tr.cart_item td.product-remove {
            padding-left: 10px;
            padding-right: 10px
        }

            .mkdf-woocommerce-page table.cart tr.cart_item td.product-remove a {
                color: #8f9093;
                font-size: 0;
                line-height: 1
            }

                .mkdf-woocommerce-page table.cart tr.cart_item td.product-remove a:after {
                    content: "\f404";
                    display: inline-block;
                    vertical-align: middle;
                    speak: none;
                    color: inherit;
                    font-size: 25px;
                    line-height: inherit;
                    font-style: normal;
                    font-weight: 400;
                    font-variant: normal;
                    text-transform: none;
                    text-rendering: auto;
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale
                }

                .mkdf-woocommerce-page table.cart tr.cart_item td.product-remove a:hover {
                    color: #32355d
                }

        .mkdf-woocommerce-page table.cart tr.cart_item td.product-thumbnail {
            width: 86px;
            padding-right: 10px
        }

            .mkdf-woocommerce-page table.cart tr.cart_item td.product-thumbnail a, .mkdf-woocommerce-page table.cart tr.cart_item td.product-thumbnail img {
                display: block
            }

        .mkdf-woocommerce-page table.cart tr.cart_item td .variation > * {
            display: inline-block;
            vertical-align: middle;
            padding: 0;
            margin: 0
        }

        .mkdf-woocommerce-page table.cart tr.cart_item td .variation p {
            margin: 0
        }

.mkdf-woocommerce-page table.cart td.actions {
    padding: 35px 0 36px;
    text-align: inherit
}

    .mkdf-woocommerce-page table.cart td.actions a.button, .mkdf-woocommerce-page table.cart td.actions button[type=submit]:not(.mkdf-woo-search-widget-button) {
        padding: 13px 36px;
        line-height: 31px
    }

    .mkdf-woocommerce-page table.cart td.actions .coupon {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        float: left
    }

    .mkdf-woocommerce-page .woocommerce-error a, .mkdf-woocommerce-page .woocommerce-info a, .mkdf-woocommerce-page .woocommerce-message a, .mkdf-woocommerce-page table.cart td.actions button, .mkdf-woocommerce-page table.cart td.actions > input {
        float: right
    }

    .mkdf-woocommerce-page table.cart td.actions .coupon label {
        display: none
    }

    .mkdf-woocommerce-page table.cart td.actions .coupon input[type=text] {
        margin: 0 22px 0 0;
        text-align: right;
    }

.mkdf-woocommerce-page .cart-collaterals {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    margin: 0 0 50px
}

    .mkdf-woocommerce-page .cart-collaterals h2 {
        position: relative;
        display: block;
        margin: 0 0 26px
    }

    .mkdf-woocommerce-page .cart-collaterals table {
        margin: 0 0 35px;
        font-size: 17px;
        direction: rtl;
    }

        .mkdf-woocommerce-page .cart-collaterals table tr {
            border: 0;
            border-bottom: 1px solid #f1f1f1
        }

        .mkdf-woocommerce-page .cart-collaterals table td, .mkdf-woocommerce-page .cart-collaterals table th {
            padding: 14px 0;
            text-align: right;
            vertical-align: middle
        }

        .mkdf-woocommerce-page .cart-collaterals table th {
            width: 20%;
            padding-right: 5px;
            border: 0;
            color: #703a78;
        }

    .mkdf-woocommerce-page .cart-collaterals tr.shipping #shipping_method {
        list-style: none;
        margin: 0 0 7px
    }

        .mkdf-woocommerce-page .cart-collaterals tr.shipping #shipping_method li {
            margin: 3px 0;
            padding: 0
        }

            .mkdf-woocommerce-page .cart-collaterals tr.shipping #shipping_method li > * {
                display: inline-block;
                vertical-align: middle;
                margin: 0
            }

    .mkdf-woocommerce-page .cart-collaterals .woocommerce-shipping-calculator .shipping-calculator-button {
        display: block;
        margin: 0 0 10px
    }

    .mkdf-woocommerce-page .cart-collaterals .woocommerce-shipping-calculator p {
        margin: 0
    }

    .mkdf-woocommerce-page .cart-collaterals .wc-proceed-to-checkout .checkout-button {
        padding: 13px 36px;
        line-height: 31px
    }

.mkdf-woocommerce-page .cross-sells {
    margin: 30px 0 0;
    border-top: 1px solid #f1f1f1
}

    .mkdf-woocommerce-page .cross-sells > h2 {
        display: block;
        margin: 36px 0 50px;
        text-align: center
    }

.mkdf-woocommerce-page .cart_totals {
    margin: 1px 0 20px;
    text-align: right;
}

    .mkdf-woocommerce-page .cart_totals > h2 {
        font-size: 30px;
        color: #703a78;
    }

.mkdf-woocommerce-page .cart-empty {
    position: relative;
    display: block;
    color: #32355d;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.4em;
    text-align: center;
    margin: 40px 0 33px
}

.mkdf-woocommerce-page .checkout_coupon button[type=submit]:not(.mkdf-woo-search-widget-button), .mkdf-woocommerce-page .return-to-shop a.button {
    padding: 13px 36px !important;
    line-height: 31px !important
}

.mkdf-woocommerce-page .return-to-shop {
    position: relative;
    display: block;
    text-align: center;
    margin: 0 0 60px
}

.mkdf-woocommerce-page .checkout_coupon {
    display: block;
    margin: 0 0 34px
}

    .mkdf-woocommerce-page .checkout_coupon p {
        margin: 0
    }

.mkdf-woocommerce-page #order_review button[type=submit]:not(.mkdf-woo-search-widget-button) {
    padding: 13px 36px;
    line-height: 31px
}

.mkdf-woocommerce-page.woocommerce-checkout form.login {
    display: block;
    margin: 0 0 34px
}

    .mkdf-woocommerce-page.woocommerce-checkout form.login > :first-child {
        margin: 0 0 15px
    }

    .mkdf-woocommerce-page.woocommerce-checkout form.login p {
        margin: 0
    }

    .mkdf-woocommerce-page.woocommerce-checkout form.login input[type=checkbox] {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        top: -1px;
        margin: 0 3px 0 5px
    }

    .mkdf-woocommerce-page.woocommerce-checkout form.login .lost_password {
        display: block;
        margin: 15px 0 0
    }

.mkdf-woocommerce-page .woocommerce-checkout .col2-set:after, .mkdf-woocommerce-page .woocommerce-checkout .col2-set:before {
    content: '';
    display: table
}

.mkdf-woocommerce-page .woocommerce-checkout .col2-set:after {
    clear: both
}

.mkdf-woocommerce-page .woocommerce-checkout .col-1, .mkdf-woocommerce-page .woocommerce-checkout .col-2 {
    position: relative;
    display: inline-block;
    width: 49%;
    margin-right: 1%;
    float: left;
    vertical-align: middle
}

    .mkdf-woocommerce-page .woocommerce-checkout .col-1 h3, .mkdf-woocommerce-page .woocommerce-checkout .col-2 h3 {
        margin: 8px 0 25px
    }

    .mkdf-woocommerce-page .woocommerce-checkout .col-1 p, .mkdf-woocommerce-page .woocommerce-checkout .col-2 p {
        margin: 0
    }

    .mkdf-woocommerce-page .woocommerce-checkout .col-1 label:not(.checkbox), .mkdf-woocommerce-page .woocommerce-checkout .col-2 label:not(.checkbox) {
        display: block;
        margin: 0
    }

    .mkdf-woocommerce-page .woocommerce-checkout .col-1 .form-row, .mkdf-woocommerce-page .woocommerce-checkout .col-2 .form-row {
        width: 49%;
        margin-right: 2%;
        float: left
    }

    .mkdf-woocommerce-page .woocommerce-checkout .col-1 .form-row-last, .mkdf-woocommerce-page .woocommerce-checkout .col-2 .form-row-last {
        margin-right: 0
    }

    .mkdf-woocommerce-page .woocommerce-checkout .col-1 .form-row-wide, .mkdf-woocommerce-page .woocommerce-checkout .col-1 .form-row.notes, .mkdf-woocommerce-page .woocommerce-checkout .col-2 .form-row-wide, .mkdf-woocommerce-page .woocommerce-checkout .col-2 .form-row.notes {
        width: 100%
    }

.mkdf-woocommerce-page .woocommerce-checkout .col-2 {
    margin-left: 1%;
    margin-right: 0
}

.mkdf-woocommerce-page .woocommerce-checkout .create-account {
    margin: 0 0 15px
}

    .mkdf-woocommerce-page .woocommerce-checkout .create-account input, .mkdf-woocommerce-page .woocommerce-checkout .create-account label {
        display: inline-block;
        vertical-align: middle
    }

.mkdf-woocommerce-page .woocommerce-checkout h3#order_review_heading {
    margin: 18px 0
}

.mkdf-woocommerce-page .woocommerce-checkout table {
    padding: 0;
    margin: 0 0 35px
}

    .mkdf-woocommerce-page .woocommerce-checkout table tr {
        border: 0;
        border-bottom: 1px solid #f1f1f1
    }

        .mkdf-woocommerce-page .woocommerce-checkout table tr.shipping #shipping_method {
            list-style: none;
            margin: 0
        }

            .mkdf-woocommerce-page .woocommerce-checkout table tr.shipping #shipping_method li {
                margin: 3px 0;
                padding: 0
            }

                .mkdf-woocommerce-page .woocommerce-checkout table tr.shipping #shipping_method li > * {
                    display: inline-block;
                    vertical-align: middle;
                    margin: 0
                }

    .mkdf-woocommerce-page .woocommerce-checkout table td, .mkdf-woocommerce-page .woocommerce-checkout table th {
        padding: 14px 0;
        text-align: left;
        vertical-align: middle
    }

    .mkdf-woocommerce-page .woocommerce-checkout table th {
        color: #32355d;
        border: 0
    }

    .mkdf-woocommerce-page .woocommerce-checkout table .variation > * {
        display: inline-block;
        vertical-align: middle;
        padding: 0;
        margin: 0
    }

    .mkdf-woocommerce-page .woocommerce-checkout table .variation p {
        margin: 0
    }

.mkdf-woocommerce-page .woocommerce-checkout .select2-container {
    border-radius: 0;
    margin: 0 0 14px
}

.mkdf-woocommerce-page .woocommerce-checkout input[type=checkbox], .mkdf-woocommerce-page .woocommerce-checkout input[type=radio] {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    top: -1px;
    margin: 0 3px 0 5px
}

.mkdf-woocommerce-page .woocommerce-checkout .woocommerce-checkout-payment {
    display: block;
    margin: 20px 0 70px
}

    .mkdf-woocommerce-page .woocommerce-checkout .woocommerce-checkout-payment ul {
        list-style: none;
        margin: 0 0 35px;
        padding: 0
    }

        .mkdf-woocommerce-page .woocommerce-checkout .woocommerce-checkout-payment ul li, .mkdf-woocommerce-page.woocommerce-order-received .woocommerce ul.order_details li {
            padding: 14px 0;
            border-bottom: 1px solid #c9c9c9
        }

            .mkdf-woocommerce-page .woocommerce-checkout .woocommerce-checkout-payment ul li input, .mkdf-woocommerce-page .woocommerce-checkout .woocommerce-checkout-payment ul li label {
                display: inline-block;
                vertical-align: middle
            }

            .mkdf-woocommerce-page .woocommerce-checkout .woocommerce-checkout-payment ul li.payment_method_paypal label img {
                vertical-align: middle;
                margin: 0 8px
            }

.mkdf-woocommerce-page.woocommerce-order-received .woocommerce {
    display: block;
    margin: 0 0 45px
}

    .mkdf-woocommerce-page.woocommerce-order-received .woocommerce > p {
        display: block;
        margin: 0 0 30px
    }

    .mkdf-woocommerce-page.woocommerce-order-received .woocommerce > h2, .mkdf-woocommerce-page.woocommerce-order-received .woocommerce > header h2 {
        display: block;
        margin: 16px 0 25px
    }

    .mkdf-woocommerce-page.woocommerce-order-received .woocommerce ul.order_details {
        list-style: none;
        margin: 0 0 30px
    }

        .mkdf-woocommerce-page.woocommerce-order-received .woocommerce ul.order_details li strong {
            color: #32355d;
            font-weight: 400
        }

    .mkdf-woocommerce-page.woocommerce-order-received .woocommerce table.shop_table {
        padding: 0;
        margin: 0 0 35px
    }

        .mkdf-woocommerce-page.woocommerce-order-received .woocommerce table.shop_table tr {
            border: 0;
            border-bottom: 1px solid #c9c9c9
        }

        .mkdf-woocommerce-page.woocommerce-order-received .woocommerce table.shop_table td, .mkdf-woocommerce-page.woocommerce-order-received .woocommerce table.shop_table th {
            padding: 14px 0;
            text-align: left;
            vertical-align: middle
        }

        .mkdf-woocommerce-page.woocommerce-order-received .woocommerce table.shop_table th {
            border: 0
        }

        .mkdf-woocommerce-page.woocommerce-order-received .woocommerce table.shop_table .variation > * {
            display: inline-block;
            vertical-align: middle;
            padding: 0;
            margin: 0
        }

        .mkdf-woocommerce-page.woocommerce-order-received .woocommerce table.shop_table .variation p {
            margin: 0
        }

    .mkdf-woocommerce-page.woocommerce-order-received .woocommerce .col2-set.addresses {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: middle;
        clear: both;
        margin: 0 0 15px
    }

        .mkdf-woocommerce-page.woocommerce-order-received .woocommerce .col2-set.addresses .col-1, .mkdf-woocommerce-page.woocommerce-order-received .woocommerce .col2-set.addresses .col-2 {
            position: relative;
            display: inline-block;
            width: 49%;
            margin-right: 1%;
            float: left;
            vertical-align: middle
        }

        .mkdf-woocommerce-page.woocommerce-order-received .woocommerce .col2-set.addresses .col-2 {
            margin-left: 1%;
            margin-right: 0
        }

        .mkdf-woocommerce-page.woocommerce-order-received .woocommerce .col2-set.addresses .title {
            margin: 4px 0 25px
        }

        .mkdf-woocommerce-page.woocommerce-order-received .woocommerce .col2-set.addresses h3 {
            margin: 0
        }

        .mkdf-woocommerce-page.woocommerce-order-received .woocommerce .col2-set.addresses address {
            font-style: normal
        }

.woocommerce-page .mkdf-content .wc-forward:not(.added_to_cart):not(.checkout-button), .woocommerce-page .mkdf-content a.added_to_cart, .woocommerce-page .mkdf-content a.button, .woocommerce-page .mkdf-content button[type=submit]:not(.mkdf-woo-search-widget-button), div.woocommerce .wc-forward:not(.added_to_cart):not(.checkout-button), div.woocommerce a.added_to_cart, div.woocommerce a.button, div.woocommerce button[type=submit]:not(.mkdf-woo-search-widget-button) {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    outline: 0;
    font-size: 20px;
    box-sizing: border-box;
    margin: 0;
    border-radius: 5px;
    -webkit-transition: color .3s ease,background-color .3s ease,border-color .3s ease;
    -moz-transition: color .3s ease,background-color .3s ease,border-color .3s ease;
    transition: color .3s ease,background-color .3s ease,border-color .3s ease;
    color: #fff;
    background-color: #703a78;
    line-height: 14px;
    padding: 18px 20px;
    white-space: nowrap !important;
    cursor: pointer;
    z-index: 3;
    border: none
}

    .woocommerce-page .mkdf-content .wc-forward:not(.added_to_cart):not(.checkout-button):hover, .woocommerce-page .mkdf-content a.added_to_cart:hover, .woocommerce-page .mkdf-content a.button:hover, .woocommerce-page .mkdf-content button[type=submit]:not(.mkdf-woo-search-widget-button):hover, div.woocommerce .wc-forward:not(.added_to_cart):not(.checkout-button):hover, div.woocommerce a.added_to_cart:hover, div.woocommerce a.button:hover, div.woocommerce button[type=submit]:not(.mkdf-woo-search-widget-button):hover {
        color: #fff;
        background-color: #8a4794
    }

    .woocommerce-page .mkdf-content .wc-forward:not(.added_to_cart):not(.checkout-button) .mkdf-btn-icon-holder, .woocommerce-page .mkdf-content a.added_to_cart .mkdf-btn-icon-holder, .woocommerce-page .mkdf-content a.button .mkdf-btn-icon-holder, .woocommerce-page .mkdf-content button[type=submit]:not(.mkdf-woo-search-widget-button) .mkdf-btn-icon-holder, div.woocommerce .wc-forward:not(.added_to_cart):not(.checkout-button) .mkdf-btn-icon-holder, div.woocommerce a.added_to_cart .mkdf-btn-icon-holder, div.woocommerce a.button .mkdf-btn-icon-holder, div.woocommerce button[type=submit]:not(.mkdf-woo-search-widget-button) .mkdf-btn-icon-holder {
        margin-left: 21px;
        width: 53px;
        padding: 14px 0;
        text-align: center;
        line-height: 14px
    }

    .woocommerce-page .mkdf-content a.button.added, div.woocommerce a.button.added {
        display: none
    }

.woocommerce-page .mkdf-content input[type=submit], div.woocommerce input[type=submit] {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    outline: 0;
    font-size: 20px;
    box-sizing: border-box;
    margin: 0;
    border-radius: 5px;
    -webkit-transition: color .3s ease,background-color .3s ease,border-color .3s ease;
    -moz-transition: color .3s ease,background-color .3s ease,border-color .3s ease;
    transition: color .3s ease,background-color .3s ease,border-color .3s ease;
    color: #fff;
    background-color: #ff6f96;
    padding: 13px 36px;
    z-index: 3;
    cursor: pointer;
    white-space: nowrap;
    border: none
}

    .woocommerce-page .mkdf-content input[type=submit]:hover, div.woocommerce input[type=submit]:hover {
        color: #fff;
        background-color: #fb5182
    }

.woocommerce .mkdf-new-product,
.woocommerce .mkdf-onsale, .woocommerce .mkdf-out-of-stock {
    position: absolute;
    display: block;
    top: 0;
    width: auto;
    background-color: #703a78;
    color: #32355d;
    font-size: 16px;
    letter-spacing: -.01em;
    line-height: 23px;
    text-align: center;
    box-sizing: border-box;
    margin: 20px 0 0 20px;
    padding: 0 10px;
    z-index: 100
}

.woocommerce .mkdf-onsale {
    left: 0;
    background: #703a78;
    color: #ffd200;
    border-color: transparent #703a78 transparent transparent
}

.woocommerce .mkdf-new-product, .woocommerce .mkdf-out-of-stock {
    left: 0;
    border-color: transparent #32355d transparent transparent
}

.woocommerce .mkdf-out-of-stock {
    background-color: #ffd200;
    color: #703a78 !important;
}

.woocommerce .mkdf-new-product {
    background-color: #dce086
}

.mkdf-woo-single-page .mkdf-single-product-content .mkdf-new-product, .mkdf-woo-single-page .mkdf-single-product-content .mkdf-onsale, .mkdf-woo-single-page .mkdf-single-product-content .mkdf-out-of-stock {
    left: 21px;
    top: -1px
}

.mkdf-woo-single-page.mkdf-woo-single-thumb-on-left-side .mkdf-single-product-content .mkdf-new-product, .mkdf-woo-single-page.mkdf-woo-single-thumb-on-left-side .mkdf-single-product-content .mkdf-onsale, .mkdf-woo-single-page.mkdf-woo-single-thumb-on-left-side .mkdf-single-product-content .mkdf-out-of-stock {
    left: 140px
}

.mkdf-woocommerce-page .woocommerce-error, .mkdf-woocommerce-page .woocommerce-info, .mkdf-woocommerce-page .woocommerce-message {
    position: relative;
    display: block;
    padding: 20px 30px;
    margin: 0 0 30px;
    line-height: 58px;
    list-style: none;
    background-color: transparent;
    border: 1px solid #c9c9c9
}

    .mkdf-woocommerce-page .woocommerce-error > a, .mkdf-woocommerce-page .woocommerce-info > a, .mkdf-woocommerce-page .woocommerce-message > a {
        color: #8f9093
    }

        .mkdf-woocommerce-page .woocommerce-error > a:hover, .mkdf-woocommerce-page .woocommerce-info > a:hover, .mkdf-woocommerce-page .woocommerce-message > a:hover {
            color: #32355d
        }

    .mkdf-woocommerce-page .woocommerce-error a.button, .mkdf-woocommerce-page .woocommerce-info a.button, .mkdf-woocommerce-page .woocommerce-message a.button {
        padding: 13px 36px !important;
        line-height: 31px !important
    }

    .mkdf-woocommerce-page .woocommerce-info .showcoupon {
        color: #8f9093
    }

        .mkdf-woocommerce-page .woocommerce-info .showcoupon:hover {
            color: #32355d
        }

.mkdf-woo-pagination-holder {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    margin: 17px 0 60px;
    clear: both
}

    .mkdf-woo-pagination-holder .mkdf-woo-pagination-inner {
        position: relative;
        display: table;
        width: 100%;
        text-align: right
    }

.woocommerce-pagination {
    position: relative;
    display: table-cell;
    vertical-align: top;
    text-align: center;
    width: 99%;
    margin: 0;
    padding: 0
}

    .woocommerce-pagination .page-numbers {
        position: relative;
        display: inline-block;
        vertical-align: top;
        width: 100%;
        margin: 0;
        padding: 0
    }

        .woocommerce-pagination .page-numbers li {
            position: relative;
            display: inline-block;
            vertical-align: top;
            margin: 0
        }

            .woocommerce-pagination .page-numbers li a, .woocommerce-pagination .page-numbers li span {
                position: relative;
                display: inline-block;
                color: #ff6f96;
                font-size: 20px;
                margin: 0 7px;
                padding: 0;
                width: 44px;
                height: 44px;
                background-color: #fff0f4;
                border-radius: 50%;
                vertical-align: middle;
                line-height: 2.3em;
                text-decoration: none;
                cursor: pointer;
                white-space: nowrap;
                -webkit-transition: color .2s ease-out;
                -moz-transition: color .2s ease-out;
                transition: color .2s ease-out
            }

                .woocommerce-pagination .page-numbers li a.current, .woocommerce-pagination .page-numbers li a:hover, .woocommerce-pagination .page-numbers li span.current, .woocommerce-pagination .page-numbers li span:hover {
                    color: #fff;
                    background-color: #ff6f96
                }

                .woocommerce-pagination .page-numbers li a.next, .woocommerce-pagination .page-numbers li a.prev {
                    font-size: 0;
                    line-height: 43px;
                    vertical-align: middle;
                    margin: 0 6px 0 4px;
                    font-weight: 900;
                    text-rendering: auto;
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale
                }

                    .woocommerce-pagination .page-numbers li a.next:before, .woocommerce-pagination .page-numbers li a.prev:before {
                        position: relative;
                        top: 0;
                        display: block;
                        font-size: 21px;
                        vertical-align: middle;
                        text-align: center;
                        left: 0;
                        right: 0
                    }

                    .woocommerce-pagination .page-numbers li a.prev:before {
                        content: "\f053"
                    }

                    .woocommerce-pagination .page-numbers li a.next:before {
                        content: "\f054"
                    }

.mkdf-woo-view-all-pagination {
    position: relative;
    vertical-align: top;
    width: 1%;
    display: none
}

    .mkdf-woo-view-all-pagination a {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        white-space: nowrap;
        padding: 0 0 0 17px;
        color: #8f9093
    }

        .mkdf-woo-view-all-pagination a:before {
            content: '';
            padding: 0 28px 0 0;
            border-left: 1px solid #8f9093
        }

        .mkdf-woo-view-all-pagination a:hover {
            color: #32355d
        }

.woocommerce-page .mkdf-content .mkdf-quantity-buttons, div.woocommerce .mkdf-quantity-buttons {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #eee;
    border-radius: 10px;
    background-color: #f8f8f8;
    box-sizing: border-box;
    line-height: 44px;
    height: 50px;
    max-width: 202px;
    width: 100%;
    padding: 0 10px 0 20px;
    margin: 0 -.3em 0 0
}

    .woocommerce-page .mkdf-content .mkdf-quantity-buttons .mkdf-quantity-label, div.woocommerce .mkdf-quantity-buttons .mkdf-quantity-label {
        font-size: 14px;
        margin-right: 43px;
        display: inline-block;
        vertical-align: middle;
        color: #9f9e9e;
        background-color: transparent;
        text-align: center;
        border: 0;
        box-sizing: border-box
    }

    .woocommerce-page .mkdf-content .mkdf-quantity-buttons span.mkdf-quantity-minus, .woocommerce-page .mkdf-content .mkdf-quantity-buttons span.mkdf-quantity-plus, div.woocommerce .mkdf-quantity-buttons span.mkdf-quantity-minus, div.woocommerce .mkdf-quantity-buttons span.mkdf-quantity-plus {
        color: #9f9e9e;
        font-size: 18px
    }

    .woocommerce-page .mkdf-content .mkdf-quantity-buttons .mkdf-quantity-input, .woocommerce-page .mkdf-content .mkdf-quantity-buttons .mkdf-quantity-minus, .woocommerce-page .mkdf-content .mkdf-quantity-buttons .mkdf-quantity-plus, div.woocommerce .mkdf-quantity-buttons .mkdf-quantity-input, div.woocommerce .mkdf-quantity-buttons .mkdf-quantity-minus, div.woocommerce .mkdf-quantity-buttons .mkdf-quantity-plus {
        display: inline-block;
        vertical-align: middle;
        color: #8f9093;
        background-color: transparent;
        text-align: center;
        box-sizing: border-box
    }

    .woocommerce-page .mkdf-content .mkdf-quantity-buttons .mkdf-quantity-input, div.woocommerce .mkdf-quantity-buttons .mkdf-quantity-input {
        font-style: normal;
        font-size: 14px;
        color: #9f9e9e;
        border: 1px solid transparent;
        position: relative;
        width: 20px;
        padding: 0;
        margin: 0;
        outline: 0
    }

    .woocommerce-page .mkdf-content .mkdf-quantity-buttons .mkdf-quantity-minus, .woocommerce-page .mkdf-content .mkdf-quantity-buttons .mkdf-quantity-plus, div.woocommerce .mkdf-quantity-buttons .mkdf-quantity-minus, div.woocommerce .mkdf-quantity-buttons .mkdf-quantity-plus {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        height: 22px;
        line-height: 22px;
        border-left: 0;
        cursor: pointer;
        -webkit-transition: color .15s ease-in-out;
        -moz-transition: color .15s ease-in-out;
        transition: color .15s ease-in-out
    }

        .woocommerce-page .mkdf-content .mkdf-quantity-buttons .mkdf-quantity-minus:hover, .woocommerce-page .mkdf-content .mkdf-quantity-buttons .mkdf-quantity-plus:hover, div.woocommerce .mkdf-quantity-buttons .mkdf-quantity-minus:hover, div.woocommerce .mkdf-quantity-buttons .mkdf-quantity-plus:hover {
            color: #ff6f96
        }

.woocommerce-page .mkdf-content input[type=email], .woocommerce-page .mkdf-content input[type=tel], .woocommerce-page .mkdf-content input[type=password], .woocommerce-page .mkdf-content input[type=text], .woocommerce-page .mkdf-content textarea, div.woocommerce input[type=email], div.woocommerce input[type=tel], div.woocommerce input[type=password], div.woocommerce input[type=text], div.woocommerce textarea {
    position: relative;
    width: 100%;
    margin: 0 0 19px;
    padding: 19px 20px;
    font-size: 12px;
    line-height: 18px;
    font-weight: inherit;
    color: #8f9093;
    background-color: transparent;
    border: 1px solid #c9c9c9;
    border-radius: 10px;
    outline: 0;
    -webkit-appearance: none;
    box-sizing: border-box
}

    .woocommerce-page .mkdf-content input[type=email]::-webkit-input-placeholder, .woocommerce-page .mkdf-content input[type=tel]::-webkit-input-placeholder, .woocommerce-page .mkdf-content input[type=password]::-webkit-input-placeholder, .woocommerce-page .mkdf-content input[type=text]::-webkit-input-placeholder, .woocommerce-page .mkdf-content textarea::-webkit-input-placeholder, div.woocommerce input[type=email]::-webkit-input-placeholder, div.woocommerce input[type=tel]::-webkit-input-placeholder, div.woocommerce input[type=password]::-webkit-input-placeholder, div.woocommerce input[type=text]::-webkit-input-placeholder, div.woocommerce textarea::-webkit-input-placeholder {
        color: inherit
    }

    .woocommerce-page .mkdf-content input[type=email]:-moz-placeholder, .woocommerce-page .mkdf-content input[type=tel]:-moz-placeholder, .woocommerce-page .mkdf-content input[type=password]:-moz-placeholder, .woocommerce-page .mkdf-content input[type=text]:-moz-placeholder, .woocommerce-page .mkdf-content textarea:-moz-placeholder, div.woocommerce input[type=email]:-moz-placeholder, div.woocommerce input[type=tel]:-moz-placeholder, div.woocommerce input[type=password]:-moz-placeholder, div.woocommerce input[type=text]:-moz-placeholder, div.woocommerce textarea:-moz-placeholder {
        color: inherit;
        opacity: 1
    }

    .woocommerce-page .mkdf-content input[type=email]::-moz-placeholder, .woocommerce-page .mkdf-content input[type=tel]::-moz-placeholder, .woocommerce-page .mkdf-content input[type=password]::-moz-placeholder, .woocommerce-page .mkdf-content input[type=text]::-moz-placeholder, .woocommerce-page .mkdf-content textarea::-moz-placeholder, div.woocommerce input[type=email]::-moz-placeholder, div.woocommerce input[type=tel]::-moz-placeholder, div.woocommerce input[type=password]::-moz-placeholder, div.woocommerce input[type=text]::-moz-placeholder, div.woocommerce textarea::-moz-placeholder {
        color: inherit;
        opacity: 1
    }

    .woocommerce-page .mkdf-content input[type=email]:-ms-input-placeholder, .woocommerce-page .mkdf-content input[type=tel]:-ms-input-placeholder, .woocommerce-page .mkdf-content input[type=password]:-ms-input-placeholder, .woocommerce-page .mkdf-content input[type=text]:-ms-input-placeholder, .woocommerce-page .mkdf-content textarea:-ms-input-placeholder, div.woocommerce input[type=email]:-ms-input-placeholder, div.woocommerce input[type=tel]:-ms-input-placeholder, div.woocommerce input[type=password]:-ms-input-placeholder, div.woocommerce input[type=text]:-ms-input-placeholder, div.woocommerce textarea:-ms-input-placeholder {
        color: inherit
    }

.woocommerce-page .mkdf-content .coupon input[type=text], div.woocommerce .coupon input[type=text] {
    width: 200px;
    border-radius: 5px
}

.mkdf-woocommerce-page .woocommerce-ordering, .mkdf-woocommerce-page .woocommerce-result-count {
    display: inline;
    width: 50%;
    margin: 0 0 30px;
    float: left
}

.mkdf-woocommerce-page .woocommerce-result-count {
    line-height: 49px;
    font-size: 16px
}

.mkdf-woocommerce-page .woocommerce-ordering {
    text-align: right
}

    .mkdf-woocommerce-page .woocommerce-ordering .orderby {
        width: auto;
        min-width: 250px;
        margin: 0;
        text-align: initial
    }

.mkdf-woocommerce-page .cart-collaterals .woocommerce-shipping-calculator .select2-container--default {
    width: 100% !important;
    margin: 0 0 14px
}

.woocommerce .star-rating {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    font-size: 15px
}

    .woocommerce .star-rating:before {
        content: "\e031\e031\e031\e031\e031"
    }

    .woocommerce .star-rating span {
        position: absolute;
        top: 0;
        left: 0;
        font-size: 0;
        overflow: hidden
    }

        .woocommerce .star-rating span:before {
            content: "\e033\e033\e033\e033\e033";
            font-size: 15px
        }

.mkdf-woocommerce-page .mkdf-content .variations {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    border: none;
    padding: 0
}

    .mkdf-woocommerce-page .mkdf-content .variations tbody {
        display: block;
        widows: 100%
    }

    .mkdf-woocommerce-page .mkdf-content .variations tr {
        display: inline-block;
        margin-right: 12px;
        border: 1px solid transparent
    }

        .mkdf-woocommerce-page .mkdf-content .variations tr:last-child {
            margin: 0
        }

    .mkdf-woocommerce-page .mkdf-content .variations td {
        position: relative;
        display: block;
        font-size: 14px;
        text-transform: none;
        text-align: initial;
        color: #9f9e9e;
        padding: 0
    }

        .mkdf-woocommerce-page .mkdf-content .variations td.value {
            white-space: nowrap
        }

            .mkdf-woocommerce-page .mkdf-content .variations td.value select {
                width: auto;
                min-width: 193px
            }

    .mkdf-woocommerce-page .mkdf-content .variations .reset_variations {
        display: none !important;
        margin: 0 0 0 15px;
        color: #32355d
    }

    .mkdf-woocommerce-page .mkdf-content .variations .select2-container--default {
        text-align: left;
        width: auto;
        min-width: 193px
    }

    .mkdf-woocommerce-page .mkdf-content .variations .select2-dropdown {
        left: -1px
    }

.mkdf-woocommerce-page .mkdf-content .single_variation_wrap {
    margin: 19px 0 0
}

    .mkdf-woocommerce-page .mkdf-content .single_variation_wrap .single_variation {
        margin: 0 0 35px
    }

.mkdf-woocommerce-page .mkdf-content table.group_table .mkdf-quantity-buttons, .mkdf-woocommerce-page .mkdf-content table.group_table tr:last-child, .mkdf-woocommerce-page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .form-row, .mkdf-woocommerce-page.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-address-fields__field-wrapper .form-row {
    margin: 0
}

.mkdf-woocommerce-page .mkdf-content .single_variation_wrap .variations_button button .mkdf-btn-icon-holder {
    display: none
}

.mkdf-woocommerce-page .mkdf-content table.group_table {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    border: none;
    padding: 0
}

    .mkdf-woocommerce-page .mkdf-content table.group_table tbody {
        display: block
    }

    .mkdf-woocommerce-page .mkdf-content table.group_table tr {
        display: block;
        padding: 0 0 8px;
        border: 0;
        margin-bottom: 0
    }

    .mkdf-woocommerce-page .mkdf-content table.group_table td {
        padding: 0 17px 10px 0;
        text-align: left
    }

        .mkdf-woocommerce-page .mkdf-content table.group_table td.price {
            display: table-cell;
            vertical-align: middle
        }

        .mkdf-woocommerce-page .mkdf-content table.group_table td:last-child {
            padding: 0 0 10px
        }

    .mkdf-woocommerce-page .mkdf-content table.group_table a {
        color: #8f9093
    }

        .mkdf-woocommerce-page .mkdf-content table.group_table a:hover {
            color: #32355d
        }

.mkdf-woocommerce-page.woocommerce-account .woocommerce-MyAccount-content, .mkdf-woocommerce-page.woocommerce-account .woocommerce-MyAccount-navigation {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    float: left;
    box-sizing: border-box
}

    .mkdf-woocommerce-page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .select2-container--default .select2-selection--single, .mkdf-woocommerce-page.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-address-fields__field-wrapper .select2-container--default .select2-selection--single {
        margin-bottom: 17px
    }

.mkdf-woocommerce-page.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 30%;
    padding: 0 15px 0 0
}

    .mkdf-woocommerce-page.woocommerce-account .woocommerce-MyAccount-navigation ul {
        padding: 0 15px 0 0;
        margin: 0;
        list-style: none;
        border-right: 1px solid #c9c9c9
    }

        .mkdf-woocommerce-page.woocommerce-account .woocommerce-MyAccount-navigation ul li {
            margin: 0;
            padding: 0
        }

            .mkdf-woocommerce-page.woocommerce-account .woocommerce-MyAccount-navigation ul li:not(:last-child) {
                margin: 0 0 18px
            }

.mkdf-woocommerce-page.woocommerce-account .woocommerce-MyAccount-content {
    width: 70%;
    padding: 0 0 0 30px
}

.mkdf-woocommerce-page.woocommerce-account.logged-in .woocommerce {
    margin: 17px 0 79px
}

.mkdf-woocommerce-page.woocommerce-account .woocommerce {
    margin: 0 0 45px
}

    .mkdf-woocommerce-page.woocommerce-account .woocommerce .woocommerce-form-login {
        max-width: 600px;
        width: 100%
    }

    .mkdf-woocommerce-page.woocommerce-account .woocommerce button[type=submit]:not(.mkdf-woo-search-widget-button) {
        padding: 13px 36px;
        line-height: 31px;
        margin: 9px 0 0
    }

        .mkdf-woocommerce-page.woocommerce-account .woocommerce button[type=submit]:not(.mkdf-woo-search-widget-button) + .woocommerce-form__label-for-checkbox {
            position: relative;
            top: 7px
        }

    .mkdf-woocommerce-page.woocommerce-account .woocommerce form.login {
        margin: 0 0 34px
    }

        .mkdf-woocommerce-page.woocommerce-account .woocommerce form.login p {
            margin: 0
        }

            .mkdf-woocommerce-page.woocommerce-account .woocommerce form.login p.mkdf-login-form-text {
                margin: 0 0 7px
            }

            .mkdf-woocommerce-page.woocommerce-account .woocommerce form.login p.form-row {
                margin: 1px 0 0
            }

        .mkdf-woocommerce-page.woocommerce-account .woocommerce form.login input[type=checkbox] {
            position: relative;
            display: inline-block;
            vertical-align: middle;
            top: -1px;
            margin: 0 3px 0 5px
        }

        .mkdf-woocommerce-page.woocommerce-account .woocommerce form.login .lost_password {
            display: block;
            margin: 15px 0 0
        }

    .mkdf-woocommerce-page.woocommerce-account .woocommerce form.edit-account {
        margin: 0 0 15px
    }

        .mkdf-woocommerce-page.woocommerce-account .woocommerce form.edit-account p {
            margin: 0
        }

        .mkdf-woocommerce-page.woocommerce-account .woocommerce form.edit-account label {
            display: block;
            margin: 0
        }

        .mkdf-woocommerce-page.woocommerce-account .woocommerce form.edit-account fieldset > legend {
            display: block;
            color: #32355d;
            margin: 0 0 10px
        }

    .mkdf-woocommerce-page.woocommerce-account .woocommerce > p {
        display: block;
        margin: 0 0 30px
    }

    .mkdf-woocommerce-page.woocommerce-account .woocommerce > h2, .mkdf-woocommerce-page.woocommerce-account .woocommerce > header h2 {
        display: block;
        margin: 16px 0 25px
    }

    .mkdf-woocommerce-page.woocommerce-account .woocommerce table.shop_table {
        padding: 0;
        margin: 0 0 35px
    }

        .mkdf-woocommerce-page.woocommerce-account .woocommerce table.shop_table tr {
            border: 0;
            border-bottom: 1px solid #c9c9c9
        }

        .mkdf-woocommerce-page.woocommerce-account .woocommerce table.shop_table td, .mkdf-woocommerce-page.woocommerce-account .woocommerce table.shop_table th {
            padding: 14px 0;
            text-align: left;
            vertical-align: middle
        }

        .mkdf-woocommerce-page.woocommerce-account .woocommerce table.shop_table th {
            border: 0
        }

        .mkdf-woocommerce-page.woocommerce-account .woocommerce table.shop_table td.order-actions {
            text-align: right
        }

        .mkdf-woocommerce-page.woocommerce-account .woocommerce table.shop_table .variation > * {
            display: inline-block;
            vertical-align: middle;
            padding: 0;
            margin: 0
        }

        .mkdf-woocommerce-page.woocommerce-account .woocommerce table.shop_table .variation p {
            margin: 0
        }

    .mkdf-woocommerce-page.woocommerce-account .woocommerce .col2-set.addresses {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: middle;
        clear: both;
        margin: 0 0 15px
    }

        .mkdf-woocommerce-page.woocommerce-account .woocommerce .col2-set.addresses .col-1, .mkdf-woocommerce-page.woocommerce-account .woocommerce .col2-set.addresses .col-2 {
            position: relative;
            display: inline-block;
            width: 49%;
            margin-right: 1%;
            float: left;
            vertical-align: middle
        }

        .mkdf-woocommerce-page.woocommerce-account .woocommerce .col2-set.addresses .col-2 {
            margin-left: 1%;
            margin-right: 0
        }

        .mkdf-woocommerce-page.woocommerce-account .woocommerce .col2-set.addresses .title {
            margin: 4px 0 25px
        }

        .mkdf-woocommerce-page.woocommerce-account .woocommerce .col2-set.addresses h3 {
            margin: 0
        }

        .mkdf-woocommerce-page.woocommerce-account .woocommerce .col2-set.addresses address {
            font-style: normal
        }

.mkdf-woocommerce-page.woocommerce-account .vc_row .woocommerce > h2 {
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 25px
}

.mkdf-woocommerce-page.woocommerce-account .vc_row .woocommerce form.login {
    margin: 0
}

    .mkdf-woocommerce-page.woocommerce-account .vc_row .woocommerce form.login p {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: middle
    }

        .mkdf-woocommerce-page.woocommerce-account .vc_row .woocommerce form.login p label:not(.inline) {
            display: block;
            margin: 14px 0;
            color: #32355d;
            font-size: 18px;
            line-height: 38px
        }

        .mkdf-woocommerce-page.woocommerce-account .vc_row .woocommerce form.login p label.inline {
            position: relative;
            display: inline-block;
            vertical-align: middle;
            margin: 23px 0 0
        }

        .mkdf-woocommerce-page.woocommerce-account .vc_row .woocommerce form.login p input.button {
            margin: 23px 0 0
        }

.mkdf-woocommerce-page.woocommerce-account.woocommerce-edit-address form .woocommerce-address-fields button[type=submit]:not(.mkdf-woo-search-widget-button) {
    margin: 0
}

.mkdf-woocommerce-page.woocommerce-account.woocommerce-edit-address .woocommerce > form {
    margin: 0 0 15px
}

    .mkdf-woocommerce-page.woocommerce-account.woocommerce-edit-address .woocommerce > form > :first-child {
        margin: 0 0 25px
    }

    .mkdf-woocommerce-page.woocommerce-account.woocommerce-edit-address .woocommerce > form p {
        margin: 0
    }

    .mkdf-woocommerce-page.woocommerce-account.woocommerce-edit-address .woocommerce > form label {
        display: block;
        margin: 0 0 5px
    }

.mkdf-woocommerce-page.mkdf-woocommerce-order-tracking .woocommerce {
    margin: 0 0 45px
}

    .mkdf-woocommerce-page.mkdf-woocommerce-order-tracking .woocommerce > .track_order {
        display: block;
        margin: 0 0 60px
    }

        .mkdf-woocommerce-page.mkdf-woocommerce-order-tracking .woocommerce > .track_order > p:not(.form-row) {
            display: block;
            margin: 0 0 7px
        }

        .mkdf-woocommerce-page.mkdf-woocommerce-order-tracking .woocommerce > .track_order .form-row-first, .mkdf-woocommerce-page.mkdf-woocommerce-order-tracking .woocommerce > .track_order .form-row-last {
            position: relative;
            display: inline-block;
            width: 100%;
            vertical-align: middle;
            margin: 0
        }

            .mkdf-woocommerce-page.mkdf-woocommerce-order-tracking .woocommerce > .track_order .form-row-first label, .mkdf-woocommerce-page.mkdf-woocommerce-order-tracking .woocommerce > .track_order .form-row-last label {
                display: block;
                margin: 14px 0;
                color: #32355d;
                font-size: 18px;
                line-height: 38px
            }

        .mkdf-woocommerce-page.mkdf-woocommerce-order-tracking .woocommerce > .track_order .button {
            margin: 13px 0 0
        }

.cross-sells, .mkdf-content .woocommerce, .mkdf-pl-main-holder, .related.products, .upsells.products {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle
}

.mkdf-pl-main-holder {
    margin: 0 0 16px
}

.mkdf-woo-pl-info-on-image-hover .mkdf-pl-main-holder {
    margin: 0 0 50px
}

ul.products {
    list-style: none;
    margin: 0 -15px;
    clear: both
}

    ul.products > .product {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        float: left;
        margin: 0 0 30px;
        padding: 0 15px;
        box-sizing: border-box
    }

.touch ul.products > .product {
    cursor: pointer
}

.mkdf-woo-single-page .mkdf-single-product-content .images .woocommerce-product-gallery__image .zoomImg, div.woocommerce > .single-product .images .woocommerce-product-gallery__image .zoomImg {
    cursor: crosshair
}

ul.products > .product:hover .mkdf-pl-inner .mkdf-pl-text.mkdf-pl-hover-overlay {
    opacity: 1
}

ul.products > .product:hover .mkdf-pl-inner .mkdf-pl-text.mkdf-pl-button-from-bottom .added_to_cart, ul.products > .product:hover .mkdf-pl-inner .mkdf-pl-text.mkdf-pl-button-from-bottom .mkdf-pl-btn {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0)
}

ul.products > .product .mkdf-product-list-title {
    margin: 5px 0 3px;
    font-size: 19px;
    color: #703a78;
    padding-bottom: 10px;
}

ul.products > .product .mkdf-pl-rating-holder {
    position: relative;
    display: inline-block;
    width: 100%;
    line-height: 1;
    vertical-align: top;
    margin: 0 0 12px
}

ul.products > .product .price {
    position: relative;
    display: block;
    font-size: 21px;
    line-height: inherit;
    letter-spacing: -.01em;
    text-decoration: none;
    color: #ff6f96;
    margin: 0
}

    ul.products > .product .price * {
        font-size: inherit;
        line-height: 26px
    }

    ul.products > .product .price del, ul.products > .product .price ins {
        font-size: 21px;
        line-height: 26px;
        letter-spacing: -.01em
    }

    ul.products > .product .price del {
        margin: 0 5px 0 0;
        color: #32355d
    }

    ul.products > .product .price ins {
        text-decoration: none;
        color: #703a78;
    }

ul.products > .product .added_to_cart, ul.products > .product .button {
    margin: 25px 0 0
}

.mkdf-woo-pl-info-below-image ul.products > .product .added_to_cart, .mkdf-woo-pl-info-below-image ul.products > .product .button {
    margin: 0
}

ul.products > .product .button.added {
    display: none
}

ul.products > .product .mkdf-pl-inner, ul.products > .product .mkdf-pl-inner .mkdf-pl-image {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    overflow: hidden
}

    ul.products > .product .mkdf-pl-inner .mkdf-pl-image img {
        display: block;
        width: 100%;
        border-radius: 10px
    }

    ul.products > .product .mkdf-pl-inner .mkdf-pl-text {
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        box-sizing: border-box
    }

        ul.products > .product .mkdf-pl-inner .mkdf-pl-text .added_to_cart, ul.products > .product .mkdf-pl-inner .mkdf-pl-text .mkdf-pl-btn {
            white-space: normal
        }

        ul.products > .product .mkdf-pl-inner .mkdf-pl-text .added_to_cart {
            padding: 13px 36px;
            line-height: 31px
        }

        ul.products > .product .mkdf-pl-inner .mkdf-pl-text.mkdf-pl-hover-overlay {
            padding: 10px 15px;
            opacity: 0;
            background-color: rgba(255,255,255,.95);
            border-radius: 10px;
            -webkit-transition: opacity .3s ease;
            -moz-transition: opacity .3s ease;
            transition: opacity .3s ease
        }

        ul.products > .product .mkdf-pl-inner .mkdf-pl-text.mkdf-pl-button-from-bottom .mkdf-pl-text-inner {
            vertical-align: bottom
        }

        ul.products > .product .mkdf-pl-inner .mkdf-pl-text.mkdf-pl-button-from-bottom .added_to_cart, ul.products > .product .mkdf-pl-inner .mkdf-pl-text.mkdf-pl-button-from-bottom .mkdf-pl-btn {
            width: 100%;
            padding-left: 10px;
            padding-right: 10px;
            -webkit-transform: translateY(100%);
            -moz-transform: translateY(100%);
            transform: translateY(100%);
            -webkit-transition: -webkit-transform .3s ease;
            -moz-transition: -moz-transform .3s ease;
            transition: transform .3s ease
        }

    ul.products > .product .mkdf-pl-inner .mkdf-pl-text-outer {
        position: relative;
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
        text-align: center
    }

    ul.products > .product .mkdf-pl-inner .mkdf-pl-text-inner {
        position: relative;
        display: table-cell;
        height: 100%;
        width: 100%;
        vertical-align: middle
    }

        ul.products > .product .mkdf-pl-inner .mkdf-pl-text-inner .mkdf-quickwish-holder {
            display: block;
            position: absolute;
            bottom: -11px;
            right: 0;
            left: 0;
            z-index: 15;
            font-size: 0
        }

            ul.products > .product .mkdf-pl-inner .mkdf-pl-text-inner .mkdf-quickwish-holder .clear {
                display: none
            }

        ul.products > .product .mkdf-pl-inner .mkdf-pl-text-inner .mkdf-product-list-title, ul.products > .product .mkdf-pl-inner .mkdf-pl-text-inner .price, ul.products > .product .mkdf-pl-inner .mkdf-pl-text-inner .price del, ul.products > .product .mkdf-pl-inner .mkdf-pl-text-inner .star-rating {
            color: #32355d
        }

    ul.products > .product .mkdf-pl-inner > a {
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0
    }

div.woocommerce > .products > .product-category a, ul.products > .product .mkdf-pl-text-wrapper {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

ul.products > .product .mkdf-pl-text-wrapper {
    width: 100%;
    text-align: center;
    margin: 19px 0 23px
}

.mkdf-woo-no-space ul.products {
    margin: 0
}

    .mkdf-woo-no-space ul.products > .product {
        padding: 0;
        margin: 0
    }

.mkdf-woo-tiny-space ul.products {
    margin: 0 -5px
}

    .mkdf-woo-tiny-space ul.products > .product {
        padding: 0 5px;
        margin: 0 0 10px
    }

.mkdf-woo-small-space ul.products {
    margin: 0 -10px
}

    .mkdf-woo-small-space ul.products > .product {
        padding: 0 10px;
        margin: 0 0 20px
    }

.mkdf-woo-normal-space ul.products {
    margin: 0 -15px
}

    .mkdf-woo-normal-space ul.products > .product {
        padding: 0 15px;
        margin: 0 0 30px
    }

.mkdf-woo-medium-space ul.products {
    margin: 0 -20px
}

    .mkdf-woo-medium-space ul.products > .product {
        padding: 0 20px;
        margin: 0 0 40px
    }

.mkdf-woo-large-space ul.products {
    margin: 0 -25px
}

    .mkdf-woo-large-space ul.products > .product {
        padding: 0 25px;
        margin: 0 0 50px
    }

@media only screen and (min-width:1025px) {
    .mkdf-woocommerce-columns-3 .cross-sells > .products > .product, .mkdf-woocommerce-columns-3 .mkdf-pl-main-holder > .products > .product, .mkdf-woocommerce-columns-3
    .related.products > .products > .product, .mkdf-woocommerce-columns-3 .upsells.products > .products > .product {
        width: 33.33333%
    }

        .mkdf-woocommerce-columns-3 .cross-sells > .products > .product:nth-child(3n+1), .mkdf-woocommerce-columns-3 .mkdf-pl-main-holder > .products > .product:nth-child(3n+1), .mkdf-woocommerce-columns-3 .related.products > .products > .product:nth-child(3n+1), .mkdf-woocommerce-columns-3 .upsells.products > .products > .product:nth-child(3n+1) {
            clear: both
        }

    .mkdf-woocommerce-columns-4 .cross-sells > .products > .product, .mkdf-woocommerce-columns-4 .mkdf-pl-main-holder > .products > .product, .mkdf-woocommerce-columns-4 .related.products > .products > .product, .mkdf-woocommerce-columns-4 .upsells.products > .products > .product {
        width: 25%
    }

        .mkdf-woocommerce-columns-4 .cross-sells > .products > .product:nth-child(4n+1), .mkdf-woocommerce-columns-4 .mkdf-pl-main-holder > .products > .product:nth-child(4n+1), .mkdf-woocommerce-columns-4 .related.products > .products > .product:nth-child(4n+1), .mkdf-woocommerce-columns-4 .upsells.products > .products > .product:nth-child(4n+1), .woocommerce.columns-4 > .products > .product:nth-child(4n+1) {
            clear: both
        }
}

.woocommerce.columns-1 > .products > .product {
    float: none;
    width: 100%
}

.woocommerce.columns-2 > .products > .product {
    width: 50%
}

.woocommerce.columns-3 > .products > .product {
    width: 33.33333%
}

.woocommerce.columns-4 > .products > .product {
    width: 25%
}

.woocommerce.columns-5 > .products > .product {
    width: 20%
}

@media only screen and (min-width:1201px) {
    .woocommerce.columns-5 > .products > .product:nth-child(5n+1) {
        clear: both
    }
}

.woocommerce.columns-6 > .products > .product {
    width: 16.66667%
}

@media only screen and (min-width:1441px) {
    .woocommerce.columns-6 > .products > .product:nth-child(6n+1) {
        clear: both
    }
}

.mkdf-content .woocommerce.add_to_cart_inline {
    margin: 0;
    width: auto
}

    .mkdf-content .woocommerce.add_to_cart_inline del, .mkdf-content .woocommerce.add_to_cart_inline ins {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        margin: 0 7px 0 0;
        color: #32355d;
        font-size: 16px;
        line-height: 1
    }

div.woocommerce > .products > .product-category a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(50,53,93,.6);
    opacity: 0;
    -webkit-transition: opacity .2s ease;
    -moz-transition: opacity .2s ease;
    transition: opacity .2s ease
}

div.woocommerce > .products > .product-category a:hover:after {
    opacity: 1
}

div.woocommerce > .products > .product-category a:hover .woocommerce-loop-category__title {
    top: 50%;
    opacity: 1
}

div.woocommerce > .products > .product-category img {
    display: block
}

div.woocommerce > .products > .product-category .woocommerce-loop-category__title {
    position: absolute;
    top: 60%;
    left: 0;
    display: block;
    width: 100%;
    padding: 0 10%;
    margin: 0;
    color: #fff;
    text-align: center;
    z-index: 2;
    opacity: 0;
    -webkit-filter: blur(0);
    box-sizing: border-box;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: opacity .2s ease,top .2s ease;
    -moz-transition: opacity .2s ease,top .2s ease;
    transition: opacity .2s ease,top .2s ease
}

    div.woocommerce > .products > .product-category .woocommerce-loop-category__title .count {
        font-size: .9em;
        color: #fff;
        background-color: transparent
    }

div.woocommerce > .single-product .images {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0
}

    div.woocommerce > .single-product .images figure {
        position: relative;
        display: inline-block;
        vertical-align: top;
        margin: 0 -10px
    }

        div.woocommerce > .single-product .images figure a {
            position: relative;
            display: inline-block;
            width: 100%;
            vertical-align: middle
        }

            div.woocommerce > .single-product .images figure a img {
                position: relative;
                width: 100%;
                display: block
            }

    div.woocommerce > .single-product .images .woocommerce-product-gallery__trigger {
        position: absolute;
        top: 10px;
        right: 10px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        z-index: 10
    }

    div.woocommerce > .single-product .images .woocommerce-product-gallery__image {
        position: relative;
        display: inline-block;
        vertical-align: top;
        margin: 0;
        padding: 0 10px;
        box-sizing: border-box
    }

div.woocommerce > .single-product .woocommerce-tabs, div.woocommerce > .single-product .woocommerce-tabs ul.tabs, div.woocommerce > .single-product .woocommerce-tabs ul.tabs > li {
    vertical-align: middle;
    position: relative;
    display: inline-block
}

div.woocommerce > .single-product .images .woocommerce-product-gallery__image:first-child {
    left: 10px;
    width: calc(100% - 20px);
    padding: 0
}

div.woocommerce > .single-product
.images.woocommerce-product-gallery--with-images .woocommerce-product-gallery__image:not(:first-child) {
    float: left;
    padding-top: 20px
}

div.woocommerce > .single-product .images.woocommerce-product-gallery--columns-2 .woocommerce-product-gallery__image:not(:first-child) {
    width: 50%
}

div.woocommerce > .single-product .images.woocommerce-product-gallery--columns-3 .woocommerce-product-gallery__image:not(:first-child) {
    width: 33.33333%
}

div.woocommerce > .single-product .images.woocommerce-product-gallery--columns-4 .woocommerce-product-gallery__image:not(:first-child) {
    width: 25%
}

div.woocommerce > .single-product .woocommerce-tabs {
    width: 100%;
    margin: 30px 0 0
}

    div.woocommerce > .single-product .woocommerce-tabs ul.tabs {
        width: 100%;
        list-style: none;
        margin: 0;
        padding: 0;
        border-top: 1px solid #c9c9c9;
        border-bottom: 1px solid #c9c9c9;
        text-align: center;
        clear: both
    }

        div.woocommerce > .single-product .woocommerce-tabs ul.tabs > li a {
            position: relative;
            display: inline-block;
            vertical-align: top;
            padding: 13px 15px
        }

    div.woocommerce > .single-product .woocommerce-tabs .entry-content {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: middle
    }

        div.woocommerce > .single-product .woocommerce-tabs .entry-content > h2 {
            display: none
        }

        div.woocommerce > .single-product .woocommerce-tabs .entry-content > p, div.woocommerce > .single-product .woocommerce-tabs table {
            margin: 18px 0 20px
        }

            div.woocommerce > .single-product .woocommerce-tabs table th, div.woocommerce > .single-product .woocommerce-tabs table tr {
                border: 0
            }

            div.woocommerce > .single-product .woocommerce-tabs table td, div.woocommerce > .single-product .woocommerce-tabs table th {
                padding: 3px 0;
                vertical-align: middle;
                text-align: left
            }

                div.woocommerce > .single-product .woocommerce-tabs table td p, div.woocommerce > .single-product .woocommerce-tabs table th p {
                    margin: 0
                }

            div.woocommerce > .single-product .woocommerce-tabs table th {
                color: #32355d;
                width: 1%;
                padding: 0 10px 0 0
            }

            div.woocommerce > .single-product .woocommerce-tabs table td {
                width: 99%
            }

    div.woocommerce > .single-product .woocommerce-tabs #reviews, div.woocommerce > .single-product .woocommerce-tabs #reviews ol.commentlist .comment_container {
        width: 100%;
        position: relative;
        display: inline-block;
        vertical-align: middle
    }

    div.woocommerce > .single-product .woocommerce-tabs #reviews {
        margin: 18px 0 20px
    }

        div.woocommerce > .single-product
        .woocommerce-tabs #reviews h2 {
            font-size: 18px;
            line-height: 24px;
            margin: 8px 0 24px
        }

        div.woocommerce > .single-product .woocommerce-tabs #reviews ol.commentlist {
            list-style: none
        }

            div.woocommerce > .single-product .woocommerce-tabs #reviews ol.commentlist .comment_container img {
                float: left;
                width: 60px
            }

            div.woocommerce > .single-product .woocommerce-tabs #reviews ol.commentlist .comment-text {
                padding: 0 0 0 80px
            }

                div.woocommerce > .single-product .woocommerce-tabs #reviews ol.commentlist .comment-text div[itemprop=description] {
                    padding: 0;
                    margin: 0 0 15px;
                    border: 0
                }

                div.woocommerce > .single-product .woocommerce-tabs #reviews ol.commentlist .comment-text p {
                    margin: 5px 0 0
                }

        div.woocommerce > .single-product .woocommerce-tabs #reviews .comment-respond {
            margin-top: 15px
        }

            div.woocommerce > .single-product .woocommerce-tabs #reviews .comment-respond .comment-reply-title {
                margin: 0 0 10px
            }

            div.woocommerce > .single-product .woocommerce-tabs #reviews .comment-respond p {
                margin: 0
            }

            div.woocommerce > .single-product .woocommerce-tabs #reviews .comment-respond .stars {
                overflow: hidden
            }

                div.woocommerce > .single-product .woocommerce-tabs #reviews .comment-respond .stars a {
                    position: relative;
                    display: inline-block;
                    color: transparent;
                    font-size: 0;
                    margin: 0
                }

                    div.woocommerce > .single-product .woocommerce-tabs #reviews .comment-respond .stars a:before {
                        position: relative;
                        display: inline-block;
                        vertical-align: middle;
                        content: "\e031";
                        font-size: 12px;
                        line-height: 1;
                        letter-spacing: 2px;
                        color: #8f9093;
                        overflow: hidden;
                        z-index: -1;
                        -webkit-font-smoothing: antialiased;
                        -moz-osx-font-smoothing: grayscale
                    }

                    div.woocommerce > .single-product .woocommerce-tabs #reviews .comment-respond .stars a.active:after {
                        position: absolute;
                        right: 0;
                        bottom: 7px;
                        display: block;
                        font-size: 12px;
                        line-height: 1;
                        letter-spacing: 2px;
                        color: #8f9093;
                        content: "\e033\e033\e033\e033\e033";
                        -webkit-font-smoothing: antialiased;
                        -moz-osx-font-smoothing: grayscale
                    }

div.woocommerce > .single-product .related.products, div.woocommerce > .single-product .upsells.products {
    margin: 30px 0 0;
    border-top: 1px solid #c9c9c9
}

    div.woocommerce > .single-product .related.products > h2, div.woocommerce > .single-product .upsells.products > h2 {
        display: block;
        margin: 36px 0 50px;
        text-align: center
    }

    div.woocommerce > .single-product .related.products .product .mkdf-pl-text-wrapper, div.woocommerce > .single-product .upsells.products .product .mkdf-pl-text-wrapper {
        margin-bottom: 0
    }

@media only screen and (min-width:769px) {
    .woocommerce.columns-3 > .products > .product:nth-child(3n+1) {
        clear: both
    }

    .mkdf-woo-single-page.mkdf-woo-single-thumb-on-left-side
    .mkdf-single-product-content .images figure {
        width: 100%;
        margin: 0
    }

    .mkdf-woo-single-page.mkdf-woo-single-thumb-on-left-side .mkdf-single-product-content .images .woocommerce-product-gallery__image:first-child {
        left: 140px;
        width: calc(100% - 140px)
    }

    .mkdf-woo-single-page.mkdf-woo-single-thumb-on-left-side .mkdf-single-product-content .images.woocommerce-product-gallery--with-images .woocommerce-product-gallery__image:not(:first-child) {
        position: absolute;
        top: 0;
        left: 0;
        width: 118px;
        height: calc(25% + 3px);
        padding: 0 0 12px;
        box-sizing: border-box
    }

        .mkdf-woo-single-page.mkdf-woo-single-thumb-on-left-side .mkdf-single-product-content .images.woocommerce-product-gallery--with-images .woocommerce-product-gallery__image:not(:first-child) a, .mkdf-woo-single-page.mkdf-woo-single-thumb-on-left-side .mkdf-single-product-content .images.woocommerce-product-gallery--with-images .woocommerce-product-gallery__image:not(:first-child) a img {
            height: 100%
        }

    .mkdf-woo-single-page.mkdf-woo-single-thumb-on-left-side .mkdf-single-product-content .images.woocommerce-product-gallery--with-images .woocommerce-product-gallery__image:nth-child(2n) {
        top: calc(0% + 0px)
    }

    .mkdf-woo-single-page.mkdf-woo-single-thumb-on-left-side .mkdf-single-product-content .images.woocommerce-product-gallery--with-images .woocommerce-product-gallery__image:nth-child(3n) {
        top: calc(25% + 3px)
    }

    .mkdf-woo-single-page.mkdf-woo-single-thumb-on-left-side .mkdf-single-product-content .images.woocommerce-product-gallery--with-images .woocommerce-product-gallery__image:nth-child(4n) {
        top: calc(50% + 6px)
    }

    .mkdf-woo-single-page.mkdf-woo-single-thumb-on-left-side .mkdf-single-product-content .images.woocommerce-product-gallery--with-images .woocommerce-product-gallery__image:nth-child(5n) {
        top: calc(75% + 9px)
    }

    .mkdf-woo-single-page.mkdf-woo-single-thumb-on-left-side
    .mkdf-single-product-content .images.woocommerce-product-gallery--with-images .woocommerce-product-gallery__image:nth-child(6n) {
        top: calc(100% + 12px)
    }

    .mkdf-woo-single-page.mkdf-woo-single-thumb-on-left-side .mkdf-single-product-content .images.woocommerce-product-gallery--with-images .woocommerce-product-gallery__image:nth-child(7n) {
        top: calc(125% + 15px)
    }

    .mkdf-woo-single-page.mkdf-woo-single-thumb-on-left-side .mkdf-single-product-content .images.woocommerce-product-gallery--with-images .woocommerce-product-gallery__image:nth-child(8n) {
        top: calc(150% + 18px)
    }

    .mkdf-woo-single-page.mkdf-woo-single-thumb-on-left-side .mkdf-single-product-content .images.woocommerce-product-gallery--with-images .woocommerce-product-gallery__image:nth-child(9n) {
        top: calc(175% + 21px)
    }

    .mkdf-pls-holder.mkdf-two-columns .mkdf-pls-item:nth-child(2n+1) {
        clear: both
    }
}

.mkdf-woo-single-page .product {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    float: none;
    margin: 0 0 30px
}

.mkdf-woo-single-page .mkdf-single-product-content {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    clear: both;
    margin: 0 0 66px
}

    .mkdf-woo-single-page .mkdf-single-product-content .images {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        width: 50%;
        margin: 0;
        padding: 0 32px 0 0;
        float: left;
        box-sizing: border-box
    }

        .mkdf-woo-single-page .mkdf-single-product-content .images figure {
            position: relative;
            display: inline-block;
            vertical-align: top;
            margin: 0 -10px
        }

            .mkdf-woo-single-page .mkdf-single-product-content .images figure a {
                position: relative;
                display: inline-block;
                width: 100%;
                vertical-align: middle
            }

                .mkdf-woo-single-page .mkdf-single-product-content .images figure a img {
                    position: relative;
                    width: 100%;
                    display: block;
                    border-radius: 5px
                }

            .mkdf-woo-single-page .mkdf-single-product-content .images figure .woocommerce-product-gallery__image:first-child img {
                border-radius: 10px
            }

        .mkdf-woo-single-page .mkdf-single-product-content .images
        .woocommerce-product-gallery__trigger {
            position: absolute;
            top: 10px;
            right: 39px;
            width: 30px;
            height: 30px;
            line-height: 30px;
            text-align: center;
            z-index: 10
        }

        .mkdf-woo-single-page .mkdf-single-product-content .images .woocommerce-product-gallery__image {
            position: relative;
            display: inline-block;
            vertical-align: top;
            margin: 0;
            padding: 0 10px;
            box-sizing: border-box
        }

            .mkdf-woo-single-page .mkdf-single-product-content .images .woocommerce-product-gallery__image:first-child {
                left: 10px;
                width: calc(100% - 20px);
                padding: 0
            }

        .mkdf-woo-single-page .mkdf-single-product-content .images.woocommerce-product-gallery--with-images .woocommerce-product-gallery__image:not(:first-child) {
            float: left;
            padding-top: 20px
        }

        .mkdf-woo-single-page .mkdf-single-product-content .images.woocommerce-product-gallery--columns-2
        .woocommerce-product-gallery__image:not(:first-child) {
            width: 50%
        }

        .mkdf-woo-single-page .mkdf-single-product-content .images.woocommerce-product-gallery--columns-3 .woocommerce-product-gallery__image:not(:first-child) {
            width: 33.33333%
        }

        .mkdf-woo-single-page .mkdf-single-product-content .images.woocommerce-product-gallery--columns-4 .woocommerce-product-gallery__image:not(:first-child) {
            width: 25%
        }

.mkdf-woo-single-page .mkdf-single-product-summary {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    padding: 0 0 0 32px;
    text-align: right;
    float: left;
    box-sizing: border-box
}

    .mkdf-woo-single-page .mkdf-single-product-summary .mkdf-single-product-title {
        margin: 0;
        font-size: 25px;
        color: #703a78;
    }

    .mkdf-woo-single-page .mkdf-single-product-summary .price {
        position: relative;
        display: block;
        line-height: inherit;
        letter-spacing: -.01em;
        text-decoration: none;
        margin: 2px 0 0;
        color: #703a78;
        font-size: 26px
    }

        .mkdf-woo-single-page .mkdf-single-product-summary .price del {
            font-size: 21px;
            line-height: 26px;
            letter-spacing: -.01em;
            margin: 0 5px 0 0;
            color: #32355d
        }

        .mkdf-woo-single-page .mkdf-single-product-summary .price ins {
            line-height: 26px;
            letter-spacing: -.01em;
            text-decoration: none;
            color: #703a78;
            font-size: 22px;
            font-weight: 400
        }

        .mkdf-woo-single-page .mkdf-single-product-summary .price * {
            line-height: 26px;
            font-size: 26px
        }

    .mkdf-woo-single-page .mkdf-single-product-summary .woocommerce-product-rating {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: middle;
        line-height: 0;
        margin: 6px 0 45px
    }

        .mkdf-woo-single-page .mkdf-single-product-summary .woocommerce-product-rating .star-rating {
            font-size: 15px;
            color: #dce086
        }

        .mkdf-woo-single-page .mkdf-single-product-summary .woocommerce-product-rating .woocommerce-review-link {
            display: none
        }

    .mkdf-woo-single-page .mkdf-single-product-summary .woocommerce-product-details__short-description {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: middle;
        margin: 17px 0 0;
        font-size: 13px;
        line-height: 1.8;
        color: #703a78;
    }

        .mkdf-woo-single-page .mkdf-single-product-summary .woocommerce-product-details__short-description p {
            margin: 0
        }

    .mkdf-woo-single-page .mkdf-single-product-summary .product_meta {
        margin: 37px 0 0
    }

        .mkdf-woo-single-page .mkdf-single-product-summary .product_meta > span {
            display: block;
            margin: 0 0 7px;
            color: #32355d;
            font-weight: 400;
            font-size: 14px
        }

            .mkdf-woo-single-page .mkdf-single-product-summary .product_meta > span.sku_wrapper {
                text-transform: uppercase
            }

            .mkdf-woo-single-page .mkdf-single-product-summary .product_meta > span a, .mkdf-woo-single-page .mkdf-single-product-summary .product_meta > span span {
                color: #8f9093;
                font-size: 13px;
                font-weight: 400;
                padding-left: 5px
            }

            .mkdf-woo-single-page .mkdf-single-product-summary .product_meta > span a {
                color: #8f9093
            }

                .mkdf-woo-single-page .mkdf-single-product-summary .product_meta > span a:hover {
                    color: #ff6f96
                }

    .mkdf-woo-single-page .mkdf-single-product-summary .mkdf-woo-social-share-holder {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: middle;
        margin: 10px 0 0
    }

        .mkdf-woo-single-page .mkdf-single-product-summary .mkdf-woo-social-share-holder > * {
            display: table-cell;
            vertical-align: top
        }

        .mkdf-woo-single-page .mkdf-single-product-summary .mkdf-woo-social-share-holder > span {
            padding: 0 9px 0 0;
            color: #32355d;
            font-weight: 700;
            font-size: 13px;
            letter-spacing: .05em;
            text-transform: uppercase
        }

    .mkdf-woo-single-page .mkdf-single-product-summary p.stock.in-stock, .mkdf-woo-single-page .mkdf-single-product-summary p.stock.out-of-stock {
        color: #9ad8d3;
        font-weight: 700;
        margin: 22px 0 0
    }

    .mkdf-woo-single-page .mkdf-single-product-summary form.cart {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: middle;
        margin: 22px 0 0
    }

    .mkdf-woo-single-page .mkdf-single-product-summary .mkdf-quantity-buttons {
        margin: 0 6px 0 0
    }

        .mkdf-woo-single-page .mkdf-single-product-summary .mkdf-quantity-buttons .mkdf-quantity-input {
            font-style: normal;
            color: #9f9e9e;
            font-size: 14px;
            position: relative;
            width: 20px;
            padding: 0;
            margin: 0;
            outline: 0
        }

        .mkdf-woo-single-page .mkdf-single-product-summary .mkdf-quantity-buttons span.mkdf-quantity-minus, .mkdf-woo-single-page .mkdf-single-product-summary .mkdf-quantity-buttons span.mkdf-quantity-plus {
            color: #9f9e9e;
            font-size: 18px
        }

.mkdf-woo-single-page .yith-wcwl-add-to-wishlist .yith-wcwl-add-button:hover a, .mkdf-woo-single-page .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse:hover a {
    color: #ff6f96
}

.mkdf-woo-single-page .related .yith-wcwl-add-to-wishlist .yith-wcwl-add-button:hover a, .mkdf-woo-single-page .related .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse:hover a {
    color: #fff
}

.mkdf-woo-single-page .woocommerce-tabs {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    margin: 30px 0 0
}

    .mkdf-woo-single-page .woocommerce-tabs ul.tabs {
        position: relative;
        width: 100%;
        display: block;
        vertical-align: middle;
        list-style: none;
        margin: 0;
        padding: 0;
        font-size: 0;
        text-align: right;
        clear: both;
        bottom: -1px;
        z-index: 9999
    }

        .mkdf-woo-single-page .woocommerce-tabs ul.tabs > li {
            position: relative;
            display: inline-block;
            vertical-align: middle;
            border: 1px solid #d7f5fa
        }

            .mkdf-woo-single-page .woocommerce-tabs ul.tabs > li.active {
                border-bottom: 1px solid #fff
            }

                .mkdf-woo-single-page .woocommerce-tabs ul.tabs > li.active a {
                    color: #703a78;
                    ;
                    background-color: transparent
                }

            .mkdf-woo-single-page .woocommerce-tabs ul.tabs > li a {
                position: relative;
                display: inline-block;
                box-sizing: border-box;
                vertical-align: top;
                padding: 23px 40px;
                font-size: 18px;
                font-weight: 400;
                line-height: 26px;
                text-transform: capitalize;
                background-color: #f7fdfe;
                color: #32355d
            }

            .mkdf-woo-single-page .woocommerce-tabs ul.tabs > li:last-child {
                margin: 0
            }

        .mkdf-woo-single-page .woocommerce-tabs ul.tabs li:first-child {
            border-right: 1px solid transparent;
            border-top-left-radius: 5px
        }

        .mkdf-woo-single-page .woocommerce-tabs ul.tabs li:last-child {
            border-top-right-radius: 5px
        }

        .mkdf-woo-single-page .woocommerce-tabs ul.tabs li.additional_information_tab {
            border-right: 1px solid transparent
        }

    .mkdf-woo-single-page .woocommerce-tabs .entry-content {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        box-sizing: border-box;
        width: 100%;
        padding: 55px 40px 59px;
        border: 1px solid #d7f5fa;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px
    }

        .mkdf-woo-single-page .woocommerce-tabs .entry-content > h2 {
            display: none
        }

        .mkdf-woo-single-page .woocommerce-tabs .entry-content > p {
            margin: 17px 0 0
        }

    .mkdf-woo-single-page .woocommerce-tabs table, .mkdf-woo-single-page .woocommerce-tabs table td p, .mkdf-woo-single-page .woocommerce-tabs table th p {
        margin: 0
    }

        .mkdf-woo-single-page .woocommerce-tabs table th, .mkdf-woo-single-page .woocommerce-tabs table tr {
            border: 0
        }

        .mkdf-woo-single-page .woocommerce-tabs table td, .mkdf-woo-single-page .woocommerce-tabs table th {
            padding: 3px 0;
            vertical-align: middle;
            text-align: left
        }

        .mkdf-woo-single-page .woocommerce-tabs table th {
            color: #32355d;
            width: 1%;
            font-size: 14px;
            font-weight: 400;
            padding: 0 10px 0 0
        }

        .mkdf-woo-single-page .woocommerce-tabs table td {
            width: 99%;
            font-size: 13px
        }

    .mkdf-woo-single-page .woocommerce-tabs #reviews, .mkdf-woo-single-page .woocommerce-tabs #reviews ol.commentlist .comment_container {
        width: 100%;
        position: relative;
        display: inline-block;
        vertical-align: middle
    }

    .mkdf-woo-single-page .woocommerce-tabs #reviews {
        padding: 0 0 5px;
        box-sizing: border-box
    }

        .mkdf-woo-single-page .woocommerce-tabs #reviews h2 {
            font-size: 24px;
            line-height: 27px;
            margin: 5px 0 22px;
            color: #703a78;
        }

        .mkdf-woo-single-page .woocommerce-tabs #reviews ol.commentlist {
            list-style: none
        }

            .mkdf-woo-single-page .woocommerce-tabs #reviews ol.commentlist li {
                margin: 0 0 15px
            }

                .mkdf-woo-single-page .woocommerce-tabs #reviews ol.commentlist .comment-text
                p, .mkdf-woo-single-page .woocommerce-tabs #reviews ol.commentlist li:last-child {
                    margin: 0
                }

            .mkdf-woo-single-page .woocommerce-tabs #reviews ol.commentlist .comment_container img {
                float: right;
                width: 70px;
                padding-top: 10px
            }

            .mkdf-woo-single-page .woocommerce-tabs #reviews ol.commentlist .comment-text {
                padding: 0px 100px 0px 0;
                font-size: 14px;
                color: #703a78;
            }

        .mkdf-woo-single-page .woocommerce-tabs #reviews .comment-respond {
            margin-top: 15px
        }

            .mkdf-woo-single-page .woocommerce-tabs #reviews .comment-respond .comment-reply-title {
                margin: 0 0 10px
            }

            .mkdf-woo-single-page .woocommerce-tabs #reviews .comment-respond textarea {
                height: 135px
            }

            .mkdf-woo-single-page .woocommerce-tabs #reviews .comment-respond input[type=email], .mkdf-woo-single-page .woocommerce-tabs #reviews .comment-respond input[type=text], .mkdf-woo-single-page .woocommerce-tabs #reviews .comment-respond textarea {
                border: 1px solid #eee;
                background-color: #f8f8f8;
                color: #9f9e9e
            }

            .mkdf-woo-single-page .woocommerce-tabs #reviews .comment-respond p {
                margin: 0
            }

            .mkdf-woo-single-page .woocommerce-tabs #reviews .comment-respond .stars {
                overflow: hidden
            }

                .mkdf-woo-single-page .woocommerce-tabs #reviews .comment-respond .stars a {
                    position: relative;
                    display: inline-block;
                    color: transparent;
                    font-size: 0;
                    margin: 0
                }

                    .mkdf-woo-single-page .woocommerce-tabs #reviews .comment-respond .stars a:before {
                        content: "\e031";
                        position: relative;
                        display: inline-block;
                        vertical-align: middle;
                        overflow: hidden;
                        z-index: -1
                    }

                    .mkdf-woo-single-page .woocommerce-tabs #reviews .comment-respond .stars a.active:after {
                        content: "\e033\e033\e033\e033\e033";
                        position: absolute;
                        right: 0;
                        bottom: 7px;
                        display: block
                    }

.mkdf-woo-single-page .related.products, .mkdf-woo-single-page .upsells.products {
    margin: 50px 0 0
}

    .mkdf-woo-single-page .related.products > h2, .mkdf-woo-single-page .upsells.products > h2 {
        display: block;
        margin: 35px 0;
        font-size: 30px;
        line-height: 1.4em;
        text-align: right !important;
        color: #8a4794;
    }

    .mkdf-woo-single-page .related.products .product .mkdf-pl-text-wrapper, .mkdf-woo-single-page .upsells.products .product .mkdf-pl-text-wrapper {
        margin-bottom: 0
    }

    .mkdf-woo-single-page .related.products .product .star-rating, .mkdf-woo-single-page .upsells.products .product .star-rating {
        color: #dce086
    }

.mkdf-shopping-cart-holder {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 100%
}

.touch .mkdf-shopping-cart-holder {
    cursor: pointer
}

.mkdf-shopping-cart-holder .mkdf-shopping-cart-inner {
    position: relative;
    display: table;
    height: 100%
}

.mkdf-shopping-cart-holder .mkdf-header-cart {
    position: relative;
    display: table-cell;
    vertical-align: middle
}

    .mkdf-shopping-cart-holder .mkdf-header-cart .mkdf-cart-icon {
        display: inline-block;
        margin-top: 15px;
        background-color: #fae9fd;
        height: 60px;
        width: 60px;
        text-align: center;
        font-weight: 700;
        margin-right: 15px;
        font-size: 13px;
        padding-top: 8px;
        color: black !important;
        border: 2px dotted #ffd200;
        position: relative
    }

        .mkdf-shopping-cart-holder .mkdf-header-cart .mkdf-cart-icon:after {
            content: "";
            position: absolute;
            display: block;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            color: #d7f5fa;
            z-index: -10;
            background: linear-gradient(90deg,currentColor 50%,transparent 50%), linear-gradient(90deg,transparent 50%,currentColor 50%),linear-gradient(0deg,currentColor 50%,transparent 50%), linear-gradient(0deg,transparent 50%,currentColor 50%);
            background-repeat: repeat-x,repeat-x,repeat-y,repeat-y;
            background-size: 10px 2px,10px 2px,2px 10px,2px 10px;
            background-position: 0 0,100% 100%,0 100%,100% 0
        }

        .mkdf-shopping-cart-holder .mkdf-header-cart .mkdf-cart-icon:hover:after {
            -webkit-animation: mkdfborderdance 3s infinite linear;
            -moz-animation: mkdfborderdance 3s infinite linear;
            animation: mkdfborderdance 3s infinite linear
        }

        .mkdf-shopping-cart-holder .mkdf-header-cart .mkdf-cart-icon span {
            text-align: center;
            margin: auto;
            display: block;
            vertical-align: middle
        }

        .mkdf-shopping-cart-holder .mkdf-header-cart .mkdf-cart-icon .mkdf-cart-title {
            position: relative;
            font-size: 14px;
            line-height: 26px;
            color: #32355d
        }

        .mkdf-shopping-cart-holder .mkdf-header-cart .mkdf-cart-icon:hover {
            color: #32355d
        }

    .mkdf-shopping-cart-holder .mkdf-header-cart .mkdf-cart-number {
        position: absolute;
        top: 26px;
        right: 25px;
        background-color: #ff6f96;
        width: 15px;
        height: 15px;
        line-height: 1.4em;
        border-radius: 50%;
        text-align: center;
        font-size: 10px;
        color: #fff;
        font-weight: 600
    }

    .mkdf-shopping-cart-holder .mkdf-header-cart.mkdf-header-cart-icon-pack .mkdf-cart-icon {
        font-size: 30px;
        line-height: 1em
    }

        .mkdf-shopping-cart-holder .mkdf-header-cart.mkdf-header-cart-icon-pack .mkdf-cart-icon:before {
            display: block;
            line-height: inherit
        }

    .mkdf-shopping-cart-holder .mkdf-header-cart.mkdf-header-cart-svg-path .mkdf-cart-icon > * {
        vertical-align: middle
    }

    .mkdf-shopping-cart-holder .mkdf-header-cart.mkdf-header-cart-svg-path .mkdf-cart-icon path, .mkdf-shopping-cart-holder .mkdf-header-cart.mkdf-header-cart-svg-path .mkdf-cart-icon > * {
        fill: currentColor;
        stroke: currentColor
    }

    .mkdf-shopping-cart-holder .mkdf-header-cart:hover, .mkdf-shopping-cart-holder .mkdf-header-cart:hover .mkdf-cart-icon {
        color: #32355d
    }

.mkdf-shopping-cart-holder:hover
.mkdf-shopping-cart-dropdown {
    visibility: visible;
    max-height: 100vh;
    opacity: 1;
    -webkit-transition: max-height .6s cubic-bezier(.53,.01,.18,1),opacity 0s ease;
    -moz-transition: max-height .6s cubic-bezier(.53,.01,.18,1),opacity 0s ease;
    transition: max-height .6s cubic-bezier(.53,.01,.18,1),opacity 0s ease
}

.mkdf-dark-header .mkdf-page-header > div:not(.mkdf-sticky-header):not(.fixed) .mkdf-shopping-cart-holder .mkdf-header-cart {
    color: #333
}

    .mkdf-dark-header .mkdf-page-header > div:not(.mkdf-sticky-header):not(.fixed) .mkdf-shopping-cart-holder .mkdf-header-cart:hover {
        color: rgba(51,51,51,.8)
    }

.mkdf-light-header .mkdf-page-header > div:not(.mkdf-sticky-header):not(.fixed) .mkdf-shopping-cart-holder .mkdf-header-cart {
    color: #fff
}

    .mkdf-light-header .mkdf-page-header > div:not(.mkdf-sticky-header):not(.fixed) .mkdf-shopping-cart-holder .mkdf-header-cart:hover {
        color: rgba(255,255,255,.8)
    }

.mkdf-shopping-cart-dropdown {
    position: absolute;
    top: 100%;
    right: auto;
    left: -1px;
    width: 294px;
    border: solid 1px #dddd;
    background-color: #fff;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    text-align: left;
    z-index: 999999999;
    direction: rtl;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    box-sizing: border-box;
    -webkit-transition: opacity .2s,max-height 0s linear .15s;
    -moz-transition: opacity .2s,max-height 0s linear .15s;
    transition: opacity .2s,max-height 0s linear .15s
}

    .mkdf-shopping-cart-dropdown ul {
        margin: 21px;
        padding: 0
    }

        .mkdf-shopping-cart-dropdown ul li {
            position: relative;
            display: table;
            table-layout: fixed;
            height: 100%;
            width: 100%;
            padding: 0 0 15px;
            box-sizing: border-box
        }

            .mkdf-shopping-cart-dropdown ul li.mkdf-empty-cart {
                font-size: 16px;
                line-height: 24px;
                color: #32355d;
                border-bottom: 0
            }

            .mkdf-shopping-cart-dropdown ul li:first-child {
                padding-top: 0
            }

            .mkdf-shopping-cart-dropdown ul li:last-child, .mkdf-shopping-cart-dropdown ul li:nth-last-child(2) {
                padding-bottom: 0
            }

    .mkdf-shopping-cart-dropdown .mkdf-item-image-holder {
        position: relative;
        display: table-cell;
        height: 100%;
        width: 75px;
        vertical-align: top
    }

        .mkdf-shopping-cart-dropdown .mkdf-item-image-holder img {
            display: block;
            border-radius: 5px
        }

    .mkdf-shopping-cart-dropdown .mkdf-item-info-holder {
        text-align: right;
        position: relative;
        display: table-cell;
        height: 100%;
        width: 100%;
        vertical-align: middle;
        vertical-align: top;
        padding: 10px 16px
    }

        .mkdf-shopping-cart-dropdown .mkdf-item-info-holder .mkdf-product-title {
            display: block;
            margin: 0;
            box-sizing: border-box;
            font-size: 14px;
            letter-spacing: .05em
        }

        .mkdf-shopping-cart-dropdown .mkdf-item-info-holder .remove {
            position: absolute;
            top: 8px;
            right: 0;
            font-size: 18px;
            line-height: 1;
            color: #ff6f96
        }

            .mkdf-shopping-cart-dropdown .mkdf-item-info-holder .remove span, .mkdf-shopping-cart-dropdown .mkdf-item-info-holder .remove span:before {
                display: block;
                line-height: inherit
            }

        .mkdf-shopping-cart-dropdown .mkdf-item-info-holder .mkdf-quantity {
            display: inline-block;
            font-size: 14px;
            letter-spacing: .05em;
            color: #8f9093;
            margin: 3px 0 0
        }

            .mkdf-shopping-cart-dropdown .mkdf-item-info-holder .mkdf-quantity:after {
                content: 'X';
                display: inline-block;
                position: relative;
                padding-left: 3px;
                color: #8f9093
            }

        .mkdf-shopping-cart-dropdown .mkdf-item-info-holder .amount {
            display: inline-block;
            margin: 0;
            color: #8f9093;
            font-size: 14px
        }

    .mkdf-shopping-cart-dropdown .mkdf-cart-bottom {
        padding: 10px 0 0
    }

        .mkdf-shopping-cart-dropdown .mkdf-cart-bottom .mkdf-subtotal-holder {
            position: relative;
            display: table;
            width: 100%;
            margin: 0 0 10px;
            text-align: right;
        }

            .mkdf-shopping-cart-dropdown .mkdf-cart-bottom .mkdf-subtotal-holder > * {
                display: table-cell;
                vertical-align: top;
                color: #32355d;
                line-height: 20px
            }

            .mkdf-shopping-cart-dropdown .mkdf-cart-bottom .mkdf-subtotal-holder .mkdf-total {
                font-size: 16px
            }

            .mkdf-shopping-cart-dropdown .mkdf-cart-bottom .mkdf-subtotal-holder .mkdf-total-amount {
                text-align: right;
                font-size: 16px;
                font-weight: 500;
                color: #ff6f96
            }

        .mkdf-shopping-cart-dropdown .mkdf-cart-bottom .mkdf-btn-holder:nth-child(2) {
            margin-right: 6px
        }

        .mkdf-shopping-cart-dropdown .mkdf-cart-bottom .mkdf-btn-holder {
            display: inline-block;
            float: left
        }

        .mkdf-shopping-cart-dropdown .mkdf-cart-bottom .mkdf-view-cart {
            position: relative;
            display: inline-block;
            width: 100%;
            vertical-align: middle;
            height: 40px;
            line-height: 40px;
            padding: 0 22px;
            font-size: 14px;
            color: #fff;
            border-radius: 5px;
            background-color: #ff6f96;
            text-align: center;
            box-sizing: border-box;
            -webkit-transition: color .2s ease-out,background-color .2s ease-out;
            -moz-transition: color .2s ease-out,background-color .2s ease-out;
            transition: color .2s ease-out,background-color .2s ease-out
        }

            .mkdf-shopping-cart-dropdown .mkdf-cart-bottom .mkdf-view-cart span {
                display: block
            }

            .mkdf-shopping-cart-dropdown .mkdf-cart-bottom .mkdf-view-cart:hover {
                color: #fff;
                background-color: #fb5182
            }

        .mkdf-shopping-cart-dropdown .mkdf-cart-bottom .mkdf-btn-holder:nth-child(3) a {
            background-color: #7dd1ca
        }

            .mkdf-shopping-cart-dropdown .mkdf-cart-bottom .mkdf-btn-holder:nth-child(3) a:hover {
                background-color: #7ae0d8
            }

.mkdf-vertical-menu-area .mkdf-shopping-cart-dropdown {
    display: none !important
}

.widget.woocommerce {
    clear: both
}

    .widget.woocommerce.widget_layered_nav, .mkdf-no-space .mkdf-product-categories-holder-inner .mkdf-product-category {
        padding: 0;
        margin: 0
    }

.mkdf-tiny-space .mkdf-product-categories-holder-inner {
    margin: 0 -5px
}

    .mkdf-tiny-space .mkdf-product-categories-holder-inner .mkdf-product-category {
        padding: 0 5px;
        margin: 0 0 10px
    }

.mkdf-small-space .mkdf-product-categories-holder-inner {
    margin: 0 -10px
}

    .mkdf-small-space .mkdf-product-categories-holder-inner .mkdf-product-category {
        padding: 0 10px;
        margin: 0 0 20px
    }

.mkdf-normal-space .mkdf-product-categories-holder-inner {
    margin: 0 -15px
}

    .mkdf-normal-space .mkdf-product-categories-holder-inner .mkdf-product-category {
        padding: 0 15px;
        margin: 0 0 30px
    }

.mkdf-large-space .mkdf-product-categories-holder-inner {
    margin: 0 -25px
}

    .mkdf-large-space .mkdf-product-categories-holder-inner .mkdf-product-category {
        padding: 0 25px;
        margin: 0 0 50px
    }

.mkdf-two-columns .mkdf-product-category {
    width: 50%
}

.mkdf-three-columns .mkdf-product-category {
    width: 33.33333%
}

.mkdf-four-columns .mkdf-product-category {
    width: 25%
}

.mkdf-five-columns .mkdf-product-category {
    width: 20%
}

.mkdf-six-columns .mkdf-product-category {
    width: 16.66667%
}

@media only screen and (min-width:681px) {
    .mkdf-five-columns .mkdf-product-category:nth-child(5n+1),
    .mkdf-four-columns .mkdf-product-category:nth-child(4n+1), .mkdf-six-columns .mkdf-product-category:nth-child(6n+1), .mkdf-three-columns .mkdf-product-category:nth-child(3n+1), .mkdf-two-columns .mkdf-product-category:nth-child(2n+1), .woocommerce.columns-2 > .products > .product:nth-child(2n+1) {
        clear: both
    }
}

.mkdf-product-info > div p {
    margin: 0
}

.mkdf-product-info > div a {
    margin: 0 9px 0 0
}

    .mkdf-product-info .mkdf-pi-category h1, .mkdf-product-info .mkdf-pi-category h2, .mkdf-product-info .mkdf-pi-category h3, .mkdf-product-info .mkdf-pi-category h4, .mkdf-product-info .mkdf-pi-category h5, .mkdf-product-info .mkdf-pi-category h6, .mkdf-product-info > div a:last-child {
        margin: 0
    }

.mkdf-product-info .mkdf-pi-image, .mkdf-product-info .mkdf-pi-rating, .mkdf-product-info .mkdf-pi-title {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0
}

    .mkdf-product-info .mkdf-pi-image img {
        display: block
    }

.mkdf-product-info .mkdf-pi-category h1 a, .mkdf-product-info .mkdf-pi-category h2 a, .mkdf-product-info .mkdf-pi-category h3 a, .mkdf-product-info .mkdf-pi-category h4 a, .mkdf-product-info .mkdf-pi-category h5 a, .mkdf-product-info .mkdf-pi-category h6 a {
    vertical-align: top
}

.mkdf-product-info .mkdf-pi-rating {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden
}

    .mkdf-product-info .mkdf-pi-rating:before {
        content: "\e031\e031\e031\e031\e031"
    }

    .mkdf-product-info .mkdf-pi-rating span {
        position: absolute;
        top: 0;
        left: 0;
        font-size: 0;
        overflow: hidden
    }

        .mkdf-product-info .mkdf-pi-rating span:before {
            content: "\e033\e033\e033\e033\e033";
            font-size: 15px
        }

.mkdf-product-info .mkdf-pi-add-to-cart .mkdf-btn.mkdf-btn-solid.mkdf-white-skin {
    color: #32355d;
    background-color: #fff;
    border-color: #fff
}

    .mkdf-product-info .mkdf-pi-add-to-cart .mkdf-btn.mkdf-btn-solid.mkdf-dark-skin, .mkdf-product-info .mkdf-pi-add-to-cart .mkdf-btn.mkdf-btn-solid.mkdf-white-skin:hover {
        color: #fff;
        background-color: #32355d;
        border-color: #32355d
    }

        .mkdf-product-info .mkdf-pi-add-to-cart .mkdf-btn.mkdf-btn-solid.mkdf-dark-skin:hover {
            color: #32355d;
            background-color: #fff;
            border-color: #fff
        }

.mkdf-plc-holder, .mkdf-plc-holder .mkdf-plc-outer {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle
}

    .mkdf-plc-holder .mkdf-plc-item {
        position: relative;
        display: inline-block;
        vertical-align: top;
        width: 100%;
        padding: 0;
        z-index: 100;
        overflow: hidden;
        box-sizing: border-box
    }

        .mkdf-plc-holder .mkdf-plc-item:hover .mkdf-plc-image-outer .mkdf-plc-text {
            opacity: 1
        }

.touch .mkdf-plc-holder .mkdf-plc-item {
    cursor: pointer
}

.mkdf-plc-holder .mkdf-plc-item .mkdf-plc-image-outer, .mkdf-plc-holder .mkdf-plc-item .mkdf-plc-image-outer .mkdf-plc-image {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle
}

    .mkdf-plc-holder .mkdf-plc-item .mkdf-plc-image-outer .mkdf-plc-image .mkdf-plc-new-product, .mkdf-plc-holder .mkdf-plc-item .mkdf-plc-image-outer .mkdf-plc-image .mkdf-plc-onsale, .mkdf-plc-holder .mkdf-plc-item .mkdf-plc-image-outer .mkdf-plc-image .mkdf-plc-out-of-stock, .mkdf-plc-holder .mkdf-plc-item .mkdf-plc-image-outer .mkdf-plc-image .mkdf-pli-new-product {
        position: absolute;
        display: block;
        top: 0;
        width: auto;
        background-color: #ff6f96;
        color: #32355d;
        font-size: 16px;
        letter-spacing: -.01em;
        line-height: 23px;
        text-align: center;
        box-sizing: border-box;
        margin: 20px 0 0 20px;
        padding: 0 10px;
        z-index: 100
    }

    .mkdf-plc-holder .mkdf-plc-item .mkdf-plc-image-outer .mkdf-plc-image .mkdf-plc-onsale {
        left: 0;
        background: #fdbecf;
        border-color: transparent #ff6f96 transparent transparent
    }

    .mkdf-plc-holder .mkdf-plc-item .mkdf-plc-image-outer .mkdf-plc-image .mkdf-plc-out-of-stock {
        left: 0;
        background-color: #b7eaf2;
        border-color: transparent #32355d transparent transparent
    }

    .mkdf-plc-holder .mkdf-plc-item .mkdf-plc-image-outer .mkdf-plc-image .mkdf-plc-new-product {
        left: 0;
        background-color: #dce086;
        border-color: transparent #32355d transparent transparent
    }

    .mkdf-plc-holder .mkdf-plc-item .mkdf-plc-image-outer .mkdf-plc-text {
        position: absolute;
        top: 0;
        left: 0;
        display: inline-block;
        width: 100%;
        height: 100%;
        padding: 10px;
        opacity: 0;
        background-color: rgba(50,53,93,.6);
        box-sizing: border-box;
        -webkit-transition: opacity .2s ease-out,background-color .2s ease-out;
        -moz-transition: opacity .2s ease-out,background-color .2s ease-out;
        transition: opacity .2s ease-out,background-color .2s ease-out
    }

    .mkdf-plc-holder .mkdf-plc-item .mkdf-plc-image-outer .mkdf-plc-text-outer {
        position: relative;
        display: table;
        width: 100%;
        height: 100%;
        text-align: center
    }

    .mkdf-plc-holder .mkdf-plc-item .mkdf-plc-image-outer .mkdf-plc-text-inner {
        position: relative;
        display: table-cell;
        width: 100%;
        height: 100%;
        vertical-align: middle
    }

.mkdf-plc-holder .mkdf-plc-item .mkdf-plc-title {
    margin: 0 0 4px
}

.mkdf-plc-holder .mkdf-plc-item .mkdf-plc-category {
    margin: 11px 0 3px
}

.mkdf-plc-holder .mkdf-plc-item .mkdf-plc-excerpt {
    color: #32355d;
    line-height: 1.3em;
    margin: 11px 0 3px
}

.mkdf-plc-holder .mkdf-plc-item .mkdf-plc-rating-holder {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    line-height: 1;
    margin: 10px 0 3px
}

.mkdf-plc-holder .mkdf-plc-item .mkdf-plc-rating {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden
}

    .mkdf-plc-holder .mkdf-plc-item .mkdf-plc-rating:before {
        content: "\e031\e031\e031\e031\e031"
    }

    .mkdf-plc-holder .mkdf-plc-item .mkdf-plc-rating span {
        position: absolute;
        top: 0;
        left: 0;
        font-size: 0;
        overflow: hidden
    }

        .mkdf-plc-holder .mkdf-plc-item .mkdf-plc-rating span:before {
            content: "\e033\e033\e033\e033\e033";
            font-size: 15px
        }

.mkdf-plc-holder .mkdf-plc-item .mkdf-plc-price {
    position: relative;
    display: block;
    font-size: 21px;
    line-height: inherit;
    letter-spacing: -.01em;
    text-decoration: none;
    margin: 2px 0 0;
    color: #ff6f96
}

    .mkdf-plc-holder .mkdf-plc-item .mkdf-plc-price * {
        font-size: inherit;
        line-height: 26px
    }

    .mkdf-plc-holder .mkdf-plc-item .mkdf-plc-price del, .mkdf-plc-holder .mkdf-plc-item .mkdf-plc-price ins {
        font-size: 21px;
        line-height: 26px;
        letter-spacing: -.01em
    }

    .mkdf-plc-holder .mkdf-plc-item .mkdf-plc-price del {
        margin: 0 5px 0 0;
        color: #32355d
    }

    .mkdf-plc-holder .mkdf-plc-item .mkdf-plc-price ins {
        text-decoration: none;
        color: #ff6f96
    }

.mkdf-plc-holder .mkdf-plc-item .added_to_cart, .mkdf-plc-holder .mkdf-plc-item .button {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    outline: 0;
    font-size: 20px;
    box-sizing: border-box;
    margin: 0;
    border-radius: 5px;
    -webkit-transition: color .3s ease,background-color .3s ease,border-color .3s ease;
    -moz-transition: color .3s ease,background-color .3s ease,border-color .3s ease;
    transition: color .3s ease,background-color .3s ease,border-color .3s ease;
    padding: 15px 24px;
    border: 0;
    white-space: nowrap;
    z-index: 3
}

    .mkdf-plc-holder .mkdf-plc-item .added_to_cart .mkdf-btn-icon-holder, .mkdf-plc-holder .mkdf-plc-item .button .mkdf-btn-icon-holder {
        margin-left: 21px;
        width: 53px;
        padding: 14px 0;
        text-align: center
    }

    .mkdf-plc-holder .mkdf-plc-item .button.added {
        display: none
    }

.mkdf-plc-holder .mkdf-plc-item .mkdf-plc-add-to-cart {
    margin: 20px 0 0
}

    .mkdf-plc-holder .mkdf-plc-item .mkdf-plc-add-to-cart.mkdf-default-skin .added_to_cart, .mkdf-plc-holder .mkdf-plc-item .mkdf-plc-add-to-cart.mkdf-default-skin .button {
        color: #fff;
        background-color: #ff6f96;
        border: 1px solid transparent;
        border: 0
    }

        .mkdf-plc-holder .mkdf-plc-item .mkdf-plc-add-to-cart.mkdf-default-skin .added_to_cart:hover, .mkdf-plc-holder .mkdf-plc-item .mkdf-plc-add-to-cart.mkdf-default-skin .button:hover {
            color: #fff;
            background-color: #fb5182
        }

    .mkdf-plc-holder .mkdf-plc-item .mkdf-plc-add-to-cart.mkdf-light-skin .added_to_cart, .mkdf-plc-holder .mkdf-plc-item .mkdf-plc-add-to-cart.mkdf-light-skin .button {
        color: #32355d;
        background-color: #fff
    }

        .mkdf-plc-holder .mkdf-plc-item .mkdf-plc-add-to-cart.mkdf-light-skin .added_to_cart:hover, .mkdf-plc-holder .mkdf-plc-item .mkdf-plc-add-to-cart.mkdf-light-skin .button:hover {
            color: #fff;
            background-color: #ff6f96
        }

    .mkdf-plc-holder .mkdf-plc-item .mkdf-plc-add-to-cart.mkdf-dark-skin .added_to_cart, .mkdf-plc-holder .mkdf-plc-item .mkdf-plc-add-to-cart.mkdf-dark-skin .button {
        color: #fff;
        background-color: #32355d
    }

        .mkdf-plc-holder .mkdf-plc-item .mkdf-plc-add-to-cart.mkdf-dark-skin .added_to_cart:hover, .mkdf-plc-holder .mkdf-plc-item .mkdf-plc-add-to-cart.mkdf-dark-skin .button:hover {
            color: #fff;
            background-color: #ff6f96
        }

.mkdf-plc-holder .mkdf-plc-item .mkdf-plc-link {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.mkdf-plc-holder.mkdf-standard-layout .mkdf-plc-item .mkdf-plc-category a, .mkdf-plc-holder.mkdf-standard-layout .mkdf-plc-item .mkdf-plc-excerpt, .mkdf-plc-holder.mkdf-standard-layout .mkdf-plc-item .mkdf-plc-price, .mkdf-plc-holder.mkdf-standard-layout .mkdf-plc-item .mkdf-plc-rating, .mkdf-plc-holder.mkdf-standard-layout .mkdf-plc-item .mkdf-plc-title {
    color: #fff
}

    .mkdf-plc-holder.mkdf-standard-layout .mkdf-plc-item .mkdf-plc-category a:hover, .mkdf-plc-holder.mkdf-standard-layout .mkdf-plc-item .mkdf-plc-price del {
        color: rgba(255,255,255,.8)
    }

.mkdf-plc-holder.mkdf-simple-layout .mkdf-plc-image-outer {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    padding: 0 15px 0 0
}

.mkdf-plc-holder.mkdf-simple-layout .mkdf-plc-text-wrapper {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    padding: 0 0 0 15px
}

.mkdf-pls-holder > ul, .mkdf-pls-holder > ul > li {
    display: inline-block;
    width: 100%;
    padding: 0;
    vertical-align: middle
}

.mkdf-plc-holder.mkdf-simple-layout .mkdf-plc-text, .mkdf-plc-holder.mkdf-simple-layout .mkdf-plc-text-inner, .mkdf-plc-holder.mkdf-simple-layout .mkdf-plc-text-outer {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    -webkit-transform: translateZ(0)
}

.mkdf-plc-holder.mkdf-plc-nav-light-skin .owl-nav .owl-next, .mkdf-plc-holder.mkdf-plc-nav-light-skin .owl-nav .owl-prev {
    color: #fff
}

    .mkdf-plc-holder.mkdf-plc-nav-light-skin .owl-nav .owl-next:hover, .mkdf-plc-holder.mkdf-plc-nav-light-skin .owl-nav .owl-prev:hover {
        color: rgba(255,255,255,.8)
    }

.mkdf-plc-holder.mkdf-plc-pag-inside-slider .owl-next, .mkdf-plc-holder.mkdf-plc-pag-inside-slider .owl-prev {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%)
}

.mkdf-plc-holder.mkdf-plc-pag-inside-slider .owl-dots {
    position: absolute;
    left: 0;
    bottom: 10px;
    margin: 0
}

.mkdf-plc-holder.mkdf-plc-pag-light-skin .owl-dots .owl-dot span {
    background-color: rgba(255,255,255,.8)
}

.mkdf-plc-holder.mkdf-plc-pag-light-skin .owl-dots .owl-dot.active span, .mkdf-plc-holder.mkdf-plc-pag-light-skin .owl-dots .owl-dot:hover span {
    background-color: #fff
}

.mkdf-pls-holder {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle
}

    .mkdf-pls-holder > ul {
        position: relative;
        list-style: none;
        margin: 0
    }

        .mkdf-pls-holder > ul > li {
            position: relative;
            float: left;
            box-sizing: border-box;
            margin: 0 0 20px
        }

            .mkdf-pls-holder > ul > li:last-child {
                margin: 0
            }

    .mkdf-pls-holder .mkdf-pls-image {
        display: table-cell;
        vertical-align: middle;
        width: 112px
    }

        .mkdf-pls-holder .mkdf-pls-image a, .mkdf-pls-holder .mkdf-pls-image img {
            display: block;
            border-radius: 10px
        }

        .mkdf-pls-holder .mkdf-pls-image a {
            position: relative
        }

            .mkdf-pls-holder .mkdf-pls-image a:hover:after {
                opacity: 1
            }

            .mkdf-pls-holder .mkdf-pls-image a:after {
                position: absolute;
                display: block;
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
                content: '';
                background-color: rgba(255,255,255,.4);
                opacity: 0;
                -webkit-transition: opacity .3s ease;
                -moz-transition: opacity .3s ease;
                transition: opacity .3s ease
            }

    .mkdf-pls-holder .mkdf-pls-text {
        display: table-cell;
        vertical-align: middle;
        padding: 0 0 0 20px
    }

        .mkdf-pls-holder .mkdf-pls-text .mkdf-pls-title {
            margin: 0 0 5px
        }

        .mkdf-pls-holder .mkdf-pls-text .mkdf-pls-rating-holder {
            position: relative;
            display: inline-block;
            width: 100%;
            vertical-align: middle;
            vertical-align: top;
            line-height: 1
        }

        .mkdf-pls-holder .mkdf-pls-text .mkdf-pls-rating {
            position: relative;
            display: inline-block;
            vertical-align: middle;
            overflow: hidden;
            font-size: 15px
        }

            .mkdf-pls-holder .mkdf-pls-text .mkdf-pls-rating:before {
                content: "\e031\e031\e031\e031\e031"
            }

            .mkdf-pls-holder .mkdf-pls-text .mkdf-pls-rating span {
                position: absolute;
                top: 0;
                left: 0;
                font-size: 0;
                overflow: hidden
            }

                .mkdf-pls-holder .mkdf-pls-text .mkdf-pls-rating span:before {
                    content: "\e033\e033\e033\e033\e033";
                    font-size: 15px
                }

        .mkdf-pls-holder .mkdf-pls-text .mkdf-pls-price {
            position: relative;
            display: block;
            font-size: 21px;
            line-height: 1em;
            letter-spacing: -.01em;
            text-decoration: none;
            color: #ff6f96;
            margin: 3px 0 0
        }

            .mkdf-pls-holder .mkdf-pls-text .mkdf-pls-price * {
                font-size: inherit;
                line-height: inherit
            }

            .mkdf-pls-holder .mkdf-pls-text .mkdf-pls-price del {
                color: #32355d;
                margin: 0 4px 0 0
            }

            .mkdf-pls-holder .mkdf-pls-text .mkdf-pls-price ins {
                text-decoration: none
            }

    .mkdf-pls-holder.mkdf-no-space .mkdf-pls-inner {
        margin: 0
    }

        .mkdf-pls-holder.mkdf-no-space .mkdf-pls-inner .mkdf-pls-item {
            padding: 0;
            margin: 0
        }

    .mkdf-pls-holder.mkdf-tiny-space .mkdf-pls-inner {
        margin: 0 -5px
    }

        .mkdf-pls-holder.mkdf-tiny-space .mkdf-pls-inner .mkdf-pls-item {
            padding: 0 5px;
            margin: 0 0 10px
        }

    .mkdf-pls-holder.mkdf-small-space .mkdf-pls-inner {
        margin: 0 -10px
    }

        .mkdf-pls-holder.mkdf-small-space .mkdf-pls-inner .mkdf-pls-item {
            padding: 0 10px;
            margin: 0 0 20px
        }

    .mkdf-pls-holder.mkdf-normal-space .mkdf-pls-inner {
        margin: 0 -15px
    }

        .mkdf-pls-holder.mkdf-normal-space .mkdf-pls-inner .mkdf-pls-item {
            padding: 0 15px;
            margin: 0 0 30px
        }

    .mkdf-pls-holder.mkdf-large-space .mkdf-pls-inner {
        margin: 0 -25px
    }

        .mkdf-pls-holder.mkdf-large-space .mkdf-pls-inner .mkdf-pls-item {
            padding: 0 25px;
            margin: 0 0 50px
        }

    .mkdf-pls-holder.mkdf-four-columns .mkdf-pls-item {
        width: 25%
    }

    .mkdf-pls-holder.mkdf-five-columns .mkdf-pls-item {
        width: 20%
    }

    .mkdf-pls-holder.mkdf-six-columns .mkdf-pls-item {
        width: 16.66667%
    }

    .mkdf-pls-holder.mkdf-two-columns .mkdf-pls-item {
        width: 50%
    }

    .mkdf-pls-holder.mkdf-three-columns .mkdf-pls-item {
        width: 33.33333%
    }

.mkdf-pl-holder {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle
}

    .mkdf-pl-holder.mkdf-info-on-image .mkdf-pli .mkdf-pli-add-to-cart {
        margin: 12px 0 0
    }

    .mkdf-pl-holder .mkdf-pli {
        position: relative;
        display: inline-block;
        vertical-align: top;
        width: 100%;
        padding: 0;
        z-index: 100;
        box-sizing: border-box
    }

        .mkdf-pl-holder .mkdf-pli .mkdf-pli-title {
            margin: 0 0 6px
        }

        .mkdf-pl-holder .mkdf-pli .mkdf-pli-category {
            margin: 11px 0 3px
        }

        .mkdf-pl-holder .mkdf-pli .mkdf-pli-excerpt {
            color: #32355d;
            line-height: 1.3em;
            margin: 11px 0 3px
        }

        .mkdf-pl-holder .mkdf-pli .mkdf-pli-rating-holder {
            position: relative;
            display: inline-block;
            width: 100%;
            vertical-align: top;
            line-height: 0;
            margin: 0
        }

        .mkdf-pl-holder .mkdf-pli .mkdf-pli-rating {
            position: relative;
            display: inline-block;
            vertical-align: middle;
            overflow: hidden;
            font-size: 15px
        }

            .mkdf-pl-holder .mkdf-pli .mkdf-pli-rating:before {
                content: "\e031\e031\e031\e031\e031"
            }

            .mkdf-pl-holder .mkdf-pli .mkdf-pli-rating span {
                position: absolute;
                top: 0;
                left: 0;
                font-size: 0;
                overflow: hidden
            }

                .mkdf-pl-holder .mkdf-pli .mkdf-pli-rating span:before {
                    content: "\e033\e033\e033\e033\e033";
                    font-size: 15px
                }

        .mkdf-pl-holder .mkdf-pli .mkdf-pli-price {
            position: relative;
            display: block;
            font-size: 21px;
            line-height: inherit;
            letter-spacing: -.01em;
            text-decoration: none;
            margin: 2px 0 0;
            color: #ff6f96
        }

            .mkdf-pl-holder .mkdf-pli .mkdf-pli-price * {
                font-size: inherit;
                line-height: 26px
            }

            .mkdf-pl-holder .mkdf-pli .mkdf-pli-price del, .mkdf-pl-holder .mkdf-pli .mkdf-pli-price ins {
                font-size: 21px;
                line-height: 26px;
                letter-spacing: -.01em;
            }

            .mkdf-pl-holder .mkdf-pli .mkdf-pli-price del {
                margin: 0 5px 0 0;
                color: #32355d
            }

            .mkdf-pl-holder .mkdf-pli .mkdf-pli-price ins {
                text-decoration: none;
                color: #ff6f96
            }

    .mkdf-pl-holder .mkdf-pli-inner {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        overflow: hidden
    }

        .mkdf-pl-holder .mkdf-pli-inner:hover .mkdf-pli-text.mkdf-pli-hover-overlay {
            opacity: 1
        }

        .mkdf-pl-holder .mkdf-pli-inner:hover .mkdf-pli-text.mkdf-pli-button-from-bottom .added_to_cart, .mkdf-pl-holder .mkdf-pli-inner:hover .mkdf-pli-text.mkdf-pli-button-from-bottom .mkdf-button {
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            transform: translateY(0)
        }

.touch .mkdf-pl-holder .mkdf-pli-inner {
    cursor: pointer
}

.mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-image {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle
}

    .mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-image img {
        display: block;
        width: 100%;
        border-radius: 10px
    }

    .mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-image .mkdf-pli-new-product, .mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-image .mkdf-pli-onsale, .mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-image .mkdf-pli-out-of-stock {
        position: absolute;
        display: block;
        top: 0;
        width: auto;
        background-color: #ff6f96;
        color: #32355d;
        font-size: 16px;
        letter-spacing: -.01em;
        line-height: 23px;
        text-align: center;
        box-sizing: border-box;
        margin: 20px 0 0 20px;
        padding: 0 10px;
        z-index: 100
    }

    .mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-image .mkdf-pli-onsale {
        left: 0;
        background: #fdbecf;
        border-color: transparent #ff6f96 transparent transparent
    }

    .mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-image .mkdf-pli-out-of-stock {
        left: 0;
        background-color: #b7eaf2;
        border-color: transparent #32355d transparent transparent
    }

    .mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-image .mkdf-pli-new-product {
        left: 0;
        background-color: #dce086;
        border-color: transparent #32355d transparent transparent
    }

.mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-text {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    box-sizing: border-box
}

    .mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-text .added_to_cart, .mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-text .mkdf-button {
        white-space: normal
    }

    .mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-text.mkdf-pli-hover-overlay {
        padding: 10px 15px;
        opacity: 0;
        background-color: rgba(255,255,255,.95);
        border-radius: 10px;
        -webkit-transition: opacity .3s ease;
        -moz-transition: opacity .3s ease;
        transition: opacity .3s ease
    }

    .mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-text.mkdf-pli-button-from-bottom .mkdf-pli-text-inner {
        vertical-align: bottom
    }

    .mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-text.mkdf-pli-button-from-bottom .added_to_cart, .mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-text.mkdf-pli-button-from-bottom .mkdf-button {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        transform: translateY(100%);
        -webkit-transition: -webkit-transform .3s ease;
        -moz-transition: -moz-transform .3s ease;
        transition: transform .3s ease
    }

.mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-text-outer {
    position: relative;
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
    text-align: center
}

.mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-text-inner {
    position: relative;
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle
}

    .mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-text-inner .clear {
        display: none
    }

    .mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-text-inner .mkdf-quickwish-holder {
        display: block;
        position: absolute;
        bottom: -11px;
        right: 0;
        left: 0;
        z-index: 15;
        font-size: 0
    }

    .mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-text-inner .mkdf-pli-category a:hover {
        color: rgba(255,255,255,.8)
    }

    .mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-text-inner .mkdf-pli-add-to-cart.mkdf-default-skin .added_to_cart, .mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-text-inner .mkdf-pli-add-to-cart.mkdf-default-skin .button {
        color: #fff;
        background-color: #ff6f96;
        border: 1px solid transparent;
        border: 0
    }

        .mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-text-inner .mkdf-pli-add-to-cart.mkdf-default-skin .added_to_cart:hover, .mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-text-inner .mkdf-pli-add-to-cart.mkdf-default-skin .button:hover {
            color: #fff;
            background-color: #fb5182
        }

    .mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-text-inner .mkdf-pli-add-to-cart.mkdf-light-skin .added_to_cart, .mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-text-inner .mkdf-pli-add-to-cart.mkdf-light-skin .button {
        color: #32355d;
        background-color: #fff
    }

        .mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-text-inner .mkdf-pli-add-to-cart.mkdf-light-skin .added_to_cart:hover, .mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-text-inner .mkdf-pli-add-to-cart.mkdf-light-skin
        .button:hover {
            color: #fff;
            background-color: #ff6f96
        }

    .mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-text-inner .mkdf-pli-add-to-cart.mkdf-dark-skin .added_to_cart, .mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-text-inner .mkdf-pli-add-to-cart.mkdf-dark-skin .button {
        color: #fff;
        background-color: #32355d
    }

        .mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-text-inner .mkdf-pli-add-to-cart.mkdf-dark-skin .added_to_cart:hover, .mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-text-inner .mkdf-pli-add-to-cart.mkdf-dark-skin .button:hover {
            color: #fff;
            background-color: #ff6f96
        }

    .mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-text-inner .added_to_cart, .mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-text-inner .button {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        width: auto;
        outline: 0;
        font-size: 20px;
        box-sizing: border-box;
        margin: 0;
        border-radius: 5px;
        -webkit-transition: color .3s ease,background-color .3s ease,border-color .3s ease;
        -moz-transition: color .3s ease,background-color .3s ease,border-color .3s ease;
        transition: color .3s ease,background-color .3s ease,border-color .3s ease;
        padding: 15px 24px;
        white-space: nowrap;
        z-index: 3
    }

        .mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-text-inner .added_to_cart .mkdf-btn-icon-holder, .mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-text-inner .button .mkdf-btn-icon-holder {
            margin-left: 21px;
            width: 53px;
            padding: 14px 0;
            text-align: center
        }

        .mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-text-inner .button.added {
            display: none
        }

.mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-link {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.mkdf-pl-holder .mkdf-pli-text-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    margin: 22px 0 38px;
    text-align: center
}

.mkdf-pl-holder.mkdf-product-info-light .mkdf-pli-inner .mkdf-pli-text-inner .mkdf-pli-category a, .mkdf-pl-holder.mkdf-product-info-light .mkdf-pli-inner .mkdf-pli-text-inner .mkdf-pli-excerpt, .mkdf-pl-holder.mkdf-product-info-light .mkdf-pli-inner .mkdf-pli-text-inner .mkdf-pli-price, .mkdf-pl-holder.mkdf-product-info-light .mkdf-pli-inner .mkdf-pli-text-inner .mkdf-pli-rating, .mkdf-pl-holder.mkdf-product-info-light .mkdf-pli-inner .mkdf-pli-text-inner .mkdf-pli-title {
    color: #fff
}

    .mkdf-pl-holder.mkdf-product-info-light .mkdf-pli-inner .mkdf-pli-text-inner .mkdf-pli-category a:hover {
        color: rgba(255,255,255,.9)
    }

.mkdf-pl-holder.mkdf-product-info-dark .mkdf-pli-inner .mkdf-pli-text-inner .mkdf-pli-category a, .mkdf-pl-holder.mkdf-product-info-dark .mkdf-pli-inner .mkdf-pli-text-inner .mkdf-pli-excerpt, .mkdf-pl-holder.mkdf-product-info-dark .mkdf-pli-inner .mkdf-pli-text-inner .mkdf-pli-price, .mkdf-pl-holder.mkdf-product-info-dark .mkdf-pli-inner .mkdf-pli-text-inner .mkdf-pli-rating, .mkdf-pl-holder.mkdf-product-info-dark .mkdf-pli-inner .mkdf-pli-text-inner .mkdf-pli-title {
    color: #32355d
}

    .mkdf-pl-holder.mkdf-product-info-dark .mkdf-pli-inner .mkdf-pli-text-inner .mkdf-pli-category a:hover {
        color: rgba(50,53,93,.8)
    }

.mkdf-pl-holder.mkdf-standard-layout .mkdf-pli {
    float: left
}

.mkdf-pl-holder.mkdf-standard-layout.mkdf-large-space {
    margin: 0 0 -50px
}

.mkdf-pl-holder.mkdf-standard-layout.mkdf-normal-space {
    margin: 0 0 -30px
}

.mkdf-pl-holder.mkdf-standard-layout.mkdf-small-space {
    margin: 0 0 -20px
}

.mkdf-pl-holder.mkdf-standard-layout.mkdf-tiny-space {
    margin: 0 0 -10px
}

.mkdf-pl-holder.mkdf-standard-layout.mkdf-two-columns .mkdf-pli {
    width: 50%
}

.mkdf-pl-holder.mkdf-standard-layout.mkdf-three-columns .mkdf-pli {
    width: 33.33333%
}

@media only screen and (min-width:769px) {
    .mkdf-pl-holder.mkdf-standard-layout.mkdf-three-columns .mkdf-pli:nth-child(3n+1), .mkdf-pl-holder.mkdf-standard-layout.mkdf-two-columns .mkdf-pli:nth-child(2n+1), .mkdf-pls-holder.mkdf-three-columns .mkdf-pls-item:nth-child(3n+1) {
        clear: both
    }
}

.mkdf-pl-holder.mkdf-standard-layout.mkdf-four-columns .mkdf-pli {
    width: 25%
}

@media only screen and (min-width:1025px) {
    .mkdf-pl-holder.mkdf-standard-layout.mkdf-four-columns .mkdf-pli:nth-child(4n+1), .mkdf-pls-holder.mkdf-five-columns .mkdf-pls-item:nth-child(5n+1), .mkdf-pls-holder.mkdf-four-columns .mkdf-pls-item:nth-child(4n+1), .mkdf-pls-holder.mkdf-six-columns .mkdf-pls-item:nth-child(6n+1) {
        clear: both
    }
}

.mkdf-pl-holder.mkdf-standard-layout.mkdf-five-columns .mkdf-pli {
    width: 20%
}

.mkdf-pl-holder.mkdf-standard-layout.mkdf-six-columns .mkdf-pli {
    width: 16.66667%
}

@media only screen and (min-width:1367px) {
    .mkdf-pl-holder.mkdf-standard-layout.mkdf-five-columns .mkdf-pli:nth-child(5n+1), .mkdf-pl-holder.mkdf-standard-layout.mkdf-six-columns .mkdf-pli:nth-child(6n+1) {
        clear: both
    }
}

.mkdf-pl-holder.mkdf-masonry-layout .mkdf-pl-outer {
    opacity: 0
}

.mkdf-pl-holder.mkdf-masonry-layout .mkdf-pl-sizer {
    width: 100%
}

.mkdf-pl-holder.mkdf-masonry-layout .mkdf-pl-gutter {
    width: 0
}

.mkdf-pl-holder.mkdf-masonry-layout .mkdf-pli-inner {
    width: 100%;
    height: 100%
}

    .mkdf-pl-holder.mkdf-masonry-layout .mkdf-pli-inner .mkdf-pli-image, .mkdf-pl-holder.mkdf-masonry-layout .mkdf-pli-inner .mkdf-pli-image img {
        height: 100%
    }

.mkdf-pl-holder.mkdf-masonry-layout .mkdf-pli.mkdf-woo-image-large-width img {
    width: 100%
}

.mkdf-pl-holder.mkdf-masonry-layout.mkdf-two-columns .mkdf-pl-sizer, .mkdf-pl-holder.mkdf-masonry-layout.mkdf-two-columns .mkdf-pli {
    width: 50%
}

    .mkdf-pl-holder.mkdf-masonry-layout.mkdf-two-columns .mkdf-pli.mkdf-masonry-size-large-width, .mkdf-pl-holder.mkdf-masonry-layout.mkdf-two-columns .mkdf-pli.mkdf-masonry-size-large-width-height {
        width: 100%
    }

.mkdf-pl-holder.mkdf-masonry-layout.mkdf-three-columns .mkdf-pl-sizer, .mkdf-pl-holder.mkdf-masonry-layout.mkdf-three-columns .mkdf-pli {
    width: 33.33333%
}

    .mkdf-pl-holder.mkdf-masonry-layout.mkdf-three-columns .mkdf-pli.mkdf-masonry-size-large-width, .mkdf-pl-holder.mkdf-masonry-layout.mkdf-three-columns .mkdf-pli.mkdf-masonry-size-large-width-height {
        width: 66.66667%
    }

.mkdf-pl-holder.mkdf-masonry-layout.mkdf-four-columns .mkdf-pl-sizer, .mkdf-pl-holder.mkdf-masonry-layout.mkdf-four-columns .mkdf-pli {
    width: 25%
}

    .mkdf-pl-holder.mkdf-masonry-layout.mkdf-four-columns .mkdf-pli.mkdf-masonry-size-large-width, .mkdf-pl-holder.mkdf-masonry-layout.mkdf-four-columns .mkdf-pli.mkdf-masonry-size-large-width-height {
        width: 50%
    }

.mkdf-pl-holder.mkdf-masonry-layout.mkdf-five-columns .mkdf-pl-sizer, .mkdf-pl-holder.mkdf-masonry-layout.mkdf-five-columns .mkdf-pli {
    width: 20%
}

    .mkdf-pl-holder.mkdf-masonry-layout.mkdf-five-columns .mkdf-pli.mkdf-masonry-size-large-width, .mkdf-pl-holder.mkdf-masonry-layout.mkdf-five-columns .mkdf-pli.mkdf-masonry-size-large-width-height {
        width: 40%
    }

.mkdf-pl-holder.mkdf-masonry-layout.mkdf-six-columns .mkdf-pl-sizer, .mkdf-pl-holder.mkdf-masonry-layout.mkdf-six-columns .mkdf-pli {
    width: 16.66667%
}

    .mkdf-pl-holder.mkdf-masonry-layout.mkdf-six-columns .mkdf-pli.mkdf-masonry-size-large-width, .mkdf-pl-holder.mkdf-masonry-layout.mkdf-six-columns .mkdf-pli.mkdf-masonry-size-large-width-height {
        width: 33.33333%
    }

.mkdf-pl-holder .mkdf-pl-categories {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    text-align: left;
    margin: 0 0 4px
}

    .mkdf-pl-holder .mkdf-pl-categories ul {
        list-style-type: none
    }

        .mkdf-pl-holder .mkdf-pl-categories ul li {
            display: inline-block;
            vertical-align: middle
        }

            .mkdf-pl-holder .mkdf-pl-categories ul li:not(:last-child) {
                margin-right: 15px
            }

            .mkdf-pl-holder .mkdf-pl-categories ul li a {
                color: #8f9093
            }

                .mkdf-pl-holder .mkdf-pl-categories ul li a.active, .mkdf-pl-holder .mkdf-pl-categories ul li a:hover {
                    color: #ff6f96
                }

.mkdf-pl-holder .mkdf-pl-ordering-outer {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 49%;
    text-align: right
}

    .mkdf-pl-holder .mkdf-pl-ordering-outer .mkdf-pl-ordering-holder {
        display: inline-block;
        vertical-align: middle
    }

        .mkdf-pl-holder .mkdf-pl-ordering-outer .mkdf-pl-ordering-holder:hover .mkdf-pl-ordering {
            opacity: 1;
            visibility: visible
        }

        .mkdf-pl-holder .mkdf-pl-ordering-outer .mkdf-pl-ordering-holder .mkdf-pl-ordering-filter-title {
            cursor: pointer
        }

            .mkdf-pl-holder .mkdf-pl-ordering-outer .mkdf-pl-ordering-holder .mkdf-pl-ordering-filter-title:after {
                content: '\43';
            }

    .mkdf-pl-holder .mkdf-pl-ordering-outer .mkdf-pl-ordering {
        position: absolute;
        opacity: 0;
        right: 0;
        color: #fff;
        background-color: #010101;
        text-align: left;
        padding: 20px 30px;
        -webkit-transition: opacity .3s ease;
        -moz-transition: opacity .3s ease;
        transition: opacity .3s ease;
        z-index: 150;
        visibility: hidden
    }

        .mkdf-pl-holder .mkdf-pl-ordering-outer .mkdf-pl-ordering .mkdf-pl-ordering-inner {
            display: inline-block;
            vertical-align: top;
            min-width: 150px
        }

        .mkdf-pl-holder .mkdf-pl-ordering-outer .mkdf-pl-ordering ul {
            list-style-type: none
        }

        .mkdf-pl-holder .mkdf-pl-ordering-outer .mkdf-pl-ordering a {
            color: #ababab
        }

            .mkdf-pl-holder .mkdf-pl-ordering-outer .mkdf-pl-ordering a.active, .mkdf-pl-holder .mkdf-pl-ordering-outer .mkdf-pl-ordering a:hover {
                color: #fff
            }

        .mkdf-pl-holder .mkdf-pl-ordering-outer .mkdf-pl-ordering .mkdf-pl-ordering-title {
            color: inherit
        }

.mkdf-pl-holder .mkdf-prl-loading {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #fff;
    z-index: 200
}

    .mkdf-pl-holder .mkdf-prl-loading .mkdf-prl-loading-msg {
        display: inline-block;
        vertical-align: middle;
        margin-top: 200px
    }

.mkdf-pl-holder.mkdf-six-columns .mkdf-pli .mkdf-pli-add-to-cart .button {
    padding: 10px 15px
}

@media only screen and (max-width:1440px) {
    .mkdf-pl-holder.mkdf-six-columns .mkdf-pli .mkdf-pli-add-to-cart .button {
        font-size: 16px
    }
}

.mkdf-pl-holder.mkdf-pl-enable-appear .mkdf-pli {
    opacity: 0;
    -webkit-transition: opacity .7s ease-out;
    -moz-transition: opacity .7s ease-out;
    transition: opacity .7s ease-out
}

    .mkdf-pl-holder.mkdf-pl-enable-appear .mkdf-pli.mkdf-appeared {
        opacity: 1
    }

#yith-quick-view-modal .yith-quick-view-overlay, .yith-quick-view.yith-modal .yith-quick-view-overlay {
    background-color: rgba(12,12,18,.65)
}

#yith-quick-view-modal .yith-wcqv-wrapper, .yith-quick-view.yith-modal .yith-wcqv-wrapper {
    padding: 0;
    max-width: 1086px;
    width: 100% !important;
    height: auto !important
}

#yith-quick-view-modal .yith-wcqv-main, .yith-quick-view.yith-modal .yith-wcqv-main {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    padding: 0;
    overflow: hidden !important;
    box-shadow: none;
    border-radius: 15px
}

#yith-quick-view-modal #yith-quick-view-content .product, .yith-quick-view.yith-modal #yith-quick-view-content .product {
    margin: 0
}

    #yith-quick-view-modal #yith-quick-view-content .product .mkdf-social-title, .yith-quick-view.yith-modal #yith-quick-view-content .product .mkdf-social-title {
        font-size: 16px;
        vertical-align: middle;
        margin-right: 10px
    }

    #yith-quick-view-modal #yith-quick-view-content .product .mkdf-quick-view-gallery .owl-next, #yith-quick-view-modal #yith-quick-view-content .product .mkdf-quick-view-gallery .owl-prev, .yith-quick-view.yith-modal #yith-quick-view-content .product .mkdf-quick-view-gallery .owl-next, .yith-quick-view.yith-modal #yith-quick-view-content .product .mkdf-quick-view-gallery .owl-prev {
        width: 58px;
        height: 58px;
        background-color: #fff;
        border-radius: 50%
    }

        #yith-quick-view-modal #yith-quick-view-content .product .mkdf-quick-view-gallery .owl-next .mkdf-prev-icon, #yith-quick-view-modal #yith-quick-view-content .product .mkdf-quick-view-gallery .owl-prev .mkdf-prev-icon, .yith-quick-view.yith-modal #yith-quick-view-content .product .mkdf-quick-view-gallery .owl-next .mkdf-prev-icon, .yith-quick-view.yith-modal #yith-quick-view-content .product .mkdf-quick-view-gallery .owl-prev .mkdf-prev-icon {
            position: relative;
            display: block;
            text-align: center;
            font-size: 28px;
            line-height: 2.3em;
            color: #ff6f96
        }

        #yith-quick-view-modal #yith-quick-view-content .product .mkdf-quick-view-gallery .owl-next .mkdf-next-icon, #yith-quick-view-modal #yith-quick-view-content .product .mkdf-quick-view-gallery .owl-prev .mkdf-next-icon, .yith-quick-view.yith-modal #yith-quick-view-content .product .mkdf-quick-view-gallery .owl-next .mkdf-next-icon, .yith-quick-view.yith-modal #yith-quick-view-content .product .mkdf-quick-view-gallery .owl-prev .mkdf-next-icon {
            position: relative;
            display: block;
            text-align: center;
            line-height: 2.3em;
            font-size: 28px;
            color: #9ad8d3
        }

    #yith-quick-view-modal #yith-quick-view-content .product .mkdf-quick-view-gallery .owl-prev, .yith-quick-view.yith-modal #yith-quick-view-content .product .mkdf-quick-view-gallery .owl-prev {
        left: 20px
    }

    #yith-quick-view-modal #yith-quick-view-content .product .mkdf-quick-view-gallery .owl-next, .yith-quick-view.yith-modal #yith-quick-view-content .product .mkdf-quick-view-gallery .owl-next {
        right: 20px
    }

#yith-quick-view-modal #yith-quick-view-content .product-type-grouped .summary p.price, .yith-quick-view.yith-modal #yith-quick-view-content .product-type-grouped .summary p.price {
    margin: 12px 0 0
}

#yith-quick-view-modal #yith-quick-view-content .product-type-grouped .summary .mkdf-woo-social-share-holder, #yith-quick-view-modal #yith-quick-view-content .product-type-grouped .summary .yith-wcwl-add-to-wishlist, .yith-quick-view.yith-modal #yith-quick-view-content .product-type-grouped .summary .mkdf-woo-social-share-holder, .yith-quick-view.yith-modal #yith-quick-view-content .product-type-grouped .summary .yith-wcwl-add-to-wishlist {
    margin-top: 0
}

#yith-quick-view-modal #yith-quick-view-content .product-type-grouped .summary .cart, .yith-quick-view.yith-modal #yith-quick-view-content .product-type-grouped .summary .cart {
    margin: 0 0 28px
}

#yith-quick-view-modal #yith-quick-view-content .product-type-grouped .summary .woocommerce-product-details__short-description, .yith-quick-view.yith-modal #yith-quick-view-content .product-type-grouped .summary .woocommerce-product-details__short-description {
    margin: 0 0 20px
}

#yith-quick-view-modal #yith-quick-view-content .product-type-external .summary .mkdf-single-product-share-wish, .yith-quick-view.yith-modal #yith-quick-view-content .product-type-external .summary .mkdf-single-product-share-wish {
    margin-top: 47px
}

#yith-quick-view-modal #yith-quick-view-content .product-type-variable .summary p.price, .yith-quick-view.yith-modal #yith-quick-view-content .product-type-variable .summary p.price {
    margin: 13px 0 0
}

#yith-quick-view-modal #yith-quick-view-content .product-type-variable .summary .woocommerce-product-details__short-description, .yith-quick-view.yith-modal #yith-quick-view-content .product-type-variable .summary .woocommerce-product-details__short-description {
    margin: 0 0 22px
}

#yith-quick-view-modal #yith-quick-view-content .product-type-variable form .select2-container--default, .yith-quick-view.yith-modal #yith-quick-view-content .product-type-variable form .select2-container--default {
    float: none
}

#yith-quick-view-modal #yith-quick-view-content .product-type-variable form .single_variation_wrap, .yith-quick-view.yith-modal #yith-quick-view-content .product-type-variable form .single_variation_wrap {
    margin: 5px 0 0
}

#yith-quick-view-modal #yith-quick-view-content .product-type-variable .summary form.cart, .yith-quick-view.yith-modal #yith-quick-view-content .product-type-variable .summary form.cart {
    margin: 0
}

#yith-quick-view-modal #yith-quick-view-content .images, #yith-quick-view-modal #yith-quick-view-content .summary, .yith-quick-view.yith-modal #yith-quick-view-content .images, .yith-quick-view.yith-modal #yith-quick-view-content .summary {
    position: relative;
    float: left;
    box-sizing: border-box
}

#yith-quick-view-modal #yith-quick-view-content .images, .yith-quick-view.yith-modal #yith-quick-view-content .images {
    width: 45%
}

    #yith-quick-view-modal #yith-quick-view-content .images a, #yith-quick-view-modal #yith-quick-view-content .images img, .yith-quick-view.yith-modal #yith-quick-view-content .images a, .yith-quick-view.yith-modal #yith-quick-view-content .images img {
        display: block
    }

#yith-quick-view-modal #yith-quick-view-content .summary, .yith-quick-view.yith-modal #yith-quick-view-content .summary {
    width: 55%;
    padding: 50px 43px 30px;
    position: relative;
    min-height: 544px
}

    #yith-quick-view-modal #yith-quick-view-content .summary .product_title, .yith-quick-view.yith-modal #yith-quick-view-content .summary .product_title {
        font-size: 40px
    }

    #yith-quick-view-modal #yith-quick-view-content .summary .mkdf-quantity-buttons, .yith-quick-view.yith-modal #yith-quick-view-content .summary .mkdf-quantity-buttons {
        margin: 0 10px 0 0
    }

    #yith-quick-view-modal #yith-quick-view-content .summary .single_add_to_cart_button, .yith-quick-view.yith-modal #yith-quick-view-content .summary .single_add_to_cart_button {
        margin: 0
    }

    #yith-quick-view-modal #yith-quick-view-content .summary .variations, .yith-quick-view.yith-modal #yith-quick-view-content .summary .variations {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        margin: 0 0 20px;
        border: none;
        padding: 0
    }

        #yith-quick-view-modal #yith-quick-view-content .summary .variations select, .yith-quick-view.yith-modal #yith-quick-view-content .summary .variations select {
            position: relative;
            display: inline-block;
            vertical-align: middle;
            background-color: #fff;
            border: 1px solid #e1e1e1;
            box-sizing: border-box;
            line-height: 50px;
            height: 50px;
            padding: 0 16px;
            margin: 0 -4px 0 0;
            color: #8f9093;
            font-weight: 300;
            font-size: 13px;
        }

        #yith-quick-view-modal #yith-quick-view-content .summary .variations tr, .yith-quick-view.yith-modal #yith-quick-view-content .summary .variations tr {
            border: 0;
            display: block;
            float: left
        }

            #yith-quick-view-modal #yith-quick-view-content .summary .variations tr:first-child, .yith-quick-view.yith-modal #yith-quick-view-content .summary .variations tr:first-child {
                padding-right: 6px
            }

        #yith-quick-view-modal #yith-quick-view-content .summary .variations td, .yith-quick-view.yith-modal #yith-quick-view-content .summary .variations td {
            padding: 0;
            text-align: left;
            display: block
        }

            #yith-quick-view-modal #yith-quick-view-content .summary .variations td.label, .yith-quick-view.yith-modal #yith-quick-view-content .summary .variations td.label {
                width: 12%
            }

        #yith-quick-view-modal #yith-quick-view-content .summary .variations .select2-container, .yith-quick-view.yith-modal #yith-quick-view-content .summary .variations .select2-container {
            min-width: 180px
        }

        #yith-quick-view-modal #yith-quick-view-content .summary .variations .reset_variations, .yith-quick-view.yith-modal #yith-quick-view-content .summary .variations .reset_variations {
            color: #32355d;
            position: relative;
            top: -5px;
            right: -10px
        }

    #yith-quick-view-modal #yith-quick-view-content .summary .single_variation_wrap, .yith-quick-view.yith-modal #yith-quick-view-content .summary .single_variation_wrap {
        margin: 35px 0 0
    }

        #yith-quick-view-modal #yith-quick-view-content .summary .single_variation_wrap .single_variation, .yith-quick-view.yith-modal #yith-quick-view-content .summary .single_variation_wrap .single_variation {
            margin: 0 0 35px
        }

    #yith-quick-view-modal #yith-quick-view-content .summary table.group_table, .yith-quick-view.yith-modal #yith-quick-view-content .summary table.group_table {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        margin: 0;
        border: none;
        padding: 0
    }

        #yith-quick-view-modal #yith-quick-view-content .summary table.group_table tbody, .yith-quick-view.yith-modal #yith-quick-view-content .summary table.group_table tbody {
            display: block
        }

        #yith-quick-view-modal #yith-quick-view-content .summary table.group_table tr, .yith-quick-view.yith-modal #yith-quick-view-content .summary table.group_table tr {
            border: 1px solid transparent;
            display: table;
            margin-bottom: 13px;
            width: 100%;
            background-color: #fff
        }

        #yith-quick-view-modal #yith-quick-view-content .summary table.group_table td, .yith-quick-view.yith-modal #yith-quick-view-content .summary table.group_table td {
            box-sizing: border-box;
            padding: 0 10px;
            text-align: left;
            display: inline-block
        }

            #yith-quick-view-modal #yith-quick-view-content .summary table.group_table td.woocommerce-grouped-product-list-item__quantity, .yith-quick-view.yith-modal #yith-quick-view-content .summary table.group_table td.woocommerce-grouped-product-list-item__quantity {
                width: 21%
            }

            #yith-quick-view-modal #yith-quick-view-content .summary table.group_table td:first-child, .yith-quick-view.yith-modal #yith-quick-view-content .summary table.group_table td:first-child {
                padding: 0
            }

            #yith-quick-view-modal #yith-quick-view-content .summary table.group_table td.label, .yith-quick-view.yith-modal #yith-quick-view-content .summary table.group_table td.label {
                text-align: left;
                vertical-align: middle
            }

            #yith-quick-view-modal #yith-quick-view-content .summary table.group_table td.price, .yith-quick-view.yith-modal #yith-quick-view-content .summary table.group_table td.price {
                display: table-cell;
                font-size: 16px;
                margin: 0;
                text-align: center;
                vertical-align: middle
            }

        #yith-quick-view-modal #yith-quick-view-content .summary table.group_table .mkdf-quantity-buttons, .yith-quick-view.yith-modal #yith-quick-view-content .summary table.group_table .mkdf-quantity-buttons {
            padding: 0 10px
        }

            #yith-quick-view-modal #yith-quick-view-content .summary table.group_table .mkdf-quantity-buttons .mkdf-quantity-label, .yith-quick-view.yith-modal #yith-quick-view-content .summary table.group_table .mkdf-quantity-buttons .mkdf-quantity-label {
                display: none
            }

            #yith-quick-view-modal #yith-quick-view-content .summary table.group_table .mkdf-quantity-buttons .mkdf-quantity-input, .yith-quick-view.yith-modal #yith-quick-view-content .summary table.group_table .mkdf-quantity-buttons .mkdf-quantity-input {
                width: 20px;
                margin: 0
            }

        #yith-quick-view-modal #yith-quick-view-content .summary table.group_table a, .yith-quick-view.yith-modal #yith-quick-view-content .summary table.group_table a {
            color: #8f9093
        }

            #yith-quick-view-modal #yith-quick-view-content .summary table.group_table a:hover, .yith-quick-view.yith-modal #yith-quick-view-content .summary table.group_table a:hover {
                color: #32355d
            }

    #yith-quick-view-modal #yith-quick-view-content .summary .mkdf-yith-product-title, .yith-quick-view.yith-modal #yith-quick-view-content .summary .mkdf-yith-product-title {
        display: block;
        margin: 0
    }

    #yith-quick-view-modal #yith-quick-view-content .summary div[itemprop=offers], .yith-quick-view.yith-modal #yith-quick-view-content .summary div[itemprop=offers] {
        position: relative;
        display: block
    }

    #yith-quick-view-modal #yith-quick-view-content .summary .price, .yith-quick-view.yith-modal #yith-quick-view-content .summary .price {
        position: relative;
        display: block;
        margin: 6px 0 10px;
        line-height: 1;
        font-size: 26px;
        color: #ff6f96
    }

        #yith-quick-view-modal #yith-quick-view-content .summary .price *, .yith-quick-view.yith-modal #yith-quick-view-content .summary .price * {
            font-size: inherit;
            line-height: inherit
        }

        #yith-quick-view-modal #yith-quick-view-content .summary .price del, .yith-quick-view.yith-modal #yith-quick-view-content .summary .price del {
            margin: 0 8px 0 0;
            font-size: 21px;
            color: #32355d
        }

        #yith-quick-view-modal #yith-quick-view-content .summary .price ins, .yith-quick-view.yith-modal #yith-quick-view-content .summary .price ins {
            text-decoration: none
        }

    #yith-quick-view-modal #yith-quick-view-content .summary .woocommerce-product-rating, .yith-quick-view.yith-modal #yith-quick-view-content .summary .woocommerce-product-rating {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: middle;
        line-height: 1;
        margin: 5px 0 36px
    }

    #yith-quick-view-modal #yith-quick-view-content .summary .woocommerce-product-details__short-description, #yith-quick-view-modal #yith-quick-view-content .summary div[itemprop=description], .yith-quick-view.yith-modal #yith-quick-view-content .summary .woocommerce-product-details__short-description, .yith-quick-view.yith-modal #yith-quick-view-content .summary div[itemprop=description] {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: middle;
        margin: 0 0 22px
    }

        #yith-quick-view-modal #yith-quick-view-content .summary .woocommerce-product-details__short-description p, #yith-quick-view-modal #yith-quick-view-content .summary div[itemprop=description] p, .yith-quick-view.yith-modal #yith-quick-view-content .summary .woocommerce-product-details__short-description p, .yith-quick-view.yith-modal #yith-quick-view-content .summary div[itemprop=description] p {
            margin: 0
        }

    #yith-quick-view-modal #yith-quick-view-content .summary form.cart, .yith-quick-view.yith-modal #yith-quick-view-content .summary form.cart {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: middle;
        margin: 0 0 30px
    }

    #yith-quick-view-modal #yith-quick-view-content .summary .mkdf-single-product-share-wish, .yith-quick-view.yith-modal #yith-quick-view-content .summary .mkdf-single-product-share-wish {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: middle;
        margin: 0
    }

        #yith-quick-view-modal #yith-quick-view-content .summary .mkdf-single-product-share-wish .clear, #yith-quick-view-modal #yith-quick-view-content .summary .mkdf-single-product-share-wish > div:first-child:after, .yith-quick-view.yith-modal #yith-quick-view-content .summary .mkdf-single-product-share-wish .clear, .yith-quick-view.yith-modal #yith-quick-view-content .summary .mkdf-single-product-share-wish > div:first-child:after {
            display: none
        }

        #yith-quick-view-modal #yith-quick-view-content .summary .mkdf-single-product-share-wish .yith-wcwl-wishlistaddedbrowse a:after, #yith-quick-view-modal #yith-quick-view-content .summary .mkdf-single-product-share-wish .yith-wcwl-wishlistexistsbrowse a:after, .yith-quick-view.yith-modal #yith-quick-view-content .summary .mkdf-single-product-share-wish .yith-wcwl-wishlistaddedbrowse a:after, .yith-quick-view.yith-modal #yith-quick-view-content .summary .mkdf-single-product-share-wish .yith-wcwl-wishlistexistsbrowse a:after {
            color: #ff6f96
        }

        #yith-quick-view-modal #yith-quick-view-content .summary .mkdf-single-product-share-wish > div, .yith-quick-view.yith-modal #yith-quick-view-content .summary .mkdf-single-product-share-wish > div {
            padding: 0 20px
        }

            #yith-quick-view-modal #yith-quick-view-content .summary .mkdf-single-product-share-wish > div:after, .yith-quick-view.yith-modal #yith-quick-view-content .summary .mkdf-single-product-share-wish > div:after {
                content: "|";
                color: #d3d3d3;
                position: absolute;
                left: 0;
                top: 0
            }

            #yith-quick-view-modal #yith-quick-view-content .summary .mkdf-single-product-share-wish > div:first-child, .yith-quick-view.yith-modal #yith-quick-view-content .summary .mkdf-single-product-share-wish > div:first-child {
                padding-left: 0
            }

            #yith-quick-view-modal #yith-quick-view-content .summary .mkdf-single-product-share-wish > div:last-child, .yith-quick-view.yith-modal #yith-quick-view-content .summary .mkdf-single-product-share-wish > div:last-child {
                padding-right: 0
            }

        #yith-quick-view-modal #yith-quick-view-content .summary .mkdf-single-product-share-wish .mkdf-woo-social-share-holder, .yith-quick-view.yith-modal #yith-quick-view-content .summary .mkdf-single-product-share-wish .mkdf-woo-social-share-holder {
            float: left;
            position: relative;
            display: inline-block
        }

            #yith-quick-view-modal #yith-quick-view-content .summary .mkdf-single-product-share-wish .mkdf-woo-social-share-holder > *, .yith-quick-view.yith-modal #yith-quick-view-content .summary .mkdf-single-product-share-wish .mkdf-woo-social-share-holder > * {
                display: table-cell;
                vertical-align: top;
                line-height: 22px
            }

            #yith-quick-view-modal #yith-quick-view-content .summary .mkdf-single-product-share-wish .mkdf-woo-social-share-holder > span, .yith-quick-view.yith-modal #yith-quick-view-content .summary .mkdf-single-product-share-wish .mkdf-woo-social-share-holder > span {
                font-size: 12px;
                text-transform: uppercase;
                letter-spacing: 2px;
                color: #ff6f96;
                padding: 0 9px 0 0
            }

    #yith-quick-view-modal #yith-quick-view-content .summary .clear, .yith-quick-view.yith-modal #yith-quick-view-content .summary .clear {
        display: none
    }

    #yith-quick-view-modal #yith-quick-view-content .summary .mkdf-woo-social-share-holder, .yith-quick-view.yith-modal #yith-quick-view-content .summary .mkdf-woo-social-share-holder {
        margin-top: 105px;
        display: inline-block
    }

    #yith-quick-view-modal #yith-quick-view-content .summary .yith-wcwl-add-to-wishlist, .yith-quick-view.yith-modal #yith-quick-view-content .summary .yith-wcwl-add-to-wishlist {
        width: auto;
        background-color: transparent;
        float: left;
        padding-top: 4px;
        margin-top: 105px
    }

        #yith-quick-view-modal #yith-quick-view-content .summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a, #yith-quick-view-modal #yith-quick-view-content .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a, #yith-quick-view-modal #yith-quick-view-content .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a, .yith-quick-view.yith-modal #yith-quick-view-content .summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a, .yith-quick-view.yith-modal #yith-quick-view-content .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a, .yith-quick-view.yith-modal #yith-quick-view-content .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
            font-size: 16px;
            color: #ff6f96;
            line-height: 22px;
            padding: 0 15px 0 0;
            border-right: 1px solid #d3d3d3;
            margin-right: 13px;
            border-radius: 0
        }

            #yith-quick-view-modal #yith-quick-view-content .summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:after, #yith-quick-view-modal #yith-quick-view-content .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:after, #yith-quick-view-modal #yith-quick-view-content .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:after, .yith-quick-view.yith-modal #yith-quick-view-content .summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:after, .yith-quick-view.yith-modal #yith-quick-view-content .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:after, .yith-quick-view.yith-modal #yith-quick-view-content .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:after {
                content: "\53";
                font-size: 16px;
                float: left;
                padding-right: 15px;
                line-height: 21px
            }

            #yith-quick-view-modal #yith-quick-view-content .summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:after, .yith-quick-view.yith-modal #yith-quick-view-content .summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:after {
                content: "\e004"
            }

    #yith-quick-view-modal #yith-quick-view-content .summary p.stock.in-stock, #yith-quick-view-modal #yith-quick-view-content .summary p.stock.out-of-stock, .yith-quick-view.yith-modal #yith-quick-view-content .summary p.stock.in-stock, .yith-quick-view.yith-modal #yith-quick-view-content .summary p.stock.out-of-stock {
        color: #32355d;
        font-weight: 700;
        margin: 0 0 18px
    }

#yith-quick-view-modal #yith-quick-view-close, .yith-quick-view.yith-modal #yith-quick-view-close {
    top: 18px;
    right: 20px;
    width: 30px;
    height: 30px;
    font-size: 0;
    line-height: 30px;
    font-weight: 400;
    text-align: center;
    opacity: 1;
    border: 0;
    color: #ff6f96
}

    #yith-quick-view-modal #yith-quick-view-close:before, .yith-quick-view.yith-modal #yith-quick-view-close:before {
        position: relative;
        display: inline-block;
        vertical-align: top;
        content: "\4d";
        font-size: 30px;
        line-height: inherit;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

    #yith-quick-view-modal #yith-quick-view-close:hover, .yith-quick-view.yith-modal #yith-quick-view-close:hover {
        opacity: .8
    }

ul.products > .product > .yith-wcqv-button {
    display: none !important
}

.mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-text-inner .mkdf-yith-wcqv-holder, .mkdf-plc-holder .mkdf-plc-item .mkdf-plc-text-inner .mkdf-yith-wcqv-holder, ul.products > .product .mkdf-pl-inner .mkdf-pl-text-inner .mkdf-yith-wcqv-holder {
    display: inline-block;
    vertical-align: middle;
    height: 40px;
    position: relative
}

    .mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-text-inner .mkdf-yith-wcqv-holder .yith-wcqv-button, .mkdf-plc-holder .mkdf-plc-item .mkdf-plc-text-inner .mkdf-yith-wcqv-holder .yith-wcqv-button, ul.products > .product .mkdf-pl-inner .mkdf-pl-text-inner .mkdf-yith-wcqv-holder .yith-wcqv-button {
        position: relative;
        display: inline-block;
        float: left;
        background-color: #fff;
        color: #703a78;
        font-size: 20px;
        width: 45px;
        height: 40px;
        line-height: 46px;
        -webkit-transition: background-color .3s ease-in-out;
        -moz-transition: background-color .3s ease-in-out;
        transition: background-color .3s ease-in-out
    }

        .mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-text-inner .mkdf-yith-wcqv-holder .yith-wcqv-button:hover, .mkdf-plc-holder .mkdf-plc-item .mkdf-plc-text-inner .mkdf-yith-wcqv-holder .yith-wcqv-button:hover, ul.products > .product .mkdf-pl-inner .mkdf-pl-text-inner .mkdf-yith-wcqv-holder .yith-wcqv-button:hover {
            background-color: #703a78;
            color: #fff
        }

        .mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-text-inner .mkdf-yith-wcqv-holder .yith-wcqv-button div, .mkdf-plc-holder .mkdf-plc-item .mkdf-plc-text-inner .mkdf-yith-wcqv-holder .yith-wcqv-button div, ul.products > .product .mkdf-pl-inner .mkdf-pl-text-inner .mkdf-yith-wcqv-holder .yith-wcqv-button div {
            background-size: 15px 15px !important
        }

#yith-wcwl-popup-message {
    position: absolute;
    margin: 0 !important;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border: 1px solid #ebebeb;
    border-radius: 0;
    padding: 0 21px;
    line-height: 35px
}

    #yith-wcwl-popup-message #yith-wcwl-message {
        font-size: 14px;
        font-weight: 600;
        letter-spacing: .1em
    }

        #yith-wcwl-popup-message #yith-wcwl-message:before {
            position: relative;
            content: "\4e";
            top: 2px;
            right: 7px
        }

    #yith-wcwl-popup-message.mkdf-wishlist-vanish-out {
        -webkit-animation: mkdfWishlistvanishOut 1s both;
        -moz-animation: mkdfWishlistvanishOut 1s both;
        animation: mkdfWishlistvanishOut 1s both
    }

@keyframes mkdfWishlistvanishOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1,1) translate(-50%,-50%);
        -moz-transform: scale(1,1) translate(-50%,-50%);
        transform: scale(1,1) translate(-50%,-50%);
        -webkit-filter: blur(0);
        filter: blur(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(2,2) translate(-50%,-50%);
        -moz-transform: scale(2,2) translate(-50%,-50%);
        transform: scale(2,2) translate(-50%,-50%);
        -webkit-filter: blur(10px);
        filter: blur(10px)
    }
}

.mkdf-yith-wcqv-holder {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.yith-wcwl-add-to-wishlist {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px 0 0;
    background-color: #fff;
    width: 45px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    -webkit-transition: background-color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out
}

    .yith-wcwl-add-to-wishlist:hover {
        background-color: #ff6f96
    }

.yith-wcwl-wishlistexistsbrowse:hover a {
    color: #fff
}

.yith-wcwl-add-button a, .yith-wcwl-wishlistaddedbrowse a, .yith-wcwl-wishlistexistsbrowse a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    line-height: inherit;
    color: #ff6f96
}

    .yith-wcwl-add-button a:after, .yith-wcwl-wishlistaddedbrowse a:after, .yith-wcwl-wishlistexistsbrowse a:after {
        content: "\e004";
        position: relative;
        display: inline-block;
        top: 0;
        vertical-align: top;
        font-size: 20px;
        line-height: inherit;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        -webkit-transition: opacity .2s;
        -moz-transition: opacity .2s;
        transition: opacity .2s
    }

        .yith-wcwl-add-button a:after:hover, .yith-wcwl-wishlistaddedbrowse a:after:hover, .yith-wcwl-wishlistexistsbrowse a:after:hover {
            -webkit-transition: opacity .2s;
            -moz-transition: opacity .2s;
            transition: opacity .2s
        }

    .yith-wcwl-add-button a:not(.mkdf-adding-to-wishlist):hover:after, .yith-wcwl-wishlistaddedbrowse a:not(.mkdf-adding-to-wishlist):hover:after, .yith-wcwl-wishlistexistsbrowse a:not(.mkdf-adding-to-wishlist):hover:after {
        opacity: .8
    }

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

    50% {
        opacity: .2
    }
}

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

    50% {
        opacity: .2
    }
}

.yith-wcwl-add-button a.mkdf-adding-to-wishlist:after, .yith-wcwl-wishlistaddedbrowse a.mkdf-adding-to-wishlist:after, .yith-wcwl-wishlistexistsbrowse a.mkdf-adding-to-wishlist:after {
    -webkit-animation: mkdfWishlistLoading 1s ease infinite;
    -moz-animation: mkdfWishlistLoading 1s ease infinite;
    animation: mkdfWishlistLoading 1s ease infinite
}

.yith-wcwl-wishlistaddedbrowse a:after, .yith-wcwl-wishlistexistsbrowse a:after {
    content: "\53"
}

.yith-wcwl-add-button .ajax-loading {
    display: none !important
}

.woocommerce-wishlist .wishlist-title, .yith-wcwl-wishlistaddedbrowse span, .yith-wcwl-wishlistexistsbrowse span {
    display: none
}

.woocommerce-wishlist .woocommerce-error, .woocommerce-wishlist .woocommerce-info, .woocommerce-wishlist .woocommerce-message {
    position: relative;
    display: block;
    padding: 15px 30px;
    margin: 50px 0 30px;
    line-height: 48px;
    list-style: none;
    background-color: transparent;
    border: 1px solid #c9c9c9
}

    .woocommerce-wishlist .woocommerce-error > a, .woocommerce-wishlist .woocommerce-info > a, .woocommerce-wishlist .woocommerce-message > a {
        color: #8f9093
    }

        .woocommerce-wishlist .woocommerce-error > a:hover, .woocommerce-wishlist .woocommerce-info > a:hover, .woocommerce-wishlist .woocommerce-message > a:hover {
            color: #32355d
        }

    .woocommerce-wishlist .woocommerce-error a, .woocommerce-wishlist .woocommerce-info a, .woocommerce-wishlist .woocommerce-message a {
        float: right
    }

.woocommerce-wishlist table.wishlist_table {
    font-size: inherit;
    margin: 38px 0 90px
}

    .woocommerce-wishlist table.wishlist_table thead {
        display: none
    }

    .woocommerce-wishlist table.wishlist_table tbody tr {
        border: 0;
        border-bottom: 1px solid #f1f1f1
    }

        .woocommerce-wishlist table.wishlist_table tbody tr td {
            padding: 22px 0;
            vertical-align: middle;
            text-align: center
        }

            .woocommerce-wishlist table.wishlist_table tbody tr td.product-remove a {
                color: #8f9093;
                font-size: 0
            }

                .woocommerce-wishlist table.wishlist_table tbody tr td.product-remove a:after {
                    content: "\f404";
                    display: inline-block;
                    vertical-align: middle;
                    speak: none;
                    color: inherit;
                    font-size: 25px;
                    font-style: normal;
                    font-weight: 400;
                    font-variant: normal;
                    text-transform: none;
                    text-rendering: auto;
                    line-height: 33px;
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale
                }

                .woocommerce-wishlist table.wishlist_table tbody tr td.product-remove a:hover {
                    color: #32355d
                }

            .woocommerce-wishlist table.wishlist_table tbody tr td.product-thumbnail {
                padding-left: 8px;
                padding-right: 8px;
                width: 92px
            }

                .woocommerce-wishlist table.wishlist_table tbody tr td.product-thumbnail a, .woocommerce-wishlist table.wishlist_table tbody tr td.product-thumbnail img {
                    display: block
                }

            .woocommerce-wishlist table.wishlist_table tbody tr td.product-name {
                text-align: left;
                padding-left: 20px
            }

                .woocommerce-wishlist table.wishlist_table tbody tr td.product-name a {
                    color: #8f9093
                }

                    .woocommerce-wishlist table.wishlist_table tbody tr td.product-name a:hover {
                        color: #ff6f96
                    }

                .woocommerce-wishlist table.wishlist_table tbody tr td.product-name .yith-wcqv-button {
                    height: 38px;
                    line-height: 38px;
                    padding: 0 28px;
                    margin: 0
                }

            .woocommerce-wishlist table.wishlist_table tbody tr td.product-price ins {
                text-decoration: none
            }

            .woocommerce-wishlist table.wishlist_table tbody tr td.product-stock-status span {
                color: #8f9093 !important
            }

            .woocommerce-wishlist table.wishlist_table tbody tr td.product-add-to-cart a {
                display: inline-block !important;
                background-color: #ff6f96;
                box-sizing: border-box;
                border: 0;
                border-radius: 5px;
                padding: 0 19px;
                margin: 0;
                font-size: 20px;
                color: #fff;
                cursor: pointer;
                white-space: nowrap !important;
                line-height: 50px;
                height: 50px
            }

                .woocommerce-wishlist table.wishlist_table tbody tr td.product-add-to-cart a:hover {
                    background: 0 0;
                    color: inherit
                }

    .woocommerce-wishlist table.wishlist_table .yith-wcwl-share {
        margin: 0
    }

.mkdf-single-product-summary .yith-wcwl-add-to-wishlist {
    width: auto;
    background-color: transparent;
    margin-top: 35px
}

    .mkdf-single-product-summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a, .mkdf-single-product-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a, .mkdf-single-product-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
        font-size: 14px;
        color: #703a78;
        text-transform: uppercase;
        letter-spacing: 2px;
        line-height: 20px
    }

        .mkdf-single-product-summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover, .mkdf-single-product-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:hover, .mkdf-single-product-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:hover {
            opacity: .9;
            -webkit-transition: opacity .2s ease-in-out;
            -moz-transition: opacity .2s ease-in-out;
            transition: opacity .2s ease-in-out
        }

.mkdf-dark-header .mkdf-wishlist-widget-holder a:hover, .mkdf-light-header .mkdf-wishlist-widget-holder a:hover {
    opacity: .8
}

.mkdf-single-product-summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:after, .mkdf-single-product-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:after, .mkdf-single-product-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:after {
    font-size: 12px;
    float: left;
    padding-right: 10px;
    line-height: 19px;
    color: #ff6f96
}

.mkdf-single-product-summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:after {
    content: "\53"
}

.mkdf-wishlist-widget-holder {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 5px
}

    .mkdf-wishlist-widget-holder a {
        color: #32355d;
        font-size: 13px;
        margin: 0 10px
    }

        .mkdf-wishlist-widget-holder a .mkdf-wishlist-items-number {
            color: #8f9093;
            font-size: 12px
        }

        .mkdf-wishlist-widget-holder a .mkdf-wishlist-widget-icon {
            display: inline-block;
            font-size: 30px;
            text-align: center;
            padding: 8px 14px 0;
            background-color: rgba(220,224,134,.1);
            position: relative
        }

            .mkdf-wishlist-widget-holder a .mkdf-wishlist-widget-icon:after {
                content: "";
                position: absolute;
                display: block;
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
                color: #dce086;
                z-index: -10;
                background: linear-gradient(90deg,currentColor 50%,transparent 50%),linear-gradient(90deg,transparent 50%,currentColor 50%),linear-gradient(0deg,currentColor 50%,transparent 50%),linear-gradient(0deg,transparent 50%,currentColor 50%);
                background-repeat: repeat-x,repeat-x,repeat-y,repeat-y;
                background-size: 10px 2px,10px 2px,2px 10px,2px 10px;
                background-position: 0 0,100% 100%,0 100%,100% 0
            }

            .mkdf-wishlist-widget-holder a .mkdf-wishlist-widget-icon i:hover, .mkdf-wishlist-widget-holder a:hover {
                color: #32355d
            }

            .mkdf-wishlist-widget-holder a .mkdf-wishlist-widget-icon:hover:after {
                -webkit-animation: mkdfborderdance 3s infinite linear;
                -moz-animation: mkdfborderdance 3s infinite linear;
                animation: mkdfborderdance 3s infinite linear
            }

            .mkdf-wishlist-widget-holder a .mkdf-wishlist-widget-icon i {
                -webkit-transition: color .2s ease-in-out;
                -moz-transition: color .2s ease-in-out;
                transition: color .2s ease-in-out
            }

        .mkdf-wishlist-widget-holder a .mkdf-wishlist-title {
            display: block;
            position: relative;
            font-size: 14px;
            text-align: center
        }

.mkdf-light-header .mkdf-wishlist-widget-holder a, .mkdf-light-header .mkdf-wishlist-widget-holder a .mkdf-wishlist-items-number {
    color: #fff
}

.mkdf-dark-header .mkdf-wishlist-widget-holder a, .mkdf-dark-header .mkdf-wishlist-widget-holder a .mkdf-wishlist-items-number {
    color: #333
}

.yith-wcwl-add-to-wishlist .yith-wcwl-add-button:hover a, .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse:hover a {
    color: #fff
}

@-webkit-keyframes mkdfborderdance {
    0% {
        background-position: 0 0,100% 100%,0 100%,100% 0
    }

    100% {
        background-position: 100% 0,0 100%,0 0,100% 100%
    }
}

@keyframes mkdfborderdance {
    0% {
        background-position: 0 0,100% 100%,0 100%,100% 0
    }

    100% {
        background-position: 100% 0,0 100%,0 0,100% 100%
    }
}

@media only screen and (max-width:768px) {
    .mkdf-woocommerce-page table.cart .mkdf-quantity-buttons {
        border: none;
        margin: 0;
        width: 104px;
        background-color: transparent;
        padding: 0 10px
    }

    .mkdf-woocommerce-page table.cart tr td.product-quantity .mkdf-quantity-buttons .mkdf-quantity-label {
        display: none
    }

    .mkdf-woocommerce-page table.cart td.actions .coupon input[type=text] {
        margin: 0 17px 21px 0;
        text-align: right
    }
}

@media only screen and (max-width:680px) {
    .mkdf-woocommerce-page table.cart tr td, .mkdf-woocommerce-page table.cart tr th {
        font-size: 12px
    }

    .mkdf-woocommerce-page table.cart tr.cart_item td.product-thumbnail {
        width: auto;
        padding-right: 0
    }

        .mkdf-woocommerce-page table.cart tr.cart_item td.product-thumbnail img {
            display: none
        }

    .mkdf-woocommerce-page table.cart td.actions .coupon {
        margin: 0 0 20px
    }

    .mkdf-woocommerce-page table.cart td.actions .coupon, .mkdf-woocommerce-page table.cart td.actions > button, .mkdf-woocommerce-page table.cart td.actions > input {
        float: none;
        display: block
    }
}

@media only screen and (max-width:768px) {
    .mkdf-woocommerce-page .woocommerce-checkout .col-1, .mkdf-woocommerce-page .woocommerce-checkout .col-2 {
        width: 100%
    }

    .mkdf-woocommerce-page .woocommerce-checkout .col-1 {
        margin: 0 0 25px
    }
}

@media only screen and (max-width:680px) {
    .mkdf-woocommerce-page .woocommerce-checkout .col-1 .form-row, .mkdf-woocommerce-page .woocommerce-checkout .col-2 .form-row {
        width: 100%;
        margin: 0;
        float: none
    }
}

@media only screen and (max-width:480px) {
    .mkdf-woocommerce-page .cart-collaterals table th {
        padding-right: 20px
    }

    .mkdf-woocommerce-page table.cart td.actions .coupon, .mkdf-woocommerce-page table.cart td.actions button, .mkdf-woocommerce-page table.cart td.actions input {
        float: none
    }

    .mkdf-woocommerce-page .woocommerce-checkout .woocommerce-checkout-payment ul li.payment_method_paypal label img {
        display: none
    }
}

@media only screen and (max-width:768px) {
    .mkdf-woocommerce-page.woocommerce-order-received .woocommerce .col2-set.addresses .col-1, .mkdf-woocommerce-page.woocommerce-order-received .woocommerce .col2-set.addresses .col-2 {
        width: 100%
    }

    .mkdf-woocommerce-page.woocommerce-order-received .woocommerce .col2-set.addresses .col-1 {
        margin: 0 0 25px
    }

    .mkdf-woo-single-page.mkdf-woo-single-thumb-on-left-side .mkdf-single-product-content .mkdf-onsale {
        left: 10px
    }

    .mkdf-woocommerce-page .woocommerce-error, .mkdf-woocommerce-page .woocommerce-info, .mkdf-woocommerce-page .woocommerce-message {
        padding: 17px 25px
    }

    .woocommerce-page .mkdf-content .mkdf-quantity-buttons .mkdf-quantity-input, .woocommerce-page .mkdf-content .mkdf-quantity-buttons .mkdf-quantity-minus, .woocommerce-page .mkdf-content .mkdf-quantity-buttons .mkdf-quantity-plus, div.woocommerce .mkdf-quantity-buttons .mkdf-quantity-input, div.woocommerce .mkdf-quantity-buttons .mkdf-quantity-minus, div.woocommerce .mkdf-quantity-buttons .mkdf-quantity-plus {
        font-size: 13px
    }
}

@media only screen and (max-width:680px) {
    .mkdf-woocommerce-page .woocommerce-error, .mkdf-woocommerce-page .woocommerce-info, .mkdf-woocommerce-page .woocommerce-message {
        padding: 14px 20px;
        line-height: 2em
    }

        .mkdf-woocommerce-page .woocommerce-error a, .mkdf-woocommerce-page .woocommerce-info a, .mkdf-woocommerce-page .woocommerce-message a {
            float: none
        }

    .mkdf-woocommerce-page .woocommerce-ordering, .mkdf-woocommerce-page .woocommerce-result-count {
        width: 100%;
        margin-bottom: 30px
    }

    .mkdf-woocommerce-page .woocommerce-ordering {
        text-align: initial
    }

        .mkdf-woocommerce-page .woocommerce-ordering .orderby {
            display: block
        }
}

@media only screen and (max-width:1024px) {
    .mkdf-woocommerce-page table.cart tr.cart_item td {
        box-sizing: border-box
    }

    .mkdf-woocommerce-page.woocommerce-account .woocommerce-MyAccount-navigation {
        width: 28%
    }

    .mkdf-woocommerce-page.woocommerce-account .woocommerce-MyAccount-content {
        width: 72%;
        padding: 0 0 0 20px
    }
}

@media only screen and (max-width:768px) {
    .mkdf-woocommerce-page.woocommerce-account .woocommerce-MyAccount-content, .mkdf-woocommerce-page.woocommerce-account .woocommerce-MyAccount-navigation {
        float: none;
        width: 100%;
        padding: 0
    }

        .mkdf-woocommerce-page.woocommerce-account .woocommerce-MyAccount-navigation ul {
            border-right: none
        }

            .mkdf-woocommerce-page.woocommerce-account .woocommerce-MyAccount-navigation ul li:not(:last-child) {
                margin: 0 0 14px
            }

    .mkdf-woocommerce-page.woocommerce-account .woocommerce-MyAccount-content {
        margin: 40px 0 0
    }

    .mkdf-woocommerce-page.woocommerce-account .woocommerce .col2-set.addresses .col-1, .mkdf-woocommerce-page.woocommerce-account .woocommerce .col2-set.addresses .col-2 {
        width: 100%
    }

    .mkdf-woocommerce-page.woocommerce-account .woocommerce .col2-set.addresses .col-1 {
        margin: 0 0 25px
    }
}

@media only screen and (max-width:1440px) {
    .woocommerce.columns-6 > .products > .product {
        width: 20%
    }
}

@media only screen and (max-width:1440px) and (min-width:1201px) {
    .woocommerce.columns-6 > .products > .product:nth-child(5n+1) {
        clear: both
    }
}

@media only screen and (max-width:1200px) {
    .woocommerce.columns-5 > .products > .product, .woocommerce.columns-6 > .products > .product {
        width: 25%
    }
}

@media only screen and (max-width:1200px) and (min-width:1025px) {
    .woocommerce.columns-5 > .products > .product:nth-child(4n+1), .woocommerce.columns-6 > .products > .product:nth-child(4n+1) {
        clear: both
    }
}

@media only screen and (max-width:1024px) {
    .mkdf-woocommerce-columns-3 .cross-sells > .products > .product, .mkdf-woocommerce-columns-3 .mkdf-pl-main-holder > .products > .product, .mkdf-woocommerce-columns-3 .related.products > .products > .product, .mkdf-woocommerce-columns-3 .upsells.products > .products > .product, .mkdf-woocommerce-columns-4 .cross-sells > .products > .product, .mkdf-woocommerce-columns-4 .mkdf-pl-main-holder > .products > .product, .mkdf-woocommerce-columns-4 .related.products > .products > .product, .mkdf-woocommerce-columns-4 .upsells.products > .products > .product, .woocommerce.columns-4 > .products > .product, .woocommerce.columns-5 > .products > .product, .woocommerce.columns-6 > .products > .product {
        width: 33.33333%
    }
}

@media only screen and (max-width:768px) {
    .mkdf-woocommerce-columns-3 .cross-sells > .products > .product, .mkdf-woocommerce-columns-3 .mkdf-pl-main-holder > .products > .product, .mkdf-woocommerce-columns-3 .related.products > .products > .product, .mkdf-woocommerce-columns-3 .upsells.products > .products > .product, .mkdf-woocommerce-columns-4 .cross-sells > .products > .product, .mkdf-woocommerce-columns-4 .mkdf-pl-main-holder > .products > .product, .mkdf-woocommerce-columns-4 .related.products > .products > .product, .mkdf-woocommerce-columns-4 .upsells.products > .products > .product, .woocommerce.columns-3 > .products > .product, .woocommerce.columns-4 > .products > .product, .woocommerce.columns-5 > .products > .product, .woocommerce.columns-6 > .products > .product {
        width: 50%
    }
}

@media only screen and (max-width:480px) {
    .mkdf-woocommerce-page .woocommerce-error, .mkdf-woocommerce-page .woocommerce-info, .mkdf-woocommerce-page .woocommerce-message {
        text-align: center
    }

        .mkdf-woocommerce-page .woocommerce-error a.button, .mkdf-woocommerce-page .woocommerce-info a.button, .mkdf-woocommerce-page .woocommerce-message a.button {
            display: block
        }

    .woocommerce-pagination .page-numbers li {
        margin: 17px 0 0
    }

    .mkdf-pl-main-holder {
        margin: 0 0 5px
    }
}

@media only screen and (min-width:1025px) and (max-width:1200px) {
    div.woocommerce > .single-product .woocommerce-tabs ul.tabs > li a {
        padding: 12px 7px
    }
}

@media only screen and (max-width:480px) {
    .mkdf-woo-single-page .woocommerce-tabs .entry-content {
        padding: 55px 20px 59px
    }

    .mkdf-woo-single-page .woocommerce-tabs ul.tabs li:first-child {
        border-right: 1px solid #d7f5fa
    }

    .mkdf-woocommerce-page .mkdf-content table.group_table .woocommerce-grouped-product-list-item__quantity {
        display: block
    }

    .mkdf-woocommerce-page .mkdf-content table.group_table .woocommerce-grouped-product-list-item__label, .mkdf-woocommerce-page .mkdf-content table.group_table .woocommerce-grouped-product-list-item__price {
        display: inline-block;
        width: auto
    }

    .mkdf-woocommerce-page .mkdf-content .variations td.value {
        margin-bottom: 8px
    }

    .mkdf-woocommerce-page .mkdf-content .single_variation_wrap {
        margin: 8px 0 0
    }
}




@media only screen and (max-width:1024px) {
    .mkdf-product-categories-holder.mkdf-five-columns .mkdf-product-category, .mkdf-product-categories-holder.mkdf-six-columns .mkdf-product-category {
        width: 33.33333%
    }
}

@media only screen and (max-width:768px) {
    .mkdf-woo-single-page.mkdf-woo-single-thumb-on-left-side .mkdf-single-product-content .mkdf-new-product, .mkdf-woo-single-page.mkdf-woo-single-thumb-on-left-side .mkdf-single-product-content .mkdf-onsale, .mkdf-woo-single-page.mkdf-woo-single-thumb-on-left-side .mkdf-single-product-content .mkdf-out-of-stock {
        left: 10px
    }

    .mkdf-shopping-cart-dropdown ul {
        margin: 20px
    }

    .mkdf-product-categories-holder.mkdf-five-columns .mkdf-product-category, .mkdf-product-categories-holder.mkdf-four-columns .mkdf-product-category, .mkdf-product-categories-holder.mkdf-six-columns .mkdf-product-category {
        width: 50%
    }

    .mkdf-plc-holder.mkdf-simple-type .mkdf-plc-image-outer, .mkdf-plc-holder.mkdf-simple-type .mkdf-plc-text-wrapper {
        display: inline-block;
        width: 100%;
        padding: 0
    }

    .mkdf-plc-holder.mkdf-simple-type .mkdf-plc-text-wrapper {
        margin: 30px 0 40px
    }
}

@media only screen and (max-width:680px) {
    .mkdf-product-categories-holder.mkdf-five-columns .mkdf-product-category, .mkdf-product-categories-holder.mkdf-four-columns .mkdf-product-category, .mkdf-product-categories-holder.mkdf-six-columns .mkdf-product-category, .mkdf-product-categories-holder.mkdf-three-columns .mkdf-product-category, .mkdf-product-categories-holder.mkdf-two-columns .mkdf-product-category {
        width: 100%
    }
}

@media only screen and (max-width:1024px) {
    .mkdf-pls-holder.mkdf-five-columns .mkdf-pls-item, .mkdf-pls-holder.mkdf-four-columns .mkdf-pls-item, .mkdf-pls-holder.mkdf-six-columns .mkdf-pls-item {
        width: 33.33333%
    }
}

@media only screen and (max-width:768px) {
    .mkdf-pls-holder.mkdf-five-columns .mkdf-pls-item, .mkdf-pls-holder.mkdf-four-columns .mkdf-pls-item, .mkdf-pls-holder.mkdf-six-columns .mkdf-pls-item, .mkdf-pls-holder.mkdf-three-columns .mkdf-pls-item, .mkdf-pls-holder.mkdf-two-columns .mkdf-pls-item {
        width: 50%
    }
}

@media only screen and (max-width:680px) {
    .mkdf-pls-holder.mkdf-five-columns .mkdf-pls-item, .mkdf-pls-holder.mkdf-four-columns .mkdf-pls-item, .mkdf-pls-holder.mkdf-six-columns .mkdf-pls-item, .mkdf-pls-holder.mkdf-three-columns .mkdf-pls-item, .mkdf-pls-holder.mkdf-two-columns .mkdf-pls-item {
        width: 100%
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .mkdf-pl-holder.mkdf-standard-layout.mkdf-five-columns .mkdf-pli:nth-child(4n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) {
    .mkdf-pl-holder.mkdf-masonry-layout.mkdf-five-columns .mkdf-pl-sizer, .mkdf-pl-holder.mkdf-masonry-layout.mkdf-five-columns .mkdf-pli, .mkdf-pl-holder.mkdf-standard-layout.mkdf-five-columns .mkdf-pli {
        width: 25%
    }

        .mkdf-pl-holder.mkdf-masonry-layout.mkdf-five-columns .mkdf-pli.mkdf-masonry-size-large-width, .mkdf-pl-holder.mkdf-masonry-layout.mkdf-five-columns .mkdf-pli.mkdf-masonry-size-large-width-height, .mkdf-pl-holder.mkdf-masonry-layout.mkdf-five-columns .mkdf-pli.mkdf-woo-image-large-width {
            width: 50%
        }

    .mkdf-pl-holder.mkdf-masonry-layout.mkdf-six-columns .mkdf-pl-sizer, .mkdf-pl-holder.mkdf-masonry-layout.mkdf-six-columns .mkdf-pli {
        width: 25%
    }

        .mkdf-pl-holder.mkdf-masonry-layout.mkdf-six-columns .mkdf-pli.mkdf-masonry-size-large-width, .mkdf-pl-holder.mkdf-masonry-layout.mkdf-six-columns .mkdf-pli.mkdf-masonry-size-large-width-height, .mkdf-pl-holder.mkdf-masonry-layout.mkdf-six-columns .mkdf-pli.mkdf-woo-image-large-width {
            width: 50%
        }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .mkdf-pl-holder.mkdf-standard-layout.mkdf-five-columns .mkdf-pli:nth-child(3n+1), .mkdf-pl-holder.mkdf-standard-layout.mkdf-four-columns .mkdf-pli:nth-child(3n+1), .mkdf-pl-holder.mkdf-standard-layout.mkdf-six-columns .mkdf-pli:nth-child(3n+1), .mkdf-pls-holder.mkdf-five-columns .mkdf-pls-item:nth-child(3n+1), .mkdf-pls-holder.mkdf-four-columns .mkdf-pls-item:nth-child(3n+1), .mkdf-pls-holder.mkdf-six-columns .mkdf-pls-item:nth-child(3n+1), .mkdf-woocommerce-columns-3 .cross-sells > .products > .product:nth-child(3n+1), .mkdf-woocommerce-columns-3 .mkdf-pl-main-holder > .products > .product:nth-child(3n+1), .mkdf-woocommerce-columns-3 .related.products > .products > .product:nth-child(3n+1), .mkdf-woocommerce-columns-3 .upsells.products > .products > .product:nth-child(3n+1), .mkdf-woocommerce-columns-4 .cross-sells > .products > .product:nth-child(3n+1), .mkdf-woocommerce-columns-4 .mkdf-pl-main-holder > .products > .product:nth-child(3n+1), .mkdf-woocommerce-columns-4 .related.products > .products > .product:nth-child(3n+1), .mkdf-woocommerce-columns-4 .upsells.products > .products > .product:nth-child(3n+1), .woocommerce.columns-4 > .products > .product:nth-child(3n+1), .woocommerce.columns-5 > .products > .product:nth-child(3n+1), .woocommerce.columns-6 > .products > .product:nth-child(3n+1) {
        clear: both
    }
}

@media only screen and (max-width:1024px) {
    .mkdf-pl-holder.mkdf-masonry-layout.mkdf-four-columns .mkdf-pl-sizer, .mkdf-pl-holder.mkdf-masonry-layout.mkdf-four-columns .mkdf-pli, .mkdf-pl-holder.mkdf-standard-layout.mkdf-five-columns .mkdf-pli, .mkdf-pl-holder.mkdf-standard-layout.mkdf-four-columns .mkdf-pli, .mkdf-pl-holder.mkdf-standard-layout.mkdf-six-columns .mkdf-pli {
        width: 33.33333%
    }

        .mkdf-pl-holder.mkdf-masonry-layout.mkdf-four-columns .mkdf-pli.mkdf-masonry-size-large-width, .mkdf-pl-holder.mkdf-masonry-layout.mkdf-four-columns .mkdf-pli.mkdf-masonry-size-large-width-height, .mkdf-pl-holder.mkdf-masonry-layout.mkdf-four-columns .mkdf-pli.mkdf-woo-image-large-width {
            width: 66.66667%
        }

    .mkdf-pl-holder.mkdf-masonry-layout.mkdf-five-columns .mkdf-pl-sizer, .mkdf-pl-holder.mkdf-masonry-layout.mkdf-five-columns .mkdf-pli {
        width: 33.33333%
    }

        .mkdf-pl-holder.mkdf-masonry-layout.mkdf-five-columns .mkdf-pli.mkdf-masonry-size-large-width, .mkdf-pl-holder.mkdf-masonry-layout.mkdf-five-columns .mkdf-pli.mkdf-masonry-size-large-width-height, .mkdf-pl-holder.mkdf-masonry-layout.mkdf-five-columns .mkdf-pli.mkdf-woo-image-large-width {
            width: 66.66667%
        }

    .mkdf-pl-holder.mkdf-masonry-layout.mkdf-six-columns .mkdf-pl-sizer, .mkdf-pl-holder.mkdf-masonry-layout.mkdf-six-columns .mkdf-pli {
        width: 33.33333%
    }

        .mkdf-pl-holder.mkdf-masonry-layout.mkdf-six-columns .mkdf-pli.mkdf-masonry-size-large-width, .mkdf-pl-holder.mkdf-masonry-layout.mkdf-six-columns .mkdf-pli.mkdf-masonry-size-large-width-height, .mkdf-pl-holder.mkdf-masonry-layout.mkdf-six-columns .mkdf-pli.mkdf-woo-image-large-width {
            width: 66.66667%
        }

    #yith-quick-view-modal #yith-quick-view-content .summary {
        padding: 40px 20px 0
    }

        #yith-quick-view-modal #yith-quick-view-content .summary .mkdf-woo-social-share-holder {
            padding-top: 19px;
            margin-top: 0
        }

        #yith-quick-view-modal #yith-quick-view-content .summary .yith-wcwl-add-to-wishlist {
            padding-top: 24px;
            margin-top: 0
        }

            #yith-quick-view-modal #yith-quick-view-content .summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a, #yith-quick-view-modal #yith-quick-view-content .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
                line-height: 22px
            }

                #yith-quick-view-modal #yith-quick-view-content .summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:after, #yith-quick-view-modal #yith-quick-view-content .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:after {
                    line-height: 19px
                }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .mkdf-pl-holder.mkdf-standard-layout.mkdf-five-columns .mkdf-pli:nth-child(2n+1), .mkdf-pl-holder.mkdf-standard-layout.mkdf-four-columns .mkdf-pli:nth-child(2n+1), .mkdf-pl-holder.mkdf-standard-layout.mkdf-six-columns .mkdf-pli:nth-child(2n+1), .mkdf-pl-holder.mkdf-standard-layout.mkdf-three-columns .mkdf-pli:nth-child(2n+1), .mkdf-pl-holder.mkdf-standard-layout.mkdf-two-columns .mkdf-pli:nth-child(2n+1), .mkdf-pls-holder.mkdf-five-columns .mkdf-pls-item:nth-child(2n+1), .mkdf-pls-holder.mkdf-four-columns .mkdf-pls-item:nth-child(2n+1), .mkdf-pls-holder.mkdf-six-columns .mkdf-pls-item:nth-child(2n+1), .mkdf-pls-holder.mkdf-three-columns .mkdf-pls-item:nth-child(2n+1), .mkdf-pls-holder.mkdf-two-columns .mkdf-pls-item:nth-child(2n+1), .mkdf-woocommerce-columns-3 .cross-sells > .products > .product:nth-child(2n+1), .mkdf-woocommerce-columns-3 .mkdf-pl-main-holder > .products > .product:nth-child(2n+1), .mkdf-woocommerce-columns-3 .related.products > .products > .product:nth-child(2n+1), .mkdf-woocommerce-columns-3 .upsells.products > .products > .product:nth-child(2n+1), .mkdf-woocommerce-columns-4 .cross-sells > .products > .product:nth-child(2n+1), .mkdf-woocommerce-columns-4 .mkdf-pl-main-holder > .products > .product:nth-child(2n+1), .mkdf-woocommerce-columns-4 .related.products > .products > .product:nth-child(2n+1), .mkdf-woocommerce-columns-4 .upsells.products > .products > .product:nth-child(2n+1), .woocommerce.columns-3 > .products > .product:nth-child(2n+1), .woocommerce.columns-4 > .products > .product:nth-child(2n+1), .woocommerce.columns-5 > .products > .product:nth-child(2n+1), .woocommerce.columns-6 > .products > .product:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (max-width:768px) {
    .mkdf-pl-holder.mkdf-masonry-layout.mkdf-three-columns .mkdf-pl-sizer, .mkdf-pl-holder.mkdf-masonry-layout.mkdf-three-columns .mkdf-pli, .mkdf-pl-holder.mkdf-standard-layout.mkdf-five-columns .mkdf-pli, .mkdf-pl-holder.mkdf-standard-layout.mkdf-four-columns .mkdf-pli, .mkdf-pl-holder.mkdf-standard-layout.mkdf-six-columns .mkdf-pli, .mkdf-pl-holder.mkdf-standard-layout.mkdf-three-columns .mkdf-pli, .mkdf-pl-holder.mkdf-standard-layout.mkdf-two-columns .mkdf-pli {
        width: 50%
    }

        .mkdf-pl-holder.mkdf-masonry-layout.mkdf-three-columns .mkdf-pli.mkdf-masonry-size-large-width, .mkdf-pl-holder.mkdf-masonry-layout.mkdf-three-columns .mkdf-pli.mkdf-masonry-size-large-width-height, .mkdf-pl-holder.mkdf-masonry-layout.mkdf-three-columns .mkdf-pli.mkdf-woo-image-large-width {
            width: 100%
        }

    .mkdf-pl-holder.mkdf-masonry-layout.mkdf-four-columns .mkdf-pl-sizer, .mkdf-pl-holder.mkdf-masonry-layout.mkdf-four-columns .mkdf-pli {
        width: 50%
    }

        .mkdf-pl-holder.mkdf-masonry-layout.mkdf-four-columns .mkdf-pli.mkdf-masonry-size-large-width, .mkdf-pl-holder.mkdf-masonry-layout.mkdf-four-columns .mkdf-pli.mkdf-masonry-size-large-width-height, .mkdf-pl-holder.mkdf-masonry-layout.mkdf-four-columns .mkdf-pli.mkdf-woo-image-large-width {
            width: 100%
        }

    .mkdf-pl-holder.mkdf-masonry-layout.mkdf-five-columns .mkdf-pl-sizer, .mkdf-pl-holder.mkdf-masonry-layout.mkdf-five-columns .mkdf-pli {
        width: 50%
    }

        .mkdf-pl-holder.mkdf-masonry-layout.mkdf-five-columns .mkdf-pli.mkdf-masonry-size-large-width, .mkdf-pl-holder.mkdf-masonry-layout.mkdf-five-columns .mkdf-pli.mkdf-masonry-size-large-width-height, .mkdf-pl-holder.mkdf-masonry-layout.mkdf-five-columns .mkdf-pli.mkdf-woo-image-large-width {
            width: 100%
        }

    .mkdf-pl-holder.mkdf-masonry-layout.mkdf-six-columns .mkdf-pl-sizer, .mkdf-pl-holder.mkdf-masonry-layout.mkdf-six-columns .mkdf-pli {
        width: 50%
    }

        .mkdf-pl-holder.mkdf-masonry-layout.mkdf-six-columns .mkdf-pli.mkdf-masonry-size-large-width, .mkdf-pl-holder.mkdf-masonry-layout.mkdf-six-columns .mkdf-pli.mkdf-masonry-size-large-width-height, .mkdf-pl-holder.mkdf-masonry-layout.mkdf-six-columns .mkdf-pli.mkdf-woo-image-large-width {
            width: 100%
        }
}

@media only screen and (max-width:680px) {
    .mkdf-pl-holder.mkdf-masonry-layout.mkdf-five-columns .mkdf-pl-sizer, .mkdf-pl-holder.mkdf-masonry-layout.mkdf-five-columns .mkdf-pli, .mkdf-pl-holder.mkdf-masonry-layout.mkdf-five-columns .mkdf-pli.mkdf-masonry-size-large-width, .mkdf-pl-holder.mkdf-masonry-layout.mkdf-five-columns .mkdf-pli.mkdf-masonry-size-large-width-height, .mkdf-pl-holder.mkdf-masonry-layout.mkdf-five-columns .mkdf-pli.mkdf-woo-image-large-width, .mkdf-pl-holder.mkdf-masonry-layout.mkdf-four-columns .mkdf-pl-sizer, .mkdf-pl-holder.mkdf-masonry-layout.mkdf-four-columns .mkdf-pli, .mkdf-pl-holder.mkdf-masonry-layout.mkdf-four-columns .mkdf-pli.mkdf-masonry-size-large-width, .mkdf-pl-holder.mkdf-masonry-layout.mkdf-four-columns .mkdf-pli.mkdf-masonry-size-large-width-height, .mkdf-pl-holder.mkdf-masonry-layout.mkdf-four-columns .mkdf-pli.mkdf-woo-image-large-width, .mkdf-pl-holder.mkdf-masonry-layout.mkdf-six-columns .mkdf-pl-sizer,
    .mkdf-pl-holder.mkdf-masonry-layout.mkdf-six-columns .mkdf-pli, .mkdf-pl-holder.mkdf-masonry-layout.mkdf-six-columns .mkdf-pli.mkdf-masonry-size-large-width, .mkdf-pl-holder.mkdf-masonry-layout.mkdf-six-columns .mkdf-pli.mkdf-masonry-size-large-width-height, .mkdf-pl-holder.mkdf-masonry-layout.mkdf-six-columns .mkdf-pli.mkdf-woo-image-large-width, .mkdf-pl-holder.mkdf-masonry-layout.mkdf-three-columns .mkdf-pl-sizer, .mkdf-pl-holder.mkdf-masonry-layout.mkdf-three-columns .mkdf-pli, .mkdf-pl-holder.mkdf-masonry-layout.mkdf-three-columns .mkdf-pli.mkdf-masonry-size-large-width, .mkdf-pl-holder.mkdf-masonry-layout.mkdf-three-columns .mkdf-pli.mkdf-masonry-size-large-width-height, .mkdf-pl-holder.mkdf-masonry-layout.mkdf-three-columns .mkdf-pli.mkdf-woo-image-large-width, .mkdf-pl-holder.mkdf-masonry-layout.mkdf-two-columns .mkdf-pl-sizer, .mkdf-pl-holder.mkdf-masonry-layout.mkdf-two-columns .mkdf-pli, .mkdf-pl-holder.mkdf-masonry-layout.mkdf-two-columns .mkdf-pli.mkdf-masonry-size-large-width, .mkdf-pl-holder.mkdf-masonry-layout.mkdf-two-columns .mkdf-pli.mkdf-masonry-size-large-width-height, .mkdf-pl-holder.mkdf-masonry-layout.mkdf-two-columns .mkdf-pli.mkdf-woo-image-large-width, .mkdf-pl-holder.mkdf-standard-layout.mkdf-five-columns .mkdf-pli, .mkdf-pl-holder.mkdf-standard-layout.mkdf-four-columns .mkdf-pli, .mkdf-pl-holder.mkdf-standard-layout.mkdf-six-columns .mkdf-pli, .mkdf-pl-holder.mkdf-standard-layout.mkdf-three-columns .mkdf-pli, .mkdf-pl-holder.mkdf-standard-layout.mkdf-two-columns .mkdf-pli {
        width: 100%
    }
}

@media only screen and (max-width:1024px) {
    body {
        position: relative
    }

    #yith-quick-view-modal {
        position: absolute;
        right: auto;
        bottom: auto;
        width: 100%;
        height: 100%
    }

        #yith-quick-view-modal .yith-wcqv-wrapper {
            position: absolute
        }

        #yith-quick-view-modal #yith-quick-view-content .images, #yith-quick-view-modal #yith-quick-view-content .summary {
            width: 100%
        }

        #yith-quick-view-modal #yith-quick-view-content .summary {
            padding: 28px 40px 22px;
            min-height: 400px
        }

            #yith-quick-view-modal #yith-quick-view-content .summary table.group_table td.woocommerce-grouped-product-list-item__quantity {
                width: 37%
            }

        #yith-quick-view-modal table.group_table td {
            box-sizing: border-box;
            padding: 0 10px;
            text-align: left;
            display: inline-block
        }
}

@media only screen and (max-width:680px) {
    #yith-quick-view-modal #yith-quick-view-content .summary div[itemprop=offers], #yith-quick-view-modal #yith-quick-view-content .summary form.cart {
        margin: 0 0 20px
    }

    #yith-quick-view-modal #yith-quick-view-content .images, #yith-quick-view-modal #yith-quick-view-content .summary {
        width: 100%
    }

    #yith-quick-view-modal #yith-quick-view-content .summary {
        padding: 32px 40px 28px
    }

        #yith-quick-view-modal #yith-quick-view-content .summary .variations tbody {
            width: 100%;
            display: block
        }

            #yith-quick-view-modal #yith-quick-view-content .summary .variations tbody tr {
                width: 100%;
                padding-right: 0
            }

        #yith-quick-view-modal #yith-quick-view-content .summary .mkd-quantity-buttons, #yith-quick-view-modal #yith-quick-view-content .summary table.group_table .mkd-quantity-buttons {
            width: 100%;
            text-align: center
        }

        #yith-quick-view-modal #yith-quick-view-content .summary div[itemprop=description] {
            display: none
        }

        #yith-quick-view-modal #yith-quick-view-content .summary .single_add_to_cart_button {
            margin: 20px 0 0
        }

    #yith-quick-view-modal .yith-wcqv-wrapper {
        min-height: 450px
    }
}

@media only screen and (max-width:1024px) {
    #yith-quick-view-modal .yith-wcqv-wrapper {
        width: 95% !important
    }
}

@media only screen and (max-width:768px) {
    #yith-quick-view-modal .yith-wcqv-wrapper {
        width: 92% !important
    }

    .woocommerce-wishlist .woocommerce-error, .woocommerce-wishlist .woocommerce-info, .woocommerce-wishlist .woocommerce-message {
        padding: 17px 25px
    }
}

@media only screen and (max-width:480px) {
    #yith-quick-view-modal #yith-quick-view-content .summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a {
        border-right: 1px solid transparent
    }

    #yith-quick-view-modal #yith-quick-view-content .summary .mkdf-woo-social-share-holder {
        margin-top: 0
    }

    #yith-quick-view-modal .yith-wcqv-wrapper {
        width: 84% !important
    }
}

@media only screen and (max-width:680px) {
    .woocommerce-wishlist .woocommerce-error, .woocommerce-wishlist .woocommerce-info, .woocommerce-wishlist .woocommerce-message {
        padding: 14px 20px;
        line-height: 2em
    }

        .woocommerce-wishlist .woocommerce-error a, .woocommerce-wishlist .woocommerce-info a, .woocommerce-wishlist .woocommerce-message a {
            float: none;
            margin: 0 70% 15px 0
        }

    .woocommerce-wishlist table.wishlist_table tbody tr td {
        text-align: left
    }

        .woocommerce-wishlist table.wishlist_table tbody tr td.product-name {
            padding-left: 0
        }

            .woocommerce-wishlist table.wishlist_table tbody tr td.product-name a {
                font-size: 12px
            }

        .woocommerce-wishlist table.wishlist_table tbody tr td.product-add-to-cart a {
            height: 40px;
            line-height: 41px;
            padding: 0 10px;
            font-size: 14px
        }
}

@media only screen and (max-width:480px) {
    .woocommerce-wishlist table.wishlist_table tbody tr td.product-thumbnail {
        display: none
    }

    .woocommerce table.wishlist_table tr td.product-remove {
        padding-right: 8px
    }
}

.mkdf-content .mkdf-content-inner > .mkdf-full-width > .mkdf-full-width-inner {
    padding: 85px 0 55px
}

.mkdf-content .mkdf-content-inner > .mkdf-container > .mkdf-container-inner {
    padding: 85px 0 55px
}

.cf7_custom_style_1 textarea.wpcf7-form-control.wpcf7-textarea {
    height: 138px
}

.cf7_custom_style_1 input.wpcf7-form-control.wpcf7-text, .cf7_custom_style_1 input.wpcf7-form-control.wpcf7-number, .cf7_custom_style_1 input.wpcf7-form-control.wpcf7-date, .cf7_custom_style_1 textarea.wpcf7-form-control.wpcf7-textarea, .cf7_custom_style_1 select.wpcf7-form-control.wpcf7-select, .cf7_custom_style_1 input.wpcf7-form-control.wpcf7-quiz {
    font-weight: 400
}

.cf7_custom_style_1 p {
    font-weight: 400
}

.cf7_custom_style_1 input.wpcf7-form-control.wpcf7-submit {
    border-radius: 10px
}

.cf7_custom_style_2 input.wpcf7-form-control.wpcf7-text, .cf7_custom_style_2 input.wpcf7-form-control.wpcf7-number, .cf7_custom_style_2 input.wpcf7-form-control.wpcf7-date, .cf7_custom_style_2 textarea.wpcf7-form-control.wpcf7-textarea, .cf7_custom_style_2 select.wpcf7-form-control.wpcf7-select, .cf7_custom_style_2 input.wpcf7-form-control.wpcf7-quiz {
    font-weight: 400;
    padding-top: 12px;
    padding-bottom: 15px;
    padding-left: 20px
}

.cf7_custom_style_2 p {
    font-weight: 400
}

.mkdf-page-footer .mkdf-footer-bottom-holder {
    background-color: #f8f8f8
}

.mkdf-fullscreen-menu-holder {
    background-image: url(https://cocco.qodeinteractive.com/wp-content/uploads/2018/06/h3-menu-background.jpg);
    background-position: center 0;
    background-repeat: no-repeat
}

.mkdf-header-box .mkdf-top-bar-background {
    height: 87px
}

.mkdf-header-box .mkdf-top-bar-background {
    background-color: #65c4bc
}

.mkdf-top-bar {
    background-color: #65c4bc
}

@media only screen and (max-width:680px) {
    .mkdf-hide-on-mobile {
        display: none !important
    }

    .mkdf-owl-slider .owl-nav .owl-next .mkdf-arrow-stack-outer .mkdf-arrow-stack, .mkdf-owl-slider .owl-nav .owl-prev .mkdf-arrow-stack-outer .mkdf-arrow-stack {
        width: 45px;
        height: 45px;
        line-height: 50px;
        font-size: 23px
    }
}

@media only screen and (max-width:1200px) {
    .mkdf-container-inner, .mkdf-grid, .mkdf-row-grid-section {
        width: 950px
    }
}

@media only screen and (max-width:1024px) {
    body:not(.mkdf-content-is-behind-header):not(.error404) .mkdf-content {
        margin-top: 0 !important
    }

    .mkdf-hide-on-tablet {
        display: none !important
    }

    .mkdf-sidebar-holder {
        margin-top: 100px
    }

    .mkdf-container-inner, .mkdf-grid, .mkdf-row-grid-section {
        width: 768px
    }
}

@media only screen and (max-width:768px) {
    .mkdf-container-inner, .mkdf-grid, .mkdf-row-grid-section {
        width: 600px
    }
}

@media only screen and (max-width:680px) {
    .mkdf-container-inner, .mkdf-grid, .mkdf-row-grid-section {
        width: 420px
    }
}

@media only screen and (max-width:480px) {
    .mkdf-container-inner, .mkdf-grid, .mkdf-row-grid-section {
        width: 300px
    }
}

@media only screen and (max-width:320px) {
    .mkdf-container-inner, .mkdf-grid, .mkdf-row-grid-section {
        width: 90%
    }
}

@media only screen and (max-width:1200px) {
    .mkdf-boxed .mkdf-wrapper .mkdf-footer-inner, .mkdf-boxed .mkdf-wrapper .mkdf-wrapper-inner {
        width: 1000px
    }
}

@media only screen and (max-width:1024px) {
    .mkdf-boxed .mkdf-wrapper .mkdf-footer-inner, .mkdf-boxed .mkdf-wrapper .mkdf-wrapper-inner {
        width: 818px
    }
}

@media only screen and (max-width:768px) {
    .mkdf-boxed .mkdf-wrapper .mkdf-footer-inner, .mkdf-boxed .mkdf-wrapper .mkdf-wrapper-inner {
        width: 650px
    }
}

@media only screen and (max-width:680px) {
    .mkdf-boxed .mkdf-wrapper .mkdf-footer-inner, .mkdf-boxed .mkdf-wrapper .mkdf-wrapper-inner {
        width: 470px
    }
}

@media only screen and (max-width:480px) {
    .mkdf-boxed .mkdf-wrapper .mkdf-footer-inner, .mkdf-boxed .mkdf-wrapper .mkdf-wrapper-inner {
        width: 350px
    }
}

@media only screen and (max-width:320px) {
    .mkdf-boxed .mkdf-wrapper .mkdf-footer-inner, .mkdf-boxed .mkdf-wrapper .mkdf-wrapper-inner {
        width: 92%
    }
}

@media only screen and (max-width:1440px) {
    .mkdf-blog-holder.mkdf-blog-type-masonry.mkdf-blog-five-columns .mkdf-blog-masonry-grid-sizer, .mkdf-blog-holder.mkdf-blog-type-masonry.mkdf-blog-five-columns article {
        width: 25%
    }

        .mkdf-blog-holder.mkdf-blog-type-masonry.mkdf-blog-five-columns article.mkdf-masonry-size-large-width, .mkdf-blog-holder.mkdf-blog-type-masonry.mkdf-blog-five-columns article.mkdf-masonry-size-large-width-height {
            width: 50%
        }
}

@media only screen and (max-width:1280px) {
    .mkdf-huge-space.mkdf-disable-bottom-space {
        margin-bottom: -50px
    }

    .mkdf-huge-space .mkdf-outer-space {
        margin: 0 -25px
    }

        .mkdf-huge-space .mkdf-outer-space .mkdf-item-space {
            padding: 0 25px;
            margin: 0 0 50px
        }

    .mkdf-blog-holder.mkdf-blog-type-masonry.mkdf-blog-four-columns .mkdf-blog-masonry-grid-sizer, .mkdf-blog-holder.mkdf-blog-type-masonry.mkdf-blog-four-columns article {
        width: 33.33333%
    }

        .mkdf-blog-holder.mkdf-blog-type-masonry.mkdf-blog-four-columns article.mkdf-masonry-size-large-width, .mkdf-blog-holder.mkdf-blog-type-masonry.mkdf-blog-four-columns article.mkdf-masonry-size-large-width-height {
            width: 66.66667%
        }

    .mkdf-blog-holder.mkdf-blog-type-masonry.mkdf-blog-five-columns .mkdf-blog-masonry-grid-sizer, .mkdf-blog-holder.mkdf-blog-type-masonry.mkdf-blog-five-columns article {
        width: 33.33333%
    }

        .mkdf-blog-holder.mkdf-blog-type-masonry.mkdf-blog-five-columns article.mkdf-masonry-size-large-width, .mkdf-blog-holder.mkdf-blog-type-masonry.mkdf-blog-five-columns article.mkdf-masonry-size-large-width-height {
            width: 66.66667%
        }
}

@media only screen and (max-width:1024px) {
    .mkdf-blog-holder.mkdf-blog-type-masonry.mkdf-blog-three-columns .mkdf-blog-masonry-grid-sizer, .mkdf-blog-holder.mkdf-blog-type-masonry.mkdf-blog-three-columns article {
        width: 50%
    }

        .mkdf-blog-holder.mkdf-blog-type-masonry.mkdf-blog-three-columns article.mkdf-masonry-size-large-width, .mkdf-blog-holder.mkdf-blog-type-masonry.mkdf-blog-three-columns article.mkdf-masonry-size-large-width-height {
            width: 100%
        }

    .mkdf-blog-holder.mkdf-blog-type-masonry.mkdf-blog-four-columns .mkdf-blog-masonry-grid-sizer, .mkdf-blog-holder.mkdf-blog-type-masonry.mkdf-blog-four-columns article {
        width: 50%
    }

        .mkdf-blog-holder.mkdf-blog-type-masonry.mkdf-blog-four-columns article.mkdf-masonry-size-large-width, .mkdf-blog-holder.mkdf-blog-type-masonry.mkdf-blog-four-columns article.mkdf-masonry-size-large-width-height {
            width: 100%
        }

    .mkdf-blog-holder.mkdf-blog-type-masonry.mkdf-blog-five-columns .mkdf-blog-masonry-grid-sizer, .mkdf-blog-holder.mkdf-blog-type-masonry.mkdf-blog-five-columns article {
        width: 50%
    }

        .mkdf-blog-holder.mkdf-blog-type-masonry.mkdf-blog-five-columns article.mkdf-masonry-size-large-width, .mkdf-blog-holder.mkdf-blog-type-masonry.mkdf-blog-five-columns article.mkdf-masonry-size-large-width-height {
            width: 100%
        }
}

@media only screen and (max-width:680px) {
    .mkdf-blog-holder.mkdf-blog-type-masonry.mkdf-blog-five-columns .mkdf-blog-masonry-grid-sizer, .mkdf-blog-holder.mkdf-blog-type-masonry.mkdf-blog-five-columns article, .mkdf-blog-holder.mkdf-blog-type-masonry.mkdf-blog-five-columns article.mkdf-masonry-size-large-width, .mkdf-blog-holder.mkdf-blog-type-masonry.mkdf-blog-five-columns article.mkdf-masonry-size-large-width-height, .mkdf-blog-holder.mkdf-blog-type-masonry.mkdf-blog-four-columns .mkdf-blog-masonry-grid-sizer, .mkdf-blog-holder.mkdf-blog-type-masonry.mkdf-blog-four-columns article, .mkdf-blog-holder.mkdf-blog-type-masonry.mkdf-blog-four-columns article.mkdf-masonry-size-large-width, .mkdf-blog-holder.mkdf-blog-type-masonry.mkdf-blog-four-columns article.mkdf-masonry-size-large-width-height, .mkdf-blog-holder.mkdf-blog-type-masonry.mkdf-blog-three-columns .mkdf-blog-masonry-grid-sizer, .mkdf-blog-holder.mkdf-blog-type-masonry.mkdf-blog-three-columns article, .mkdf-blog-holder.mkdf-blog-type-masonry.mkdf-blog-three-columns article.mkdf-masonry-size-large-width, .mkdf-blog-holder.mkdf-blog-type-masonry.mkdf-blog-three-columns article.mkdf-masonry-size-large-width-height, .mkdf-blog-holder.mkdf-blog-type-masonry.mkdf-blog-two-columns .mkdf-blog-masonry-grid-sizer, .mkdf-blog-holder.mkdf-blog-type-masonry.mkdf-blog-two-columns article, .mkdf-blog-holder.mkdf-blog-type-masonry.mkdf-blog-two-columns article.mkdf-masonry-size-large-width, .mkdf-blog-holder.mkdf-blog-type-masonry.mkdf-blog-two-columns article.mkdf-masonry-size-large-width-height {
        width: 100%
    }
}

@media only screen and (max-width:768px) {
    .mkdf-related-posts-holder .mkdf-related-post {
        width: 50% !important
    }
}

@media only screen and (max-width:480px) {
    .mkdf-related-posts-holder .mkdf-related-post {
        width: 100% !important
    }
}

@media only screen and (max-width:768px) {
    .mkdf-blog-holder.mkdf-blog-single article .mkdf-post-info-bottom .mkdf-post-info-bottom-left, .mkdf-blog-holder.mkdf-blog-single article .mkdf-post-info-bottom .mkdf-post-info-bottom-right {
        width: 100%;
        float: none
    }

    .mkdf-blog-holder.mkdf-blog-single article .mkdf-post-info-bottom .mkdf-post-info-bottom-right {
        text-align: inherit;
        margin: 10px 0 0
    }
}

@media only screen and (max-width:1366px) and (min-width:1025px) {
    .mkdf-blog-list-holder.mkdf-bl-boxed.mkdf-bl-five-columns .mkdf-bl-item:nth-child(4n+1), .mkdf-blog-list-holder.mkdf-bl-standard.mkdf-bl-five-columns .mkdf-bl-item:nth-child(4n+1) {
        clear: both
    }
}

@media only screen and (max-width:1366px) {
    .mkdf-blog-list-holder.mkdf-bl-boxed.mkdf-bl-five-columns .mkdf-bl-item, .mkdf-blog-list-holder.mkdf-bl-masonry.mkdf-bl-five-columns .mkdf-bl-grid-sizer, .mkdf-blog-list-holder.mkdf-bl-masonry.mkdf-bl-five-columns .mkdf-bl-item, .mkdf-blog-list-holder.mkdf-bl-standard.mkdf-bl-five-columns .mkdf-bl-item {
        width: 25%
    }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .mkdf-blog-list-holder.mkdf-bl-boxed.mkdf-bl-five-columns .mkdf-bl-item:nth-child(3n+1), .mkdf-blog-list-holder.mkdf-bl-boxed.mkdf-bl-four-columns .mkdf-bl-item:nth-child(3n+1), .mkdf-blog-list-holder.mkdf-bl-standard.mkdf-bl-five-columns .mkdf-bl-item:nth-child(3n+1), .mkdf-blog-list-holder.mkdf-bl-standard.mkdf-bl-four-columns .mkdf-bl-item:nth-child(3n+1) {
        clear: both
    }
}

@media only screen and (max-width:1024px) {
    .mkdf-blog-list-holder.mkdf-bl-boxed.mkdf-bl-five-columns .mkdf-bl-item, .mkdf-blog-list-holder.mkdf-bl-boxed.mkdf-bl-four-columns .mkdf-bl-item, .mkdf-blog-list-holder.mkdf-bl-masonry.mkdf-bl-five-columns .mkdf-bl-grid-sizer, .mkdf-blog-list-holder.mkdf-bl-masonry.mkdf-bl-five-columns .mkdf-bl-item, .mkdf-blog-list-holder.mkdf-bl-masonry.mkdf-bl-four-columns .mkdf-bl-grid-sizer, .mkdf-blog-list-holder.mkdf-bl-masonry.mkdf-bl-four-columns .mkdf-bl-item, .mkdf-blog-list-holder.mkdf-bl-standard.mkdf-bl-five-columns .mkdf-bl-item, .mkdf-blog-list-holder.mkdf-bl-standard.mkdf-bl-four-columns .mkdf-bl-item {
        width: 33.33333%
    }

    .mkdf-blog-slider-holder.mkdf-bs-carousel-centered .active.center .mkdf-item-text-wrapper {
        opacity: 1
    }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .mkdf-blog-list-holder.mkdf-bl-boxed.mkdf-bl-five-columns .mkdf-bl-item:nth-child(2n+1), .mkdf-blog-list-holder.mkdf-bl-boxed.mkdf-bl-four-columns .mkdf-bl-item:nth-child(2n+1), .mkdf-blog-list-holder.mkdf-bl-boxed.mkdf-bl-three-columns .mkdf-bl-item:nth-child(2n+1), .mkdf-blog-list-holder.mkdf-bl-boxed.mkdf-bl-two-columns .mkdf-bl-item:nth-child(2n+1), .mkdf-blog-list-holder.mkdf-bl-standard.mkdf-bl-five-columns .mkdf-bl-item:nth-child(2n+1), .mkdf-blog-list-holder.mkdf-bl-standard.mkdf-bl-four-columns .mkdf-bl-item:nth-child(2n+1), .mkdf-blog-list-holder.mkdf-bl-standard.mkdf-bl-three-columns .mkdf-bl-item:nth-child(2n+1), .mkdf-blog-list-holder.mkdf-bl-standard.mkdf-bl-two-columns .mkdf-bl-item:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (max-width:768px) {
    .mkdf-blog-list-holder.mkdf-bl-boxed.mkdf-bl-five-columns .mkdf-bl-item, .mkdf-blog-list-holder.mkdf-bl-boxed.mkdf-bl-four-columns .mkdf-bl-item, .mkdf-blog-list-holder.mkdf-bl-boxed.mkdf-bl-three-columns .mkdf-bl-item, .mkdf-blog-list-holder.mkdf-bl-boxed.mkdf-bl-two-columns .mkdf-bl-item, .mkdf-blog-list-holder.mkdf-bl-masonry.mkdf-bl-five-columns .mkdf-bl-grid-sizer, .mkdf-blog-list-holder.mkdf-bl-masonry.mkdf-bl-five-columns .mkdf-bl-item, .mkdf-blog-list-holder.mkdf-bl-masonry.mkdf-bl-four-columns .mkdf-bl-grid-sizer, .mkdf-blog-list-holder.mkdf-bl-masonry.mkdf-bl-four-columns .mkdf-bl-item, .mkdf-blog-list-holder.mkdf-bl-masonry.mkdf-bl-three-columns .mkdf-bl-grid-sizer,
    .mkdf-blog-list-holder.mkdf-bl-masonry.mkdf-bl-three-columns .mkdf-bl-item, .mkdf-blog-list-holder.mkdf-bl-standard.mkdf-bl-five-columns .mkdf-bl-item, .mkdf-blog-list-holder.mkdf-bl-standard.mkdf-bl-four-columns .mkdf-bl-item, .mkdf-blog-list-holder.mkdf-bl-standard.mkdf-bl-three-columns .mkdf-bl-item, .mkdf-blog-list-holder.mkdf-bl-standard.mkdf-bl-two-columns .mkdf-bl-item {
        width: 50%
    }
}

@media only screen and (max-width:680px) {
    .mkdf-blog-list-holder.mkdf-bl-boxed .mkdf-bl-item, .mkdf-blog-list-holder.mkdf-bl-standard .mkdf-bl-item {
        width: 100% !important
    }

    .mkdf-blog-list-holder.mkdf-bl-masonry.mkdf-bl-five-columns .mkdf-bl-grid-sizer, .mkdf-blog-list-holder.mkdf-bl-masonry.mkdf-bl-five-columns .mkdf-bl-item, .mkdf-blog-list-holder.mkdf-bl-masonry.mkdf-bl-four-columns .mkdf-bl-grid-sizer, .mkdf-blog-list-holder.mkdf-bl-masonry.mkdf-bl-four-columns .mkdf-bl-item, .mkdf-blog-list-holder.mkdf-bl-masonry.mkdf-bl-three-columns .mkdf-bl-grid-sizer, .mkdf-blog-list-holder.mkdf-bl-masonry.mkdf-bl-three-columns .mkdf-bl-item, .mkdf-blog-list-holder.mkdf-bl-masonry.mkdf-bl-two-columns .mkdf-bl-grid-sizer, .mkdf-blog-list-holder.mkdf-bl-masonry.mkdf-bl-two-columns .mkdf-bl-item {
        width: 100%
    }

    .mkdf-page-footer .mkdf-column-content:not(:first-child) {
        margin-top: 30px
    }
}

@media only screen and (max-width:1024px) and (min-width:681px) {
    .mkdf-page-footer .mkdf-column-content.mkdf-grid-col-3 {
        width: 50%;
        float: left
    }

        .mkdf-page-footer .mkdf-column-content.mkdf-grid-col-3:nth-child(2n+1) {
            clear: both
        }

        .mkdf-page-footer .mkdf-column-content.mkdf-grid-col-3:nth-child(3), .mkdf-page-footer .mkdf-column-content.mkdf-grid-col-3:nth-child(4) {
            margin-top: 30px
        }

    .mkdf-page-footer .mkdf-column-content.mkdf-grid-col-4 {
        width: 33.33333333333333%;
        float: left
    }
}

@media only screen and (max-width:1024px) {
    .mkdf-page-footer .mkdf-grid-col-6 img, .mkdf-page-footer .mkdf-grid-col-6 p, .mkdf-page-footer .mkdf-grid-col-6 span {
        text-align: left;
        float: left !important
    }

    .mkdf-page-footer .mkdf-grid-col-4 {
        width: 33.33333333333333%;
        float: left
    }

        .mkdf-page-footer .mkdf-grid-col-4 p, .mkdf-page-footer .mkdf-grid-col-4 span {
            text-align: left
        }
}

@media only screen and (max-width:480px) {
    .mkdf-page-footer .mkdf-grid-col-4, .mkdf-page-footer .mkdf-grid-col-6 {
        width: 100%;
        float: left;
        text-align: left
    }

        .mkdf-page-footer .mkdf-grid-col-4 .textwidget, .mkdf-page-footer .mkdf-grid-col-4 p, .mkdf-page-footer .mkdf-grid-col-4 span, .mkdf-page-footer .mkdf-grid-col-6 .textwidget, .mkdf-page-footer .mkdf-grid-col-6 p, .mkdf-page-footer .mkdf-grid-col-6 span {
            text-align: left;
            float: left;
            display: block
        }

    .mkdf-fullscreen-menu-opener.mkdf-fullscreen-menu-opener-icon-pack {
        font-size: 34px
    }
}

@media only screen and (max-width:1200px) {
    .mkdf-drop-down .wide .second > .inner > ul {
        width: 950px
    }

    .mkdf-mobile-header .widget.widget_search, .mkdf-page-header .widget.widget_search, .mkdf-sticky-header .widget.widget_search, .mkdf-top-bar .widget.widget_search {
        display: none !important
    }
}

@media only screen and (max-width:1024px) {
    .mkdf-page-header {
        display: none
    }

    .mkdf-drop-down .wide .second > .inner > ul {
        width: 768px
    }
}

@media only screen and (max-width:1440px) {
    .mkdf-mobile-header .widget.widget_search .input-holder, .mkdf-page-header .widget.widget_search .input-holder, .mkdf-sticky-header .widget.widget_search .input-holder, .mkdf-top-bar .widget.widget_search .input-holder {
        width: 210px
    }

    .mkdf-header-vertical .mkdf-vertical-area-widget-holder {
        bottom: -30px
    }

    .mkdf-header-vertical .mkdf-vertical-menu-area {
        padding: 30px 55px
    }
}

@media only screen and (max-width:1200px) {
    .mkdf-boxed .mkdf-page-header .mkdf-fixed-wrapper.fixed {
        width: 1000px
    }
}

@media only screen and (min-width:1025px) {
    .error404.mkdf-header-vertical .mkdf-content {
        margin: 0 !important
    }
}

@media only screen and (max-width:1440px) {
    .mkdf-header-vertical .mkdf-container-inner, .mkdf-header-vertical .mkdf-grid, .mkdf-header-vertical .mkdf-row-grid-section {
        width: 950px
    }

    .mkdf-full-screen-image-slider .mkdf-fsis-content-image img {
        max-width: 440px
    }
}

@media only screen and (max-width:1200px) {
    .mkdf-header-vertical .mkdf-container-inner, .mkdf-header-vertical .mkdf-grid, .mkdf-header-vertical .mkdf-row-grid-section {
        width: 768px
    }
}

@media only screen and (max-width:1024px) {
    .mkdf-header-vertical .mkdf-vertical-menu-area {
        display: none
    }

    .mkdf-header-vertical .mkdf-content, .mkdf-header-vertical footer {
        padding-left: 0
    }

    .mkdf-header-vertical .mkdf-container-inner, .mkdf-header-vertical .mkdf-grid, .mkdf-header-vertical .mkdf-row-grid-section {
        width: 768px
    }

    .mkdf-mobile-header {
        display: block
    }
}

@media only screen and (max-width:768px) {
    .mkdf-header-vertical .mkdf-container-inner, .mkdf-header-vertical .mkdf-grid, .mkdf-header-vertical .mkdf-row-grid-section {
        width: 600px
    }
}

@media only screen and (max-width:680px) {
    .mkdf-header-vertical .mkdf-container-inner, .mkdf-header-vertical .mkdf-grid, .mkdf-header-vertical .mkdf-row-grid-section {
        width: 420px
    }
}

@media only screen and (max-width:480px) {
    .mkdf-header-vertical .mkdf-container-inner, .mkdf-header-vertical .mkdf-grid, .mkdf-header-vertical .mkdf-row-grid-section {
        width: 300px
    }
}

@media only screen and (max-width:320px) {
    .mkdf-header-vertical .mkdf-container-inner, .mkdf-header-vertical .mkdf-grid, .mkdf-header-vertical .mkdf-row-grid-section {
        width: 90%
    }
}

@media only screen and (max-width:768px) {
    .mkdf-paspartu-enabled .mkdf-mobile-header .mkdf-grid {
        width: 90%
    }
}

@media only screen and (max-width:1200px) {
    .mkdf-boxed .mkdf-page-header .mkdf-sticky-header {
        width: 1000px
    }
}

@media only screen and (max-width:1024px) {
    .mkdf-boxed.mkdf-sticky-up-mobile-header .mobile-header-appear .mkdf-mobile-header-inner {
        width: 818px;
        left: auto
    }

    .mkdf-top-bar {
        display: none
    }
}

@media only screen and (max-width:768px) {
    .mkdf-boxed.mkdf-sticky-up-mobile-header .mobile-header-appear .mkdf-mobile-header-inner {
        width: 650px
    }
}

@media only screen and (max-width:680px) {
    .mkdf-boxed.mkdf-sticky-up-mobile-header .mobile-header-appear .mkdf-mobile-header-inner {
        width: 470px
    }

    .mkdf-popup-holder .mkdf-popup-inner {
        min-height: 450px
    }
}

@media only screen and (max-width:480px) {
    .mkdf-boxed.mkdf-sticky-up-mobile-header .mobile-header-appear .mkdf-mobile-header-inner {
        width: 350px
    }
}

@media only screen and (max-width:320px) {
    .mkdf-boxed.mkdf-sticky-up-mobile-header .mobile-header-appear .mkdf-mobile-header-inner {
        width: 92%
    }
}

@media only screen and (max-width:1280px) {
    .mkdf-popup-holder .mkdf-popup-inner {
        width: 75%
    }
}

@media only screen and (max-width:1024px) {
    .mkdf-popup-holder .mkdf-popup-inner {
        width: 75%
    }
}

@media only screen and (max-width:768px) {
    .mkdf-popup-holder .mkdf-popup-inner {
        width: 90%
    }

    .mkdf-fullscreen-search-holder .mkdf-search-submit {
        font-size: 25px
    }
}

@media only screen and (max-width:680px) {
    .mkdf-popup-holder .mkdf-popup-content-container {
        width: 100%;
        padding: 0 40px;
        border-radius: 15px
    }

        .mkdf-popup-holder .mkdf-popup-content-container .wpcf7 .mkdf-two-columns-form-without-space {
            display: table
        }

            .mkdf-popup-holder .mkdf-popup-content-container .wpcf7 .mkdf-two-columns-form-without-space .mkdf-column-left {
                display: table-cell;
                width: 99%;
                vertical-align: top
            }

            .mkdf-popup-holder .mkdf-popup-content-container .wpcf7 .mkdf-two-columns-form-without-space .mkdf-column-right {
                display: table-cell;
                width: 1%;
                text-align: left;
                vertical-align: top
            }

    .mkdf-popup-holder .mkdf-popup-background {
        display: none
    }

    .mkdf-popup-holder .mkdf-popup-title-holder .mkdf-popup-title {
        font-size: 25px
    }
}

@media only screen and (max-width:1024px) {
    .mkdf-search-page-holder article .mkdf-post-image {
        width: 80px
    }

    .mkdf-search-page-holder article .mkdf-post-title-area {
        padding: 0 0 0 105px;
        min-height: 80px
    }
}

@media only screen and (max-width:680px) {
    .mkdf-search-page-holder article .mkdf-post-image {
        width: 60px
    }

    .mkdf-search-page-holder article .mkdf-post-title-area {
        padding: 0 0 0 80px;
        min-height: 60px
    }
}

@media only screen and (max-width:1024px) {
    .mkdf-fullscreen-search-holder .mkdf-form-holder-inner {
        width: 75%
    }

    .mkdf-title-holder.mkdf-has-bg-image {
        height: auto !important;
        background-image: none !important
    }

        .mkdf-title-holder.mkdf-has-bg-image .mkdf-title-image {
            display: block
        }

        .mkdf-title-holder.mkdf-has-bg-image .mkdf-title-wrapper {
            position: absolute;
            top: 50%;
            left: 0;
            height: 100% !important;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            transform: translateY(-50%)
        }

    .mkdf-title-holder.mkdf-title-va-header-bottom {
        height: auto !important
    }

        .mkdf-title-holder.mkdf-title-va-header-bottom .mkdf-title-wrapper {
            padding-top: 0 !important
        }
}

@media only screen and (max-width:480px) {
    .mkdf-fullscreen-search-holder .mkdf-form-holder-inner {
        width: 80%
    }
}

@media only screen and (max-width:1024px) {
    .mkdf-title-holder.mkdf-centered-type .mkdf-page-subtitle {
        padding: 0 !important
    }

    .mkdf-title-holder.mkdf-standard-with-breadcrumbs-type .mkdf-breadcrumbs-info, .mkdf-title-holder.mkdf-standard-with-breadcrumbs-type .mkdf-title-info {
        display: block;
        width: 100%
    }

    .mkdf-title-holder.mkdf-standard-with-breadcrumbs-type .mkdf-breadcrumbs-info {
        margin: 10px 0 0;
        text-align: initial;
        white-space: inherit
    }
}

@media only screen and (max-width:680px) {
    .mkdf-banner-holder .mkdf-banner-subtitle {
        display: none
    }

    .mkdf-blockquote-shortcode .mkdf-icon-quotations-holder svg {
        display: inline-block;
        vertical-align: middle
    }
}

@media only screen and (min-width:1201px) and (max-width:1300px) {
    .mkdf-call-to-action-holder .mkdf-grid {
        width: 1100px
    }
}

@media only screen and (max-width:1200px) {
    .mkdf-call-to-action-holder.mkdf-four-fifths-columns .mkdf-cta-text-holder, .mkdf-call-to-action-holder.mkdf-three-quarters-columns .mkdf-cta-text-holder {
        width: 66.66666666666667%
    }

    .mkdf-call-to-action-holder.mkdf-four-fifths-columns .mkdf-cta-button-holder, .mkdf-call-to-action-holder.mkdf-three-quarters-columns .mkdf-cta-button-holder {
        width: 33.33333333333333%
    }

    .mkdf-countdown .countdown-row .countdown-section .countdown-amount {
        font-size: 60px
    }
}

@media only screen and (max-width:768px) {
    .mkdf-call-to-action-holder.mkdf-normal-layout .mkdf-cta-button-holder, .mkdf-call-to-action-holder.mkdf-normal-layout .mkdf-cta-inner, .mkdf-call-to-action-holder.mkdf-normal-layout .mkdf-cta-text-holder {
        display: block
    }

    .mkdf-call-to-action-holder.mkdf-normal-layout .mkdf-cta-button-holder {
        margin: 28px 0 0;
        text-align: initial
    }

    .mkdf-call-to-action-holder.mkdf-four-fifths-columns .mkdf-cta-button-holder, .mkdf-call-to-action-holder.mkdf-four-fifths-columns .mkdf-cta-text-holder, .mkdf-call-to-action-holder.mkdf-three-quarters-columns .mkdf-cta-button-holder, .mkdf-call-to-action-holder.mkdf-three-quarters-columns .mkdf-cta-text-holder, .mkdf-call-to-action-holder.mkdf-two-halves-columns .mkdf-cta-button-holder, .mkdf-call-to-action-holder.mkdf-two-halves-columns .mkdf-cta-text-holder, .mkdf-call-to-action-holder.mkdf-two-thirds-columns .mkdf-cta-button-holder, .mkdf-call-to-action-holder.mkdf-two-thirds-columns .mkdf-cta-text-holder {
        width: 100%
    }

    .mkdf-countdown .countdown-row.countdown-show4 .countdown-section, .mkdf-countdown .countdown-row.countdown-show5 .countdown-section, .mkdf-countdown .countdown-row.countdown-show6 .countdown-section {
        width: 33.33333333333333%
    }

    .mkdf-countdown .countdown-row .countdown-section .countdown-amount {
        font-size: 50px
    }

    .mkdf-custom-font-holder.mkdf-disable-title-break br {
        display: none
    }
}

@media only screen and (max-width:1366px) {
    .mkdf-testimonials-holder.mkdf-testimonials-boxed .owl-item .mkdf-testimonial-text {
        padding: 30px 25px
    }

    .mkdf-elements-holder.mkdf-responsive-mode-1366.mkdf-five-columns .mkdf-eh-item, .mkdf-elements-holder.mkdf-responsive-mode-1366.mkdf-four-columns .mkdf-eh-item, .mkdf-elements-holder.mkdf-responsive-mode-1366.mkdf-six-columns .mkdf-eh-item, .mkdf-elements-holder.mkdf-responsive-mode-1366.mkdf-three-columns .mkdf-eh-item, .mkdf-elements-holder.mkdf-responsive-mode-1366.mkdf-two-columns .mkdf-eh-item {
        width: 100%;
        height: auto;
        display: inline-block
    }

    .mkdf-elements-holder.mkdf-responsive-mode-1366.mkdf-one-column-alignment-left .mkdf-eh-item .mkdf-eh-item-content {
        text-align: left
    }

    .mkdf-elements-holder.mkdf-responsive-mode-1366.mkdf-one-column-alignment-right .mkdf-eh-item .mkdf-eh-item-content {
        text-align: right
    }

    .mkdf-elements-holder.mkdf-responsive-mode-1366.mkdf-one-column-alignment-center .mkdf-eh-item .mkdf-eh-item-content {
        text-align: center
    }
}

@media only screen and (max-width:1024px) {
    .mkdf-elements-holder.mkdf-responsive-mode-1024.mkdf-five-columns .mkdf-eh-item, .mkdf-elements-holder.mkdf-responsive-mode-1024.mkdf-four-columns .mkdf-eh-item,
    .mkdf-elements-holder.mkdf-responsive-mode-1024.mkdf-six-columns .mkdf-eh-item, .mkdf-elements-holder.mkdf-responsive-mode-1024.mkdf-three-columns .mkdf-eh-item, .mkdf-elements-holder.mkdf-responsive-mode-1024.mkdf-two-columns .mkdf-eh-item {
        width: 100%;
        height: auto;
        display: inline-block
    }

    .mkdf-elements-holder.mkdf-responsive-mode-1024.mkdf-one-column-alignment-left .mkdf-eh-item .mkdf-eh-item-content {
        text-align: left
    }

    .mkdf-elements-holder.mkdf-responsive-mode-1024.mkdf-one-column-alignment-right .mkdf-eh-item .mkdf-eh-item-content {
        text-align: right
    }

    .mkdf-elements-holder.mkdf-responsive-mode-1024.mkdf-one-column-alignment-center .mkdf-eh-item .mkdf-eh-item-content {
        text-align: center
    }
}

@media only screen and (max-width:768px) {
    .mkdf-elements-holder.mkdf-responsive-mode-768.mkdf-five-columns .mkdf-eh-item, .mkdf-elements-holder.mkdf-responsive-mode-768.mkdf-four-columns .mkdf-eh-item, .mkdf-elements-holder.mkdf-responsive-mode-768.mkdf-six-columns .mkdf-eh-item, .mkdf-elements-holder.mkdf-responsive-mode-768.mkdf-three-columns .mkdf-eh-item, .mkdf-elements-holder.mkdf-responsive-mode-768.mkdf-two-columns .mkdf-eh-item {
        width: 100%;
        height: auto;
        display: inline-block
    }

    .mkdf-elements-holder.mkdf-responsive-mode-768.mkdf-one-column-alignment-left .mkdf-eh-item .mkdf-eh-item-content {
        text-align: left
    }

    .mkdf-elements-holder.mkdf-responsive-mode-768.mkdf-one-column-alignment-right .mkdf-eh-item .mkdf-eh-item-content {
        text-align: right
    }

    .mkdf-elements-holder.mkdf-responsive-mode-768.mkdf-one-column-alignment-center .mkdf-eh-item .mkdf-eh-item-content {
        text-align: center
    }
}

@media only screen and (max-width:680px) {
    .mkdf-countdown .countdown-row .countdown-section .countdown-amount {
        font-size: 40px
    }

    .mkdf-elements-holder.mkdf-responsive-mode-680.mkdf-five-columns .mkdf-eh-item, .mkdf-elements-holder.mkdf-responsive-mode-680.mkdf-four-columns .mkdf-eh-item, .mkdf-elements-holder.mkdf-responsive-mode-680.mkdf-six-columns .mkdf-eh-item, .mkdf-elements-holder.mkdf-responsive-mode-680.mkdf-three-columns .mkdf-eh-item, .mkdf-elements-holder.mkdf-responsive-mode-680.mkdf-two-columns .mkdf-eh-item {
        width: 100%;
        height: auto;
        display: inline-block
    }

    .mkdf-elements-holder.mkdf-responsive-mode-680.mkdf-one-column-alignment-left .mkdf-eh-item .mkdf-eh-item-content {
        text-align: left
    }

    .mkdf-elements-holder.mkdf-responsive-mode-680.mkdf-one-column-alignment-right .mkdf-eh-item .mkdf-eh-item-content {
        text-align: right
    }

    .mkdf-elements-holder.mkdf-responsive-mode-680.mkdf-one-column-alignment-center .mkdf-eh-item .mkdf-eh-item-content {
        text-align: center
    }
}

@media only screen and (max-width:480px) {
    .mkdf-btn.mkdf-btn-medium .mkdf-btn-text {
        padding-left: 20px;
        padding-right: 20px
    }

    .mkdf-elements-holder.mkdf-responsive-mode-480.mkdf-five-columns .mkdf-eh-item, .mkdf-elements-holder.mkdf-responsive-mode-480.mkdf-four-columns .mkdf-eh-item, .mkdf-elements-holder.mkdf-responsive-mode-480.mkdf-six-columns .mkdf-eh-item, .mkdf-elements-holder.mkdf-responsive-mode-480.mkdf-three-columns .mkdf-eh-item, .mkdf-elements-holder.mkdf-responsive-mode-480.mkdf-two-columns .mkdf-eh-item {
        width: 100%;
        height: auto;
        display: inline-block
    }

    .mkdf-elements-holder.mkdf-responsive-mode-480.mkdf-one-column-alignment-left .mkdf-eh-item .mkdf-eh-item-content {
        text-align: left
    }

    .mkdf-elements-holder.mkdf-responsive-mode-480.mkdf-one-column-alignment-right .mkdf-eh-item .mkdf-eh-item-content {
        text-align: right
    }

    .mkdf-elements-holder.mkdf-responsive-mode-480.mkdf-one-column-alignment-center .mkdf-eh-item .mkdf-eh-item-content {
        text-align: center
    }

    .mkdf-elements-holder .mkdf-eh-item-content {
        padding: 0 10px
    }
}

@media only screen and (max-width:1280px) {
    .mkdf-full-screen-image-slider .mkdf-fsis-slider .owl-dots {
        bottom: calc(8% - 14px)
    }

    .mkdf-full-screen-image-slider .mkdf-fsis-thumb-nav {
        top: 16%;
        height: 68%
    }

    .mkdf-full-screen-image-slider .mkdf-fsis-item.mkdf-fsis-image-hover .mkdf-fsis-frame-bottom, .mkdf-full-screen-image-slider .mkdf-fsis-item.mkdf-fsis-image-hover .mkdf-fsis-frame-top {
        height: 14%
    }

    .mkdf-full-screen-image-slider .mkdf-fsis-item.mkdf-fsis-image-hover .mkdf-fsis-frame-left, .mkdf-full-screen-image-slider .mkdf-fsis-item.mkdf-fsis-image-hover .mkdf-fsis-frame-right {
        width: 14%
    }

    .mkdf-full-screen-image-slider .mkdf-fsis-item.mkdf-fsis-active-image .mkdf-fsis-frame-bottom, .mkdf-full-screen-image-slider .mkdf-fsis-item.mkdf-fsis-active-image .mkdf-fsis-frame-top {
        height: 0
    }

    .mkdf-full-screen-image-slider .mkdf-fsis-item.mkdf-fsis-active-image .mkdf-fsis-frame-left, .mkdf-full-screen-image-slider .mkdf-fsis-item.mkdf-fsis-active-image .mkdf-fsis-frame-right {
        width: 0
    }

    .mkdf-full-screen-image-slider .mkdf-fsis-content-image img {
        max-width: 370px
    }

    .mkdf-full-screen-image-slider .mkdf-fsis-frame-bottom, .mkdf-full-screen-image-slider .mkdf-fsis-frame-top {
        height: 16%
    }

    .mkdf-full-screen-image-slider .mkdf-fsis-frame-left, .mkdf-full-screen-image-slider .mkdf-fsis-frame-right {
        width: 16%
    }
}

@media only screen and (max-width:768px) {
    .mkdf-full-screen-image-slider .mkdf-fsis-slider .owl-nav, .mkdf-full-screen-image-slider .mkdf-fsis-thumb-nav {
        display: none
    }

    .mkdf-full-screen-image-slider .mkdf-fsis-slider .owl-dots {
        bottom: calc(5% - 14px)
    }

    .mkdf-full-screen-image-slider .mkdf-fsis-item.mkdf-fsis-content-image-init .mkdf-fsis-image-left {
        left: 2%
    }

    .mkdf-full-screen-image-slider .mkdf-fsis-item.mkdf-fsis-content-image-init .mkdf-fsis-image-right {
        right: 5%
    }

    .mkdf-full-screen-image-slider .mkdf-fsis-item.mkdf-fsis-content-image-init .mkdf-fsis-subtitle {
        margin: 15px 0 0
    }

    .mkdf-full-screen-image-slider .mkdf-fsis-item.mkdf-fsis-image-hover .mkdf-fsis-image-left {
        left: calc(2% - 10px)
    }

    .mkdf-full-screen-image-slider .mkdf-fsis-item.mkdf-fsis-image-hover .mkdf-fsis-image-right {
        right: calc(5% - 10px)
    }

    .mkdf-full-screen-image-slider .mkdf-fsis-item.mkdf-fsis-image-hover .mkdf-fsis-frame-bottom, .mkdf-full-screen-image-slider .mkdf-fsis-item.mkdf-fsis-image-hover .mkdf-fsis-frame-top {
        height: 10%
    }

    .mkdf-full-screen-image-slider .mkdf-fsis-item.mkdf-fsis-image-hover .mkdf-fsis-frame-left, .mkdf-full-screen-image-slider .mkdf-fsis-item.mkdf-fsis-image-hover .mkdf-fsis-frame-right {
        width: 10%
    }

    .mkdf-full-screen-image-slider .mkdf-fsis-item.mkdf-fsis-active-image .mkdf-fsis-image-left {
        left: calc(2% - 25px)
    }

    .mkdf-full-screen-image-slider .mkdf-fsis-item.mkdf-fsis-active-image .mkdf-fsis-image-right {
        right: calc(5% - 25px)
    }

    .mkdf-full-screen-image-slider .mkdf-fsis-item.mkdf-fsis-active-image .mkdf-fsis-frame-bottom, .mkdf-full-screen-image-slider .mkdf-fsis-item.mkdf-fsis-active-image .mkdf-fsis-frame-top {
        height: 0
    }

    .mkdf-full-screen-image-slider .mkdf-fsis-item.mkdf-fsis-active-image .mkdf-fsis-frame-left, .mkdf-full-screen-image-slider .mkdf-fsis-item.mkdf-fsis-active-image .mkdf-fsis-frame-right {
        width: 0
    }

    .mkdf-full-screen-image-slider .mkdf-fsis-frame-bottom, .mkdf-full-screen-image-slider .mkdf-fsis-frame-top {
        height: 10%
    }

    .mkdf-full-screen-image-slider .mkdf-fsis-frame-left, .mkdf-full-screen-image-slider .mkdf-fsis-frame-right {
        width: 10%
    }
}

@media only screen and (max-width:680px) {
    .mkdf-full-screen-image-slider .mkdf-fsis-content-image, .mkdf-full-screen-image-slider .mkdf-fsis-slider .owl-dots {
        display: none
    }
}

@media only screen and (max-width:1440px) and (min-width:1281px) {
    .mkdf-image-gallery .mkdf-ig-grid.mkdf-ig-six-columns .mkdf-ig-image:nth-child(6n+1) {
        clear: none
    }

    .mkdf-image-gallery .mkdf-ig-grid.mkdf-ig-six-columns .mkdf-ig-image:nth-child(5n+1) {
        clear: both
    }
}

@media only screen and (max-width:1440px) {
    .mkdf-image-gallery .mkdf-ig-grid.mkdf-ig-six-columns .mkdf-ig-image, .mkdf-image-gallery .mkdf-ig-masonry.mkdf-ig-six-columns .mkdf-ig-grid-sizer, .mkdf-image-gallery .mkdf-ig-masonry.mkdf-ig-six-columns .mkdf-ig-image {
        width: 20%
    }

        .mkdf-image-gallery .mkdf-ig-masonry.mkdf-ig-six-columns .mkdf-ig-image.mkdf-large-masonry-item,
        .mkdf-image-gallery .mkdf-ig-masonry.mkdf-ig-six-columns .mkdf-ig-image.mkdf-large-width-height-masonry-item, .mkdf-image-gallery .mkdf-ig-masonry.mkdf-ig-six-columns .mkdf-ig-image.mkdf-large-width-masonry-item {
            width: 40%
        }
}

@media only screen and (max-width:1280px) {
    .mkdf-image-gallery .mkdf-ig-grid.mkdf-ig-five-columns .mkdf-ig-image, .mkdf-image-gallery .mkdf-ig-grid.mkdf-ig-six-columns .mkdf-ig-image, .mkdf-image-gallery .mkdf-ig-masonry.mkdf-ig-five-columns .mkdf-ig-grid-sizer, .mkdf-image-gallery .mkdf-ig-masonry.mkdf-ig-five-columns .mkdf-ig-image {
        width: 25%
    }

        .mkdf-image-gallery .mkdf-ig-masonry.mkdf-ig-five-columns .mkdf-ig-image.mkdf-large-masonry-item, .mkdf-image-gallery .mkdf-ig-masonry.mkdf-ig-five-columns .mkdf-ig-image.mkdf-large-width-height-masonry-item, .mkdf-image-gallery .mkdf-ig-masonry.mkdf-ig-five-columns .mkdf-ig-image.mkdf-large-width-masonry-item {
            width: 50%
        }

    .mkdf-image-gallery .mkdf-ig-masonry.mkdf-ig-six-columns .mkdf-ig-grid-sizer, .mkdf-image-gallery .mkdf-ig-masonry.mkdf-ig-six-columns .mkdf-ig-image {
        width: 25%
    }

        .mkdf-image-gallery .mkdf-ig-masonry.mkdf-ig-six-columns .mkdf-ig-image.mkdf-large-masonry-item, .mkdf-image-gallery .mkdf-ig-masonry.mkdf-ig-six-columns .mkdf-ig-image.mkdf-large-width-height-masonry-item, .mkdf-image-gallery .mkdf-ig-masonry.mkdf-ig-six-columns .mkdf-ig-image.mkdf-large-width-masonry-item {
            width: 50%
        }
}

@media only screen and (max-width:1024px) and (min-width:769px) {
    .mkdf-image-gallery .mkdf-ig-grid.mkdf-ig-five-columns .mkdf-ig-image:nth-child(3n+1), .mkdf-image-gallery .mkdf-ig-grid.mkdf-ig-six-columns .mkdf-ig-image:nth-child(3n+1) {
        clear: both
    }
}

@media only screen and (max-width:1024px) {
    .mkdf-full-screen-image-slider .mkdf-fsis-content-image img {
        max-width: 340px
    }

    .mkdf-google-map-overlay {
        display: block
    }

    .mkdf-image-gallery .mkdf-ig-grid.mkdf-ig-five-columns .mkdf-ig-image, .mkdf-image-gallery .mkdf-ig-grid.mkdf-ig-six-columns .mkdf-ig-image {
        width: 33.33333%
    }

    .mkdf-image-gallery .mkdf-ig-grid.mkdf-ig-four-columns .mkdf-ig-image {
        width: 50%
    }

    .mkdf-image-gallery .mkdf-ig-masonry.mkdf-ig-five-columns .mkdf-ig-grid-sizer, .mkdf-image-gallery .mkdf-ig-masonry.mkdf-ig-five-columns .mkdf-ig-image {
        width: 33.33333%
    }

        .mkdf-image-gallery .mkdf-ig-masonry.mkdf-ig-five-columns .mkdf-ig-image.mkdf-large-masonry-item, .mkdf-image-gallery .mkdf-ig-masonry.mkdf-ig-five-columns .mkdf-ig-image.mkdf-large-width-height-masonry-item, .mkdf-image-gallery .mkdf-ig-masonry.mkdf-ig-five-columns .mkdf-ig-image.mkdf-large-width-masonry-item {
            width: 66.66667%
        }

    .mkdf-image-gallery .mkdf-ig-masonry.mkdf-ig-six-columns .mkdf-ig-grid-sizer, .mkdf-image-gallery .mkdf-ig-masonry.mkdf-ig-six-columns .mkdf-ig-image {
        width: 33.33333%
    }

        .mkdf-image-gallery .mkdf-ig-masonry.mkdf-ig-six-columns .mkdf-ig-image.mkdf-large-masonry-item, .mkdf-image-gallery .mkdf-ig-masonry.mkdf-ig-six-columns .mkdf-ig-image.mkdf-large-width-height-masonry-item, .mkdf-image-gallery .mkdf-ig-masonry.mkdf-ig-six-columns .mkdf-ig-image.mkdf-large-width-masonry-item {
            width: 66.66667%
        }

    .mkdf-image-gallery .mkdf-ig-masonry.mkdf-ig-four-columns .mkdf-ig-grid-sizer, .mkdf-image-gallery .mkdf-ig-masonry.mkdf-ig-four-columns .mkdf-ig-image {
        width: 50%
    }

        .mkdf-image-gallery .mkdf-ig-masonry.mkdf-ig-four-columns .mkdf-ig-image.mkdf-large-masonry-item, .mkdf-image-gallery .mkdf-ig-masonry.mkdf-ig-four-columns .mkdf-ig-image.mkdf-large-width-height-masonry-item, .mkdf-image-gallery .mkdf-ig-masonry.mkdf-ig-four-columns .mkdf-ig-image.mkdf-large-width-masonry-item {
            width: 100%
        }
}

@media only screen and (max-width:768px) and (min-width:681px) {
    .mkdf-image-gallery .mkdf-ig-grid.mkdf-ig-five-columns .mkdf-ig-image:nth-child(2n+1), .mkdf-image-gallery .mkdf-ig-grid.mkdf-ig-six-columns .mkdf-ig-image:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (max-width:768px) {
    .mkdf-image-gallery .mkdf-ig-grid.mkdf-ig-five-columns .mkdf-ig-image, .mkdf-image-gallery .mkdf-ig-grid.mkdf-ig-six-columns .mkdf-ig-image {
        width: 50%
    }

    .mkdf-image-gallery .mkdf-ig-grid.mkdf-ig-three-columns .mkdf-ig-image {
        width: 100%
    }

    .mkdf-image-gallery .mkdf-ig-masonry.mkdf-ig-five-columns .mkdf-ig-grid-sizer, .mkdf-image-gallery .mkdf-ig-masonry.mkdf-ig-five-columns .mkdf-ig-image {
        width: 50%
    }

        .mkdf-image-gallery .mkdf-ig-masonry.mkdf-ig-five-columns .mkdf-ig-image.mkdf-large-masonry-item, .mkdf-image-gallery .mkdf-ig-masonry.mkdf-ig-five-columns .mkdf-ig-image.mkdf-large-width-height-masonry-item, .mkdf-image-gallery .mkdf-ig-masonry.mkdf-ig-five-columns .mkdf-ig-image.mkdf-large-width-masonry-item {
            width: 100%
        }

    .mkdf-image-gallery .mkdf-ig-masonry.mkdf-ig-six-columns .mkdf-ig-grid-sizer, .mkdf-image-gallery .mkdf-ig-masonry.mkdf-ig-six-columns .mkdf-ig-image {
        width: 50%
    }

        .mkdf-image-gallery .mkdf-ig-masonry.mkdf-ig-six-columns .mkdf-ig-image.mkdf-large-masonry-item, .mkdf-image-gallery .mkdf-ig-masonry.mkdf-ig-six-columns .mkdf-ig-image.mkdf-large-width-height-masonry-item, .mkdf-image-gallery .mkdf-ig-masonry.mkdf-ig-six-columns .mkdf-ig-image.mkdf-large-width-masonry-item, .mkdf-image-gallery .mkdf-ig-masonry.mkdf-ig-three-columns .mkdf-ig-grid-sizer, .mkdf-image-gallery .mkdf-ig-masonry.mkdf-ig-three-columns .mkdf-ig-image, .mkdf-image-gallery .mkdf-ig-masonry.mkdf-ig-three-columns .mkdf-ig-image.mkdf-large-masonry-item, .mkdf-image-gallery .mkdf-ig-masonry.mkdf-ig-three-columns .mkdf-ig-image.mkdf-large-width-height-masonry-item, .mkdf-image-gallery .mkdf-ig-masonry.mkdf-ig-three-columns .mkdf-ig-image.mkdf-large-width-masonry-item {
            width: 100%
        }
}

@media only screen and (max-width:680px) {
    .mkdf-image-gallery .mkdf-ig-grid.mkdf-ig-five-columns .mkdf-ig-image, .mkdf-image-gallery .mkdf-ig-grid.mkdf-ig-four-columns .mkdf-ig-image, .mkdf-image-gallery .mkdf-ig-grid.mkdf-ig-six-columns .mkdf-ig-image, .mkdf-image-gallery .mkdf-ig-grid.mkdf-ig-three-columns .mkdf-ig-image, .mkdf-image-gallery .mkdf-ig-grid.mkdf-ig-two-columns .mkdf-ig-image, .mkdf-image-gallery .mkdf-ig-masonry.mkdf-ig-five-columns .mkdf-ig-grid-sizer, .mkdf-image-gallery .mkdf-ig-masonry.mkdf-ig-five-columns .mkdf-ig-image, .mkdf-image-gallery .mkdf-ig-masonry.mkdf-ig-five-columns .mkdf-ig-image.mkdf-large-masonry-item, .mkdf-image-gallery .mkdf-ig-masonry.mkdf-ig-five-columns .mkdf-ig-image.mkdf-large-width-height-masonry-item, .mkdf-image-gallery .mkdf-ig-masonry.mkdf-ig-five-columns .mkdf-ig-image.mkdf-large-width-masonry-item, .mkdf-image-gallery .mkdf-ig-masonry.mkdf-ig-four-columns .mkdf-ig-grid-sizer, .mkdf-image-gallery .mkdf-ig-masonry.mkdf-ig-four-columns .mkdf-ig-image, .mkdf-image-gallery .mkdf-ig-masonry.mkdf-ig-four-columns .mkdf-ig-image.mkdf-large-masonry-item, .mkdf-image-gallery .mkdf-ig-masonry.mkdf-ig-four-columns .mkdf-ig-image.mkdf-large-width-height-masonry-item, .mkdf-image-gallery .mkdf-ig-masonry.mkdf-ig-four-columns .mkdf-ig-image.mkdf-large-width-masonry-item, .mkdf-image-gallery .mkdf-ig-masonry.mkdf-ig-six-columns .mkdf-ig-grid-sizer, .mkdf-image-gallery .mkdf-ig-masonry.mkdf-ig-six-columns .mkdf-ig-image, .mkdf-image-gallery .mkdf-ig-masonry.mkdf-ig-six-columns .mkdf-ig-image.mkdf-large-masonry-item, .mkdf-image-gallery .mkdf-ig-masonry.mkdf-ig-six-columns .mkdf-ig-image.mkdf-large-width-height-masonry-item, .mkdf-image-gallery .mkdf-ig-masonry.mkdf-ig-six-columns .mkdf-ig-image.mkdf-large-width-masonry-item, .mkdf-image-gallery .mkdf-ig-masonry.mkdf-ig-three-columns .mkdf-ig-grid-sizer, .mkdf-image-gallery .mkdf-ig-masonry.mkdf-ig-three-columns .mkdf-ig-image, .mkdf-image-gallery .mkdf-ig-masonry.mkdf-ig-three-columns .mkdf-ig-image.mkdf-large-masonry-item, .mkdf-image-gallery .mkdf-ig-masonry.mkdf-ig-three-columns .mkdf-ig-image.mkdf-large-width-height-masonry-item, .mkdf-image-gallery .mkdf-ig-masonry.mkdf-ig-three-columns .mkdf-ig-image.mkdf-large-width-masonry-item, .mkdf-image-gallery .mkdf-ig-masonry.mkdf-ig-two-columns .mkdf-ig-grid-sizer, .mkdf-image-gallery .mkdf-ig-masonry.mkdf-ig-two-columns .mkdf-ig-image, .mkdf-image-gallery .mkdf-ig-masonry.mkdf-ig-two-columns .mkdf-ig-image.mkdf-large-masonry-item, .mkdf-image-gallery .mkdf-ig-masonry.mkdf-ig-two-columns .mkdf-ig-image.mkdf-large-width-height-masonry-item, .mkdf-image-gallery .mkdf-ig-masonry.mkdf-ig-two-columns .mkdf-ig-image.mkdf-large-width-masonry-item {
        width: 100%
    }
}

@media only screen and (max-width:1280px) {
    .mkdf-pricing-plans.mkdf-five-columns .mkdf-price-plan, .mkdf-pricing-plans.mkdf-four-columns .mkdf-price-plan {
        width: 50%
    }
}

@media only screen and (max-width:1024px) {
    .mkdf-pricing-plans.mkdf-three-columns .mkdf-price-plan {
        width: 100%
    }
}

@media only screen and (max-width:680px) {
    .mkdf-pricing-plans .mkdf-price-plan {
        width: 100% !important
    }

        .mkdf-pricing-plans .mkdf-price-plan .mkdf-pp-content-bottom {
            display: block
        }

            .mkdf-pricing-plans .mkdf-price-plan .mkdf-pp-content-bottom .mkdf-pp-button {
                text-align: center
            }

            .mkdf-pricing-plans .mkdf-price-plan .mkdf-pp-content-bottom .mkdf-pp-price-holder {
                padding: 15px 0;
                text-align: center
            }
}

@media only screen and (max-width:1280px) {
    .mkdf-pricing-tables.mkdf-five-columns .mkdf-price-table, .mkdf-pricing-tables.mkdf-four-columns .mkdf-price-table {
        width: 50%
    }
}

@media only screen and (max-width:1280px) and (min-width:681px) {
    .mkdf-pricing-plans.mkdf-five-columns .mkdf-price-plan:nth-child(2n+1), .mkdf-pricing-plans.mkdf-four-columns .mkdf-price-plan:nth-child(2n+1), .mkdf-pricing-tables.mkdf-five-columns .mkdf-price-table:nth-child(2n+1), .mkdf-pricing-tables.mkdf-four-columns .mkdf-price-table:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (max-width:1024px) {
    .mkdf-pricing-tables.mkdf-three-columns .mkdf-price-table {
        width: 100%
    }
}

@media only screen and (max-width:680px) {
    .mkdf-pricing-tables .mkdf-price-table {
        width: 100% !important
    }
}

@media only screen and (max-width:1024px) {
    .mkdf-process-holder.mkdf-five-columns .mkdf-process-item, .mkdf-process-holder.mkdf-four-columns .mkdf-process-item {
        width: 50%
    }
}

@media only screen and (max-width:768px) {
    .mkdf-process-holder .mkdf-process-inner {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: middle;
        padding: 0;
        margin: 0;
        text-align: center;
        box-sizing: border-box
    }

        .mkdf-process-holder .mkdf-process-inner .mkdf-process-item {
            width: 100%;
            float: none;
            padding: 0;
            text-align: inherit
        }
}

@media only screen and (max-width:680px) {
    .mkdf-process-holder .mkdf-process-inner {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: middle;
        padding: 0;
        margin: 0;
        text-align: center;
        box-sizing: border-box
    }

        .mkdf-process-holder .mkdf-process-inner .mkdf-process-item {
            width: 100%;
            float: none;
            padding: 0;
            text-align: inherit
        }
}

@media only screen and (max-width:480px) {
    .mkdf-process-holder .mkdf-process-inner {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: middle;
        padding: 0;
        margin: 0;
        text-align: center;
        box-sizing: border-box
    }

        .mkdf-process-holder .mkdf-process-inner .mkdf-process-item {
            width: 100%;
            float: none;
            padding: 0;
            text-align: inherit
        }
}

@media only screen and (max-width:768px) {
    .mkdf-section-title-holder {
        padding: 0 !important
    }

        .mkdf-section-title-holder.mkdf-st-disable-title-break .mkdf-st-title br {
            display: none
        }

    .mkdf-ss-holder.mkdf-ss-break-768.mkdf-ss-image-right .mkdf-ss-image {
        position: relative;
        left: 0
    }

    .mkdf-ss-holder.mkdf-ss-break-768 .mkdf-ss-content {
        left: 0;
        width: 100%;
        padding: 25px
    }

    .mkdf-ss-holder.mkdf-ss-break-768 .mkdf-ss-image {
        position: relative;
        width: 100%;
        background-image: none !important
    }

        .mkdf-ss-holder.mkdf-ss-break-768 .mkdf-ss-image img {
            display: block
        }
}

@media only screen and (max-width:1366px) {
    .mkdf-ss-holder.mkdf-ss-break-1366.mkdf-ss-image-right .mkdf-ss-image {
        position: relative;
        left: 0
    }

    .mkdf-ss-holder.mkdf-ss-break-1366 .mkdf-ss-content {
        left: 0;
        width: 100%;
        padding: 25px
    }

    .mkdf-ss-holder.mkdf-ss-break-1366 .mkdf-ss-image {
        position: relative;
        width: 100%;
        background-image: none !important
    }

        .mkdf-ss-holder.mkdf-ss-break-1366 .mkdf-ss-image img {
            display: block
        }
}

@media only screen and (max-width:680px) {
    .mkdf-ss-holder.mkdf-ss-break-680.mkdf-ss-image-right .mkdf-ss-image {
        position: relative;
        left: 0
    }

    .mkdf-ss-holder.mkdf-ss-break-680 .mkdf-ss-content {
        left: 0;
        width: 100%;
        padding: 25px
    }

    .mkdf-ss-holder.mkdf-ss-break-680 .mkdf-ss-image {
        position: relative;
        width: 100%;
        background-image: none !important
    }

        .mkdf-ss-holder.mkdf-ss-break-680 .mkdf-ss-image img {
            display: block
        }
}

@media only screen and (max-width:480px) {
    .mkdf-ss-holder.mkdf-ss-break-480.mkdf-ss-image-right .mkdf-ss-image {
        position: relative;
        left: 0
    }

    .mkdf-ss-holder.mkdf-ss-break-480 .mkdf-ss-content {
        left: 0;
        width: 100%;
        padding: 25px
    }

    .mkdf-ss-holder.mkdf-ss-break-480 .mkdf-ss-image {
        position: relative;
        width: 100%;
        background-image: none !important
    }

        .mkdf-ss-holder.mkdf-ss-break-480 .mkdf-ss-image img {
            display: block
        }
}

@media only screen and (max-width:1024px) {
    .mkdf-ss-holder.mkdf-ss-break-1024.mkdf-ss-image-right .mkdf-ss-image {
        position: relative;
        left: 0
    }

    .mkdf-ss-holder.mkdf-ss-break-1024 .mkdf-ss-content {
        left: 0;
        width: 100%;
        padding: 25px
    }

    .mkdf-ss-holder.mkdf-ss-break-1024 .mkdf-ss-image {
        position: relative;
        width: 100%;
        background-image: none !important
    }

        .mkdf-ss-holder.mkdf-ss-break-1024 .mkdf-ss-image img {
            display: block
        }

    .mkdf-tabs.mkdf-tabs-standard .mkdf-tabs-nav li a {
        padding: 7px 21px
    }

    .mkdf-tabs.mkdf-tabs-boxed .mkdf-tabs-nav li a {
        padding: 7px 18px
    }

    .mkdf-tabs.mkdf-tabs-simple .mkdf-tabs-nav li {
        margin: 0 26px 0 0
    }

    .mkdf-tabs.mkdf-tabs-vertical .mkdf-tabs-nav {
        width: 180px
    }

    .mkdf-tabs.mkdf-tabs-vertical .mkdf-tab-container {
        width: calc(100% - 185px)
    }
}

@media only screen and (max-width:768px) {
    .mkdf-tabs.mkdf-tabs-boxed .mkdf-tabs-nav li, .mkdf-tabs.mkdf-tabs-standard .mkdf-tabs-nav li {
        display: block;
        float: none
    }

        .mkdf-tabs.mkdf-tabs-boxed .mkdf-tabs-nav li a, .mkdf-tabs.mkdf-tabs-standard .mkdf-tabs-nav li a {
            width: 100%
        }

        .mkdf-tabs.mkdf-tabs-boxed .mkdf-tabs-nav li:first-child {
            border-right: 1px solid #d7f5fa;
            border-bottom: 1px solid transparent;
            border-top-right-radius: 5px
        }

            .mkdf-tabs.mkdf-tabs-boxed .mkdf-tabs-nav li:first-child.ui-state-active {
                border-bottom: 1px solid transparent
            }

        .mkdf-tabs.mkdf-tabs-boxed .mkdf-tabs-nav li:last-child {
            border-top-right-radius: 0;
            border-left: 1px solid #d7f5fa;
            border-top: 1px solid transparent
        }

        .mkdf-tabs.mkdf-tabs-boxed .mkdf-tabs-nav li.ui-state-active {
            border-bottom: 1px solid #d7f5fa
        }

    .mkdf-tabs.mkdf-tabs-boxed .ui-widget-content {
        border-top-right-radius: 0
    }

    .mkdf-tabs.mkdf-tabs-simple .mkdf-tabs-nav li {
        margin: 0 20px 0 0
    }

    .mkdf-tabs.mkdf-tabs-vertical .mkdf-tab-container, .mkdf-tabs.mkdf-tabs-vertical .mkdf-tabs-nav {
        display: inline-block;
        width: 100%;
        height: auto
    }

    .mkdf-tabs.mkdf-tabs-vertical .mkdf-tabs-nav {
        border-right: 0
    }

        .mkdf-tabs.mkdf-tabs-vertical .mkdf-tabs-nav li {
            float: left;
            margin: 0 20px 0 0
        }

    .mkdf-tabs.mkdf-tabs-vertical .mkdf-tab-container {
        padding: 31px 0 0
    }
}

@media only screen and (max-width:680px) {
    .mkdf-tabs.mkdf-tabs-simple .mkdf-tabs-nav li, .mkdf-tabs.mkdf-tabs-vertical .mkdf-tabs-nav li {
        display: block;
        float: none;
        margin: 0 0 20px
    }

    .mkdf-tabs .mkdf-tab-container {
        padding-left: 20px;
        padding-right: 20px
    }

    .mkdf-tabs.mkdf-tabs-simple .mkdf-tabs-nav {
        padding: 0 0 20px
    }

        .mkdf-tabs.mkdf-tabs-simple .mkdf-tabs-nav li a, .mkdf-tabs.mkdf-tabs-vertical .mkdf-tabs-nav li a {
            padding: 0;
            width: 100%
        }
}

@media only screen and (max-width:480px) {
    .mkdf-working-hours-holder {
        padding: 14px 20px 50px
    }
}

@media only screen and (max-width:1200px) {
    .mkdf-instagram-feed:not(.mkdf-instagram-carousel) li img {
        width: 100%
    }

    .mkdf-instagram-feed:not(.mkdf-instagram-carousel).mkdf-col-6 li, .mkdf-instagram-feed:not(.mkdf-instagram-carousel).mkdf-col-9 li {
        width: 25%
    }
}

@media only screen and (max-width:768px) {
    .mkdf-instagram-feed:not(.mkdf-instagram-carousel).mkdf-col-6 li, .mkdf-instagram-feed:not(.mkdf-instagram-carousel).mkdf-col-9 li {
        width: 33.33333%
    }
}

@media only screen and (max-width:680px) {
    .mkdf-instagram-feed:not(.mkdf-instagram-carousel) li {
        width: 50% !important
    }
}

@-webkit-keyframes mkdfborderdance {
    0% {
        background-position: 0 0,100% 100%,0 100%,100% 0
    }

    100% {
        background-position: 100% 0,0 100%,0 0,100% 100%
    }
}

@keyframes mkdfborderdance {
    0% {
        background-position: 0 0,100% 100%,0 100%,100% 0
    }

    100% {
        background-position: 100% 0,0 100%,0 0,100% 100%
    }
}

@media only screen and (max-width:1280px) {
    .mkdf-twitter-list-holder.mkdf-tl-five-columns .mkdf-tl-item, .mkdf-twitter-list-holder.mkdf-tl-four-columns .mkdf-tl-item {
        width: 33.33333%
    }
}

@media only screen and (max-width:1280px) and (min-width:1025px) {
    .mkdf-image-gallery .mkdf-ig-grid.mkdf-ig-five-columns .mkdf-ig-image:nth-child(4n+1), .mkdf-image-gallery .mkdf-ig-grid.mkdf-ig-six-columns .mkdf-ig-image:nth-child(4n+1), .mkdf-twitter-list-holder.mkdf-tl-five-columns .mkdf-tl-item:nth-child(3n+1), .mkdf-twitter-list-holder.mkdf-tl-four-columns .mkdf-tl-item:nth-child(3n+1) {
        clear: both
    }
}

@media only screen and (max-width:1024px) {
    body.mkdf-vss-initialized {
        overflow-y: visible !important;
        height: auto !important
    }

    #multiscroll-nav, .mkdf-vertical-split-slider {
        display: none
    }

    .mkdf-vss-responsive {
        display: block
    }

    .mkdf-twitter-list-holder.mkdf-tl-five-columns .mkdf-tl-item, .mkdf-twitter-list-holder.mkdf-tl-four-columns .mkdf-tl-item, .mkdf-twitter-list-holder.mkdf-tl-three-columns .mkdf-tl-item {
        width: 50%
    }
}

@media only screen and (max-width:1024px) and (min-width:681px) {
    .mkdf-image-gallery .mkdf-ig-grid.mkdf-ig-four-columns .mkdf-ig-image:nth-child(4n+1), .mkdf-image-gallery .mkdf-ig-grid.mkdf-ig-three-columns .mkdf-ig-image:nth-child(3n+1), .mkdf-image-gallery .mkdf-ig-grid.mkdf-ig-two-columns .mkdf-ig-image:nth-child(2n+1), .mkdf-process-holder.mkdf-five-columns .mkdf-process-item:nth-child(2n+1), .mkdf-process-holder.mkdf-four-columns .mkdf-process-item:nth-child(2n+1), .mkdf-twitter-list-holder.mkdf-tl-five-columns .mkdf-tl-item:nth-child(2n+1), .mkdf-twitter-list-holder.mkdf-tl-four-columns .mkdf-tl-item:nth-child(2n+1), .mkdf-twitter-list-holder.mkdf-tl-three-columns .mkdf-tl-item:nth-child(2n+1) {
        clear: both
    }
}

@media only screen and (max-width:680px) {
    .mkdf-twitter-list-holder .mkdf-tl-item {
        width: 100% !important
    }
}

@media only screen and (max-width:1024px) {
}

@media only screen and (min-width:769px) and (max-width:1024px) {
}

@media only screen and (min-width:681px) and (max-width:768px) {
    h1 {
        font-size: 47px
    }
}

@media only screen and (max-width:680px) {
    h1 {
        font-size: 40px
    }

    h2 {
        font-size: 37px
    }
}

.shopping-basket {
    /*margin-top: 5px;*/
}

h2.title {
    font-size: 34px;
    color: #ffffff;
}

.breadcrumb-wrapper {
    font-size: 18px;
    color: #ffd200;
}

.WISHLIST {
    color: #703a78;
    font-size: 18px;
    padding-top: 35px;
}

.wpb_wrapper {
    font-size: 15px;
    text-align: right;
    color: #703a78;
}

h6.mkdf-st-title {
    font-size: 21px;
    color: #703a78;
}

a:focus {
    text-decoration: none;
}

.mkdf-woo-single-page .woocommerce-tabs #reviews {
    text-align: right;
}

.img-folle {
    height: 440px;
    overflow: hidden;
}

td.product-name a {
    color: #703a78;
}

span.woocommerce-Price-amount.amount {
    font-weight: 700;
    color: #703a78;
    font-size: 18px;
}

td.product-removee a {
    color: #703a78;
    font-size: 20px;
}




.mkdf-woo-view-all-pagination {
    position: relative;
    vertical-align: top;
    width: 1%;
    display: none
}

    .mkdf-woo-view-all-pagination a {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        white-space: nowrap;
        padding: 0 0 0 17px;
        color: #8f9093
    }

        .mkdf-woo-view-all-pagination a:before {
            content: '';
            padding: 0 28px 0 0;
            border-left: 1px solid #8f9093
        }

        .mkdf-woo-view-all-pagination a:hover {
            color: #32355d
        }

.woocommerce-page .mkdf-content .mkdf-quantity-buttons, div.woocommerce .mkdf-quantity-buttons {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #eee;
    border-radius: 10px;
    background-color: #f8f8f8;
    box-sizing: border-box;
    line-height: 44px;
    height: 50px;
    max-width: 202px;
    width: 100%;
    padding: 0 10px 0 20px;
    margin: 0 -.3em 0 0
}

    .woocommerce-page .mkdf-content .mkdf-quantity-buttons .mkdf-quantity-label, div.woocommerce .mkdf-quantity-buttons .mkdf-quantity-label {
        font-size: 14px;
        margin-right: 43px;
        display: inline-block;
        vertical-align: middle;
        color: #9f9e9e;
        background-color: transparent;
        text-align: center;
        border: 0;
        box-sizing: border-box
    }

    .woocommerce-page .mkdf-content .mkdf-quantity-buttons span.mkdf-quantity-minus, .woocommerce-page .mkdf-content .mkdf-quantity-buttons span.mkdf-quantity-plus, div.woocommerce .mkdf-quantity-buttons span.mkdf-quantity-minus, div.woocommerce .mkdf-quantity-buttons span.mkdf-quantity-plus {
        color: #9f9e9e;
        font-size: 18px
    }

    .woocommerce-page .mkdf-content .mkdf-quantity-buttons .mkdf-quantity-input, .woocommerce-page .mkdf-content .mkdf-quantity-buttons .mkdf-quantity-minus, .woocommerce-page .mkdf-content .mkdf-quantity-buttons .mkdf-quantity-plus, div.woocommerce .mkdf-quantity-buttons .mkdf-quantity-input, div.woocommerce .mkdf-quantity-buttons .mkdf-quantity-minus, div.woocommerce .mkdf-quantity-buttons .mkdf-quantity-plus {
        display: inline-block;
        vertical-align: middle;
        color: #8f9093;
        background-color: transparent;
        text-align: center;
        box-sizing: border-box
    }

    .woocommerce-page .mkdf-content .mkdf-quantity-buttons .mkdf-quantity-input, div.woocommerce .mkdf-quantity-buttons .mkdf-quantity-input {
        font-style: normal;
        font-size: 14px;
        color: #9f9e9e;
        border: 1px solid transparent;
        position: relative;
        width: 20px;
        padding: 0;
        margin: 0;
        outline: 0
    }

    .woocommerce-page .mkdf-content .mkdf-quantity-buttons .mkdf-quantity-minus, .woocommerce-page .mkdf-content .mkdf-quantity-buttons .mkdf-quantity-plus, div.woocommerce .mkdf-quantity-buttons .mkdf-quantity-minus, div.woocommerce .mkdf-quantity-buttons .mkdf-quantity-plus {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        height: 22px;
        line-height: 22px;
        border-left: 0;
        cursor: pointer;
        -webkit-transition: color .15s ease-in-out;
        -moz-transition: color .15s ease-in-out;
        transition: color .15s ease-in-out
    }

        .woocommerce-page .mkdf-content .mkdf-quantity-buttons .mkdf-quantity-minus:hover, .woocommerce-page .mkdf-content .mkdf-quantity-buttons .mkdf-quantity-plus:hover, div.woocommerce .mkdf-quantity-buttons
        .mkdf-quantity-minus:hover, div.woocommerce .mkdf-quantity-buttons .mkdf-quantity-plus:hover {
            color: #ff6f96
        }

.woocommerce-page .mkdf-content input[type=email], .woocommerce-page .mkdf-content input[type=tel], .woocommerce-page .mkdf-content input[type=password], .woocommerce-page .mkdf-content input[type=text], .woocommerce-page .mkdf-content textarea, div.woocommerce input[type=email], div.woocommerce input[type=tel], div.woocommerce input[type=password], div.woocommerce input[type=text], div.woocommerce textarea {
    position: relative;
    width: 100%;
    margin: 0 0 19px;
    padding: 19px 20px;
    font-size: 12px;
    line-height: 18px;
    font-weight: inherit;
    color: #8f9093;
    background-color: transparent;
    border: 1px solid #c9c9c9;
    border-radius: 10px;
    outline: 0;
    -webkit-appearance: none;
    box-sizing: border-box
}

    .woocommerce-page .mkdf-content input[type=email]::-webkit-input-placeholder, .woocommerce-page .mkdf-content input[type=tel]::-webkit-input-placeholder, .woocommerce-page .mkdf-content input[type=password]::-webkit-input-placeholder, .woocommerce-page .mkdf-content input[type=text]::-webkit-input-placeholder, .woocommerce-page .mkdf-content textarea::-webkit-input-placeholder, div.woocommerce input[type=email]::-webkit-input-placeholder, div.woocommerce input[type=tel]::-webkit-input-placeholder, div.woocommerce input[type=password]::-webkit-input-placeholder, div.woocommerce input[type=text]::-webkit-input-placeholder, div.woocommerce textarea::-webkit-input-placeholder {
        color: inherit
    }

    .woocommerce-page .mkdf-content input[type=email]:-moz-placeholder, .woocommerce-page .mkdf-content input[type=tel]:-moz-placeholder, .woocommerce-page .mkdf-content input[type=password]:-moz-placeholder, .woocommerce-page .mkdf-content input[type=text]:-moz-placeholder, .woocommerce-page .mkdf-content textarea:-moz-placeholder, div.woocommerce input[type=email]:-moz-placeholder, div.woocommerce input[type=tel]:-moz-placeholder, div.woocommerce input[type=password]:-moz-placeholder, div.woocommerce input[type=text]:-moz-placeholder, div.woocommerce textarea:-moz-placeholder {
        color: inherit;
        opacity: 1
    }

    .woocommerce-page .mkdf-content input[type=email]::-moz-placeholder, .woocommerce-page
    .mkdf-content input[type=tel]::-moz-placeholder, .woocommerce-page .mkdf-content input[type=password]::-moz-placeholder, .woocommerce-page .mkdf-content input[type=text]::-moz-placeholder, .woocommerce-page .mkdf-content textarea::-moz-placeholder, div.woocommerce input[type=email]::-moz-placeholder, div.woocommerce input[type=tel]::-moz-placeholder, div.woocommerce input[type=password]::-moz-placeholder, div.woocommerce input[type=text]::-moz-placeholder, div.woocommerce textarea::-moz-placeholder {
        color: inherit;
        opacity: 1
    }

    .woocommerce-page .mkdf-content input[type=email]:-ms-input-placeholder, .woocommerce-page .mkdf-content input[type=tel]:-ms-input-placeholder, .woocommerce-page .mkdf-content input[type=password]:-ms-input-placeholder, .woocommerce-page .mkdf-content input[type=text]:-ms-input-placeholder, .woocommerce-page .mkdf-content textarea:-ms-input-placeholder, div.woocommerce input[type=email]:-ms-input-placeholder, div.woocommerce input[type=tel]:-ms-input-placeholder, div.woocommerce input[type=password]:-ms-input-placeholder, div.woocommerce input[type=text]:-ms-input-placeholder, div.woocommerce textarea:-ms-input-placeholder {
        color: inherit
    }

.woocommerce-page .mkdf-content .coupon input[type=text], div.woocommerce .coupon input[type=text] {
    width: 200px;
    border-radius: 5px
}

.mkdf-woocommerce-page .woocommerce-ordering, .mkdf-woocommerce-page .woocommerce-result-count {
    display: inline;
    width: 50%;
    margin: 0 0 30px;
    float: left
}

.mkdf-woocommerce-page .woocommerce-result-count {
    line-height: 49px;
    font-size: 16px
}

.mkdf-woocommerce-page .woocommerce-ordering {
    text-align: right
}

    .mkdf-woocommerce-page .woocommerce-ordering .orderby {
        width: auto;
        min-width: 250px;
        margin: 0;
        text-align: initial
    }

.mkdf-woocommerce-page .cart-collaterals .woocommerce-shipping-calculator .select2-container--default {
    width: 100% !important;
    margin: 0 0 14px
}

.woocommerce .star-rating {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    font-size: 15px
}

    .woocommerce .star-rating:before {
        content: "\e031\e031\e031\e031\e031"
    }

    .woocommerce .star-rating span {
        position: absolute;
        top: 0;
        left: 0;
        font-size: 0;
        overflow: hidden
    }

        .woocommerce .star-rating span:before {
            content: "\e033\e033\e033\e033\e033";
            font-size: 15px
        }

.mkdf-woocommerce-page .mkdf-content .variations {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    border: none;
    padding: 0
}

    .mkdf-woocommerce-page .mkdf-content .variations tbody {
        display: block;
        widows: 100%
    }

    .mkdf-woocommerce-page .mkdf-content .variations tr {
        display: inline-block;
        margin-right: 12px;
        border: 1px solid transparent
    }

        .mkdf-woocommerce-page .mkdf-content .variations tr:last-child {
            margin: 0
        }

    .mkdf-woocommerce-page .mkdf-content .variations td {
        position: relative;
        display: block;
        font-size: 14px;
        text-transform: none;
        text-align: initial;
        color: #9f9e9e;
        padding: 0
    }

        .mkdf-woocommerce-page .mkdf-content .variations td.value {
            white-space: nowrap
        }

            .mkdf-woocommerce-page .mkdf-content .variations td.value select {
                width: auto;
                min-width: 193px
            }

    .mkdf-woocommerce-page .mkdf-content .variations .reset_variations {
        display: none !important;
        margin: 0 0 0 15px;
        color: #32355d
    }

    .mkdf-woocommerce-page .mkdf-content .variations .select2-container--default {
        text-align: left;
        width: auto;
        min-width: 193px
    }

    .mkdf-woocommerce-page .mkdf-content .variations .select2-dropdown {
        left: -1px
    }

.mkdf-woocommerce-page .mkdf-content .single_variation_wrap {
    margin: 19px 0 0
}

    .mkdf-woocommerce-page .mkdf-content .single_variation_wrap .single_variation {
        margin: 0 0 35px
    }

.mkdf-woocommerce-page .mkdf-content table.group_table .mkdf-quantity-buttons, .mkdf-woocommerce-page .mkdf-content table.group_table tr:last-child, .mkdf-woocommerce-page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .form-row, .mkdf-woocommerce-page.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-address-fields__field-wrapper .form-row {
    margin: 0
}

.mkdf-woocommerce-page .mkdf-content .single_variation_wrap .variations_button button .mkdf-btn-icon-holder {
    display: none
}

.mkdf-woocommerce-page .mkdf-content table.group_table {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    border: none;
    padding: 0
}

    .mkdf-woocommerce-page .mkdf-content table.group_table tbody {
        display: block
    }

    .mkdf-woocommerce-page .mkdf-content table.group_table tr {
        display: block;
        padding: 0 0 8px;
        border: 0;
        margin-bottom: 0
    }

    .mkdf-woocommerce-page .mkdf-content table.group_table td {
        padding: 0 17px 10px 0;
        text-align: left
    }

        .mkdf-woocommerce-page .mkdf-content table.group_table td.price {
            display: table-cell;
            vertical-align: middle
        }

        .mkdf-woocommerce-page .mkdf-content table.group_table td:last-child {
            padding: 0 0 10px
        }

    .mkdf-woocommerce-page .mkdf-content table.group_table a {
        color: #8f9093
    }

        .mkdf-woocommerce-page .mkdf-content table.group_table a:hover {
            color: #32355d
        }

.mkdf-woocommerce-page.woocommerce-account .woocommerce-MyAccount-content, .mkdf-woocommerce-page.woocommerce-account .woocommerce-MyAccount-navigation {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    float: left;
    box-sizing: border-box
}

    .mkdf-woocommerce-page.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper .select2-container--default .select2-selection--single, .mkdf-woocommerce-page.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-address-fields__field-wrapper .select2-container--default .select2-selection--single {
        margin-bottom: 17px
    }

.mkdf-woocommerce-page.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 30%;
    padding: 0 15px 0 0
}

    .mkdf-woocommerce-page.woocommerce-account .woocommerce-MyAccount-navigation ul {
        padding: 0 15px 0 0;
        margin: 0;
        list-style: none;
        border-right: 1px solid #c9c9c9
    }

        .mkdf-woocommerce-page.woocommerce-account .woocommerce-MyAccount-navigation ul li {
            margin: 0;
            padding: 0
        }

            .mkdf-woocommerce-page.woocommerce-account .woocommerce-MyAccount-navigation ul li:not(:last-child) {
                margin: 0 0 18px
            }

.mkdf-woocommerce-page.woocommerce-account .woocommerce-MyAccount-content {
    width: 70%;
    padding: 0 0 0 30px
}

.mkdf-woocommerce-page.woocommerce-account.logged-in .woocommerce {
    margin: 17px 0 79px
}

.mkdf-woocommerce-page.woocommerce-account .woocommerce {
    margin: 0 0 45px
}

    .mkdf-woocommerce-page.woocommerce-account .woocommerce .woocommerce-form-login {
        max-width: 600px;
        width: 100%
    }

    .mkdf-woocommerce-page.woocommerce-account .woocommerce button[type=submit]:not(.mkdf-woo-search-widget-button) {
        padding: 13px 36px;
        line-height: 31px;
        margin: 9px 0 0
    }

        .mkdf-woocommerce-page.woocommerce-account .woocommerce button[type=submit]:not(.mkdf-woo-search-widget-button) + .woocommerce-form__label-for-checkbox {
            position: relative;
            top: 7px
        }

    .mkdf-woocommerce-page.woocommerce-account .woocommerce form.login {
        margin: 0 0 34px
    }

        .mkdf-woocommerce-page.woocommerce-account .woocommerce form.login p {
            margin: 0
        }

            .mkdf-woocommerce-page.woocommerce-account .woocommerce form.login p.mkdf-login-form-text {
                margin: 0 0 7px
            }

            .mkdf-woocommerce-page.woocommerce-account .woocommerce form.login p.form-row {
                margin: 1px 0 0
            }

        .mkdf-woocommerce-page.woocommerce-account .woocommerce form.login input[type=checkbox] {
            position: relative;
            display: inline-block;
            vertical-align: middle;
            top: -1px;
            margin: 0 3px 0 5px
        }

        .mkdf-woocommerce-page.woocommerce-account .woocommerce form.login .lost_password {
            display: block;
            margin: 15px 0 0
        }

    .mkdf-woocommerce-page.woocommerce-account .woocommerce form.edit-account {
        margin: 0 0 15px
    }

        .mkdf-woocommerce-page.woocommerce-account .woocommerce form.edit-account p {
            margin: 0
        }

        .mkdf-woocommerce-page.woocommerce-account .woocommerce form.edit-account label {
            display: block;
            margin: 0
        }

        .mkdf-woocommerce-page.woocommerce-account .woocommerce form.edit-account fieldset > legend {
            display: block;
            color: #32355d;
            margin: 0 0 10px
        }

    .mkdf-woocommerce-page.woocommerce-account .woocommerce > p {
        display: block;
        margin: 0 0 30px
    }

    .mkdf-woocommerce-page.woocommerce-account .woocommerce > h2, .mkdf-woocommerce-page.woocommerce-account .woocommerce > header h2 {
        display: block;
        margin: 16px 0 25px
    }

    .mkdf-woocommerce-page.woocommerce-account .woocommerce table.shop_table {
        padding: 0;
        margin: 0 0 35px
    }

        .mkdf-woocommerce-page.woocommerce-account .woocommerce table.shop_table tr {
            border: 0;
            border-bottom: 1px solid #c9c9c9
        }

        .mkdf-woocommerce-page.woocommerce-account .woocommerce table.shop_table td, .mkdf-woocommerce-page.woocommerce-account .woocommerce table.shop_table th {
            padding: 14px 0;
            text-align: left;
            vertical-align: middle
        }

        .mkdf-woocommerce-page.woocommerce-account .woocommerce table.shop_table th {
            border: 0
        }

        .mkdf-woocommerce-page.woocommerce-account .woocommerce table.shop_table td.order-actions {
            text-align: right
        }

        .mkdf-woocommerce-page.woocommerce-account .woocommerce table.shop_table .variation > * {
            display: inline-block;
            vertical-align: middle;
            padding: 0;
            margin: 0
        }

        .mkdf-woocommerce-page.woocommerce-account .woocommerce table.shop_table .variation p {
            margin: 0
        }

    .mkdf-woocommerce-page.woocommerce-account .woocommerce .col2-set.addresses {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: middle;
        clear: both;
        margin: 0 0 15px
    }

        .mkdf-woocommerce-page.woocommerce-account .woocommerce .col2-set.addresses .col-1, .mkdf-woocommerce-page.woocommerce-account .woocommerce .col2-set.addresses .col-2 {
            position: relative;
            display: inline-block;
            width: 49%;
            margin-right: 1%;
            float: left;
            vertical-align: middle
        }

        .mkdf-woocommerce-page.woocommerce-account .woocommerce .col2-set.addresses .col-2 {
            margin-left: 1%;
            margin-right: 0
        }

        .mkdf-woocommerce-page.woocommerce-account .woocommerce .col2-set.addresses .title {
            margin: 4px 0 25px
        }

        .mkdf-woocommerce-page.woocommerce-account .woocommerce .col2-set.addresses h3 {
            margin: 0
        }

        .mkdf-woocommerce-page.woocommerce-account .woocommerce .col2-set.addresses address {
            font-style: normal
        }

.mkdf-woocommerce-page.woocommerce-account .vc_row .woocommerce > h2 {
    font-size: 30px;
    line-height: 40px;
    margin: 0 0 25px
}

.mkdf-woocommerce-page.woocommerce-account .vc_row .woocommerce form.login {
    margin: 0
}

    .mkdf-woocommerce-page.woocommerce-account .vc_row .woocommerce form.login p {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: middle
    }

        .mkdf-woocommerce-page.woocommerce-account .vc_row .woocommerce form.login p label:not(.inline) {
            display: block;
            margin: 14px 0;
            color: #32355d;
            font-size: 18px;
            line-height: 38px
        }

        .mkdf-woocommerce-page.woocommerce-account .vc_row .woocommerce form.login p label.inline {
            position: relative;
            display: inline-block;
            vertical-align: middle;
            margin: 23px 0 0
        }

        .mkdf-woocommerce-page.woocommerce-account .vc_row .woocommerce form.login p input.button {
            margin: 23px 0 0
        }

.mkdf-woocommerce-page.woocommerce-account.woocommerce-edit-address form .woocommerce-address-fields button[type=submit]:not(.mkdf-woo-search-widget-button) {
    margin: 0
}

.mkdf-woocommerce-page.woocommerce-account.woocommerce-edit-address .woocommerce > form {
    margin: 0 0 15px
}

    .mkdf-woocommerce-page.woocommerce-account.woocommerce-edit-address .woocommerce > form > :first-child {
        margin: 0 0 25px
    }

    .mkdf-woocommerce-page.woocommerce-account.woocommerce-edit-address .woocommerce > form p {
        margin: 0
    }

    .mkdf-woocommerce-page.woocommerce-account.woocommerce-edit-address .woocommerce > form label {
        display: block;
        margin: 0 0 5px
    }

.mkdf-woocommerce-page.mkdf-woocommerce-order-tracking .woocommerce {
    margin: 0 0 45px
}

    .mkdf-woocommerce-page.mkdf-woocommerce-order-tracking .woocommerce > .track_order {
        display: block;
        margin: 0 0 60px
    }

        .mkdf-woocommerce-page.mkdf-woocommerce-order-tracking .woocommerce > .track_order > p:not(.form-row) {
            display: block;
            margin: 0 0 7px
        }

        .mkdf-woocommerce-page.mkdf-woocommerce-order-tracking .woocommerce > .track_order .form-row-first, .mkdf-woocommerce-page.mkdf-woocommerce-order-tracking .woocommerce > .track_order .form-row-last {
            position: relative;
            display: inline-block;
            width: 100%;
            vertical-align: middle;
            margin: 0
        }

            .mkdf-woocommerce-page.mkdf-woocommerce-order-tracking .woocommerce > .track_order .form-row-first label, .mkdf-woocommerce-page.mkdf-woocommerce-order-tracking .woocommerce > .track_order .form-row-last label {
                display: block;
                margin: 14px 0;
                color: #32355d;
                font-size: 18px;
                line-height: 38px
            }

        .mkdf-woocommerce-page.mkdf-woocommerce-order-tracking .woocommerce > .track_order .button {
            margin: 13px 0 0
        }

.cross-sells, .mkdf-content .woocommerce, .mkdf-pl-main-holder, .related.products, .upsells.products {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle
}

.mkdf-pl-main-holder {
    margin: 0 0 16px
}

.mkdf-woo-pl-info-on-image-hover .mkdf-pl-main-holder {
    margin: 0 0 50px
}

ul.products {
    list-style: none;
    margin: 0 -15px;
    clear: both
}

    ul.products > .product {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        float: left;
        margin: 0 0 30px;
        padding: 0 15px;
        box-sizing: border-box
    }

.touch ul.products > .product {
    cursor: pointer
}

.mkdf-woo-single-page .mkdf-single-product-content .images .woocommerce-product-gallery__image .zoomImg, div.woocommerce > .single-product .images .woocommerce-product-gallery__image .zoomImg {
    cursor: crosshair
}

ul.products > .product:hover .mkdf-pl-inner .mkdf-pl-text.mkdf-pl-hover-overlay {
    opacity: 1
}

ul.products > .product:hover .mkdf-pl-inner .mkdf-pl-text.mkdf-pl-button-from-bottom .added_to_cart, ul.products > .product:hover .mkdf-pl-inner .mkdf-pl-text.mkdf-pl-button-from-bottom .mkdf-pl-btn {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0)
}

ul.products > .product .mkdf-product-list-title {
    margin: 5px 0 3px
}

ul.products > .product .mkdf-pl-rating-holder {
    position: relative;
    display: inline-block;
    width: 100%;
    line-height: 1;
    vertical-align: top;
    margin: 0 0 12px
}

ul.products > .product .price {
    position: relative;
    display: block;
    font-size: 21px;
    line-height: inherit;
    letter-spacing: -.01em;
    text-decoration: none;
    color: #ff6f96;
    margin: 0
}

    ul.products > .product .price * {
        font-size: inherit;
        line-height: 26px
    }

    ul.products > .product .price del, ul.products > .product .price ins {
        font-size: 21px;
        line-height: 26px;
        letter-spacing: -.01em
    }

    ul.products > .product .price del {
        margin: 0 5px 0 0;
        color: #32355d
    }

    ul.products > .product .price ins {
        text-decoration: none;
        color: #ff6f96
    }

ul.products > .product .added_to_cart, ul.products > .product .button {
    margin: 25px 0 0
}

.mkdf-woo-pl-info-below-image ul.products > .product .added_to_cart, .mkdf-woo-pl-info-below-image ul.products > .product .button {
    margin: 0
}

ul.products > .product .button.added {
    display: none
}

ul.products > .product .mkdf-pl-inner, ul.products > .product .mkdf-pl-inner .mkdf-pl-image {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    overflow: hidden
}

    ul.products > .product .mkdf-pl-inner .mkdf-pl-image img {
        display: block;
        width: 100%;
        border-radius: 10px
    }

    ul.products > .product .mkdf-pl-inner .mkdf-pl-text {
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        box-sizing: border-box
    }

        ul.products > .product .mkdf-pl-inner .mkdf-pl-text .added_to_cart, ul.products > .product .mkdf-pl-inner .mkdf-pl-text .mkdf-pl-btn {
            white-space: normal
        }

        ul.products > .product .mkdf-pl-inner .mkdf-pl-text .added_to_cart {
            padding: 13px 36px;
            line-height: 31px
        }

        ul.products > .product .mkdf-pl-inner .mkdf-pl-text.mkdf-pl-hover-overlay {
            padding: 10px 15px;
            opacity: 0;
            background-color: rgba(255,255,255,.95);
            border-radius: 10px;
            -webkit-transition: opacity .3s ease;
            -moz-transition: opacity .3s ease;
            transition: opacity .3s ease
        }

        ul.products > .product .mkdf-pl-inner .mkdf-pl-text.mkdf-pl-button-from-bottom .mkdf-pl-text-inner {
            vertical-align: bottom
        }

        ul.products > .product .mkdf-pl-inner .mkdf-pl-text.mkdf-pl-button-from-bottom .added_to_cart, ul.products > .product .mkdf-pl-inner .mkdf-pl-text.mkdf-pl-button-from-bottom .mkdf-pl-btn {
            width: 100%;
            padding-left: 10px;
            padding-right: 10px;
            -webkit-transform: translateY(100%);
            -moz-transform: translateY(100%);
            transform: translateY(100%);
            -webkit-transition: -webkit-transform .3s ease;
            -moz-transition: -moz-transform .3s ease;
            transition: transform .3s ease
        }

    ul.products > .product .mkdf-pl-inner .mkdf-pl-text-outer {
        position: relative;
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%;
        text-align: center
    }

    ul.products > .product .mkdf-pl-inner .mkdf-pl-text-inner {
        position: relative;
        display: table-cell;
        height: 100%;
        width: 100%;
        vertical-align: middle
    }

        ul.products > .product .mkdf-pl-inner .mkdf-pl-text-inner .mkdf-quickwish-holder {
            display: block;
            position: absolute;
            bottom: -11px;
            right: 0;
            left: 0;
            z-index: 15;
            font-size: 0
        }

            ul.products > .product .mkdf-pl-inner .mkdf-pl-text-inner .mkdf-quickwish-holder .clear {
                display: none
            }

        ul.products > .product .mkdf-pl-inner .mkdf-pl-text-inner .mkdf-product-list-title, ul.products > .product .mkdf-pl-inner .mkdf-pl-text-inner .price, ul.products > .product .mkdf-pl-inner .mkdf-pl-text-inner .price del, ul.products > .product .mkdf-pl-inner .mkdf-pl-text-inner .star-rating {
            color: #32355d
        }

    ul.products > .product .mkdf-pl-inner > a {
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0
    }

div.woocommerce > .products > .product-category a, ul.products > .product .mkdf-pl-text-wrapper {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

ul.products > .product
.mkdf-pl-text-wrapper {
    width: 100%;
    text-align: center;
    margin: 19px 0 23px
}

.mkdf-woo-no-space ul.products {
    margin: 0
}

    .mkdf-woo-no-space ul.products > .product {
        padding: 0;
        margin: 0
    }

.mkdf-woo-tiny-space ul.products {
    margin: 0 -5px
}

    .mkdf-woo-tiny-space ul.products > .product {
        padding: 0 5px;
        margin: 0 0 10px
    }

.mkdf-woo-small-space ul.products {
    margin: 0 -10px
}

    .mkdf-woo-small-space ul.products > .product {
        padding: 0 10px;
        margin: 0 0 20px
    }

.mkdf-woo-normal-space ul.products {
    margin: 0 -15px
}

    .mkdf-woo-normal-space ul.products > .product {
        padding: 0 15px;
        margin: 0 0 30px
    }

.mkdf-woo-medium-space ul.products {
    margin: 0 -20px
}

    .mkdf-woo-medium-space ul.products > .product {
        padding: 0 20px;
        margin: 0 0 40px
    }

.mkdf-woo-large-space ul.products {
    margin: 0 -25px
}

    .mkdf-woo-large-space ul.products > .product {
        padding: 0 25px;
        margin: 0 0 50px
    }

@media only screen and (min-width:1025px) {
    .mkdf-woocommerce-columns-3 .cross-sells > .products > .product, .mkdf-woocommerce-columns-3 .mkdf-pl-main-holder > .products > .product, .mkdf-woocommerce-columns-3 .related.products > .products > .product, .mkdf-woocommerce-columns-3 .upsells.products > .products > .product {
        width: 33.33333%
    }

        .mkdf-woocommerce-columns-3 .cross-sells > .products > .product:nth-child(3n+1), .mkdf-woocommerce-columns-3 .mkdf-pl-main-holder > .products > .product:nth-child(3n+1), .mkdf-woocommerce-columns-3 .related.products > .products > .product:nth-child(3n+1), .mkdf-woocommerce-columns-3 .upsells.products > .products > .product:nth-child(3n+1) {
            clear: both
        }

    .mkdf-woocommerce-columns-4 .cross-sells > .products > .product, .mkdf-woocommerce-columns-4 .mkdf-pl-main-holder > .products > .product, .mkdf-woocommerce-columns-4 .related.products > .products > .product, .mkdf-woocommerce-columns-4 .upsells.products > .products > .product {
        width: 25%
    }

        .mkdf-woocommerce-columns-4 .cross-sells > .products > .product:nth-child(4n+1), .mkdf-woocommerce-columns-4 .mkdf-pl-main-holder > .products > .product:nth-child(4n+1), .mkdf-woocommerce-columns-4 .related.products > .products > .product:nth-child(4n+1), .mkdf-woocommerce-columns-4 .upsells.products > .products > .product:nth-child(4n+1), .woocommerce.columns-4 > .products > .product:nth-child(4n+1) {
            clear: both
        }
}

.woocommerce.columns-1 > .products > .product {
    float: none;
    width: 100%
}

.woocommerce.columns-2 > .products > .product {
    width: 50%
}

.woocommerce.columns-3 > .products > .product {
    width: 33.33333%
}

.woocommerce.columns-4 > .products > .product {
    width: 25%
}

.woocommerce.columns-5 > .products > .product {
    width: 20%
}

@media only screen and (min-width:1201px) {
    .woocommerce.columns-5 > .products > .product:nth-child(5n+1) {
        clear: both
    }
}

.woocommerce.columns-6 > .products > .product {
    width: 16.66667%
}

@media only screen and (min-width:1441px) {
    .woocommerce.columns-6 > .products > .product:nth-child(6n+1) {
        clear: both
    }
}

.mkdf-content .woocommerce.add_to_cart_inline {
    margin: 0;
    width: auto
}

    .mkdf-content .woocommerce.add_to_cart_inline del, .mkdf-content .woocommerce.add_to_cart_inline ins {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        margin: 0 7px 0 0;
        color: #32355d;
        font-size: 16px;
        line-height: 1
    }

div.woocommerce > .products > .product-category a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(50,53,93,.6);
    opacity: 0;
    -webkit-transition: opacity .2s ease;
    -moz-transition: opacity .2s ease;
    transition: opacity .2s ease
}

div.woocommerce > .products > .product-category a:hover:after {
    opacity: 1
}

div.woocommerce > .products > .product-category a:hover .woocommerce-loop-category__title {
    top: 50%;
    opacity: 1
}

div.woocommerce > .products > .product-category img {
    display: block
}

div.woocommerce > .products > .product-category .woocommerce-loop-category__title {
    position: absolute;
    top: 60%;
    left: 0;
    display: block;
    width: 100%;
    padding: 0 10%;
    margin: 0;
    color: #fff;
    text-align: center;
    z-index: 2;
    opacity: 0;
    -webkit-filter: blur(0);
    box-sizing: border-box;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: opacity .2s ease,top .2s ease;
    -moz-transition: opacity .2s ease,top .2s ease;
    transition: opacity .2s ease,top .2s ease
}

    div.woocommerce > .products > .product-category .woocommerce-loop-category__title .count {
        font-size: .9em;
        color: #fff;
        background-color: transparent
    }

div.woocommerce > .single-product .images {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0
}

    div.woocommerce > .single-product .images figure {
        position: relative;
        display: inline-block;
        vertical-align: top;
        margin: 0 -10px
    }

        div.woocommerce > .single-product .images figure a {
            position: relative;
            display: inline-block;
            width: 100%;
            vertical-align: middle
        }

            div.woocommerce > .single-product .images figure a img {
                position: relative;
                width: 100%;
                display: block
            }

    div.woocommerce > .single-product .images .woocommerce-product-gallery__trigger {
        position: absolute;
        top: 10px;
        right: 10px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        z-index: 10
    }

    div.woocommerce > .single-product .images .woocommerce-product-gallery__image {
        position: relative;
        display: inline-block;
        vertical-align: top;
        margin: 0;
        padding: 0 10px;
        box-sizing: border-box
    }

div.woocommerce > .single-product .woocommerce-tabs, div.woocommerce > .single-product .woocommerce-tabs ul.tabs, div.woocommerce > .single-product .woocommerce-tabs ul.tabs > li {
    vertical-align: middle;
    position: relative;
    display: inline-block
}

div.woocommerce > .single-product .images .woocommerce-product-gallery__image:first-child {
    left: 10px;
    width: calc(100% - 20px);
    padding: 0
}

div.woocommerce > .single-product .images.woocommerce-product-gallery--with-images .woocommerce-product-gallery__image:not(:first-child) {
    float: left;
    padding-top: 20px
}

div.woocommerce > .single-product .images.woocommerce-product-gallery--columns-2 .woocommerce-product-gallery__image:not(:first-child) {
    width: 50%
}

div.woocommerce > .single-product .images.woocommerce-product-gallery--columns-3 .woocommerce-product-gallery__image:not(:first-child) {
    width: 33.33333%
}

div.woocommerce > .single-product .images.woocommerce-product-gallery--columns-4 .woocommerce-product-gallery__image:not(:first-child) {
    width: 25%
}

div.woocommerce > .single-product .woocommerce-tabs {
    width: 100%;
    margin: 30px 0 0
}

    div.woocommerce > .single-product .woocommerce-tabs ul.tabs {
        width: 100%;
        list-style: none;
        margin: 0;
        padding: 0;
        border-top: 1px solid #c9c9c9;
        border-bottom: 1px solid #c9c9c9;
        text-align: center;
        clear: both
    }

        div.woocommerce > .single-product .woocommerce-tabs ul.tabs > li a {
            position: relative;
            display: inline-block;
            vertical-align: top;
            padding: 13px 15px
        }

    div.woocommerce > .single-product .woocommerce-tabs .entry-content {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: middle
    }

        div.woocommerce > .single-product .woocommerce-tabs .entry-content > h2 {
            display: none
        }

        div.woocommerce > .single-product .woocommerce-tabs .entry-content > p, div.woocommerce > .single-product .woocommerce-tabs table {
            margin: 18px 0 20px
        }

            div.woocommerce > .single-product .woocommerce-tabs table th, div.woocommerce > .single-product .woocommerce-tabs table tr {
                border: 0
            }

            div.woocommerce > .single-product .woocommerce-tabs table td, div.woocommerce > .single-product .woocommerce-tabs table th {
                padding: 3px 0;
                vertical-align: middle;
                text-align: left
            }

                div.woocommerce > .single-product .woocommerce-tabs table td p, div.woocommerce > .single-product .woocommerce-tabs table th p {
                    margin: 0
                }

            div.woocommerce > .single-product .woocommerce-tabs table th {
                color: #32355d;
                width: 1%;
                padding: 0 10px 0 0
            }

            div.woocommerce > .single-product .woocommerce-tabs table td {
                width: 99%
            }

    div.woocommerce > .single-product .woocommerce-tabs #reviews, div.woocommerce > .single-product .woocommerce-tabs #reviews ol.commentlist .comment_container {
        width: 100%;
        position: relative;
        display: inline-block;
        vertical-align: middle
    }

    div.woocommerce > .single-product .woocommerce-tabs #reviews {
        margin: 18px 0 20px
    }

        div.woocommerce > .single-product .woocommerce-tabs #reviews h2 {
            font-size: 18px;
            line-height: 24px;
            margin: 8px 0 24px
        }

        div.woocommerce > .single-product .woocommerce-tabs #reviews ol.commentlist {
            list-style: none
        }

            div.woocommerce > .single-product .woocommerce-tabs #reviews ol.commentlist .comment_container img {
                float: left;
                width: 60px
            }

            div.woocommerce > .single-product .woocommerce-tabs #reviews ol.commentlist .comment-text {
                padding: 0 0 0 80px
            }

                div.woocommerce > .single-product .woocommerce-tabs #reviews ol.commentlist .comment-text div[itemprop=description] {
                    padding: 0;
                    margin: 0 0 15px;
                    border: 0
                }

                div.woocommerce > .single-product .woocommerce-tabs #reviews ol.commentlist .comment-text p {
                    margin: 5px 0 0
                }

        div.woocommerce > .single-product .woocommerce-tabs #reviews .comment-respond {
            margin-top: 15px
        }

            div.woocommerce > .single-product .woocommerce-tabs #reviews .comment-respond .comment-reply-title {
                margin: 0 0 10px
            }

            div.woocommerce > .single-product .woocommerce-tabs #reviews .comment-respond p {
                margin: 0
            }

            div.woocommerce > .single-product .woocommerce-tabs #reviews .comment-respond .stars {
                overflow: hidden
            }

                div.woocommerce > .single-product .woocommerce-tabs #reviews .comment-respond .stars a {
                    position: relative;
                    display: inline-block;
                    color: transparent;
                    font-size: 0;
                    margin: 0
                }

                    div.woocommerce > .single-product .woocommerce-tabs #reviews .comment-respond .stars a:before {
                        position: relative;
                        display: inline-block;
                        vertical-align: middle;
                        font-size: 12px;
                        line-height: 1;
                        letter-spacing: 2px;
                        color: #8f9093;
                        overflow: hidden;
                        z-index: -1;
                        -webkit-font-smoothing: antialiased;
                        -moz-osx-font-smoothing: grayscale
                    }

                    div.woocommerce > .single-product .woocommerce-tabs #reviews .comment-respond .stars a.active:after {
                        position: absolute;
                        right: 0;
                        bottom: 7px;
                        display: block;
                        font-size: 12px;
                        line-height: 1;
                        letter-spacing: 2px;
                        color: #8f9093;
                        content: "\e033\e033\e033\e033\e033";
                        -webkit-font-smoothing: antialiased;
                        -moz-osx-font-smoothing: grayscale
                    }

div.woocommerce > .single-product .related.products, div.woocommerce > .single-product .upsells.products {
    margin: 30px 0 0;
    border-top: 1px solid #c9c9c9
}

    div.woocommerce > .single-product .related.products > h2, div.woocommerce > .single-product .upsells.products > h2 {
        display: block;
        margin: 36px 0 50px;
        text-align: center
    }

    div.woocommerce > .single-product .related.products .product .mkdf-pl-text-wrapper, div.woocommerce > .single-product .upsells.products .product .mkdf-pl-text-wrapper {
        margin-bottom: 0
    }

@media only screen and (min-width:769px) {
    .woocommerce.columns-3 > .products > .product:nth-child(3n+1) {
        clear: both
    }

    .mkdf-woo-single-page.mkdf-woo-single-thumb-on-left-side .mkdf-single-product-content
    .images figure {
        width: 100%;
        margin: 0
    }

    .mkdf-woo-single-page.mkdf-woo-single-thumb-on-left-side .mkdf-single-product-content .images .woocommerce-product-gallery__image:first-child {
        left: 140px;
        width: calc(100% - 140px)
    }

    .mkdf-woo-single-page.mkdf-woo-single-thumb-on-left-side .mkdf-single-product-content .images.woocommerce-product-gallery--with-images .woocommerce-product-gallery__image:not(:first-child) {
        position: absolute;
        top: 0;
        left: 0;
        width: 118px;
        height: calc(25% + 3px);
        padding: 0 0 12px;
        box-sizing: border-box
    }

        .mkdf-woo-single-page.mkdf-woo-single-thumb-on-left-side .mkdf-single-product-content .images.woocommerce-product-gallery--with-images .woocommerce-product-gallery__image:not(:first-child) a, .mkdf-woo-single-page.mkdf-woo-single-thumb-on-left-side .mkdf-single-product-content .images.woocommerce-product-gallery--with-images .woocommerce-product-gallery__image:not(:first-child) a img {
            height: 100%
        }

    .mkdf-woo-single-page.mkdf-woo-single-thumb-on-left-side .mkdf-single-product-content .images.woocommerce-product-gallery--with-images .woocommerce-product-gallery__image:nth-child(2n) {
        top: calc(0% + 0px)
    }

    .mkdf-woo-single-page.mkdf-woo-single-thumb-on-left-side .mkdf-single-product-content .images.woocommerce-product-gallery--with-images .woocommerce-product-gallery__image:nth-child(3n) {
        top: calc(25% + 3px)
    }

    .mkdf-woo-single-page.mkdf-woo-single-thumb-on-left-side .mkdf-single-product-content .images.woocommerce-product-gallery--with-images .woocommerce-product-gallery__image:nth-child(4n) {
        top: calc(50% + 6px)
    }

    .mkdf-woo-single-page.mkdf-woo-single-thumb-on-left-side .mkdf-single-product-content .images.woocommerce-product-gallery--with-images .woocommerce-product-gallery__image:nth-child(5n) {
        top: calc(75% + 9px)
    }

    .mkdf-woo-single-page.mkdf-woo-single-thumb-on-left-side .mkdf-single-product-content .images.woocommerce-product-gallery--with-images .woocommerce-product-gallery__image:nth-child(6n) {
        top: calc(100% + 12px)
    }

    .mkdf-woo-single-page.mkdf-woo-single-thumb-on-left-side .mkdf-single-product-content .images.woocommerce-product-gallery--with-images .woocommerce-product-gallery__image:nth-child(7n) {
        top: calc(125% + 15px)
    }

    .mkdf-woo-single-page.mkdf-woo-single-thumb-on-left-side .mkdf-single-product-content .images.woocommerce-product-gallery--with-images .woocommerce-product-gallery__image:nth-child(8n) {
        top: calc(150% + 18px)
    }

    .mkdf-woo-single-page.mkdf-woo-single-thumb-on-left-side .mkdf-single-product-content .images.woocommerce-product-gallery--with-images .woocommerce-product-gallery__image:nth-child(9n) {
        top: calc(175% + 21px)
    }

    .mkdf-pls-holder.mkdf-two-columns .mkdf-pls-item:nth-child(2n+1) {
        clear: both
    }
}

.mkdf-woo-single-page .product {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    float: none;
    margin: 0 0 30px
}

.mkdf-woo-single-page .mkdf-single-product-content {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    clear: both;
    margin: 0 0 66px
}

    .mkdf-woo-single-page .mkdf-single-product-content .images {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        width: 50%;
        margin: 0;
        padding: 0 32px 0 0;
        float: left;
        box-sizing: border-box
    }

        .mkdf-woo-single-page .mkdf-single-product-content .images figure {
            position: relative;
            display: inline-block;
            vertical-align: top;
            margin: 0 -10px
        }

            .mkdf-woo-single-page .mkdf-single-product-content .images figure a {
                position: relative;
                display: inline-block;
                width: 100%;
                vertical-align: middle
            }

                .mkdf-woo-single-page .mkdf-single-product-content .images figure a img {
                    position: relative;
                    width: 100%;
                    display: block;
                    border-radius: 5px
                }

            .mkdf-woo-single-page .mkdf-single-product-content .images figure .woocommerce-product-gallery__image:first-child img {
                border-radius: 10px
            }

        .mkdf-woo-single-page .mkdf-single-product-content .images .woocommerce-product-gallery__trigger {
            position: absolute;
            top: 10px;
            right: 39px;
            width: 30px;
            height: 30px;
            line-height: 30px;
            text-align: center;
            z-index: 10
        }

        .mkdf-woo-single-page .mkdf-single-product-content .images .woocommerce-product-gallery__image {
            position: relative;
            display: inline-block;
            vertical-align: top;
            margin: 0;
            padding: 0 10px;
            box-sizing: border-box
        }

            .mkdf-woo-single-page .mkdf-single-product-content .images .woocommerce-product-gallery__image:first-child {
                left: 10px;
                width: calc(100% - 20px);
                padding: 0
            }

        .mkdf-woo-single-page .mkdf-single-product-content .images.woocommerce-product-gallery--with-images .woocommerce-product-gallery__image:not(:first-child) {
            float: left;
            padding-top: 20px
        }

        .mkdf-woo-single-page .mkdf-single-product-content .images.woocommerce-product-gallery--columns-2 .woocommerce-product-gallery__image:not(:first-child) {
            width: 50%
        }

        .mkdf-woo-single-page .mkdf-single-product-content .images.woocommerce-product-gallery--columns-3 .woocommerce-product-gallery__image:not(:first-child) {
            width: 33.33333%
        }

        .mkdf-woo-single-page .mkdf-single-product-content .images.woocommerce-product-gallery--columns-4 .woocommerce-product-gallery__image:not(:first-child) {
            width: 25%
        }

.mkdf-woo-single-page .mkdf-single-product-summary {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    padding: 0 0 0 32px;
    float: left;
    box-sizing: border-box
}

    .mkdf-woo-single-page .mkdf-single-product-summary .mkdf-single-product-title {
        margin: 0
    }

    .mkdf-woo-single-page .mkdf-single-product-summary .price {
        position: relative;
        display: block;
        line-height: inherit;
        letter-spacing: -.01em;
        text-decoration: none;
        margin: 2px 0 0;
        color: #ff6f96;
        font-size: 26px
    }

        .mkdf-woo-single-page .mkdf-single-product-summary .price del {
            font-size: 21px;
            line-height: 26px;
            letter-spacing: -.01em;
            margin: 0 5px 0 0;
            color: #32355d
        }

        .mkdf-woo-single-page .mkdf-single-product-summary .price ins {
            line-height: 26px;
            letter-spacing: -.01em;
            text-decoration: none;
            color: #ff6f96;
            font-size: 22px;
            font-weight: 400
        }

        .mkdf-woo-single-page .mkdf-single-product-summary .price * {
            line-height: 26px;
            font-size: 26px
        }

    .mkdf-woo-single-page .mkdf-single-product-summary .woocommerce-product-rating {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: middle;
        line-height: 0;
        margin: 6px 0 45px
    }

        .mkdf-woo-single-page .mkdf-single-product-summary .woocommerce-product-rating .star-rating {
            font-size: 15px;
            color: #dce086
        }

        .mkdf-woo-single-page .mkdf-single-product-summary .woocommerce-product-rating .woocommerce-review-link {
            display: none
        }

    .mkdf-woo-single-page .mkdf-single-product-summary .woocommerce-product-details__short-description {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: middle;
        margin: 17px 0 0
    }

        .mkdf-woo-single-page .mkdf-single-product-summary .woocommerce-product-details__short-description p {
            margin: 0
        }

    .mkdf-woo-single-page .mkdf-single-product-summary .product_meta {
        margin: 37px 0 0
    }

        .mkdf-woo-single-page .mkdf-single-product-summary .product_meta > span {
            display: block;
            margin: 0 0 7px;
            color: #32355d;
            font-weight: 400;
            font-size: 14px
        }

            .mkdf-woo-single-page .mkdf-single-product-summary .product_meta > span.sku_wrapper {
                text-transform: uppercase
            }

            .mkdf-woo-single-page .mkdf-single-product-summary .product_meta > span a, .mkdf-woo-single-page .mkdf-single-product-summary .product_meta > span span {
                color: #8f9093;
                font-size: 13px;
                font-weight: 400;
                padding-left: 5px
            }

            .mkdf-woo-single-page .mkdf-single-product-summary .product_meta > span a {
                color: #8f9093
            }

                .mkdf-woo-single-page .mkdf-single-product-summary .product_meta > span a:hover {
                    color: #ff6f96
                }

    .mkdf-woo-single-page .mkdf-single-product-summary .mkdf-woo-social-share-holder {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: middle;
        margin: 10px 0 0
    }

        .mkdf-woo-single-page .mkdf-single-product-summary .mkdf-woo-social-share-holder > * {
            display: table-cell;
            vertical-align: top
        }

        .mkdf-woo-single-page .mkdf-single-product-summary .mkdf-woo-social-share-holder > span {
            padding: 0 9px 0 0;
            color: #32355d;
            font-weight: 700;
            font-size: 13px;
            letter-spacing: .05em;
            text-transform: uppercase
        }

    .mkdf-woo-single-page .mkdf-single-product-summary p.stock.in-stock, .mkdf-woo-single-page .mkdf-single-product-summary p.stock.out-of-stock {
        color: #9ad8d3;
        font-weight: 700;
        margin: 22px 0 0
    }

    .mkdf-woo-single-page .mkdf-single-product-summary form.cart {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: middle;
        margin: 22px 0 0
    }

    .mkdf-woo-single-page .mkdf-single-product-summary .mkdf-quantity-buttons {
        margin: 0 6px 0 0
    }

        .mkdf-woo-single-page .mkdf-single-product-summary .mkdf-quantity-buttons .mkdf-quantity-input {
            font-style: normal;
            color: #9f9e9e;
            font-size: 14px;
            position: relative;
            width: 20px;
            padding: 0;
            margin: 0;
            outline: 0
        }

        .mkdf-woo-single-page .mkdf-single-product-summary .mkdf-quantity-buttons span.mkdf-quantity-minus, .mkdf-woo-single-page .mkdf-single-product-summary .mkdf-quantity-buttons span.mkdf-quantity-plus {
            color: #9f9e9e;
            font-size: 18px
        }

.mkdf-woo-single-page .yith-wcwl-add-to-wishlist .yith-wcwl-add-button:hover a, .mkdf-woo-single-page .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse:hover a {
    color: #ffd200
}

.mkdf-woo-single-page .related .yith-wcwl-add-to-wishlist .yith-wcwl-add-button:hover a, .mkdf-woo-single-page .related .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse:hover a {
    color: #fff
}

.mkdf-woo-single-page .woocommerce-tabs {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    margin: 30px 0 0
}

    .mkdf-woo-single-page .woocommerce-tabs ul.tabs {
        position: relative;
        width: 100%;
        display: block;
        vertical-align: middle;
        list-style: none;
        margin: 0;
        padding: 0;
        font-size: 0;
        text-align: right;
        clear: both;
        bottom: -1px;
        z-index: 9999
    }

        .mkdf-woo-single-page .woocommerce-tabs ul.tabs > li {
            position: relative;
            display: inline-block;
            vertical-align: middle;
            border: 1px solid #d7f5fa
        }

            .mkdf-woo-single-page .woocommerce-tabs ul.tabs > li.active {
                border-bottom: 1px solid #fff
            }

                .mkdf-woo-single-page .woocommerce-tabs ul.tabs > li.active a {
                    color: #ffd200;
                    background-color: transparent
                }

            .mkdf-woo-single-page .woocommerce-tabs ul.tabs > li a {
                position: relative;
                display: inline-block;
                box-sizing: border-box;
                vertical-align: top;
                padding: 23px 40px;
                font-size: 18px;
                font-weight: 400;
                line-height: 26px;
                text-transform: capitalize;
                background-color: #f7fdfe;
                color: #32355d
            }

            .mkdf-woo-single-page .woocommerce-tabs ul.tabs > li:last-child {
                margin: 0
            }

        .mkdf-woo-single-page .woocommerce-tabs ul.tabs li:first-child {
            border-right: 1px solid transparent;
            border-top-left-radius: 5px
        }

        .mkdf-woo-single-page .woocommerce-tabs ul.tabs li:last-child {
            border-top-right-radius: 5px
        }

        .mkdf-woo-single-page .woocommerce-tabs ul.tabs li.additional_information_tab {
            border-right: 1px solid transparent
        }

    .mkdf-woo-single-page .woocommerce-tabs .entry-content {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        box-sizing: border-box;
        width: 100%;
        padding: 55px 40px 59px;
        border: 1px solid #d7f5fa;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px
    }

        .mkdf-woo-single-page .woocommerce-tabs .entry-content > h2 {
            display: none
        }

        .mkdf-woo-single-page .woocommerce-tabs .entry-content > p {
            margin: 17px 0 0
        }

    .mkdf-woo-single-page .woocommerce-tabs table, .mkdf-woo-single-page .woocommerce-tabs table td p, .mkdf-woo-single-page .woocommerce-tabs table th p {
        margin: 0
    }

        .mkdf-woo-single-page .woocommerce-tabs table th, .mkdf-woo-single-page .woocommerce-tabs table tr {
            border: 0
        }

        .mkdf-woo-single-page .woocommerce-tabs table td, .mkdf-woo-single-page .woocommerce-tabs table th {
            padding: 3px 0;
            vertical-align: middle;
            text-align: left
        }

        .mkdf-woo-single-page .woocommerce-tabs table th {
            color: #32355d;
            width: 1%;
            font-size: 14px;
            font-weight: 400;
            padding: 0 10px 0 0
        }

        .mkdf-woo-single-page .woocommerce-tabs table td {
            width: 99%;
            font-size: 13px
        }

    .mkdf-woo-single-page .woocommerce-tabs #reviews, .mkdf-woo-single-page .woocommerce-tabs #reviews ol.commentlist .comment_container {
        width: 100%;
        position: relative;
        display: inline-block;
        vertical-align: middle
    }

    .mkdf-woo-single-page .woocommerce-tabs #reviews {
        padding: 0 0 5px;
        box-sizing: border-box
    }

        .mkdf-woo-single-page .woocommerce-tabs #reviews h2 {
            font-size: 24px;
            line-height: 27px;
            margin: 5px 0 22px
        }

        .mkdf-woo-single-page .woocommerce-tabs #reviews ol.commentlist {
            list-style: none
        }

            .mkdf-woo-single-page .woocommerce-tabs #reviews ol.commentlist li {
                margin: 0 0 15px
            }

                .mkdf-woo-single-page .woocommerce-tabs #reviews ol.commentlist .comment-text p, .mkdf-woo-single-page .woocommerce-tabs #reviews ol.commentlist li:last-child {
                    margin: 0
                }

            .mkdf-woo-single-page .woocommerce-tabs #reviews ol.commentlist .comment_container img {
                float: right;
                width: 70px;
                padding-top: 10px
            }

            .mkdf-woo-single-page .woocommerce-tabs #reviews ol.commentlist .comment-text {
                padding: 0 100px 0px 15px;
            }

        .mkdf-woo-single-page .woocommerce-tabs #reviews .comment-respond {
            margin-top: 15px
        }

            .mkdf-woo-single-page .woocommerce-tabs #reviews .comment-respond .comment-reply-title {
                margin: 0 0 10px
            }

            .mkdf-woo-single-page .woocommerce-tabs #reviews .comment-respond textarea {
                height: 135px
            }

            .mkdf-woo-single-page .woocommerce-tabs #reviews .comment-respond input[type=email], .mkdf-woo-single-page .woocommerce-tabs #reviews .comment-respond input[type=text], .mkdf-woo-single-page .woocommerce-tabs #reviews .comment-respond textarea {
                border: 1px solid #eee;
                background-color: #f8f8f8;
                color: #9f9e9e
            }

            .mkdf-woo-single-page .woocommerce-tabs #reviews .comment-respond p {
                margin: 0
            }

            .mkdf-woo-single-page .woocommerce-tabs #reviews .comment-respond .stars {
                overflow: hidden
            }

                .mkdf-woo-single-page .woocommerce-tabs #reviews .comment-respond .stars a {
                    position: relative;
                    display: inline-block;
                    color: transparent;
                    font-size: 0;
                    margin: 0
                }

                    .mkdf-woo-single-page .woocommerce-tabs #reviews .comment-respond .stars a:before {
                        content: "\e031";
                        position: relative;
                        display: inline-block;
                        vertical-align: middle;
                        overflow: hidden;
                        z-index: -1
                    }

                    .mkdf-woo-single-page .woocommerce-tabs #reviews .comment-respond .stars a.active:after {
                        content: "\e033\e033\e033\e033\e033";
                        position: absolute;
                        right: 0;
                        bottom: 7px;
                        display: block
                    }

.mkdf-woo-single-page .related.products, .mkdf-woo-single-page .upsells.products {
    margin: 50px 0 0
}

    .mkdf-woo-single-page .related.products > h2, .mkdf-woo-single-page .upsells.products > h2 {
        display: block;
        margin: 35px 0;
        font-size: 30px;
        line-height: 1.4em;
        text-align: left
    }

    .mkdf-woo-single-page .related.products .product .mkdf-pl-text-wrapper, .mkdf-woo-single-page .upsells.products .product .mkdf-pl-text-wrapper {
        margin-bottom: 0
    }

    .mkdf-woo-single-page .related.products .product .star-rating, .mkdf-woo-single-page .upsells.products .product .star-rating {
        color: #dce086
    }

.mkdf-shopping-cart-holder {
    direction: ltr;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 100%
}

.touch .mkdf-shopping-cart-holder {
    cursor: pointer
}

.mkdf-shopping-cart-holder .mkdf-shopping-cart-inner {
    position: relative;
    display: table;
    height: 100%
}

.mkdf-shopping-cart-holder .mkdf-header-cart {
    position: relative;
    display: table-cell;
    vertical-align: middle
}

    .mkdf-shopping-cart-holder .mkdf-header-cart .mkdf-cart-icon {
        display: inline-block;
        padding: 10px 17px 0;
        background-color: rgba(215,245,250,.1);
        position: relative
    }

        .mkdf-shopping-cart-holder .mkdf-header-cart .mkdf-cart-icon:after {
            content: "";
            position: absolute;
            display: block;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            color: #d7f5fa;
            z-index: -10;
            background: linear-gradient(90deg,currentColor 50%,transparent 50%),linear-gradient(90deg,transparent 50%,currentColor 50%),linear-gradient(0deg,currentColor 50%,transparent 50%),linear-gradient(0deg,transparent 50%,currentColor 50%);
            background-repeat: repeat-x,repeat-x,repeat-y,repeat-y;
            background-size: 10px 2px,10px 2px,2px 10px,2px 10px;
            background-position: 0 0,100% 100%,0 100%,100% 0
        }

        .mkdf-shopping-cart-holder .mkdf-header-cart .mkdf-cart-icon:hover:after {
            -webkit-animation: mkdfborderdance 3s infinite linear;
            -moz-animation: mkdfborderdance 3s infinite linear;
            animation: mkdfborderdance 3s infinite linear
        }

        .mkdf-shopping-cart-holder .mkdf-header-cart .mkdf-cart-icon span {
            text-align: center;
            margin: auto;
            display: block;
            vertical-align: middle
        }

        .mkdf-shopping-cart-holder .mkdf-header-cart .mkdf-cart-icon .mkdf-cart-title {
            position: relative;
            font-size: 14px;
            line-height: 26px;
            color: #32355d
        }

        .mkdf-shopping-cart-holder .mkdf-header-cart .mkdf-cart-icon:hover {
            color: #32355d
        }

    .mkdf-shopping-cart-holder .mkdf-header-cart .mkdf-cart-number {
        position: absolute;
        top: 26px;
        right: 25px;
        background-color: #ff6f96;
        width: 15px;
        height: 15px;
        line-height: 1.4em;
        border-radius: 50%;
        text-align: center;
        font-size: 10px;
        color: #fff;
        font-weight: 600
    }

    .mkdf-shopping-cart-holder .mkdf-header-cart.mkdf-header-cart-icon-pack .mkdf-cart-icon {
        font-size: 30px;
        line-height: 1em
    }

.widget.woocommerce {
    clear: both
}

    .widget.woocommerce.widget_layered_nav, .widget.woocommerce.widget_layered_nav_filters, .widget.woocommerce.widget_price_filter, .widget.woocommerce.widget_product_categories, .widget.woocommerce.widget_product_search, .widget.woocommerce.widget_product_tag_cloud, .widget.woocommerce.widget_products, .widget.woocommerce.widget_rating_filter, .widget.woocommerce.widget_recent_reviews, .widget.woocommerce.widget_recently_viewed_products, .widget.woocommerce.widget_shopping_cart, .widget.woocommerce.widget_top_rated_products {
        margin: 0 0 20px
    }

        .widget.woocommerce.widget_layered_nav ul, .widget.woocommerce.widget_layered_nav_filters ul, .widget.woocommerce.widget_product_categories ul, .widget.woocommerce.widget_products ul, .widget.woocommerce.widget_rating_filter ul, .widget.woocommerce.widget_recent_reviews ul, .widget.woocommerce.widget_recently_viewed_products ul, .widget.woocommerce.widget_shopping_cart ul, .widget.woocommerce.widget_top_rated_products ul {
            padding: 0;
            margin: 0;
            list-style: none
        }

            .widget.woocommerce.widget_layered_nav ul li, .widget.woocommerce.widget_layered_nav_filters ul li, .widget.woocommerce.widget_product_categories ul li, .widget.woocommerce.widget_products ul li, .widget.woocommerce.widget_rating_filter ul li, .widget.woocommerce.widget_recent_reviews ul li, .widget.woocommerce.widget_recently_viewed_products ul li, .widget.woocommerce.widget_shopping_cart ul li, .widget.woocommerce.widget_top_rated_products ul li {
                position: relative;
                display: inline-block;
                width: 100%;
                vertical-align: middle;
                padding: 0;
                margin: 0 0 14px;
                clear: both
            }

                .widget.woocommerce.widget_layered_nav ul li:last-child, .widget.woocommerce.widget_layered_nav_filters ul li:last-child, .widget.woocommerce.widget_product_categories ul li:last-child, .widget.woocommerce.widget_products ul li:last-child, .widget.woocommerce.widget_rating_filter ul li:last-child, .widget.woocommerce.widget_recent_reviews ul li:last-child, .widget.woocommerce.widget_recently_viewed_products ul li:last-child, .widget.woocommerce.widget_shopping_cart ul li:last-child, .widget.woocommerce.widget_top_rated_products ul li:last-child {
                    margin: 0
                }

                .widget.woocommerce.widget_layered_nav ul li ul, .widget.woocommerce.widget_layered_nav_filters ul li ul, .widget.woocommerce.widget_product_categories ul li ul, .widget.woocommerce.widget_products ul li ul, .widget.woocommerce.widget_rating_filter ul li ul, .widget.woocommerce.widget_recent_reviews ul li ul, .widget.woocommerce.widget_recently_viewed_products ul li ul, .widget.woocommerce.widget_shopping_cart ul li ul, .widget.woocommerce.widget_top_rated_products ul li ul {
                    margin: 14px 0 0 10px
                }

        .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content {
            position: relative;
            display: inline-block;
            width: 100%;
            vertical-align: middle
        }

            .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content ul li img {
                display: block;
                max-width: 84px;
                margin: 0 70% 13px 0
            }

            .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content ul li .remove {
                position: absolute;
                top: 0;
                right: 0;
                font-size: 0;
                line-height: 1
            }

                .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content ul li .remove:after {
                    position: relative;
                    display: block;
                    padding: 0 3px;
                    font-size: 30px;
                    line-height: 25px
                }

            .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .variation {
                position: relative;
                display: inline-block;
                width: 100%;
                vertical-align: middle
            }

                .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .variation > * {
                    display: inline-block;
                    vertical-align: middle;
                    margin: 0
                }

                    .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .variation > * p {
                        margin: 0
                    }

            .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .total {
                margin: 17px 0 13px
            }

            .widget.woocommerce.widget_shopping_cart .widget_shopping_cart_content .buttons {
                margin: 10px 0 0
            }

        .widget.woocommerce.widget_layered_nav .mkdf-widget-title {
            margin: 0 0 17px
        }

        .widget.woocommerce.widget_layered_nav ul li {
            margin: 2px 0
        }

            .widget.woocommerce.widget_layered_nav ul li.chosen a {
                color: #ffd200
            }

        .widget.woocommerce.widget_layered_nav_filters .mkdf-widget-title {
            margin: 0 0 17px
        }

        .widget.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content {
            position: relative;
            height: 3px;
            background-color: #7dd1ca;
            margin-top: 27px
        }

            .widget.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-handle {
                position: absolute;
                top: -4px;
                height: 10px;
                width: 10px;
                border-radius: 50%;
                background-color: #ffd200;
                margin: 0 0 0 -1px;
                cursor: pointer;
                outline: 0;
                z-index: 2
            }

                .widget.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-handle:last-child {
                    -webkit-transform: translateX(-50%);
                    -moz-transform: translateX(-50%);
                    transform: translateX(-50%)
                }

            .widget.woocommerce.widget_price_filter .price_slider_wrapper .ui-widget-content .ui-slider-range {
                position: absolute;
                display: block;
                height: 100%;
                background-color: #ffd200;
                z-index: 1
            }

        .widget.woocommerce.widget_price_filter .price_slider_amount {
            margin: 35px 0 0
        }

            .widget.woocommerce.widget_price_filter .price_slider_amount .button {
                float: right;
                padding: 10px 35px;
                line-height: 31px
            }

            .widget.woocommerce.widget_price_filter .price_slider_amount .price_label {
                float: left;
                padding: 12px 0;
                font-size: 13px;
                color: #8a4794;
                ;
            }

        .widget.woocommerce.widget_product_categories ul li {
            margin: 0;
            padding: 0 0 4px
        }

            .widget.woocommerce.widget_product_categories ul li:before {
                content: '';
                display: inline-block;
                width: 5px;
                height: 5px;
                background-color: #ffd200;
                border-radius: 50%;
                margin-right: 10px;
                vertical-align: middle
            }

            .widget.woocommerce.widget_product_categories ul li a {
                color: inherit;
                font-size: 16px;
                padding-right: 11px;
                color: #703a78;
                vertical-align: middle
            }

            .widget.woocommerce.widget_product_categories ul li ul {
                margin: 0 0 0 10px
            }

        .widget.woocommerce.widget_products .mkdf-widget-title, .widget.woocommerce.widget_recent_reviews .mkdf-widget-title, .widget.woocommerce.widget_recently_viewed_products .mkdf-widget-title, .widget.woocommerce.widget_top_rated_products .mkdf-widget-title {
            margin: 0 0 29px
        }

        .widget.woocommerce.widget_products ul, .widget.woocommerce.widget_recent_reviews ul, .widget.woocommerce.widget_recently_viewed_products ul, .widget.woocommerce.widget_top_rated_products ul {
            margin-top: 21px
        }

            .widget.woocommerce.widget_products ul li, .widget.woocommerce.widget_recent_reviews ul li, .widget.woocommerce.widget_recently_viewed_products ul li, .widget.woocommerce.widget_top_rated_products ul li {
                min-height: 70px
            }

                .widget.woocommerce.widget_products ul li a img, .widget.woocommerce.widget_recent_reviews ul li a img, .widget.woocommerce.widget_recently_viewed_products ul li a img, .widget.woocommerce.widget_top_rated_products ul li a img {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    max-width: 60px;
                    border-radius: 5px
                }

                .widget.woocommerce.widget_products ul li a span, .widget.woocommerce.widget_recent_reviews ul li a span, .widget.woocommerce.widget_recently_viewed_products ul li a span, .widget.woocommerce.widget_top_rated_products ul li a span {
                    position: relative;
                    display: block;
                    padding: 10px 0 2px 84px;
                    line-height: 20px;
                    box-sizing: border-box
                }

                .widget.woocommerce.widget_products ul li > :not(a), .widget.woocommerce.widget_recent_reviews ul li > :not(a), .widget.woocommerce.widget_recently_viewed_products ul li > :not(a), .widget.woocommerce.widget_top_rated_products ul li > :not(a) {
                    margin: 0 0 0 87px;
                    line-height: 20px
                }

                .widget.woocommerce.widget_products ul li .star-rating, .widget.woocommerce.widget_recent_reviews ul li .star-rating, .widget.woocommerce.widget_recently_viewed_products ul li .star-rating, .widget.woocommerce.widget_top_rated_products ul li .star-rating {
                    position: relative;
                    display: none
                }

                .widget.woocommerce.widget_products ul li del, .widget.woocommerce.widget_products ul li ins, .widget.woocommerce.widget_recent_reviews ul li del, .widget.woocommerce.widget_recent_reviews ul li ins, .widget.woocommerce.widget_recently_viewed_products ul li del, .widget.woocommerce.widget_recently_viewed_products ul li ins, .widget.woocommerce.widget_top_rated_products ul li del, .widget.woocommerce.widget_top_rated_products ul li ins {
                    display: inline-block
                }

                .widget.woocommerce.widget_products ul li .star-rating span, .widget.woocommerce.widget_recent_reviews ul li .star-rating span, .widget.woocommerce.widget_recently_viewed_products ul li .star-rating span, .widget.woocommerce.widget_top_rated_products ul li .star-rating span {
                    max-width: 100px
                }

                .widget.woocommerce.widget_products ul li del span, .widget.woocommerce.widget_products ul li ins span, .widget.woocommerce.widget_recent_reviews ul li del span, .widget.woocommerce.widget_recent_reviews ul li ins span, .widget.woocommerce.widget_recently_viewed_products ul li del span, .widget.woocommerce.widget_recently_viewed_products ul li ins span, .widget.woocommerce.widget_top_rated_products ul li del span, .widget.woocommerce.widget_top_rated_products ul li ins span {
                    color: inherit
                }

                .widget.woocommerce.widget_products ul li ins, .widget.woocommerce.widget_recent_reviews ul li ins, .widget.woocommerce.widget_recently_viewed_products ul li ins, .widget.woocommerce.widget_top_rated_products ul li ins {
                    text-decoration: none;
                    margin-left: 0
                }

                .widget.woocommerce.widget_products ul li .product-title, .widget.woocommerce.widget_recently_viewed_products ul li .product-title, .widget.woocommerce.widget_top_rated_products ul li .product-title {
                    color: #8f9093;
                    font-size: 15px
                }

                    .widget.woocommerce.widget_products ul li .product-title:hover, .widget.woocommerce.widget_recently_viewed_products ul li .product-title:hover, .widget.woocommerce.widget_top_rated_products ul li .product-title:hover {
                        color: #ffd200
                    }

                .widget.woocommerce.widget_products ul li .amount, .widget.woocommerce.widget_recently_viewed_products ul li .amount, .widget.woocommerce.widget_top_rated_products ul li .amount {
                    color: #ffd200
                }

                .widget.woocommerce.widget_products ul li del .amount, .widget.woocommerce.widget_recently_viewed_products ul li del .amount, .widget.woocommerce.widget_top_rated_products ul li del .amount {
                    color: #32355d
                }

                .widget.woocommerce.widget_products ul li ins .amount, .widget.woocommerce.widget_recently_viewed_products ul li ins .amount, .widget.woocommerce.widget_top_rated_products ul li ins .amount {
                    color: #ffd200
                }

                .widget.woocommerce.widget_recently_viewed_products ul li del, .widget.woocommerce.widget_recently_viewed_products ul li > .amount {
                    display: inline-block;
                    margin-top: 0
                }

                .widget.woocommerce.widget_recently_viewed_products ul li .amount:nth-child(3) {
                    margin-left: 0
                }

                .widget.woocommerce.widget_recent_reviews ul li .star-rating {
                    margin-top: 7px;
                    margin-bottom: 10px
                }

        .widget.woocommerce.widget_recent_reviews a {
            display: block;
            padding: 0 0 0 102px
        }

        .widget.woocommerce.widget_recent_reviews .reviewer {
            display: inline-block;
            vertical-align: middle;
            width: auto;
            clear: both
        }

        .widget.woocommerce.widget_top_rated_products ul li {
            min-height: 110px
        }

            .widget.woocommerce.widget_top_rated_products ul li a img {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                max-width: 85px
            }

            .widget.woocommerce.widget_top_rated_products ul li a span {
                padding: 0 0 0 112px
            }

            .widget.woocommerce.widget_top_rated_products ul li > :not(a) {
                margin: 0 0 0 112px;
                line-height: 20px
            }

            .widget.woocommerce.widget_top_rated_products ul li .star-rating {
                display: block;
                margin-top: 10px;
                margin-bottom: 12px
            }

            .widget.woocommerce.widget_top_rated_products ul li .amount {
                display: block
            }

        .widget.woocommerce.widget_product_tag_cloud .tagcloud a {
            position: relative;
            display: inline-block;
            vertical-align: middle;
            background-color: transparent;
            font-size: 14px !important
        }

            .widget.woocommerce.widget_product_tag_cloud .tagcloud a:after {
                content: '/';
                color: #8f9093;
                margin: 0 0 0 4px
            }

            .widget.woocommerce.widget_product_tag_cloud .tagcloud a:last-child:after {
                display: none
            }

        .widget.woocommerce.widget_product_search .woocommerce-product-search {
            position: relative;
            display: inline-block;
            width: 100%;
            vertical-align: middle;
            clear: both
        }

            .widget.woocommerce.widget_product_search .woocommerce-product-search > div {
                position: relative;
                display: inline-block;
                width: 100%;
                vertical-align: middle;
                border: 1px solid #c9c9c9;
                box-sizing: border-box
            }

            .widget.woocommerce.widget_product_search .woocommerce-product-search button, .widget.woocommerce.widget_product_search .woocommerce-product-search input {
                position: relative;
                display: inline-block;
                vertical-align: top;
                float: left;
                margin: 0;
                height: 44px;
                line-height: 22px;
                color: #8f9093;
                background-color: transparent;
                border: 0;
                border-radius: 0;
                outline: 0;
                -webkit-appearance: none;
                box-sizing: border-box;
                -webkit-transition: color .2s ease-out;
                -moz-transition: color .2s ease-out;
                transition: color .2s ease-out
            }

            .widget.woocommerce.widget_product_search .woocommerce-product-search input {
                width: calc(100% - 40px);
                padding: 10px 10px 10px 20px;
                font-size: 13px
            }

                .widget.woocommerce.widget_product_search .woocommerce-product-search input::-webkit-input-placeholder {
                    color: inherit
                }

                .widget.woocommerce.widget_product_search .woocommerce-product-search input:-moz-placeholder {
                    color: inherit;
                    opacity: 1
                }

                .widget.woocommerce.widget_product_search .woocommerce-product-search input::-moz-placeholder {
                    color: inherit;
                    opacity: 1
                }

                .widget.woocommerce.widget_product_search .woocommerce-product-search input:-ms-input-placeholder {
                    color: inherit
                }

            .widget.woocommerce.widget_product_search .woocommerce-product-search button {
                width: 40px;
                padding: 10px 13px 10px 4px;
                font-size: 14px;
                cursor: pointer
            }

                .widget.woocommerce.widget_product_search .woocommerce-product-search button:hover {
                    color: #32355d
                }

                .widget.woocommerce.widget_product_search .woocommerce-product-search button span, .widget.woocommerce.widget_product_search .woocommerce-product-search button span:before {
                    display: block;
                    line-height: inherit
                }

.mkdf-product-categories-holder .mkdf-product-category {
    float: left;
    position: relative;
    box-sizing: border-box;
    -webkit-transition: opacity .2 ease-in-out;
    -moz-transition: opacity .2 ease-in-out;
    transition: opacity .2 ease-in-out
}

    .mkdf-product-categories-holder .mkdf-product-category .mkdf-product-category-inner {
        display: inline-block;
        width: 100%;
        vertical-align: middle;
        height: 100%;
        padding: 28px 0 22px;
        background-color: rgba(220,224,134,.1);
        border-radius: 10px;
        box-sizing: border-box;
        position: relative;
        -webkit-transition: padding .2s ease-in-out;
        -moz-transition: padding .2s ease-in-out;
        transition: padding .2s ease-in-out
    }

        .mkdf-product-categories-holder .mkdf-product-category .mkdf-product-category-inner:after {
            content: "";
            position: absolute;
            display: block;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            color: #dce086;
            z-index: -10;
            background: linear-gradient(90deg,currentColor 50%,transparent 50%),linear-gradient(90deg,transparent 50%,currentColor 50%),linear-gradient(0deg,currentColor 50%,transparent 50%),linear-gradient(0deg,transparent 50%,currentColor 50%);
            background-repeat: repeat-x,repeat-x,repeat-y,repeat-y;
            background-size: 10px 2px,10px 2px,2px 10px,2px 10px;
            background-position: 0 0,100% 100%,0 100%,100% 0
        }

        .mkdf-product-categories-holder .mkdf-product-category .mkdf-product-category-inner:hover:after {
            -webkit-animation: mkdfborderdance 3s infinite linear;
            -moz-animation: mkdfborderdance 3s infinite linear;
            animation: mkdfborderdance 3s infinite linear
        }

        .mkdf-product-categories-holder .mkdf-product-category .mkdf-product-category-inner .mkdf-product-category-img-wrapper {
            display: inline-block
        }

        .mkdf-product-categories-holder .mkdf-product-category .mkdf-product-category-inner .mkdf-link {
            position: absolute;
            display: block;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0
        }

    .mkdf-product-categories-holder .mkdf-product-category .mkdf-product-category-content.top {
        position: absolute;
        top: 0;
        left: 0
    }

    .mkdf-product-categories-holder .mkdf-product-category .mkdf-product-category-content.bottom {
        position: relative;
        margin: 24px 0 0;
        text-align: center
    }

    .mkdf-product-categories-holder .mkdf-product-category .mkdf-product-category-content .mkdf-category-title {
        margin: 10px 0 0
    }

    .mkdf-product-categories-holder .mkdf-product-category.mkdf-category-with-image {
        text-align: center
    }

        .mkdf-product-categories-holder .mkdf-product-category.mkdf-category-with-image img {
            display: block
        }

        .mkdf-product-categories-holder .mkdf-product-category.mkdf-category-with-image .mkdf-product-category-content.top {
            top: 23px;
            left: 25px
        }

    .mkdf-product-categories-holder .mkdf-product-category:nth-child(3n+2) .mkdf-product-category-inner {
        background-color: rgba(255,111,150,.05);
        position: relative
    }

        .mkdf-product-categories-holder .mkdf-product-category:nth-child(3n+2) .mkdf-product-category-inner:after {
            content: "";
            position: absolute;
            display: block;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            color: rgba(255,111,150,.4);
            z-index: -10;
            background: linear-gradient(90deg,currentColor 50%,transparent 50%),linear-gradient(90deg,transparent 50%,currentColor 50%),linear-gradient(0deg,currentColor 50%,transparent 50%),linear-gradient(0deg,transparent 50%,currentColor 50%);
            background-repeat: repeat-x,repeat-x,repeat-y,repeat-y;
            background-size: 10px 2px,10px 2px,2px 10px,2px 10px;
            background-position: 0 0,100% 100%,0 100%,100% 0
        }

        .mkdf-product-categories-holder .mkdf-product-category:nth-child(3n+2) .mkdf-product-category-inner:hover:after {
            -webkit-animation: mkdfborderdance 3s infinite linear;
            -moz-animation: mkdfborderdance 3s infinite linear;
            animation: mkdfborderdance 3s infinite linear
        }

    .mkdf-product-categories-holder .mkdf-product-category:nth-child(3n+3) .mkdf-product-category-inner {
        background-color: rgba(154,216,211,.1);
        position: relative
    }

        .mkdf-product-categories-holder .mkdf-product-category:nth-child(3n+3) .mkdf-product-category-inner:after {
            content: "";
            position: absolute;
            display: block;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            color: #9ad8d3;
            z-index: -10;
            background: linear-gradient(90deg,currentColor 50%,transparent 50%),linear-gradient(90deg,transparent 50%,currentColor 50%),linear-gradient(0deg,currentColor 50%,transparent 50%),linear-gradient(0deg,transparent 50%,currentColor 50%);
            background-repeat: repeat-x,repeat-x,repeat-y,repeat-y;
            background-size: 10px 2px,10px 2px,2px 10px,2px 10px;
            background-position: 0 0,100% 100%,0 100%,100% 0
        }

.mkdf-product-info, .mkdf-product-info > div, .mkdf-product-info > div a {
    display: inline-block;
    vertical-align: middle;
    position: relative
}

.mkdf-product-categories-holder .mkdf-product-category:nth-child(3n+3) .mkdf-product-category-inner:hover:after {
    -webkit-animation: mkdfborderdance 3s infinite linear;
    -moz-animation: mkdfborderdance 3s infinite linear;
    animation: mkdfborderdance 3s infinite linear
}

.mkdf-no-space .mkdf-product-categories-holder-inner {
    margin: 0
}

    .mkdf-no-space .mkdf-product-categories-holder-inner .mkdf-product-category {
        padding: 0;
        margin: 0
    }

.mkdf-tiny-space .mkdf-product-categories-holder-inner {
    margin: 0 -5px
}

    .mkdf-tiny-space .mkdf-product-categories-holder-inner .mkdf-product-category {
        padding: 0 5px;
        margin: 0 0 10px
    }

.mkdf-small-space .mkdf-product-categories-holder-inner {
    margin: 0 -10px
}

    .mkdf-small-space .mkdf-product-categories-holder-inner .mkdf-product-category {
        padding: 0 10px;
        margin: 0 0 20px
    }

.mkdf-normal-space .mkdf-product-categories-holder-inner {
    margin: 0 -15px
}

    .mkdf-normal-space .mkdf-product-categories-holder-inner .mkdf-product-category {
        padding: 0 15px;
        margin: 0 0 30px
    }

.mkdf-large-space .mkdf-product-categories-holder-inner {
    margin: 0 -25px
}

    .mkdf-large-space .mkdf-product-categories-holder-inner .mkdf-product-category {
        padding: 0 25px;
        margin: 0 0 50px
    }

.mkdf-two-columns .mkdf-product-category {
    width: 50%
}

.mkdf-three-columns .mkdf-product-category {
    width: 33.33333%
}

.mkdf-four-columns .mkdf-product-category {
    width: 25%
}

.mkdf-five-columns .mkdf-product-category {
    width: 20%
}

.mkdf-six-columns .mkdf-product-category {
    width: 16.66667%
}

@media only screen and (min-width:681px) {
    .mkdf-five-columns .mkdf-product-category:nth-child(5n+1), .mkdf-four-columns .mkdf-product-category:nth-child(4n+1), .mkdf-six-columns .mkdf-product-category:nth-child(6n+1), .mkdf-three-columns .mkdf-product-category:nth-child(3n+1), .mkdf-two-columns .mkdf-product-category:nth-child(2n+1), .woocommerce.columns-2 > .products > .product:nth-child(2n+1) {
        clear: both
    }
}

.mkdf-product-info > div p {
    margin: 0
}

.mkdf-product-info > div a {
    margin: 0 9px 0 0
}

    .mkdf-product-info .mkdf-pi-category h1, .mkdf-product-info .mkdf-pi-category h2, .mkdf-product-info .mkdf-pi-category h3, .mkdf-product-info .mkdf-pi-category h4, .mkdf-product-info .mkdf-pi-category h5, .mkdf-product-info .mkdf-pi-category h6, .mkdf-product-info > div a:last-child {
        margin: 0
    }

.mkdf-product-info .mkdf-pi-image, .mkdf-product-info .mkdf-pi-rating, .mkdf-product-info .mkdf-pi-title {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0
}

    .mkdf-product-info .mkdf-pi-image img {
        display: block
    }

.mkdf-product-info .mkdf-pi-category h1 a, .mkdf-product-info .mkdf-pi-category h2 a, .mkdf-product-info .mkdf-pi-category h3 a, .mkdf-product-info .mkdf-pi-category h4 a, .mkdf-product-info .mkdf-pi-category h5 a, .mkdf-product-info .mkdf-pi-category h6 a {
    vertical-align: top
}

.mkdf-product-info .mkdf-pi-rating {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden
}

    .mkdf-product-info .mkdf-pi-rating:before {
        content: "\e031\e031\e031\e031\e031"
    }

    .mkdf-product-info .mkdf-pi-rating span {
        position: absolute;
        top: 0;
        left: 0;
        font-size: 0;
        overflow: hidden
    }

        .mkdf-product-info .mkdf-pi-rating span:before {
            content: "\e033\e033\e033\e033\e033";
            font-size: 15px
        }

.mkdf-product-info .mkdf-pi-add-to-cart .mkdf-btn.mkdf-btn-solid.mkdf-white-skin {
    color: #32355d;
    background-color: #fff;
    border-color: #fff
}

    .mkdf-product-info .mkdf-pi-add-to-cart .mkdf-btn.mkdf-btn-solid.mkdf-dark-skin, .mkdf-product-info .mkdf-pi-add-to-cart .mkdf-btn.mkdf-btn-solid.mkdf-white-skin:hover {
        color: #fff;
        background-color: #32355d;
        border-color: #32355d
    }

        .mkdf-product-info .mkdf-pi-add-to-cart .mkdf-btn.mkdf-btn-solid.mkdf-dark-skin:hover {
            color: #32355d;
            background-color: #fff;
            border-color: #fff
        }

.mkdf-plc-holder, .mkdf-plc-holder .mkdf-plc-outer {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle
}

    .mkdf-plc-holder .mkdf-plc-item {
        position: relative;
        display: inline-block;
        vertical-align: top;
        width: 100%;
        padding: 0;
        z-index: 100;
        overflow: hidden;
        box-sizing: border-box
    }

        .mkdf-plc-holder .mkdf-plc-item:hover .mkdf-plc-image-outer .mkdf-plc-text {
            opacity: 1
        }

.touch .mkdf-plc-holder .mkdf-plc-item {
    cursor: pointer
}

.mkdf-plc-holder .mkdf-plc-item .mkdf-plc-image-outer, .mkdf-plc-holder .mkdf-plc-item .mkdf-plc-image-outer .mkdf-plc-image {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle
}

    .mkdf-plc-holder .mkdf-plc-item .mkdf-plc-image-outer .mkdf-plc-image .mkdf-plc-new-product, .mkdf-plc-holder .mkdf-plc-item .mkdf-plc-image-outer .mkdf-plc-image .mkdf-plc-onsale, .mkdf-plc-holder .mkdf-plc-item .mkdf-plc-image-outer .mkdf-plc-image .mkdf-plc-out-of-stock, .mkdf-plc-holder .mkdf-plc-item .mkdf-plc-image-outer .mkdf-plc-image .mkdf-pli-new-product {
        position: absolute;
        display: block;
        top: 0;
        width: auto;
        background-color: #ff6f96;
        color: #32355d;
        font-size: 16px;
        letter-spacing: -.01em;
        line-height: 23px;
        text-align: center;
        box-sizing: border-box;
        margin: 20px 0 0 20px;
        padding: 0 10px;
        z-index: 100
    }

    .mkdf-plc-holder .mkdf-plc-item .mkdf-plc-image-outer .mkdf-plc-image .mkdf-plc-onsale {
        left: 0;
        background: #fdbecf;
        border-color: transparent #ff6f96 transparent transparent
    }

    .mkdf-plc-holder .mkdf-plc-item .mkdf-plc-image-outer .mkdf-plc-image .mkdf-plc-out-of-stock {
        left: 0;
        background-color: #b7eaf2;
        border-color: transparent #32355d transparent transparent
    }

    .mkdf-plc-holder .mkdf-plc-item .mkdf-plc-image-outer .mkdf-plc-image .mkdf-plc-new-product {
        left: 0;
        background-color: #dce086;
        border-color: transparent #32355d transparent transparent
    }

    .mkdf-plc-holder .mkdf-plc-item .mkdf-plc-image-outer .mkdf-plc-text {
        position: absolute;
        top: 0;
        left: 0;
        display: inline-block;
        width: 100%;
        height: 100%;
        padding: 10px;
        opacity: 0;
        background-color: rgba(50,53,93,.6);
        box-sizing: border-box;
        -webkit-transition: opacity .2s ease-out,background-color .2s ease-out;
        -moz-transition: opacity .2s ease-out,background-color .2s ease-out;
        transition: opacity .2s ease-out,background-color .2s ease-out
    }

    .mkdf-plc-holder .mkdf-plc-item .mkdf-plc-image-outer .mkdf-plc-text-outer {
        position: relative;
        display: table;
        width: 100%;
        height: 100%;
        text-align: center
    }

    .mkdf-plc-holder .mkdf-plc-item .mkdf-plc-image-outer .mkdf-plc-text-inner {
        position: relative;
        display: table-cell;
        width: 100%;
        height: 100%;
        vertical-align: middle
    }

.mkdf-plc-holder .mkdf-plc-item .mkdf-plc-title {
    margin: 0 0 4px
}

.mkdf-plc-holder .mkdf-plc-item .mkdf-plc-category {
    margin: 11px 0 3px
}

.mkdf-plc-holder .mkdf-plc-item .mkdf-plc-excerpt {
    color: #32355d;
    line-height: 1.3em;
    margin: 11px 0 3px
}

.mkdf-plc-holder .mkdf-plc-item .mkdf-plc-rating-holder {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    line-height: 1;
    margin: 10px 0 3px
}

.mkdf-plc-holder .mkdf-plc-item .mkdf-plc-rating {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden
}

    .mkdf-plc-holder .mkdf-plc-item .mkdf-plc-rating:before {
        content: "\e031\e031\e031\e031\e031"
    }

    .mkdf-plc-holder .mkdf-plc-item .mkdf-plc-rating span {
        position: absolute;
        top: 0;
        left: 0;
        font-size: 0;
        overflow: hidden
    }

        .mkdf-plc-holder .mkdf-plc-item .mkdf-plc-rating span:before {
            content: "\e033\e033\e033\e033\e033";
            font-size: 15px
        }

.mkdf-plc-holder .mkdf-plc-item .mkdf-plc-price {
    position: relative;
    display: block;
    font-size: 21px;
    line-height: inherit;
    letter-spacing: -.01em;
    text-decoration: none;
    margin: 2px 0 0;
    color: #ff6f96
}

    .mkdf-plc-holder .mkdf-plc-item .mkdf-plc-price * {
        font-size: inherit;
        line-height: 26px
    }

    .mkdf-plc-holder .mkdf-plc-item .mkdf-plc-price del, .mkdf-plc-holder .mkdf-plc-item .mkdf-plc-price ins {
        font-size: 21px;
        line-height: 26px;
        letter-spacing: -.01em
    }

    .mkdf-plc-holder .mkdf-plc-item .mkdf-plc-price del {
        margin: 0 5px 0 0;
        color: #32355d
    }

    .mkdf-plc-holder .mkdf-plc-item .mkdf-plc-price ins {
        text-decoration: none;
        color: #ff6f96
    }

.mkdf-plc-holder .mkdf-plc-item .added_to_cart, .mkdf-plc-holder .mkdf-plc-item .button {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    outline: 0;
    font-size: 20px;
    box-sizing: border-box;
    margin: 0;
    border-radius: 5px;
    -webkit-transition: color .3s ease,background-color .3s ease,border-color .3s ease;
    -moz-transition: color .3s ease,background-color .3s ease,border-color .3s ease;
    transition: color .3s ease,background-color .3s ease,border-color .3s ease;
    padding: 15px 24px;
    border: 0;
    white-space: nowrap;
    z-index: 3
}

    .mkdf-plc-holder .mkdf-plc-item .added_to_cart .mkdf-btn-icon-holder, .mkdf-plc-holder .mkdf-plc-item .button .mkdf-btn-icon-holder {
        margin-left: 21px;
        width: 53px;
        padding: 14px 0;
        text-align: center
    }

    .mkdf-plc-holder .mkdf-plc-item .button.added {
        display: none
    }

.mkdf-plc-holder .mkdf-plc-item .mkdf-plc-add-to-cart {
    margin: 20px 0 0
}

    .mkdf-plc-holder .mkdf-plc-item .mkdf-plc-add-to-cart.mkdf-default-skin .added_to_cart, .mkdf-plc-holder .mkdf-plc-item .mkdf-plc-add-to-cart.mkdf-default-skin .button {
        color: #fff;
        background-color: #ff6f96;
        border: 1px solid transparent;
        border: 0
    }

        .mkdf-plc-holder .mkdf-plc-item .mkdf-plc-add-to-cart.mkdf-default-skin .added_to_cart:hover, .mkdf-plc-holder .mkdf-plc-item .mkdf-plc-add-to-cart.mkdf-default-skin .button:hover {
            color: #fff;
            background-color: #fb5182
        }

    .mkdf-plc-holder .mkdf-plc-item .mkdf-plc-add-to-cart.mkdf-light-skin .added_to_cart, .mkdf-plc-holder .mkdf-plc-item .mkdf-plc-add-to-cart.mkdf-light-skin .button {
        color: #32355d;
        background-color: #fff
    }

        .mkdf-plc-holder .mkdf-plc-item .mkdf-plc-add-to-cart.mkdf-light-skin .added_to_cart:hover, .mkdf-plc-holder .mkdf-plc-item .mkdf-plc-add-to-cart.mkdf-light-skin .button:hover {
            color: #fff;
            background-color: #ff6f96
        }

    .mkdf-plc-holder .mkdf-plc-item .mkdf-plc-add-to-cart.mkdf-dark-skin .added_to_cart, .mkdf-plc-holder .mkdf-plc-item .mkdf-plc-add-to-cart.mkdf-dark-skin .button {
        color: #fff;
        background-color: #32355d
    }

        .mkdf-plc-holder .mkdf-plc-item .mkdf-plc-add-to-cart.mkdf-dark-skin .added_to_cart:hover, .mkdf-plc-holder .mkdf-plc-item .mkdf-plc-add-to-cart.mkdf-dark-skin .button:hover {
            color: #fff;
            background-color: #ff6f96
        }

.mkdf-plc-holder .mkdf-plc-item .mkdf-plc-link {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.mkdf-plc-holder.mkdf-standard-layout .mkdf-plc-item .mkdf-plc-category a, .mkdf-plc-holder.mkdf-standard-layout .mkdf-plc-item .mkdf-plc-excerpt, .mkdf-plc-holder.mkdf-standard-layout .mkdf-plc-item .mkdf-plc-price, .mkdf-plc-holder.mkdf-standard-layout .mkdf-plc-item .mkdf-plc-rating, .mkdf-plc-holder.mkdf-standard-layout .mkdf-plc-item .mkdf-plc-title {
    color: #fff
}

    .mkdf-plc-holder.mkdf-standard-layout .mkdf-plc-item .mkdf-plc-category a:hover, .mkdf-plc-holder.mkdf-standard-layout .mkdf-plc-item .mkdf-plc-price del {
        color: rgba(255,255,255,.8)
    }

.mkdf-plc-holder.mkdf-simple-layout .mkdf-plc-image-outer {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    padding: 0 15px 0 0
}

.mkdf-plc-holder.mkdf-simple-layout .mkdf-plc-text-wrapper {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    padding: 0 0 0 15px
}

.mkdf-pls-holder > ul, .mkdf-pls-holder > ul > li {
    display: inline-block;
    width: 100%;
    padding: 0;
    vertical-align: middle
}

.mkdf-plc-holder.mkdf-simple-layout .mkdf-plc-text, .mkdf-plc-holder.mkdf-simple-layout .mkdf-plc-text-inner, .mkdf-plc-holder.mkdf-simple-layout .mkdf-plc-text-outer {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    -webkit-transform: translateZ(0)
}

.mkdf-plc-holder.mkdf-plc-nav-light-skin .owl-nav .owl-next, .mkdf-plc-holder.mkdf-plc-nav-light-skin .owl-nav .owl-prev {
    color: #fff
}

    .mkdf-plc-holder.mkdf-plc-nav-light-skin .owl-nav .owl-next:hover, .mkdf-plc-holder.mkdf-plc-nav-light-skin .owl-nav .owl-prev:hover {
        color: rgba(255,255,255,.8)
    }

.mkdf-plc-holder.mkdf-plc-pag-inside-slider .owl-next, .mkdf-plc-holder.mkdf-plc-pag-inside-slider .owl-prev {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%)
}

.mkdf-plc-holder.mkdf-plc-pag-inside-slider .owl-dots {
    position: absolute;
    left: 0;
    bottom: 10px;
    margin: 0
}

.mkdf-plc-holder.mkdf-plc-pag-light-skin .owl-dots .owl-dot span {
    background-color: rgba(255,255,255,.8)
}

.mkdf-plc-holder.mkdf-plc-pag-light-skin .owl-dots .owl-dot.active span, .mkdf-plc-holder.mkdf-plc-pag-light-skin .owl-dots .owl-dot:hover span {
    background-color: #fff
}

.mkdf-pls-holder {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle
}

    .mkdf-pls-holder > ul {
        position: relative;
        list-style: none;
        margin: 0
    }

        .mkdf-pls-holder > ul > li {
            position: relative;
            float: left;
            box-sizing: border-box;
            margin: 0 0 20px
        }

            .mkdf-pls-holder > ul > li:last-child {
                margin: 0
            }

    .mkdf-pls-holder .mkdf-pls-image {
        display: table-cell;
        vertical-align: middle;
        width: 112px
    }

        .mkdf-pls-holder .mkdf-pls-image a, .mkdf-pls-holder .mkdf-pls-image img {
            display: block;
            border-radius: 10px
        }

        .mkdf-pls-holder .mkdf-pls-image a {
            position: relative
        }

            .mkdf-pls-holder .mkdf-pls-image a:hover:after {
                opacity: 1
            }

            .mkdf-pls-holder .mkdf-pls-image a:after {
                position: absolute;
                display: block;
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
                content: '';
                background-color: rgba(255,255,255,.4);
                opacity: 0;
                -webkit-transition: opacity .3s ease;
                -moz-transition: opacity .3s ease;
                transition: opacity .3s ease
            }

    .mkdf-pls-holder .mkdf-pls-text {
        display: table-cell;
        vertical-align: middle;
        padding: 0 0 0 20px
    }

        .mkdf-pls-holder .mkdf-pls-text .mkdf-pls-title {
            margin: 0 0 5px
        }

        .mkdf-pls-holder .mkdf-pls-text .mkdf-pls-rating-holder {
            position: relative;
            display: inline-block;
            width: 100%;
            vertical-align: middle;
            vertical-align: top;
            line-height: 1
        }

        .mkdf-pls-holder .mkdf-pls-text .mkdf-pls-rating {
            position: relative;
            display: inline-block;
            vertical-align: middle;
            overflow: hidden;
            font-size: 15px
        }

            .mkdf-pls-holder .mkdf-pls-text .mkdf-pls-rating:before {
                content: "\e031\e031\e031\e031\e031"
            }

            .mkdf-pls-holder .mkdf-pls-text .mkdf-pls-rating span {
                position: absolute;
                top: 0;
                left: 0;
                font-size: 0;
                overflow: hidden
            }

                .mkdf-pls-holder .mkdf-pls-text .mkdf-pls-rating span:before {
                    content: "\e033\e033\e033\e033\e033";
                    font-size: 15px
                }

        .mkdf-pls-holder .mkdf-pls-text .mkdf-pls-price {
            position: relative;
            display: block;
            font-size: 21px;
            line-height: 1em;
            letter-spacing: -.01em;
            text-decoration: none;
            color: #ff6f96;
            margin: 3px 0 0
        }

            .mkdf-pls-holder .mkdf-pls-text .mkdf-pls-price * {
                font-size: inherit;
                line-height: inherit
            }

            .mkdf-pls-holder .mkdf-pls-text .mkdf-pls-price del {
                color: #32355d;
                margin: 0 4px 0 0
            }

            .mkdf-pls-holder .mkdf-pls-text .mkdf-pls-price ins {
                text-decoration: none
            }

    .mkdf-pls-holder.mkdf-no-space .mkdf-pls-inner {
        margin: 0
    }

        .mkdf-pls-holder.mkdf-no-space .mkdf-pls-inner .mkdf-pls-item {
            padding: 0;
            margin: 0
        }

    .mkdf-pls-holder.mkdf-tiny-space .mkdf-pls-inner {
        margin: 0 -5px
    }

        .mkdf-pls-holder.mkdf-tiny-space .mkdf-pls-inner .mkdf-pls-item {
            padding: 0 5px;
            margin: 0 0 10px
        }

    .mkdf-pls-holder.mkdf-small-space .mkdf-pls-inner {
        margin: 0 -10px
    }

        .mkdf-pls-holder.mkdf-small-space .mkdf-pls-inner .mkdf-pls-item {
            padding: 0 10px;
            margin: 0 0 20px
        }

    .mkdf-pls-holder.mkdf-normal-space .mkdf-pls-inner {
        margin: 0 -15px
    }

        .mkdf-pls-holder.mkdf-normal-space .mkdf-pls-inner .mkdf-pls-item {
            padding: 0 15px;
            margin: 0 0 30px
        }

    .mkdf-pls-holder.mkdf-large-space .mkdf-pls-inner {
        margin: 0 -25px
    }

        .mkdf-pls-holder.mkdf-large-space .mkdf-pls-inner .mkdf-pls-item {
            padding: 0 25px;
            margin: 0 0 50px
        }

    .mkdf-pls-holder.mkdf-four-columns .mkdf-pls-item {
        width: 25%
    }

    .mkdf-pls-holder.mkdf-five-columns .mkdf-pls-item {
        width: 20%
    }

    .mkdf-pls-holder.mkdf-six-columns .mkdf-pls-item {
        width: 16.66667%
    }

    .mkdf-pls-holder.mkdf-two-columns .mkdf-pls-item {
        width: 50%
    }

    .mkdf-pls-holder.mkdf-three-columns .mkdf-pls-item {
        width: 33.33333%
    }

.mkdf-pl-holder {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle
}

    .mkdf-pl-holder.mkdf-info-on-image .mkdf-pli .mkdf-pli-add-to-cart {
        margin: 12px 0 0
    }

    .mkdf-pl-holder .mkdf-pli {
        position: relative;
        display: inline-block;
        vertical-align: top;
        width: 100%;
        padding: 0;
        z-index: 100;
        box-sizing: border-box
    }

        .mkdf-pl-holder .mkdf-pli .mkdf-pli-title {
            margin: 0 0 6px
        }

        .mkdf-pl-holder .mkdf-pli .mkdf-pli-category {
            margin: 11px 0 3px
        }

        .mkdf-pl-holder .mkdf-pli .mkdf-pli-excerpt {
            color: #32355d;
            line-height: 1.3em;
            margin: 11px 0 3px
        }

        .mkdf-pl-holder .mkdf-pli .mkdf-pli-rating-holder {
            position: relative;
            display: inline-block;
            width: 100%;
            vertical-align: top;
            line-height: 0;
            margin: 0
        }

        .mkdf-pl-holder .mkdf-pli .mkdf-pli-rating {
            position: relative;
            display: inline-block;
            vertical-align: middle;
            overflow: hidden;
            font-size: 15px
        }

            .mkdf-pl-holder .mkdf-pli .mkdf-pli-rating:before {
                content: "\e031\e031\e031\e031\e031"
            }

            .mkdf-pl-holder .mkdf-pli .mkdf-pli-rating span {
                position: absolute;
                top: 0;
                left: 0;
                font-size: 0;
                overflow: hidden
            }

                .mkdf-pl-holder .mkdf-pli .mkdf-pli-rating span:before {
                    content: "\e033\e033\e033\e033\e033";
                    font-size: 15px
                }

        .mkdf-pl-holder .mkdf-pli .mkdf-pli-price {
            position: relative;
            display: block;
            font-size: 21px;
            line-height: inherit;
            letter-spacing: -.01em;
            text-decoration: none;
            margin: 2px 0 0;
            color: #ff6f96
        }

            .mkdf-pl-holder .mkdf-pli .mkdf-pli-price * {
                font-size: inherit;
                line-height: 26px
            }

            .mkdf-pl-holder .mkdf-pli .mkdf-pli-price del, .mkdf-pl-holder .mkdf-pli .mkdf-pli-price ins {
                font-size: 21px;
                line-height: 26px;
                letter-spacing: -.01em;
            }

            .mkdf-pl-holder .mkdf-pli .mkdf-pli-price del {
                margin: 0 5px 0 0;
                color: #32355d
            }

            .mkdf-pl-holder .mkdf-pli .mkdf-pli-price ins {
                text-decoration: none;
                color: #ff6f96
            }

    .mkdf-pl-holder .mkdf-pli-inner {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        overflow: hidden
    }

        .mkdf-pl-holder .mkdf-pli-inner:hover .mkdf-pli-text.mkdf-pli-hover-overlay {
            opacity: 1
        }

        .mkdf-pl-holder .mkdf-pli-inner:hover .mkdf-pli-text.mkdf-pli-button-from-bottom .added_to_cart, .mkdf-pl-holder .mkdf-pli-inner:hover .mkdf-pli-text.mkdf-pli-button-from-bottom .mkdf-button {
            -webkit-transform: translateY(0);
            -moz-transform: translateY(0);
            transform: translateY(0)
        }

.touch .mkdf-pl-holder .mkdf-pli-inner {
    cursor: pointer
}

.mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-image {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle
}

    .mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-image img {
        display: block;
        width: 100%;
        border-radius: 10px
    }

    .mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-image .mkdf-pli-new-product, .mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-image .mkdf-pli-onsale, .mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-image .mkdf-pli-out-of-stock {
        position: absolute;
        display: block;
        top: 0;
        width: auto;
        background-color: #ff6f96;
        color: #32355d;
        font-size: 16px;
        letter-spacing: -.01em;
        line-height: 23px;
        text-align: center;
        box-sizing: border-box;
        margin: 20px 0 0 20px;
        padding: 0 10px;
        z-index: 100
    }

    .mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-image .mkdf-pli-onsale {
        left: 0;
        background: #fdbecf;
        border-color: transparent #ff6f96 transparent transparent
    }

    .mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-image .mkdf-pli-out-of-stock {
        left: 0;
        background-color: #b7eaf2;
        border-color: transparent #32355d transparent transparent
    }

    .mkdf-pl-holder
    .mkdf-pli-inner .mkdf-pli-image .mkdf-pli-new-product {
        left: 0;
        background-color: #dce086;
        border-color: transparent #32355d transparent transparent
    }

.mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-text {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    box-sizing: border-box
}

    .mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-text .added_to_cart, .mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-text .mkdf-button {
        white-space: normal
    }

    .mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-text.mkdf-pli-hover-overlay {
        padding: 10px 15px;
        opacity: 0;
        background-color: rgba(255,255,255,.95);
        border-radius: 10px;
        -webkit-transition: opacity .3s ease;
        -moz-transition: opacity .3s ease;
        transition: opacity .3s ease
    }

    .mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-text.mkdf-pli-button-from-bottom .mkdf-pli-text-inner {
        vertical-align: bottom
    }

    .mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-text.mkdf-pli-button-from-bottom .added_to_cart, .mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-text.mkdf-pli-button-from-bottom .mkdf-button {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        transform: translateY(100%);
        -webkit-transition: -webkit-transform .3s ease;
        -moz-transition: -moz-transform .3s ease;
        transition: transform .3s ease
    }

.mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-text-outer {
    position: relative;
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
    text-align: center
}

.mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-text-inner {
    position: relative;
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle
}

    .mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-text-inner .clear {
        display: none
    }

    .mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-text-inner .mkdf-quickwish-holder {
        display: block;
        position: absolute;
        bottom: -11px;
        right: 0;
        left: 0;
        z-index: 15;
        font-size: 0
    }

    .mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-text-inner .mkdf-pli-category a:hover {
        color: rgba(255,255,255,.8)
    }

    .mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-text-inner .mkdf-pli-add-to-cart.mkdf-default-skin .added_to_cart, .mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-text-inner .mkdf-pli-add-to-cart.mkdf-default-skin .button {
        color: #fff;
        background-color: #ff6f96;
        border: 1px solid transparent;
        border: 0
    }

        .mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-text-inner .mkdf-pli-add-to-cart.mkdf-default-skin .added_to_cart:hover, .mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-text-inner .mkdf-pli-add-to-cart.mkdf-default-skin .button:hover {
            color: #fff;
            background-color: #fb5182
        }

    .mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-text-inner .mkdf-pli-add-to-cart.mkdf-light-skin .added_to_cart, .mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-text-inner .mkdf-pli-add-to-cart.mkdf-light-skin .button {
        color: #32355d;
        background-color: #fff
    }

        .mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-text-inner .mkdf-pli-add-to-cart.mkdf-light-skin .added_to_cart:hover, .mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-text-inner .mkdf-pli-add-to-cart.mkdf-light-skin .button:hover {
            color: #fff;
            background-color: #ff6f96
        }

    .mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-text-inner .mkdf-pli-add-to-cart.mkdf-dark-skin .added_to_cart, .mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-text-inner .mkdf-pli-add-to-cart.mkdf-dark-skin .button {
        color: #fff;
        background-color: #32355d
    }

        .mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-text-inner .mkdf-pli-add-to-cart.mkdf-dark-skin .added_to_cart:hover, .mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-text-inner .mkdf-pli-add-to-cart.mkdf-dark-skin .button:hover {
            color: #fff;
            background-color: #ff6f96
        }

    .mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-text-inner .added_to_cart, .mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-text-inner .button {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        width: auto;
        outline: 0;
        font-size: 20px;
        box-sizing: border-box;
        margin: 0;
        border-radius: 5px;
        -webkit-transition: color .3s ease,background-color .3s ease,border-color .3s ease;
        -moz-transition: color .3s ease,background-color .3s ease,border-color .3s ease;
        transition: color .3s ease,background-color .3s ease,border-color .3s ease;
        padding: 15px 24px;
        white-space: nowrap;
        z-index: 3
    }

        .mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-text-inner .added_to_cart .mkdf-btn-icon-holder, .mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-text-inner .button .mkdf-btn-icon-holder {
            margin-left: 21px;
            width: 53px;
            padding: 14px 0;
            text-align: center
        }

        .mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-text-inner .button.added {
            display: none
        }

.mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-link {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.mkdf-pl-holder .mkdf-pli-text-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    margin: 22px 0 38px;
    text-align: center
}

.mkdf-pl-holder.mkdf-product-info-light .mkdf-pli-inner .mkdf-pli-text-inner .mkdf-pli-category a, .mkdf-pl-holder.mkdf-product-info-light .mkdf-pli-inner .mkdf-pli-text-inner .mkdf-pli-excerpt, .mkdf-pl-holder.mkdf-product-info-light .mkdf-pli-inner .mkdf-pli-text-inner .mkdf-pli-price, .mkdf-pl-holder.mkdf-product-info-light .mkdf-pli-inner .mkdf-pli-text-inner .mkdf-pli-rating, .mkdf-pl-holder.mkdf-product-info-light .mkdf-pli-inner .mkdf-pli-text-inner .mkdf-pli-title {
    color: #fff
}

    .mkdf-pl-holder.mkdf-product-info-light .mkdf-pli-inner .mkdf-pli-text-inner .mkdf-pli-category a:hover {
        color: rgba(255,255,255,.9)
    }

.mkdf-pl-holder.mkdf-product-info-dark .mkdf-pli-inner .mkdf-pli-text-inner .mkdf-pli-category a, .mkdf-pl-holder.mkdf-product-info-dark .mkdf-pli-inner .mkdf-pli-text-inner .mkdf-pli-excerpt, .mkdf-pl-holder.mkdf-product-info-dark .mkdf-pli-inner .mkdf-pli-text-inner .mkdf-pli-price, .mkdf-pl-holder.mkdf-product-info-dark .mkdf-pli-inner .mkdf-pli-text-inner .mkdf-pli-rating, .mkdf-pl-holder.mkdf-product-info-dark .mkdf-pli-inner .mkdf-pli-text-inner .mkdf-pli-title {
    color: #32355d
}

    .mkdf-pl-holder.mkdf-product-info-dark .mkdf-pli-inner .mkdf-pli-text-inner .mkdf-pli-category a:hover {
        color: rgba(50,53,93,.8)
    }

.mkdf-pl-holder.mkdf-standard-layout .mkdf-pli {
    float: left
}

.mkdf-pl-holder.mkdf-standard-layout.mkdf-large-space {
    margin: 0 0 -50px
}

.mkdf-pl-holder.mkdf-standard-layout.mkdf-normal-space {
    margin: 0 0 -30px
}

.mkdf-pl-holder.mkdf-standard-layout.mkdf-small-space {
    margin: 0 0 -20px
}

.mkdf-pl-holder.mkdf-standard-layout.mkdf-tiny-space {
    margin: 0 0 -10px
}

.mkdf-pl-holder.mkdf-standard-layout.mkdf-two-columns .mkdf-pli {
    width: 50%
}

.mkdf-pl-holder.mkdf-standard-layout.mkdf-three-columns .mkdf-pli {
    width: 33.33333%
}

@media only screen and (min-width:769px) {
    .mkdf-pl-holder.mkdf-standard-layout.mkdf-three-columns .mkdf-pli:nth-child(3n+1), .mkdf-pl-holder.mkdf-standard-layout.mkdf-two-columns .mkdf-pli:nth-child(2n+1), .mkdf-pls-holder.mkdf-three-columns .mkdf-pls-item:nth-child(3n+1) {
        clear: both
    }
}

.mkdf-pl-holder.mkdf-standard-layout.mkdf-four-columns .mkdf-pli {
    width: 25%
}

@media only screen and (min-width:1025px) {
    .mkdf-pl-holder.mkdf-standard-layout.mkdf-four-columns .mkdf-pli:nth-child(4n+1), .mkdf-pls-holder.mkdf-five-columns .mkdf-pls-item:nth-child(5n+1), .mkdf-pls-holder.mkdf-four-columns .mkdf-pls-item:nth-child(4n+1), .mkdf-pls-holder.mkdf-six-columns .mkdf-pls-item:nth-child(6n+1) {
        clear: both
    }
}

.mkdf-pl-holder.mkdf-standard-layout.mkdf-five-columns .mkdf-pli {
    width: 20%
}

.mkdf-pl-holder.mkdf-standard-layout.mkdf-six-columns .mkdf-pli {
    width: 16.66667%
}

@media only screen and (min-width:1367px) {
    .mkdf-pl-holder.mkdf-standard-layout.mkdf-five-columns .mkdf-pli:nth-child(5n+1), .mkdf-pl-holder.mkdf-standard-layout.mkdf-six-columns .mkdf-pli:nth-child(6n+1) {
        clear: both
    }
}

.mkdf-pl-holder.mkdf-masonry-layout .mkdf-pl-outer {
    opacity: 0
}

.mkdf-pl-holder.mkdf-masonry-layout .mkdf-pl-sizer {
    width: 100%
}

.mkdf-pl-holder.mkdf-masonry-layout .mkdf-pl-gutter {
    width: 0
}

.mkdf-pl-holder.mkdf-masonry-layout .mkdf-pli-inner {
    width: 100%;
    height: 100%
}

    .mkdf-pl-holder.mkdf-masonry-layout .mkdf-pli-inner .mkdf-pli-image, .mkdf-pl-holder.mkdf-masonry-layout .mkdf-pli-inner .mkdf-pli-image img {
        height: 100%
    }

.mkdf-pl-holder.mkdf-masonry-layout .mkdf-pli.mkdf-woo-image-large-width img {
    width: 100%
}

.mkdf-pl-holder.mkdf-masonry-layout.mkdf-two-columns .mkdf-pl-sizer, .mkdf-pl-holder.mkdf-masonry-layout.mkdf-two-columns .mkdf-pli {
    width: 50%
}

    .mkdf-pl-holder.mkdf-masonry-layout.mkdf-two-columns .mkdf-pli.mkdf-masonry-size-large-width, .mkdf-pl-holder.mkdf-masonry-layout.mkdf-two-columns .mkdf-pli.mkdf-masonry-size-large-width-height {
        width: 100%
    }

.mkdf-pl-holder.mkdf-masonry-layout.mkdf-three-columns .mkdf-pl-sizer, .mkdf-pl-holder.mkdf-masonry-layout.mkdf-three-columns .mkdf-pli {
    width: 33.33333%
}

    .mkdf-pl-holder.mkdf-masonry-layout.mkdf-three-columns .mkdf-pli.mkdf-masonry-size-large-width, .mkdf-pl-holder.mkdf-masonry-layout.mkdf-three-columns .mkdf-pli.mkdf-masonry-size-large-width-height {
        width: 66.66667%
    }

.mkdf-pl-holder.mkdf-masonry-layout.mkdf-four-columns .mkdf-pl-sizer, .mkdf-pl-holder.mkdf-masonry-layout.mkdf-four-columns .mkdf-pli {
    width: 25%
}

    .mkdf-pl-holder.mkdf-masonry-layout.mkdf-four-columns .mkdf-pli.mkdf-masonry-size-large-width, .mkdf-pl-holder.mkdf-masonry-layout.mkdf-four-columns .mkdf-pli.mkdf-masonry-size-large-width-height {
        width: 50%
    }

.mkdf-pl-holder.mkdf-masonry-layout.mkdf-five-columns .mkdf-pl-sizer, .mkdf-pl-holder.mkdf-masonry-layout.mkdf-five-columns .mkdf-pli {
    width: 20%
}

    .mkdf-pl-holder.mkdf-masonry-layout.mkdf-five-columns .mkdf-pli.mkdf-masonry-size-large-width, .mkdf-pl-holder.mkdf-masonry-layout.mkdf-five-columns .mkdf-pli.mkdf-masonry-size-large-width-height {
        width: 40%
    }

.mkdf-pl-holder.mkdf-masonry-layout.mkdf-six-columns .mkdf-pl-sizer, .mkdf-pl-holder.mkdf-masonry-layout.mkdf-six-columns .mkdf-pli {
    width: 16.66667%
}

    .mkdf-pl-holder.mkdf-masonry-layout.mkdf-six-columns .mkdf-pli.mkdf-masonry-size-large-width, .mkdf-pl-holder.mkdf-masonry-layout.mkdf-six-columns .mkdf-pli.mkdf-masonry-size-large-width-height {
        width: 33.33333%
    }

.mkdf-pl-holder .mkdf-pl-categories {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    text-align: left;
    margin: 0 0 4px
}

    .mkdf-pl-holder .mkdf-pl-categories ul {
        list-style-type: none
    }

        .mkdf-pl-holder .mkdf-pl-categories ul li {
            display: inline-block;
            vertical-align: middle
        }

            .mkdf-pl-holder .mkdf-pl-categories ul li:not(:last-child) {
                margin-right: 15px
            }

            .mkdf-pl-holder .mkdf-pl-categories ul li a {
                color: #8f9093
            }

                .mkdf-pl-holder .mkdf-pl-categories ul li a.active, .mkdf-pl-holder .mkdf-pl-categories ul li a:hover {
                    color: #ff6f96
                }

.mkdf-pl-holder .mkdf-pl-ordering-outer {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 49%;
    text-align: right
}

    .mkdf-pl-holder .mkdf-pl-ordering-outer .mkdf-pl-ordering-holder {
        display: inline-block;
        vertical-align: middle
    }

        .mkdf-pl-holder .mkdf-pl-ordering-outer .mkdf-pl-ordering-holder:hover .mkdf-pl-ordering {
            opacity: 1;
            visibility: visible
        }

        .mkdf-pl-holder .mkdf-pl-ordering-outer .mkdf-pl-ordering-holder .mkdf-pl-ordering-filter-title {
            cursor: pointer
        }

            .mkdf-pl-holder .mkdf-pl-ordering-outer .mkdf-pl-ordering-holder .mkdf-pl-ordering-filter-title:after {
                content: '\43';
            }

    .mkdf-pl-holder .mkdf-pl-ordering-outer .mkdf-pl-ordering {
        position: absolute;
        opacity: 0;
        right: 0;
        color: #fff;
        background-color: #010101;
        text-align: left;
        padding: 20px 30px;
        -webkit-transition: opacity .3s ease;
        -moz-transition: opacity .3s ease;
        transition: opacity .3s ease;
        z-index: 150;
        visibility: hidden
    }

        .mkdf-pl-holder .mkdf-pl-ordering-outer .mkdf-pl-ordering .mkdf-pl-ordering-inner {
            display: inline-block;
            vertical-align: top;
            min-width: 150px
        }

        .mkdf-pl-holder .mkdf-pl-ordering-outer .mkdf-pl-ordering ul {
            list-style-type: none
        }

        .mkdf-pl-holder .mkdf-pl-ordering-outer .mkdf-pl-ordering a {
            color: #ababab
        }

            .mkdf-pl-holder .mkdf-pl-ordering-outer .mkdf-pl-ordering a.active, .mkdf-pl-holder .mkdf-pl-ordering-outer .mkdf-pl-ordering a:hover {
                color: #fff
            }

        .mkdf-pl-holder .mkdf-pl-ordering-outer .mkdf-pl-ordering .mkdf-pl-ordering-title {
            color: inherit
        }

.mkdf-pl-holder .mkdf-prl-loading {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #fff;
    z-index: 200
}

    .mkdf-pl-holder .mkdf-prl-loading .mkdf-prl-loading-msg {
        display: inline-block;
        vertical-align: middle;
        margin-top: 200px
    }

.mkdf-pl-holder.mkdf-six-columns .mkdf-pli .mkdf-pli-add-to-cart .button {
    padding: 10px 15px
}

@media only screen and (max-width:1440px) {
    .mkdf-pl-holder.mkdf-six-columns .mkdf-pli .mkdf-pli-add-to-cart .button {
        font-size: 16px
    }
}

.mkdf-pl-holder.mkdf-pl-enable-appear .mkdf-pli {
    opacity: 0;
    -webkit-transition: opacity .7s ease-out;
    -moz-transition: opacity .7s ease-out;
    transition: opacity .7s ease-out
}

    .mkdf-pl-holder.mkdf-pl-enable-appear .mkdf-pli.mkdf-appeared {
        opacity: 1
    }

#yith-quick-view-modal .yith-quick-view-overlay, .yith-quick-view.yith-modal .yith-quick-view-overlay {
    background-color: rgba(12,12,18,.65)
}

#yith-quick-view-modal .yith-wcqv-wrapper, .yith-quick-view.yith-modal .yith-wcqv-wrapper {
    padding: 0;
    max-width: 1086px;
    width: 100% !important;
    height: auto !important
}

#yith-quick-view-modal .yith-wcqv-main, .yith-quick-view.yith-modal .yith-wcqv-main {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    padding: 0;
    overflow: hidden !important;
    box-shadow: none;
    border-radius: 15px
}

#yith-quick-view-modal #yith-quick-view-content .product, .yith-quick-view.yith-modal #yith-quick-view-content .product {
    margin: 0
}

    #yith-quick-view-modal #yith-quick-view-content .product .mkdf-social-title, .yith-quick-view.yith-modal #yith-quick-view-content .product .mkdf-social-title {
        font-size: 16px;
        vertical-align: middle;
        margin-right: 10px
    }

    #yith-quick-view-modal #yith-quick-view-content .product .mkdf-quick-view-gallery .owl-next, #yith-quick-view-modal #yith-quick-view-content .product .mkdf-quick-view-gallery .owl-prev, .yith-quick-view.yith-modal #yith-quick-view-content .product .mkdf-quick-view-gallery .owl-next, .yith-quick-view.yith-modal #yith-quick-view-content .product .mkdf-quick-view-gallery .owl-prev {
        width: 58px;
        height: 58px;
        background-color: #fff;
        border-radius: 50%
    }

        #yith-quick-view-modal #yith-quick-view-content .product .mkdf-quick-view-gallery .owl-next .mkdf-prev-icon, #yith-quick-view-modal #yith-quick-view-content .product .mkdf-quick-view-gallery .owl-prev .mkdf-prev-icon, .yith-quick-view.yith-modal #yith-quick-view-content .product .mkdf-quick-view-gallery .owl-next .mkdf-prev-icon, .yith-quick-view.yith-modal #yith-quick-view-content .product .mkdf-quick-view-gallery .owl-prev .mkdf-prev-icon {
            position: relative;
            display: block;
            text-align: center;
            font-size: 28px;
            line-height: 2.3em;
            color: #ff6f96
        }

        #yith-quick-view-modal #yith-quick-view-content .product .mkdf-quick-view-gallery .owl-next .mkdf-next-icon, #yith-quick-view-modal #yith-quick-view-content .product .mkdf-quick-view-gallery .owl-prev .mkdf-next-icon, .yith-quick-view.yith-modal #yith-quick-view-content .product .mkdf-quick-view-gallery .owl-next .mkdf-next-icon, .yith-quick-view.yith-modal #yith-quick-view-content .product .mkdf-quick-view-gallery .owl-prev .mkdf-next-icon {
            position: relative;
            display: block;
            text-align: center;
            line-height: 2.3em;
            font-size: 28px;
            color: #9ad8d3
        }

    #yith-quick-view-modal #yith-quick-view-content .product .mkdf-quick-view-gallery .owl-prev, .yith-quick-view.yith-modal #yith-quick-view-content .product .mkdf-quick-view-gallery .owl-prev {
        left: 20px
    }

    #yith-quick-view-modal #yith-quick-view-content .product .mkdf-quick-view-gallery .owl-next, .yith-quick-view.yith-modal #yith-quick-view-content .product .mkdf-quick-view-gallery .owl-next {
        right: 20px
    }

#yith-quick-view-modal #yith-quick-view-content .product-type-grouped .summary p.price, .yith-quick-view.yith-modal #yith-quick-view-content .product-type-grouped .summary p.price {
    margin: 12px 0 0
}

#yith-quick-view-modal #yith-quick-view-content .product-type-grouped .summary .mkdf-woo-social-share-holder, #yith-quick-view-modal #yith-quick-view-content .product-type-grouped .summary .yith-wcwl-add-to-wishlist, .yith-quick-view.yith-modal #yith-quick-view-content .product-type-grouped .summary .mkdf-woo-social-share-holder, .yith-quick-view.yith-modal #yith-quick-view-content .product-type-grouped .summary .yith-wcwl-add-to-wishlist {
    margin-top: 0
}

#yith-quick-view-modal #yith-quick-view-content
.product-type-grouped .summary .cart, .yith-quick-view.yith-modal #yith-quick-view-content .product-type-grouped .summary .cart {
    margin: 0 0 28px
}

#yith-quick-view-modal #yith-quick-view-content .product-type-grouped .summary .woocommerce-product-details__short-description, .yith-quick-view.yith-modal #yith-quick-view-content .product-type-grouped .summary .woocommerce-product-details__short-description {
    margin: 0 0 20px
}

#yith-quick-view-modal #yith-quick-view-content .product-type-external .summary .mkdf-single-product-share-wish, .yith-quick-view.yith-modal #yith-quick-view-content .product-type-external .summary .mkdf-single-product-share-wish {
    margin-top: 47px
}

#yith-quick-view-modal #yith-quick-view-content .product-type-variable .summary p.price, .yith-quick-view.yith-modal #yith-quick-view-content .product-type-variable .summary p.price {
    margin: 13px 0 0
}

#yith-quick-view-modal #yith-quick-view-content .product-type-variable .summary .woocommerce-product-details__short-description, .yith-quick-view.yith-modal #yith-quick-view-content .product-type-variable .summary .woocommerce-product-details__short-description {
    margin: 0 0 22px
}

#yith-quick-view-modal #yith-quick-view-content .product-type-variable form .select2-container--default, .yith-quick-view.yith-modal #yith-quick-view-content .product-type-variable form .select2-container--default {
    float: none
}

#yith-quick-view-modal #yith-quick-view-content .product-type-variable form .single_variation_wrap, .yith-quick-view.yith-modal #yith-quick-view-content .product-type-variable form .single_variation_wrap {
    margin: 5px 0 0
}

#yith-quick-view-modal #yith-quick-view-content .product-type-variable .summary form.cart, .yith-quick-view.yith-modal #yith-quick-view-content .product-type-variable .summary form.cart {
    margin: 0
}

#yith-quick-view-modal #yith-quick-view-content .images, #yith-quick-view-modal #yith-quick-view-content .summary, .yith-quick-view.yith-modal #yith-quick-view-content .images, .yith-quick-view.yith-modal #yith-quick-view-content .summary {
    position: relative;
    float: left;
    box-sizing: border-box
}

#yith-quick-view-modal #yith-quick-view-content .images, .yith-quick-view.yith-modal #yith-quick-view-content .images {
    width: 45%
}

    #yith-quick-view-modal #yith-quick-view-content .images a, #yith-quick-view-modal #yith-quick-view-content .images img, .yith-quick-view.yith-modal #yith-quick-view-content .images a, .yith-quick-view.yith-modal #yith-quick-view-content .images img {
        display: block
    }

#yith-quick-view-modal #yith-quick-view-content .summary, .yith-quick-view.yith-modal #yith-quick-view-content .summary {
    width: 55%;
    padding: 50px 43px 30px;
    position: relative;
    min-height: 544px
}

    #yith-quick-view-modal #yith-quick-view-content .summary .product_title, .yith-quick-view.yith-modal #yith-quick-view-content .summary .product_title {
        font-size: 40px
    }

    #yith-quick-view-modal #yith-quick-view-content .summary .mkdf-quantity-buttons, .yith-quick-view.yith-modal #yith-quick-view-content .summary .mkdf-quantity-buttons {
        margin: 0 10px 0 0
    }

    #yith-quick-view-modal #yith-quick-view-content .summary .single_add_to_cart_button, .yith-quick-view.yith-modal #yith-quick-view-content .summary .single_add_to_cart_button {
        margin: 0
    }

    #yith-quick-view-modal #yith-quick-view-content .summary .variations, .yith-quick-view.yith-modal #yith-quick-view-content .summary .variations {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        margin: 0 0 20px;
        border: none;
        padding: 0
    }

        #yith-quick-view-modal #yith-quick-view-content .summary .variations select, .yith-quick-view.yith-modal #yith-quick-view-content .summary .variations select {
            position: relative;
            display: inline-block;
            vertical-align: middle;
            background-color: #fff;
            border: 1px solid #e1e1e1;
            box-sizing: border-box;
            line-height: 50px;
            height: 50px;
            padding: 0 16px;
            margin: 0 -4px 0 0;
            color: #8f9093;
            font-weight: 300;
            font-size: 13px;
        }

        #yith-quick-view-modal #yith-quick-view-content .summary .variations tr, .yith-quick-view.yith-modal #yith-quick-view-content .summary .variations tr {
            border: 0;
            display: block;
            float: left
        }

            #yith-quick-view-modal #yith-quick-view-content .summary .variations tr:first-child, .yith-quick-view.yith-modal #yith-quick-view-content .summary .variations tr:first-child {
                padding-right: 6px
            }

        #yith-quick-view-modal #yith-quick-view-content .summary .variations td, .yith-quick-view.yith-modal #yith-quick-view-content .summary .variations td {
            padding: 0;
            text-align: left;
            display: block
        }

            #yith-quick-view-modal #yith-quick-view-content .summary .variations td.label, .yith-quick-view.yith-modal #yith-quick-view-content .summary .variations td.label {
                width: 12%
            }

        #yith-quick-view-modal #yith-quick-view-content .summary .variations .select2-container, .yith-quick-view.yith-modal #yith-quick-view-content .summary .variations .select2-container {
            min-width: 180px
        }

        #yith-quick-view-modal #yith-quick-view-content .summary .variations .reset_variations, .yith-quick-view.yith-modal #yith-quick-view-content .summary .variations .reset_variations {
            color: #32355d;
            position: relative;
            top: -5px;
            right: -10px
        }

    #yith-quick-view-modal #yith-quick-view-content .summary .single_variation_wrap, .yith-quick-view.yith-modal #yith-quick-view-content .summary .single_variation_wrap {
        margin: 35px 0 0
    }

        #yith-quick-view-modal #yith-quick-view-content .summary .single_variation_wrap .single_variation, .yith-quick-view.yith-modal #yith-quick-view-content .summary .single_variation_wrap .single_variation {
            margin: 0 0 35px
        }

    #yith-quick-view-modal #yith-quick-view-content .summary table.group_table, .yith-quick-view.yith-modal #yith-quick-view-content .summary table.group_table {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        margin: 0;
        border: none;
        padding: 0
    }

        #yith-quick-view-modal #yith-quick-view-content .summary table.group_table tbody, .yith-quick-view.yith-modal #yith-quick-view-content .summary table.group_table tbody {
            display: block
        }

        #yith-quick-view-modal #yith-quick-view-content .summary table.group_table tr, .yith-quick-view.yith-modal #yith-quick-view-content .summary table.group_table tr {
            border: 1px solid transparent;
            display: table;
            margin-bottom: 13px;
            width: 100%;
            background-color: #fff
        }

        #yith-quick-view-modal #yith-quick-view-content .summary table.group_table td, .yith-quick-view.yith-modal #yith-quick-view-content .summary table.group_table td {
            box-sizing: border-box;
            padding: 0 10px;
            text-align: left;
            display: inline-block
        }

            #yith-quick-view-modal #yith-quick-view-content .summary table.group_table td.woocommerce-grouped-product-list-item__quantity, .yith-quick-view.yith-modal #yith-quick-view-content .summary table.group_table td.woocommerce-grouped-product-list-item__quantity {
                width: 21%
            }

            #yith-quick-view-modal #yith-quick-view-content .summary table.group_table td:first-child, .yith-quick-view.yith-modal #yith-quick-view-content .summary table.group_table td:first-child {
                padding: 0
            }

            #yith-quick-view-modal #yith-quick-view-content .summary table.group_table td.label, .yith-quick-view.yith-modal #yith-quick-view-content .summary table.group_table td.label {
                text-align: left;
                vertical-align: middle
            }

            #yith-quick-view-modal #yith-quick-view-content .summary table.group_table td.price, .yith-quick-view.yith-modal #yith-quick-view-content .summary table.group_table td.price {
                display: table-cell;
                font-size: 16px;
                margin: 0;
                text-align: center;
                vertical-align: middle
            }

        #yith-quick-view-modal #yith-quick-view-content .summary table.group_table .mkdf-quantity-buttons, .yith-quick-view.yith-modal #yith-quick-view-content .summary table.group_table .mkdf-quantity-buttons {
            padding: 0 10px
        }

            #yith-quick-view-modal #yith-quick-view-content .summary table.group_table .mkdf-quantity-buttons .mkdf-quantity-label, .yith-quick-view.yith-modal #yith-quick-view-content .summary table.group_table .mkdf-quantity-buttons .mkdf-quantity-label {
                display: none
            }

            #yith-quick-view-modal #yith-quick-view-content .summary table.group_table .mkdf-quantity-buttons .mkdf-quantity-input, .yith-quick-view.yith-modal #yith-quick-view-content .summary table.group_table .mkdf-quantity-buttons .mkdf-quantity-input {
                width: 20px;
                margin: 0
            }

        #yith-quick-view-modal #yith-quick-view-content .summary table.group_table a, .yith-quick-view.yith-modal #yith-quick-view-content .summary table.group_table a {
            color: #8f9093
        }

            #yith-quick-view-modal #yith-quick-view-content .summary table.group_table a:hover, .yith-quick-view.yith-modal #yith-quick-view-content .summary table.group_table a:hover {
                color: #32355d
            }

    #yith-quick-view-modal #yith-quick-view-content .summary .mkdf-yith-product-title, .yith-quick-view.yith-modal #yith-quick-view-content .summary .mkdf-yith-product-title {
        display: block;
        margin: 0
    }

    #yith-quick-view-modal #yith-quick-view-content .summary div[itemprop=offers], .yith-quick-view.yith-modal #yith-quick-view-content .summary div[itemprop=offers] {
        position: relative;
        display: block
    }

    #yith-quick-view-modal #yith-quick-view-content .summary .price, .yith-quick-view.yith-modal #yith-quick-view-content .summary .price {
        position: relative;
        display: block;
        margin: 6px 0 10px;
        line-height: 1;
        font-size: 26px;
        color: #ff6f96
    }

        #yith-quick-view-modal #yith-quick-view-content .summary .price *, .yith-quick-view.yith-modal #yith-quick-view-content .summary .price * {
            font-size: inherit;
            line-height: inherit
        }

        #yith-quick-view-modal #yith-quick-view-content .summary .price del, .yith-quick-view.yith-modal #yith-quick-view-content .summary .price del {
            margin: 0 8px 0 0;
            font-size: 21px;
            color: #32355d
        }

        #yith-quick-view-modal #yith-quick-view-content .summary .price ins, .yith-quick-view.yith-modal #yith-quick-view-content .summary .price ins {
            text-decoration: none
        }

    #yith-quick-view-modal #yith-quick-view-content .summary .woocommerce-product-rating, .yith-quick-view.yith-modal #yith-quick-view-content .summary .woocommerce-product-rating {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: middle;
        line-height: 1;
        margin: 5px 0 36px
    }

    #yith-quick-view-modal #yith-quick-view-content .summary .woocommerce-product-details__short-description, #yith-quick-view-modal #yith-quick-view-content .summary div[itemprop=description], .yith-quick-view.yith-modal #yith-quick-view-content .summary .woocommerce-product-details__short-description, .yith-quick-view.yith-modal #yith-quick-view-content .summary div[itemprop=description] {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: middle;
        margin: 0 0 22px
    }

        #yith-quick-view-modal #yith-quick-view-content .summary .woocommerce-product-details__short-description p, #yith-quick-view-modal #yith-quick-view-content .summary div[itemprop=description] p, .yith-quick-view.yith-modal #yith-quick-view-content .summary
        .woocommerce-product-details__short-description p, .yith-quick-view.yith-modal #yith-quick-view-content .summary div[itemprop=description] p {
            margin: 0
        }

    #yith-quick-view-modal #yith-quick-view-content .summary form.cart, .yith-quick-view.yith-modal #yith-quick-view-content .summary form.cart {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: middle;
        margin: 0 0 30px
    }

    #yith-quick-view-modal #yith-quick-view-content .summary .mkdf-single-product-share-wish, .yith-quick-view.yith-modal #yith-quick-view-content .summary .mkdf-single-product-share-wish {
        position: relative;
        display: inline-block;
        width: 100%;
        vertical-align: middle;
        margin: 0
    }

        #yith-quick-view-modal #yith-quick-view-content .summary .mkdf-single-product-share-wish .clear, #yith-quick-view-modal #yith-quick-view-content .summary .mkdf-single-product-share-wish > div:first-child:after, .yith-quick-view.yith-modal #yith-quick-view-content .summary .mkdf-single-product-share-wish .clear, .yith-quick-view.yith-modal #yith-quick-view-content .summary .mkdf-single-product-share-wish > div:first-child:after {
            display: none
        }

        #yith-quick-view-modal #yith-quick-view-content .summary .mkdf-single-product-share-wish .yith-wcwl-wishlistaddedbrowse a:after, #yith-quick-view-modal #yith-quick-view-content .summary .mkdf-single-product-share-wish .yith-wcwl-wishlistexistsbrowse a:after, .yith-quick-view.yith-modal #yith-quick-view-content .summary .mkdf-single-product-share-wish .yith-wcwl-wishlistaddedbrowse a:after, .yith-quick-view.yith-modal #yith-quick-view-content .summary .mkdf-single-product-share-wish .yith-wcwl-wishlistexistsbrowse a:after {
            color: #ff6f96
        }

        #yith-quick-view-modal #yith-quick-view-content .summary .mkdf-single-product-share-wish > div, .yith-quick-view.yith-modal #yith-quick-view-content .summary .mkdf-single-product-share-wish > div {
            padding: 0 20px
        }

            #yith-quick-view-modal #yith-quick-view-content .summary .mkdf-single-product-share-wish > div:after, .yith-quick-view.yith-modal #yith-quick-view-content .summary .mkdf-single-product-share-wish > div:after {
                content: "|";
                color: #d3d3d3;
                position: absolute;
                left: 0;
                top: 0
            }

            #yith-quick-view-modal #yith-quick-view-content .summary .mkdf-single-product-share-wish > div:first-child, .yith-quick-view.yith-modal #yith-quick-view-content .summary .mkdf-single-product-share-wish > div:first-child {
                padding-left: 0
            }

            #yith-quick-view-modal #yith-quick-view-content .summary .mkdf-single-product-share-wish > div:last-child, .yith-quick-view.yith-modal #yith-quick-view-content .summary .mkdf-single-product-share-wish > div:last-child {
                padding-right: 0
            }

        #yith-quick-view-modal #yith-quick-view-content .summary .mkdf-single-product-share-wish .mkdf-woo-social-share-holder, .yith-quick-view.yith-modal #yith-quick-view-content .summary .mkdf-single-product-share-wish .mkdf-woo-social-share-holder {
            float: left;
            position: relative;
            display: inline-block
        }

            #yith-quick-view-modal #yith-quick-view-content .summary .mkdf-single-product-share-wish .mkdf-woo-social-share-holder > *, .yith-quick-view.yith-modal #yith-quick-view-content .summary .mkdf-single-product-share-wish .mkdf-woo-social-share-holder > * {
                display: table-cell;
                vertical-align: top;
                line-height: 22px
            }

            #yith-quick-view-modal #yith-quick-view-content .summary .mkdf-single-product-share-wish .mkdf-woo-social-share-holder > span, .yith-quick-view.yith-modal #yith-quick-view-content .summary .mkdf-single-product-share-wish .mkdf-woo-social-share-holder > span {
                font-size: 12px;
                text-transform: uppercase;
                letter-spacing: 2px;
                color: #ff6f96;
                padding: 0 9px 0 0
            }

    #yith-quick-view-modal #yith-quick-view-content .summary .clear, .yith-quick-view.yith-modal #yith-quick-view-content .summary .clear {
        display: none
    }

    #yith-quick-view-modal #yith-quick-view-content .summary .mkdf-woo-social-share-holder, .yith-quick-view.yith-modal #yith-quick-view-content .summary .mkdf-woo-social-share-holder {
        margin-top: 105px;
        display: inline-block
    }

    #yith-quick-view-modal #yith-quick-view-content .summary .yith-wcwl-add-to-wishlist, .yith-quick-view.yith-modal #yith-quick-view-content .summary .yith-wcwl-add-to-wishlist {
        width: auto;
        background-color: transparent;
        float: left;
        padding-top: 4px;
        margin-top: 105px
    }

        #yith-quick-view-modal #yith-quick-view-content .summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a, #yith-quick-view-modal #yith-quick-view-content .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a, #yith-quick-view-modal #yith-quick-view-content .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a, .yith-quick-view.yith-modal #yith-quick-view-content .summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a, .yith-quick-view.yith-modal #yith-quick-view-content .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a, .yith-quick-view.yith-modal #yith-quick-view-content .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
            font-size: 16px;
            color: #ff6f96;
            line-height: 22px;
            padding: 0 15px 0 0;
            border-right: 1px solid #d3d3d3;
            margin-right: 13px;
            border-radius: 0
        }

            #yith-quick-view-modal #yith-quick-view-content .summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:after, #yith-quick-view-modal #yith-quick-view-content .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:after, #yith-quick-view-modal #yith-quick-view-content .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:after, .yith-quick-view.yith-modal #yith-quick-view-content .summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:after, .yith-quick-view.yith-modal #yith-quick-view-content .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:after, .yith-quick-view.yith-modal #yith-quick-view-content .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:after {
                content: "\53";
                font-size: 16px;
                float: left;
                padding-right: 15px;
                line-height: 21px
            }

            #yith-quick-view-modal #yith-quick-view-content .summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:after, .yith-quick-view.yith-modal #yith-quick-view-content .summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:after {
                content: "\e004"
            }

    #yith-quick-view-modal #yith-quick-view-content .summary p.stock.in-stock, #yith-quick-view-modal #yith-quick-view-content .summary p.stock.out-of-stock, .yith-quick-view.yith-modal #yith-quick-view-content .summary p.stock.in-stock, .yith-quick-view.yith-modal #yith-quick-view-content .summary p.stock.out-of-stock {
        color: #32355d;
        font-weight: 700;
        margin: 0 0 18px
    }

#yith-quick-view-modal #yith-quick-view-close, .yith-quick-view.yith-modal #yith-quick-view-close {
    top: 18px;
    right: 20px;
    width: 30px;
    height: 30px;
    font-size: 0;
    line-height: 30px;
    font-weight: 400;
    text-align: center;
    opacity: 1;
    border: 0;
    color: #ff6f96
}

    #yith-quick-view-modal #yith-quick-view-close:before, .yith-quick-view.yith-modal #yith-quick-view-close:before {
        position: relative;
        display: inline-block;
        vertical-align: top;
        font-size: 30px;
        line-height: inherit;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale
    }

    #yith-quick-view-modal #yith-quick-view-close:hover, .yith-quick-view.yith-modal #yith-quick-view-close:hover {
        opacity: .8
    }

ul.products > .product > .yith-wcqv-button {
    display: none !important
}

.mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-text-inner .mkdf-yith-wcqv-holder, .mkdf-plc-holder .mkdf-plc-item .mkdf-plc-text-inner .mkdf-yith-wcqv-holder, ul.products > .product .mkdf-pl-inner .mkdf-pl-text-inner .mkdf-yith-wcqv-holder {
    display: inline-block;
    vertical-align: middle;
    height: 40px;
    position: relative
}

    .mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-text-inner .mkdf-yith-wcqv-holder .yith-wcqv-button, .mkdf-plc-holder .mkdf-plc-item .mkdf-plc-text-inner .mkdf-yith-wcqv-holder .yith-wcqv-button, ul.products > .product .mkdf-pl-inner .mkdf-pl-text-inner .mkdf-yith-wcqv-holder .yith-wcqv-button {
        position: relative;
        display: inline-block;
        float: left;
        background-color: #fff;
        color: #9ad8d3;
        font-size: 20px;
        width: 45px;
        height: 40px;
        line-height: 46px;
        -webkit-transition: background-color .3s ease-in-out;
        -moz-transition: background-color .3s ease-in-out;
        transition: background-color .3s ease-in-out
    }

        .mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-text-inner .mkdf-yith-wcqv-holder .yith-wcqv-button:hover, .mkdf-plc-holder .mkdf-plc-item .mkdf-plc-text-inner .mkdf-yith-wcqv-holder .yith-wcqv-button:hover, ul.products > .product .mkdf-pl-inner .mkdf-pl-text-inner .mkdf-yith-wcqv-holder .yith-wcqv-button:hover {
            background-color: #9ad8d3;
            color: #fff
        }

        .mkdf-pl-holder .mkdf-pli-inner .mkdf-pli-text-inner .mkdf-yith-wcqv-holder .yith-wcqv-button div, .mkdf-plc-holder .mkdf-plc-item .mkdf-plc-text-inner .mkdf-yith-wcqv-holder .yith-wcqv-button div, ul.products > .product .mkdf-pl-inner .mkdf-pl-text-inner .mkdf-yith-wcqv-holder .yith-wcqv-button div {
            background-size: 15px 15px !important
        }

#yith-wcwl-popup-message {
    position: absolute;
    margin: 0 !important;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border: 1px solid #ebebeb;
    border-radius: 0;
    padding: 0 21px;
    line-height: 35px
}

    #yith-wcwl-popup-message #yith-wcwl-message {
        font-size: 14px;
        font-weight: 600;
        letter-spacing: .1em
    }

        #yith-wcwl-popup-message #yith-wcwl-message:before {
            position: relative;
            content: "\4e";
            top: 2px;
            right: 7px
        }

    #yith-wcwl-popup-message.mkdf-wishlist-vanish-out {
        -webkit-animation: mkdfWishlistvanishOut 1s both;
        -moz-animation: mkdfWishlistvanishOut 1s both;
        animation: mkdfWishlistvanishOut 1s both
    }

@keyframes mkdfWishlistvanishOut {
    0% {
        opacity: 1;
        -webkit-transform: scale(1,1) translate(-50%,-50%);
        -moz-transform: scale(1,1) translate(-50%,-50%);
        transform: scale(1,1) translate(-50%,-50%);
        -webkit-filter: blur(0);
        filter: blur(0)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(2,2) translate(-50%,-50%);
        -moz-transform: scale(2,2) translate(-50%,-50%);
        transform: scale(2,2) translate(-50%,-50%);
        -webkit-filter: blur(10px);
        filter: blur(10px)
    }
}

.mkdf-yith-wcqv-holder {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.yith-wcwl-add-to-wishlist {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px 0 0;
    background-color: #fff;
    width: 45px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    -webkit-transition: background-color .3s ease-in-out;
    -moz-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out
}

    .yith-wcwl-add-to-wishlist:hover {
        background-color: #ff6f96
    }

.yith-wcwl-wishlistexistsbrowse:hover a {
    color: #fff
}

.yith-wcwl-add-button a, .yith-wcwl-wishlistaddedbrowse a, .yith-wcwl-wishlistexistsbrowse a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    line-height: inherit;
    color: #ff6f96
}

    .yith-wcwl-add-button a:after, .yith-wcwl-wishlistaddedbrowse a:after, .yith-wcwl-wishlistexistsbrowse a:after {
        content: "\e004";
        position: relative;
        display: inline-block;
        top: 0;
        vertical-align: top;
        font-size: 20px;
        line-height: inherit;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        -webkit-transition: opacity .2s;
        -moz-transition: opacity .2s;
        transition: opacity .2s
    }

        .yith-wcwl-add-button a:after:hover, .yith-wcwl-wishlistaddedbrowse a:after:hover, .yith-wcwl-wishlistexistsbrowse a:after:hover {
            -webkit-transition: opacity .2s;
            -moz-transition: opacity .2s;
            transition: opacity .2s
        }

    .yith-wcwl-add-button a:not(.mkdf-adding-to-wishlist):hover:after, .yith-wcwl-wishlistaddedbrowse a:not(.mkdf-adding-to-wishlist):hover:after, .yith-wcwl-wishlistexistsbrowse a:not(.mkdf-adding-to-wishlist):hover:after {
        opacity: .8
    }

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

    50% {
        opacity: .2
    }
}

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

    50% {
        opacity: .2
    }
}

.yith-wcwl-add-button a.mkdf-adding-to-wishlist:after, .yith-wcwl-wishlistaddedbrowse a.mkdf-adding-to-wishlist:after, .yith-wcwl-wishlistexistsbrowse a.mkdf-adding-to-wishlist:after {
    -webkit-animation: mkdfWishlistLoading 1s ease infinite;
    -moz-animation: mkdfWishlistLoading 1s ease infinite;
    animation: mkdfWishlistLoading 1s ease infinite
}

.yith-wcwl-wishlistaddedbrowse a:after, .yith-wcwl-wishlistexistsbrowse a:after {
    content: "\53"
}

.yith-wcwl-add-button .ajax-loading {
    display: none !important
}

.woocommerce-wishlist .wishlist-title, .yith-wcwl-wishlistaddedbrowse span, .yith-wcwl-wishlistexistsbrowse span {
    display: none
}

.woocommerce-wishlist .woocommerce-error, .woocommerce-wishlist .woocommerce-info, .woocommerce-wishlist .woocommerce-message {
    position: relative;
    display: block;
    padding: 15px 30px;
    margin: 50px 0 30px;
    line-height: 48px;
    list-style: none;
    background-color: transparent;
    border: 1px solid #c9c9c9
}

    .woocommerce-wishlist .woocommerce-error > a, .woocommerce-wishlist .woocommerce-info > a, .woocommerce-wishlist .woocommerce-message > a {
        color: #8f9093
    }

        .woocommerce-wishlist .woocommerce-error > a:hover, .woocommerce-wishlist .woocommerce-info > a:hover, .woocommerce-wishlist .woocommerce-message > a:hover {
            color: #32355d
        }

    .woocommerce-wishlist .woocommerce-error a, .woocommerce-wishlist .woocommerce-info a, .woocommerce-wishlist .woocommerce-message a {
        float: right
    }

.woocommerce-wishlist table.wishlist_table {
    font-size: inherit;
    margin: 38px 0 90px
}

    .woocommerce-wishlist table.wishlist_table thead {
        display: none
    }

    .woocommerce-wishlist table.wishlist_table tbody tr {
        border: 0;
        border-bottom: 1px solid #f1f1f1
    }

        .woocommerce-wishlist table.wishlist_table tbody tr td {
            padding: 22px 0;
            vertical-align: middle;
            text-align: center
        }

            .woocommerce-wishlist table.wishlist_table tbody tr td.product-remove a {
                color: #8f9093;
                font-size: 0
            }

                .woocommerce-wishlist table.wishlist_table tbody tr td.product-remove a:after {
                    content: "\f404";
                    display: inline-block;
                    vertical-align: middle;
                    speak: none;
                    color: inherit;
                    font-size: 25px;
                    font-style: normal;
                    font-weight: 400;
                    font-variant: normal;
                    text-transform: none;
                    text-rendering: auto;
                    line-height: 33px;
                    -webkit-font-smoothing: antialiased;
                    -moz-osx-font-smoothing: grayscale
                }

                .woocommerce-wishlist table.wishlist_table tbody tr td.product-remove a:hover {
                    color: #32355d
                }

            .woocommerce-wishlist table.wishlist_table tbody tr td.product-thumbnail {
                padding-left: 8px;
                padding-right: 8px;
                width: 92px
            }

                .woocommerce-wishlist table.wishlist_table tbody tr td.product-thumbnail a, .woocommerce-wishlist table.wishlist_table tbody tr td.product-thumbnail img {
                    display: block
                }

            .woocommerce-wishlist table.wishlist_table tbody tr td.product-name {
                text-align: left;
                padding-left: 20px
            }

                .woocommerce-wishlist table.wishlist_table tbody tr td.product-name a {
                    color: #8f9093
                }

                    .woocommerce-wishlist table.wishlist_table tbody tr td.product-name a:hover {
                        color: #ff6f96
                    }

                .woocommerce-wishlist table.wishlist_table tbody tr td.product-name .yith-wcqv-button {
                    height: 38px;
                    line-height: 38px;
                    padding: 0 28px;
                    margin: 0
                }

            .woocommerce-wishlist table.wishlist_table tbody tr td.product-price ins {
                text-decoration: none
            }

            .woocommerce-wishlist table.wishlist_table tbody tr td.product-stock-status span {
                color: #8f9093 !important
            }

            .woocommerce-wishlist table.wishlist_table tbody tr td.product-add-to-cart a {
                display: inline-block !important;
                background-color: #ff6f96;
                box-sizing: border-box;
                border: 0;
                border-radius: 5px;
                padding: 0 19px;
                margin: 0;
                font-size: 20px;
                color: #fff;
                cursor: pointer;
                white-space: nowrap !important;
                line-height: 50px;
                height: 50px
            }

                .woocommerce-wishlist table.wishlist_table tbody tr td.product-add-to-cart a:hover {
                    background: 0 0;
                    color: inherit
                }

    .woocommerce-wishlist table.wishlist_table .yith-wcwl-share {
        margin: 0
    }

.mkdf-single-product-summary .yith-wcwl-add-to-wishlist {
    width: auto;
    background-color: transparent;
    float: left;
    margin-top: 35px
}

    .mkdf-single-product-summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a, .mkdf-single-product-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a, .mkdf-single-product-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
        font-size: 14px;
        color: #ff6f96;
        text-transform: uppercase;
        letter-spacing: 2px;
        line-height: 20px
    }

.dropdown-menu {
    z-index: 99999999999 !important;
}



@media only screen and (max-width:1024px) {
    div.woocommerce > .single-product .woocommerce-tabs ul.tabs > li a {
        padding: 13px 10px
    }
}

@media only screen and (max-width:680px) {
    .mkdf-woocommerce-columns-3 .cross-sells > .products > .product, .mkdf-woocommerce-columns-3 .mkdf-pl-main-holder > .products > .product, .mkdf-woocommerce-columns-3 .related.products > .products > .product, .mkdf-woocommerce-columns-3 .upsells.products > .products > .product, .mkdf-woocommerce-columns-4 .cross-sells > .products > .product, .mkdf-woocommerce-columns-4 .mkdf-pl-main-holder > .products > .product, .mkdf-woocommerce-columns-4 .related.products > .products > .product, .mkdf-woocommerce-columns-4 .upsells.products > .products > .product, .woocommerce.columns-2 > .products > .product, .woocommerce.columns-3 > .products > .product, .woocommerce.columns-4 > .products > .product, .woocommerce.columns-5 > .products > .product, .woocommerce.columns-6 > .products > .product {
        width: 100%
    }

    div.woocommerce > .single-product .images.woocommerce-product-gallery--columns-4 .woocommerce-product-gallery__image:not(:first-child) {
        width: 50%
    }
}

@media only screen and (min-width:1201px) and (max-width:1440px) {
    .mkdf-woo-single-page.mkdf-woo-single-thumb-on-left-side .mkdf-single-product-content .images .woocommerce-product-gallery__image:first-child {
        left: 110px;
        width: calc(100% - 110px)
    }
}

@media only screen and (min-width:1025px) and (max-width:1200px) {
    .mkdf-woo-single-page .woocommerce-tabs ul.tabs > li a {
        padding: 12px 7px
    }

    .mkdf-woo-single-page.mkdf-woo-single-thumb-on-left-side .mkdf-single-product-content .images .woocommerce-product-gallery__image:first-child {
        left: 102px;
        width: calc(100% - 102px)
    }
}

@media only screen and (min-width:769px) and (max-width:1024px) {
    .mkdf-woo-single-page.mkdf-woo-single-thumb-on-left-side .mkdf-single-product-content .images .woocommerce-product-gallery__image:first-child {
        left: 160px;
        width: calc(100% - 160px)
    }
}

@media only screen and (min-width:1201px) and (max-width:1440px) {
    .mkdf-woo-single-page.mkdf-woo-single-thumb-on-left-side .mkdf-single-product-content .images.woocommerce-product-gallery--with-images .woocommerce-product-gallery__image:not(:first-child) {
        width: 90px
    }

    .mkdf-woo-single-page.mkdf-woo-single-thumb-on-left-side .mkdf-single-product-content .mkdf-new-product, .mkdf-woo-single-page.mkdf-woo-single-thumb-on-left-side .mkdf-single-product-content .mkdf-onsale, .mkdf-woo-single-page.mkdf-woo-single-thumb-on-left-side .mkdf-single-product-content .mkdf-out-of-stock {
        left: 110px
    }
}

@media only screen and (min-width:1025px) and (max-width:1200px) {
    .mkdf-woo-single-page.mkdf-woo-single-thumb-on-left-side .mkdf-single-product-content .images.woocommerce-product-gallery--with-images .woocommerce-product-gallery__image:not(:first-child) {
        width: 82px
    }

    .mkdf-woo-single-page.mkdf-woo-single-thumb-on-left-side .mkdf-single-product-content .mkdf-new-product, .mkdf-woo-single-page.mkdf-woo-single-thumb-on-left-side .mkdf-single-product-content .mkdf-onsale, .mkdf-woo-single-page.mkdf-woo-single-thumb-on-left-side .mkdf-single-product-content .mkdf-out-of-stock {
        left: 102px
    }
}

@media only screen and (min-width:769px) and (max-width:1024px) {
    .mkdf-woo-single-page.mkdf-woo-single-thumb-on-left-side .mkdf-single-product-content .images.woocommerce-product-gallery--with-images .woocommerce-product-gallery__image:not(:first-child) {
        width: 140px
    }

    .mkdf-woo-single-page.mkdf-woo-single-thumb-on-left-side .mkdf-single-product-content .mkdf-new-product, .mkdf-woo-single-page.mkdf-woo-single-thumb-on-left-side .mkdf-single-product-content .mkdf-onsale, .mkdf-woo-single-page.mkdf-woo-single-thumb-on-left-side .mkdf-single-product-content .mkdf-out-of-stock {
        left: 160px
    }
}

@media only screen and (max-width:1024px) {
    .mkdf-woo-single-page .mkdf-single-product-content .images, .mkdf-woo-single-page .mkdf-single-product-content .mkdf-single-product-summary {
        float: none;
        width: 100%;
        padding: 0
    }

        .mkdf-woo-single-page .mkdf-single-product-content .images .woocommerce-product-gallery__trigger {
            right: 10px
        }

    .mkdf-woo-single-page .mkdf-single-product-content .mkdf-single-product-summary {
        margin: 30px 0 0
    }

    .mkdf-woo-single-page .woocommerce-tabs ul.tabs > li a {
        padding: 13px 10px
    }
}

@media only screen and (max-width:680px) {
    .mkdf-woo-single-page .mkdf-single-product-summary .mkdf-quantity-buttons {
        margin: 0 6px 36px 0
    }

    .mkdf-woo-single-page .woocommerce-tabs ul.tabs li.additional_information_tab {
        border-right: 1px solid #d7f5fa
    }

    .mkdf-woo-single-page .mkdf-single-product-content .images.woocommerce-product-gallery--columns-4 .woocommerce-product-gallery__image:not(:first-child), .mkdf-woo-single-page.mkdf-woo-single-thumb-on-left-side .mkdf-single-product-content .images.woocommerce-product-gallery--columns-4 .woocommerce-product-gallery__image:not(:first-child) {
        width: 50%
    }
}
