@charset "UTF-8";
/*
Theme Name: digikara
Theme URI: https://digikaradecor.com/
Author: The digikara
Author URI:  https://digikaradecor.com/
Version: 5.0.2
Text Domain: digikara
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
/*--------------------------------------------------------------
>>> Css Default
----------------------------------------------------------------*/
/** === Reset === */
@-ms-viewport {width: device-width;}
* ,*::before, *::after{padding: 0;margin: 0;border: 0;outline: 0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {display: block;}
html {-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%}
body {background: #fff;overflow-wrap: break-word;font-size: 16px;line-height: 1.5;overflow-x:hidden}
body.rtl {direction: rtl;}
form {font-size: 16px}
img {max-width: 100%;display: block;width: auto;height: auto;box-sizing: border-box}
a {color: #000;text-decoration: none;transition: all .2s ease-in-out}
h1, h2, h3, h4, h5, h6 {line-height: 1.4;font-weight: bold;box-decoration-break: clone;-webkit-box-decoration-break: clone;}
h1 {font-size: 48px}
h2 {font-size: 36px}
h3 {font-size: 24px}
h4 {font-size: 20px}
h5 {font-size: 18px}
h6 {font-size: 16px}
input, textarea, select {font-weight: 400;padding: 12px;border: 1px solid rgba(167,167,167,.4);}
textarea {width: 100% !important;}
input[type="submit"] {cursor: pointer;color: #FFF}
small {opacity: .8;display: block;font-size: .9em;font-weight: normal;margin: 4px 0 0}
strong, big {font-weight: bold}
em {font-style: italic}
pre, blockquote, .blockquote {display: inline-block;position: relative;padding: 6px 14px;margin-bottom: 30px;background: rgba(167, 167, 167, .1);border-radius: 2px;overflow: auto;max-width: 100%}
pre small {margin: 0;font-size: inherit;display: inline-block}
q {font-weight: 700;position: relative;padding: 6px 14px;background: rgba(167, 167, 167, .1);border-radius: 2px;overflow: auto;max-width: 100%;}
blockquote, .blockquote {overflow: visible;font-size: 18px;padding: 10px 20px;}
.blockquote {text-align: center;padding: 30px}
cite {opacity: .7;font-size: 16px;margin: 0 5px;background: rgba(167, 167, 167, .1);padding: 3px 10px;display: inline-block}
blockquote cite, .blockquote cite, pre cite{display: block;font-size: 12px;font-style: italic;background: none;}
code,tt {position: relative;padding: 8px 10px;background: rgba(167, 167, 167, .1);border-radius: 2px;overflow: auto;display: inline-block;vertical-align: middle;line-height: 1.2}
blockquote code {padding: 4px 6px}
pre,code{font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;white-space: pre-wrap;}
mark {padding: 3px 5px}
video {width: 100%;height: auto}
iframe {max-width: 100%}
table {text-align: center;border-collapse: collapse;width: 100%;margin: 0 0 30px;box-sizing: border-box;border: 1px solid rgba(167, 167, 167, .2)}
.widget table{table-layout: fixed}
tr {border-bottom: 1px solid rgba(167, 167, 167, .2)}
th, td {padding: 8px;border-right: 1px solid rgba(167, 167, 167, .2)}
.widget th:last-child, .widget td:last-child {border-right: 0}
thead {background-color: rgba(167, 167, 167, .1)}
table caption {padding: 0 0 10px}
abbr, acronym {border-bottom: 1px dotted;cursor: help}
kbd {background: rgb(111, 111, 111);padding: 4px 10px;border-radius: 4px;color: #fff}
dl {border: 3px double rgba(167, 167, 167, .3);padding: 20px;margin: 0 0 20px}
dt {float: left;clear: left;width: 150px;text-align: right;font-weight: bolder}
dt:after {content: ":"}
dd {margin: 0 0 10px 170px;padding: 0 0 10px 0;border-bottom: 1px solid rgba(167, 167, 167, .2)}
dd:last-child {margin-bottom: 0;border-bottom: 0}
address {border: 1px dashed rgba(167, 167, 167, .3);display: inline-block;padding: 20px;margin: 0 0 30px}
.pointer {cursor:pointer}
/** === Wordpress === */
.alignleft {float: left;margin-right: 1rem;}
@media only screen and (min-width: 768px) {.alignleft {margin-right: calc(2 * 1rem);}}
.alignright {float: right;margin-left: 1rem;}
@media only screen and (min-width: 768px) {.alignright {margin-left: calc(2 * 1rem);}}
.aligncenter {clear: both;display: block;margin:0 auto}
.gallery {display: flex;flex-flow: row wrap;justify-content: center;margin-bottom: calc(1.5 * 1rem);}
.gallery-item {display: inline-block;margin-left: 16px;margin-bottom: 16px;text-align: center;vertical-align: top;width: 100%;}
.gallery-columns-2 .gallery-item {max-width: calc((100% - 16px * 1) / 2);}
.gallery-columns-2 .gallery-item:nth-of-type(2n+2) {margin-left: 0;}
.gallery-columns-3 .gallery-item {max-width: calc((100% - 16px * 2) / 3);}
.gallery-columns-3 .gallery-item:nth-of-type(3n+3) {margin-left: 0;}
.gallery-columns-4 .gallery-item {max-width: calc((100% - 16px * 3) / 4);}
.gallery-columns-4 .gallery-item:nth-of-type(4n+4) {margin-left: 0;}
.gallery-columns-5 .gallery-item {max-width: calc((100% - 16px * 4) / 5);}
.gallery-columns-5 .gallery-item:nth-of-type(5n+5) {margin-left: 0;}
.gallery-columns-6 .gallery-item {max-width: calc((100% - 16px * 5) / 6);}
.gallery-columns-6 .gallery-item:nth-of-type(6n+6) {margin-left: 0;}
.gallery-columns-7 .gallery-item {max-width: calc((100% - 16px * 6) / 7);}
.gallery-columns-7 .gallery-item:nth-of-type(7n+7) {margin-left: 0;}
.gallery-columns-8 .gallery-item {max-width: calc((100% - 16px * 7) / 8);}
.gallery-columns-8 .gallery-item:nth-of-type(8n+8) {margin-left: 0;}
.gallery-columns-9 .gallery-item {max-width: calc((100% - 16px * 8) / 9);}
.gallery-columns-9 .gallery-item:nth-of-type(9n+9) {margin-left: 0;}
.gallery-item:last-of-type {padding-left: 0;}
.gallery-caption {display: block;font-size: 0.71111em;line-height: 1.6;margin: 0;padding: 0.5rem;}
.gallery-item > div > a {display: block;line-height: 0;box-shadow: 0 0 0 0 transparent;}
.gallery-item > div > a:focus {box-shadow: 0 0 0 2px #0073aa;}
/** === Column === **/
.cols-1 > * {-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;}
.cols-2 > * {-ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%;}
.cols-3 > * {-ms-flex: 0 0 33.333333%;flex: 0 0 33.333333%;max-width: 33.333333%;}
.cols-4 > * {-ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%;}
.cols-5 > * {-ms-flex: 0 0 20%;flex: 0 0 20%;max-width: 20%;}
.cols-6 > * {-ms-flex: 0 0 16.666667%;flex: 0 0 16.666667%;max-width: 16.666667%;}
@media (max-width: 979px) {.cols-4 > *,.cols-5 > *,.cols-6 > * {-ms-flex: 0 0 33.333333%;flex: 0 0 33.333333%;max-width: 33.333333%;}}
@media (max-width: 767px) {.cols-3 > *,.cols-4 > *,.cols-5 > *,.cols-6 > * {-ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%;}}
@media (max-width: 480px) {.cols-2 > *,.cols-3 > *,.cols-4 > *,.cols-5 > *,.cols-6 > * {-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;}}
/** === Flex Box === **/
.flex {display: flex;}
.inline-flex {display: inline-flex;}
.flex-column {flex-direction: column;-ms-flex-direction:column;}
.flex-row-reverse {-ms-flex-direction: row-reverse;flex-direction: row-reverse;}
.flex-column-reverse {-ms-flex-direction: column-reverse;flex-direction: column-reverse;}
.flex-wrap {-ms-flex-wrap: wrap;flex-wrap: wrap;}
.flex-nowrap {-ms-flex-wrap: nowrap;flex-wrap: nowrap;}
.flex-wrap-reverse {-ms-flex-wrap: wrap-reverse;flex-wrap: wrap-reverse;}
.flex-fill {-ms-flex: 1 1 auto;flex: 1 1 auto;}
.justify-content-start, .justify-content-right {-ms-flex-pack: start;justify-content: flex-start;}
.justify-content-end, .justify-content-left {-ms-flex-pack: end;justify-content: flex-end;}
.justify-content-center {-ms-flex-pack: center;justify-content: center;}
.justify-content-between {-ms-flex-pack: justify;justify-content: space-between;}
.justify-content-around {-ms-flex-pack: distribute;justify-content: space-around;}
.align-items-start,.align-items-right {-ms-flex-align: start;align-items: flex-start;}
.align-items-end,.align-items-left {-ms-flex-align: end;align-items: flex-end;}
.align-items-center {-ms-flex-align: center;align-items: center;}
.align-items-baseline {-ms-flex-align: baseline;align-items: baseline;}
.align-items-stretch {-ms-flex-align: stretch;align-items: stretch;}
.align-content-start {-ms-flex-line-pack: start;align-content: flex-start;}
.align-content-end {-ms-flex-line-pack: end;align-content: flex-end;}
.align-content-center {-ms-flex-line-pack: center;align-content: center;}
.align-content-between {-ms-flex-line-pack: justify;align-content: space-between;}
.align-content-around {-ms-flex-line-pack: distribute;align-content: space-around;}
.align-content-stretch {-ms-flex-line-pack: stretch;align-content: stretch;}
.align-self-auto {-ms-flex-item-align: auto;align-self: auto;}
.align-self-start {-ms-flex-item-align: start;align-self: flex-start;}
.align-self-end {-ms-flex-item-align: end;align-self: flex-end;}
.align-self-center {-ms-flex-item-align: center;align-self: center;}
.align-self-baseline {-ms-flex-item-align: baseline;align-self: baseline;}
.align-self-stretch {-ms-flex-item-align: stretch;align-self: stretch;}
.text-left {text-align: left}
.text-center {text-align: center}
.text-right{text-align: right}
.grid {display: grid}
.overflow-y-hidden {overflow-y: hidden;}
/** === Font === */
@font-face {font-family: IRANSans;font-style: normal;font-weight: bold;src: url('assets/fonts/IRANSansWeb_Bold.eot');src: url('assets/fonts/IRANSansWeb_Bold.eot?#iefix') format('embedded-opentype'),url('assets/fonts/IRANSansWeb_Bold.woff2') format('woff2'),url('assets/fonts/IRANSansWeb_Bold.woff') format('woff'),url('assets/fonts/IRANSansWeb_Bold.ttf') format('truetype');}
@font-face {font-family: IRANSans;font-style: normal;font-weight: normal;src: url('assets/fonts/IRANSansWeb.eot');src: url('assets/fonts/IRANSansWeb.eot?#iefix') format('embedded-opentype'),url('assets/fonts/IRANSansWeb.woff2') format('woff2'),url('assets/fonts/IRANSansWeb.woff') format('woff'),url('assets/fonts/IRANSansWeb.ttf') format('truetype');}
/** === Fancybox === **/
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:9999992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:hidden;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;border-radius: 20px;margin:0;max-width:100%;-webkit-overflow-scrolling:touch;position:relative;text-align:left;vertical-align:middle}body.rtl .fancybox-content {text-align:right;}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent no-repeat 100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
.fancybox-close-small {padding: 5px;right: -15px !important;top: -15px !important;z-index: 99999;color: #FFF;border: 3px solid #FFF;opacity: 1;border-radius: 50px;background-color: #f6be11;}
/** === Magic Zoom Plus === **/
.MagicZoom,.mz-figure,.mz-lens,.mz-zoom-window,.mz-loading,.mz-hint,.mz-expand .mz-expand-stage,.mz-expand .mz-expand-stage .mz-image-stage,.mz-expand .mz-expand-stage .mz-image-stage .mz-caption,.mz-thumb img,.mz-expand-thumbnails,.mz-expand-controls,.mz-button{-webkit-box-sizing:border-box;box-sizing:border-box}.MagicZoom,.mz-figure{display:inline-block;outline:0!important;font-size:0!important;line-height:100%!important;direction:ltr!important;position:relative;z-index:1;margin:0 auto;vertical-align:middle;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden}.MagicZoom{-webkit-transform:translate3d(0,0,0);-ms-touch-action:pan-y;touch-action:pan-y}figure.mz-figure{overflow:hidden;margin:0!important;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.MagicZoom img,.mz-figure img{border:0!important;margin:0!important;outline:0!important;padding:0!important}.MagicZoom > img,.mz-figure > img{width:100%;height:auto}.ie8-magic .MagicZoom > img,.ie8-magic .mz-figure > img{width:100%;max-width:none!important}.mz-figure.mz-no-zoom.mz-no-expand,.mz-expand .mz-figure.mz-no-zoom{cursor:default!important}.mz-figure.mz-active,.mz-expand{-ms-touch-action:none;touch-action:none}.mz-lens,.mz-zoom-window{position:absolute!important;overflow:hidden!important;pointer-events:none!important}.mz-lens img,.mz-zoom-window img{position:absolute!important;max-width:none!important;max-height:none!important}.mz-lens img{-webkit-transition:none!important;transition:none!important}.mz-zoom-window{z-index:2000000000;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.mz-zoom-window.mz-magnifier{-webkit-mask-image:-webkit-radial-gradient(circle,white,black);-webkit-mask-clip:content;cursor:none}.mz-figure.mz-active .mz-zoom-window.mz-magnifier{pointer-events:auto!important;cursor:inherit!important}.mz-zoom-window.mz-magnifier.mz-expanded{z-index:2147483647}.mz-zoom-window img{width:auto;height:auto;left:-1000%;right:-1000%;top:-1000%;bottom:-1000%;margin:auto!important;-webkit-transition:none!important;transition:none!important;-webkit-transform-origin:50% 50%!important;-ms-transform-origin:50% 50%!important;transform-origin:50% 50%!important}.mz-zoom-window.mz-preview img{top:0!important;bottom:0!important;left:0!important;right:0!important;margin:0!important;width:100%!important;height:auto!important;-webkit-transform:none!important;transform:none!important}.lt-ie9-magic .mz-zoom-window img{margin:0!important}.mz-expand-controls{z-index:2147483647}.mz-fade{-webkit-transition:opacity .25s;transition:opacity .25s}.mz-hidden{opacity:0}.mz-visible{opacity:1}.mobile-magic .mz-expand .mz-expand-bg{-webkit-transform-style:flat!important;transform-style:flat!important}.mobile-magic .mz-expand-controls.mz-fade{transition:none!important}.mobile-magic .mz-expand > .mz-zoom-window{top:0!important;left:0!important}@media not screen and (max-device-width: 767px){.mz-expanded-view-open,.mz-expanded-view-open body{overflow:hidden!important}.mz-expanded-view-open body{height:auto!important}}@media screen and (max-device-width: 767px){:root.mz-expanded-view-open:not(.ios-magic):not([data-magic-ua=safari]),:root.mz-expanded-view-open:not(.ios-magic):not([data-magic-ua=safari]) body{overflow:hidden!important}:root.mz-expanded-view-open:not(.ios-magic):not([data-magic-ua=safari]) body{height:auto!important}}.mz-figure.mz-active{background:#fff}.mz-figure.mz-no-zoom,.mz-figure.mz-click-zoom,.mz-figure.mz-active{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mz-figure.mz-active.mz-no-expand{cursor:crosshair}.mz-figure.mz-active.mz-click-zoom.mz-no-expand{cursor:crosshair;cursor:-webkit-zoom-out;cursor:-moz-zoom-out;cursor:zoom-out}.mz-figure.mz-active.mz-magnifier-zoom.mz-hover-zoom.mz-no-expand{cursor:none}.mz-figure.mz-magnifier-zoom.mz-active{overflow:visible!important}.mz-figure.mz-active > img{filter:url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'saturate\' values=\'0\'/><feComponentTransfer><feFuncA type=\'linear\' slope=\'0.6\'/></feComponentTransfer></filter></svg>#grayscale");-webkit-filter:grayscale(80%) opacity(60%);filter:grayscale(80%) opacity(60%)}.no-cssfilters-magic .mz-figure.mz-active > img{opacity:.6}.lt-ie10-magic .mz-figure.mz-active > img{opacity:1;filter:progid:DXImageTransform.Microsoft.BasicImage(grayScale=1,opacity=0.6)}.mz-expand .mz-figure.mz-active.mz-inner-zoom,:not(.mz-expand) .mz-figure.mz-active.mz-inner-zoom > img{opacity:0}.lt-ie10-magic .mz-expand .mz-figure.mz-active.mz-inner-zoom,.lt-ie10-magic .mz-figure.mz-active.mz-inner-zoom > img{filter:alpha(opacity=0)}.ie9-magic .mz-expand .mz-figure.mz-active.mz-inner-zoom{background:transparent}.mz-lens{border:1px solid #aaa;border-color:rgba(170,170,170,0.7);box-shadow:0 0 5px rgba(0,0,0,.3);cursor:none;z-index:10;opacity:0}.mz-figure.mz-active .mz-lens{opacity:1;-webkit-transition:opacity .3s cubic-bezier(0.25,0.5,0.5,0.9) .1s;transition:opacity .3s cubic-bezier(0.25,0.5,0.5,0.9) .1s}.mz-figure.mz-active.mz-magnifier-zoom .mz-lens{border-radius:50%;opacity:0;cursor:none}.mz-zoom-window{background:#fff;box-shadow:0 0 3px rgba(0,0,0,.2)}.mz-zoom-window.mz-magnifier{border-radius:100%;border:0;background:rgba(255,255,255,.3)}.mz-zoom-window.mz-magnifier:before{content:"";display:block;position:absolute;top:0;bottom:0;left:0;right:0;border-radius:100%;border:1px solid rgba(170,170,170,0.7);box-shadow:inset 0 0 20px 1px rgba(0,0,0,.3);background:transparent;z-index:1}.mz-zoom-window.mz-magnifier.mz-square,.mz-zoom-window.mz-magnifier.mz-square:before{border-radius:0!important}.lt-ie9-magic .mz-zoom-window{border:1px solid #e5e5e5}.mz-zoom-window.mz-inner{border:none;box-shadow:none}.mz-zoom-window.mz-inner:not(.mz-expanded){z-index:80}.mz-zoom-window .mz-caption{background:#777;color:#fff;font-size:10pt;opacity:.8;position:absolute;top:0;z-index:150;padding:3px;width:100%;line-height:normal!important;text-align:center!important}.lt-ie9-magic .mz-zoom-window .mz-caption{filter:alpha(opacity=80)}.mz-zoom-window.caption-bottom .mz-caption{top:auto;bottom:0}.mz-zoom-window.mz-expanded > .mz-caption{display:none}.mz-zoom-window.mz-deactivating,.mz-zoom-window.mz-activating{-webkit-transition:opacity .3s cubic-bezier(0.25,0.5,0.5,0.9),-webkit-transform .3s cubic-bezier(0.25,0.5,0.5,0.9);transition:opacity .3s cubic-bezier(0.25,0.5,0.5,0.9),transform .3s cubic-bezier(0.25,0.5,0.5,0.9)}.mz-zoom-window.mz-deactivating{-webkit-transition-duration:.25s,.25s,.25s;transition-duration:.25s,.25s,.25s}.mz-zoom-window.mz-p-right,.mz-zoom-window.mz-p-left,.mz-zoom-window.mz-p-top,.mz-zoom-window.mz-p-bottom{opacity:0;z-index:-100}.mz-zoom-window.mz-p-right{-webkit-transform:translate3d(-20%,0,0);transform:translate3d(-20%,0,0)}.mz-zoom-window.mz-p-left{-webkit-transform:translate3d(20%,0,0);transform:translate3d(20%,0,0)}.mz-zoom-window.mz-p-top{-webkit-transform:translate3d(0,20%,0);transform:translate3d(0,20%,0)}.mz-zoom-window.mz-p-bottom{-webkit-transform:translate3d(0,-20%,0);transform:translate3d(0,-20%,0)}.mz-zoom-window > img{-webkit-transform:translate3d(0,0,0) scale(1);transform:translate3d(0,0,0) scale(1);-webkit-backface-visibility:hidden;backface-visibility:hidden}.mz-zoom-window.mz-p-inner.mz-deactivating > img,.mz-zoom-window.mz-p-inner.mz-activating > img{-webkit-transition:-webkit-transform .22s cubic-bezier(0.25,0.5,0.5,0.9)!important;transition:transform .22s cubic-bezier(0.25,0.5,0.5,0.9)!important}.mz-zoom-window.mz-p-magnifier{-webkit-transform:scale(.1);transform:scale(.1)}.mz-zoom-window.mz-preview.mz-deactivating,.mz-zoom-window.mz-preview.mz-activating,.mz-zoom-window.mz-custom.mz-deactivating,.mz-zoom-window.mz-custom.mz-activating{-webkit-transition:opacity .3s cubic-bezier(0.25,0.5,0.5,0.9);transition:opacity .3s cubic-bezier(0.25,0.5,0.5,0.9)}.mz-zoom-window.mz-preview.mz-deactivating,.mz-zoom-window.mz-custom.mz-deactivating{-webkit-transition-duration:.2s;transition-duration:.2s}.mz-zoom-window.mz-p-preview,.mz-zoom-window.mz-p-custom{opacity:0}.mz-hint,.mz-loading{color:#eee;background:rgba(49,51,61,0.7);font:normal 12px/1.2em 'Lucida Grande','Lucida Sans Unicode',Verdana,'Helvetica Neue',Arial,Helvetica,sans-serif;text-decoration:none;text-align:center;direction:ltr;display:inline-block;margin:0;position:absolute;z-index:1000;pointer-events:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-transition:opacity .25s ease;transition:opacity .25s ease}.mz-hint{bottom:8px;left:0;right:0;padding:0 10%;background-color:transparent;-webkit-transition:opacity .4s ease,z-index .4s ease;transition:opacity .4s ease,z-index .4s ease}.mz-hint-message{display:inline-block;background:rgba(49,51,61,0.7);border-radius:2em;padding:.7em 1.1em}.mz-hint-message:before{content:'\02295';font-family:serif;font-size:1.5em;speak:none;text-align:center;vertical-align:-2px;margin-right:6px}.mobile-magic .mz-hint-message:before{display:none}.mz-hint-hidden{opacity:0;z-index:-1;-webkit-transition-delay:.6s;transition-delay:.6s}.mz-expand .mz-hint{font-size:18px;line-height:1.1em;top:50%;bottom:auto;margin:0;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%)}.mz-expand .mz-hint-message{padding:1.1em}.mz-expand .mz-hint-message:before{display:none}.mz-expand .mz-hint-hidden{opacity:0;-webkit-transition-delay:1.5s;transition-delay:1.5s}.mz-loading{font-size:0;border-radius:100%;opacity:0;padding:0;width:36px;height:36px;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.mz-loading:after{content:'';position:absolute;top:0;bottom:0;left:0;right:0;width:24px;height:24px;margin:auto;text-indent:-9999em;border-radius:50%;border:2px solid rgba(255,255,255,1);border-top-color:transparent;box-sizing:border-box}.mz-loading.shown{opacity:1;z-index:1;-webkit-transition:opacity 0;transition:opacity 0}.mz-loading.shown:after{-webkit-animation:spin-loading .9s infinite linear;animation:spin-loading .9s infinite linear}@-webkit-keyframes spin-loading{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spin-loading{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.lt-ie10-magic .mz-loading{border-radius:2em;font-size:12px;padding:.7em 1.1em;width:auto;height:auto}.lt-ie10-magic .mz-loading:after{content:'Loading...';text-indent:0;border:none;position:relative}.lt-ie9-magic .mz-loading{filter:alpha(opacity=0);right:0;left:0;width:126px;margin:auto}.lt-ie9-magic .mz-hint-message,.lt-ie9-magic .mz-loading.shown{background:transparent!important;filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#7c31333D',EndColorStr='#7c31333D')}.lt-ie9-magic .mz-hint-hidden{filter:alpha(opacity=0)}.mz-expand,.mz-expand .mz-expand-bg,.mz-expand .mz-expand-bg > img,.mz-expand .mz-expand-bg > svg,.mz-expand .mz-expand-stage{position:absolute;top:0;right:0;bottom:0;left:0}.mz-expand .mz-expand-bg,.mz-expand .mz-expand-bg > img,.mz-expand .mz-expand-bg > svg{width:auto!important;height:auto!important}.mz-expand .mz-expand-bg,.mz-expand .mz-expand-bg > svg{min-width:100%!important;min-height:100%!important}.mz-expand{background-color:rgba(0,0,0,1);text-align:center;vertical-align:middle;display:block;overflow:hidden;z-index:2100000000;position:fixed;width:auto;height:auto;-webkit-perspective:600px;perspective:600px;-webkit-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-backface-visibility:hidden;backface-visibility:hidden;-ms-overflow-style:none}.mz-expand .mz-expand-bg{display:inline-block;max-width:none!important;max-height:none!important;margin:auto;vertical-align:middle;z-index:-100;background-repeat:no-repeat;background-size:cover;-webkit-perspective:600px;perspective:600px;-webkit-transform:translate3d(0,0,0) scale(10) rotate(0.01deg);transform:translate3d(0,0,0) scale(10) rotate(0.01deg)}:root:not([data-magic-ua=safari]) .mz-expand .mz-expand-bg{filter:url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'blur\'><feGaussianBlur stdDeviation=\'80\' in=\'SourceGraphic\'></feGaussianBlur></filter></svg>#blur");-webkit-filter:blur(20px) brightness(60%);filter:blur(20px) brightness(60%)}.mz-expand .mz-expand-bg > img{margin:auto;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden}[data-magic-ua=safari] .mz-expand .mz-expand-bg > img{filter:url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'blur\'><feGaussianBlur stdDeviation=\'80\' in=\'SourceGraphic\'></feGaussianBlur></filter></svg>#blur");-webkit-filter:blur(20px) brightness(60%);filter:blur(20px) brightness(60%)}.mz-expand .mz-expand-bg > svg{margin:auto;opacity:.6}[data-magic-ua=edge] .mz-expand .mz-expand-bg,.lt-ie10-magic .mz-expand .mz-expand-bg{display:none!important}.lt-ie9-magic .mz-expand{background:#1f1f1f}[data-magic-ua=edge] .mz-expand{background-color:rgba(31,31,31,.96)}.mz-expand.plain-bg .mz-expand-bg,.mz-expand.dark-bg .mz-expand-bg,.mz-expand.white-bg .mz-expand-bg{display:none!important}.mz-expand.dark-bg{background-color:#1f1f1f;background-color:rgba(31,31,31,.96)}.mz-expand.white-bg{background-color:#fff}.mz-expand .mz-expand-stage{display:flex;flex-direction:column;padding:0;z-index:2100000000}.mz-expand .mz-expand-stage .mz-image-stage{display:flex;flex-direction:column;flex:1 1;position:relative;margin:0;padding:20px 0;overflow:hidden;text-align:center;vertical-align:middle;-webkit-backface-visibility:hidden;backface-visibility:hidden}.mz-expand .mz-expand-stage.mz-zoom-in .mz-image-stage{padding:0!important;left:0;right:0}.mz-expand .mz-image-stage > figure{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;flex:1 1;width:100%;height:100%;max-width:100%;max-height:100%;margin:0;padding:0;font-size:0;overflow:hidden}.mz-expand .mz-figure{max-width:100%!important;overflow:visible}.mz-expand .mz-figure > img{max-width:100%;width:auto;height:auto}.mz-expand .mz-zoom-in .mz-image-stage > figure,.mz-expand .mz-zoom-in .mz-image-stage > figure .mz-figure.mz-activating,.mz-expand .mz-zoom-in .mz-image-stage > figure .mz-figure.mz-active{flex:1 0;width:100%;height:100%}.mz-expand .mz-zoom-in .mz-image-stage > figure .mz-figure.mz-active > img{pointer-events:none}.mz-expand .mz-figure{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mz-expand .mz-figure.mz-active{cursor:crosshair;cursor:-webkit-zoom-out;cursor:-moz-zoom-out;cursor:zoom-out}.mz-expand .mz-expand-stage.mz-zoom-in.mz-always-zoom .mz-image-stage > figure > figure > img{z-index:1;position:absolute!important;top:-5000px!important;bottom:-5000px!important;left:-5000px!important;right:-5000px!important;margin:auto!important}.lt-ie10-magic .mz-zoom-window.mz-expanded img{filter:alpha(opacity=100)}.lt-ie10-magic .mz-expand .mz-figure.mz-magnifier-zoom{overflow:hidden;filter:alpha(opacity=100)}.mz-expand .mz-caption{flex:0 0;color:#fff;text-shadow:0 0 46px #000;padding:10px 30px;font:normal 10pt/1.25 'Lucida Grande','Lucida Sans Unicode',Verdana,'Helvetica Neue',Arial,Helvetica,sans-serif;text-align:center;width:100%;opacity:0}.mz-expand .mz-caption.mz-show{-webkit-transition:opacity .15s ease-out;transition:opacity .15s ease-out;opacity:1}.mz-expand .mz-zoom-in .mz-image-stage .mz-caption{display:none}.mz-expand .mz-caption a{color:inherit;cursor:pointer}.mz-expand.white-bg .mz-caption{color:#555;text-shadow:none}.lt-ie9-magic .mz-expand .mz-caption{top:100%}.mz-expand .mz-zoom-window{box-shadow:none;background:transparent}.lt-ie9-magic .mz-expand .mz-zoom-window{border:0}@media screen and (max-device-width: 767px){.mobile-magic .mz-expand .mz-image-stage .mz-caption{display:none!important}}.mz-nav-controls,.mz-expand-controls,button.mz-button{margin:0!important;padding:0!important;outline:0!important}.mz-nav-controls{z-index:2100000000}button.mz-button{color:rgba(180,180,180,.6)!important;font-size:0;cursor:pointer;z-index:2100000000!important;background-color:transparent!important;border:0 solid transparent!important;border-radius:100%!important;box-shadow:none!important;position:absolute!important;text-transform:none!important;text-align:center;speak:none;width:60px!important;height:60px!important;min-width:0!important;min-height:0!important;max-width:none!important;max-height:none!important;-webkit-transition:color .25s,background-color .25s!important;transition:color .25s,background-color .25s!important}button.mz-button:before{display:block;position:static;height:100%;transform:scale(.9);-webkit-transition:-webkit-transform .25s!important;transition:transform .25s!important}:root:not(.mobile-magic) button.mz-button:hover,button.mz-button:active{color:rgba(180,180,180,1)!important}button.mz-button:active:before{-webkit-transform:scale(.7)!important;transform:scale(.7)!important}.mobile-magic .mz-expand button.mz-button:active{background-color:rgba(49,51,61,.7)!important}button.mz-button.mz-button-prev,button.mz-button.mz-button-next{margin:auto 10px!important;top:0!important;bottom:0!important;overflow:hidden!important}button.mz-button.mz-button-prev{left:0!important;transform:rotateZ(180deg)!important}button.mz-button.mz-button-next{right:0!important}button.mz-button.mz-button-close{margin:10px!important;top:0!important;right:0!important;z-index:95!important}button.mz-button.mz-button-close:before{content:url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yNS4zODQxIDI0LjcyNDFDMjQuOTkzNyAyNC4zMzM0IDI0Ljk5MzkgMjMuNzAwMiAyNS4zODQ3IDIzLjMwOThMMzcgMTEuNzA1MUwzNi4yOTQzIDExTDI0LjY3OTMgMjIuNjA0NEMyNC4yODg2IDIyLjk5NDcgMjMuNjU1NiAyMi45OTQ0IDIzLjI2NTIgMjIuNjAzOEwxMS43MDUyIDExLjAzNjZMMTEgMTEuNzQyMkwyMi41NTkzIDIzLjMwODdDMjIuOTQ5NyAyMy42OTk0IDIyLjk0OTUgMjQuMzMyNiAyMi41NTg4IDI0LjcyM0wxMS4wMzcgMzYuMjM0MkwxMS43NDI3IDM2LjkzOTNMMjMuMjY0MSAyNS40Mjg0QzIzLjY1NDggMjUuMDM4MSAyNC4yODc5IDI1LjAzODMgMjQuNjc4MiAyNS40Mjg5TDM2LjI0MjEgMzdMMzYuOTQ3MiAzNi4yOTQ0TDI1LjM4NDEgMjQuNzI0MVoiIGZpbGw9IiM5OTk5OTkiLz4KPHBhdGggZD0iTTI1LjM4NDEgMjQuNzI0MUMyNC45OTM3IDI0LjMzMzQgMjQuOTkzOSAyMy43MDAyIDI1LjM4NDcgMjMuMzA5OEwzNyAxMS43MDUxTDM2LjI5NDMgMTFMMjQuNjc5MyAyMi42MDQ0QzI0LjI4ODYgMjIuOTk0NyAyMy42NTU2IDIyLjk5NDQgMjMuMjY1MiAyMi42MDM4TDExLjcwNTIgMTEuMDM2NkwxMSAxMS43NDIyTDIyLjU1OTMgMjMuMzA4N0MyMi45NDk3IDIzLjY5OTQgMjIuOTQ5NSAyNC4zMzI2IDIyLjU1ODggMjQuNzIzTDExLjAzNyAzNi4yMzQyTDExLjc0MjcgMzYuOTM5M0wyMy4yNjQxIDI1LjQyODRDMjMuNjU0OCAyNS4wMzgxIDI0LjI4NzkgMjUuMDM4MyAyNC42NzgyIDI1LjQyODlMMzYuMjQyMSAzN0wzNi45NDcyIDM2LjI5NDRMMjUuMzg0MSAyNC43MjQxWiIgc3Ryb2tlPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo=")}button.mz-button.mz-button-prev:before,button.mz-button.mz-button-next:before{content:url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xOC43NTkzIDkuMzQ5MjFDMTguMzk5OCA4LjkyOTg4IDE3Ljc2ODUgOC44ODEzMiAxNy4zNDkyIDkuMjQwNzRDMTYuOTI5OSA5LjYwMDE3IDE2Ljg4MTMgMTAuMjMxNSAxNy4yNDA3IDEwLjY1MDhMMTguNzU5MyA5LjM0OTIxWk0zMCAyNEwzMC43NTkzIDI0LjY1MDhDMzEuMDgwMiAyNC4yNzYzIDMxLjA4MDIgMjMuNzIzNyAzMC43NTkzIDIzLjM0OTJMMzAgMjRaTTE3LjI0MDcgMzcuMzQ5MkMxNi44ODEzIDM3Ljc2ODUgMTYuOTI5OSAzOC4zOTk4IDE3LjM0OTIgMzguNzU5M0MxNy43Njg1IDM5LjExODcgMTguMzk5OCAzOS4wNzAxIDE4Ljc1OTMgMzguNjUwOEwxNy4yNDA3IDM3LjM0OTJaTTE3LjI0MDcgMTAuNjUwOEwyOS4yNDA3IDI0LjY1MDhMMzAuNzU5MyAyMy4zNDkyTDE4Ljc1OTMgOS4zNDkyMUwxNy4yNDA3IDEwLjY1MDhaTTI5LjI0MDcgMjMuMzQ5MkwxNy4yNDA3IDM3LjM0OTJMMTguNzU5MyAzOC42NTA4TDMwLjc1OTMgMjQuNjUwOEwyOS4yNDA3IDIzLjM0OTJaIiBmaWxsPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo=")}button.mz-button.mz-button-close:before{-webkit-mask-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yNS4zODQxIDI0LjcyNDFDMjQuOTkzNyAyNC4zMzM0IDI0Ljk5MzkgMjMuNzAwMiAyNS4zODQ3IDIzLjMwOThMMzcgMTEuNzA1MUwzNi4yOTQzIDExTDI0LjY3OTMgMjIuNjA0NEMyNC4yODg2IDIyLjk5NDcgMjMuNjU1NiAyMi45OTQ0IDIzLjI2NTIgMjIuNjAzOEwxMS43MDUyIDExLjAzNjZMMTEgMTEuNzQyMkwyMi41NTkzIDIzLjMwODdDMjIuOTQ5NyAyMy42OTk0IDIyLjk0OTUgMjQuMzMyNiAyMi41NTg4IDI0LjcyM0wxMS4wMzcgMzYuMjM0MkwxMS43NDI3IDM2LjkzOTNMMjMuMjY0MSAyNS40Mjg0QzIzLjY1NDggMjUuMDM4MSAyNC4yODc5IDI1LjAzODMgMjQuNjc4MiAyNS40Mjg5TDM2LjI0MjEgMzdMMzYuOTQ3MiAzNi4yOTQ0TDI1LjM4NDEgMjQuNzI0MVoiIGZpbGw9IiM5OTk5OTkiLz4KPHBhdGggZD0iTTI1LjM4NDEgMjQuNzI0MUMyNC45OTM3IDI0LjMzMzQgMjQuOTkzOSAyMy43MDAyIDI1LjM4NDcgMjMuMzA5OEwzNyAxMS43MDUxTDM2LjI5NDMgMTFMMjQuNjc5MyAyMi42MDQ0QzI0LjI4ODYgMjIuOTk0NyAyMy42NTU2IDIyLjk5NDQgMjMuMjY1MiAyMi42MDM4TDExLjcwNTIgMTEuMDM2NkwxMSAxMS43NDIyTDIyLjU1OTMgMjMuMzA4N0MyMi45NDk3IDIzLjY5OTQgMjIuOTQ5NSAyNC4zMzI2IDIyLjU1ODggMjQuNzIzTDExLjAzNyAzNi4yMzQyTDExLjc0MjcgMzYuOTM5M0wyMy4yNjQxIDI1LjQyODRDMjMuNjU0OCAyNS4wMzgxIDI0LjI4NzkgMjUuMDM4MyAyNC42NzgyIDI1LjQyODlMMzYuMjQyMSAzN0wzNi45NDcyIDM2LjI5NDRMMjUuMzg0MSAyNC43MjQxWiIgc3Ryb2tlPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo=);mask-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0yNS4zODQxIDI0LjcyNDFDMjQuOTkzNyAyNC4zMzM0IDI0Ljk5MzkgMjMuNzAwMiAyNS4zODQ3IDIzLjMwOThMMzcgMTEuNzA1MUwzNi4yOTQzIDExTDI0LjY3OTMgMjIuNjA0NEMyNC4yODg2IDIyLjk5NDcgMjMuNjU1NiAyMi45OTQ0IDIzLjI2NTIgMjIuNjAzOEwxMS43MDUyIDExLjAzNjZMMTEgMTEuNzQyMkwyMi41NTkzIDIzLjMwODdDMjIuOTQ5NyAyMy42OTk0IDIyLjk0OTUgMjQuMzMyNiAyMi41NTg4IDI0LjcyM0wxMS4wMzcgMzYuMjM0MkwxMS43NDI3IDM2LjkzOTNMMjMuMjY0MSAyNS40Mjg0QzIzLjY1NDggMjUuMDM4MSAyNC4yODc5IDI1LjAzODMgMjQuNjc4MiAyNS40Mjg5TDM2LjI0MjEgMzdMMzYuOTQ3MiAzNi4yOTQ0TDI1LjM4NDEgMjQuNzI0MVoiIGZpbGw9IiM5OTk5OTkiLz4KPHBhdGggZD0iTTI1LjM4NDEgMjQuNzI0MUMyNC45OTM3IDI0LjMzMzQgMjQuOTkzOSAyMy43MDAyIDI1LjM4NDcgMjMuMzA5OEwzNyAxMS43MDUxTDM2LjI5NDMgMTFMMjQuNjc5MyAyMi42MDQ0QzI0LjI4ODYgMjIuOTk0NyAyMy42NTU2IDIyLjk5NDQgMjMuMjY1MiAyMi42MDM4TDExLjcwNTIgMTEuMDM2NkwxMSAxMS43NDIyTDIyLjU1OTMgMjMuMzA4N0MyMi45NDk3IDIzLjY5OTQgMjIuOTQ5NSAyNC4zMzI2IDIyLjU1ODggMjQuNzIzTDExLjAzNyAzNi4yMzQyTDExLjc0MjcgMzYuOTM5M0wyMy4yNjQxIDI1LjQyODRDMjMuNjU0OCAyNS4wMzgxIDI0LjI4NzkgMjUuMDM4MyAyNC42NzgyIDI1LjQyODlMMzYuMjQyMSAzN0wzNi45NDcyIDM2LjI5NDRMMjUuMzg0MSAyNC43MjQxWiIgc3Ryb2tlPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo=)}button.mz-button.mz-button-prev:before,button.mz-button.mz-button-next:before{-webkit-mask-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xOC43NTkzIDkuMzQ5MjFDMTguMzk5OCA4LjkyOTg4IDE3Ljc2ODUgOC44ODEzMiAxNy4zNDkyIDkuMjQwNzRDMTYuOTI5OSA5LjYwMDE3IDE2Ljg4MTMgMTAuMjMxNSAxNy4yNDA3IDEwLjY1MDhMMTguNzU5MyA5LjM0OTIxWk0zMCAyNEwzMC43NTkzIDI0LjY1MDhDMzEuMDgwMiAyNC4yNzYzIDMxLjA4MDIgMjMuNzIzNyAzMC43NTkzIDIzLjM0OTJMMzAgMjRaTTE3LjI0MDcgMzcuMzQ5MkMxNi44ODEzIDM3Ljc2ODUgMTYuOTI5OSAzOC4zOTk4IDE3LjM0OTIgMzguNzU5M0MxNy43Njg1IDM5LjExODcgMTguMzk5OCAzOS4wNzAxIDE4Ljc1OTMgMzguNjUwOEwxNy4yNDA3IDM3LjM0OTJaTTE3LjI0MDcgMTAuNjUwOEwyOS4yNDA3IDI0LjY1MDhMMzAuNzU5MyAyMy4zNDkyTDE4Ljc1OTMgOS4zNDkyMUwxNy4yNDA3IDEwLjY1MDhaTTI5LjI0MDcgMjMuMzQ5MkwxNy4yNDA3IDM3LjM0OTJMMTguNzU5MyAzOC42NTA4TDMwLjc1OTMgMjQuNjUwOEwyOS4yNDA3IDIzLjM0OTJaIiBmaWxsPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo=);mask-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xOC43NTkzIDkuMzQ5MjFDMTguMzk5OCA4LjkyOTg4IDE3Ljc2ODUgOC44ODEzMiAxNy4zNDkyIDkuMjQwNzRDMTYuOTI5OSA5LjYwMDE3IDE2Ljg4MTMgMTAuMjMxNSAxNy4yNDA3IDEwLjY1MDhMMTguNzU5MyA5LjM0OTIxWk0zMCAyNEwzMC43NTkzIDI0LjY1MDhDMzEuMDgwMiAyNC4yNzYzIDMxLjA4MDIgMjMuNzIzNyAzMC43NTkzIDIzLjM0OTJMMzAgMjRaTTE3LjI0MDcgMzcuMzQ5MkMxNi44ODEzIDM3Ljc2ODUgMTYuOTI5OSAzOC4zOTk4IDE3LjM0OTIgMzguNzU5M0MxNy43Njg1IDM5LjExODcgMTguMzk5OCAzOS4wNzAxIDE4Ljc1OTMgMzguNjUwOEwxNy4yNDA3IDM3LjM0OTJaTTE3LjI0MDcgMTAuNjUwOEwyOS4yNDA3IDI0LjY1MDhMMzAuNzU5MyAyMy4zNDkyTDE4Ljc1OTMgOS4zNDkyMUwxNy4yNDA3IDEwLjY1MDhaTTI5LjI0MDcgMjMuMzQ5MkwxNy4yNDA3IDM3LjM0OTJMMTguNzU5MyAzOC42NTA4TDMwLjc1OTMgMjQuNjUwOEwyOS4yNDA3IDIzLjM0OTJaIiBmaWxsPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo=)}@media screen and (max-device-width: 767px){button.mz-button-prev,button.mz-button-next{display:none!important}.mobile-magic .mz-expand button.mz-button.mz-button-close{width:50px!important;height:50px!important;color:#b4b4b4!important}.mobile-magic .mz-expand button.mz-button:before{transform:scale(.8)}}.lt-ie9-magic button.mz-button{border:0;filter:alpha(opacity=75)}.lt-ie9-magic button.mz-button:hover{filter:alpha(opacity=100)}.mz-figure .mz-nav-controls button.mz-button{display:none;width:32px!important;height:56px!important;margin:auto 0!important;padding:0!important;border:0!important}.mz-figure.mz-show-arrows .mz-nav-controls button.mz-button{display:block}a[data-zoom-id],.mz-thumb,.mz-thumb:focus{display:inline-block;line-height:0;outline:none}a[data-zoom-id] img,.mz-thumb img{padding-bottom:4px;border:0;border-bottom:2px solid transparent;box-sizing:border-box}.mz-thumb:not(.mz-thumb-selected):hover img{border-bottom-color:rgba(180,180,180,.3)}.mz-thumb.mz-thumb-selected img{border-bottom-color:#b4b4b4}.mz-expand-thumbnails{flex:0 0 80px;position:relative;width:100%;height:100%;margin:0 auto;padding:10px 0;z-index:50;overflow:hidden}.ios-magic[data-magic-engine=webkit][data-magic-engine-ver="603.1"] .mz-expand-thumbnails,:root[data-magic-ua=firefox] .mz-expand-thumbnails{height:80px}.mz-expand-thumbnails .magic-thumb > img{cursor:pointer;padding-bottom:4px;border:0;border-bottom:2px solid transparent}.mz-expand-thumbnails .magic-thumb:not(.magic-thumb-selected):hover img{border-bottom-color:rgba(180,180,180,.3)}.mz-expand-thumbnails .magic-thumb.magic-thumb-selected img{border-bottom-color:#b4b4b4}.mz-expand-thumbnails .magic-thumbs .magic-thumbs-button{box-shadow:none}@media not screen and (max-device-width: 767px) and (orientation: portrait){.mz-expand.expand-thumbnails-left .mz-expand-stage{flex-direction:row-reverse}.mz-expand.expand-thumbnails-left .mz-expand-thumbnails{padding:0 10px;height:100%;overflow:hidden}.ios-magic[data-magic-engine=webkit][data-magic-engine-ver="603.1"] .mz-expand.expand-thumbnails-left .mz-expand-thumbnails,:root[data-magic-ua=firefox] .mz-expand.expand-thumbnails-left .mz-expand-thumbnails{width:80px;height:100%}}@media not screen and (max-device-width: 767px){.mz-expand-thumbnails .magic-thumbs.magic-thumbs-vertical{height:calc(100% - 40px);margin-top:20px;margin-bottom:20px}}@media screen and (max-device-width: 767px){.mz-expand-thumbnails .magic-thumbs.magic-thumbs-vertical.no-buttons{height:calc(100% - 40px);margin-top:20px;margin-bottom:20px}}.mz-expand.no-expand-thumbnails .mz-expand-thumbnails{display:none}.thumbnails-style-shaded.mz-thumb img{border:0!important;padding-bottom:0;box-shadow:0 0 1px 0 rgba(0,0,0,.3)}.thumbnails-style-shaded.mz-thumb:hover:not(.mz-thumb-selected) img{-webkit-filter:brightness(.7);filter:brightness(.7)}.thumbnails-style-shaded.mz-thumb-selected img{-webkit-filter:brightness(.7) opacity(.7);filter:brightness(.7) opacity(.7)}.thumbnails-style-shaded .mz-expand-thumbnails .magic-thumb > img{border:0;padding-bottom:0;box-shadow:0 0 5px 1px rgba(0,0,0,.3)}.thumbnails-style-shaded .mz-expand-thumbnails .magic-thumb:not(.magic-thumb-selected) > img:hover{-webkit-filter:brightness(.75);filter:brightness(.75)}.thumbnails-style-shaded .mz-expand-thumbnails .magic-thumb-selected img{-webkit-filter:brightness(.7) opacity(.7);filter:brightness(.7) opacity(.7)}.no-cssfilters-magic .thumbnails-style-shaded.mz-thumb:hover,.no-cssfilters-magic .thumbnails-style-shaded.mz-thumb.mz-thumb-selected,.no-cssfilters-magic .thumbnails-style-shaded .magic-thumb:hover,.no-cssfilters-magic .thumbnails-style-shaded .magic-thumb.magic-thumb-selected{background:#000}.no-cssfilters-magic .thumbnails-style-shaded.mz-thumb:hover:not(.mz-thumb-selected) img{opacity:.75;filter:alpha(opacity=75)}.no-cssfilters-magic .thumbnails-style-shaded.mz-thumb-selected img{opacity:.7;filter:alpha(opacity=70)}.no-cssfilters-magic .thumbnails-style-shaded .mz-expand-thumbnails .magic-thumb{position:relative}.no-cssfilters-magic .thumbnails-style-shaded .mz-expand-thumbnails .magic-thumb:after{position:absolute;top:0;right:0;bottom:0;left:0;width:auto;z-index:100;pointer-events:none;background-color:rgba(0,0,0,0)}.no-cssfilters-magic .thumbnails-style-shaded .mz-expand-thumbnails .magic-thumb:hover:not(.magic-thumb-selected):after{background-color:rgba(0,0,0,0.2)}.no-cssfilters-magic .thumbnails-style-shaded .mz-expand-thumbnails .magic-thumb.magic-thumb-selected:after{background-color:rgba(0,0,0,0.3)}.no-cssfilters-magic .thumbnails-style-shaded .mz-expand-thumbnails .magic-thumb img{position:relative;z-index:1}.ie9-magic .thumbnails-style-shaded.mz-thumb img{box-shadow:0 0 4px 0 rgba(0,0,0,.3)}.magic-thumbs,.magic-thumbs .magic-thumbs-wrapper,.magic-thumbs ul,.magic-thumbs li,.magic-thumbs li:before,.magic-thumbs li:after,.magic-thumbs li img,.magic-thumbs .magic-thumbs-button{margin:0;padding:0;outline:0;-webkit-box-sizing:border-box;box-sizing:border-box}.magic-thumbs{direction:ltr;overflow:visible;z-index:100;position:relative;left:0;top:0;padding:0 40px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-ms-touch-action:none;touch-action:none;width:100%;height:100%;white-space:nowrap}.magic-thumbs.no-buttons{padding:0!important}.magic-thumbs-wrapper{display:block;width:100%;height:100%;position:relative;overflow:hidden;text-align:center}.magic-thumbs ul{list-style:none;font-size:0;display:inline-block;vertical-align:middle;height:100%;position:relative;white-space:nowrap}.magic-thumbs.no-buttons ul{left:0!important;padding:0!important;-webkit-transition:none!important;transition:none!important;-webkit-transform:none!important;-ms-transform:none!important;transform:none!important}.magic-thumbs ul li{margin:0 4px;height:100%;width:auto;vertical-align:top;line-height:0;display:inline-block}.magic-thumbs ul li:after{content:'';display:inline-block;vertical-align:middle;height:100%;width:0}.magic-thumbs ul li > img{width:auto;height:auto;max-width:none!important;max-height:100%!important;vertical-align:middle}.ie8-magic .magic-thumbs ul li > img{max-width:none!important;max-height:none!important}.magic-thumbs.magic-thumbs-vertical{height:100%}.magic-thumbs-vertical{padding:40px 0}.magic-thumbs-vertical ul{height:auto;width:100%;white-space:normal}.magic-thumbs-vertical ul li{width:100%;height:auto;margin:4px 0}.magic-thumbs-vertical ul li > img{max-width:100%!important;max-height:none!important}.ie8-magic .magic-thumbs-vertical ul li > img{width:100%}.magic-thumbs button.magic-thumbs-button{color:rgba(180,180,180,.6)!important;font-size:0;cursor:pointer;z-index:90!important;background-repeat:no-repeat;background-color:transparent!important;background-image:none;border:0;border-radius:100%;box-shadow:none!important;overflow:hidden;position:absolute;text-transform:none!important;speak:none;text-align:center;width:33px;height:33px;top:0;bottom:0;margin:auto 3px;min-width:0!important;min-height:0!important;max-width:none!important;max-height:none!important;-webkit-transition:color .25s,background-color .25s!important;transition:color .25s,background-color .25s!important}.magic-thumbs button.magic-thumbs-button:before{display:block;position:static;height:100%;transform:scale(1);-webkit-transition:-webkit-transform .25s!important;transition:transform .25s!important}.mobile-magic .magic-thumbs button.magic-thumbs-button:not(.magic-thumbs-button-disabled),:root:not(.mobile-magic) .magic-thumbs button.magic-thumbs-button:not(.magic-thumbs-button-disabled):hover,.magic-thumbs button.magic-thumbs-button:not(.magic-thumbs-button-disabled):active{color:rgba(180,180,180,1)!important}.magic-thumbs button.magic-thumbs-button:not(.magic-thumbs-button-disabled):active:before{-webkit-transform:scale(.7)!important;transform:scale(.7)!important}.mobile-magic .mz-expand .magic-thumbs button.magic-thumbs-button:not(.magic-thumbs-button-disabled):active{background-color:rgba(49,51,61,.7)!important}.magic-thumbs .magic-thumbs-button-prev{left:0;transform:rotateZ(180deg)!important}.magic-thumbs .magic-thumbs-button-next{right:0}.magic-thumbs-vertical button.magic-thumbs-button{top:auto;right:0;bottom:auto;left:0;margin:3px auto}.magic-thumbs-vertical button.magic-thumbs-button-prev{top:0;transform:rotateZ(-90deg)!important}.magic-thumbs-vertical button.magic-thumbs-button-next{bottom:0;transform:rotateZ(90deg)!important}.magic-thumbs .magic-thumbs-button-prev:before,.magic-thumbs .magic-thumbs-button-next:before{content:url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xOC43NTkzIDkuMzQ5MjFDMTguMzk5OCA4LjkyOTg4IDE3Ljc2ODUgOC44ODEzMiAxNy4zNDkyIDkuMjQwNzRDMTYuOTI5OSA5LjYwMDE3IDE2Ljg4MTMgMTAuMjMxNSAxNy4yNDA3IDEwLjY1MDhMMTguNzU5MyA5LjM0OTIxWk0zMCAyNEwzMC43NTkzIDI0LjY1MDhDMzEuMDgwMiAyNC4yNzYzIDMxLjA4MDIgMjMuNzIzNyAzMC43NTkzIDIzLjM0OTJMMzAgMjRaTTE3LjI0MDcgMzcuMzQ5MkMxNi44ODEzIDM3Ljc2ODUgMTYuOTI5OSAzOC4zOTk4IDE3LjM0OTIgMzguNzU5M0MxNy43Njg1IDM5LjExODcgMTguMzk5OCAzOS4wNzAxIDE4Ljc1OTMgMzguNjUwOEwxNy4yNDA3IDM3LjM0OTJaTTE3LjI0MDcgMTAuNjUwOEwyOS4yNDA3IDI0LjY1MDhMMzAuNzU5MyAyMy4zNDkyTDE4Ljc1OTMgOS4zNDkyMUwxNy4yNDA3IDEwLjY1MDhaTTI5LjI0MDcgMjMuMzQ5MkwxNy4yNDA3IDM3LjM0OTJMMTguNzU5MyAzOC42NTA4TDMwLjc1OTMgMjQuNjUwOEwyOS4yNDA3IDIzLjM0OTJaIiBmaWxsPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo=");-webkit-mask-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xOC43NTkzIDkuMzQ5MjFDMTguMzk5OCA4LjkyOTg4IDE3Ljc2ODUgOC44ODEzMiAxNy4zNDkyIDkuMjQwNzRDMTYuOTI5OSA5LjYwMDE3IDE2Ljg4MTMgMTAuMjMxNSAxNy4yNDA3IDEwLjY1MDhMMTguNzU5MyA5LjM0OTIxWk0zMCAyNEwzMC43NTkzIDI0LjY1MDhDMzEuMDgwMiAyNC4yNzYzIDMxLjA4MDIgMjMuNzIzNyAzMC43NTkzIDIzLjM0OTJMMzAgMjRaTTE3LjI0MDcgMzcuMzQ5MkMxNi44ODEzIDM3Ljc2ODUgMTYuOTI5OSAzOC4zOTk4IDE3LjM0OTIgMzguNzU5M0MxNy43Njg1IDM5LjExODcgMTguMzk5OCAzOS4wNzAxIDE4Ljc1OTMgMzguNjUwOEwxNy4yNDA3IDM3LjM0OTJaTTE3LjI0MDcgMTAuNjUwOEwyOS4yNDA3IDI0LjY1MDhMMzAuNzU5MyAyMy4zNDkyTDE4Ljc1OTMgOS4zNDkyMUwxNy4yNDA3IDEwLjY1MDhaTTI5LjI0MDcgMjMuMzQ5MkwxNy4yNDA3IDM3LjM0OTJMMTguNzU5MyAzOC42NTA4TDMwLjc1OTMgMjQuNjUwOEwyOS4yNDA3IDIzLjM0OTJaIiBmaWxsPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo=);mask-image:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgNDggNDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xOC43NTkzIDkuMzQ5MjFDMTguMzk5OCA4LjkyOTg4IDE3Ljc2ODUgOC44ODEzMiAxNy4zNDkyIDkuMjQwNzRDMTYuOTI5OSA5LjYwMDE3IDE2Ljg4MTMgMTAuMjMxNSAxNy4yNDA3IDEwLjY1MDhMMTguNzU5MyA5LjM0OTIxWk0zMCAyNEwzMC43NTkzIDI0LjY1MDhDMzEuMDgwMiAyNC4yNzYzIDMxLjA4MDIgMjMuNzIzNyAzMC43NTkzIDIzLjM0OTJMMzAgMjRaTTE3LjI0MDcgMzcuMzQ5MkMxNi44ODEzIDM3Ljc2ODUgMTYuOTI5OSAzOC4zOTk4IDE3LjM0OTIgMzguNzU5M0MxNy43Njg1IDM5LjExODcgMTguMzk5OCAzOS4wNzAxIDE4Ljc1OTMgMzguNjUwOEwxNy4yNDA3IDM3LjM0OTJaTTE3LjI0MDcgMTAuNjUwOEwyOS4yNDA3IDI0LjY1MDhMMzAuNzU5MyAyMy4zNDkyTDE4Ljc1OTMgOS4zNDkyMUwxNy4yNDA3IDEwLjY1MDhaTTI5LjI0MDcgMjMuMzQ5MkwxNy4yNDA3IDM3LjM0OTJMMTguNzU5MyAzOC42NTA4TDMwLjc1OTMgMjQuNjUwOEwyOS4yNDA3IDIzLjM0OTJaIiBmaWxsPSIjOTk5OTk5Ii8+Cjwvc3ZnPgo=)}.magic-thumbs.no-buttons .magic-thumbs-button{display:none!important}.magic-thumbs-button-disabled{opacity:.2;filter:alpha(opacity = 20)}
/** === Swiper Slider === **/
.tmt-sw-button {position: absolute;top: 50%;transform: translateY(-50%);z-index: 10;cursor: pointer;color:#FFF;}
.tmt-sw-button.swiper-button-disabled {opacity: 0.5;}
.tmt-sw-btn-prev {right: 10px;}
.tmt-sw-btn-next {left: 10px;}
.swiper-pagination {display:flex;bottom: 0;}
.swiper-pagination span {position: relative;display: inline-block;transition: all 0.3s;}
.swiper-pagination span:before {content: "";display: inline-block;width: 100%;height: 100%;background-color: transparent;position: absolute;top: 50%;right: 50%;transform: translate(50%,-50%);}
.tmt-slider-yes .swiper-slide {height: auto !important;}
.tmt-slider-yes .swiper-container {position: static;}
.swiper-pagination-bullet {opacity: 1 !important;}
.swiper-container {display: none;}
.swiper-container.swiper-container-initialized {display: block;}
/*--------------------------------------------------------------
>>> Elemrntor Start
----------------------------------------------------------------*/
/** === Custom Market Star CSS === **/
.tmt-content,#tab-description {line-height: 2.2em;}
.menu ul,.meta-data,#comments ul,.language ul,.meta-data-item,.elementor-widget-tmt-social-share ul,.user-main,.product-features,.swiper-wrapper,.tmt-list-icon,.woocommerce-MyAccount-navigation ul,.tmt-order-list ul,.dokan-store-info,.store-social,.dokan-list-inline,.comment-list,.share-product ul,.compare-table,.cp-bar-thumbnail,.products,.tmt-category-list,.product_images,.elementor-icon-list-items,.general-list-item ul,.wc-tabs,.product-icons,.tmt-multistep,.product-tabs-list,.tmt-tabs-nav ul,.woo-mini-cart,.wc_payment_methods,.info-order,.order-item ul,.single-img-product,.tmt-filter,.product,.breadcrumb {list-style: none;}
.tmt-content h1,.tmt-content h2,.tmt-content h3,.tmt-content h4,.tmt-content h5,.tmt-content h6,.tmt-content .wp-block-image,.tmt-content .wp-block-gallery,#tab-description h1,#tab-description h2,#tab-description h3,#tab-description h4,#tab-description h5,#tab-description h6,#tab-description .wp-block-image,#tab-description .wp-block-gallery {margin: 20px auto !important;}
@font-face {font-family: 'tmtshop';src: url('assets/fonts/icon/tmtshop.eot?34009292');src: url('assets/fonts/icon/tmtshop.eot?34009292#iefix') format('embedded-opentype'),url('assets/fonts/icon/tmtshop.woff2?34009292') format('woff2'),url('assets/fonts/icon/tmtshop.woff?34009292') format('woff'),url('assets/fonts/icon/tmtshop.ttf?34009292') format('truetype'),url('assets/fonts/icon/tmtshop.svg?34009292#tmtshop') format('svg');font-weight: normal;font-style: normal;}
.tmt-icon {font-family: 'tmtshop';display:inline-block;font-style: normal;font-variant: normal;text-rendering: auto;line-height: 1;}
.icon-edit-user:before {content: '\e807';}
.megamenu-content .elementor-button-content-wrapper {-webkit-box-pack: inherit;-ms-flex-pack: inherit;justify-content: inherit;}
.megamenu-content .elementor-button-text {flex-grow: inherit;}
.elementor-section-wrap {overflow: hidden;}header .elementor-section-wrap,.elementor-location-header .elementor-section-wrap,footer .elementor-section-wrap,.elementor-location-footer .elementor-section-wrap,body.elementor-editor-active .elementor-section-wrap,.tmt-navbar-wrapper .elementor-section-wrap {overflow: visible;}
.tmt-content figure:not(.gallery-item), #tab-description figure:not(.gallery-item) {max-width: 100% !important;}
.position-header{position:absolute;top:0;width:100%;z-index: 999;}
.elementor-editor-active .position-header {position:relative;}
/** === Heading Element === **/
.tmt-heading hr,.tmt-heading img {display: inline-block;}
.tmt-sh-background .sub-heading {-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.tmt-h-background .heading {-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.tmt-heading .heading span {white-space: nowrap;}
/** === Sticky Setting  === **/
.tmt-hidden-yes {display: none !important;}
.is-sticky .tmt-hidden-yes {display: block !important;}
.elementor-editor-active .tmt-hidden-yes {opacity:0.5;display: block !important;}
/** === Login Element === **/
.drop-down-btn {position: relative;cursor: pointer}
.drop-down-content {display: none;position: absolute;top: 68px;z-index: 999;}
.right-0 {right:0;}.left-0 {left:0;}.center-50 {right:50%;transform: translateX(50%);}
.user-login #loginform p {display: flex;flex-direction: column;margin-bottom: 15px}
.user-login #loginform p:last-child {margin-bottom: 0}
.user-login .register-btn {text-align: center;display: block;padding: 10px 0 8px 0;background-color: darkred;margin: 0 15px 15px 15px;color: #FFF;font-size: 14px;}
/** === Language Switcher Element === **/
.flags li {margin:0;transition: all .3s}
.flags li a {padding: 0 5px;transition: all .3s;}
.flags li a img {display: inline-block;width: auto;height: auto}
.language {position: relative;}
.language.dropdown {z-index: 999;}
.flags.dropdown {flex-direction: column;position: absolute;margin-top: -11px;top: 0;}
.flags.dropdown li.current-lang:after {font-family: "Font Awesome 5 Free";content: "\f078";font-weight: 900;font-size: 10px;display: inline-block;}
.flags.dropdown li {width: 100%}
.flags.dropdown li a,.flags.dropdown li a:hover {border: none !important;}
.flags.dropdown li:not(.current-lang), .flags.dropdown:hover li.current-lang:after {display:none;box-shadow: 1px 1px 14px rgba(0,0,0,.2);}
.flags.dropdown li.current-lang {order: -1}
.flags.dropdown:hover {padding: 5px 0;margin-top: -20px;}
.flags.dropdown:hover li {display:block;padding:5px 0}
.flag-style-circle li a img {width: 20px !important;height: 20px !important;border-radius: 50%;filter: contrast(120%) brightness(120%);}
.flag-style-circle li a {display: flex}
.flag-names-slug li span {text-transform: uppercase;}
.flag-style-circle li.current-lang:after {display: none !important}
.language .current-lang a {pointer-events: none;}
/** === Model === **/
.tmt-modal .tmt-modal-botton {color: #FFF;}
.tmt-modal .tmt-modal-botton a {padding: 8px 15px;background-color: #818a91;}
.tmt-modal .tmt-modal-bg {visibility: hidden;position: fixed;top:0;right:0;width: 100%;height: 100%;z-index: 1010;overflow-y: auto;-webkit-overflow-scrolling: touch;padding: 15px 15px;background: rgba(0,0,0,0.6);opacity: 0;transition: opacity .15s linear;}
.tmt-modal.tmt-open .tmt-modal-bg {opacity: 1;visibility: visible;}
.tmt-modal .tmt-modal-bg .tmt-modal-box {position: relative;margin: 0 auto;width: 600px;max-width: calc(100% - 0.01px) !important;background: #fff;transform: translateY(-100px);transition: .3s linear;transition-property: all;transition-property: opacity,transform;border-radius: 3px;}
.tmt-modal.tmt-open .tmt-modal-bg .tmt-modal-box {opacity: 1;transform: translateY(0);}
.tmt-modal .tmt-modal-header {font-size: 24px;padding: 15px 30px;background: #f8f8f8;}
.tmt-modal .tmt-modal-content {padding: 30px 30px;}
.tmt-modal .tmt-modal-footer {padding: 15px 30px;background: #f8f8f8;}
.tmt-modal .tmt-modal-close {position: absolute;left: 0;top: 0;display: flex;align-items: center;justify-content: center;color: #999;background: transparent;width: 40px;height: 40px;cursor: pointer;}
@keyframes loadAfter {to {visibility: visible;opacity: 1;}}
/** === Basket Shop Element === **/
.drop-down-btn .card-count {position: absolute;top: -12px;right:-12px;text-align: center;line-height: 20px;width: 1.5em;height: 1.5em;border-radius: 50%;font-size: 12px;}
.mini-cart-header p {font-size:12px}
.woo-mini-cart-item {margin:10px 0;padding: 10px 0;border-bottom: 1px solid #f4f4f4;}
.woo-mini-cart-item:last-child {border: none}
.woo-mini-cart-item .variation {display:none}
.mini-cart-thumbnail {margin-left: 10px;padding:5px;border: 1px solid #f4f4f4;width: 30%;height: 30%;}
.mini-cart-title {width: 41%;}
.mini-cart-title h4 a,.mini-cart-title h4,.mini-cart-title span {font-size:12px;color:#000}
.mini-cart-price {width: 25%;}
.mini-cart-price .woocommerce-Price-amount {display: flex;flex-direction: column;font-size: 14px;}
.mini-cart-price .woocommerce-Price-amount .woocommerce-Price-currencySymbol {font-size: 11px;white-space: nowrap;}
.mini-cart-price .remove-btn,.tmt-woocommerce-cart .product-remove a {font-size: 12px;transition: all .3s;color: #000;}
.mini-cart-price .remove-btn i,.tmt-woocommerce-cart .product-remove i {border: 1px solid #e3e3e3;padding: 4px 5px 5px 5px;border-radius: 50px;margin-left: 3px;transition: all .3s;}
.mini-cart-price .remove-btn:hover,.tmt-woocommerce-cart .product-remove:hover a {color: #CB101C !important;}
.mini-cart-price .remove-btn:hover i,.tmt-woocommerce-cart .product-remove:hover i {border-color: #CB101C;}
.remove-btn .loading {position: absolute;right: 50%;top: 50%;transform: translate(50%,-50%);color: red;}
.remove-btn .loading i {border:none}
.woocommerce .blockUI.blockOverlay::before {display: none}
/** === Category Element === **/
.elementor-wc-products ul.products {display: flex;flex-wrap: wrap;}
.elementor-wc-products ul.products:before, .elementor-wc-products ul.products:after {display:none !important;}
/** === Search Element === **/
.search {position: relative;z-index: 99;}
.search input[type="search"] {transition: all .3s;height: 100%;}
.search button {cursor: pointer;background: transparent;transition: all .3s;height:85%;position: absolute;left: 0;margin: 0 0 0 5px;top: 50%;transform: translateY(-50%);display: flex;align-items: center;justify-content: center;}
.select-hidden,.tmt-category-select-wraper select {display: none;visibility: hidden;padding-right: 10px;}
.tmt-category-select-wraper {position: relative;right: 40px;height: 100%;}
.tmt-category-select-wraper .select2-container {height: 100%;min-width: 150px !important;}
.tmt-category-select-wraper .select2-container--default .select2-selection--single {height:100% !important;border:0;background-color: #F6BE11;}
.tmt-category-select-wraper .select2-container--default .select2-selection--single > span {top: 50%;position: absolute;width: 100%;text-align: center;transform: translateY(-50%);font-size: 13px;color: #000;}
.tmt-category-select-wraper .select2-container--default .select2-selection--single .select2-selection__arrow b {border-color: #000 transparent transparent;left: 20px;}
.select2-container--default .select2-results__option--highlighted[aria-selected] {background-color:#F6BE11 !important;color: #000 !important;}
.logged-in .tmt-category-select-wraper .select2-container {margin-top:30px;}
.logged-in .tmt-category-select-wraper .select2-container--default .select2-selection--single,.logged-in .tmt-category-select-wraper .select2-container--default .select2-selection--single > span {margin-top:-30px;}
.select2-container--default .select2-results__option {font-size: 13px;}
.tmt-category-select-wraper .select2-container--default.select2-container--open.select2-container--below .select2-selection--single {border-top-right-radius: 20px;border-top-left-radius: 20px;border-bottom-right-radius: 0;border-bottom-left-radius: 0;}
.box-search {position: relative;display: none;z-index: 99;}
.search-products {position: absolute;top: 20px;padding: 10px;right: 5%;box-shadow: 1px 3px 10px rgba(0,0,0,.15);width: 95%;border-radius: 5px;z-index: 999;background-color: #FFF;}
.box-search ul li {margin: 4px 0;}
.box-search ul li a {display: flex;padding: 8px;border: 1px solid rgba(129, 129, 129, .2);margin: 0 4px;height: 100%;}
.box-search ul li a:hover {background-color: #f5f5f5;}
.box-search ul li img {height: 100px;width: 100px;}
.box-search ul li div {height: 100%;flex-direction: column;display: flex;justify-content: space-between;padding: 5px 10px 5px 0;}
.box-search ul li span {font-size: 13px;color:#231F20}
.box-search ul li p {font-size: 10px !important;color:#acacac}
.box-search ul li.not-result,.box-search ul li.more {width: 100% !important;padding: 15px 10px;text-align: center;-ms-flex: 0 0 100%;flex: 0 0 100%;max-width: 100%;}
.product .loading {padding: 20px;display: flex;align-items: center;justify-content: center;width: 100%;height: 100%;max-width: 100%;flex-basis: 100%;}
.product .loading i {font-size: 34px !important;color: #000 ;}
.box-search ul li.more a {display: block;height: auto;font-size: 14px;padding: 8px 0;background-color: #4a4a4a;color: #ffffff;transition: all .4s ease;border: 1px solid transparent;}
.box-search ul li.more a:hover {border-color: currentColor;color: #4a4a4a;background-color: transparent;}
/** === NavBar Element === **/
.main-menu {z-index: 9999;}
.main-menu li {position: relative;}
.main-menu li:not(.mega-menu) {transition: all 0.3s ease}
.main-menu li a {display: inline-block;transition: all 0.3s ease}
.main-menu li.main-mega-menu a {transition:none;}
.main-menu li a i {margin-right: 5px}
body.rtl .main-menu li a i {margin-left: 5px;margin-right: 0}
.main-menu li.menu-item-has-children::after {font-family: "Font Awesome 5 Free";font-weight: 900;font-size: 14px;display: inline-block;}
.main-menu li.menu-item-has-children .sub-menu {position: absolute;z-index: 999;left: 0;visibility: hidden;opacity: 0;}
.tmt-drop-top li.menu-item-has-children > .sub-menu,.tmt-drop2-top li.menu-item-has-children > .sub-menu .sub-menu {transform: translateY(40px);}
.tmt-drop-bottom li.menu-item-has-children > .sub-menu,.tmt-drop2-bottom li.menu-item-has-children > .sub-menu .sub-menu {transform: translateY(-40px);}
.tmt-drop-right li.menu-item-has-children > .sub-menu,.tmt-drop2-right li.menu-item-has-children > .sub-menu .sub-menu {transform: translateX(-40px);}
.tmt-drop-left li.menu-item-has-children > .sub-menu,.tmt-drop2-left li.menu-item-has-children > .sub-menu .sub-menu {transform: translateX(40px);}
.tmt-drop-2db li.menu-item-has-children > .sub-menu {max-height: 0px;-webkit-transform: perspective(600px) rotate3d(1,0,0,-90deg);transform-origin: 50% 0;-webkit-transform-origin: 50% 0;transition: all 0.7s cubic-bezier(.4,0,0,1);-webkit-transition: all 0.7s cubic-bezier(.4,0,0,1);-webkit-transform-style: preserve-3d;-webkit-backface-visibility: hidden;}
.tmt-drop-2db li.menu-item-has-children:hover > .sub-menu {max-height: 1000px;transform: perspective(600px) rotate3d(0,0,0,0);-webkit-transform: perspective(600px) rotate3d(0,0,0,0);}
.main-menu li.menu-item-has-children:hover > .sub-menu {transition-delay: 0.15s;transform: translate(0);opacity: 1;visibility: visible;transition: 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) all 0.1s;}
body.rtl .main-menu li .sub-menu {right: 0;left: auto}
.main-menu li:not(.main-mega-menu) .sub-menu li a {display: block;}
.main-menu .sub-menu li.menu-item-has-children .sub-menu {left: 100%;top:0;}
body.rtl .main-menu .sub-menu .sub-menu {right: 100%;left:auto}
.main-menu .sub-menu > li.menu-item-has-children::after {position: absolute;right:0;z-index: 1;top:0}
body.rtl .main-menu .sub-menu > li.menu-item-has-children::after {right:auto;left: 0}
.bars {display: none;cursor: pointer;}
.main-menu .main-mega-menu .sub-menu {min-width: 100%;}
.main-menu .main-mega-menu, .main-menu .main-mega-menu li {position: static;}
.tmt-icon-f107.main-menu li.menu-item-has-children:after {content: "\f107";}
.tmt-icon-f067.main-menu li.menu-item-has-children:after {content: "\f067";}
.tmt-icon-f150.main-menu li.menu-item-has-children:after {content: "\f150";}
.tmt-icon-f13a.main-menu li.menu-item-has-children:after {content: "\f13a";}
.tmt-icon-f103.main-menu li.menu-item-has-children:after {content: "\f103";}
.tmt-icon-f078.main-menu li.menu-item-has-children:after {content: "\f078";}
.tmt-icon-f0dd.main-menu li.menu-item-has-children:after {content: "\f0dd";}
.position-menu > .elementor-column,.position-menu > .elementor-column > .elementor-column-wrap,.position-menu > .elementor-column > .elementor-widget-wrap,.position-menu > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap,.drop-down > div,.position-menu > .elementor-column > .elementor-column-wrap > .elementor-widget-wrap > .elementor-widget,.position-menu > .elementor-column > .elementor-widget-wrap > .elementor-widget {position: static !important;}
@media (max-width: 1024px) {
    .bars {display:inline-block;text-align: center;}
    .responsive-fix .open-menu nav.menu {background: #000c;width: 100%;height: 100%;position: fixed;right: 0;top: 0;transition: .3s;z-index: 9999;}
    .responsive-fix .main-menu {position: fixed;right: 0;top: 0;z-index: 9999;width: 70%;height: 100%;flex-direction: column;justify-content: flex-start !important;visibility: hidden;opacity: 0;transition: 0.3s;transform: translateX(100%) !important;}
    .responsive-fix .open-menu .main-menu {visibility: visible;opacity: 1;height: 100%;transition: .3s;transform: translateX(0) !important;overflow-y: auto;}
    .responsive-fix .open-menu .bars {right:70%;position: fixed;top: 20px;z-index: 99999;margin: 0 10px;}
    .open-position-left.responsive-fix .open-menu .main-menu {right: auto;left: 0;transform: translateX(-100%) !important;}
    .open-position-left.responsive-fix .open-menu .main-menu {transform: translateX(0) !important;}
    .open-position-left.responsive-fix .open-menu .bars {right: auto;left:70%;}
    .responsive-under nav.menu {position: absolute;z-index: 99999;width: 100%;visibility: hidden;opacity: 0;right: 0;padding: 10px;}
    .responsive-under .open-menu nav.menu {visibility: visible;opacity: 1;}
    .responsive-under .main-menu {flex-direction: column;height: 100%;transition: all .5s ease-in;overflow: hidden;transform: scaleY(0);transition: all .5s ease-in-out;transform-origin: left top;}
    .responsive-under .open-menu .main-menu {transform: scaleY(1);}
    .main-menu li.mega-menu .elementor-element > .elementor-container {width: 100%;}
    .main-menu li .sub-menu {min-width:95%;position:relative;right: 0 !important;left: auto !important;}
    .main-menu li.menu-item-has-children .sub-menu,.main-menu li.menu-item-has-children .sub-menu .sub-menu,.main-menu li.menu-item-has-children:hover .sub-menu {visibility: hidden;padding-top: 0;transform: translate(0);opacity: 0;position:relative;height: 0;position: absolute;transition: none;}
    .open-menu .fa-bars::before {content: "\f00d" !important;}
    .main-menu li .sub-menu li a {display: inline-block}
    .main-menu li.menu-item-has-children::after,.main-menu .sub-menu > li.menu-item-has-children::after {position: absolute;right: 20px !important;top: 12px;transform: none !important;}
    body.rtl .main-menu li.menu-item-has-children::after,body.rtl .main-menu .sub-menu > li.menu-item-has-children::after {right: auto !important;left: 20px !important}
    .main-menu .main-mega-menu, .main-menu .main-mega-menu li {position: relative;}
    .open-menu .open-sub-menu > .sub-menu {visibility: visible !important;opacity: 1 !important;height:auto !important;position: relative !important;transition: height 0s 3s, opacity 300ms ease-in-out !important;}
    .main-menu > li:hover,.main-menu > li.current-menu-item {background: none !important}
    .main-menu li.menu-item-has-children::after {width: 22px;height: 22px;text-align: center}
    .tmt-sticky-yes .responsive-under .menu {overflow-y: auto;max-height: 600px;}
    .main-mega-menu .sub-menu {min-width: auto !important;}
    .tmt-navbar-wrapper.open-menu .mega-menu .elementor-column {width: 100% !important;}
}
body.elementor-editor-active .main-menu > li > a {pointer-events: none;}
/** === Post List Element === **/
.post-list .list-item {width: 100%;transition:0.3s;}
.post-list .list-image a {position: relative;display:inline-block;}
.post-list .list-image i,.post-list .list-image svg {opacity:0;transition:0.3s;position: absolute;width: 100%;height: 100%;top: 0;right: 0;background-color: rgba(0,0,0,.5);display: flex;align-items: center;justify-content: center;font-size: 20px;}
.post-list .list-item:hover .list-image i,post-list .list-item:hover .list-image svg {opacity:1;}
.post-list .list-image img {height: 100%;}
.post-list .list-title {font-size: 16px;overflow: hidden;}
/** === Tag Cloud Element === **/
.tag-cloud a {display: inline-block;transition: .3s;}
/** === Scroll To Top Element === **/
#top {text-decoration: none;display:none;}
.elementor-editor-active #top {display: inline-block !important;}
/** === Post Info Element === **/
.elementor-post-info__terms-list-item {width: auto !important;display: inline-block !important;}
/** === Short Link Element === **/
.short-link textarea {direction: ltr;height: 28px !important;white-space: nowrap;overflow: hidden;}
/** === Comment Element === **/
.comment-form {display: flex;flex-wrap: wrap}
.comment-form .comment-notes,.comment-form input {width: 100%}
input.submit {cursor: pointer}
.comment-form-comment, .comment-form-comment textarea,.cms5 .comment-form-comment textarea {width: 100% !important;height: 200px !important;}
.cms1 .comment-form-author,.cms1 .comment-form-email,.cms1 .form-submit,.cms2 .comment-form-author,.cms2 .comment-form-email,.cms2 .form-submit,.cms3 .form-submit,.cms4 .form-submit {width: 33.3333%}
.cms2 .comment-notes,.cms4 .comment-notes {order: 1;}
.cms2 .comment-form-author,.cms4 .comment-form-author {order: 2;}
.cms2 .comment-form-email,.cms4 .comment-form-email {order: 3;}
.cms2 .form-submit,.cms4 .comment-form-comment {order: 4;}
.cms2 .comment-form-comment,.cms4 .form-submit {order: 5;}
.cms3 .comment-form-author,.cms3 .comment-form-email,.cms4 .comment-form-author,.cms4 .comment-form-email,.cms5 .comment-form-comment,.cms5 .comment-form-author,.cms5 .comment-form-email,.cms5 .form-submit {width: 50% !important;}
.cms5 .comment-form {display: block;flex-wrap: unset;}
.cms5 .comment-form-comment {float: right}
.cms5 .comment-form-author,.cms5 .comment-form-email,.cms5 .form-submit {float: left}
.comment-author {display: flex;align-items: center;}
.comment-meta {display: flex;align-items: center;justify-content: space-between;}
.reply a {display: inline-block;}
@media (max-width: 480px) {
	.comment-meta {flex-direction: column;align-items: flex-start;}
	.comment-meta .comment-metadata {margin-top: 20px;}
}
/** === Product Element === **/
.woocommerce ul.products::after, .woocommerce ul.products::before, .woocommerce-archive .products::after, .woocommerce-archive .products::before,.woocommerce-archive .woocommerce-breadcrumb,.woocommerce-account .addresses .title::after, .woocommerce-account .addresses .title::before,.woocommerce .cart-collaterals::after, .woocommerce .cart-collaterals::before, .woocommerce-page .cart-collaterals::after, .woocommerce-page .cart-collaterals::before {display: none}
.woocommerce .products ul, .woocommerce ul.products {margin:0 !important;clear: none !important;}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {float: none;width: 100%;margin:0;}
.woocommerce .products .product .tmt-product-item {position: relative;overflow: hidden;transition: all .3s;height: 100%;}
.woocommerce .products .product .tmt-product-item > *,.thumbnail-shop img {width:100%;height: 100% !important;}
.woocommerce .products .product .tmt-product-item .product-info {display: flex;flex-direction: column;align-items: center;justify-content: space-between;}
.woocommerce-archive #main {display: flex;flex-wrap: wrap;justify-content: space-between;}
.woocommerce-archive .woocommerce-notices-wrapper {width: 100%;order: 1;}
.woocommerce-archive .woocommerce-result-count {order: 3;}
.woocommerce-archive .products {order: 4;width: 100%;}
.woocommerce-archive .woocommerce-pagination {order: 5;width: 100%;}
.woocommerce-archive .sort-by {order: 2;}
.woocommerce-archive .sort-by i {margin: 0 2px;transform: translateY(2px);}
.woocommerce-archive .sort-by a {font-size: 14px;}
.woocommerce-archive .sort-by,.woocommerce-archive .woocommerce-result-count {display: none;}
.sort-by-yes .sort-by,.sort-by-yes .woocommerce-result-count {display: block;}
.thumbnail-shop {position:relative;}
.thumbnail-shop a {position: relative;display: block;width: 100%;height: 100%;}
.tmt-product-item.flex-row-reverse.row-product .thumbnail-shop {margin: 0 20px 0 0;}
.tmt-product-item.row-product .thumbnail-shop {margin: 0 0 0 20px;}
.thumbnail-hover {position: absolute;top: 0;right: 0;display: flex;background: rgba(0,0,0,.4);width: 100%;height: 100%;overflow:hidden;opacity:0;transition:all 0.3s;}
.thumbnail-hover .thumbnail-icon {display: flex;flex-direction: column;}
.thumbnail-hover .thumbnail-icon div {position: relative;display: flex;align-items: center;justify-content: center;}
.thumbnail-hover a {display: flex !important;align-items: center;justify-content: center;transform: translateY(300px);transition:all 0.3s;position: relative;}
.thumbnail-hover div span {position: absolute;font-size: 10px;top: -10px;white-space: nowrap;border-radius: 100px;padding: 2px 10px;;opacity:0;transition:all 0.3s;z-index: 9;}
.thumbnail-hover div span::after {display: inline-block;font-family: "Font Awesome 5 Free";font-weight: 900;content: "\f0dd";position: absolute;color: #000;font-size: 22px;bottom:-13px;right: 50%;transform: translateX(50%);}
.product .tmt-product-item .thumbnail-icon {z-index: 99;}
.products.icon-flex-start .thumbnail-hover div span {top: 50%;transform: translateY(-50%);right: 100%;border-radius: 4px;}
.products.icon-flex-start .thumbnail-hover div span:after {content: "\f0da";bottom: -6.5px;right: -4px;transform: translateX(0);font-size: 22px;}
.products.icon-flex-end .thumbnail-hover div span {top: 50%;transform: translateY(-50%);left: 100%;border-radius: 4px;}
.products.icon-flex-end .thumbnail-hover div span:after {content: "\f0d9";bottom: -6.5px;left: -4px;transform: translateX(0);font-size: 22px;right: auto;}
.thumbnail-hover .thumbnail-icon div:hover span {opacity:1;}
.thumbnail-hover div svg {width:20px;height:20px}
.thumbnail-hover .fa-spinner {font-size: 20px;}
.thumbnail-shop .tmt-product-offer {position: absolute;top:10px;left:10px;width: 50px;font-size: 14px;text-align: center;z-index: 9;}
.tmt-product-item:hover .thumbnail-hover {opacity:1}
.tmt-product-item:hover .thumbnail-hover div:nth-child(2) a {transition-delay: .2s;}
.tmt-product-item:hover .thumbnail-hover div:nth-child(3) a {transition-delay: .4s;}
.tmt-product-item:hover .thumbnail-hover div a {transform: translateY(0) !important;}
.tmt-wc-rating {width:100%;margin-top: 10px;}
.tmt-wc-category,.tmt-wc-title,.countdow-timer {width:100%;position: relative;z-index: 9;}
.tmt-wc-category a {color:#737373;font-size:14px}
.tmt-wc-title a {display:block;color:black}
.woocommerce ul.products li.product .price ins {text-decoration: none;}
.woocommerce ul.products li.product .price {display: block;width: 100%;}
.woocommerce .star-rating {float:none}
.woocommerce ul.products li.product .tmt-wc-more {transition:all 0.3s;}
.woocommerce ul.products li.product .tmt-wc-more a {display: block;}
.product-unavailable {text-align: center;width: 100%;background-color: gray;padding: 5px 0;z-index: 9;color: #FFF;position: relative;bottom: 34px;}
.product .tmt-product-item.row-product .thumbnail-shop img {height:auto !important;}
.product .tmt-product-item .thumbnail-link {opacity: 0;position: absolute;top: 0;right: 0;z-index: 9;}
.product-tabs-list {position: absolute;width: 100%;top: -45px;}
.product-tabs-list li {padding:8px 10px;cursor: pointer;}
.product-tabs-list li.tmt-active {background-color: #FFF;}
.elementor-widget-tmt-product .loading.active {position: absolute;z-index: 99999;width: 100%;height: 100%;text-align: center;background-color: rgba(0, 0, 0, 0.2);color: #FFF;}
.elementor-widget-tmt-product .loading.active i {position: relative;top: 45%;}
.icon-position-yes .thumbnail-shop {position: static;}
.icon-position-yes .thumbnail-hover {background:transparent;}
.icon-position-yes .thumbnail-hover .thumbnail-icon {flex-direction: row;}
.icon-position-yes .products.icon-flex-start .thumbnail-hover div span {top:-5px;right: 0;}
.icon-position-yes .products.icon-flex-start .thumbnail-hover div span:after {content: "\f0dd";bottom: -13px;right: 15px;}
.icon-position-yes .products.icon-flex-start .thumbnail-hover a {transform: translateY(-100px);}
.icon-position-yes .products.icon-flex-end .thumbnail-hover a {transform: translateY(100px);}
.icon-position-yes .products.icon-flex-end .thumbnail-hover div span {left: 65%;top: 0;transform: translate(-50%,-50%);}
.icon-position-yes .products.icon-flex-end .thumbnail-hover div span:after {content: "\f0dd";bottom:-13px;right: 50%;}
.products:not(.swiper-container) .swiper-slide.product,.all-posts:not(.swiper-container) .swiper-slide.tmt-post {height: auto;}
.img-switch-yes .thumbnail-shop .switch-image,.img-switch-yes .product:hover .thumbnail-shop img {display:none;}
.img-switch-yes .product:hover .thumbnail-shop .switch-image,.img-switch-yes .product:hover .thumbnail-shop .switch-image > img {display:block;overflow: hidden;}
.img-switch-yes .product:hover .thumbnail-shop .switch-image img {-webkit-animation-duration: 1s;animation-duration: 1s;-webkit-animation-duration: 1s;animation-duration: 1s;-webkit-animation-fill-mode: both;animation-fill-mode: both;}
/** Countdown Timer **/
.tmt-countdown-timer {display: flex;text-align: center;justify-content: flex-start;flex-direction: row-reverse;}
.tmt-countdown-timer .tmt-timer-container {display: flex;align-items: center;justify-content: center;flex-direction: column;margin:0 2px}
.tmt-countdown-timer .timer-count {width: 35px;height: 35px;display: flex;align-items: center;justify-content: center;}
.tmt-countdown-timer .timer-title {font-size:10px;margin-top:5px}
.tmt-countdown-timer .quotation {transform:translateY(7px);color: #cb101c;}
/** Progress Bar **/
.progress-bar {width: 100%;margin-top: 15px}
.progress-bar div {width: 100%;position: relative;}
.progress-bar div::before {content: "";position: absolute;top:0;right:0;width: 100%;}
.progress-bar div span {position: absolute;top:0;right:0;font-size: 0px;display: block;}
.progress-bar p {font-size:12px;margin-top: 10px;}
/** === Product Images Element === **/
.product-img-slider {border: 1px solid #f4f4f4}
.product-img-slider img {width: 100%;}
.item-img-slider {height: 100%;position: relative;z-index: 1;}
.item-img-slider img {width: 100%;padding: 25px;}
.item-thumbnail-product {padding: 4px;cursor: grab;}
.item-thumbnail-product img {border: 1px solid #ebebeb !important;transition: all .3s;}
.item-thumbnail-product.swiper-slide-thumb-active img {border-color: #000 !important;}
.item-thumbnail-product:active {cursor: grabbing;}
.item-thumbnail-product img {padding: 8px;}
.woocommerce-page div.product div.images {float: none !important;width: auto !important;margin-bottom: 0 !important;padding: 10px;}
.item-thumbnail-product img {width: 100%;}
.woocommerce-page .product-thumbnail {padding: 0 30px;}
.fancybox-active.dialog-lightbox-body .dialog-type-lightbox {z-index: 999999;}
/** === Product Add To Cart Element === **/
.tmt-product-add-to-cart button {margin: 0 10px !important}
.tmt-product-add-to-cart button.added {font-size: 12px !important;}
.tmt-product-add-to-cart .single_add_to_cart_button::before {font-family: "Font Awesome 5 Free";content: "\f07a";font-weight: 900;display: inline;margin-right: 10px;}
body.rtl .tmt-product-add-to-cart .single_add_to_cart_button::before {margin-right: auto;margin-left: 10px;}
.product_meta > span:last-child {border-bottom:0 !important}
.quantity {display:none}
.quantity.custom-num {display:block}
.woocommerce .quantity.custom-num {display: inline-block;border-radius: 5px;position: relative;overflow: hidden;border: 1px solid #f6be11;margin: 0 10px 0 4px !important;}
.woocommerce .quantity.custom-num input.input-text {border: none;text-align: center;transform: translateX(-50px);color: #777;width: 125px;border-radius: 20px;background: #fafafa;font-weight: 600}
.woocommerce .quantity.custom-num label.screen-reader-text {position: absolute;right: -40px;top: 5px;font-size: 0;}
.woocommerce .quantity.custom-num span {position: absolute;right: 40px;top: 5px;z-index: 99;background: #eee;width: 30px;text-align: center;font-size: 14px;line-height: 33px;cursor: pointer;border-radius:50px;color: #666;height: 30px;transition: .2s;}
.woocommerce .quantity.custom-num span:hover {color: #fff;background: #f6be11;}
.woocommerce .quantity.custom-num span.p-btn {right: 5px;}
.tmt-product-add-to-cart {position: relative;}
.tmt-product-add-to-cart .progress-bar {position: absolute;right: 0;top: 65%;transform: translateY(-50%);}
.tmt-product-add-to-cart.justify-content-right .progress-bar {right: auto;left:0}
.tmt-product-add-to-cart .woocommerce-variation-add-to-cart {display: flex;margin-top: 12px;flex-wrap:wrap;}
.tmt-product-add-to-cart.justify-content-left .woocommerce-variation-add-to-cart {justify-content: flex-end;flex-wrap: wrap;}
.tmt-product-add-to-cart.justify-content-right .woocommerce-variation-add-to-cart {justify-content: flex-start;flex-wrap: wrap;}
.txt-add-to-cart {position: fixed;bottom: 30px;right: 50%;transform: translateX(50%);background-color:rgba(51, 193, 0, 0.9);padding: 8px 35px 10px 35px;border-radius: 50px;color: #FFF;z-index: 99999;}
/** === Product Data Tabs Element === **/
.woocommerce div.product .woocommerce-tabs ul.tabs li,.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {border:none !important;box-shadow:none !important;}
.woocommerce div.product .woocommerce-tabs .panel,.woocommerce div.product .woocommerce-tabs ul.tabs {margin:0 !important}
.woocommerce div.product .woocommerce-tabs ul.tabs {overflow: visible !important;}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {box-shadow: none;background-color: #000;width: 40%;right: 50%;transform: translate(50%,10px);border-radius: 0;height: 3px;}
.tmt-icon-yes #tab-title-description a:before {font-family: "Font Awesome 5 Free";font-weight: 900;content: "\f530";margin-left: 5px;}
.tmt-icon-yes #tab-title-reviews a:before {font-family: "Font Awesome 5 Free";font-weight: 400;content: "\f086";margin-left: 5px;}
.tmt-icon-yes #tab-title-additional_information a:before {font-family: "Font Awesome 5 Free";font-weight: 900;content: "\f03a";margin-left: 5px;}
.woocommerce-tabs .tab-title {margin-bottom: 15px;}
.woocommerce-tabs .tab-title h3 {font-size: 18px;}
.woocommerce-tabs .tab-title h4 {font-size: 16px;font-weight: normal;margin-top: 5px;color:#959494}
/** === Product Tab Description === **/
.tmt-short-description:not(.show) {max-height: 200px;overflow: hidden;padding-bottom: 0;}
.tmt-short-description {position: relative;padding-bottom: 45px;margin-bottom: 40px;}
.tmt-short-description button#product-short-desc-toggle {position: absolute;bottom: 0;left: 0;right: 0;display: block;width: 100%;background: rgba(255, 255, 255, .95);border: none;box-shadow:#fff 0 -20px 35px 20px;height: 30px;line-height: 30px;color: #666;cursor: pointer;}
.tmt-short-description button#product-short-desc-toggle i {transition: .2s;font-size: 16px;transform: translateY(3px);-webkit-transform: translateY(3px);margin-right: 5px}
.tmt-short-description.show button#product-short-desc-toggle i {transform: rotate(180deg) translateY(-3px);-webkit-transform: rotate(180deg) translateY(-3px);}
.tmt-short-description.show button#product-short-desc-toggle {box-shadow:none}
.product-review {width: 70%;margin: 0 auto 30px auto;}
.product-review .list > * {height: 25px;display: flex;align-items: center;}
.product-review .list.bar {width: 100%;padding: 0 20px;}
.product-review .list span {white-space: nowrap;}
.product-review .list .review-bar {width: 100%;position: relative;height:5px;background-color: #f1f2f2;}
.product-review .list .review-bar div {content: "";position: absolute;top:0;right:0;background-color: #cb101c;font-size: 0px;height: 100%;}
/** === Product Tab Information === **/
#tab-additional_information table,#tab-additional_information tr,.woocommerce div.product .woocommerce-tabs ul.tabs::before {border:none !important}
#tab-additional_information tr th,#tab-additional_information tr td {width: 50%;text-align: right;padding: 0 20px;padding: 13px;height: 100%;border: 10px solid #FFF;}
#tab-additional_information td p {padding: 0 !important}
#tab-additional_information tr:nth-child(2n) td,#tab-additional_information tr:nth-child(2n) th {background-color: #F9F9F9;}
.woocommerce table.shop_attributes td {font-style: normal;}
.woocommerce-product-attributes-item[class*="lable"] th {display:none}
.woocommerce-product-attributes-item[class*="lable"] td {width: 100% !important;font-weight: bold;font-size: 18px;background: transparent !important;display: flex;align-items: center;}
.woocommerce-product-attributes-item[class*="lable"] td:before {content: "";background-color: #f6be11;width: 20px;height: 4px;display: block;border-radius: 100px;margin: 3px 0px 0 8px;}
/** === Product Tab Comment === **/
.woocommerce-Reviews #review_form {margin-top: 40px;}
.woocommerce-Reviews #reply-title {font-size: 22px;}
.woocommerce-Reviews .comment-form {justify-content: space-between;position: relative;}
.woocommerce-Reviews .comment-form > * {width: 100%;}
.woocommerce-Reviews .comment-form-rating {order: 1}
.woocommerce-Reviews .comment-form-author {order: 2;width: 49%;}
.woocommerce-Reviews .comment-form-email {order: 3;width: 49%;}
.woocommerce-Reviews .acf-comment-fields {order: 4;display: flex;justify-content: space-between;}
.woocommerce-Reviews .acf-comment-fields .acf-icon::before {font-family: "Font Awesome 5 Free";font-weight: 900;}
.woocommerce-Reviews .acf-comment-fields .acf-icon.-minus::before {content: '\f068';}
.woocommerce-Reviews .acf-comment-fields .acf-icon.-plus::before {content: '\f067';}
.woocommerce-Reviews .acf-comment-fields .acf-fields .acf-label,.woocommerce-Reviews .acf-comment-fields .acf-icon.-collapse,.woocommerce-Reviews .commentlist img,.woocommerce-Reviews .commentlist .meta .woocommerce-review__dash {display: none !important;}
.woocommerce-Reviews .acf-comment-fields .acf-icon {margin: 0 -8px 0 0 !important;font-size: 10px;padding: 2px;}
.woocommerce-Reviews .acf-comment-fields div .acf-button {background-color: #4caf50;color: #FFF;font-size: 13px}
.woocommerce-Reviews .acf-comment-fields > div:last-child .acf-button {background-color: #ff5153;}
.woocommerce-Reviews .comment-form-comment {order: 5}
.woocommerce-Reviews .comment-form-cookies-consent {display: flex;align-items: center;position: absolute;bottom: 30px;}
.woocommerce-Reviews .comment-form-cookies-consent #wp-comment-cookies-consent {width: auto;margin-left: 10px;}
.woocommerce-Reviews .form-submit {order: 6;text-align: left;margin:30px 0 !important;}
.woocommerce-Reviews .form-submit #submit {background-color: #15cf0b !important;color: #FFF !important;width: auto;padding: 15px 70px !important;}
.woocommerce-Reviews #comments ol.commentlist li .comment-text {margin: 0 !important}
.woocommerce-Reviews .commentlist .meta {display: flex;flex-direction: column;border-bottom: 1px solid #e4e1e3;padding-bottom: 10px;}
.woocommerce-Reviews .commentlist .star-rating {position: absolute;left: 20px;top: 35px;}
.woocommerce-Reviews .commentlist .meta .woocommerce-review__author {font-size: 18px;}
.woocommerce-Reviews .commentlist .comment-thumbs {margin-bottom: 15px;}
.woocommerce-Reviews .commentlist .comment-thumbs .strengths {margin-left: 50px;}
.woocommerce-Reviews .commentlist .comment-thumbs .strengths .lable i {color: #00bfd6}
.woocommerce-Reviews .commentlist .comment-thumbs .weaknesses .lable i {color: #cb101c}
.woocommerce-Reviews .commentlist .comment-thumbs .comment-list {margin: 5px 45px 0 0;list-style: disc;}
.woocommerce-Reviews .commentlist .comment-thumbs .comment-list li {margin:5px !important;font-size: 14px;color:#6d6e71}
.woocommerce .tmt-product-add-to-cart button.loading::after {right: auto !important;left: 1em !important;top: 0.800em !important;}
body.rtl .woocommerce .tmt-product-add-to-cart button.loading::after {right: 1em !important;left: auto !important;}
.woocommerce .tmt-product-add-to-cart button.loading::before {opacity: 0 !important;}
.woocommerce-error::before, .woocommerce-info::before, .woocommerce-message::before {top: 50%;transform: translateY(-50%);}
.woocommerce-message {background-color: white;border: 1px solid #8fae1b;border-radius: 4px;box-shadow: 0px 2px 6px 0px rgba(0,0,0,0.1);}
.woocommerce .woocommerce-message .button {background-color: #8fae1b;color: white;border-radius: 2px;}
.woocommerce .woocommerce-message .button:hover {background-color: #6b8216;color: white;}
.remove-sort-by-yes .sort-by,.remove-result-count-yes .woocommerce-result-count {display: none;}
/** === Product Product Icons === **/
.product-icons li {position: relative;display: flex;align-items: center;}
.product-icons li a {padding:10px;display: flex;align-items: center;justify-content: center;color:#000;transition:all 0.3s;position: relative;}
.product-icons li span {position: absolute;top: -22px;font-size: 10px;white-space: nowrap;border-radius: 100px;background-color: #000;color: #FFF;padding: 2px 10px;;opacity:0;transition:all 0.3s;left: 50%;transform: translateX(-50%);}
.product-icons li span::after {display: inline-block;content:"";position: absolute;bottom:-12px;right: 50%;transform: translateX(50%);border-top: 8px solid #000;border-bottom: 5px solid transparent;border-right: 5px solid transparent;border-left: 5px solid transparent;}
.product-icons li a:hover ~ span {opacity:1;}
.share-product {padding: 30px 20px;}
.share-product hr {border: 1px solid #ececec;margin: 15px 0;}
.share-product ul li a {border-radius: 3px;margin: 5px;width: 50px;height: 50px;display: flex;align-items: center;justify-content: center;color: #FFF;}
.share-product ul li a.twitter {background: #4DCCEB;}
.share-product ul li a.facebook {background: #4D8DEB;}
.share-product ul li a.whatsapp {background: #1BD741;}
.share-product ul li a.telegram {background: #33a6dd;}
.share-product ul li a.linkedin {background: #0e76a8;}
.share-product ul li a.mail {background: #CC3333;}
.share-product h5 {margin-top:10px}
.share-product #short-link {width: 100%;text-align: center;}
/** === Shop Elements Element === **/
.woocommerce-account .woocommerce::after, .woocommerce-account .woocommerce::before {display:none}
.post-type-archive-product .star-rating {transform: translateX(50%);right: 50%;}
.post-type-archive-product .sidebar .star-rating {transform: translateX(0);right:0;}
.woocommerce .quantity .qty {margin: 0 10px 0 0;padding: 10px 16px;width: 60px;height: 40px;line-height: 1.65;border: 1px solid rgba(167,167,167,.3);background: transparent !important;}
.woocommerce div.product form.cart {margin: 0;}
.woocommerce div.product form.cart button {padding: 12px 20px;}
.woocommerce div.product form.cart a {margin: 25px auto 0 auto !important;padding: 8px 0;border-radius: 3px;width: 100%;text-align: center;}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {background-color: rgba(0,0,0,.8);height: 4px;}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {background-color: #FFF;top: -6px;border-radius: 0;width: 16px;height: 16px;transform: rotate(45deg);border: 3px solid #000;}
.woocommerce-cart table.cart td.actions .coupon .input-text {width: 200px;height: 32px;}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {height: 4px;background-color:#DEDEDE}
.woocommerce form .form-row textarea {border: 1px solid rgba(0,0,0,.1);padding: 12px;height: 15em;}
.woocommerce form .form-row input.input-text {border: 1px solid rgba(0,0,0,.1);padding: 5px;}
.woocommerce .select2-container--default .select2-selection--single {height: 32px;}
/** === Breadcrumb Element === **/
.breadcrumb {margin-top: 15px;}
.breadcrumb li,.breadcrumb li a {color: #FFF}
.breadcrumb li:after {content: "\f30a";font-weight: 900;font-family:"Font Awesome 5 Free";display: inline-block;margin: 0 10px;opacity: .5;color: #fff;transform: rotateY(180deg);}
.breadcrumb li:last-child:after {opacity: 0;visibility: hidden;display: none}
.screen-reader-text {text-indent: -99999px;overflow: hidden;display: none;}
body.rtl .breadcrumb li:after{transform: rotateY(0);}
/** === Price Element === **/
.price .item {border-radius: 10px;overflow: hidden;box-shadow: 0 0 4px #e9e9e9;}
.price .item .image-price {width: 54px;text-align: center;display: inline-block;}
.price .item .image-price img , .price .item .image-price svg {width: 100%;height: 100%;}
.price .item .price-header {background-color: #f5f5f5;padding: 20px 0;min-height: 125px;}
.price .item .price-header .title {font-weight: bold;display: block;margin-top: 5px;}
.price .item ul, .price .item footer {padding: 10px 0;}
.price .item > div ul li {padding: 5px 0;}
.price .item > div .price-item {color: var(--purple);display: block;margin: 10px 0 20px 0;font-weight: 500;}
.price .item > div .link-price {border-radius: 25px;padding: 5px 20px;border: 1px solid red;color: red;font-weight: 600;display: inline-block;}
.price .ft-text {margin-top: 20px}
.price .item:hover .price-header {background-color: red;}
.price .item:hover .link-price {color: #FFFFFF;background-color: red;border: 1px solid transparent;}
.price .item:hover img {filter: brightness(0) invert(1);}
.price .item:hover .price-header {color: #ffffff;}
select[name*="attribute_pa"] option:first-child {display:none}
.single-product .price {font-size: 26px;display:block}
.single-product .price ins {text-decoration: none;font-weight: bold;}
.single-product .price del {opacity: .6;}
table.variations tbody {display: flex;flex-direction: column;}
table.variations,table.variations tr {border:none}
.variations_form > table {width:40% !important;}
.variations_form > div {width: 60%;}
.select_box,.variations_form {display:flex;width: 100%;flex-wrap:wrap}
.select_option.select_option_colorpicker {display: inline-flex;align-items: center;height: 30px;border-radius: 25px;background: #fff;padding: 0 5px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;cursor: pointer;text-align: center;margin: 3px !important;box-shadow: rgba(0, 0, 0, .1) 0 2px 3px;border: none;opacity: .8 !important;}
.select_option.select_option_colorpicker.selected {background: #f6be11;}
.select_option.select_option_colorpicker span {width: 20px !important;border-radius: 50%;height: 20px !important;display: block;margin: 0 0 0 5px !important;min-width: inherit !important;min-height: inherit !important;}
.select_option.select_option_colorpicker em {font-size: 11px;display: inline-block;font-style: normal;margin: 0 0 0 5px !important;}
.select_option span, .select_option img {min-width: 27px;width: auto;}
table.variations select {padding: 2px 5px;float: right;}
a.reset_variations {background-color: transparent !important;color: red !important;margin-top: 8px !important;display: inline-block;text-align: right !important;padding: 0 !important;}
.woocommerce div.product p.stock {white-space: nowrap;color:black;}
.woocommerce div.product form.cart:before {display: none}
/** === Product Ajax === **/
.woocommerce-archive main {position:relative}
.tmt-dropdown-yes.tmt-dropdown-close .tmt-filter {display: none;}
.tmt-dropdown-yes .widget-title {cursor: pointer;position: relative;}
.tmt-dropdown-yes .widget-title::after {font-family: "Font Awesome 5 Free";content: "\f106";font-weight: 900;font-size: 18px;display: inline-block;transition: all 0.3s;position: absolute;left: 0;top: 5px;}
.tmt-dropdown-yes .widget-title.filter-close::after {transform: rotate(180deg);}
.tmt-term-filter ul {margin-right: 15px;}
.tmt-term-filter li,.tmt-at_list li,.tmt-at_image li {display: flex;flex-wrap:wrap;align-items: center;margin-top: 10px;cursor: pointer;}
.tmt-term-filter li:before,.tmt-at_list li:before {content:"";display:block;width:18px;height:18px;border:2px solid #000;}
.tmt-term-filter li.cat-item-none:before, .tmt-at_list li.cat-item-none:before {display:none;}
.tmt-term-filter li.current-cat:before {background-color: #000;box-shadow: 0 0px 0px 2px #000;border: 4px solid #FFF;}
.tmt-term-filter li ul {width:100%;}
.tmt-term-filter li a,.tmt-at_list a {margin: 0 -25px 0 5px;padding: 0 35px 0 0 !important;color:#000;}
.tmt-at_color,.tmt-at_lable {display:flex;flex-wrap:wrap;}
.tmt-at_color li {min-width:30px;min-height:30px;position:relative;overflow: hidden;margin: 5px;padding: 0 !important;border-radius: 50px;box-shadow: 0 1px 2px #000;}
.tmt-at_lable li {min-width:30px;min-height:30px;border:2px solid #000;position:relative;overflow: hidden;margin: 5px;padding: 0 !important;border-radius: 2px;}
.tmt-at_color li:hover {overflow: visible;}
.tmt-at_color li a {display:inline-block;width:100%;height:100%;border-radius: 50px}
.tmt-at_color li a span.name {position:absolute;transition: all 0.3s;white-space: nowrap;top:-50px;opacity:0;right:50%;transform: translateX(50%);background-color: #000;color: #FFF;padding:1px 10px 5px 10px !important;display: block;}
.tmt-at_color li a span:before {content: "";position: absolute;top: 100%;left: 50%;margin-left: -5px;border-width: 5px;border-style: solid;border-color: #000 transparent transparent transparent;}
.tmt-at_color li:hover span.name {top: -35px;font-size: 12px;opacity:1;}
.tmt-at_color li span.count,.tmt-at_lable li span.count {position: absolute;opacity:0;font-size: 9px;background-color: red;color: #FFF;border-radius: 50%;width: 15px;height: 15px;text-align: center;bottom: -5px;left: -7px;}
.tmt-at_color li:hover span.count,.tmt-at_lable li:hover span.count {opacity:1;}
.tmt-at_color li a:before {margin: 0 !important;position: relative;top: 4px;right: 7px;}
.tmt-at_list li {position: relative;}
.tmt-at_list li .count {margin-right:5px;padding: 0 !important;}
.tmt-at_list li .count:before,.tmt-at_image li .count:before {content:"(";display: inline-block;}
.tmt-at_list li .count:after,.tmt-at_image li .count:after {content:")";display: inline-block;}
.tmt-at_list li a:before {position: absolute;right: 2.8px;font-size: 12px;top: 6px;}
.tmt-at_image li img {max-height: 25px;padding-left: 10px;}
.tmt-at_image li a {margin-left: 10px;color:#000;display: flex;align-items: center;}
.tmt-at_lable li {background-color: #efefef;border: 1px solid #ddd;overflow: visible;}
.tmt-at_lable li a {color:#000;display: flex;align-items: center;justify-content: center;width:100%;height:100%;padding: 5px !important;font-size: 14px;}
.tmt-filter-nav_filters {display: flex;align-items: center;}
.tmt-filter-nav_filters li a {display: inline-flex;padding: 3px 5px;border: 1px solid #000;border-radius: 2px;margin: 3px;font-size: 14px;color: #000;}
.tmt-filter-nav_filters li a:before {font-family: WooCommerce;font-weight: 400;content: "";margin-left: 4px;color: #a00;}
.elementor-widget-tmt-product-filter .widget-title {font-size: 20px;margin-bottom: 20px;border-bottom: 1px solid #e3e3e3;padding-bottom: 10px;position: relative;}
.widget_price_filter .price_slider_wrapper {margin-top: 50px;}
.widget_price_filter .price_label span {position: absolute;direction: rtl !important;top: 45px;left: 0;background-color: #000;color: #FFF;display: inline-block;font-size: 12px;padding: 0 5px;}
.widget_price_filter .price_label span.to {left: auto;right: 0;}
.woocommerce .widget_price_filter .price_slider_amount .button {font-size: 14px;}
.woocommerce-archive main .loading,.dokan-main-store .loading {position: fixed;z-index: 99999999;color: #FFF;width: 100%;height: 100%;background: hsla(0,0%,52.9%,.5);top: 0;right: 0;display: none;align-items: center;justify-content: center;}
.woocommerce-archive main .loading > div,.dokan-main-store .loading > div {background-color: #FFF;display: flex;flex-direction: column;justify-content: center;align-items: center;width: 330px;height: 200px;padding: 20px 0 34px;}
.woocommerce-archive main .loading img,.dokan-main-store .loading img {max-height: 90px;}
.woocommerce-archive main .loading .tmt-loading,.dokan-main-store .loading .tmt-loading {width: 45px;height: 45px;margin-top: 15px;border-radius: 50%;border: 0.3rem solid #727272;transform: translate(50%);-webkit-animation: 1s ripple ease-out infinite;animation: 1s ripple ease-out infinite;}
@-webkit-keyframes ripple {from {transform: scale(0);opacity: 1;}to {transform: scale(1);opacity: 0;}}
@keyframes ripple {from {transform: scale(0);opacity: 1;}to {transform: scale(1);opacity: 0;}}
/** === Archive Discription Element === **/
.tmt-more-description {overflow: hidden;padding-bottom: 0;}
.tmt-more-description:not(.show) {max-height: none !important;}
.tmt-more-description ~ #product-short-desc-toggle {position: absolute;bottom: 0;left: 0;right: 0;display: block;width: 100%;background: rgba(255, 255, 255, .95);border: none;box-shadow: #fff 0 -20px 35px 20px;height: 50px;line-height: 30px;color: #666;cursor: pointer;text-align: center;}
.tmt-more-description ~ #product-short-desc-toggle i {margin-right: 5px;transition: .2s;font-size: 16px;transform: rotate(180deg) translateY(-3px);-webkit-transform: rotate(180deg) translateY(-3px);}
.tmt-more-description.show ~ #product-short-desc-toggle i {transform: translateY(3px);-webkit-transform: translateY(3px);}
.tmt-more-description:not(.show) ~ #product-short-desc-toggle span.more {display:none}
.tmt-more-description.show ~ #product-short-desc-toggle span.less {display:none}
.tmt-more-description:not(.show) ~ #product-short-desc-toggle {box-shadow:none;position: relative;}
/** === Slider Element === **/
.tmt-slider-item {position: relative;}
.tmt-slider-item img {width: 100%;height: 100%;}
.tmt-slider-item .content {position: absolute;width: 100%;height: 100%;top: 0;right: 0;display: flex;flex-direction: column;}
.tmt-slider-item .content > div > * {width: 100%;}
.tmt-slider-item .content .slide-heading {-webkit-animation-duration: 1s;animation-duration: 1s;font-size: 35px;font-weight: 700;}
.tmt-slider-item .content .slide-description {-webkit-animation-duration: 2s;animation-duration: 2s;font-size: 17px;}
.tmt-slider-item .content .slide-button {-webkit-animation-duration: 3s;animation-duration: 3s;}
.tmt-slider-item .content .slide-button a {display: inline-block;font-size: 15px;text-align: center;transition: all .3s;border: 2px solid #FFF;}
.tmt-slider-item > img {overflow: hidden;}
/** === Info Box === **/
.themento-icon-wrap .themento-icon{display:inline-block}.themento-module-content{transition:all .3s}.themento-infobox-link-type-module:hover,.themento-infobox-link-type-module:hover .themento-icon i{-webkit-transition:color .2s;transition:color .2s}.themento-imgicon-style-circle .themento-icon-wrap .themento-icon,.themento-imgicon-style-circle .themento-image .themento-image-content{-webkit-border-radius:100%;border-radius:100%}.themento-infobox-photo-left-title .themento-module-content.themento-imgicon-wrap,.themento-infobox-photo-right-title .themento-module-content.themento-imgicon-wrap,.themento-infobox-photo-left .themento-module-content.themento-imgicon-wrap,.themento-infobox-photo-right .themento-module-content.themento-imgicon-wrap{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.themento-infobox-photo-left-title .themento-infobox-title-wrap,.themento-infobox-photo-right-title .themento-infobox-title-wrap,.themento-infobox-photo-left .themento-infobox-title-wrap,.themento-infobox-photo-right .themento-infobox-title-wrap{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1}.themento-infobox-photo-left-title.themento-infobox-image-valign-middle .themento-infobox-title-wrap,.themento-infobox-photo-right-title.themento-infobox-image-valign-middle .themento-infobox-title-wrap,.themento-infobox-icon-left-title.themento-infobox-image-valign-middle .themento-infobox-title-wrap,.themento-infobox-icon-right-title.themento-infobox-image-valign-middle .themento-infobox-title-wrap,.themento-infobox-image-valign-middle .themento-imgicon-wrap,.themento-infobox-icon-left.themento-infobox-image-valign-middle .themento-infobox-content,.themento-infobox-icon-right.themento-infobox-image-valign-middle .themento-infobox-content,.themento-infobox-photo-left.themento-infobox-image-valign-middle .themento-infobox-content,.themento-infobox-photo-right.themento-infobox-image-valign-middle .themento-infobox-content{-ms-flex-item-align:center;-webkit-align-self:center;align-self:center}.themento-infobox .themento-infobox-content{width:100%}.themento-infobox-left{text-align:left;-webkit-box-pack:start;-ms-flex-pack:start;-webkit-justify-content:flex-start;-moz-box-pack:start;justify-content:flex-start}.themento-infobox-center{text-align:center;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center}.themento-infobox-right{text-align:right;-webkit-box-pack:end;-ms-flex-pack:end;-webkit-justify-content:flex-end;-moz-box-pack:end;justify-content:flex-end}.themento-infobox-left-right-wrap{width:100%}.themento-infobox-icon-above-title .themento-infobox-left-right-wrap,.themento-infobox-icon-below-title .themento-infobox-left-right-wrap,.themento-infobox-photo-above-title .themento-infobox-left-right-wrap,.themento-infobox-photo-below-title .themento-infobox-left-right-wrap{display:block;min-width:100%;width:100%}.themento-infobox-icon-left-title .themento-icon-wrap,.themento-infobox-icon-left .themento-icon-wrap,.themento-infobox-photo-left-title .themento-imgicon-wrap .themento-image-content,.themento-infobox-photo-left .themento-imgicon-wrap .themento-image-content{margin-right:10px}.themento-infobox-icon-right-title .themento-icon-wrap,.themento-infobox-icon-right .themento-icon-wrap,.themento-infobox-photo-right-title .themento-imgicon-wrap .themento-image-content,.themento-infobox-photo-right .themento-imgicon-wrap .themento-image-content{margin-left:10px}.themento-infobox-icon-left .themento-infobox-left-right-wrap,.themento-infobox-icon-right .themento-infobox-left-right-wrap,.themento-infobox-photo-left .themento-infobox-left-right-wrap,.themento-infobox-photo-right .themento-infobox-left-right-wrap,.themento-infobox-icon-left-title .left-title-image,.themento-infobox-icon-right-title .right-title-image,.themento-infobox-photo-left-title .left-title-image,.themento-infobox-photo-right-title .right-title-image{display:-webkit-box;display:-ms-flexbox;-js-display:flex;display:-webkit-flex;display:-moz-box;display:flex;flex-direction:row-reverse}.themento-infobox-icon-right .themento-infobox-left-right-wrap,.themento-infobox-icon-right-title .right-title-image,.themento-infobox-photo-right-title .right-title-image,.themento-infobox-photo-right .themento-infobox-left-right-wrap{-webkit-box-pack:end;-ms-flex-pack:end;-webkit-justify-content:flex-end;-moz-box-pack:end;justify-content:flex-end;flex-direction:row-reverse}.themento-infobox-photo-above-title .themento-imgicon-wrap{display:block}.themento-infobox-photo-below-title .themento-imgicon-wrap{display:block;margin:10px 0 15px}.themento-icon-wrap .themento-icon i{height:auto;width:auto}.themento-imgicon-wrap .themento-image-content{display:inline-block;line-height:0;position:relative;max-width:100%}.themento-imgicon-wrap .themento-image-content img{display:inline;height:auto!important;max-width:100%;width:auto;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-border-radius:inherit;border-radius:inherit}.themento-imgicon-wrap .themento-image-crop-circle img{-webkit-border-radius:100%;border-radius:100%}.themento-imgicon-wrap .themento-image-crop-square img{-webkit-border-radius:0;border-radius:0}.themento-infobox-module-link{position:absolute;width:100%;height:100%;left:0;top:0;bottom:0;right:0;z-index:4}.elementor-edit-mode .themento-infobox-module-link{z-index:2}.themento-infobox-link-icon-after{margin-left:5px;margin-right:0}.themento-infobox-link-icon-before{margin-left:0;margin-right:5px}.themento-infobox-link-icon{-webkit-transition:all 200ms linear;transition:all 200ms linear}.themento-infobox-link-icon i {transform: translateY(1px)}.themento-infobox-link-type-module .themento-infobox{position:relative}@media only screen and (max-width: 976px){.themento-infobox-stacked-tablet .themento-infobox-left-right-wrap .themento-imgicon-wrap{padding:0;margin-bottom:20px}.themento-infobox-stacked-tablet.themento-reverse-order-tablet .themento-infobox-left-right-wrap{display:-webkit-inline-box;display:-ms-inline-flexbox;-js-display:inline-flex;display:-webkit-inline-flex;display:-moz-inline-box;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;-webkit-flex-direction:column-reverse;-moz-box-orient:vertical;-moz-box-direction:reverse;flex-direction:column-reverse}.themento-infobox.themento-infobox-stacked-tablet .themento-infobox-left-right-wrap .themento-infobox-content,.themento-infobox.themento-infobox-stacked-tablet .themento-infobox-left-right-wrap .themento-imgicon-wrap{display:block;width:100%;text-align:center}.themento-infobox.themento-infobox-stacked-tablet .themento-infobox-left-right-wrap .themento-imgicon-wrap{margin-left:0;margin-right:0}.themento-infobox-stacked-tablet .themento-infobox-left-right-wrap{display:inline-block}.themento-infobox-icon-left-title.themento-infobox-stacked-tablet .themento-imgicon-wrap,.themento-infobox-icon-left.themento-infobox-stacked-tablet .themento-imgicon-wrap,.themento-infobox-photo-left-title.themento-infobox-stacked-tablet .themento-image-content,.themento-infobox-photo-left.themento-infobox-stacked-tablet .themento-image-content{margin-right:0}.themento-infobox-icon-right-title.themento-infobox-stacked-tablet .themento-imgicon-wrap,.themento-infobox-icon-right.themento-infobox-stacked-tablet .themento-imgicon-wrap,.themento-infobox-photo-right-title.themento-infobox-stacked-tablet .themento-image-content,.themento-infobox-photo-right.themento-infobox-stacked-tablet .themento-image-content{margin-left:0}}@media screen and (max-width: 767px){.themento-infobox-stacked-mobile .themento-infobox-left-right-wrap .themento-imgicon-wrap{padding:0;margin-bottom:20px}.themento-infobox-stacked-mobile.themento-reverse-order-mobile .themento-infobox-left-right-wrap{display:-webkit-inline-box;display:-ms-inline-flexbox;-js-display:inline-flex;display:-webkit-inline-flex;display:-moz-inline-box;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;-webkit-flex-direction:column-reverse;-moz-box-orient:vertical;-moz-box-direction:reverse;flex-direction:column-reverse}.themento-infobox.themento-infobox-stacked-mobile .themento-infobox-left-right-wrap .themento-infobox-content,.themento-infobox.themento-infobox-stacked-mobile .themento-infobox-left-right-wrap .themento-imgicon-wrap{display:block;width:100%;text-align:center}.themento-infobox.themento-infobox-stacked-mobile .themento-infobox-left-right-wrap .themento-imgicon-wrap{margin-left:0;margin-right:0}.themento-infobox-stacked-mobile .themento-infobox-left-right-wrap{display:inline-block}.themento-infobox-icon-left-title.themento-infobox-stacked-mobile .themento-imgicon-wrap,.themento-infobox-icon-left.themento-infobox-stacked-mobile .themento-imgicon-wrap,.themento-infobox-photo-left-title.themento-infobox-stacked-mobile .themento-image-content,.themento-infobox-photo-left.themento-infobox-stacked-mobile .themento-image-content{margin-right:0}.themento-infobox-icon-right-title.themento-infobox-stacked-mobile .themento-imgicon-wrap,.themento-infobox-icon-right.themento-infobox-stacked-mobile .themento-imgicon-wrap,.themento-infobox-photo-right-title.themento-infobox-stacked-mobile .themento-image-content,.themento-infobox-photo-right.themento-infobox-stacked-mobile .themento-image-content{margin-left:0}}.themento-infobox-link-type-module:hover .elementor-animation-grow{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.themento-infobox-link-type-module:hover .elementor-animation-shrink{-webkit-transform:scale(0.9);-ms-transform:scale(0.9);transform:scale(0.9)}.themento-infobox-link-type-module:hover .elementor-animation-pulse{-webkit-animation-name:elementor-animation-pulse;animation-name:elementor-animation-pulse;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.themento-infobox-link-type-module:hover .elementor-animation-pulse-grow{-webkit-animation-name:elementor-animation-pulse-grow;animation-name:elementor-animation-pulse-grow;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-direction:alternate;animation-direction:alternate}.themento-infobox-link-type-module:hover .elementor-animation-pulse-shrink{-webkit-animation-name:elementor-animation-pulse-shrink;animation-name:elementor-animation-pulse-shrink;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-direction:alternate;animation-direction:alternate}.themento-infobox-link-type-module:hover .elementor-animation-push{-webkit-animation-name:elementor-animation-push;animation-name:elementor-animation-push;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:1;animation-iteration-count:1}.themento-infobox-link-type-module:hover .elementor-animation-pop{-webkit-animation-name:elementor-animation-pop;animation-name:elementor-animation-pop;-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:1;animation-iteration-count:1}.themento-infobox-link-type-module:hover .elementor-animation-bounce-in{-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2);-webkit-transition-timing-function:cubic-bezier(0.47,2.02,0.31,-0.36);transition-timing-function:cubic-bezier(0.47,2.02,0.31,-0.36)}.themento-infobox-link-type-module:hover .elementor-animation-bounce-out{-webkit-transform:scale(0.8);-ms-transform:scale(0.8);transform:scale(0.8);-webkit-transition-timing-function:cubic-bezier(0.47,2.02,0.31,-0.36);transition-timing-function:cubic-bezier(0.47,2.02,0.31,-0.36)}.themento-infobox-link-type-module:hover .elementor-animation-rotate{-webkit-transform:rotate(4deg);-ms-transform:rotate(4deg);transform:rotate(4deg)}.themento-infobox-link-type-module:hover .elementor-animation-grow-rotate{-webkit-transform:scale(1.1) rotate(4deg);-ms-transform:scale(1.1) rotate(4deg);transform:scale(1.1) rotate(4deg)}.themento-infobox-link-type-module:hover .elementor-animation-float{-webkit-transform:translateY(-8px);-ms-transform:translateY(-8px);transform:translateY(-8px)}.themento-infobox-link-type-module:hover .elementor-animation-sink{-webkit-transform:translateY(8px);-ms-transform:translateY(8px);transform:translateY(8px)}.themento-infobox-link-type-module:hover .elementor-animation-bob{-webkit-animation-name:elementor-animation-bob-float,elementor-animation-bob;animation-name:elementor-animation-bob-float,elementor-animation-bob;-webkit-animation-duration:.3s,1.5s;animation-duration:.3s,1.5s;-webkit-animation-delay:0s,.3s;animation-delay:0s,.3s;-webkit-animation-timing-function:ease-out,ease-in-out;animation-timing-function:ease-out,ease-in-out;-webkit-animation-iteration-count:1,infinite;animation-iteration-count:1,infinite;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-direction:normal,alternate;animation-direction:normal,alternate}.themento-infobox-link-type-module:hover .elementor-animation-hang{-webkit-animation-name:elementor-animation-hang-sink,elementor-animation-hang;animation-name:elementor-animation-hang-sink,elementor-animation-hang;-webkit-animation-duration:.3s,1.5s;animation-duration:.3s,1.5s;-webkit-animation-delay:0s,.3s;animation-delay:0s,.3s;-webkit-animation-timing-function:ease-out,ease-in-out;animation-timing-function:ease-out,ease-in-out;-webkit-animation-iteration-count:1,infinite;animation-iteration-count:1,infinite;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-direction:normal,alternate;animation-direction:normal,alternate}.themento-infobox-link-type-module:hover .elementor-animation-skew{-webkit-transform:skew(-10deg);-ms-transform:skew(-10deg);transform:skew(-10deg)}.themento-infobox-link-type-module:hover .elementor-animation-skew-forward{-webkit-transform:skew(-10deg);-ms-transform:skew(-10deg);transform:skew(-10deg)}.themento-infobox-link-type-module:hover .elementor-animation-skew-backward{-webkit-transform:skew(10deg);-ms-transform:skew(10deg);transform:skew(10deg)}.themento-infobox-link-type-module:hover .elementor-animation-wobble-vertical{-webkit-animation-name:elementor-animation-wobble-vertical;animation-name:elementor-animation-wobble-vertical;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1}.themento-infobox-link-type-module:hover .elementor-animation-wobble-horizontal{-webkit-animation-name:elementor-animation-wobble-horizontal;animation-name:elementor-animation-wobble-horizontal;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1}.themento-infobox-link-type-module:hover .elementor-animation-wobble-to-bottom-right{-webkit-animation-name:elementor-animation-wobble-to-bottom-right;animation-name:elementor-animation-wobble-to-bottom-right;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1}.themento-infobox-link-type-module:hover .elementor-animation-wobble-to-top-right{-webkit-animation-name:elementor-animation-wobble-to-top-right;animation-name:elementor-animation-wobble-to-top-right;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1}.themento-infobox-link-type-module:hover .elementor-animation-wobble-top{-webkit-animation-name:elementor-animation-wobble-top;animation-name:elementor-animation-wobble-top;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1}.themento-infobox-link-type-module:hover .elementor-animation-wobble-bottom{-webkit-animation-name:elementor-animation-wobble-bottom;animation-name:elementor-animation-wobble-bottom;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1}.themento-infobox-link-type-module:hover .elementor-animation-wobble-skew{-webkit-animation-name:elementor-animation-wobble-skew;animation-name:elementor-animation-wobble-skew;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:1;animation-iteration-count:1}.themento-infobox-link-type-module:hover .elementor-animation-buzz{-webkit-animation-name:elementor-animation-buzz;animation-name:elementor-animation-buzz;-webkit-animation-duration:.15s;animation-duration:.15s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.themento-infobox-link-type-module:hover .elementor-animation-buzz-out{-webkit-animation-name:elementor-animation-buzz-out;animation-name:elementor-animation-buzz-out;-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-iteration-count:1;animation-iteration-count:1}
/** === Info Box Advanced === **/
.tmt-button-icon-align-left{float:left} .tmt-button-icon-align-right{float:right}.tmt-advanced-icon-box .tmt-icon-wrapper{display:inline-block;line-height:1;transition:all 350ms cubic-bezier(.24, .85, .58, 1);color:#818a91;font-size:48px;width:48px;height:auto;text-align:center;position:relative;box-sizing:content-box}.tmt-advanced-icon-box .tmt-icon-wrapper:hover{color:#818a91}.tmt-advanced-icon-box .tmt-icon-wrapper i,.tmt-advanced-icon-box .tmt-icon-wrapper img{position:relative;display:block;transition:transform 350ms cubic-bezier(.24, .85, .58, 1);z-index:1}.tmt-advanced-icon-box .tmt-icon-wrapper i:before,.tmt-advanced-icon-box .tmt-icon-wrapper img:before{position:absolute;left:50%;transform:translateX(-50%)}.tmt-advanced-icon-box .tmt-icon-wrapper i{width:1em;height:1em}.tmt-advanced-icon-box .tmt-advanced-icon-box-readmore{display:inline-block}.tmt-advanced-icon-box .tmt-advanced-icon-box-readmore svg{width:1em}.tmt-advanced-icon-box .tmt-title-separator-wrapper{margin-bottom:24px;line-height:1}.tmt-advanced-icon-box .tmt-title-separator-wrapper>*{height:auto}.tmt-advanced-icon-box .tmt-title-separator-wrapper>svg [stroke*='#']{stroke:currentcolor}.tmt-advanced-icon-box .tmt-title-separator{border-top:4px solid #ddd;display:inline-block;width:100px}.elementor-widget-tmt-advanced-icon-box.tmt-icon-effect-none .tmt-advanced-icon-box .tmt-icon-wrapper:after{content:'';position:absolute;transition:all .3s ease-out;width:100%;height:100%;z-index:-1;opacity:0;top:0;left:0}.elementor-widget-tmt-advanced-icon-box.tmt-icon-effect-none .tmt-advanced-icon-box:hover .tmt-icon-wrapper:after{opacity:1}.elementor-widget-tmt-advanced-icon-box.tmt-icon-effect-a .tmt-advanced-icon-box .tmt-icon-wrapper:after{content:'';position:absolute;transition:all .3s ease-out;width:100%;height:100%;z-index:-1;opacity:0;transform:scale(0);top:0;left:0;border-radius:200px}.elementor-widget-tmt-advanced-icon-box.tmt-icon-effect-a .tmt-advanced-icon-box:hover .tmt-icon-wrapper{background-color:transparent}.elementor-widget-tmt-advanced-icon-box.tmt-icon-effect-a .tmt-advanced-icon-box:hover .tmt-icon-wrapper:after{opacity:1;transform:scale(1.5)}.elementor-widget-tmt-advanced-icon-box.tmt-icon-effect-g .tmt-advanced-icon-box .tmt-icon-wrapper:after{content:'';position:absolute;transition:all .3s ease-out;width:0;height:103%;top:50%;left:50%;z-index:-1;opacity:0;transform:translateX(-50%) translateY(-50%)}.elementor-widget-tmt-advanced-icon-box.tmt-icon-effect-g .tmt-advanced-icon-box:hover .tmt-icon-wrapper{background-color:transparent}.elementor-widget-tmt-advanced-icon-box.tmt-icon-effect-g .tmt-advanced-icon-box:hover .tmt-icon-wrapper:after{width:90%;opacity:1}.elementor-widget-tmt-advanced-icon-box.tmt-icon-effect-b .tmt-advanced-icon-box .tmt-icon-wrapper{overflow:hidden}.elementor-widget-tmt-advanced-icon-box.tmt-icon-effect-b .tmt-advanced-icon-box .tmt-icon-wrapper:after{content:'';position:absolute;transition:all .3s ease-out;width:100%;height:0;top:50%;left:50%;opacity:0;z-index:-1;transform:translateX(-50%) translateY(-50%) rotate(45deg)}.elementor-widget-tmt-advanced-icon-box.tmt-icon-effect-b .tmt-advanced-icon-box:hover .tmt-icon-wrapper{background-color:transparent}.elementor-widget-tmt-advanced-icon-box.tmt-icon-effect-b .tmt-advanced-icon-box:hover .tmt-icon-wrapper:after{height:260%;opacity:1}.elementor-widget-tmt-advanced-icon-box.tmt-icon-effect-c .tmt-advanced-icon-box .tmt-icon-wrapper:after{content:'';position:absolute;transition:all .3s ease-out;width:101%;height:0;top:50%;left:50%;opacity:0;z-index:-1;transform:translateX(-50%) translateY(-50%)}.elementor-widget-tmt-advanced-icon-box.tmt-icon-effect-c .tmt-advanced-icon-box:hover .tmt-icon-wrapper{background-color:transparent}.elementor-widget-tmt-advanced-icon-box.tmt-icon-effect-c .tmt-advanced-icon-box:hover .tmt-icon-wrapper:after{height:75%;opacity:1}.elementor-widget-tmt-advanced-icon-box.tmt-icon-effect-d .tmt-advanced-icon-box .tmt-icon-wrapper:after{content:'';position:absolute;top:0;left:0;width:150%;height:100%;z-index:-1;transform:rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);transform-origin:0 100%;transition:transform .3s,opacity .3s,background-color .3s}.elementor-widget-tmt-advanced-icon-box.tmt-icon-effect-d .tmt-advanced-icon-box:hover .tmt-icon-wrapper{background-color:transparent}.elementor-widget-tmt-advanced-icon-box.tmt-icon-effect-d .tmt-advanced-icon-box:hover .tmt-icon-wrapper:after{opacity:1;transform:rotate3d(0, 0, 1, 0deg);transition-timing-function:cubic-bezier(.2, 1, .3, 1)}.elementor-widget-tmt-advanced-icon-box.tmt-icon-effect-e .tmt-advanced-icon-box .tmt-icon-wrapper:after{content:'';position:absolute;transition:all .3s ease-out;width:100%;height:0;top:0;left:0;z-index:-1}.elementor-widget-tmt-advanced-icon-box.tmt-icon-effect-e .tmt-advanced-icon-box:hover .tmt-icon-wrapper{background-color:transparent}.elementor-widget-tmt-advanced-icon-box.tmt-icon-effect-e .tmt-advanced-icon-box:hover .tmt-icon-wrapper:after{height:100%}.elementor-widget-tmt-advanced-icon-box.tmt-icon-effect-f .tmt-advanced-icon-box .tmt-icon-wrapper:after{content:'';position:absolute;z-index:-1;transition:all .3s ease-out;background:#666;width:0;height:100%;top:0;left:0}.elementor-widget-tmt-advanced-icon-box.tmt-icon-effect-f .tmt-advanced-icon-box:hover .tmt-icon-wrapper{background-color:transparent}.elementor-widget-tmt-advanced-icon-box.tmt-icon-effect-f .tmt-advanced-icon-box:hover .tmt-icon-wrapper:after{width:100%}.elementor-widget-tmt-advanced-icon-box.tmt-readmore-on-hover-yes .tmt-advanced-icon-box .tmt-advanced-icon-box-readmore{margin-top:26px;position:absolute;transform:translate(-50%, 0);opacity:0;transition:opacity 350ms cubic-bezier(.24, .85, .58, 1)}.elementor-widget-tmt-advanced-icon-box.tmt-readmore-on-hover-yes .tmt-advanced-icon-box:hover .tmt-advanced-icon-box-readmore{opacity:1}.elementor-widget-tmt-advanced-icon-box .tmt-advanced-icon-box{text-align:center}.elementor-widget-tmt-advanced-icon-box .tmt-advanced-icon-box-title{font-weight:700;font-size:1.25rem;transition: all .3s}.elementor-widget-tmt-advanced-icon-box .tmt-advanced-icon-box-title a{color:inherit}.elementor-widget-tmt-advanced-icon-box .tmt-advanced-icon-box-description{margin-bottom:20px;transition: all .3s}.elementor-widget-tmt-advanced-icon-box.tmt-global-link-yes .tmt-advanced-icon-box:hover{cursor:pointer}.elementor-widget-tmt-advanced-icon-box.tmt-title-link-yes .tmt-advanced-icon-box-title:hover{cursor:pointer}.elementor-widget-tmt-advanced-icon-box .tmt-advanced-icon-box{text-align:center}.elementor-widget-tmt-advanced-icon-box .tmt-advanced-icon-box-title{font-weight:700;font-size:1.25rem}.elementor-widget-tmt-advanced-icon-box .tmt-advanced-icon-box-title a{color:inherit}.elementor-widget-tmt-advanced-icon-box .tmt-advanced-icon-box-description{margin-bottom:20px}@media (min-width:768px){.elementor-widget-tmt-advanced-icon-box.elementor-position-left .tmt-advanced-icon-box{display:flex;text-align:left;flex-direction:row}.elementor-widget-tmt-advanced-icon-box.elementor-position-left .tmt-advanced-icon-box-icon{flex:0 0 auto}.elementor-widget-tmt-advanced-icon-box.elementor-position-right .tmt-advanced-icon-box{display:flex;text-align:right;flex-direction:row-reverse}.elementor-widget-tmt-advanced-icon-box.elementor-position-right .tmt-advanced-icon-box-icon{flex:0 0 auto}.elementor-widget-tmt-advanced-icon-box.elementor-position-top .tmt-advanced-icon-box-img{margin:auto}.elementor-widget-tmt-advanced-icon-box.elementor-position-top .tmt-advanced-icon-box-icon{display:inline-block}.elementor-widget-tmt-advanced-icon-box.elementor-vertical-align-top .tmt-advanced-icon-box{align-items:flex-start}.elementor-widget-tmt-advanced-icon-box.elementor-vertical-align-middle .tmt-advanced-icon-box{align-items:center}.elementor-widget-tmt-advanced-icon-box.elementor-vertical-align-bottom .tmt-advanced-icon-box{align-items:flex-end}.elementor-widget-tmt-advanced-icon-box .tmt-indicator-svg svg{height:auto;width:100%}}@media (max-width:767px){.elementor-widget-tmt-advanced-icon-box .tmt-advanced-icon-box-icon{margin-left:auto !important;margin-right:auto !important;margin-bottom:15px}}.tmt-link {cursor: pointer}.elementor-widget-tmt-advanced-icon-box .tmt-indicator-svg{position:absolute;left:100%;top:0;width:150px;height:auto;transform-origin:center center;transform:translateX(0);z-index:10}
/** === Image Gallery === **/
.tmt-image-gallery .gallery{transition:all .5s ease-in-out;column-gap:30px;column-fill:initial;display:block}@media (max-width: 979px){.tmt-image-gallery .gallery{column-count:2!important}}@media (max-width: 480px){.tmt-image-gallery .gallery{column-count:1!important}}
/** === Contact Form 7 Style === **/
.wpcf7-form p{margin:10px}.wpcf7-form label{font-size:14px;margin-bottom:10px;display:block}.tmt-cf7-style span.wpcf7-list-item{margin:0 1em 0 0}.tmt-cf7-loader-active span.ajax-loader.is-active{display:inline-block}.tmt-cf7-style select{-webkit-appearance:none}.tmt-cf7-style .tmt-cf7-select-custom{display:block;position:relative}.tmt-cf7-style .tmt-cf7-select-custom:after{content:"\f078";font-family: "Font Awesome 5 Free" !important;font-weight: 900;position:absolute;font-size:.7em;line-height:1;top:45%;-webkit-transform:translateY(-45%);-ms-transform:translateY(-45%);transform:translateY(-45%);right:.5em;z-index:5;pointer-events:none}.tmt-cf7-highlight-style-bottom_right span.wpcf7-not-valid-tip{display:inline-block;right:0;top:100%;padding:.1em .8em;-webkit-border-radius:2px;border-radius:2px}.tmt-cf7-highlight-style-bottom_right span.tmt-cf7-alert{display:block;text-align:right}.tmt-cf7-btn-size-xs .tmt-cf7-style input[type=submit]{font-size:13px;padding:10px 20px;-webkit-border-radius:2px;border-radius:2px}.tmt-cf7-input-size-xs .tmt-cf7-style input:not([type="submit"]),.tmt-cf7-input-size-xs .tmt-cf7-style .wpcf7 textarea,.tmt-cf7-input-size-xs .tmt-cf7-style select{font-size:13px;padding:8px 10px;width: 100%}.tmt-cf7-input-size-xs .tmt-cf7-style select[multiple="multiple"]{padding:0}.tmt-cf7-input-size-xs .tmt-cf7-style select[multiple="multiple"] option{padding:8px 10px}.tmt-cf7-input-size-xs .tmt-cf7-select-custom{font-size:13px}.tmt-cf7-input-size-xs .tmt-cf7-style input[type="checkbox"] + span:before,.tmt-cf7-input-size-xs .tmt-cf7-style input[type="radio"] + span:before{height:10px;width:10px}.tmt-cf7-input-size-xs .tmt-cf7-style input[type="checkbox"]:checked + span:before{font-size:-webkit-calc(10px / 1.2);font-size:calc(10px / 1.2)}.tmt-cf7-input-size-xs input[type=range]::-webkit-slider-thumb{font-size:10px}.tmt-cf7-input-size-xs input[type=range]::-moz-range-thumb{font-size:10px}.tmt-cf7-input-size-xs input[type=range]::-ms-thumb{font-size:10px}.tmt-cf7-btn-size-sm .tmt-cf7-style input[type=submit]{font-size:15px;padding:12px 24px;-webkit-border-radius:3px;border-radius:3px;cursor:pointer}.tmt-cf7-input-size-sm .tmt-cf7-style input:not([type="submit"]),.tmt-cf7-input-size-sm .tmt-cf7-style .wpcf7 textarea,.tmt-cf7-input-size-sm .tmt-cf7-style select{font-size:15px;padding:12px 10px;width:100%}.tmt-cf7-input-size-sm .tmt-cf7-style select[multiple="multiple"]{padding:0}.wpcf7 .grid{grid-gap:20px}.wpcf7 textarea{height:150px}.tmt-cf7-input-size-sm .tmt-cf7-style select[multiple="multiple"] option{padding:12px 10px}.tmt-cf7-input-size-sm .tmt-cf7-select-custom{font-size:15px}.tmt-cf7-input-size-sm .tmt-cf7-style input[type="checkbox"] + span:before,.tmt-cf7-input-size-sm .tmt-cf7-style input[type="radio"] + span:before{height:12px;width:12px}.tmt-cf7-input-size-sm .tmt-cf7-style input[type="checkbox"]:checked + span:before{font-size:-webkit-calc(12px / 1.2);font-size:calc(12px / 1.2)}.tmt-cf7-input-size-sm input[type=range]::-webkit-slider-thumb{font-size:12px}.tmt-cf7-input-size-sm input[type=range]::-moz-range-thumb{font-size:12px}.tmt-cf7-input-size-sm input[type=range]::-ms-thumb{font-size:12px}.tmt-cf7-btn-size-md .tmt-cf7-style input[type=submit]{font-size:16px;padding:15px 30px;-webkit-border-radius:4px;border-radius:4px}.tmt-cf7-input-size-md .tmt-cf7-style input:not([type="submit"]),.tmt-cf7-input-size-md .tmt-cf7-style .wpcf7 textarea,.tmt-cf7-input-size-md .tmt-cf7-style select{font-size:16px;padding:15px 10px}.tmt-cf7-input-size-md .tmt-cf7-style select[multiple="multiple"]{padding:0}.tmt-cf7-input-size-md .tmt-cf7-style select[multiple="multiple"] option{padding:15px 10px}.tmt-cf7-input-size-md .tmt-cf7-select-custom{font-size:16px}.tmt-cf7-input-size-md .tmt-cf7-style input[type="checkbox"] + span:before,.tmt-cf7-input-size-md .tmt-cf7-style input[type="radio"] + span:before{height:15px;width:15px}.tmt-cf7-input-size-md .tmt-cf7-style input[type="checkbox"]:checked + span:before{font-size:-webkit-calc(15px / 1.2);font-size:calc(15px / 1.2)}.tmt-cf7-input-size-md input[type=range]::-webkit-slider-thumb{font-size:15px}.tmt-cf7-input-size-md input[type=range]::-moz-range-thumb{font-size:15px}.tmt-cf7-input-size-md input[type=range]::-ms-thumb{font-size:15px}.tmt-cf7-btn-size-lg .tmt-cf7-style input[type=submit]{font-size:18px;padding:20px 40px;-webkit-border-radius:5px;border-radius:5px}.tmt-cf7-input-size-lg .tmt-cf7-style input:not([type="submit"]),.tmt-cf7-input-size-lg .tmt-cf7-style .wpcf7 textarea,.tmt-cf7-input-size-lg .tmt-cf7-style select{font-size:18px;padding:20px 10px}.tmt-cf7-input-size-lg .tmt-cf7-style select[multiple="multiple"]{padding:0}.tmt-cf7-input-size-lg .tmt-cf7-style select[multiple="multiple"] option{padding:20px 10px}.tmt-cf7-input-size-lg .tmt-cf7-select-custom{font-size:18px}.tmt-cf7-input-size-lg .tmt-cf7-style input[type="checkbox"] + span:before,.tmt-cf7-input-size-lg .tmt-cf7-style input[type="radio"] + span:before{height:20px;width:20px}.tmt-cf7-input-size-lg .tmt-cf7-style input[type="checkbox"]:checked + span:before{font-size:-webkit-calc(20px / 1.2);font-size:calc(20px / 1.2)}.tmt-cf7-input-size-lg input[type=range]::-webkit-slider-thumb{font-size:20px}.tmt-cf7-input-size-lg input[type=range]::-moz-range-thumb{font-size:20px}.tmt-cf7-input-size-lg input[type=range]::-ms-thumb{font-size:20px}.tmt-cf7-btn-size-xl .tmt-cf7-style input[type=submit]{font-size:20px;padding:25px 50px;-webkit-border-radius:6px;border-radius:6px}.tmt-cf7-input-size-xl .tmt-cf7-style input:not([type="submit"]),.tmt-cf7-input-size-xl .tmt-cf7-style .wpcf7 textarea,.tmt-cf7-input-size-xl .tmt-cf7-style select{font-size:20px;padding:25px 10px}.tmt-cf7-input-size-xl .tmt-cf7-style select[multiple="multiple"]{padding:0}.tmt-cf7-input-size-xl .tmt-cf7-style select[multiple="multiple"] option{padding:25px 10px}.tmt-cf7-input-size-xl .tmt-cf7-select-custom{font-size:20px}.tmt-cf7-input-size-xl .tmt-cf7-style input[type="checkbox"] + span:before,.tmt-cf7-input-size-xl .tmt-cf7-style input[type="radio"] + span:before{height:25px;width:25px}.tmt-cf7-input-size-xl .tmt-cf7-style input[type="checkbox"]:checked + span:before{font-size:-webkit-calc(25px / 1.2);font-size:calc(25px / 1.2)}.tmt-cf7-input-size-xl input[type=range]::-webkit-slider-thumb{font-size:25px}.tmt-cf7-input-size-xl input[type=range]::-moz-range-thumb{font-size:25px}.tmt-cf7-input-size-xl input[type=range]::-ms-thumb{font-size:25px}.tmt-cf7-style input[type=range]{background:transparent!important;border:none!important;padding-left:0!important;padding-right:0!important}.tmt-cf7-style input[type=range]::-ms-track{background:transparent;border-color:transparent;color:transparent}.tmt-cf7-style input[type=range]::-webkit-slider-runnable-track{height:.35em}.tmt-cf7-style input[type=range]::-moz-range-track{height:.35em}.tmt-cf7-style input[type=range]::-ms-fill-lower{height:.35em}.tmt-cf7-style input[type=range]::-ms-fill-upper{height:.35em}.tmt-cf7-style input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;height:1em;width:1em;margin-top:-.35em}.tmt-cf7-style input[type=range]::-moz-range-thumb{height:1em;width:1em;margin-top:-.35em}.tmt-cf7-style input[type=range]::-ms-thumb{height:1em;width:1em;margin-top:-.35em}.tmt-cf7-style .wpcf7-radio input[type="radio"] + span:before{-webkit-border-radius:100%;border-radius:100%}.tmt-cf7-style .wpcf7 div.wpcf7-response-output{margin:0}.tmt-cf7-style-box .wpcf7-checkbox input[type="checkbox"]:checked + span:before,.tmt-cf7-style-box .wpcf7-checkbox input[type="checkbox"] + span:before,.tmt-cf7-style-box .wpcf7-acceptance input[type="checkbox"]:checked + span:before,.tmt-cf7-style-box .wpcf7-acceptance input[type="checkbox"] + span:before,.tmt-cf7-style-box .wpcf7-radio input[type="radio"] + span:before{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.tmt-cf7-button-center input.wpcf7-form-control.wpcf7-submit,.tmt-cf7-button-left input.wpcf7-form-control.wpcf7-submit,.tmt-cf7-button-right input.wpcf7-form-control.wpcf7-submit,.tmt-cf7-button-justify input.wpcf7-form-control.wpcf7-submit{display:-webkit-box;display:-ms-flexbox;-js-display:flex;display:-webkit-flex;display:-moz-box;display:flex;width:auto}.tmt-cf7-button-center input.wpcf7-form-control.wpcf7-submit{margin-left:auto;margin-right:auto}.tmt-cf7-button-center .tmt-cf7-loader-active{text-align:center}.tmt-cf7-button-left input.wpcf7-form-control.wpcf7-submit{margin-left:0;margin-right:auto}.tmt-cf7-button-right input.wpcf7-form-control.wpcf7-submit{margin-left:auto;margin-right:0}.tmt-cf7-button-right .tmt-cf7-loader-active{text-align:right}.tmt-cf7-button-justify input.wpcf7-form-control.wpcf7-submit{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;width:100%}.tmt-cf7-button-justify .tmt-cf7-loader-active{text-align:center}.tmt-cf7-style .wpcf7-checkbox input[type='checkbox'],.tmt-cf7-style .wpcf7-acceptance input[type='checkbox'],.tmt-cf7-style .wpcf7-radio input[type='radio']{display:none}.tmt-cf7-style .wpcf7-checkbox input[type='checkbox'] + span:before,.tmt-cf7-style .wpcf7-radio input[type='radio'] + span:before,.tmt-cf7-style .wpcf7-acceptance input[type='checkbox'] + span:before{content:'';display:inline-block;vertical-align:middle;margin-right:10px;text-align:center}.tmt-cf7-style .wpcf7-checkbox input[type='checkbox']:checked + span:before,.tmt-cf7-style .wpcf7-acceptance input[type='checkbox']:checked + span:before{content:"\2714";line-height:1.2}@media only screen and (min-width: 769px){.tmt-cf7-col{-js-display:flex;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex}.tmt-cf7-col label,.tmt-cf7-col > span{-webkit-box-flex:1;-webkit-flex-grow:1;-moz-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding:0 10px}}@media only screen and (max-width: 976px){.tmt-tablet-cf7-button-center input.wpcf7-form-control.wpcf7-submit{margin-left:auto;margin-right:auto;width:auto}.tmt-tablet-cf7-button-left input.wpcf7-form-control.wpcf7-submit{margin-left:0;margin-right:auto;width:auto}.tmt-tablet-cf7-button-right input.wpcf7-form-control.wpcf7-submit{margin-left:auto;margin-right:0;width:auto}.tmt-tablet-cf7-button-justify input.wpcf7-form-control.wpcf7-submit{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;width:100%}}@media only screen and (max-width: 767px){.tmt-mobile-cf7-button-center input.wpcf7-form-control.wpcf7-submit{margin-left:auto;margin-right:auto;width:auto}.tmt-mobile-cf7-button-left input.wpcf7-form-control.wpcf7-submit{margin-left:0;margin-right:auto;width:auto}.tmt-mobile-cf7-button-right input.wpcf7-form-control.wpcf7-submit{margin-left:auto;margin-right:0;width:auto}.tmt-mobile-cf7-button-justify input.wpcf7-form-control.wpcf7-submit{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;-moz-box-pack:center;justify-content:center;width:100%}}
/** === Reset Element === **/
.tmt-grid{display:flex;flex-wrap:wrap;margin:0;padding:0;}.tmt-grid > *{margin:0}.tmt-grid > * > :last-child{margin-bottom:0}.tmt-grid{margin-left:-30px}.tmt-grid > *{padding-left:30px}.tmt-grid + .tmt-grid,.tmt-grid > .tmt-grid-margin,* + .tmt-grid-margin{margin-top:30px}@media (min-width: 1200px){.tmt-grid{margin-left:-40px}.tmt-grid > *{padding-left:40px}.tmt-grid + .tmt-grid,.tmt-grid > .tmt-grid-margin,* + .tmt-grid-margin{margin-top:40px}}.tmt-grid-small{margin-left:-15px}.tmt-grid-small > *{padding-left:15px}.tmt-grid + .tmt-grid-small,.tmt-grid-small > .tmt-grid-margin,* + .tmt-grid-margin-small{margin-top:15px}.tmt-grid-medium{margin-left:-30px}.tmt-grid-medium > *{padding-left:30px}.tmt-grid + .tmt-grid-medium,.tmt-grid-medium > .tmt-grid-margin,* + .tmt-grid-margin-medium{margin-top:30px}.tmt-grid-large{margin-left:-40px}.tmt-grid-large > *{padding-left:40px}.tmt-grid + .tmt-grid-large,.tmt-grid-large > .tmt-grid-margin,* + .tmt-grid-margin-large{margin-top:40px}@media (min-width: 1200px){.tmt-grid-large{margin-left:-70px}.tmt-grid-large > *{padding-left:70px}.tmt-grid + .tmt-grid-large,.tmt-grid-large > .tmt-grid-margin,* + .tmt-grid-margin-large{margin-top:70px}}.tmt-grid-collapse{margin-left:0}.tmt-grid-collapse > *{padding-left:0}.tmt-grid + .tmt-grid-collapse,.tmt-grid-collapse > .tmt-grid-margin{margin-top:0}.tmt-grid-divider > *{position:relative}.tmt-grid-divider > :not(.tmt-first-column)::before{content:"";position:absolute;top:0;bottom:0;border-left:1px solid rgba(214,214,214,0.49)}.tmt-grid-divider.tmt-grid-stack > .tmt-grid-margin::before{content:"";position:absolute;left:0;right:0;border-top:1px solid rgba(214,214,214,0.49)}.tmt-grid-divider{margin-left:-60px}.tmt-grid-divider > *{padding-left:60px}.tmt-grid-divider > :not(.tmt-first-column)::before{left:30px}.tmt-grid-divider.tmt-grid-stack > .tmt-grid-margin{margin-top:60px}.tmt-grid-divider.tmt-grid-stack > .tmt-grid-margin::before{top:-30px;left:60px}@media (min-width: 1200px){.tmt-grid-divider{margin-left:-80px}.tmt-grid-divider > *{padding-left:80px}.tmt-grid-divider > :not(.tmt-first-column)::before{left:40px}.tmt-grid-divider.tmt-grid-stack > .tmt-grid-margin{margin-top:80px}.tmt-grid-divider.tmt-grid-stack > .tmt-grid-margin::before{top:-40px;left:80px}}.tmt-grid-divider.tmt-grid-small{margin-left:-30px}.tmt-grid-divider.tmt-grid-small > *{padding-left:30px}.tmt-grid-divider.tmt-grid-small > :not(.tmt-first-column)::before{left:15px}.tmt-grid-divider.tmt-grid-small.tmt-grid-stack > .tmt-grid-margin{margin-top:30px}.tmt-grid-divider.tmt-grid-small.tmt-grid-stack > .tmt-grid-margin::before{top:-15px;left:30px}.tmt-grid-divider.tmt-grid-medium{margin-left:-60px}.tmt-grid-divider.tmt-grid-medium > *{padding-left:60px}.tmt-grid-divider.tmt-grid-medium > :not(.tmt-first-column)::before{left:30px}.tmt-grid-divider.tmt-grid-medium.tmt-grid-stack > .tmt-grid-margin{margin-top:60px}.tmt-grid-divider.tmt-grid-medium.tmt-grid-stack > .tmt-grid-margin::before{top:-30px;left:60px}.tmt-grid-divider.tmt-grid-large{margin-left:-80px}.tmt-grid-divider.tmt-grid-large > *{padding-left:80px}.tmt-grid-divider.tmt-grid-large > :not(.tmt-first-column)::before{left:40px}.tmt-grid-divider.tmt-grid-large.tmt-grid-stack > .tmt-grid-margin{margin-top:80px}.tmt-grid-divider.tmt-grid-large.tmt-grid-stack > .tmt-grid-margin::before{top:-40px;left:80px}@media (min-width: 1200px){.tmt-grid-divider.tmt-grid-large{margin-left:-140px}.tmt-grid-divider.tmt-grid-large > *{padding-left:140px}.tmt-grid-divider.tmt-grid-large > :not(.tmt-first-column)::before{left:70px}.tmt-grid-divider.tmt-grid-large.tmt-grid-stack > .tmt-grid-margin{margin-top:140px}.tmt-grid-divider.tmt-grid-large.tmt-grid-stack > .tmt-grid-margin::before{top:-70px;left:140px}}.tmt-grid-match > *,.tmt-grid-item-match{display:flex;flex-wrap:wrap}.tmt-grid-match > * > :not([class*='tmt-width']),.tmt-grid-item-match > :not([class*='tmt-width']){box-sizing:border-box;width:100%;flex:auto}.tmt-tile{position:relative;box-sizing:border-box;padding:40px 15px}@media (min-width: 640px){.tmt-tile{padding-left:30px;padding-right:30px}}@media (min-width: 960px){.tmt-tile{padding:70px 40px}}.tmt-tile::before,.tmt-tile::after{content:"";display:table}.tmt-tile::after{clear:both}.tmt-tile > :last-child{margin-bottom:0}.tmt-tile-xsmall{padding-top:20px;padding-bottom:20px}.tmt-tile-small{padding-top:40px;padding-bottom:40px}.tmt-tile-large{padding-top:70px;padding-bottom:70px}@media (min-width: 960px){.tmt-tile-large{padding-top:140px;padding-bottom:140px}}.tmt-tile-xlarge{padding-top:140px;padding-bottom:140px}@media (min-width: 960px){.tmt-tile-xlarge{padding-top:210px;padding-bottom:210px}}.tmt-tile-default{background:#fff}.tmt-tile-muted{background:#f8f8f8}.tmt-tile-primary{background:#1e87f0}.tmt-tile-secondary{background:#222}.tmt-card{position:relative;box-sizing:border-box}.tmt-card-body{padding:30px}.tmt-card-header{padding:15px 30px}.tmt-card-footer{padding:15px 30px}@media (min-width: 1200px){.tmt-card-body{padding:40px}.tmt-card-header{padding:20px 40px}.tmt-card-footer{padding:20px 40px}}.tmt-card-body::before,.tmt-card-body::after,.tmt-card-header::before,.tmt-card-header::after,.tmt-card-footer::before,.tmt-card-footer::after{content:"";display:table}.tmt-card-body::after,.tmt-card-header::after,.tmt-card-footer::after{clear:both}.tmt-card-body > :last-child,.tmt-card-header > :last-child,.tmt-card-footer > :last-child{margin-bottom:0}.tmt-card-title{font-size:1.5rem;line-height:1.4}.tmt-card-badge{position:absolute;top:30px;right:30px;z-index:1}.tmt-card-badge:first-child + *{margin-top:0}.tmt-card-hover:not(.tmt-card-default):not(.tmt-card-primary):not(.tmt-card-secondary):hover{background:#f8f8f8}.tmt-card-default{background:#f8f8f8;color:#666}.tmt-card-default .tmt-card-title{color:#333}.tmt-card-default.tmt-card-hover:hover{background-color:#ebebeb}.tmt-card-primary{background:#1e87f0;color:#fff}.tmt-card-primary .tmt-card-title{color:#fff}.tmt-card-primary.tmt-card-hover:hover{background-color:#0f7ae5}.tmt-card-secondary{background:#222;color:#fff}.tmt-card-secondary .tmt-card-title{color:#fff}.tmt-card-secondary.tmt-card-hover:hover{background-color:#151515}.tmt-card-small.tmt-card-body,.tmt-card-small .tmt-card-body{padding:20px}.tmt-card-small .tmt-card-header{padding:13px 20px}.tmt-card-small .tmt-card-footer{padding:13px 20px}@media (min-width: 1200px){.tmt-card-large.tmt-card-body,.tmt-card-large .tmt-card-body{padding:70px}.tmt-card-large .tmt-card-header{padding:35px 70px}.tmt-card-large .tmt-card-footer{padding:35px 70px}}.tmt-close{color:#999}.tmt-close:hover,.tmt-close:focus{color:#666;outline:none}.tmt-spinner > *{animation:tmt-spinner-rotate 1.4s linear infinite}@keyframes tmt-spinner-rotate{0%{transform:rotate(0deg)}100%{transform:rotate(270deg)}}.tmt-spinner > * > *{stroke-dasharray:88px;stroke-dashoffset:0;transform-origin:center;animation:tmt-spinner-dash 1.4s ease-in-out infinite;stroke-width:1;stroke-linecap:round}@keyframes tmt-spinner-dash{0%{stroke-dashoffset:88px}50%{stroke-dashoffset:22px;transform:rotate(135deg)}100%{stroke-dashoffset:88px;transform:rotate(450deg)}}[class*='tmt-animation-']{animation-duration:.5s;animation-timing-function:ease-out;animation-fill-mode:both}.tmt-animation-fade{animation-name:tmt-fade;animation-duration:.8s;animation-timing-function:linear}.tmt-animation-scale-up{animation-name:tmt-fade-scale-02}.tmt-animation-scale-down{animation-name:tmt-fade-scale-18}.tmt-animation-slide-top{animation-name:tmt-fade-top}.tmt-animation-slide-bottom{animation-name:tmt-fade-bottom}.tmt-animation-slide-left{animation-name:tmt-fade-left}.tmt-animation-slide-right{animation-name:tmt-fade-right}.tmt-animation-slide-top-small{animation-name:tmt-fade-top-small}.tmt-animation-slide-bottom-small{animation-name:tmt-fade-bottom-small}.tmt-animation-slide-left-small{animation-name:tmt-fade-left-small}.tmt-animation-slide-right-small{animation-name:tmt-fade-right-small}.tmt-animation-slide-top-medium{animation-name:tmt-fade-top-medium}.tmt-animation-slide-bottom-medium{animation-name:tmt-fade-bottom-medium}.tmt-animation-slide-left-medium{animation-name:tmt-fade-left-medium}.tmt-animation-slide-right-medium{animation-name:tmt-fade-right-medium}.tmt-animation-kenburns{animation-name:tmt-scale-kenburns;animation-duration:15s}.tmt-animation-shake{animation-name:tmt-shake}.tmt-animation-stroke{animation-name:tmt-stroke;animation-duration:2s}.tmt-animation-reverse{animation-direction:reverse;animation-timing-function:ease-in}.tmt-animation-fast{animation-duration:.1s}.tmt-animation-toggle:not(:hover):not(:focus) [class*='tmt-animation-']{animation-name:none}.tmt-animation-toggle{-webkit-tap-highlight-color:transparent}.tmt-animation-toggle:focus{outline:none}@keyframes tmt-fade{0%{opacity:0}100%{opacity:1}}@keyframes tmt-fade-top{0%{opacity:0;transform:translateY(-100%)}100%{opacity:1;transform:translateY(0)}}@keyframes tmt-fade-bottom{0%{opacity:0;transform:translateY(100%)}100%{opacity:1;transform:translateY(0)}}@keyframes tmt-fade-left{0%{opacity:0;transform:translateX(-100%)}100%{opacity:1;transform:translateX(0)}}@keyframes tmt-fade-right{0%{opacity:0;transform:translateX(100%)}100%{opacity:1;transform:translateX(0)}}@keyframes tmt-fade-top-small{0%{opacity:0;transform:translateY(-10px)}100%{opacity:1;transform:translateY(0)}}@keyframes tmt-fade-bottom-small{0%{opacity:0;transform:translateY(10px)}100%{opacity:1;transform:translateY(0)}}@keyframes tmt-fade-left-small{0%{opacity:0;transform:translateX(-10px)}100%{opacity:1;transform:translateX(0)}}@keyframes tmt-fade-right-small{0%{opacity:0;transform:translateX(10px)}100%{opacity:1;transform:translateX(0)}}@keyframes tmt-fade-top-medium{0%{opacity:0;transform:translateY(-50px)}100%{opacity:1;transform:translateY(0)}}@keyframes tmt-fade-bottom-medium{0%{opacity:0;transform:translateY(50px)}100%{opacity:1;transform:translateY(0)}}@keyframes tmt-fade-left-medium{0%{opacity:0;transform:translateX(-50px)}100%{opacity:1;transform:translateX(0)}}@keyframes tmt-fade-right-medium{0%{opacity:0;transform:translateX(50px)}100%{opacity:1;transform:translateX(0)}}@keyframes tmt-fade-scale-02{0%{opacity:0;transform:scale(.2)}100%{opacity:1;transform:scale(1)}}@keyframes tmt-fade-scale-18{0%{opacity:0;transform:scale(1.8)}100%{opacity:1;transform:scale(1)}}@keyframes tmt-scale-kenburns{0%{transform:scale(1)}100%{transform:scale(1.2)}}@keyframes tmt-shake{0%,100%{transform:translateX(0)}10%{transform:translateX(-9px)}20%{transform:translateX(8px)}30%{transform:translateX(-7px)}40%{transform:translateX(6px)}50%{transform:translateX(-5px)}60%{transform:translateX(4px)}70%{transform:translateX(-3px)}80%{transform:translateX(2px)}90%{transform:translateX(-1px)}}[class*='tmt-child-width'] > *{box-sizing:border-box;width:100%}.tmt-child-width-1-2 > *{width:50%}.tmt-child-width-1-3 > *{width:calc(100% * 1 / 3.001)}.tmt-child-width-1-4 > *{width:25%}.tmt-child-width-1-5 > *{width:20%}.tmt-child-width-1-6 > *{width:calc(100% * 1 / 6.001)}.tmt-child-width-auto > *{width:auto}.tmt-child-width-expand > :not([class*='tmt-width']){flex:1;min-width:1px}@media (min-width: 640px){.tmt-child-width-1-1\@s > *{width:100%}.tmt-child-width-1-2\@s > *{width:50%}.tmt-child-width-1-3\@s > *{width:calc(100% * 1 / 3.001)}.tmt-child-width-1-4\@s > *{width:25%}.tmt-child-width-1-5\@s > *{width:20%}.tmt-child-width-1-6\@s > *{width:calc(100% * 1 / 6.001)}.tmt-child-width-auto\@s > *{width:auto}.tmt-child-width-expand\@s > :not([class*='tmt-width']){flex:1;min-width:1px}}@media (min-width: 960px){.tmt-child-width-1-1\@m > *{width:100%}.tmt-child-width-1-2\@m > *{width:50%}.tmt-child-width-1-3\@m > *{width:calc(100% * 1 / 3.001)}.tmt-child-width-1-4\@m > *{width:25%}.tmt-child-width-1-5\@m > *{width:20%}.tmt-child-width-1-6\@m > *{width:calc(100% * 1 / 6.001)}.tmt-child-width-auto\@m > *{width:auto}.tmt-child-width-expand\@m > :not([class*='tmt-width']){flex:1;min-width:1px}}@media (min-width: 1200px){.tmt-child-width-1-1\@l > *{width:100%}.tmt-child-width-1-2\@l > *{width:50%}.tmt-child-width-1-3\@l > *{width:calc(100% * 1 / 3.001)}.tmt-child-width-1-4\@l > *{width:25%}.tmt-child-width-1-5\@l > *{width:20%}.tmt-child-width-1-6\@l > *{width:calc(100% * 1 / 6.001)}.tmt-child-width-auto\@l > *{width:auto}.tmt-child-width-expand\@l > :not([class*='tmt-width']){flex:1;min-width:1px}}@media (min-width: 1600px){.tmt-child-width-1-1\@xl > *{width:100%}.tmt-child-width-1-2\@xl > *{width:50%}.tmt-child-width-1-3\@xl > *{width:calc(100% * 1 / 3.001)}.tmt-child-width-1-4\@xl > *{width:25%}.tmt-child-width-1-5\@xl > *{width:20%}.tmt-child-width-1-6\@xl > *{width:calc(100% * 1 / 6.001)}.tmt-child-width-auto\@xl > *{width:auto}.tmt-child-width-expand\@xl > :not([class*='tmt-width']){flex:1;min-width:1px}}[class*='tmt-width']{box-sizing:border-box;width:100%;max-width:100%}.tmt-width-1-2{width:50%}.tmt-width-1-3{width:calc(100% * 1 / 3.001)}.tmt-width-2-3{width:calc(100% * 2 / 3.001)}.tmt-width-1-4{width:25%}.tmt-width-3-4{width:75%}.tmt-width-1-5{width:20%}.tmt-width-2-5{width:40%}.tmt-width-3-5{width:60%}.tmt-width-4-5{width:80%}.tmt-width-1-6{width:calc(100% * 1 / 6.001)}.tmt-width-5-6{width:calc(100% * 5 / 6.001)}.tmt-width-small{width:150px}.tmt-width-medium{width:300px}.tmt-width-large{width:450px}.tmt-width-xlarge{width:600px}.tmt-width-xxlarge{width:750px}.tmt-width-auto{width:auto}.tmt-width-expand{flex:1;min-width:1px}@media (min-width: 640px){.tmt-width-1-1\@s{width:100%}.tmt-width-1-2\@s{width:50%}.tmt-width-1-3\@s{width:calc(100% * 1 / 3.001)}.tmt-width-2-3\@s{width:calc(100% * 2 / 3.001)}.tmt-width-1-4\@s{width:25%}.tmt-width-3-4\@s{width:75%}.tmt-width-1-5\@s{width:20%}.tmt-width-2-5\@s{width:40%}.tmt-width-3-5\@s{width:60%}.tmt-width-4-5\@s{width:80%}.tmt-width-1-6\@s{width:calc(100% * 1 / 6.001)}.tmt-width-5-6\@s{width:calc(100% * 5 / 6.001)}.tmt-width-small\@s{width:150px}.tmt-width-medium\@s{width:300px}.tmt-width-large\@s{width:450px}.tmt-width-xlarge\@s{width:600px}.tmt-width-xxlarge\@s{width:750px}.tmt-width-auto\@s{width:auto}.tmt-width-expand\@s{flex:1;min-width:1px}}@media (min-width: 960px){.tmt-width-1-1\@m{width:100%}.tmt-width-1-2\@m{width:50%}.tmt-width-1-3\@m{width:calc(100% * 1 / 3.001)}.tmt-width-2-3\@m{width:calc(100% * 2 / 3.001)}.tmt-width-1-4\@m{width:25%}.tmt-width-3-4\@m{width:75%}.tmt-width-1-5\@m{width:20%}.tmt-width-2-5\@m{width:40%}.tmt-width-3-5\@m{width:60%}.tmt-width-4-5\@m{width:80%}.tmt-width-1-6\@m{width:calc(100% * 1 / 6.001)}.tmt-width-5-6\@m{width:calc(100% * 5 / 6.001)}.tmt-width-small\@m{width:150px}.tmt-width-medium\@m{width:300px}.tmt-width-large\@m{width:450px}.tmt-width-xlarge\@m{width:600px}.tmt-width-xxlarge\@m{width:750px}.tmt-width-auto\@m{width:auto}.tmt-width-expand\@m{flex:1;min-width:1px}}@media (min-width: 1200px){.tmt-width-1-1\@l{width:100%}.tmt-width-1-2\@l{width:50%}.tmt-width-1-3\@l{width:calc(100% * 1 / 3.001)}.tmt-width-2-3\@l{width:calc(100% * 2 / 3.001)}.tmt-width-1-4\@l{width:25%}.tmt-width-3-4\@l{width:75%}.tmt-width-1-5\@l{width:20%}.tmt-width-2-5\@l{width:40%}.tmt-width-3-5\@l{width:60%}.tmt-width-4-5\@l{width:80%}.tmt-width-1-6\@l{width:calc(100% * 1 / 6.001)}.tmt-width-5-6\@l{width:calc(100% * 5 / 6.001)}.tmt-width-small\@l{width:150px}.tmt-width-medium\@l{width:300px}.tmt-width-large\@l{width:450px}.tmt-width-xlarge\@l{width:600px}.tmt-width-xxlarge\@l{width:750px}.tmt-width-auto\@l{width:auto}.tmt-width-expand\@l{flex:1;min-width:1px}}@media (min-width: 1600px){.tmt-width-1-1\@xl{width:100%}.tmt-width-1-2\@xl{width:50%}.tmt-width-1-3\@xl{width:calc(100% * 1 / 3.001)}.tmt-width-2-3\@xl{width:calc(100% * 2 / 3.001)}.tmt-width-1-4\@xl{width:25%}.tmt-width-3-4\@xl{width:75%}.tmt-width-1-5\@xl{width:20%}.tmt-width-2-5\@xl{width:40%}.tmt-width-3-5\@xl{width:60%}.tmt-width-4-5\@xl{width:80%}.tmt-width-1-6\@xl{width:calc(100% * 1 / 6.001)}.tmt-width-5-6\@xl{width:calc(100% * 5 / 6.001)}.tmt-width-small\@xl{width:150px}.tmt-width-medium\@xl{width:300px}.tmt-width-large\@xl{width:450px}.tmt-width-xlarge\@xl{width:600px}.tmt-width-xxlarge\@xl{width:750px}.tmt-width-auto\@xl{width:auto}.tmt-width-expand\@xl{flex:1;min-width:1px}}[class*='tmt-height']{box-sizing:border-box}.tmt-height-1-1{height:100%}.tmt-height-viewport{min-height:100vh}.tmt-height-small{height:150px}.themnto-height-medium{height:300px}.tmt-height-large{height:450px}.tmt-height-max-small{max-height:150px}.tmt-height-max-medium{max-height:300px}.tmt-height-max-large{max-height:450px}.tmt-text-lead{font-size:1.5rem;line-height:1.5;color:#333}.tmt-text-meta{font-size:.875rem;line-height:1.4;color:#999}.tmt-text-small{font-size:.875rem;line-height:1.5}.tmt-text-large{font-size:1.5rem;line-height:1.5}.tmt-text-bold{font-weight:bolder}.tmt-text-uppercase{text-transform:uppercase!important}.tmt-text-capitalize{text-transform:capitalize!important}.tmt-text-lowercase{text-transform:lowercase!important}.tmt-text-muted{color:#999!important}.tmt-text-emphasis{color:#333!important}.tmt-text-primary{color:#1e87f0!important}.tmt-text-secondary{color:#222!important}.tmt-text-success{color:#32d296!important}.tmt-text-warning{color:#faa05a!important}.tmt-text-danger{color:#f0506e!important}.tmt-text-background{-webkit-background-clip:text;-webkit-text-fill-color:transparent;display:inline-block;color:#1e87f0!important}.tmt-text-left{text-align:left!important}.tmt-text-right{text-align:right!important}.tmt-text-center{text-align:center!important}.tmt-text-justify{text-align:justify!important}@media (min-width: 640px){.tmt-text-left\@s{text-align:left!important}.tmt-text-right\@s{text-align:right!important}.tmt-text-center\@s{text-align:center!important}}@media (min-width: 960px){.tmt-text-left\@m{text-align:left!important}.tmt-text-right\@m{text-align:right!important}.tmt-text-center\@m{text-align:center!important}}@media (min-width: 1200px){.tmt-text-left\@l{text-align:left!important}.tmt-text-right\@l{text-align:right!important}.tmt-text-center\@l{text-align:center!important}}@media (min-width: 1600px){.tmt-text-left\@xl{text-align:left!important}.tmt-text-right\@xl{text-align:right!important}.tmt-text-center\@xl{text-align:center!important}}.tmt-text-top{vertical-align:top!important}.tmt-text-middle{vertical-align:middle!important}.tmt-text-bottom{vertical-align:bottom!important}.tmt-text-baseline{vertical-align:baseline!important}.tmt-text-nowrap{white-space:nowrap}.tmt-text-truncate{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}th.tmt-text-truncate,td.tmt-text-truncate{max-width:0}.tmt-text-break{overflow-wrap:break-word;word-wrap:break-word}th.tmt-text-break,td.tmt-text-break{word-break:break-all}[class*='tmt-column-']{column-gap:30px}@media (min-width: 1200px){[class*='tmt-column-']{column-gap:40px}}[class*='tmt-column-'] img{transform:translate3d(0,0,0)}.tmt-column-divider{column-rule:1px solid rgba(214,214,214,0.49);column-gap:60px}@media (min-width: 1200px){.tmt-column-divider{column-gap:80px}}.tmt-column-1-2{column-count:2}.tmt-column-1-3{column-count:3}.tmt-column-1-4{column-count:4}.tmt-column-1-5{column-count:5}.tmt-column-1-6{column-count:6}@media (min-width: 640px){.tmt-column-1-2\@s{column-count:2}.tmt-column-1-3\@s{column-count:3}.tmt-column-1-4\@s{column-count:4}.tmt-column-1-5\@s{column-count:5}.tmt-column-1-6\@s{column-count:6}}@media (min-width: 960px){.tmt-column-1-2\@m{column-count:2}.tmt-column-1-3\@m{column-count:3}.tmt-column-1-4\@m{column-count:4}.tmt-column-1-5\@m{column-count:5}.tmt-column-1-6\@m{column-count:6}}@media (min-width: 1200px){.tmt-column-1-2\@l{column-count:2}.tmt-column-1-3\@l{column-count:3}.tmt-column-1-4\@l{column-count:4}.tmt-column-1-5\@l{column-count:5}.tmt-column-1-6\@l{column-count:6}}@media (min-width: 1600px){.tmt-column-1-2\@xl{column-count:2}.tmt-column-1-3\@xl{column-count:3}.tmt-column-1-4\@xl{column-count:4}.tmt-column-1-5\@xl{column-count:5}.tmt-column-1-6\@xl{column-count:6}}.tmt-column-span{column-span:all}.tmt-tooltip{display:none;position:absolute;z-index:1030;box-sizing:border-box;max-width:200px;padding:3px 6px;background:#666;border-radius:2px;color:#fff;font-size:12px}.tmt-tooltip.tmt-active{display:block}[class*='tmt-tooltip-top']{margin-top:-10px}[class*='tmt-tooltip-bottom']{margin-top:10px}[class*='tmt-tooltip-left']{margin-left:-10px}[class*='tmt-tooltip-right']{margin-left:10px}.tmt-cover{max-width:none;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}iframe.tmt-cover{pointer-events:none}.tmt-cover-container{overflow:hidden;position:relative}.tmt-background-default{background-color:#fff}.tmt-background-muted{background-color:#f8f8f8}.tmt-background-primary{background-color:#1e87f0}.tmt-background-secondary{background-color:#222}.tmt-background-cover,.tmt-background-contain{background-position:50% 50%;background-repeat:no-repeat}.tmt-background-cover{background-size:cover}.tmt-background-contain{background-size:contain}.tmt-background-top-left{background-position:0 0}.tmt-background-top-center{background-position:50% 0}.tmt-background-top-right{background-position:100% 0}.tmt-background-center-left{background-position:0 50%}.tmt-background-center-center{background-position:50% 50%}.tmt-background-center-right{background-position:100% 50%}.tmt-background-bottom-left{background-position:0 100%}.tmt-background-bottom-center{background-position:50% 100%}.tmt-background-bottom-right{background-position:100% 100%}.tmt-background-norepeat{background-repeat:no-repeat}.tmt-background-fixed{background-attachment:fixed;backface-visibility:hidden}@media (pointer: coarse){.tmt-background-fixed{background-attachment:scroll}}@media (max-width: 639px){.tmt-background-image\@s{background-image:none!important}}@media (max-width: 959px){.tmt-background-image\@m{background-image:none!important}}@media (max-width: 1199px){.tmt-background-image\@l{background-image:none!important}}@media (max-width: 1599px){.tmt-background-image\@xl{background-image:none!important}}.tmt-background-blend-multiply{background-blend-mode:multiply}.tmt-background-blend-screen{background-blend-mode:screen}.tmt-background-blend-overlay{background-blend-mode:overlay}.tmt-background-blend-darken{background-blend-mode:darken}.tmt-background-blend-lighten{background-blend-mode:lighten}.tmt-background-blend-color-dodge{background-blend-mode:color-dodge}.tmt-background-blend-color-burn{background-blend-mode:color-burn}.tmt-background-blend-hard-light{background-blend-mode:hard-light}.tmt-background-blend-soft-light{background-blend-mode:soft-light}.tmt-background-blend-difference{background-blend-mode:difference}.tmt-background-blend-exclusion{background-blend-mode:exclusion}.tmt-background-blend-hue{background-blend-mode:hue}.tmt-background-blend-saturation{background-blend-mode:saturation}.tmt-background-blend-color{background-blend-mode:color}.tmt-background-blend-luminosity{background-blend-mode:luminosity}[class*='tmt-align']{display:block;margin-bottom:30px}* + [class*='tmt-align']{margin-top:30px}.tmt-align-center{margin-left:auto;margin-right:auto}.tmt-align-left{margin-top:0;margin-right:30px;float:left}.tmt-align-right{margin-top:0;margin-left:30px;float:right}@media (min-width: 640px){.tmt-align-left\@s{margin-top:0;margin-right:30px;float:left}.tmt-align-right\@s{margin-top:0;margin-left:30px;float:right}}@media (min-width: 960px){.tmt-align-left\@m{margin-top:0;margin-right:30px;float:left}.tmt-align-right\@m{margin-top:0;margin-left:30px;float:right}}@media (min-width: 1200px){.tmt-align-left\@l{margin-top:0;float:left}.tmt-align-right\@l{margin-top:0;float:right}.tmt-align-left,.tmt-align-left\@s,.tmt-align-left\@m,.tmt-align-left\@l{margin-right:40px}.tmt-align-right,.tmt-align-right\@s,.tmt-align-right\@m,.tmt-align-right\@l{margin-left:40px}}@media (min-width: 1600px){.tmt-align-left\@xl{margin-top:0;margin-right:40px;float:left}.tmt-align-right\@xl{margin-top:0;margin-left:40px;float:right}}.tmt-svg,.tmt-svg:not(.tmt-preserve) [fill*='#']:not(.tmt-preserve){fill:currentcolor}.tmt-svg:not(.tmt-preserve) [stroke*='#']:not(.tmt-preserve){stroke:currentcolor}.tmt-svg{transform:translate(0,0)}.tmt-panel{position:relative;box-sizing:border-box}.tmt-panel::before,.tmt-panel::after{content:"";display:table}.tmt-panel::after{clear:both}.tmt-panel > :last-child{margin-bottom:0}.tmt-panel-scrollable{height:170px;padding:10px;border:1px solid rgba(214,214,214,0.49);overflow:auto;-webkit-overflow-scrolling:touch;resize:both}.tmt-clearfix::before{content:"";display:table-cell}.tmt-clearfix::after{content:"";display:table;clear:both}.tmt-float-left{float:left}.tmt-float-right{float:right}[class*='tmt-float-']{max-width:100%}.tmt-overflow-hidden{overflow:hidden}.tmt-overflow-auto{overflow:auto;-webkit-overflow-scrolling:touch}.tmt-overflow-auto > :last-child{margin-bottom:0}.tmt-resize{resize:both}.tmt-resize-vertical{resize:vertical}.tmt-display-block{display:block!important}.tmt-display-inline{display:inline!important}.tmt-display-inline-block{display:inline-block!important}[class*='tmt-inline']{display:inline-block;position:relative;max-width:100%;vertical-align:middle;-webkit-backface-visibility:hidden}.tmt-inline-clip{overflow:hidden}.tmt-preserve-width,.tmt-preserve-width canvas,.tmt-preserve-width img,.tmt-preserve-width svg,.tmt-preserve-width video{max-width:none}.tmt-responsive-width,.tmt-responsive-height{box-sizing:border-box}.tmt-responsive-width{max-width:100%!important;height:auto}.tmt-responsive-height{max-height:100%;width:auto;max-width:none}.tmt-border-circle{border-radius:50%}.tmt-border-pill{border-radius:500px}.tmt-border-rounded{border-radius:5px}.tmt-inline-clip[class*='tmt-border-']{-webkit-transform:translateZ(0)}.tmt-box-shadow-small{box-shadow:0 2px 8px rgba(0,0,0,0.08)}.tmt-box-shadow-medium{box-shadow:0 5px 15px rgba(0,0,0,0.08)}.tmt-box-shadow-large{box-shadow:0 14px 25px rgba(0,0,0,0.16)}.tmt-box-shadow-xlarge{box-shadow:0 28px 50px rgba(0,0,0,0.16)}[class*='tmt-box-shadow-hover']{transition:box-shadow .1s ease-in-out}.tmt-box-shadow-hover-small:hover{box-shadow:0 2px 8px rgba(0,0,0,0.08)}.tmt-box-shadow-hover-medium:hover{box-shadow:0 5px 15px rgba(0,0,0,0.08)}.tmt-box-shadow-hover-large:hover{box-shadow:0 14px 25px rgba(0,0,0,0.16)}.tmt-box-shadow-hover-xlarge:hover{box-shadow:0 28px 50px rgba(0,0,0,0.16)}.tmt-box-shadow-bottom::before{content:'';position:absolute;bottom:-30px;left:0;right:0;height:30px;border-radius:100%;background:#444;filter:blur(20px)}.tmt-box-shadow-bottom > *{position:relative}.tmt-dropcap::first-letter,.tmt-dropcap > p:first-of-type::first-letter{display:block;margin-right:10px;float:left;font-size:4.5em;line-height:1}.tmt-logo{font-size:1.5rem;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";color:#666;text-decoration:none}.tmt-logo:hover,.tmt-logo:focus{color:#666;outline:none;text-decoration:none}.tmt-logo-inverse{display:none}.tmt-disabled{pointer-events:none}.tmt-drag,.tmt-drag *{cursor:move}.tmt-drag iframe{pointer-events:none}.tmt-dragover{box-shadow:0 0 20px rgba(100,100,100,0.3)}.tmt-blend-multiply{mix-blend-mode:multiply}.tmt-blend-screen{mix-blend-mode:screen}.tmt-blend-overlay{mix-blend-mode:overlay}.tmt-blend-darken{mix-blend-mode:darken}.tmt-blend-lighten{mix-blend-mode:lighten}.tmt-blend-color-dodge{mix-blend-mode:color-dodge}.tmt-blend-color-burn{mix-blend-mode:color-burn}.tmt-blend-hard-light{mix-blend-mode:hard-light}.tmt-blend-soft-light{mix-blend-mode:soft-light}.tmt-blend-difference{mix-blend-mode:difference}.tmt-blend-exclusion{mix-blend-mode:exclusion}.tmt-blend-hue{mix-blend-mode:hue}.tmt-blend-saturation{mix-blend-mode:saturation}.tmt-blend-color{mix-blend-mode:color}.tmt-blend-luminosity{mix-blend-mode:luminosity}.tmt-transform-center{transform:translate(-50%,-50%)}.tmt-transform-origin-top-left{transform-origin:0 0}.tmt-transform-origin-top-center{transform-origin:50% 0}.tmt-transform-origin-top-right{transform-origin:100% 0}.tmt-transform-origin-center-left{transform-origin:0 50%}.tmt-transform-origin-center-right{transform-origin:100% 50%}.tmt-transform-origin-bottom-left{transform-origin:0 100%}.tmt-transform-origin-bottom-center{transform-origin:50% 100%}.tmt-transform-origin-bottom-right{transform-origin:100% 100%}.tmt-flex{display:flex}.tmt-flex-inline{display:inline-flex}.tmt-flex::before,.tmt-flex::after,.tmt-flex-inline::before,.tmt-flex-inline::after{display:none}.tmt-flex-left{justify-content:flex-start}.tmt-flex-center{justify-content:center}.tmt-flex-right{justify-content:flex-end}.tmt-flex-between{justify-content:space-between}.tmt-flex-around{justify-content:space-around}@media (min-width: 640px){.tmt-flex-left\@s{justify-content:flex-start}.tmt-flex-center\@s{justify-content:center}.tmt-flex-right\@s{justify-content:flex-end}.tmt-flex-between\@s{justify-content:space-between}.tmt-flex-around\@s{justify-content:space-around}}@media (min-width: 960px){.tmt-flex-left\@m{justify-content:flex-start}.tmt-flex-center\@m{justify-content:center}.tmt-flex-right\@m{justify-content:flex-end}.tmt-flex-between\@m{justify-content:space-between}.tmt-flex-around\@m{justify-content:space-around}}@media (min-width: 1200px){.tmt-flex-left\@l{justify-content:flex-start}.tmt-flex-center\@l{justify-content:center}.tmt-flex-right\@l{justify-content:flex-end}.tmt-flex-between\@l{justify-content:space-between}.tmt-flex-around\@l{justify-content:space-around}}@media (min-width: 1600px){.tmt-flex-left\@xl{justify-content:flex-start}.tmt-flex-center\@xl{justify-content:center}.tmt-flex-right\@xl{justify-content:flex-end}.tmt-flex-between\@xl{justify-content:space-between}.tmt-flex-around\@xl{justify-content:space-around}}.tmt-flex-stretch{align-items:stretch}.tmt-flex-top{align-items:flex-start}.tmt-flex-middle{align-items:center}.tmt-flex-bottom{align-items:flex-end}.tmt-flex-row{flex-direction:row}.tmt-flex-row-reverse{flex-direction:row-reverse}.tmt-flex-column{flex-direction:column}.tmt-flex-column-reverse{flex-direction:column-reverse}.tmt-flex-nowrap{flex-wrap:nowrap}.tmt-flex-wrap{flex-wrap:wrap}.tmt-flex-wrap-reverse{flex-wrap:wrap-reverse}.tmt-flex-wrap-stretch{align-content:stretch}.tmt-flex-wrap-top{align-content:flex-start}.tmt-flex-wrap-middle{align-content:center}.tmt-flex-wrap-bottom{align-content:flex-end}.tmt-flex-wrap-between{align-content:space-between}.tmt-flex-wrap-around{align-content:space-around}.tmt-flex-first{order:-1}.tmt-flex-last{order:99}@media (min-width: 640px){.tmt-flex-first\@s{order:-1}.tmt-flex-last\@s{order:99}}@media (min-width: 960px){.tmt-flex-first\@m{order:-1}.tmt-flex-last\@m{order:99}}@media (min-width: 1200px){.tmt-flex-first\@l{order:-1}.tmt-flex-last\@l{order:99}}@media (min-width: 1600px){.tmt-flex-first\@xl{order:-1}.tmt-flex-last\@xl{order:99}}.tmt-flex-none{flex:none}.tmt-flex-auto{flex:auto}.tmt-flex-1{flex:1}.tmt-margin{margin-bottom:20px}* + .tmt-margin{margin-top:20px!important}.tmt-margin-top{margin-top:20px!important}.tmt-margin-bottom{margin-bottom:20px!important}.tmt-margin-left{margin-left:20px!important}.tmt-margin-right{margin-right:20px!important}.tmt-margin-small{margin-bottom:10px}* + .tmt-margin-small{margin-top:10px!important}.tmt-margin-small-top{margin-top:10px!important}.tmt-margin-small-bottom{margin-bottom:10px!important}.tmt-margin-small-left{margin-left:10px!important}.tmt-margin-small-right{margin-right:10px!important}.tmt-margin-medium{margin-bottom:40px}* + .tmt-margin-medium{margin-top:40px!important}.tmt-margin-medium-top{margin-top:40px!important}.tmt-margin-medium-bottom{margin-bottom:40px!important}.tmt-margin-medium-left{margin-left:40px!important}.tmt-margin-medium-right{margin-right:40px!important}.tmt-margin-large{margin-bottom:40px}* + .tmt-margin-large{margin-top:40px!important}.tmt-margin-large-top{margin-top:40px!important}.tmt-margin-large-bottom{margin-bottom:40px!important}.tmt-margin-large-left{margin-left:40px!important}.tmt-margin-large-right{margin-right:40px!important}@media (min-width: 1200px){.tmt-margin-large{margin-bottom:70px}* + .tmt-margin-large{margin-top:70px!important}.tmt-margin-large-top{margin-top:70px!important}.tmt-margin-large-bottom{margin-bottom:70px!important}.tmt-margin-large-left{margin-left:70px!important}.tmt-margin-large-right{margin-right:70px!important}}.tmt-margin-xlarge{margin-bottom:70px}* + .tmt-margin-xlarge{margin-top:70px!important}.tmt-margin-xlarge-top{margin-top:70px!important}.tmt-margin-xlarge-bottom{margin-bottom:70px!important}.tmt-margin-xlarge-left{margin-left:70px!important}.tmt-margin-xlarge-right{margin-right:70px!important}@media (min-width: 1200px){.tmt-margin-xlarge{margin-bottom:140px}* + .tmt-margin-xlarge{margin-top:140px!important}.tmt-margin-xlarge-top{margin-top:140px!important}.tmt-margin-xlarge-bottom{margin-bottom:140px!important}.tmt-margin-xlarge-left{margin-left:140px!important}.tmt-margin-xlarge-right{margin-right:140px!important}}.tmt-margin-auto{margin-left:auto!important;margin-right:auto!important}.tmt-margin-auto-top{margin-top:auto!important}.tmt-margin-auto-bottom{margin-bottom:auto!important}.tmt-margin-auto-left{margin-left:auto!important}.tmt-margin-auto-right{margin-right:auto!important}.tmt-margin-auto-vertical{margin-top:auto!important;margin-bottom:auto!important}@media (min-width: 640px){.tmt-margin-auto\@s{margin-left:auto!important;margin-right:auto!important}.tmt-margin-auto-left\@s{margin-left:auto!important}.tmt-margin-auto-right\@s{margin-right:auto!important}}@media (min-width: 960px){.tmt-margin-auto\@m{margin-left:auto!important;margin-right:auto!important}.tmt-margin-auto-left\@m{margin-left:auto!important}.tmt-margin-auto-right\@m{margin-right:auto!important}}@media (min-width: 1200px){.tmt-margin-auto\@l{margin-left:auto!important;margin-right:auto!important}.tmt-margin-auto-left\@l{margin-left:auto!important}.tmt-margin-auto-right\@l{margin-right:auto!important}}@media (min-width: 1600px){.tmt-margin-auto\@xl{margin-left:auto!important;margin-right:auto!important}.tmt-margin-auto-left\@xl{margin-left:auto!important}.tmt-margin-auto-right\@xl{margin-right:auto!important}}.tmt-margin-remove{margin:0!important}.tmt-margin-remove-top{margin-top:0!important}.tmt-margin-remove-bottom{margin-bottom:0!important}.tmt-margin-remove-left{margin-left:0!important}.tmt-margin-remove-right{margin-right:0!important}.tmt-margin-remove-vertical{margin-top:0!important;margin-bottom:0!important}.tmt-margin-remove-adjacent + *,.tmt-margin-remove-first-child > :first-child{margin-top:0!important}@media (min-width: 640px){.tmt-margin-remove-left\@s{margin-left:0!important}.tmt-margin-remove-right\@s{margin-right:0!important}}@media (min-width: 960px){.tmt-margin-remove-left\@m{margin-left:0!important}.tmt-margin-remove-right\@m{margin-right:0!important}}@media (min-width: 1200px){.tmt-margin-remove-left\@l{margin-left:0!important}.tmt-margin-remove-right\@l{margin-right:0!important}}@media (min-width: 1600px){.tmt-margin-remove-left\@xl{margin-left:0!important}.tmt-margin-remove-right\@xl{margin-right:0!important}}.tmt-padding{padding:30px}@media (min-width: 1200px){.tmt-padding{padding:40px}}.tmt-padding-small{padding:15px}.tmt-padding-large{padding:30px}@media (min-width: 1200px){.tmt-padding-large{padding:70px}}.tmt-padding-remove{padding:0!important}.tmt-padding-remove-top{padding-top:0!important}.tmt-padding-remove-bottom{padding-bottom:0!important}.tmt-padding-remove-left{padding-left:0!important}.tmt-padding-remove-right{padding-right:0!important}.tmt-padding-remove-vertical{padding-top:0!important;padding-bottom:0!important}.tmt-padding-remove-horizontal{padding-left:0!important;padding-right:0!important}[class*='tmt-position-top'],[class*='tmt-position-bottom'],[class*='tmt-position-left'],[class*='tmt-position-right'],[class*='tmt-position-center']{position:absolute!important}.tmt-position-top{top:0;left:0;right:0}.tmt-position-bottom{bottom:0;left:0;right:0}.tmt-position-left{top:0;bottom:0;left:0}.tmt-position-right{top:0;bottom:0;right:0}.tmt-position-top-left{top:0;left:0}.tmt-position-top-right{top:0;right:0}.tmt-position-bottom-left{bottom:0;left:0}.tmt-position-bottom-right{bottom:0;right:0}.tmt-position-center{top:50%;left:50%;transform:translate(-50%,-50%);width:max-content;max-width:100%;box-sizing:border-box}[class*='tmt-position-center-left'],[class*='tmt-position-center-right']{top:50%;transform:translateY(-50%)}.tmt-position-center-left{left:0}.tmt-position-center-right{right:0}.tmt-position-center-left-out{right:100%;width:max-content}.tmt-position-center-right-out{left:100%;width:max-content}.tmt-position-top-center,.tmt-position-bottom-center{left:50%;transform:translateX(-50%);width:max-content;max-width:100%;box-sizing:border-box}.tmt-position-top-center{top:0}.tmt-position-bottom-center{bottom:0}.tmt-position-cover{position:absolute;top:0;bottom:0;left:0;right:0}.tmt-position-relative{position:relative!important}.tmt-position-absolute{position:absolute!important}.tmt-position-fixed{position:fixed!important}.tmt-position-z-index{z-index:1}.tmt-position-small{max-width:calc(100% - (15px * 2));margin:15px}.tmt-position-small.tmt-position-center{transform:translate(-50%,-50%) translate(-15px,-15px)}.tmt-position-small[class*='tmt-position-center-left'],.tmt-position-small[class*='tmt-position-center-right']{transform:translateY(-50%) translateY(-15px)}.tmt-position-small.tmt-position-top-center,.tmt-position-small.tmt-position-bottom-center{transform:translateX(-50%) translateX(-15px)}.tmt-position-medium{max-width:calc(100% - (30px * 2));margin:30px}.tmt-position-medium.tmt-position-center{transform:translate(-50%,-50%) translate(-30px,-30px)}.tmt-position-medium[class*='tmt-position-center-left'],.tmt-position-medium[class*='tmt-position-center-right']{transform:translateY(-50%) translateY(-30px)}.tmt-position-medium.tmt-position-top-center,.tmt-position-medium.tmt-position-bottom-center{transform:translateX(-50%) translateX(-30px)}.tmt-position-large{max-width:calc(100% - (30px * 2));margin:30px}.tmt-position-large.tmt-position-center{transform:translate(-50%,-50%) translate(-30px,-30px)}.tmt-position-large[class*='tmt-position-center-left'],.tmt-position-large[class*='tmt-position-center-right']{transform:translateY(-50%) translateY(-30px)}.tmt-position-large.tmt-position-top-center,.tmt-position-large.tmt-position-bottom-center{transform:translateX(-50%) translateX(-30px)}@media (min-width: 1200px){.tmt-position-large{max-width:calc(100% - (50px * 2));margin:50px}.tmt-position-large.tmt-position-center{transform:translate(-50%,-50%) translate(-50px,-50px)}.tmt-position-large[class*='tmt-position-center-left'],.tmt-position-large[class*='tmt-position-center-right']{transform:translateY(-50%) translateY(-50px)}.tmt-position-large.tmt-position-top-center,.tmt-position-large.tmt-position-bottom-center{transform:translateX(-50%) translateX(-50px)}}.tmt-transition-toggle{-webkit-tap-highlight-color:transparent}.tmt-transition-toggle:focus{outline:none}.tmt-transition-fade,[class*='tmt-transition-scale'],[class*='tmt-transition-slide']{transition:.3s ease-out;transition-property:opacity,transform,filter;opacity:0}.tmt-transition-toggle:hover .tmt-transition-fade,.tmt-transition-toggle:focus .tmt-transition-fade,.tmt-transition-active.tmt-active .tmt-transition-fade{opacity:1}.tmt-transition-scale-up{transform:scale(1,1)}.tmt-transition-scale-down{transform:scale(1.1,1.1)}.tmt-transition-toggle:hover .tmt-transition-scale-up,.tmt-transition-toggle:focus .tmt-transition-scale-up,.tmt-transition-active.tmt-active .tmt-transition-scale-up{opacity:1;transform:scale(1.1,1.1)}.tmt-transition-toggle:hover .tmt-transition-scale-down,.tmt-transition-toggle:focus .tmt-transition-scale-down,.tmt-transition-active.tmt-active .tmt-transition-scale-down{opacity:1;transform:scale(1,1)}.tmt-transition-slide-top{transform:translateY(-100%)}.tmt-transition-slide-bottom{transform:translateY(100%)}.tmt-transition-slide-left{transform:translateX(-100%)}.tmt-transition-slide-right{transform:translateX(100%)}.tmt-transition-slide-top-small{transform:translateY(-10px)}.tmt-transition-slide-bottom-small{transform:translateY(10px)}.tmt-transition-slide-left-small{transform:translateX(-10px)}.tmt-transition-slide-right-small{transform:translateX(10px)}.tmt-transition-slide-top-medium{transform:translateY(-50px)}.tmt-transition-slide-bottom-medium{transform:translateY(50px)}.tmt-transition-slide-left-medium{transform:translateX(-50px)}.tmt-transition-slide-right-medium{transform:translateX(50px)}.tmt-transition-toggle:hover [class*='tmt-transition-slide'],.tmt-transition-toggle:focus ,.tmt-transition-active.tmt-active {opacity:1;transform:translate(0,0)}.tmt-transition-opaque{opacity:1}.tmt-transition-slow{transition-duration:.7s}[hidden],.tmt-hidden{display:none!important}@media (min-width: 640px){.tmt-hidden\@s{display:none!important}}@media (min-width: 960px){.tmt-hidden\@m{display:none!important}}@media (min-width: 1200px){.tmt-hidden\@l{display:none!important}}@media (min-width: 1600px){.tmt-hidden\@xl{display:none!important}}@media (max-width: 639px){.tmt-visible\@s{display:none!important}}@media (max-width: 959px){.tmt-visible\@m{display:none!important}}@media (max-width: 1199px){.tmt-visible\@l{display:none!important}}@media (max-width: 1599px){.tmt-visible\@xl{display:none!important}}.tmt-invisible{visibility:hidden!important}.tmt-visible-toggle:not(:hover):not(:focus) .tmt-hidden-hover:not(:focus-within){position:absolute!important;width:0!important;height:0!important;padding:0!important;margin:0!important;overflow:hidden!important}.tmt-visible-toggle:not(:hover):not(:focus) .tmt-invisible-hover:not(:focus-within){opacity:0!important}.tmt-visible-toggle{-webkit-tap-highlight-color:transparent}.tmt-visible-toggle:focus{outline:none}@media (pointer: coarse){.tmt-hidden-touch{display:none!important}}.tmt-hidden-notouch{display:none!important}
/** === Member === **/
.tmt-member{position:relative;width:100%;box-sizing:border-box;transition:all .25s ease-in-out}.tmt-member .tmt-member-icons a:hover .fa-facebook{color:#3B5998}.tmt-member .tmt-member-icons a:hover .fa-flickr{color:#ff0084}.tmt-member .tmt-member-icons a:hover .fa-google-plus{color:#dd4b39}.tmt-member .tmt-member-icons a:hover .fa-twitter{color:#00aced}.tmt-member .tmt-member-icons a:hover .fa-github-alt{color:#bd5990}.tmt-member .tmt-member-icons a:hover .fa-linkedin{color:#007bb6}.tmt-member .tmt-member-icons a:hover .fa-pinterest{color:#BD081C}.tmt-member .tmt-member-photo,.tmt-member .tmt-member-photo-flip{width:100%;height:100%}.tmt-member .tmt-member-photo img,.tmt-member .tmt-member-photo-flip img{width:100%;object-fit:cover;height:100%}.tmt-member-photo-wrapper{overflow:hidden}.tmt-member-photo > div{opacity:1}.tmt-member-photo img{display:block;width:100%;height:auto;margin:0;padding:0;border:none;border-radius:0;box-shadow:none;transition:all .5s ease-out}.tmt-member-description{padding:1em 1.5em}.tmt-member-name{display:block;margin-bottom:.2em;font-size:1.2em;font-weight:700}.tmt-member-role{display:block;margin-bottom:1em;font-size:.9em;opacity:.5;filter:alpha(opacity=50)}.tmt-member-icons{border-top:1px solid rgba(0,0,0,0.05);padding:1em}.tmt-member-icons .tmt-member-icon{padding:5px}.tmt-member-icons a{display:inline-block;text-align:center;line-height:1}.tmt-member-icons a:first-child{margin-left:0}.tmt-member-icons a:last-child{margin-right:0!important}.tmt-member-icons a i{display:inline-block;min-width:16px;text-align:center}.tmt-member-icons a i:before{font-size:16px}.tmt-member-icons a img{display:block;width:16px;height:16px;margin:0;padding:0;border:none;box-shadow:none}.tmt-member-clickable:hover{cursor:pointer}.elementor-widget-tmt-member .elementor-widget-container{background-color:#fff;overflow:hidden}.tmt-member.tmt-member-skin-phaedra .tmt-member-role{margin-bottom:0}.tmt-member.tmt-member-skin-calm .tmt-member-role{transition:all .35s ease-out;margin-bottom:0}.tmt-member.tmt-member-skin-calm .tmt-member-name{margin-bottom:0}.tmt-member.tmt-member-skin-calm:hover .tmt-member-role{opacity:0}.tmt-member.tmt-member-skin-calm .tmt-member-icons{padding:0;color:#fff;margin-top:-15px}.tmt-member.tmt-member-skin-calm .tmt-member-description{opacity:1;padding:0;color:#fff}.tmt-member.tmt-member-skin-calm .tmt-overlay{background:linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0) 2%,rgba(0,0,0,0.5) 50%,rgba(0,0,0,0.7) 100%);bottom:-15px;padding-bottom:30px}.tmt-member.tmt-member-skin-calm .tmt-member-icons{border-top:0 solid rgba(0,0,0,0.05)}@media only screen and (max-width: 959px){.tmt-member.tmt-member-skin-partait .tmt-member-name,.tmt-member.tmt-member-skin-partait .tmt-member-icons{color:#fff}.tmt-member.tmt-member-skin-partait .tmt-member-role,.tmt-member.tmt-member-skin-partait .tmt-member-description{color:#f5f5f5}}
/** === Flip Box === **/
.tmt-flip-box{height:280px;position:relative;perspective:1000px;transform-style:preserve-3d}.tmt-flip-box .elementor-icon{color:#fff}.tmt-flip-box .elementor-view-framed .elementor-icon{color:#fff;border-color:#fff}.tmt-flip-box .elementor-view-stacked .elementor-icon{color:#fff;background-color:rgba(0,0,0,0.5)}.tmt-flip-box .elementor-icon-wrapper{margin-bottom:20px}.tmt-flip-box-front{background-color:#1e87f0}.tmt-flip-box-back{background-color:#b7b4b4;display:block}.tmt-flip-box-layer{position:absolute;width:100%;height:100%;transition:all .6s ease-in-out}.tmt-flip-box-layer-overlay{display:flex;width:100%;height:100%;flex-direction:column;justify-content:center;align-items:stretch;text-align:center;padding:35px}.tmt-flip-box-layer-title{font-size:21px;line-height:1;font-weight:600;color:#fff}.tmt-flip-box-layer-title:not(:last-child){margin:0 0 20px;padding:0}.tmt-flip-box-layer-desc{font-size:14px;color:#e5e5e5}.tmt-flip-box-layer-desc:not(:last-child){margin:0 0 20px;padding:0}.tmt-flip-box-image{margin:0 0 20px;display:inline-block;width:100%}.tmt-flip-box-image img{width:50%;display:inline-block}.tmt-flip-box-3d-yes .tmt-flip-box-layer-inner{transform:translateZ(90px) scale(.91)}.tmt-flip-box-3d-yes .tmt-flip-box-layer-overlay{transform-style:preserve-3d;transform:translateZ(.1px)}.tmt-flip-box-effect-flip .tmt-flip-box{perspective:1000px;transform-style:preserve-3d}.tmt-flip-box-effect-flip .tmt-flip-box:hover .tmt-flip-box-back{transform:none}.tmt-flip-box-effect-flip .tmt-flip-box-layer{transform-style:preserve-3d;backface-visibility:hidden}.tmt-flip-box-effect-flip .tmt-flip-box-front{transform:none;z-index:1}.tmt-flip-box-effect-flip.tmt-flip-box-direction-right .tmt-flip-box-back{transform:rotateX(0) rotateY(-180deg)}.tmt-flip-box-effect-flip.tmt-flip-box-direction-right .tmt-flip-box:hover .tmt-flip-box-front{transform:rotateX(0) rotateY(180deg)}.tmt-flip-box-effect-flip.tmt-flip-box-direction-left .tmt-flip-box-back{transform:rotateX(0) rotateY(180deg)}.tmt-flip-box-effect-flip.tmt-flip-box-direction-left .tmt-flip-box:hover .tmt-flip-box-front{transform:rotateX(0) rotateY(-180deg)}.tmt-flip-box-effect-flip.tmt-flip-box-direction-up .tmt-flip-box-back{transform:rotateX(-180deg) rotateY(0)}.tmt-flip-box-effect-flip.tmt-flip-box-direction-up .tmt-flip-box:hover .tmt-flip-box-front{transform:rotateX(180deg) rotateY(0)}.tmt-flip-box-effect-flip.tmt-flip-box-direction-down .tmt-flip-box-back{transform:rotateX(180deg) rotateY(0)}.tmt-flip-box-effect-flip.tmt-flip-box-direction-down .tmt-flip-box:hover .tmt-flip-box-front{transform:rotateX(-180deg) rotateY(0)}.tmt-flip-box-effect-push .tmt-flip-box-front{transform:none}.tmt-flip-box-effect-push .tmt-flip-box{overflow:hidden}.tmt-flip-box-effect-push .tmt-flip-box:hover .tmt-flip-box-back{transform:none}.tmt-flip-box-effect-push.tmt-flip-box-direction-right .tmt-flip-box:hover .tmt-flip-box-front{transform:translateX(100%) translateY(0)}.tmt-flip-box-effect-push.tmt-flip-box-direction-right .tmt-flip-box-back{transform:translateX(-100%) translateY(0)}.tmt-flip-box-effect-push.tmt-flip-box-direction-left .tmt-flip-box:hover .tmt-flip-box-front{transform:translateX(-100%) translateY(0)}.tmt-flip-box-effect-push.tmt-flip-box-direction-left .tmt-flip-box-back{transform:translateX(100%) translateY(0)}.tmt-flip-box-effect-push.tmt-flip-box-direction-up .tmt-flip-box:hover .tmt-flip-box-front{transform:translateX(0) translateY(-100%)}.tmt-flip-box-effect-push.tmt-flip-box-direction-up .tmt-flip-box-back{transform:translateX(0) translateY(100%)}.tmt-flip-box-effect-push.tmt-flip-box-direction-down .tmt-flip-box:hover .tmt-flip-box-front{transform:translateX(0) translateY(100%)}.tmt-flip-box-effect-push.tmt-flip-box-direction-down .tmt-flip-box-back{transform:translateX(0) translateY(-100%)}.tmt-flip-box-effect-slide .tmt-flip-box{overflow:hidden}.tmt-flip-box-effect-slide .tmt-flip-box:hover .tmt-flip-box-back{transform:none}.tmt-flip-box-effect-slide.tmt-flip-box-direction-right .tmt-flip-box-back{transform:translateX(-100%) translateY(0)}.tmt-flip-box-effect-slide.tmt-flip-box-direction-left .tmt-flip-box-back{transform:translateX(100%) translateY(0)}.tmt-flip-box-effect-slide.tmt-flip-box-direction-up .tmt-flip-box-back{transform:translateX(0) translateY(100%)}.tmt-flip-box-effect-slide.tmt-flip-box-direction-down .tmt-flip-box-back{transform:translateX(0) translateY(-100%)}.tmt-flip-box-effect-zoom-out .tmt-flip-box .tmt-flip-box-front{transition:transform .7s,opacity .35s,width .1ms;opacity:1;transform:scale(1);z-index:1;width:100%}.tmt-flip-box-effect-zoom-out .tmt-flip-box:hover .tmt-flip-box-front{width:0;opacity:0;transform:scale(.7);transition:transform .8s,opacity .7s .1s,width .1ms .7s}.tmt-flip-box-effect-zoom-in .tmt-flip-box .tmt-flip-box-back{transition:transform .7s,opacity .5s .2s;opacity:0;transform:scale(.7)}.tmt-flip-box-effect-zoom-in .tmt-flip-box:hover .tmt-flip-box-back{transition:transform .7s,opacity .5s;opacity:1;transform:scale(1)}.tmt-flip-box-effect-fade .tmt-flip-box .tmt-flip-box-back{opacity:0}.tmt-flip-box-effect-fade .tmt-flip-box:hover .tmt-flip-box-back{opacity:1}.elementor-widget-tmt-flip-box.tmt-flip-box-flipped .elementor-widget-container .tmt-flip-box-front{display:none}.elementor-widget-tmt-flip-box.tmt-flip-box-flipped .elementor-widget-container .tmt-flip-box-back{transform:none;opacity:1}@media (max-device-width: 1024px){.tmt-flip-box{cursor:pointer}}
/** === Accordion === **/
.tmt-accordion-item .tmt-accordion-content {display: none}.tmt-open .tmt-accordion-content {display: block}.tmt-accordion-container .tmt-accordion{list-style-type:none;margin:0;padding:0}.tmt-accordion-container .tmt-accordion .tmt-accordion-title{outline:none;font-size:14px;cursor:pointer;font-weight:bold;line-height:1;margin:0;padding:15px 20px;background:#f3f3f3;transition:all 300ms cubic-bezier(0, .49, .27, .99)}.tmt-accordion-container .tmt-accordion .tmt-accordion-title .tmt-accordion-icon{display:inline-block;font-weight:400}.tmt-accordion-container .tmt-accordion .tmt-accordion-title .tmt-accordion-icon svg,.tmt-accordion-container .tmt-accordion .tmt-accordion-title .tmt-accordion-icon i{width:1.5em}.tmt-accordion-container .tmt-accordion .tmt-accordion-title .tmt-accordion-icon.tmt-accordion-icon-right{float:right;text-align:right}.tmt-accordion-container .tmt-accordion .tmt-accordion-title .tmt-accordion-icon.tmt-accordion-icon-left{float:left;text-align:left}.tmt-accordion-container .tmt-accordion .tmt-accordion-item .tmt-accordion-icon-closed{display:flex}.tmt-accordion-container .tmt-accordion .tmt-accordion-item .tmt-accordion-icon-opened{display:none}.tmt-accordion-container .tmt-accordion .tmt-accordion-title.tmt-open .tmt-accordion-icon-closed{display:none}.tmt-accordion-container .tmt-accordion .tmt-accordion-title.tmt-open .tmt-accordion-icon-opened{display:flex}.tmt-accordion-container .tmt-accordion .tmt-accordion-content{padding:15px 20px;margin-top:0}.tmt-accordion-container .tmt-accordion .tmt-accordion-content>*{margin:0}@media (max-width:767px){.tmt-accordion-container .tmt-accordion .tmt-accordion-title{padding:12px 15px}.tmt-accordion-container .tmt-accordion .tmt-accordion-title .tmt-accordion-icon{width:1.2em}.tmt-accordion-container .tmt-accordion .tmt-accordion-content{padding:7px 15px}}
/** === tmt-svg === **/
.tmt-svg-cover{background-image:url(assets/images/thumbnail.jpg)}.tmt-svg-cover svg{display:block;width:100%;height:100%}.tmt-svg-cover svg path{stroke:#fff;stroke-width:5px}
/** === TMT Video === **/
.h_iframe-aparat_embed_frame{position:relative;}.aparat_embed_frame_span {display: block;padding-top: 57%}.h_iframe-aparat_embed_frame .ratio{display:block;width:100%;height:auto;}.h_iframe-aparat_embed_frame iframe{position:absolute;top:0;left:0;width:100%;height:100%;}
/** === Gallery Icon === **/
.gallery-item,.blocks-gallery-item,.gallery-item figure a,.gallery-item > div > a{position:relative;}.gallery-item a:before,.blocks-gallery-item a:before{color:#fff;content:"\f002";font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;top:0;right:0;font-size:36px;opacity:0;transition:all .3s;background: rgba(0, 0, 0, 0.9);width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;}.gallery-item:hover a:before,.blocks-gallery-item:hover a:before{opacity:1}.gallery-item:hover a img,.blocks-gallery-item:hover a img{opacity:.2}.elementor-image-gallery figure img {width: 100%}
/** === Whatsapp Element === **/
.whatsapp-pupup{position:fixed;text-align:center;font-size:21px;transition-timing-function:cubic-bezier(.175,.885,.32,1.275);transition-duration:400ms;box-shadow:0 6px 8px 2px rgba(0,0,0,0.14);-webkit-box-shadow:0 6px 8px 2px rgba(0,0,0,0.14);-moz-box-shadow: 0 6px 8px 2px rgba(0,0,0,0.14);cursor: pointer;z-index:999;width:50px;height:50px;line-height:50px}.whatsapp-pupup:hover{transform:scale(1.1,1.1) translate3d(0,0,0)}.whatsapp-pupup i{transition:.4s ease all;-webkit-transition:.4s ease all;-moz-transition:.4s ease all}.whatsapp-pupup .fa-whatsapp{-ms-transform:rotate(-360deg);transform:rotate(-360deg);-webkit-transform:rotate(-360deg);-moz-transform:rotate(-360deg)}.whatsapp-pupup .fa-times{-ms-transform:rotate(360deg);transform:rotate(360deg);-webkit-transform:rotate(360deg);-moz-transform:rotate(360deg)}.whatsapp-chat{opacity:0;visibility:hidden;-ms-transform:translate(0,50px);transform:translate(0,50px);-webkit-transform:translate(0,50px);-moz-transform:translate(0,50px);width:370px;position:fixed;transition:.4s ease all;-webkit-transition:.4s ease all;-moz-transition:.4s ease all;will-change:transform,visibility,opacity;overflow:hidden;bottom:100px;z-index:998;background-color:#FFF;box-shadow:0 10px 10px 4px rgba(0,0,0,0.04);-webkit-box-shadow:0 10px 10px 4px rgba(0,0,0,0.04);-moz-box-shadow:0 10px 10px 4px rgba(0,0,0,0.04);border-radius:5px 5px 8px 8px;-webkit-border-radius:5px 5px 8px 8px;-moz-border-radius:5px 5px 8px 8px}.whatsapp-chat.open-chat{-ms-transform:translate(0,0);transform:translate(0,0);-webkit-transform:translate(0,0);-moz-transform:translate(0,0);visibility:visible;opacity:1}.whatsapp-chat:hover{box-shadow:0 10px 10px 4px rgba(32,32,37,0.23);-webkit-box-shadow:0 10px 10px 4px rgba(32,32,37,0.23);-moz-box-shadow:0 10px 10px 4px rgba(32,32,37,0.23)}.whatsapp-header{background:#2db742;align-items:center;justify-content:space-between;padding:15px 20px;color:#fff}.whatsapp-header h4{font-size:18px}.whatsapp-header p{opacity:.8;padding-top:4px;font-size:12px;line-height:20px;margin:0}.whatsapp-header i{font-size:36px}.whatsapp-body{padding:10px}.whatsapp-body .usrt-chat{border-left:2px solid #2db742;padding:10px;background:#f5f7f9;border-radius:2px 4px 2px 4px;-webkit-border-radius:2px 4px 2px 4px;-moz-border-radius:2px 4px;cursor:pointer;margin-bottom:10px}.whatsapp-body .usrt-chat:last-child{margin:0}.whatsapp-body .usrt-chat img{width:50px;height:50px}.whatsapp-body .usrt-chat-id i{font-size:24px;color:#2db742;margin-left:10px}.whatsapp-body .usrt-chat h6{font-size:14px;color:#363c47}.whatsapp-body .usrt-chat p{font-size:11px;color:#989b9f;padding-top:5px;margin:0}@media (max-width: 480px){.whatsapp-chat{width:270px}}
/** === Social Icon === **/
.style-one a {display: inline-block;margin: 0 5px;position: relative;text-align: center;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
.style-one a span {border-radius: 0;transform: translate(-50%,-50%);clip: auto;font-size: 0;display: block;height: 0;left: 50%;margin: 0;position: absolute;top: 50%;transition: all 0.3s;width: 0;}
.style-one a:hover span {width: 100%;height: 100%;}
.style-one a i {background: none;color: white;left: 50%;position: absolute;top: 50%;transition: all 0.3s;z-index: 10;width: 100%;height: 100%;transform: translate(-50%,-50%);display: flex;align-items: center;justify-content: center;}
.style-two a {transition: all 0.3s;}
.style-two a:hover {border-radius: 50% !important;transform: rotate(360deg)}
/** === Tabs === **/
@keyframes tabfadeIn {100% {opacity: 1;transform: none;}}
.tmt-tabs .tab-nav-item {background-color: #eaeaea;padding: 10px 15px;margin: 0 5px;transition: all 0.3s;cursor: pointer;}
.tmt-tabs .tab-nav-item.tmt-open {background-color: #5b5b5b;border-bottom: 3px solid #000;color: #fff;}
.tmt-tabs .tmt-tabs-nav ul.row-nav {height: 100%;}
.tmt-tabs .tmt-tabs-content {margin: 20px 0;}
.tmt-tabs.row-item .tmt-tabs-content {margin: 0 20px;}
.tmt-tabs .tabs-content-item {display: none;opacity: 0;transform: translateY(30px);animation: tabfadeIn 0.5s ease 1 forwards;}
.tmt-tabs .tabs-content-item.tmt-open {display: block;}
@media (max-width: 1024px) {.tmt-tabs {flex-direction: column;}}
/** === Whishlist === **/
.tmt-single-wishList {display: inline-block;position: relative;}
.tmt-single-wishList .tmt-item-count {position: absolute;text-align: center;line-height: 20px;width: 1.5em;height: 1.5em;border-radius: 50%;font-size: 12px;}
/** === Woocommerce Ajax Filters === **/
.bapf_head {margin-bottom: 20px;border-bottom: 1px solid #e3e3e3;padding-bottom: 10px;}
.bapf_colaps_togl {cursor: pointer;}
.bapf_head .bapf_hascolarr {font-size: 20px;}
.bapf_body ul li label {margin-right: 10px;}
.bapf_sfa_taxonomy span {margin-bottom: 5px;display: inline-block;}
.bapf_sfa_taxonomy li a {color:#000;font-size: 14px;border: 1px solid #000;display: inline-block;margin:5px 0 !important;padding: 2px 7px 4px 7px !important;border-radius: 3px;}
.bapf_sfa_taxonomy li a i {margin-left: 5px;transform: translateY(1px);}
.braapf_unselect_all {margin-top:10px;color:#000;display: block;}
.bapf_sfilter .bapf_clr_span.h2em, .bapf_sfilter .bapf_img_span.h2em {border-radius: 4px;}
.irs-handle {z-index: 0;}
/** === Woocommerce My Account === **/
.tmt-woocommerce-form {margin: 0 auto;}
.tmt-woocommerce-form #logo {width: 100%;cursor: pointer;height: 100px;margin-bottom: 20px;background-repeat: no-repeat;background-position: center center;background-size: contain;}
.tmt-woocommerce-form .tmt-myaccount-tab {border: 2px solid #e2e2e2;}
.tmt-woocommerce-form h2 {border-bottom: 1px solid #e2e2e2;font-size: 22px;padding:12px 20px;}
.tmt-woocommerce-form input {padding: 12px;border: 1px solid #e2e2e2 !important;border-radius: 8px;}
.tmt-woocommerce-form button {width: 100%;padding: 15px !important;margin-bottom: 10px !important;border-radius: 8px !important;}
body.rtl .woocommerce form.checkout_coupon,body.rtl .woocommerce form.login,body.rtl .woocommerce form.register {border: none;margin: 0;text-align: right;}
.tmt-woocommerce-form .woocommerce-LostPassword a {font-size: 14px;text-decoration: underline;}
.tmt-woocommerce-form .register-link,.tmt-woocommerce-form .login-link {font-size: 18px;margin-top: 50px;}
.tmt-woocommerce-form .register-link a,.tmt-woocommerce-form .login-link a {text-decoration: underline;}
.tmt-woocommerce-form .woocommerce-privacy-policy-text {margin: 10px 0;}
.tmt-woocommerce-form .tmt-myaccount-tab {display:none}
.tmt-woocommerce-form .tmt-myaccount-tab.active {display:block}
.woocommerce-ResetPassword {padding: 20px;}
.woocommerce-ResetPassword .form-row {width: 100% !important;}
.tmt-wc-account-menu {width: 30%;border: 1px solid #eaeaea;padding: 20px;}
.tmt-wc-account-menu .profile {border-bottom: 1px solid #eaeaea;padding-bottom: 15px;margin-bottom: 15px;}
.tmt-wc-account-menu .profile-img {width: 50px;height: 50px;background-color: black;border-radius: 100px;overflow: hidden;border: 3px solid #FFF;box-shadow: 0px 0px 1px 2px #231F20;}
.tmt-wc-account-menu .profile-info {margin-left: 12px;}
body.rtl .tmt-wc-account-menu .profile-info {margin-right: 12px;margin-left: 0;}
.tmt-wc-account-menu .profile-info h1 {font-size: 22px;}
.tmt-wc-account-menu .profile-info span {font-size: 14px;color: #939598;}
.woocommerce-account .woocommerce-MyAccount-navigation {width: 100%;float: none;}
.tmt-woocommerce-my-account .woocommerce-MyAccount-content {float: none;}
.tmt-woocommerce-my-account .woocommerce {display: flex;justify-content: space-between;}
.woocommerce-MyAccount-navigation ul li a {padding: 8px 0;display: flex;align-items: center;}
.woocommerce-MyAccount-navigation ul li a:before {content: '\e802';display:block;margin-right: 8px;font-family: 'tmtshop';transition:all .3s;font-size: 22px;}
body.rtl .woocommerce-MyAccount-navigation ul li a:before {margin-left: 8px;margin-right:0;}
.woocommerce-MyAccount-navigation-link--dashboard a:before,.dokan-dashboard-menu li a i.fa-tachometer:before {content: '\e806' !important;}
.woocommerce-MyAccount-navigation-link--orders a:before,.dokan-dashboard-menu li a i.fa-shopping-cart:before {content: '\e805' !important;}
.woocommerce-MyAccount-navigation-link--downloads a:before {content: '\e800' !important;}
.woocommerce-MyAccount-navigation-link--edit-address a:before {content: '\e804' !important;}
.woocommerce-MyAccount-navigation-link--edit-account a:before,.dokan-dashboard-menu li a i.fa-user:before {content: '\e801' !important;}
.woocommerce-MyAccount-navigation-link--customer-logout a:before,.dokan-dashboard-menu li a i.fa-power-off:before {content: '\e803' !important;}
.woocommerce-MyAccount-navigation-link--recently-viewed a:before {content: '\e80e' !important;}
.woocommerce-MyAccount-navigation-link--tmt-wishlist a:before {content: '\e80f' !important;}
.tmt-woocommerce-my-account header {margin-bottom:20px}
.tmt-woocommerce-my-account header h2,.tmt-woocommerce-checkout h3,.dokan-dashboard .entry-title,.widget-title,.elementor-widget-tmt-dokan .my_orders h2,.tmt-woocommerce-checkout h2 {font-size: 24px;display: flex;align-items: center;color:#231f20;}
.tmt-woocommerce-my-account header h2 hr,.tmt-woocommerce-checkout h3::before,.tmt-woocommerce-checkout h2::before,.dokan-dashboard .entry-title:before,.widget-title:before,.elementor-widget-tmt-dokan .my_orders h2:before {width: 20px;height: 3px;border-radius: 100px;margin-left: 6px;}
.tmt-profile-content header .edit-account {padding: 8px 16px;border-radius: 4px;font-size: 14px;}
.tmt-profile-content table tr,.tmt-profile-content table td,.tmt-profile-content table {border:none;text-align: left;}
body.rtl .tmt-profile-content table tr,body.rtl .tmt-profile-content table td,body.rtl .tmt-profile-content table {text-align: right;}
.tmt-profile-content table tr .value {padding: 10px;border: 1px solid #eee;margin-top: 10px;}
.woocommerce-EditAccountForm > *,.dokan-dashboard .edit-account > * {width: 48% !important;float: none !important;}
.woocommerce-EditAccountForm fieldset,.dokan-dashboard .edit-account fieldset {width: 100% !important;border-top: 1px solid #eee;border-bottom: 1px solid #eee;padding: 10px 0;margin: 20px 0;flex-wrap: wrap;}
.woocommerce-EditAccountForm fieldset p,.dokan-dashboard .edit-account fieldset p {width: 33.3333% !important;}
.woocommerce-EditAccountForm em,.dokan-dashboard .edit-account em {font-size: 13px;font-style: normal;font-weight: bold;}
.woocommerce form .form-row input.input-text,.dokan-dashboard .edit-account input.input-text {padding: 12px;}
.woocommerce-EditAccountForm .save-details {width: 100% !important;text-align: center;margin-top: 30px;}
.woocommerce-EditAccountForm .save-details button,.woocommerce-EditAccountForm .save-details button:hover {background-color:#15cf0b;color:#FFF;padding: 15px 50px;}
.tmt-order-list .order-item,.woocommerce-order-details .order-item {border: 1px solid #dfdfdf;border-radius: 8px;margin-bottom: 16px;}
.tmt-order-list .order-item header,.woocommerce-order-details .order-item header {padding: 16px;border-bottom: 1px solid #dfdfdf;}
.tmt-order-list .order-item header p {width: 100%;margin-top:10px}
.tmt-order-list .order-item header ul li {padding: 0 5px;padding-left: 20px;position: relative;font-size:14px}
.tmt-order-list .order-item header ul li:not(:first-child):before {content: "";display: block;position: absolute;background-color: #e8e8e8;width: 6px;height: 6px;right: -10px;top: 10px;border-radius: 50px;}
.tmt-order-list .products-order,.woocommerce-order-details .order-details:not(.info-order) li {padding: 16px 0;}
.tmt-order-list .products-order a {width: 100px;height:100px;padding:0 10px;display: inline-block;}
.woocommerce-order-details .order-item ul li:not(:last-child) {border-bottom: 1px solid #dfdfdf;}
.woocommerce-order-details .order-item header ul li {padding: 5px 0;}
.woocommerce-order-details .order-item ul.info-order li {border:none;padding: 4px 0;font-size: 14px;}
.woocommerce-order-details .order-item header {margin:0}
.woocommerce-order-details .thumbnail-order {width: 150px;height: 150px;margin-left: 10px;}
.woocommerce-order-details .order-item .product-title a {color: #000;}
.woocommerce-Addresses {margin-top: 20px;}
.woocommerce-Addresses address {width: 100%;font-style: normal;}
.woocommerce-address-fields__field-wrapper > * {width: 49% !important;float:none !important}
.woocommerce .select2-container--default .select2-selection--single {height: 45px;padding: 8px 0;}
.select2-container--default .select2-selection--single .select2-selection__arrow {top: 50%;transform: translateY(-50%);}
.tmt-recently-viewed li {border: 1px solid #DDD;padding: 20px;height: 140px;margin-bottom: 20px;position: relative;}
.tmt-recently-viewed li > div {height: 100%;width: 85%;}
.tmt-recently-viewed li > a {height: 100px;width: 15%;display: inline-block;}
.tmt-recently-viewed li > div a {color: #000}
.tmt-recently-viewed li > div ins {text-decoration: none;}
.tmt-recently-viewed li .product-link {border: 1px solid #00BFD6;color: #00BFD6;border-radius: 5px;padding:8px 16px;}
.dokan-new-product-area .product-edit-container {display: flex;}
.dokan-new-product-area .featured-image {margin-left: 20px;}
.dokan-new-product-area .featured-image .featured-image,.product-edit-container .dokan-feat-image-upload {width:100% !important;}
.tmt-favorite-viewed li.remove-favorite {height: auto;justify-content: center;color: red;}
.tmt-favorite-viewed .delete-favorite {width: 32px;height: 32px;position: absolute;left: 30px;top: 20px;border-radius: 50px;display: flex;align-items: center;justify-content: center;color: red;border: 2px solid red;}
.tmt-favorite-viewed .delete-favorite:hover {background-color: red;color:white;}
.woocommerce form .form-row label:not(.checkbox) {white-space: nowrap;}
/** === Woocommerce Cart === **/
.tmt-woocommerce-cart .woocommerce {display:flex;flex-wrap:wrap;justify-content: space-between;}
.tmt-woocommerce-cart .woocommerce-notices-wrapper {width: 100%;}
.tmt-woocommerce-cart .woocommerce-cart-form {width: 68%;}
.tmt-woocommerce-cart .cart-collaterals {width: 30%;}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals,.woocommerce .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .cross-sells {float: none;width: 100%;}
.tmt-woocommerce-cart .product-thumbnail {padding:0 0 0 20px;width: 28%;height: 200px;}
.tmt-woocommerce-cart .product-thumbnail img {border: 1px solid #e6e4e4;padding: 15px;height: 100%;width: 100%;}
.tmt-woocommerce-cart .product-info {width: 72%;height: 200px;}
.tmt-woocommerce-cart .cart_item {border: 1px solid #e6e4e4;margin-bottom: 16px;padding: 14px;}
.tmt-woocommerce-cart .cart_item .product-name a {color: #000;}
.tmt-woocommerce-cart .cart_item  .woocommerce-Price-amount {font-size:22px}
.tmt-woocommerce-cart .cart_item .woocommerce-Price-amount .woocommerce-Price-currencySymbol {font-size:13px}
.tmt-woocommerce-cart .cart_item .brand a,.tmt-woocommerce-cart .cart_item .category a {color: #000;font-size:14px}
.tmt-woocommerce-cart .product-quantity {margin:0 0 0 16px !important;}
.tmt-woocommerce-cart .product-quantity .quantity.custom-num {margin:8px 0 0 0 !important;}
.tmt-woocommerce-cart .product-remove {display: inline-flex;align-items: center;}
.product-name .variation {display: flex;border: none;padding: 0;margin: 15px 0 0 0;}
.product-name .variation dt {float: none;width: auto;}
.product-name .variation dt:after {display: none;}
.product-name .variation dd {margin: 0 2px 0 15px;padding: 0;}
.woocommerce a.remove {width: auto;height:auto;}
.woocommerce a.remove:hover {background: transparent;}
.tmt-woocommerce-cart .product-remove a {font-size: 14px;color:#000 !important}
.tmt-woocommerce-cart .product-remove i {padding: 7px 8px 8px 8px;}
.tmt-woocommerce-cart .product-info strong {font-size: 14px;}
.tmt-woocommerce-cart .actions button {background-color: #F6BE11;color: #000;}
.tmt-woocommerce-cart .actions .coupon button {background-color: #15cf0b;color: #FFF;}
.tmt-woocommerce-cart .actions #coupon_code {padding: 7px 12px;border-radius: 4px;}
.tmt-woocommerce-cart .cart_totals {border: 1px solid #e6e4e4;padding: 14px;}
.tmt-woocommerce-cart .cart_totals table {border:none}
.tmt-woocommerce-cart .wc-proceed-to-checkout {padding-bottom:0 !important;}
.tmt-woocommerce-cart .wc-proceed-to-checkout a {margin-bottom:0 !important;}
/** === Woocommerce Checkout === **/
.tmt-wcms-ck .tmt-multistep {margin-bottom: 50px;}
.tmt-wcms-ck .tmt-multistep li {width:100%;position: relative;flex-wrap: wrap;counter-increment: tmt;display: flex;flex-direction: column;align-items: center;cursor: pointer;justify-content: center;}
.tmt-wcms-ck .tmt-multistep li:before {position:absolute;display:block;width:100%;content: "";background-color:#dfdfdf;height:2px;top:0;}
.tmt-wcms-ck .tmt-multistep li span {width: 36px;height:36px;border-radius:50px;background-color:#dfdfdf;color: #000;display: flex;align-items: center;justify-content: center;position: absolute;top: -19px;}
.tmt-wcms-ck .tmt-multistep li span:before {content: counter(tmt);}
.tmt-wcms-ck .tmt-multistep li strong {margin-top: 25px;}
.tmt-woocommerce-checkout .woocommerce-form-coupon {display: block !important;}
.tmt-wcms-ck .tmt-multistep li.active span,.tmt-wcms-ck .tmt-multistep li.active:before {background-color:#F6BE11;}
.tmt-wcms-ck .step {opacity:0;position: fixed;transform:translateY(100px);transition:.3s;float:none !important;width:100% !important;}
.tmt-wcms-ck .step.active {opacity:1;position: relative;transform:translateY(0);}
.tmt-checkout-login .woocommerce-info {border: 1px solid #eaeaea !important;box-shadow: 0 3px 9px 0 rgb(0,0,0,.1);background: transparent;border-radius: 10px;}
.tmt-woocommerce-checkout .woocommerce-form-login {max-width:500px;text-align:center;margin:0 auto !important;}
.tmt-woocommerce-checkout .woocommerce-form-login .form-row {float:none !important;width:100% !important}
.tmt-woocommerce-checkout .woocommerce-form-login button,.tmt-woocommerce-checkout .woocommerce-form-login button:hover {color: #000;padding: 8px 30px 13px 30px;background-color: #F6BE11;}
.tmt-woocommerce-checkout .woocommerce-form-login .lost_password a {color:#000}
.tmt-checkout-billing .woocommerce-billing-fields__field-wrapper,.tmt-checkout-billing .woocommerce-account-fields .create-account {display:flex;flex-wrap:wrap;justify-content: space-between;align-items: flex-end;}
.tmt-checkout-billing .woocommerce-billing-fields__field-wrapper > *,.tmt-checkout-billing .woocommerce-account-fields .create-account > * {width:49% !important;float:none !important;}
.woocommerce-form-coupon {padding: 50px 0 !important;max-width: 400px;margin: 0 auto !important;text-align: center !important;display:block !important;}
.woocommerce-form-coupon .form-row {width:49% !important;margin:20px 0 0 0 !important;}
.woocommerce-form-coupon .form-row button,.woocommerce-form-coupon .form-row button:hover {width: 100%;font-size:14px;padding: 12px 0;background-color:#444;color:#FFF}
.woocommerce .woocommerce-form-coupon .form-row input.input-text {padding: 8px !important;border-radius: 3px;}
.tmt-woocommerce-checkout h3,.dokan-dashboard .entry-title {margin-bottom:20px}
.tmt-woocommerce-checkout h3::before,.dokan-dashboard .entry-title:before,.widget-title:before,.elementor-widget-tmt-dokan .my_orders h2:before,.tmt-woocommerce-checkout h2:before {content:"";display:block;background-color:#F6BE11}
.tmt-woocommerce-checkout .tmt-checkout-payment button#place_order,.dig_billing_otp_signup {background-color:#F6BE11;color:#000}
.tmt-wcms-ck .checkout-nav {border-top:1px solid #d9d9d9;margin-top: 50px;position:relative;z-index:99;}
.tmt-wcms-ck .checkout-nav button {font-size: 12px;cursor: pointer;min-width: 170px;height: 38px;background-color:#EF394E;margin:15px;color:#FFF;}
.tmt-wcms-ck .checkout-nav button i {transform: translateY(1px);}
body:not(.rtl) .tmt-wcms-ck .checkout-nav button i {transform: rotateY(180deg);}
.tmt-wcms-ck .checkout-nav .checkout-nav-item {display:none}
.tmt-wcms-ck .checkout-nav .checkout-nav-item.active {display:block}
.checkout.woocommerce-checkout .create-account .clear {display: none;}
.woocommerce-order-received .tmt-woocommerce-checkout .tmt-multistep,.woocommerce-order-received .tmt-woocommerce-checkout .checkout-nav {display: none;}
.woocommerce-order-received .woocommerce-order-details .thumbnail-order {width: 100px;height: auto;}
.woocommerce-order-received .tmt-woocommerce-checkout h2,.woocommerce-order-received .woocommerce-thankyou-order-received {margin-bottom: 20px !important;}
.woocommerce-checkout .wc_payment_method img {display: inline-block;max-width: 40px;}
/** === Woocommerce Dokan === **/
.dokan-dashboard-menu li a i.fa-upload:before {content: '\e812' !important;}
.dokan-dashboard-menu li a i.fa-briefcase:before {content: '\e813' !important;}
.dokan-dashboard-menu li a i.fa-cog:before {content: '\e814' !important;}
.dokan-dashboard-menu li a i.fa-external-link:before,.dokan-dashboard-menu li a i.fa-university:before {content: '\e815' !important;}
.dokan-dashboard-menu li a i.fa-long-arrow-left:before {content: '\e816';}
.dokan-dashboard-menu li a i.fa-credit-card:before {content: '\e817';}
.fa.fa-cloud-upload {font-family: 'tmtshop' !important;}
.fa.fa-cloud-upload:before {content: '\e818' !important;}
.dokan-dashboard-menu li a i.fa-angle-right {display:none}
.dokan-dashboard .dokan-dash-sidebar {background-color: transparent !important;border: 1px solid #eaeaea;padding: 20px;}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu {background-color: transparent !important;}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li {border-bottom: 1px solid #eaeaea !important;}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li a {color: #231f20 !important;display: flex !important;align-items: center;padding: 16px 0 16px 0 !important;}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active,.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li:hover {background-color: transparent !important;}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active a,.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li:not(.dokan-common-links):hover a {color: #f6be11 !important;}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links a {border-right: 1px solid #eaeaea !important;}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links a:last-child {border-right: none !important;}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links a:hover {background-color: #f6be11 !important;}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links a {padding: 15px 0 0 0 !important;text-align: center;height: 50px;}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links a i {margin-top:0 !important;padding-right: 0 !important;}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li a i {font-family: 'tmtshop' !important;font-weight: normal;margin: 0 0 0 5px !important;color: #b3b3b3;padding: 0 0 0 5px !important;font-size: 22px !important;}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links a i {color: #282828;}
.dokan-dashboard .chart-container table {text-align:left;width: auto;}
.dokan-dashboard .dashboard-widget {line-height: 28px;}
.dokan-dashboard .dashboard-widget.products .pull-right {position: absolute;left: 10px;}
.dokan-dashboard .dashboard-widget.products  a {color:#000}
input[type="submit"].dokan-btn-theme, a.dokan-btn-theme, .dokan-btn-theme {color: #000 !important;background-color: #f6be11 !important;border-color: #f6be11 !important;}
.dokan-product-search-form .dokan-form-group {width: 84%;}
.product-listing-top {display: flex;justify-content: space-between;align-items: center;}
.product-listing-top:before,.product-listing-top:after {display: none !important}
.dokan-product-listing .dokan-product-listing-area table.product-listing-table td {vertical-align: middle !important;}
.product-listing-table a {color: #000;transition:0s}
.dokan-order-filter-serach .dokan-form-group {display: flex;align-items: center;}
.dokan-order-filter-serach .dokan-form-group input {font-size: 12px;padding: 8px 15px !important;}
.dokan-order-filter-serach .select2-container--default .select2-selection--single {height: 37px;display: flex;align-items: center;margin: 0 5px;}
.dokan-order-filter-serach .select2-selection__rendered {font-size: 13px;}
.dokan-order-filter-serach .select2-selection--single .select2-selection__arrow {top: 45% !important;left: 5px !important;}
.dokan-order-filter-serach .dokan-right .dokan-btn {margin: 0 5px;}
.dokan-dashboard-header {margin-top:30px !important}
.dokan-dashboard-header a {color:#000;}
.dokan-settings-content .dokan-settings-area .dokan-banner {width: 100% !important;}
.dokan-dashboard .dokan-form-horizontal {display: flex;flex-direction: column;align-items: center;}
.dokan-dashboard .dokan-form-horizontal > * {width: 100% !important;}
.dokan-dashboard .edit-account > * {width:50% !important;padding: 10px !important;}
.dokan-dashboard .edit-account {display: flex;flex-wrap: wrap;justify-content: space-between;align-items: flex-end;}
.dokan-dashboard .edit-account fieldset {display: flex;justify-content: space-between;align-items: flex-end;}
.dokan-dashboard .edit-account .clear {display: none;}
.dokan-dashboard .white-popup {max-width: 98% !important;}
.dokan-add-new-product-popup .product-form-container .dokan-feat-image-upload .image-wrap:hover a.close {display: flex !important;padding: 0 !important;align-items: center;justify-content: center;}
#dokan-add-new-product-form .product-full-container {margin-top: 0;}
#dokan-add-new-product-form .product-full-container .select2-container {width: 100% !important;}
.select2-container {z-index: 99999 !important;}
.mfp-content {text-align:right !important}
.select2-container--default .select2-selection--single .select2-selection__arrow {top: 50% !important;}
.dokan-add-new-product-popup h2 {width: 100% !important;}
.dokan-add-new-product-popup .mfp-close {right: auto !important;left: 5px !important;}
.dokan-main-store {margin: 30px;}
.dokan-main-store .tmt-dokan-sidebar {width: 25%;border: 1px solid #eaeaea;padding: 20px;}
.dokan-main-store .dokan-single-store {width: 74%;}
.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li {margin-left: 0 !important;margin-right: 40px !important;}
.widget-title {margin-bottom:15px}
.dokan-dashboard .dashboard-widget .widget-title i {padding: 0 5px !important;}
.store-cat-stack-dokan li a {color:#282828;padding:4px 0;display:inline-flex;}
.store-cat-stack-dokan li a:before {content: "\f0d9";font-weight: 900;font-family: "Font Awesome 5 Free";margin-left:5px}
.store-cat-stack-dokan li .caret-icon {margin-right: 10px;}
.store-cat-stack-dokan li .caret-icon i:before {content: "\f0dd" !important;}
.store-cat-stack-dokan li .children {padding-right:30px}
aside.widget,.elementor-widget-tmt-dokan .my_orders h2 {margin-bottom:30px}
.store-cat-stack-dokan li a:hover,.store-cat-stack-dokan li a.selected {color: #f6be11;}
.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery {display: flex;}
.dokan-single-store .profile-frame .profile-info-box.profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info-head {margin: 0 0 0 15px;}
.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .dokan-store-info li::before {display:none !important}
.dokan-store-info {display: flex !important;padding-right: 0 !important;flex-direction: column;}
.table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}.table-striped tbody tr:hover{color:#212529;background-color:rgba(0,0,0,.075)}
.table-striped tbody tr a {color:#282828}
.dokan-dashboard .dokan-product-search-form {display: flex;align-items: center;flex-direction: row-reverse;}
.dokan-dashboard .dokan-product-search-form .dokan-form-group {margin: 0 !important;}
/** === Tell === **/
.tell-us a {position:relative;}
.tell-us a i,.tell-us a svg {position: absolute;}
/** === Icon Fix === **/
.tmt-list-icon {position:fixed;z-index: 999;}
.tmt-list-icon li {position:relative;margin-top: 10px;}
.tmt-list-icon li a {display:inline-flex;position: relative;z-index: 50;width:50px;height:50px;transition: all 0.3s;align-items: center;justify-content: center;}
.tmt-list-icon li span {position:absolute;z-index: 10;position: absolute;left: 0;transition: all 0.3s;border-radius: 3px;padding: 2px 10px 3px 10px;white-space: nowrap;top: 50%;opacity:0;transform: translateY(-50%);color:#282828;background-color:#ebebeb;}
.tmt-list-icon li span:after {display: inline-block;content: "";position: absolute;transform: translateY(-50%);top: 50%;left: -15px;border-top: 6px solid transparent;border-bottom: 6px solid transparent;border-right: 10px solid #ebebeb;border-left: 6px solid transparent;}
.tmt-list-icon li:hover span {opacity:1;left: 65px;}
/** === Blog === **/
.all-posts {position: relative;}
.tmt-post .post-item {border: 1px solid #e6e6e6;height: 100%;}
.tmt-post .post-thumbnail {position:relative;overflow: hidden;}
.tmt-post .post-thumbnail img {width:100%;height:100%;}
.tmt-post .post-thumbnail .hover-thumbnail {position:absolute;cursor: pointer;width:0;transition:all .3s;opacity:0;height:100%;top:0;right:0;display:flex;align-items: center;justify-content: center;}
.tmt-post:hover .post-thumbnail .hover-thumbnail {opacity:1;}
.tmt-post .post-thumbnail .hover-thumbnail span {white-space: nowrap;}
.tmt-post .post-info {margin-top: 18px;}
.tmt-post .post-info .title,.tmt-post .post-info .title a {font-size:16px}
.tmt-post .post-info .meta-data {display:flex;align-items: center;}
.date-time {border:1px solid;height: 100%;margin-left: 10px;text-align:center;}
.date-time .day {font-size: 30px;width: 56px;}
.tmt-post .post-info .meta-data i {font-size:12px;}
.tmt-post .post-info .excerpt {font-size:13px;margin-top: 10px;}
.all-posts .loading {position: absolute;width:100%;height:100%;background: rgba(0, 0, 0, 0.7);color:#FFF;top:0;right:0;display:none;align-items: flex-start;justify-content: center;padding-top:50px;}
.pagination {text-align: center;margin:40px 0}
.pagination a, .pagination > b, .pagination span, .page-numbers a, .page-numbers span {display: inline-block;transform: scale(.8);border-radius: 100%;margin: 0 -4px 0;border: 1px solid rgba(167, 167, 167, 0.3);font-weight: bold;text-align: center;font-size: 18px;width: 3em;height: 3em;line-height: 3em;}
.pagination a.next i,.pagination a.prev i {transform: rotate(0);}
body.rtl .pagination a.next i ,body.rtl .pagination a.prev i{transform: rotate(180deg);}
body.rtl .woocommerce-pagination a.next ,body.rtl .pagination a.prev {transform: scale(.8) rotate(180deg);}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {display: flex;align-items: center;justify-content: center;}
/** === Product Link === **/
.btn-product-link a {display:inline-block;}
/** === QuickView === **/
.quickview-container {overflow: hidden;height: 100%;overflow-y: auto;}
.quickview-container .item-img-slider img {width: 80%;height: 100%;margin: 25px auto 30px auto !important;}
.quickview-container .elementor-product-variable {display:none;}
.quickview-container .tmt-product-add-to-cart .cart {display: flex;}
/** === Newslleter === **/
.tmt-mailpoet-form .mailpoet_form {position:relative;padding: 0 !important;margin: 0 auto;}
.tmt-mailpoet-form .mailpoet_form .mailpoet_paragraph.submit {position:absolute;top: 6px;left: 6px;}
.tmt-mailpoet-form .mailpoet_paragraph {margin: 0 !important;}
.tmt-mailpoet-form .mailpoet_form:before {position:absolute;top: 50%;z-index:-1;left: 0;content:"";display:block;width:100%;background-color:#C7C7C7;height:1px;}
/** === More Description === **/
.inline-discription-item {display:flex;align-items: center;margin-bottom: 15px;}
.btn-pupup-item {display:inline-flex;align-items: center;padding: 6px 14px;margin-left: 10px;border-radius: 4px;margin-top: 15px;}
.acf-product-discription span {margin-left: 10px}
.pupup-content-item {min-width: 60%;max-width: 60%;height: auto;padding: 45px;}
.pupup-content-item .pupup-content {overflow-y: auto;max-height: 80vh;}
.pupup-content-item .pupup-content h3 {margin-bottom: 25px;}
/** === Ajax Compare === **/
.ajax-compare.open-ajax-compare {position: fixed;top: 0;right: 0;background-color: rgba(41, 42, 48,0.7);width: 100%;height: 100%;z-index: 99999979;}
.ajax-compare .compare-content {background-color: rgb(41, 42, 48);display: block;width: 100%;height: 100%;font-size: 14px;position: relative;overflow-y: scroll;padding:15px;}
.ajax-compare .compare-table {padding-bottom: 100px;}
.ajax-compare .compare-item {width:100%;background-color: #FFF;border-left: 1px solid rgb(210, 210, 210);display:none}
.ajax-compare .compare-item > * {padding: 10px;}
.ajax-compare .compare-item:nth-child(1),.ajax-compare .compare-item:nth-child(2),.ajax-compare .compare-item:nth-child(3),.ajax-compare .compare-item:nth-child(4) {display:block}
.ajax-compare .compare-item .cp-thumbnail img {height: 200px;margin: 0 auto;}
.ajax-compare .compare-item .cp-title {height: 70px;background-color: rgb(247, 247, 247);display: flex;align-items: center;justify-content: center;padding: 15px;}
.ajax-compare .compare-item .cp-title a {font-size: 14px;color: #626262;}
.ajax-compare .compare-item .cp-price {text-align:center;}
.ajax-compare .compare-item .cp-sku,.ajax-compare .compare-item .cp-stock {height: 70px;text-align: center;}
.ajax-compare .compare-item .cp-price del {opacity: .5;display: inline-block;}
.ajax-compare .compare-item .cp-price ins,.ajax-compare .compare-item .cp-price .woocommerce-Price-amount {color: #292F34;font-size: 22px;text-decoration: none;}
.ajax-compare .compare-item .cp-price ins .woocommerce-Price-currencySymbol, .ajax-compare .compare-item .cp-price .woocommerce-Price-amount .woocommerce-Price-currencySymbol {font-size: 16px;}
.ajax-compare .compare-bar {height: 100px;width: 100%;background-color: rgb(41, 42, 48);padding: 0 30px;z-index: 99999;position: absolute;bottom: 0;left: 0;}
.ajax-compare .compare-bar .compare-bar-btn {background-color: blue;color: white;display: flex;margin-right: 10px;border-radius: 4px;align-items: center;padding: 15px 30px;}
.ajax-compare .woocommerce-product-attributes-item[class*="lable"] td p {white-space: nowrap;}
.ajax-compare th,.ajax-compare td {border-right: 0 !important;}
.ajax-compare .cp-bar-thumbnail li {height: 70px;cursor: all-scroll;padding: 5px;position: relative;}
.ajax-compare .cp-bar-thumbnail li img {height: 100%;border-radius: 4px;}
.ajax-compare .cp-bar-thumbnail li span {position: absolute;top: 0;right: 0;background-color: red;color: white;border-radius: 50px;width: 15px;height: 15px;display: inline-block;font-size: 11px;text-align: center;cursor: pointer;}
.ajax-compare .compare-close,.ajax-compare .compare-open {position: absolute;right: 30px;top: 50%;transform: translateY(-50%);background-color: blue;color: white;width: 50px;height: 50px;display: flex;align-items: center;justify-content: center;border-radius: 4px;cursor: pointer;}
/** === Woocommerce Dokan Vendor === **/
.dokan-other-vendor-camparison .table-cell.vendor {width: 35%;}
.dokan-other-vendor-camparison .price {width: auto !important;text-align: right !important;}
.dokan-other-vendor-camparison .table-cell.vendor img {width: 80px;}
.dokan-other-vendor-camparison .table-cell.rating {text-align: center;}
.dokan-other-vendor-camparison .table-cell.rating a {font-size: 13px;}
/** === Responsive === **/
@media (max-width: 767px) {
    .tmt-product-item {height:100% !important}
    .product-review {justify-content: space-between;width: 100%;margin: 0 0 30px 0;}
    .product-review .list > * {height: 40px;}
    .product-review .list.bar {width: 100%;padding: 0 20px;position: absolute;right: 0;margin-top: 40px;}
    .variations_form > table,.variations_form > div,.tmt-woocommerce-cart .woocommerce-cart-form,.tmt-woocommerce-cart .cart-collaterals,.tmt-woocommerce-cart .product-info {width: 100% !important;}
    .tmt-woocommerce-cart .cart_item {flex-direction: column;}
    .tmt-woocommerce-cart .product-thumbnail {width: auto;height: auto;padding: 0 0 20px 0;}
    .tmt-woocommerce-cart .actions {flex-direction: column;}
    .tmt-woocommerce-cart .actions button {margin: 15px 0;}
    .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li {border-right: 0 !important;width: 100%;}
    .dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu {display: flex;flex-wrap: wrap;}
    .dokan-dashboard-content .dokan-form-horizontal .dokan-w5 {width: 100%;}
    .dokan-dashboard-content .dokan-form-horizontal .dokan-form-group {display: flex;flex-direction: column;margin-right: 0;width: 100%;}
    .dokan-dashboard-content .dokan-form-horizontal .dokan-form-group .dokan-control-label {width: 100%;text-align: right;padding: 0 0 8px 0;}
    .dokan-main-store {flex-direction: column-reverse;}
    .dokan-main-store .tmt-dokan-sidebar,.dokan-main-store .dokan-single-store {width: 100%;}
    .tmt-woocommerce-my-account .tmt-wc-account-menu {margin-bottom: 30px;}
    .tmt-woocommerce-my-account .woocommerce {flex-direction: column;}
    .tmt-woocommerce-my-account .tmt-wc-account-menu,.woocommerce-account .woocommerce-MyAccount-content {width: 100%;}
    .woocommerce-account .woocommerce-MyAccount-navigation ul {display: flex;overflow-x: auto;}
    .woocommerce-account .woocommerce-MyAccount-navigation ul li a {white-space: nowrap;padding: 8px 10px;}
    .dokan-new-product-area .product-edit-container {flex-direction: column;}
    .dokan-new-product-area .featured-image,.dokan-new-product-area .dokan-product-meta,.dokan-add-new-product-popup .dokan-feat-image-content,.dokan-add-new-product-popup .dokan-product-field-content {width: 100% !important;}
    .dokan-widget-area .widget-title {font-size:18px}
    .dokan-dashboard .dokan-dashboard-content {padding: 0 25px !important;}
    .dokan-add-new-product-popup .dokan-feat-image-content,.dokan-add-new-product-popup .product-form-container .dokan-feat-image-upload {margin:0 !important}
    .tmt-mailpoet-form .mailpoet_form .mailpoet_text {padding: 10px 10px 60px 0 !important;border-radius:15px !important;}
    .tmt-mailpoet-form .mailpoet_form .mailpoet_paragraph.submit {width: 96%;top: 40px;border-radius: 0 !important;}
    .search-products {overflow-y: auto;max-height: 400px;}
    .tmt-category-select-wraper {position: absolute;right: 0;z-index: 99;}
    .tmt-search-cat-yes .search input[type="search"] {padding-right: 160px !important;position: absolute;}
    .woocommerce-form-track-order .form-row {width: 100% !important;}
    .pupup-content-item {min-width: 90%;max-width: 90%;}
    .woocommerce div.product form.cart .reset_variations {display: inline-block !important;}
    .tmt-woocommerce-my-account .tmt-woocommerce-form {width: 100% !important;padding: 0 40px;}
    .position-drop-down,.position-drop-down .elementor-column-wrap,.position-drop-down .elementor-widget-wrap,.position-drop-down .elementor-inner-section,.position-drop-down .elementor-container,.position-drop-down .elementor-row,.position-drop-down .elementor-column,.position-drop-down .elementor-widget-tmt-basket,.position-drop-down .elementor-widget-tmt-login,.position-drop-down .elementor-widget-tmt-search-form {position: static !important;}
	.position-drop-down .drop-down-content {width: 95% !important;margin-top: 20px;}
}
@media (max-width: 480px) {
    #tab-additional_information tr {height: auto;}
    .woocommerce div.product form.cart {display: flex;flex-wrap: wrap;}
    .woocommerce-Reviews .form-submit {margin-bottom: 105px !important;}
    .woocommerce div.product form.cart button {padding: 10px;}
    .tmt-product-add-to-cart .woocommerce-variation-add-to-cart {flex-wrap: nowrap;}
    .woocommerce-order-details .order-item ul {width: 100%;}
    .woocommerce-order-details .order-item ul li {border-bottom: 1px solid #dfdfdf;padding:10px 0 !important;}
    .dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery {flex-direction: column;}
    .profile-info-summery .profile-info {width: 100% !important;}
    .search-products {max-height: 300px;}
    .compare-bar-btn {display: none !important;}
    .ajax-compare .compare-bar {height: auto;}
    .tmt-wcms-ck .tmt-multistep li {margin-top: 40px;height: 100px;text-align: center;}
    .tmt-woocommerce-my-account .tmt-woocommerce-form {padding: 0 15px;}
	.tmt-wcms-ck .checkout-nav .checkout-nav-item {width: 100%;}
	.tmt-wcms-ck .checkout-nav button {min-width: 45%;margin: 2%;}
}
@media (max-width: 370px) {
    .woocommerce div.product form.cart,.variations_button {flex-direction: column-reverse;width: 100%;padding: 0 10px 0 2px;}
    .woocommerce div.product form.cart button,.woocommerce div.product form.cart a {width: 100%;padding: 15px 0;margin: 0 !important;margin: 0 0 10px 0 !important;}
    .woocommerce .quantity.custom-num {margin:0 0 0 10px !important;width: 100%;}
    .woocommerce .quantity.custom-num input.input-text {width: 100%;overflow: hidden;}
}
/*--------------------------------------------------------------
>>> Elemrntor End
----------------------------------------------------------------*/