@charset "UTF-8";
@charset "UTF-8";
:root{--joinchat-ico:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M3.516 3.516c4.686-4.686 12.284-4.686 16.97 0s4.686 12.283 0 16.97a12 12 0 0 1-13.754 2.299l-5.814.735a.392.392 0 0 1-.438-.44l.748-5.788A12 12 0 0 1 3.517 3.517zm3.61 17.043.3.158a9.85 9.85 0 0 0 11.534-1.758c3.843-3.843 3.843-10.074 0-13.918s-10.075-3.843-13.918 0a9.85 9.85 0 0 0-1.747 11.554l.16.303-.51 3.942a.196.196 0 0 0 .219.22zm6.534-7.003-.933 1.164a9.84 9.84 0 0 1-3.497-3.495l1.166-.933a.79.79 0 0 0 .23-.94L9.561 6.96a.79.79 0 0 0-.924-.445l-2.023.524a.797.797 0 0 0-.588.88 11.754 11.754 0 0 0 10.005 10.005.797.797 0 0 0 .88-.587l.525-2.023a.79.79 0 0 0-.445-.923L14.6 13.327a.79.79 0 0 0-.94.23z'/%3E%3C/svg%3E");--joinchat-font:-apple-system,blinkmacsystemfont,"Segoe UI",roboto,oxygen-sans,ubuntu,cantarell,"Helvetica Neue",sans-serif}.joinchat{--bottom:20px;--sep:20px;--s:60px;--header:calc(var(--s)*1.16667);--vh:100vh;--red:37;--green:211;--blue:102;--rgb:var(--red) var(--green) var(--blue);--color:rgb(var(--rgb));--dark:rgb(calc(var(--red) - 75) calc(var(--green) - 75) calc(var(--blue) - 75));--hover:rgb(calc(var(--red) + 50) calc(var(--green) + 50) calc(var(--blue) + 50));--bg:rgb(var(--rgb)/4%);--bw:100;--text:hsl(0deg 0% clamp(0%,var(--bw)*1%,100%)/clamp(70%,var(--bw)*1%,100%));--msg:var(--color);color:var(--text);display:none;position:fixed;z-index:9000;right:var(--sep);bottom:var(--bottom);font:normal normal normal 16px/1.625em var(--joinchat-font);letter-spacing:0;animation:joinchat_show .5s cubic-bezier(.18,.89,.32,1.28) 10ms both;transform:scale3d(0,0,0);transform-origin:calc(var(--s)/-2) calc(var(--s)/-4);-webkit-user-select:none;-moz-user-select:none;user-select:none;touch-action:manipulation;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:rgb(0 0 0/0)}.joinchat *,.joinchat :after,.joinchat :before{box-sizing:border-box}.joinchat--show{display:block;transform:scaleX(1)}.joinchat--left{right:auto;left:var(--sep)}.joinchat--dark{--msg:var(--dark)}.joinchat--noanim{animation:none}.joinchat--chatbox:not(.joinchat--noanim){transform-origin:0 0;animation-timing-function:ease-in-out}.joinchat--hidden{display:none!important}@supports not (width:clamp(1px,1%,10px)){.joinchat{--text:hsl(0deg 0% calc(var(--bw)*1%)/90%)}}.joinchat__button{display:flex;flex-direction:row;position:absolute;z-index:2;bottom:8px;right:8px;height:var(--s);min-width:var(--s);background:#25d366;color:inherit;border-radius:calc(var(--s)/2);box-shadow:1px 6px 24px 0 rgba(7,94,84,.24);cursor:pointer;transition:background-color .2s linear}[dir=rtl] .joinchat__button{flex-direction:row-reverse}.joinchat__button:hover{background:#128c7e;transition-duration:1.5s}.joinchat__button:active{background:#128c7e;transition:none}.joinchat--left .joinchat__button{right:auto;left:8px;flex-direction:row-reverse}[dir=rtl] .joinchat--left .joinchat__button{flex-direction:row}.joinchat--btn .joinchat__button:hover{transition-duration:.2s}.joinchat--chatbox .joinchat__button{background:var(--color);transition-duration:.2s;box-shadow:0 1px 2px 0 rgba(0,0,0,.3)}.joinchat--chatbox .joinchat__button:active,.joinchat--chatbox .joinchat__button:hover{background:var(--hover)}.joinchat--optout.joinchat--chatbox .joinchat__button{background-color:#999;pointer-events:none}.joinchat--optout.joinchat--chatbox .joinchat__button .joinchat_svg__plain{stroke-dasharray:0;animation:none}.joinchat--optout.joinchat--chatbox .joinchat__button .joinchat_svg__chat{animation:none}.joinchat__button__open{width:var(--s);height:var(--s);border-radius:50%;background:rgb(0 0 0/0) var(--joinchat-ico) 50% no-repeat;background-size:60%;overflow:hidden}.joinchat--chatbox .joinchat__button__open{display:none}.joinchat__button__image{position:absolute;top:1px;right:1px;width:calc(var(--s) - 2px);height:calc(var(--s) - 2px);border-radius:50%;overflow:hidden;opacity:0}.joinchat__button__image img{display:block;width:100%;height:100%;object-fit:cover}.joinchat--show .joinchat__button__image{animation:joinchat_image_loop 20s linear 5s infinite normal both}.joinchat--image .joinchat__button__image{opacity:1;animation:none}.joinchat--chatbox .joinchat__button__image{display:none}.joinchat__button__send{display:none;flex-shrink:0;width:var(--s);height:var(--s);max-width:var(--s);padding:calc(var(--s)*0.18);margin:0;overflow:hidden}.joinchat--chatbox .joinchat__button__send{display:block}.joinchat__button__send path{fill:none!important;stroke:var(--text)!important}.joinchat__button__send .joinchat_svg__plain{stroke-dasharray:1097;stroke-dashoffset:1097;animation:joinchat_plain 6s .2s ease-in-out infinite}.joinchat__button__send .joinchat_svg__chat{stroke-dasharray:1020;stroke-dashoffset:1020;animation:joinchat_chat 6s 3.2s ease-in-out infinite}.joinchat__button__sendtext{padding:0;max-width:0;border-radius:var(--s);font-weight:600;line-height:var(--s);white-space:nowrap;opacity:0;overflow:hidden;text-overflow:ellipsis;transition:none}.joinchat--chatbox .joinchat__button__sendtext{padding:0 4px 0 24px;max-width:min(400px - 16px - var(--s),100vw - 16px - var(--s) - 2*var(--sep));opacity:1;transition:max-width .2s linear,opacity .4s ease-out .2s}.joinchat--chatbox.joinchat--left .joinchat__button__sendtext{padding:0 24px 0 4px}.joinchat__badge{position:absolute;top:-4px;right:-4px;width:20px;height:20px;border:none;border-radius:50%;background:#e82c0c;color:#fff;font-size:12px;font-weight:600;line-height:20px;text-align:center;box-shadow:none;opacity:0;pointer-events:none}.joinchat__badge.joinchat__badge--in{animation:joinchat_badge_in .5s cubic-bezier(.27,.9,.41,1.28) 1 both}.joinchat__badge.joinchat__badge--out{animation:joinchat_badge_out .4s cubic-bezier(.215,.61,.355,1) 1 both}.joinchat__tooltip{position:absolute;top:calc(var(--s)/2 - 16px);right:calc(var(--s) + 16px);max-width:calc(100vw - var(--s) - 45px);height:32px;padding:0 14px;border:none;border-radius:16px;background:#fff;color:rgba(0,0,0,.8);line-height:31px;white-space:nowrap;opacity:0;transition:opacity .3s ease-out .4s;filter:drop-shadow(0 1px 4px rgba(0,0,0,.4));pointer-events:none}.joinchat__tooltip:after{content:"";display:block;position:absolute;top:10px;right:-6px;border:8px solid transparent;border-width:6px 0 6px 8px;border-left-color:#fff}.joinchat__tooltip div{width:-moz-max-content;width:max-content;max-width:100%;overflow:hidden;text-overflow:ellipsis}.joinchat--tooltip .joinchat__tooltip{animation:joinchat_tootlip 20s linear 5s 1 normal both}.joinchat--chatbox .joinchat__tooltip{display:none}.joinchat--left .joinchat__tooltip{right:auto;left:calc(var(--s) + 16px)}.joinchat--left .joinchat__tooltip:after{left:-6px;right:auto;border-color:transparent;border-width:6px 8px 6px 0;border-right-color:#fff}.joinchat__qr{position:absolute;bottom:calc(var(--s) + 16px);right:0;display:none;flex-direction:column-reverse;width:228px;min-height:200px;padding:14px 14px 10px;border:none;border-radius:16px;background:#fff;color:rgba(0,0,0,.8);text-align:center;white-space:nowrap;filter:drop-shadow(0 1px 4px rgba(0,0,0,.4));animation:joinchat_badge_in .4s cubic-bezier(.11,.84,.83,1.01) .5s both;pointer-events:none}.joinchat__qr:after{content:"";display:block;position:absolute;bottom:-6px;right:calc(var(--s)/2 - 6px);border:8px solid transparent;border-width:8px 6px 0;border-top-color:#fff}.joinchat--left .joinchat__qr{left:0;right:auto}.joinchat--left .joinchat__qr:after{left:calc(var(--s)/2 - 6px);right:auto}.joinchat__qr div{font-size:14px;color:#4a4a4a;overflow:hidden;text-overflow:ellipsis}.joinchat__qr canvas{display:block;width:200px;height:200px;margin:0}.joinchat__box{display:flex;flex-direction:column;position:absolute;bottom:0;right:0;z-index:1;width:calc(100vw - var(--sep)*2);max-width:400px;max-height:calc(var(--vh) - var(--bottom) - var(--sep));border-radius:calc(var(--s)/2 + 2px);background:#fff linear-gradient(180deg,var(--color),var(--color) var(--header),var(--bg) var(--header),var(--bg));box-shadow:0 2px 6px 0 rgba(0,0,0,.5);text-align:left;overflow:hidden;transform:scale3d(0,0,0);opacity:0;transition:max-height .2s ease-out,opacity .4s ease-out,transform 0s linear .3s}[dir=rtl] .joinchat__box{text-align:right}.joinchat--chatbox .joinchat__box{opacity:1;transform:scaleX(1);transition:max-height .2s ease-out,opacity .2s ease-out,transform 0s linear}.joinchat--left .joinchat__box{right:auto;left:0}.joinchat--dark .joinchat__box{background:#1a1a1a linear-gradient(180deg,var(--dark),var(--dark) var(--header),var(--bg) var(--header),var(--bg))}.joinchat__header{display:flex;flex-flow:row;align-items:center;position:relative;flex-shrink:0;height:var(--header);min-height:50px;padding:0 70px 0 26px;margin:0}[dir=rtl] .joinchat__header{padding:0 26px 0 70px}.joinchat__header__text{font-size:19px;font-weight:600;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;opacity:.8}.joinchat__powered{font-size:11px;line-height:18px;color:inherit!important;text-decoration:none!important;fill:currentcolor;opacity:.8}.joinchat__powered svg{display:inline-block;width:auto;height:18px;vertical-align:-30%}.joinchat__powered:active,.joinchat__powered:hover{color:inherit!important;text-decoration:none!important;opacity:.9;filter:drop-shadow(0 1px 3px rgba(0,0,0,.3))}.joinchat__wa{height:28px;width:auto;fill:currentcolor;opacity:.8}.joinchat__close{--size:34px;position:absolute;top:calc(50% - var(--size)/2);right:24px;width:var(--size);height:var(--size);border-radius:50%;background:rgba(0,0,0,.4) url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 24 24'%3E%3Cpath d='M24 2.4 21.6 0 12 9.6 2.4 0 0 2.4 9.6 12 0 21.6 2.4 24l9.6-9.6 9.6 9.6 2.4-2.4-9.6-9.6z'/%3E%3C/svg%3E") 50% no-repeat;background-size:12px;cursor:pointer;transition:background-color .3s ease-out}.joinchat__close:hover{background-color:rgba(0,0,0,.6)}.joinchat__close:active{background-color:rgba(0,0,0,.7)}[dir=rtl] .joinchat__close{right:auto;left:24px}.joinchat__box__scroll{overflow:hidden scroll;overscroll-behavior-y:contain;-webkit-overflow-scrolling:touch}.joinchat__box__scroll::-webkit-scrollbar{width:4px;background:rgb(0 0 0/0)}.joinchat__box__scroll::-webkit-scrollbar-thumb{border-radius:2px;background:rgb(0 0 0/0)}.joinchat--blur .joinchat__box__scroll{background:rgba(var(--rgb)/2%);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.joinchat__box__scroll:hover::-webkit-scrollbar-thumb{background:rgba(0,0,0,.2)}.joinchat__box__content{width:calc(100% + 4px);padding:20px 0 calc(var(--s) + 16px)}.joinchat__optin{padding:0 16px;margin-bottom:16px;color:#4a4a4a;font-size:13px;line-height:1.33}.joinchat__optin a{display:inline;padding:0;color:inherit!important;text-decoration:underline}.joinchat__optin a:hover{text-decoration-thickness:2px}.joinchat__optin input{position:absolute;visibility:hidden}.joinchat__optin label{position:relative;display:block;margin:0;padding:0 0 0 30px;color:inherit;font:inherit;cursor:pointer}.joinchat__optin label:before{content:"";display:block;position:absolute;top:min(50% - 11px,5px);left:0;width:22px;height:22px;border:3px solid var(--color);border-radius:4px;background:#fff;box-shadow:0 0 0 1px var(--text);transition:box-shadow .3s ease-in-out}.joinchat--dark .joinchat__optin label:before{background:#000}.joinchat__optin label:after{content:"";display:none;position:absolute;top:min(50% - 8px,8px);left:8px;width:6px;height:14px;border:solid var(--text);border-width:0 3px 3px 0;transform:rotate(45deg)}[dir=rtl] .joinchat__optin label{padding:0 30px 0 0}[dir=rtl] .joinchat__optin label:before{left:auto;right:0}[dir=rtl] .joinchat__optin label:after{left:auto;right:8px}.joinchat__optin input:checked+label:before{box-shadow:0 0 0 1px var(--text),inset 0 0 0 10px var(--color)}.joinchat__optin input:checked+label:after{display:block}.joinchat--dark .joinchat__optin{color:#d8d8d8}.joinchat{--peak:url(#joinchat__peak_l)}[dir=rtl] .joinchat{--peak:url(#joinchat__peak_r)}.joinchat__message{position:relative;min-height:56px;padding:15px 20px;margin:0 26px 26px;border-radius:26px;background:#fff;color:#4a4a4a;word-break:break-word;filter:drop-shadow(0 1px 2px rgba(0,0,0,.3));transform:translateZ(0)}.joinchat__message:before{content:"";display:block;position:absolute;bottom:18px;left:-15px;width:17px;height:25px;background:inherit;-webkit-clip-path:var(--peak);clip-path:var(--peak)}[dir=rtl] .joinchat__message:before{left:auto;right:-15px}.joinchat--dark .joinchat__message{background:#505050;color:#d8d8d8}@keyframes joinchat_show{0%{transform:scale3d(0,0,0)}to{transform:scaleX(1)}}@keyframes joinchat_badge_in{0%{opacity:0;transform:translate3d(0,50px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes joinchat_badge_out{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(0,-20px,0)}}@keyframes joinchat_plain{0%,50%,to{stroke-dashoffset:1097}5%,45%{stroke-dashoffset:0}}@keyframes joinchat_chat{0%,50%,to{stroke-dashoffset:1020}5%,45%{stroke-dashoffset:0}}@keyframes joinchat_image_loop{0%{opacity:0}3%,20%{opacity:1}25%,to{opacity:0}}@keyframes joinchat_tootlip{0%{opacity:0;transform:scaleY(0)}1%,20%{opacity:1;transform:scaleX(1)}25%,to{opacity:0;transform:scaleX(1)}}.joinchat__woo-btn__wrapper{clear:both}.joinchat__woo-btn{--s:40px;display:inline-block;box-sizing:border-box;height:var(--s);max-width:100%;padding:0 calc(var(--s)/2) 0 var(--s);background:#25d366 var(--joinchat-ico) calc(var(--s)*0.2) 50% no-repeat;background-size:calc(var(--s)*0.6);color:#fff;border-radius:calc(var(--s)/2);font:700 normal calc(var(--s)*0.35)/var(--s) var(--joinchat-font);white-space:nowrap;text-overflow:ellipsis;overflow:hidden;cursor:pointer;transition:background-color .2s}.joinchat__woo-btn:empty{padding-right:0}.joinchat__woo-btn:hover{background-color:#128c7e}@media (orientation:landscape) and (height >= 481px),(orientation:portrait) and (width >= 481px){.joinchat--mobile{display:none!important}}@media (width <= 767px){.joinchat--footer-bar{--bottom:76px!important}}@media (orientation:landscape) and (height <= 480px),(width <= 480px){.joinchat{--bottom:6px;--sep:6px;--header:calc(var(--s)*0.91667)}.joinchat__header__text{font-size:17px}.joinchat__close{--size:28px}.joinchat__box__scroll{padding-top:15px}.joinchat__message{padding:18px 16px;line-height:24px;margin:0 20px 20px}}@media (hover:hover){.joinchat__button:hover .joinchat__tooltip{opacity:1;animation:none;transition:opacity .2s}.joinchat--btn .joinchat__button:hover .joinchat__qr,.joinchat--chatbox .joinchat__button:hover .joinchat__qr{display:flex}}@media (prefers-color-scheme:dark){.joinchat--dark-auto{--msg:var(--dark)}.joinchat--dark-auto .joinchat__box{background:#1a1a1a linear-gradient(180deg,var(--dark),var(--dark) var(--header),var(--bg) var(--header),var(--bg))}.joinchat--dark-auto .joinchat__optin label:before{background:#000}.joinchat--dark-auto .joinchat__optin{color:#d8d8d8}.joinchat--dark-auto .joinchat__message{background:#505050;color:#d8d8d8}}@media (prefers-reduced-motion){.joinchat{animation:none}.joinchat__button__send .joinchat_svg__plain{stroke-dasharray:0;animation:none}.joinchat__button__send .joinchat_svg__chat{animation:none}.joinchat__button__sendtext{transition:none!important}}.hidden {
display: none !important;
visibility: hidden !important;
}
.woocommerce div.product .cart.variations_form .variable:not(.type-select) .arrow,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .variable:not(.type-select) .arrow,
.woocommerce div.product .woosb-product .variations_form .variable:not(.type-select) .arrow,
.woocommerce:not(.archive) li.product .cart.variations_form .variable:not(.type-select) .arrow,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .variable:not(.type-select) .arrow,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .variable:not(.type-select) .arrow,
.woocommerce.archive .cart.variations_form .variable:not(.type-select) .arrow,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .variable:not(.type-select) .arrow,
.woocommerce.archive .woosb-product .variations_form .variable:not(.type-select) .arrow,
.wc-product-table-wrapper .cart.variations_form .variable:not(.type-select) .arrow,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .variable:not(.type-select) .arrow,
.wc-product-table-wrapper .woosb-product .variations_form .variable:not(.type-select) .arrow,
.woocommerce.single-product .cart.variations_form .variable:not(.type-select) .arrow,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .variable:not(.type-select) .arrow,
.woocommerce.single-product .woosb-product .variations_form .variable:not(.type-select) .arrow {
display: none !important;
}
.woocommerce div.product .cart.variations_form .variable:not(.type-select) .line-hover:after,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .variable:not(.type-select) .line-hover:after,
.woocommerce div.product .woosb-product .variations_form .variable:not(.type-select) .line-hover:after,
.woocommerce:not(.archive) li.product .cart.variations_form .variable:not(.type-select) .line-hover:after,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .variable:not(.type-select) .line-hover:after,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .variable:not(.type-select) .line-hover:after,
.woocommerce.archive .cart.variations_form .variable:not(.type-select) .line-hover:after,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .variable:not(.type-select) .line-hover:after,
.woocommerce.archive .woosb-product .variations_form .variable:not(.type-select) .line-hover:after,
.wc-product-table-wrapper .cart.variations_form .variable:not(.type-select) .line-hover:after,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .variable:not(.type-select) .line-hover:after,
.wc-product-table-wrapper .woosb-product .variations_form .variable:not(.type-select) .line-hover:after,
.woocommerce.single-product .cart.variations_form .variable:not(.type-select) .line-hover:after,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .variable:not(.type-select) .line-hover:after,
.woocommerce.single-product .woosb-product .variations_form .variable:not(.type-select) .line-hover:after {
content: none;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches,
.woocommerce.archive .cart.variations_form .tawcvs-swatches,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches {
padding: 5px;
display: inline-flex !important;
flex-wrap: wrap;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more {
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
width: 30px;
height: 30px;
line-height: 28px;
text-align: center;
cursor: pointer;
position: relative;
white-space: nowrap;
margin: 0 10px;
padding: 2px 5px;
display: inline-flex;
align-items: center;
justify-content: center;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch:after, .woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch:before,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more:after,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:after,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:before,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:after,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch:after,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch:before,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:after,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch:after,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch:before,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more:after,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:after,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:before,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:after,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch:after,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch:before,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:after,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch:after,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch:before,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more:after,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:after,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:before,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:after,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch:after,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch:before,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:after,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:before,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch:after,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch:before,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more:after,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more:before,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:after,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:before,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:after,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:before,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch:after,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch:before,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:after,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch:after,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch:before,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more:after,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:after,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:before,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:after,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch:after,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch:before,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:after,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:before {
display: block !important;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.swatch-color,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-color,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-color,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-color,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-color,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-color,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.swatch-color,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-color,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-color,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-color,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-color,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-color,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.swatch-color,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-color,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-color,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-color,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-color,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-color,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.swatch-color,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-color,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-color,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-color,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-color,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-color,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.swatch-color,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-color,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-color,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-color,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-color,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-color {
text-indent: -9999em;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.swatch-color.selected:after,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-color.selected:after,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-color.selected:after,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-color.selected:after,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-color.selected:after,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-color.selected:after,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.swatch-color.selected:after,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-color.selected:after,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-color.selected:after,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-color.selected:after,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-color.selected:after,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-color.selected:after,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.swatch-color.selected:after,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-color.selected:after,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-color.selected:after,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-color.selected:after,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-color.selected:after,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-color.selected:after,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.swatch-color.selected:after,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-color.selected:after,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-color.selected:after,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-color.selected:after,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-color.selected:after,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-color.selected:after,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.swatch-color.selected:after,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-color.selected:after,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-color.selected:after,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-color.selected:after,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-color.selected:after,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-color.selected:after {
-webkit-transform: translate(-50%, -50%) rotate(45deg);
-moz-transform: translate(-50%, -50%) rotate(45deg);
transform: translate(-50%, -50%) rotate(45deg);
content: "";
width: 6px;
height: 10px;
display: block;
border: solid #eee;
border-width: 0 2px 2px 0;
border-radius: 0;
position: absolute;
top: 50%;
left: 50%;
margin: -2px -2px 0 0;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch:not(.swatch-color),
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more:not(.swatch-color),
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:not(.swatch-color),
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:not(.swatch-color),
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch:not(.swatch-color),
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:not(.swatch-color),
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch:not(.swatch-color),
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more:not(.swatch-color),
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:not(.swatch-color),
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:not(.swatch-color),
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch:not(.swatch-color),
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:not(.swatch-color),
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch:not(.swatch-color),
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more:not(.swatch-color),
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:not(.swatch-color),
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:not(.swatch-color),
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch:not(.swatch-color),
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:not(.swatch-color),
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch:not(.swatch-color),
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more:not(.swatch-color),
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:not(.swatch-color),
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:not(.swatch-color),
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch:not(.swatch-color),
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:not(.swatch-color),
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch:not(.swatch-color),
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more:not(.swatch-color),
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:not(.swatch-color),
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:not(.swatch-color),
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch:not(.swatch-color),
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:not(.swatch-color) {
background-color: #f1f1f1;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.swatch-label,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-label,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-label,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-label,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-label,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-label,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.swatch-label,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-label,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-label,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-label,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-label,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-label,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.swatch-label,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-label,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-label,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-label,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-label,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-label,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.swatch-label,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-label,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-label,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-label,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-label,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-label,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.swatch-label,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-label,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-label,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-label,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-label,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-label {
font-size: 14px;
min-width: max-content;
width: auto;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.swatch-image,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-image,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-image,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-image,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-image,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-image,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.swatch-image,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-image,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-image,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-image,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-image,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-image,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.swatch-image,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-image,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-image,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-image,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-image,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-image,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.swatch-image,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-image,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-image,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-image,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-image,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-image,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.swatch-image,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-image,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-image,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-image,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-image,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-image {
font-size: 0;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.swatch-image .swatch__tooltip,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-image .swatch__tooltip,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-image .swatch__tooltip,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-image .swatch__tooltip,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-image .swatch__tooltip,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-image .swatch__tooltip,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.swatch-image .swatch__tooltip,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-image .swatch__tooltip,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-image .swatch__tooltip,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-image .swatch__tooltip,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-image .swatch__tooltip,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-image .swatch__tooltip,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.swatch-image .swatch__tooltip,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-image .swatch__tooltip,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-image .swatch__tooltip,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-image .swatch__tooltip,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-image .swatch__tooltip,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-image .swatch__tooltip,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.swatch-image .swatch__tooltip,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-image .swatch__tooltip,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-image .swatch__tooltip,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-image .swatch__tooltip,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-image .swatch__tooltip,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-image .swatch__tooltip,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.swatch-image .swatch__tooltip,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-image .swatch__tooltip,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-image .swatch__tooltip,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-image .swatch__tooltip,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-image .swatch__tooltip,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-image .swatch__tooltip {
font-size: 14px;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-circle,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-circle,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-circle,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-circle,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-circle,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle {
-webkit-border-radius: 50% !important;
-moz-border-radius: 50% !important;
border-radius: 50% !important;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle img,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle img,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle img,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle img,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-circle img,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle img,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle img,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle img,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle img,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle img,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-circle img,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle img,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle img,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle img,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle img,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle img,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-circle img,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle img,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle img,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle img,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle img,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle img,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-circle img,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle img,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle img,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle img,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle img,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle img,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-circle img,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle img {
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle:before,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle:before,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle:before,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle:before,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-circle:before,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle:before,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle:before,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle:before,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle:before,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle:before,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-circle:before,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle:before,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle:before,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle:before,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle:before,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle:before,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-circle:before,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle:before,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle:before,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle:before,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle:before,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle:before,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-circle:before,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle:before,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle:before,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle:before,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-circle:before,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle:before,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-circle:before,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-circle:before {
border-radius: 50%;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-rounded,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-rounded,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-rounded,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-rounded,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-rounded,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded {
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded img,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded img,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded img,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded img,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-rounded img,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded img,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded img,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded img,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded img,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded img,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-rounded img,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded img,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded img,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded img,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded img,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded img,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-rounded img,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded img,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded img,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded img,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded img,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded img,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-rounded img,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded img,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded img,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded img,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded img,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded img,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-rounded img,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded img {
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded:before,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded:before,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded:before,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded:before,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-rounded:before,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded:before,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded:before,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded:before,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded:before,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded:before,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-rounded:before,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded:before,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded:before,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded:before,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded:before,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded:before,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-rounded:before,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded:before,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded:before,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded:before,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded:before,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded:before,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-rounded:before,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded:before,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded:before,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded:before,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-rounded:before,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded:before,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-rounded:before,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-rounded:before {
border-radius: 8px;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-edge,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-edge,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-edge,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-edge,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-edge,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge img,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge img,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge img,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge img,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-edge img,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge img,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge img,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge img,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge img,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge img,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-edge img,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge img,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge img,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge img,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge img,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge img,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-edge img,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge img,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge img,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge img,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge img,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge img,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-edge img,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge img,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge img,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge img,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge img,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge img,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-edge img,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge img {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge:before,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge:before,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge:before,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge:before,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-edge:before,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge:before,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge:before,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge:before,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge:before,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge:before,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-edge:before,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge:before,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge:before,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge:before,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge:before,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge:before,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-edge:before,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge:before,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge:before,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge:before,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge:before,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge:before,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-edge:before,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge:before,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge:before,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge:before,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.swatch-shape-edge:before,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge:before,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.swatch-shape-edge:before,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.swatch-shape-edge:before {
border-radius: 0;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.disabled, .woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.disabled,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.disabled,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.disabled,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.disabled,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.disabled,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.disabled,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.disabled,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.disabled,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.disabled,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.disabled,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.disabled,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.disabled,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.disabled,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.disabled,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.disabled,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.disabled,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.disabled,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.disabled,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.disabled,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.disabled,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.disabled,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.disabled,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.disabled,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.disabled,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.disabled,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.disabled,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.disabled,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.disabled,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.disabled,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable {
cursor: default;
opacity: 0.4 !important;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.disabled .swatch__tooltip, .woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable .swatch__tooltip,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.disabled .swatch__tooltip,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable .swatch__tooltip,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.disabled .swatch__tooltip,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable .swatch__tooltip,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.disabled .swatch__tooltip,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable .swatch__tooltip,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.disabled .swatch__tooltip,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.woosuite-selectable .swatch__tooltip,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.disabled .swatch__tooltip,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable .swatch__tooltip,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.disabled .swatch__tooltip,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable .swatch__tooltip,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.disabled .swatch__tooltip,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable .swatch__tooltip,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.disabled .swatch__tooltip,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable .swatch__tooltip,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.disabled .swatch__tooltip,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable .swatch__tooltip,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.disabled .swatch__tooltip,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.woosuite-selectable .swatch__tooltip,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.disabled .swatch__tooltip,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable .swatch__tooltip,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.disabled .swatch__tooltip,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable .swatch__tooltip,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.disabled .swatch__tooltip,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable .swatch__tooltip,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.disabled .swatch__tooltip,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable .swatch__tooltip,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.disabled .swatch__tooltip,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable .swatch__tooltip,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.disabled .swatch__tooltip,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.woosuite-selectable .swatch__tooltip,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.disabled .swatch__tooltip,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable .swatch__tooltip,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.disabled .swatch__tooltip,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable .swatch__tooltip,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.disabled .swatch__tooltip,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable .swatch__tooltip,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.disabled .swatch__tooltip,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable .swatch__tooltip,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.disabled .swatch__tooltip,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable .swatch__tooltip,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.disabled .swatch__tooltip,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.woosuite-selectable .swatch__tooltip,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.disabled .swatch__tooltip,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable .swatch__tooltip,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.disabled .swatch__tooltip,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable .swatch__tooltip,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.disabled .swatch__tooltip,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable .swatch__tooltip,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.disabled .swatch__tooltip,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable .swatch__tooltip,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.disabled .swatch__tooltip,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable .swatch__tooltip,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.disabled .swatch__tooltip,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.woosuite-selectable .swatch__tooltip,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.disabled .swatch__tooltip,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable .swatch__tooltip {
display: none;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.woosuite-selectable,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.woosuite-selectable {
cursor: pointer;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch:first-child,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more:first-child,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:first-child,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:first-child,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch:first-child,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:first-child,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch:first-child,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more:first-child,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:first-child,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:first-child,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch:first-child,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:first-child,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch:first-child,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more:first-child,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:first-child,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:first-child,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch:first-child,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:first-child,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch:first-child,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more:first-child,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:first-child,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:first-child,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch:first-child,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:first-child,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch:first-child,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more:first-child,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:first-child,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:first-child,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch:first-child,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:first-child {
margin-left: 0;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch:last-child,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more:last-child,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:last-child,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:last-child,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch:last-child,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:last-child,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch:last-child,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more:last-child,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:last-child,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:last-child,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch:last-child,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:last-child,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch:last-child,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more:last-child,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:last-child,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:last-child,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch:last-child,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:last-child,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch:last-child,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more:last-child,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:last-child,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:last-child,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch:last-child,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:last-child,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch:last-child,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more:last-child,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:last-child,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:last-child,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch:last-child,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:last-child {
margin-right: 0;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch:before,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:before,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch:before,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch:before,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:before,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch:before,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch:before,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:before,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch:before,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:before,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch:before,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more:before,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:before,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:before,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch:before,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch:before,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:before,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch:before,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more:before {
content: "";
position: absolute;
left: -4px;
top: -4px;
right: -4px;
bottom: -4px;
border: 1px solid #ddd;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.selected,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.selected,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.selected,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.selected,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.selected,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.selected,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.selected,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.selected,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.selected,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.selected,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.selected,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.selected,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.selected,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.selected,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.selected,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.selected,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.selected,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.selected,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.selected,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.selected,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.selected,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.selected,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.selected,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.selected,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.selected,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.selected,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.selected,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.selected,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.selected,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.selected {
border-color: transparent;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.selected:before,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.selected:before,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.selected:before,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.selected:before,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.selected:before,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.selected:before,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.selected:before,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.selected:before,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.selected:before,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.selected:before,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.selected:before,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.selected:before,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.selected:before,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.selected:before,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.selected:before,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.selected:before,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.selected:before,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.selected:before,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.selected:before,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.selected:before,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.selected:before,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.selected:before,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.selected:before,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.selected:before,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.selected:before,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.selected:before,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.selected:before,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.selected:before,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.selected:before,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.selected:before {
border-color: #674399;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.selected:after,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.selected:after,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.selected:after,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.selected:after,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.selected:after,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.selected:after,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.selected:after,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.selected:after,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.selected:after,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.selected:after,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.selected:after,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.selected:after,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.selected:after,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.selected:after,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.selected:after,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.selected:after,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.selected:after,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.selected:after,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.selected:after,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.selected:after,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.selected:after,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.selected:after,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.selected:after,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.selected:after,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.selected:after,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.selected:after,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.selected:after,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.selected:after,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.selected:after,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.selected:after {
content: none;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch.selected.swatch-label,
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-show-more.selected.swatch-label,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.selected.swatch-label,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.selected.swatch-label,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch.selected.swatch-label,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.selected.swatch-label,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch.selected.swatch-label,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-show-more.selected.swatch-label,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.selected.swatch-label,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.selected.swatch-label,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch.selected.swatch-label,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.selected.swatch-label,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch.selected.swatch-label,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-show-more.selected.swatch-label,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.selected.swatch-label,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.selected.swatch-label,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch.selected.swatch-label,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.selected.swatch-label,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch.selected.swatch-label,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-show-more.selected.swatch-label,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.selected.swatch-label,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.selected.swatch-label,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch.selected.swatch-label,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.selected.swatch-label,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch.selected.swatch-label,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-show-more.selected.swatch-label,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch.selected.swatch-label,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-show-more.selected.swatch-label,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch.selected.swatch-label,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-show-more.selected.swatch-label {
border-bottom: none !important;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch__tooltip,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch__tooltip,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch__tooltip,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch__tooltip,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch__tooltip,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch__tooltip,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch__tooltip,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch__tooltip,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch__tooltip,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch__tooltip,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch__tooltip,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch__tooltip,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch__tooltip,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch__tooltip,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch__tooltip {
-webkit-transform: translate(-50%, -100%);
-moz-transform: translate(-50%, -100%);
transform: translate(-50%, -100%);
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
position: absolute;
left: 50%;
top: 0;
background: #333;
z-index: 2;
color: #fff;
margin: -15px 0 0 0;
padding: 5px 10px;
text-indent: initial;
font-size: 14px;
font-weight: 500;
opacity: 0;
visibility: hidden;
user-select: none;
display: inline-block;
word-break: break-all;
white-space: normal;
min-width: max-content;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch__tooltip:after,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch__tooltip:after,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch__tooltip:after,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch__tooltip:after,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch__tooltip:after,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch__tooltip:after,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch__tooltip:after,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch__tooltip:after,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch__tooltip:after,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch__tooltip:after,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch__tooltip:after,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch__tooltip:after,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch__tooltip:after,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch__tooltip:after,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch__tooltip:after {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
transform: rotate(45deg);
content: "";
position: absolute;
width: 12px;
height: 12px;
background: #333;
bottom: -4px;
left: 50%;
margin-left: -6px;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-radio .swatch__tooltip,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-radio .swatch__tooltip,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-radio .swatch__tooltip,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-radio .swatch__tooltip,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-radio .swatch__tooltip,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-radio .swatch__tooltip,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-radio .swatch__tooltip,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-radio .swatch__tooltip,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-radio .swatch__tooltip,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-radio .swatch__tooltip,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-radio .swatch__tooltip,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-radio .swatch__tooltip,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-radio .swatch__tooltip,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-radio .swatch__tooltip,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-radio .swatch__tooltip {
left: 10% !important;
top: 10px;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch-item-wrapper,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-item-wrapper,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch-item-wrapper,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch-item-wrapper,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-item-wrapper,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch-item-wrapper,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch-item-wrapper,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-item-wrapper,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch-item-wrapper,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch-item-wrapper,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-item-wrapper,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch-item-wrapper,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch-item-wrapper,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch-item-wrapper,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch-item-wrapper {
position: relative;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches .swatch:hover + .swatch__tooltip,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:hover + .swatch__tooltip,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches .swatch:hover + .swatch__tooltip,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches .swatch:hover + .swatch__tooltip,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:hover + .swatch__tooltip,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches .swatch:hover + .swatch__tooltip,
.woocommerce.archive .cart.variations_form .tawcvs-swatches .swatch:hover + .swatch__tooltip,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:hover + .swatch__tooltip,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches .swatch:hover + .swatch__tooltip,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches .swatch:hover + .swatch__tooltip,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:hover + .swatch__tooltip,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches .swatch:hover + .swatch__tooltip,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches .swatch:hover + .swatch__tooltip,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches .swatch:hover + .swatch__tooltip,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches .swatch:hover + .swatch__tooltip {
opacity: 1;
visibility: visible;
user-select: auto;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled,
.woocommerce div.product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable,
.woocommerce.archive .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled,
.woocommerce.archive .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable {
position: relative;
background: rgba(51, 51, 51, 0.3411764706);
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled img,
.woocommerce div.product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable img,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled img,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable img,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled img,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable img,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled img,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable img,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled img,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable img,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled img,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable img,
.woocommerce.archive .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled img,
.woocommerce.archive .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable img,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled img,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable img,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled img,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable img,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled img,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable img,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled img,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable img,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled img,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable img,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled img,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable img,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled img,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable img,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled img,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable img {
opacity: 0.5;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled:after,
.woocommerce div.product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable:after,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled:after,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable:after,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled:after,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable:after,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled:after,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable:after,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled:after,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable:after,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled:after,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable:after,
.woocommerce.archive .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled:after,
.woocommerce.archive .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable:after,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled:after,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable:after,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled:after,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable:after,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled:after,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable:after,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled:after,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable:after,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled:after,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable:after,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled:after,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable:after,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled:after,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable:after,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled:after,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable:after {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
border: none;
border-radius: 0;
background: linear-gradient(to top left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) calc(50% - 0.8px), rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0) calc(50% + 0.8px), rgba(0, 0, 0, 0) 100%), linear-gradient(to top right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) calc(50% - 0.8px), rgb(0, 0, 0) 50%, rgba(0, 0, 0, 0) calc(50% + 0.8px), rgba(0, 0, 0, 0) 100%);
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-rounded:after,
.woocommerce div.product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-rounded:after,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-rounded:after,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-rounded:after,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-rounded:after,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-rounded:after,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-rounded:after,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-rounded:after,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-rounded:after,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-rounded:after,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-rounded:after,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-rounded:after,
.woocommerce.archive .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-rounded:after,
.woocommerce.archive .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-rounded:after,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-rounded:after,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-rounded:after,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-rounded:after,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-rounded:after,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-rounded:after,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-rounded:after,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-rounded:after,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-rounded:after,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-rounded:after,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-rounded:after,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-rounded:after,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-rounded:after,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-rounded:after,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-rounded:after,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-rounded:after,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-rounded:after {
border-radius: 8px;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-circle:after,
.woocommerce div.product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-circle:after,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-circle:after,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-circle:after,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-circle:after,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-circle:after,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-circle:after,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-circle:after,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-circle:after,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-circle:after,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-circle:after,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-circle:after,
.woocommerce.archive .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-circle:after,
.woocommerce.archive .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-circle:after,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-circle:after,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-circle:after,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-circle:after,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-circle:after,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-circle:after,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-circle:after,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-circle:after,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-circle:after,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-circle:after,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-circle:after,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-circle:after,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-circle:after,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-circle:after,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-circle:after,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.disabled.swatch-shape-circle:after,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches.oss-blur-with-cross .swatch.woosuite-selectable.swatch-shape-circle:after {
border-radius: 50%;
}
.woocommerce div.product .cart.variations_form .tawcvs-swatches.oss-hide .swatch.disabled,
.woocommerce div.product .cart.variations_form .tawcvs-swatches.oss-hide .swatch.woosuite-selectable,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-hide .swatch.disabled,
.woocommerce div.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-hide .swatch.woosuite-selectable,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches.oss-hide .swatch.disabled,
.woocommerce div.product .woosb-product .variations_form .tawcvs-swatches.oss-hide .swatch.woosuite-selectable,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches.oss-hide .swatch.disabled,
.woocommerce:not(.archive) li.product .cart.variations_form .tawcvs-swatches.oss-hide .swatch.woosuite-selectable,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-hide .swatch.disabled,
.woocommerce:not(.archive) li.product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-hide .swatch.woosuite-selectable,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches.oss-hide .swatch.disabled,
.woocommerce:not(.archive) li.product .woosb-product .variations_form .tawcvs-swatches.oss-hide .swatch.woosuite-selectable,
.woocommerce.archive .cart.variations_form .tawcvs-swatches.oss-hide .swatch.disabled,
.woocommerce.archive .cart.variations_form .tawcvs-swatches.oss-hide .swatch.woosuite-selectable,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-hide .swatch.disabled,
.woocommerce.archive .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-hide .swatch.woosuite-selectable,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches.oss-hide .swatch.disabled,
.woocommerce.archive .woosb-product .variations_form .tawcvs-swatches.oss-hide .swatch.woosuite-selectable,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches.oss-hide .swatch.disabled,
.wc-product-table-wrapper .cart.variations_form .tawcvs-swatches.oss-hide .swatch.woosuite-selectable,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-hide .swatch.disabled,
.wc-product-table-wrapper .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-hide .swatch.woosuite-selectable,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches.oss-hide .swatch.disabled,
.wc-product-table-wrapper .woosb-product .variations_form .tawcvs-swatches.oss-hide .swatch.woosuite-selectable,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches.oss-hide .swatch.disabled,
.woocommerce.single-product .cart.variations_form .tawcvs-swatches.oss-hide .swatch.woosuite-selectable,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-hide .swatch.disabled,
.woocommerce.single-product .bundled_item_cart_content.cart.variations_form .tawcvs-swatches.oss-hide .swatch.woosuite-selectable,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches.oss-hide .swatch.disabled,
.woocommerce.single-product .woosb-product .variations_form .tawcvs-swatches.oss-hide .swatch.woosuite-selectable {
display: none !important;
}
.swatch-align-left .variations {
text-align: left;
}
.swatch-align-left .variations img, .swatch-align-left .variations select, .swatch-align-left .variations .value {
text-align: left;
}
.swatch-align-center .variations {
text-align: center;
}
.swatch-align-center .variations img, .swatch-align-center .variations select, .swatch-align-center .variations .value {
text-align: center;
}
.related.products .swatch-align-center .variations .label {
display: none;
}
.swatch-align-right .variations {
text-align: right;
}
.swatch-align-right .variations img, .swatch-align-right .variations select, .swatch-align-right .variations .value {
text-align: right;
}
.variations .reset_variations {
display: none;
} .woocommerce.theme-sober div.product form.cart.variations_form .variations .variable {
width: 90%;
}
@media (max-width: 768px) {
.woocommerce.theme-sober div.product form.cart.variations_form .variations .variable {
width: 100%;
}
}
.woocommerce.theme-sober div.product form.cart.variations_form .line-hover {
cursor: default;
}
.woocommerce.theme-sober div.product form.cart.variations_form .tawcvs-swatches .swatch-item-wrapper .swatch-image {
text-align: center;
}
.woocommerce.theme-sober div.product form.cart.variations_form .tawcvs-swatches .swatch-item-wrapper .swatch-image img {
width: 100%;
height: auto;
}
table.variations {
overflow: visible !important;
}
table.variations .label {
margin-bottom: 10px;
}
.swatch-radio {
width: 100%;
}
.swatch-radio input[type=radio] {
width: auto !important;
height: auto !important;
}.margin-top-1 {
margin-top: 1px !important;
}
.margin-left-1 {
margin-left: 1px !important;
}
.margin-bottom-1 {
margin-bottom: 1px !important;
}
.margin-right-1 {
margin-right: 1px !important;
}
.margin-top-2 {
margin-top: 2px !important;
}
.margin-left-2 {
margin-left: 2px !important;
}
.margin-bottom-2 {
margin-bottom: 2px !important;
}
.margin-right-2 {
margin-right: 2px !important;
}
.margin-top-3 {
margin-top: 3px !important;
}
.margin-left-3 {
margin-left: 3px !important;
}
.margin-bottom-3 {
margin-bottom: 3px !important;
}
.margin-right-3 {
margin-right: 3px !important;
}
.margin-top-4 {
margin-top: 4px !important;
}
.margin-left-4 {
margin-left: 4px !important;
}
.margin-bottom-4 {
margin-bottom: 4px !important;
}
.margin-right-4 {
margin-right: 4px !important;
}
.margin-top-5 {
margin-top: 5px !important;
}
.margin-left-5 {
margin-left: 5px !important;
}
.margin-bottom-5 {
margin-bottom: 5px !important;
}
.margin-right-5 {
margin-right: 5px !important;
}
.margin-top-6 {
margin-top: 6px !important;
}
.margin-left-6 {
margin-left: 6px !important;
}
.margin-bottom-6 {
margin-bottom: 6px !important;
}
.margin-right-6 {
margin-right: 6px !important;
}
.margin-top-7 {
margin-top: 7px !important;
}
.margin-left-7 {
margin-left: 7px !important;
}
.margin-bottom-7 {
margin-bottom: 7px !important;
}
.margin-right-7 {
margin-right: 7px !important;
}
.margin-top-8 {
margin-top: 8px !important;
}
.margin-left-8 {
margin-left: 8px !important;
}
.margin-bottom-8 {
margin-bottom: 8px !important;
}
.margin-right-8 {
margin-right: 8px !important;
}
.margin-top-9 {
margin-top: 9px !important;
}
.margin-left-9 {
margin-left: 9px !important;
}
.margin-bottom-9 {
margin-bottom: 9px !important;
}
.margin-right-9 {
margin-right: 9px !important;
}
.margin-top-10 {
margin-top: 10px !important;
}
.margin-left-10 {
margin-left: 10px !important;
}
.margin-bottom-10 {
margin-bottom: 10px !important;
}
.margin-right-10 {
margin-right: 10px !important;
}
.margin-top-11 {
margin-top: 11px !important;
}
.margin-left-11 {
margin-left: 11px !important;
}
.margin-bottom-11 {
margin-bottom: 11px !important;
}
.margin-right-11 {
margin-right: 11px !important;
}
.margin-top-12 {
margin-top: 12px !important;
}
.margin-left-12 {
margin-left: 12px !important;
}
.margin-bottom-12 {
margin-bottom: 12px !important;
}
.margin-right-12 {
margin-right: 12px !important;
}
.margin-top-13 {
margin-top: 13px !important;
}
.margin-left-13 {
margin-left: 13px !important;
}
.margin-bottom-13 {
margin-bottom: 13px !important;
}
.margin-right-13 {
margin-right: 13px !important;
}
.margin-top-14 {
margin-top: 14px !important;
}
.margin-left-14 {
margin-left: 14px !important;
}
.margin-bottom-14 {
margin-bottom: 14px !important;
}
.margin-right-14 {
margin-right: 14px !important;
}
.margin-top-15 {
margin-top: 15px !important;
}
.margin-left-15 {
margin-left: 15px !important;
}
.margin-bottom-15 {
margin-bottom: 15px !important;
}
.margin-right-15 {
margin-right: 15px !important;
}
.margin-top-16 {
margin-top: 16px !important;
}
.margin-left-16 {
margin-left: 16px !important;
}
.margin-bottom-16 {
margin-bottom: 16px !important;
}
.margin-right-16 {
margin-right: 16px !important;
}
.margin-top-17 {
margin-top: 17px !important;
}
.margin-left-17 {
margin-left: 17px !important;
}
.margin-bottom-17 {
margin-bottom: 17px !important;
}
.margin-right-17 {
margin-right: 17px !important;
}
.margin-top-18 {
margin-top: 18px !important;
}
.margin-left-18 {
margin-left: 18px !important;
}
.margin-bottom-18 {
margin-bottom: 18px !important;
}
.margin-right-18 {
margin-right: 18px !important;
}
.margin-top-19 {
margin-top: 19px !important;
}
.margin-left-19 {
margin-left: 19px !important;
}
.margin-bottom-19 {
margin-bottom: 19px !important;
}
.margin-right-19 {
margin-right: 19px !important;
}
.margin-top-20 {
margin-top: 20px !important;
}
.margin-left-20 {
margin-left: 20px !important;
}
.margin-bottom-20 {
margin-bottom: 20px !important;
}
.margin-right-20 {
margin-right: 20px !important;
}
.margin-top-21 {
margin-top: 21px !important;
}
.margin-left-21 {
margin-left: 21px !important;
}
.margin-bottom-21 {
margin-bottom: 21px !important;
}
.margin-right-21 {
margin-right: 21px !important;
}
.margin-top-22 {
margin-top: 22px !important;
}
.margin-left-22 {
margin-left: 22px !important;
}
.margin-bottom-22 {
margin-bottom: 22px !important;
}
.margin-right-22 {
margin-right: 22px !important;
}
.margin-top-23 {
margin-top: 23px !important;
}
.margin-left-23 {
margin-left: 23px !important;
}
.margin-bottom-23 {
margin-bottom: 23px !important;
}
.margin-right-23 {
margin-right: 23px !important;
}
.margin-top-24 {
margin-top: 24px !important;
}
.margin-left-24 {
margin-left: 24px !important;
}
.margin-bottom-24 {
margin-bottom: 24px !important;
}
.margin-right-24 {
margin-right: 24px !important;
}
.margin-top-25 {
margin-top: 25px !important;
}
.margin-left-25 {
margin-left: 25px !important;
}
.margin-bottom-25 {
margin-bottom: 25px !important;
}
.margin-right-25 {
margin-right: 25px !important;
}
.margin-top-26 {
margin-top: 26px !important;
}
.margin-left-26 {
margin-left: 26px !important;
}
.margin-bottom-26 {
margin-bottom: 26px !important;
}
.margin-right-26 {
margin-right: 26px !important;
}
.margin-top-27 {
margin-top: 27px !important;
}
.margin-left-27 {
margin-left: 27px !important;
}
.margin-bottom-27 {
margin-bottom: 27px !important;
}
.margin-right-27 {
margin-right: 27px !important;
}
.margin-top-28 {
margin-top: 28px !important;
}
.margin-left-28 {
margin-left: 28px !important;
}
.margin-bottom-28 {
margin-bottom: 28px !important;
}
.margin-right-28 {
margin-right: 28px !important;
}
.margin-top-29 {
margin-top: 29px !important;
}
.margin-left-29 {
margin-left: 29px !important;
}
.margin-bottom-29 {
margin-bottom: 29px !important;
}
.margin-right-29 {
margin-right: 29px !important;
}
.margin-top-30 {
margin-top: 30px !important;
}
.margin-left-30 {
margin-left: 30px !important;
}
.margin-bottom-30 {
margin-bottom: 30px !important;
}
.margin-right-30 {
margin-right: 30px !important;
}
.margin-top-31 {
margin-top: 31px !important;
}
.margin-left-31 {
margin-left: 31px !important;
}
.margin-bottom-31 {
margin-bottom: 31px !important;
}
.margin-right-31 {
margin-right: 31px !important;
}
.margin-top-32 {
margin-top: 32px !important;
}
.margin-left-32 {
margin-left: 32px !important;
}
.margin-bottom-32 {
margin-bottom: 32px !important;
}
.margin-right-32 {
margin-right: 32px !important;
}
.margin-top-33 {
margin-top: 33px !important;
}
.margin-left-33 {
margin-left: 33px !important;
}
.margin-bottom-33 {
margin-bottom: 33px !important;
}
.margin-right-33 {
margin-right: 33px !important;
}
.margin-top-34 {
margin-top: 34px !important;
}
.margin-left-34 {
margin-left: 34px !important;
}
.margin-bottom-34 {
margin-bottom: 34px !important;
}
.margin-right-34 {
margin-right: 34px !important;
}
.margin-top-35 {
margin-top: 35px !important;
}
.margin-left-35 {
margin-left: 35px !important;
}
.margin-bottom-35 {
margin-bottom: 35px !important;
}
.margin-right-35 {
margin-right: 35px !important;
}
.margin-top-36 {
margin-top: 36px !important;
}
.margin-left-36 {
margin-left: 36px !important;
}
.margin-bottom-36 {
margin-bottom: 36px !important;
}
.margin-right-36 {
margin-right: 36px !important;
}
.margin-top-37 {
margin-top: 37px !important;
}
.margin-left-37 {
margin-left: 37px !important;
}
.margin-bottom-37 {
margin-bottom: 37px !important;
}
.margin-right-37 {
margin-right: 37px !important;
}
.margin-top-38 {
margin-top: 38px !important;
}
.margin-left-38 {
margin-left: 38px !important;
}
.margin-bottom-38 {
margin-bottom: 38px !important;
}
.margin-right-38 {
margin-right: 38px !important;
}
.margin-top-39 {
margin-top: 39px !important;
}
.margin-left-39 {
margin-left: 39px !important;
}
.margin-bottom-39 {
margin-bottom: 39px !important;
}
.margin-right-39 {
margin-right: 39px !important;
}
.margin-top-40 {
margin-top: 40px !important;
}
.margin-left-40 {
margin-left: 40px !important;
}
.margin-bottom-40 {
margin-bottom: 40px !important;
}
.margin-right-40 {
margin-right: 40px !important;
}
.margin-top-41 {
margin-top: 41px !important;
}
.margin-left-41 {
margin-left: 41px !important;
}
.margin-bottom-41 {
margin-bottom: 41px !important;
}
.margin-right-41 {
margin-right: 41px !important;
}
.margin-top-42 {
margin-top: 42px !important;
}
.margin-left-42 {
margin-left: 42px !important;
}
.margin-bottom-42 {
margin-bottom: 42px !important;
}
.margin-right-42 {
margin-right: 42px !important;
}
.margin-top-43 {
margin-top: 43px !important;
}
.margin-left-43 {
margin-left: 43px !important;
}
.margin-bottom-43 {
margin-bottom: 43px !important;
}
.margin-right-43 {
margin-right: 43px !important;
}
.margin-top-44 {
margin-top: 44px !important;
}
.margin-left-44 {
margin-left: 44px !important;
}
.margin-bottom-44 {
margin-bottom: 44px !important;
}
.margin-right-44 {
margin-right: 44px !important;
}
.margin-top-45 {
margin-top: 45px !important;
}
.margin-left-45 {
margin-left: 45px !important;
}
.margin-bottom-45 {
margin-bottom: 45px !important;
}
.margin-right-45 {
margin-right: 45px !important;
}
.margin-top-46 {
margin-top: 46px !important;
}
.margin-left-46 {
margin-left: 46px !important;
}
.margin-bottom-46 {
margin-bottom: 46px !important;
}
.margin-right-46 {
margin-right: 46px !important;
}
.margin-top-47 {
margin-top: 47px !important;
}
.margin-left-47 {
margin-left: 47px !important;
}
.margin-bottom-47 {
margin-bottom: 47px !important;
}
.margin-right-47 {
margin-right: 47px !important;
}
.margin-top-48 {
margin-top: 48px !important;
}
.margin-left-48 {
margin-left: 48px !important;
}
.margin-bottom-48 {
margin-bottom: 48px !important;
}
.margin-right-48 {
margin-right: 48px !important;
}
.margin-top-49 {
margin-top: 49px !important;
}
.margin-left-49 {
margin-left: 49px !important;
}
.margin-bottom-49 {
margin-bottom: 49px !important;
}
.margin-right-49 {
margin-right: 49px !important;
}
.margin-top-50 {
margin-top: 50px !important;
}
.margin-left-50 {
margin-left: 50px !important;
}
.margin-bottom-50 {
margin-bottom: 50px !important;
}
.margin-right-50 {
margin-right: 50px !important;
}
.margin-top-51 {
margin-top: 51px !important;
}
.margin-left-51 {
margin-left: 51px !important;
}
.margin-bottom-51 {
margin-bottom: 51px !important;
}
.margin-right-51 {
margin-right: 51px !important;
}
.margin-top-52 {
margin-top: 52px !important;
}
.margin-left-52 {
margin-left: 52px !important;
}
.margin-bottom-52 {
margin-bottom: 52px !important;
}
.margin-right-52 {
margin-right: 52px !important;
}
.margin-top-53 {
margin-top: 53px !important;
}
.margin-left-53 {
margin-left: 53px !important;
}
.margin-bottom-53 {
margin-bottom: 53px !important;
}
.margin-right-53 {
margin-right: 53px !important;
}
.margin-top-54 {
margin-top: 54px !important;
}
.margin-left-54 {
margin-left: 54px !important;
}
.margin-bottom-54 {
margin-bottom: 54px !important;
}
.margin-right-54 {
margin-right: 54px !important;
}
.margin-top-55 {
margin-top: 55px !important;
}
.margin-left-55 {
margin-left: 55px !important;
}
.margin-bottom-55 {
margin-bottom: 55px !important;
}
.margin-right-55 {
margin-right: 55px !important;
}
.margin-top-56 {
margin-top: 56px !important;
}
.margin-left-56 {
margin-left: 56px !important;
}
.margin-bottom-56 {
margin-bottom: 56px !important;
}
.margin-right-56 {
margin-right: 56px !important;
}
.margin-top-57 {
margin-top: 57px !important;
}
.margin-left-57 {
margin-left: 57px !important;
}
.margin-bottom-57 {
margin-bottom: 57px !important;
}
.margin-right-57 {
margin-right: 57px !important;
}
.margin-top-58 {
margin-top: 58px !important;
}
.margin-left-58 {
margin-left: 58px !important;
}
.margin-bottom-58 {
margin-bottom: 58px !important;
}
.margin-right-58 {
margin-right: 58px !important;
}
.margin-top-59 {
margin-top: 59px !important;
}
.margin-left-59 {
margin-left: 59px !important;
}
.margin-bottom-59 {
margin-bottom: 59px !important;
}
.margin-right-59 {
margin-right: 59px !important;
}
.margin-top-60 {
margin-top: 60px !important;
}
.margin-left-60 {
margin-left: 60px !important;
}
.margin-bottom-60 {
margin-bottom: 60px !important;
}
.margin-right-60 {
margin-right: 60px !important;
}
.margin-top-61 {
margin-top: 61px !important;
}
.margin-left-61 {
margin-left: 61px !important;
}
.margin-bottom-61 {
margin-bottom: 61px !important;
}
.margin-right-61 {
margin-right: 61px !important;
}
.margin-top-62 {
margin-top: 62px !important;
}
.margin-left-62 {
margin-left: 62px !important;
}
.margin-bottom-62 {
margin-bottom: 62px !important;
}
.margin-right-62 {
margin-right: 62px !important;
}
.margin-top-63 {
margin-top: 63px !important;
}
.margin-left-63 {
margin-left: 63px !important;
}
.margin-bottom-63 {
margin-bottom: 63px !important;
}
.margin-right-63 {
margin-right: 63px !important;
}
.margin-top-64 {
margin-top: 64px !important;
}
.margin-left-64 {
margin-left: 64px !important;
}
.margin-bottom-64 {
margin-bottom: 64px !important;
}
.margin-right-64 {
margin-right: 64px !important;
}
.margin-top-65 {
margin-top: 65px !important;
}
.margin-left-65 {
margin-left: 65px !important;
}
.margin-bottom-65 {
margin-bottom: 65px !important;
}
.margin-right-65 {
margin-right: 65px !important;
}
.margin-top-66 {
margin-top: 66px !important;
}
.margin-left-66 {
margin-left: 66px !important;
}
.margin-bottom-66 {
margin-bottom: 66px !important;
}
.margin-right-66 {
margin-right: 66px !important;
}
.margin-top-67 {
margin-top: 67px !important;
}
.margin-left-67 {
margin-left: 67px !important;
}
.margin-bottom-67 {
margin-bottom: 67px !important;
}
.margin-right-67 {
margin-right: 67px !important;
}
.margin-top-68 {
margin-top: 68px !important;
}
.margin-left-68 {
margin-left: 68px !important;
}
.margin-bottom-68 {
margin-bottom: 68px !important;
}
.margin-right-68 {
margin-right: 68px !important;
}
.margin-top-69 {
margin-top: 69px !important;
}
.margin-left-69 {
margin-left: 69px !important;
}
.margin-bottom-69 {
margin-bottom: 69px !important;
}
.margin-right-69 {
margin-right: 69px !important;
}
.margin-top-70 {
margin-top: 70px !important;
}
.margin-left-70 {
margin-left: 70px !important;
}
.margin-bottom-70 {
margin-bottom: 70px !important;
}
.margin-right-70 {
margin-right: 70px !important;
}
.margin-top-71 {
margin-top: 71px !important;
}
.margin-left-71 {
margin-left: 71px !important;
}
.margin-bottom-71 {
margin-bottom: 71px !important;
}
.margin-right-71 {
margin-right: 71px !important;
}
.margin-top-72 {
margin-top: 72px !important;
}
.margin-left-72 {
margin-left: 72px !important;
}
.margin-bottom-72 {
margin-bottom: 72px !important;
}
.margin-right-72 {
margin-right: 72px !important;
}
.margin-top-73 {
margin-top: 73px !important;
}
.margin-left-73 {
margin-left: 73px !important;
}
.margin-bottom-73 {
margin-bottom: 73px !important;
}
.margin-right-73 {
margin-right: 73px !important;
}
.margin-top-74 {
margin-top: 74px !important;
}
.margin-left-74 {
margin-left: 74px !important;
}
.margin-bottom-74 {
margin-bottom: 74px !important;
}
.margin-right-74 {
margin-right: 74px !important;
}
.margin-top-75 {
margin-top: 75px !important;
}
.margin-left-75 {
margin-left: 75px !important;
}
.margin-bottom-75 {
margin-bottom: 75px !important;
}
.margin-right-75 {
margin-right: 75px !important;
}
.margin-top-76 {
margin-top: 76px !important;
}
.margin-left-76 {
margin-left: 76px !important;
}
.margin-bottom-76 {
margin-bottom: 76px !important;
}
.margin-right-76 {
margin-right: 76px !important;
}
.margin-top-77 {
margin-top: 77px !important;
}
.margin-left-77 {
margin-left: 77px !important;
}
.margin-bottom-77 {
margin-bottom: 77px !important;
}
.margin-right-77 {
margin-right: 77px !important;
}
.margin-top-78 {
margin-top: 78px !important;
}
.margin-left-78 {
margin-left: 78px !important;
}
.margin-bottom-78 {
margin-bottom: 78px !important;
}
.margin-right-78 {
margin-right: 78px !important;
}
.margin-top-79 {
margin-top: 79px !important;
}
.margin-left-79 {
margin-left: 79px !important;
}
.margin-bottom-79 {
margin-bottom: 79px !important;
}
.margin-right-79 {
margin-right: 79px !important;
}
.margin-top-80 {
margin-top: 80px !important;
}
.margin-left-80 {
margin-left: 80px !important;
}
.margin-bottom-80 {
margin-bottom: 80px !important;
}
.margin-right-80 {
margin-right: 80px !important;
}
.padding-top-1 {
padding-top: 1px !important;
}
.padding-left-1 {
padding-left: 1px !important;
}
.padding-bottom-1 {
padding-bottom: 1px !important;
}
.padding-right-1 {
padding-right: 1px !important;
}
.padding-top-2 {
padding-top: 2px !important;
}
.padding-left-2 {
padding-left: 2px !important;
}
.padding-bottom-2 {
padding-bottom: 2px !important;
}
.padding-right-2 {
padding-right: 2px !important;
}
.padding-top-3 {
padding-top: 3px !important;
}
.padding-left-3 {
padding-left: 3px !important;
}
.padding-bottom-3 {
padding-bottom: 3px !important;
}
.padding-right-3 {
padding-right: 3px !important;
}
.padding-top-4 {
padding-top: 4px !important;
}
.padding-left-4 {
padding-left: 4px !important;
}
.padding-bottom-4 {
padding-bottom: 4px !important;
}
.padding-right-4 {
padding-right: 4px !important;
}
.padding-top-5 {
padding-top: 5px !important;
}
.padding-left-5 {
padding-left: 5px !important;
}
.padding-bottom-5 {
padding-bottom: 5px !important;
}
.padding-right-5 {
padding-right: 5px !important;
}
.padding-top-6 {
padding-top: 6px !important;
}
.padding-left-6 {
padding-left: 6px !important;
}
.padding-bottom-6 {
padding-bottom: 6px !important;
}
.padding-right-6 {
padding-right: 6px !important;
}
.padding-top-7 {
padding-top: 7px !important;
}
.padding-left-7 {
padding-left: 7px !important;
}
.padding-bottom-7 {
padding-bottom: 7px !important;
}
.padding-right-7 {
padding-right: 7px !important;
}
.padding-top-8 {
padding-top: 8px !important;
}
.padding-left-8 {
padding-left: 8px !important;
}
.padding-bottom-8 {
padding-bottom: 8px !important;
}
.padding-right-8 {
padding-right: 8px !important;
}
.padding-top-9 {
padding-top: 9px !important;
}
.padding-left-9 {
padding-left: 9px !important;
}
.padding-bottom-9 {
padding-bottom: 9px !important;
}
.padding-right-9 {
padding-right: 9px !important;
}
.padding-top-10 {
padding-top: 10px !important;
}
.padding-left-10 {
padding-left: 10px !important;
}
.padding-bottom-10 {
padding-bottom: 10px !important;
}
.padding-right-10 {
padding-right: 10px !important;
}
.padding-top-11 {
padding-top: 11px !important;
}
.padding-left-11 {
padding-left: 11px !important;
}
.padding-bottom-11 {
padding-bottom: 11px !important;
}
.padding-right-11 {
padding-right: 11px !important;
}
.padding-top-12 {
padding-top: 12px !important;
}
.padding-left-12 {
padding-left: 12px !important;
}
.padding-bottom-12 {
padding-bottom: 12px !important;
}
.padding-right-12 {
padding-right: 12px !important;
}
.padding-top-13 {
padding-top: 13px !important;
}
.padding-left-13 {
padding-left: 13px !important;
}
.padding-bottom-13 {
padding-bottom: 13px !important;
}
.padding-right-13 {
padding-right: 13px !important;
}
.padding-top-14 {
padding-top: 14px !important;
}
.padding-left-14 {
padding-left: 14px !important;
}
.padding-bottom-14 {
padding-bottom: 14px !important;
}
.padding-right-14 {
padding-right: 14px !important;
}
.padding-top-15 {
padding-top: 15px !important;
}
.padding-left-15 {
padding-left: 15px !important;
}
.padding-bottom-15 {
padding-bottom: 15px !important;
}
.padding-right-15 {
padding-right: 15px !important;
}
.padding-top-16 {
padding-top: 16px !important;
}
.padding-left-16 {
padding-left: 16px !important;
}
.padding-bottom-16 {
padding-bottom: 16px !important;
}
.padding-right-16 {
padding-right: 16px !important;
}
.padding-top-17 {
padding-top: 17px !important;
}
.padding-left-17 {
padding-left: 17px !important;
}
.padding-bottom-17 {
padding-bottom: 17px !important;
}
.padding-right-17 {
padding-right: 17px !important;
}
.padding-top-18 {
padding-top: 18px !important;
}
.padding-left-18 {
padding-left: 18px !important;
}
.padding-bottom-18 {
padding-bottom: 18px !important;
}
.padding-right-18 {
padding-right: 18px !important;
}
.padding-top-19 {
padding-top: 19px !important;
}
.padding-left-19 {
padding-left: 19px !important;
}
.padding-bottom-19 {
padding-bottom: 19px !important;
}
.padding-right-19 {
padding-right: 19px !important;
}
.padding-top-20 {
padding-top: 20px !important;
}
.padding-left-20 {
padding-left: 20px !important;
}
.padding-bottom-20 {
padding-bottom: 20px !important;
}
.padding-right-20 {
padding-right: 20px !important;
}
.padding-top-21 {
padding-top: 21px !important;
}
.padding-left-21 {
padding-left: 21px !important;
}
.padding-bottom-21 {
padding-bottom: 21px !important;
}
.padding-right-21 {
padding-right: 21px !important;
}
.padding-top-22 {
padding-top: 22px !important;
}
.padding-left-22 {
padding-left: 22px !important;
}
.padding-bottom-22 {
padding-bottom: 22px !important;
}
.padding-right-22 {
padding-right: 22px !important;
}
.padding-top-23 {
padding-top: 23px !important;
}
.padding-left-23 {
padding-left: 23px !important;
}
.padding-bottom-23 {
padding-bottom: 23px !important;
}
.padding-right-23 {
padding-right: 23px !important;
}
.padding-top-24 {
padding-top: 24px !important;
}
.padding-left-24 {
padding-left: 24px !important;
}
.padding-bottom-24 {
padding-bottom: 24px !important;
}
.padding-right-24 {
padding-right: 24px !important;
}
.padding-top-25 {
padding-top: 25px !important;
}
.padding-left-25 {
padding-left: 25px !important;
}
.padding-bottom-25 {
padding-bottom: 25px !important;
}
.padding-right-25 {
padding-right: 25px !important;
}
.padding-top-26 {
padding-top: 26px !important;
}
.padding-left-26 {
padding-left: 26px !important;
}
.padding-bottom-26 {
padding-bottom: 26px !important;
}
.padding-right-26 {
padding-right: 26px !important;
}
.padding-top-27 {
padding-top: 27px !important;
}
.padding-left-27 {
padding-left: 27px !important;
}
.padding-bottom-27 {
padding-bottom: 27px !important;
}
.padding-right-27 {
padding-right: 27px !important;
}
.padding-top-28 {
padding-top: 28px !important;
}
.padding-left-28 {
padding-left: 28px !important;
}
.padding-bottom-28 {
padding-bottom: 28px !important;
}
.padding-right-28 {
padding-right: 28px !important;
}
.padding-top-29 {
padding-top: 29px !important;
}
.padding-left-29 {
padding-left: 29px !important;
}
.padding-bottom-29 {
padding-bottom: 29px !important;
}
.padding-right-29 {
padding-right: 29px !important;
}
.padding-top-30 {
padding-top: 30px !important;
}
.padding-left-30 {
padding-left: 30px !important;
}
.padding-bottom-30 {
padding-bottom: 30px !important;
}
.padding-right-30 {
padding-right: 30px !important;
}
.padding-top-31 {
padding-top: 31px !important;
}
.padding-left-31 {
padding-left: 31px !important;
}
.padding-bottom-31 {
padding-bottom: 31px !important;
}
.padding-right-31 {
padding-right: 31px !important;
}
.padding-top-32 {
padding-top: 32px !important;
}
.padding-left-32 {
padding-left: 32px !important;
}
.padding-bottom-32 {
padding-bottom: 32px !important;
}
.padding-right-32 {
padding-right: 32px !important;
}
.padding-top-33 {
padding-top: 33px !important;
}
.padding-left-33 {
padding-left: 33px !important;
}
.padding-bottom-33 {
padding-bottom: 33px !important;
}
.padding-right-33 {
padding-right: 33px !important;
}
.padding-top-34 {
padding-top: 34px !important;
}
.padding-left-34 {
padding-left: 34px !important;
}
.padding-bottom-34 {
padding-bottom: 34px !important;
}
.padding-right-34 {
padding-right: 34px !important;
}
.padding-top-35 {
padding-top: 35px !important;
}
.padding-left-35 {
padding-left: 35px !important;
}
.padding-bottom-35 {
padding-bottom: 35px !important;
}
.padding-right-35 {
padding-right: 35px !important;
}
.padding-top-36 {
padding-top: 36px !important;
}
.padding-left-36 {
padding-left: 36px !important;
}
.padding-bottom-36 {
padding-bottom: 36px !important;
}
.padding-right-36 {
padding-right: 36px !important;
}
.padding-top-37 {
padding-top: 37px !important;
}
.padding-left-37 {
padding-left: 37px !important;
}
.padding-bottom-37 {
padding-bottom: 37px !important;
}
.padding-right-37 {
padding-right: 37px !important;
}
.padding-top-38 {
padding-top: 38px !important;
}
.padding-left-38 {
padding-left: 38px !important;
}
.padding-bottom-38 {
padding-bottom: 38px !important;
}
.padding-right-38 {
padding-right: 38px !important;
}
.padding-top-39 {
padding-top: 39px !important;
}
.padding-left-39 {
padding-left: 39px !important;
}
.padding-bottom-39 {
padding-bottom: 39px !important;
}
.padding-right-39 {
padding-right: 39px !important;
}
.padding-top-40 {
padding-top: 40px !important;
}
.padding-left-40 {
padding-left: 40px !important;
}
.padding-bottom-40 {
padding-bottom: 40px !important;
}
.padding-right-40 {
padding-right: 40px !important;
}
.padding-top-41 {
padding-top: 41px !important;
}
.padding-left-41 {
padding-left: 41px !important;
}
.padding-bottom-41 {
padding-bottom: 41px !important;
}
.padding-right-41 {
padding-right: 41px !important;
}
.padding-top-42 {
padding-top: 42px !important;
}
.padding-left-42 {
padding-left: 42px !important;
}
.padding-bottom-42 {
padding-bottom: 42px !important;
}
.padding-right-42 {
padding-right: 42px !important;
}
.padding-top-43 {
padding-top: 43px !important;
}
.padding-left-43 {
padding-left: 43px !important;
}
.padding-bottom-43 {
padding-bottom: 43px !important;
}
.padding-right-43 {
padding-right: 43px !important;
}
.padding-top-44 {
padding-top: 44px !important;
}
.padding-left-44 {
padding-left: 44px !important;
}
.padding-bottom-44 {
padding-bottom: 44px !important;
}
.padding-right-44 {
padding-right: 44px !important;
}
.padding-top-45 {
padding-top: 45px !important;
}
.padding-left-45 {
padding-left: 45px !important;
}
.padding-bottom-45 {
padding-bottom: 45px !important;
}
.padding-right-45 {
padding-right: 45px !important;
}
.padding-top-46 {
padding-top: 46px !important;
}
.padding-left-46 {
padding-left: 46px !important;
}
.padding-bottom-46 {
padding-bottom: 46px !important;
}
.padding-right-46 {
padding-right: 46px !important;
}
.padding-top-47 {
padding-top: 47px !important;
}
.padding-left-47 {
padding-left: 47px !important;
}
.padding-bottom-47 {
padding-bottom: 47px !important;
}
.padding-right-47 {
padding-right: 47px !important;
}
.padding-top-48 {
padding-top: 48px !important;
}
.padding-left-48 {
padding-left: 48px !important;
}
.padding-bottom-48 {
padding-bottom: 48px !important;
}
.padding-right-48 {
padding-right: 48px !important;
}
.padding-top-49 {
padding-top: 49px !important;
}
.padding-left-49 {
padding-left: 49px !important;
}
.padding-bottom-49 {
padding-bottom: 49px !important;
}
.padding-right-49 {
padding-right: 49px !important;
}
.padding-top-50 {
padding-top: 50px !important;
}
.padding-left-50 {
padding-left: 50px !important;
}
.padding-bottom-50 {
padding-bottom: 50px !important;
}
.padding-right-50 {
padding-right: 50px !important;
}
.padding-top-51 {
padding-top: 51px !important;
}
.padding-left-51 {
padding-left: 51px !important;
}
.padding-bottom-51 {
padding-bottom: 51px !important;
}
.padding-right-51 {
padding-right: 51px !important;
}
.padding-top-52 {
padding-top: 52px !important;
}
.padding-left-52 {
padding-left: 52px !important;
}
.padding-bottom-52 {
padding-bottom: 52px !important;
}
.padding-right-52 {
padding-right: 52px !important;
}
.padding-top-53 {
padding-top: 53px !important;
}
.padding-left-53 {
padding-left: 53px !important;
}
.padding-bottom-53 {
padding-bottom: 53px !important;
}
.padding-right-53 {
padding-right: 53px !important;
}
.padding-top-54 {
padding-top: 54px !important;
}
.padding-left-54 {
padding-left: 54px !important;
}
.padding-bottom-54 {
padding-bottom: 54px !important;
}
.padding-right-54 {
padding-right: 54px !important;
}
.padding-top-55 {
padding-top: 55px !important;
}
.padding-left-55 {
padding-left: 55px !important;
}
.padding-bottom-55 {
padding-bottom: 55px !important;
}
.padding-right-55 {
padding-right: 55px !important;
}
.padding-top-56 {
padding-top: 56px !important;
}
.padding-left-56 {
padding-left: 56px !important;
}
.padding-bottom-56 {
padding-bottom: 56px !important;
}
.padding-right-56 {
padding-right: 56px !important;
}
.padding-top-57 {
padding-top: 57px !important;
}
.padding-left-57 {
padding-left: 57px !important;
}
.padding-bottom-57 {
padding-bottom: 57px !important;
}
.padding-right-57 {
padding-right: 57px !important;
}
.padding-top-58 {
padding-top: 58px !important;
}
.padding-left-58 {
padding-left: 58px !important;
}
.padding-bottom-58 {
padding-bottom: 58px !important;
}
.padding-right-58 {
padding-right: 58px !important;
}
.padding-top-59 {
padding-top: 59px !important;
}
.padding-left-59 {
padding-left: 59px !important;
}
.padding-bottom-59 {
padding-bottom: 59px !important;
}
.padding-right-59 {
padding-right: 59px !important;
}
.padding-top-60 {
padding-top: 60px !important;
}
.padding-left-60 {
padding-left: 60px !important;
}
.padding-bottom-60 {
padding-bottom: 60px !important;
}
.padding-right-60 {
padding-right: 60px !important;
}
.padding-top-61 {
padding-top: 61px !important;
}
.padding-left-61 {
padding-left: 61px !important;
}
.padding-bottom-61 {
padding-bottom: 61px !important;
}
.padding-right-61 {
padding-right: 61px !important;
}
.padding-top-62 {
padding-top: 62px !important;
}
.padding-left-62 {
padding-left: 62px !important;
}
.padding-bottom-62 {
padding-bottom: 62px !important;
}
.padding-right-62 {
padding-right: 62px !important;
}
.padding-top-63 {
padding-top: 63px !important;
}
.padding-left-63 {
padding-left: 63px !important;
}
.padding-bottom-63 {
padding-bottom: 63px !important;
}
.padding-right-63 {
padding-right: 63px !important;
}
.padding-top-64 {
padding-top: 64px !important;
}
.padding-left-64 {
padding-left: 64px !important;
}
.padding-bottom-64 {
padding-bottom: 64px !important;
}
.padding-right-64 {
padding-right: 64px !important;
}
.padding-top-65 {
padding-top: 65px !important;
}
.padding-left-65 {
padding-left: 65px !important;
}
.padding-bottom-65 {
padding-bottom: 65px !important;
}
.padding-right-65 {
padding-right: 65px !important;
}
.padding-top-66 {
padding-top: 66px !important;
}
.padding-left-66 {
padding-left: 66px !important;
}
.padding-bottom-66 {
padding-bottom: 66px !important;
}
.padding-right-66 {
padding-right: 66px !important;
}
.padding-top-67 {
padding-top: 67px !important;
}
.padding-left-67 {
padding-left: 67px !important;
}
.padding-bottom-67 {
padding-bottom: 67px !important;
}
.padding-right-67 {
padding-right: 67px !important;
}
.padding-top-68 {
padding-top: 68px !important;
}
.padding-left-68 {
padding-left: 68px !important;
}
.padding-bottom-68 {
padding-bottom: 68px !important;
}
.padding-right-68 {
padding-right: 68px !important;
}
.padding-top-69 {
padding-top: 69px !important;
}
.padding-left-69 {
padding-left: 69px !important;
}
.padding-bottom-69 {
padding-bottom: 69px !important;
}
.padding-right-69 {
padding-right: 69px !important;
}
.padding-top-70 {
padding-top: 70px !important;
}
.padding-left-70 {
padding-left: 70px !important;
}
.padding-bottom-70 {
padding-bottom: 70px !important;
}
.padding-right-70 {
padding-right: 70px !important;
}
.padding-top-71 {
padding-top: 71px !important;
}
.padding-left-71 {
padding-left: 71px !important;
}
.padding-bottom-71 {
padding-bottom: 71px !important;
}
.padding-right-71 {
padding-right: 71px !important;
}
.padding-top-72 {
padding-top: 72px !important;
}
.padding-left-72 {
padding-left: 72px !important;
}
.padding-bottom-72 {
padding-bottom: 72px !important;
}
.padding-right-72 {
padding-right: 72px !important;
}
.padding-top-73 {
padding-top: 73px !important;
}
.padding-left-73 {
padding-left: 73px !important;
}
.padding-bottom-73 {
padding-bottom: 73px !important;
}
.padding-right-73 {
padding-right: 73px !important;
}
.padding-top-74 {
padding-top: 74px !important;
}
.padding-left-74 {
padding-left: 74px !important;
}
.padding-bottom-74 {
padding-bottom: 74px !important;
}
.padding-right-74 {
padding-right: 74px !important;
}
.padding-top-75 {
padding-top: 75px !important;
}
.padding-left-75 {
padding-left: 75px !important;
}
.padding-bottom-75 {
padding-bottom: 75px !important;
}
.padding-right-75 {
padding-right: 75px !important;
}
.padding-top-76 {
padding-top: 76px !important;
}
.padding-left-76 {
padding-left: 76px !important;
}
.padding-bottom-76 {
padding-bottom: 76px !important;
}
.padding-right-76 {
padding-right: 76px !important;
}
.padding-top-77 {
padding-top: 77px !important;
}
.padding-left-77 {
padding-left: 77px !important;
}
.padding-bottom-77 {
padding-bottom: 77px !important;
}
.padding-right-77 {
padding-right: 77px !important;
}
.padding-top-78 {
padding-top: 78px !important;
}
.padding-left-78 {
padding-left: 78px !important;
}
.padding-bottom-78 {
padding-bottom: 78px !important;
}
.padding-right-78 {
padding-right: 78px !important;
}
.padding-top-79 {
padding-top: 79px !important;
}
.padding-left-79 {
padding-left: 79px !important;
}
.padding-bottom-79 {
padding-bottom: 79px !important;
}
.padding-right-79 {
padding-right: 79px !important;
}
.padding-top-80 {
padding-top: 80px !important;
}
.padding-left-80 {
padding-left: 80px !important;
}
.padding-bottom-80 {
padding-bottom: 80px !important;
}
.padding-right-80 {
padding-right: 80px !important;
} .btn, .viewmore-products-btn, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce .wishlist_table td.product-add-to-cart a, .woocommerce a.added_to_cart, .details-product .information .compare, .add-cart-bottom .add-cart .added_to_cart,
.groups-button .add-cart .added_to_cart, .wcv-form [type="submit"], .wfg-button, .woocommerce .widget_price_filter .price_slider_amount .button, #add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
outline: none !important;
}
@media (min-width: 1200px) {
.btn-more {
padding: 10px 30px;
}
}
.btn-outline-light {
color: #FFFFFF;
background-color: transparent;
border-color: #FFFFFF;
}
.btn-outline-light:hover, .btn-outline-light:focus, .btn-outline-light:active, .btn-outline-light.active {
color: #191919;
background-color: #FFFFFF;
border-color: #191919;
}
.open .btn-outline-light.dropdown-toggle {
color: #191919;
background-color: #FFFFFF;
border-color: #191919;
}
.btn-outline-light:active, .btn-outline-light.active {
background-image: none;
}
.open .btn-outline-light.dropdown-toggle {
background-image: none;
}
.btn-outline-light.disabled, .btn-outline-light.disabled:hover, .btn-outline-light.disabled:focus, .btn-outline-light.disabled:active, .btn-outline-light.disabled.active, .btn-outline-light[disabled], .btn-outline-light[disabled]:hover, .btn-outline-light[disabled]:focus, .btn-outline-light[disabled]:active, .btn-outline-light[disabled].active, fieldset[disabled] .btn-outline-light, fieldset[disabled] .btn-outline-light:hover, fieldset[disabled] .btn-outline-light:focus, fieldset[disabled] .btn-outline-light:active, fieldset[disabled] .btn-outline-light.active {
background-color: transparent;
border-color: #FFFFFF;
}
.btn-outline-light .badge {
color: transparent;
background-color: #FFFFFF;
}
.btn-outline.btn-default {
background: transparent;
border-color: #fff;
color: #fff;
}
.btn-outline.btn-default:hover {
color: #e23e1d;
border-color: #fff;
background: #fff;
}
.btn-outline.btn-primary {
background: transparent;
border-color: #191919;
color: #191919;
}
.btn-outline.btn-primary:hover {
color: #fff;
border-color: #191919;
background: #191919;
}
.btn-outline.btn-success, .btn-outline.wfg-button.wfg-add-gifts {
background: transparent;
border-color: #5cb85c;
color: #5cb85c;
}
.btn-outline.btn-success:hover, .btn-outline.wfg-button.wfg-add-gifts:hover {
color: #FFFFFF;
border-color: #5cb85c;
background: #5cb85c;
}
.btn-outline.btn-info {
background: transparent;
border-color: #5bc0de;
color: #5bc0de;
}
.btn-outline.btn-info:hover {
color: #FFFFFF;
border-color: #5bc0de;
background: #5bc0de;
}
.btn-outline.btn-danger, .btn-outline.wfg-button.wfg-no-thanks {
background: transparent;
border-color: #d9534f;
color: #d9534f;
}
.btn-outline.btn-danger:hover, .btn-outline.wfg-button.wfg-no-thanks:hover {
color: #FFFFFF;
border-color: #d9534f;
background: #d9534f;
}
.btn-outline.btn-warning {
background: transparent;
border-color: #f0ad4e;
color: #f0ad4e;
}
.btn-outline.btn-warning:hover {
color: #FFFFFF;
border-color: #f0ad4e;
background: #f0ad4e;
}
.btn-inverse.btn-primary:hover {
color: #191919;
background: #FFFFFF;
}
.btn-inverse.btn-success:hover, .btn-inverse.wfg-button.wfg-add-gifts:hover {
color: #5cb85c;
background: #FFFFFF;
}
.btn-inverse.btn-info:hover {
color: #5bc0de;
background: #FFFFFF;
}
.btn-inverse.btn-danger:hover, .btn-inverse.wfg-button.wfg-no-thanks:hover {
color: #d9534f;
background: #FFFFFF;
}
.btn-inverse.btn-warning:hover {
color: #f0ad4e;
background: #FFFFFF;
}
.btn-inverse.btn-theme:hover, .btn-inverse.viewmore-products-btn:hover, .woocommerce #respond input.btn-inverse#submit:hover, .woocommerce a.btn-inverse.button:hover, .woocommerce button.btn-inverse.button:hover, .woocommerce input.btn-inverse.button:hover, .woocommerce .wishlist_table td.product-add-to-cart a.btn-inverse:hover, .woocommerce a.btn-inverse.added_to_cart:hover, .add-cart-bottom .add-cart .btn-inverse.added_to_cart:hover,
.groups-button .add-cart .btn-inverse.added_to_cart:hover, .wcv-form .btn-inverse[type="submit"]:hover, .woocommerce .widget_price_filter .price_slider_amount .btn-inverse.button:hover {
color: #e23e1d;
background: #FFFFFF;
}
.btn-compare.btn-outline {
color: #4c4c4c;
background: #fff;
border: 1px solid #e9e9e9;
height: 40px;
}
.btn-compare.btn-outline:hover, .btn-compare.btn-outline:active {
color: #fff;
background: #4c4c4c;
border-color: #4c4c4c;
}
.apus-loadmore-btn {
font-size: 18px;
text-transform: uppercase;
}
.apus-loadmore-btn:hover, .apus-loadmore-btn:active {
text-decoration: underline;
}
.loadmore-action {
margin: 0 0 60px 0;
}
.viewmore-products-btn {
position: relative;
}
.viewmore-products-btn:before {
content: '';
position: absolute;
top: -2px;
left: -2px;
width: calc(100% + 4px);
height: calc(100% + 4px);
z-index: 2;
opacity: 0;
filter: alpha(opacity=0);
background: rgba(255, 255, 255, 0.9) url(//www.imep.com.tr/wp-content/themes/yozi/images/loading-quick.gif) no-repeat scroll center center/20px auto;
}
.viewmore-products-btn.loading:before {
opacity: 1;
filter: alpha(opacity=100);
}
button:focus,
.btn:focus,
.viewmore-products-btn:focus,
.woocommerce #respond input#submit:focus,
.woocommerce a.button:focus,
.woocommerce button.button:focus,
.woocommerce input.button:focus,
.woocommerce .wishlist_table td.product-add-to-cart a:focus,
.woocommerce a.added_to_cart:focus,
.details-product .information .compare:focus,
.add-cart-bottom .add-cart .added_to_cart:focus,
.groups-button .add-cart .added_to_cart:focus,
.wcv-form [type="submit"]:focus,
.wfg-button:focus,
.woocommerce .widget_price_filter .price_slider_amount .button:focus,
#add_payment_method .wc-proceed-to-checkout a.checkout-button:focus,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:focus {
outline: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.btn-link {
color: #e23e1d;
font-size: 14px;
font-weight: 700;
text-transform: uppercase;
}
.btn-link:hover, .btn-link:active {
text-decoration: underline;
}
.radius-0 {
border-radius: 0 !important;
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
-ms-border-radius: 0 !important;
-o-border-radius: 0 !important;
}
.radius-circle {
border-radius: 100px !important;
-webkit-border-radius: 100px !important;
-moz-border-radius: 100px !important;
-ms-border-radius: 100px !important;
-o-border-radius: 100px !important;
}
.btn-3d {
-webkit-box-shadow: 0 0 10px 0 rgba(226, 62, 29, 0.8);
box-shadow: 0 0 10px 0 rgba(226, 62, 29, 0.8);
}
.read-more {
font-size: 12px;
font-weight: 600;
text-transform: uppercase;
color: #e23e1d;
}
.btn-white {
background: #fff;
color: #191919;
border-color: #000;
}
.btn-white:active, .btn-white:hover {
color: #fff;
background: #000;
border-color: #000;
}
.btn-white.btn-br-white {
background: #fff;
color: #191919;
border-color: #fff;
}
.btn-white.btn-br-white:active, .btn-white.btn-br-white:hover {
color: #191919;
background: #d9d9d9;
border-color: #d9d9d9;
}
.btn-gradient {
border: none !important;
overflow: hidden;
background-image: -webkit-linear-gradient(left, #1b251f 0%, #e23e1d 100%);
background-image: -o-linear-gradient(left, #1b251f 0%, #e23e1d 100%);
background-image: linear-gradient(to right, #1b251f 0%, #e23e1d 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF1B251F', endColorstr='#FFE23E1D', GradientType=1);
position: relative;
-webkit-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
padding: 7px 30px;
}
.btn-gradient:before {
content: '';
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 1;
opacity: 0;
filter: alpha(opacity=0);
background-image: -webkit-linear-gradient(left, #050806 0%, #b53217 100%);
background-image: -o-linear-gradient(left, #050806 0%, #b53217 100%);
background-image: linear-gradient(to right, #050806 0%, #b53217 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF050806', endColorstr='#FFB53217', GradientType=1);
-webkit-transition: opacity 0.5s ease-out;
-o-transition: opacity 0.5s ease-out;
transition: opacity 0.5s ease-out;
}
.btn-gradient > * {
position: relative;
z-index: 2;
}
.btn-gradient:hover, .btn-gradient:active {
background-image: -webkit-linear-gradient(left, #1b251f 0%, #e23e1d 100%);
background-image: -o-linear-gradient(left, #1b251f 0%, #e23e1d 100%);
background-image: linear-gradient(to right, #1b251f 0%, #e23e1d 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF1B251F', endColorstr='#FFE23E1D', GradientType=1);
}
.btn-gradient:hover:before, .btn-gradient:active:before {
opacity: 1;
filter: alpha(opacity=100);
}
.btn-gradient.btn-white {
color: #191919;
}
.btn-gradient.btn-white:before {
content: '';
border-radius: 100px;
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
-ms-border-radius: 100px;
-o-border-radius: 100px;
width: auto;
height: auto;
top: 2px;
right: 2px;
left: 2px;
bottom: 2px;
opacity: 1;
filter: alpha(opacity=100);
background: #fff;
}
.btn-gradient.btn-white:hover, .btn-gradient.btn-white:active {
color: #fff !important;
}
.btn-gradient.btn-white:hover:before, .btn-gradient.btn-white:active:before {
opacity: 0;
filter: alpha(opacity=0);
}
.btn-readmore {
color: #e23e1d;
font-weight: 700;
font-size: 12px;
text-transform: uppercase;
}
.btn-readmore i {
font-size: 10px;
margin-left: 5px;
}
.rtl .btn-readmore i {
margin-right: 5px;
margin-left: inherit;
}
.btn-lighten {
border-color: #fff;
color: #fff;
background: transparent;
}
.btn-lighten:hover {
color: #fff;
background: transparent;
border-color: #fff;
}
.btn-outline.btn-white {
background: transparent;
color: #191919;
border-color: #e23e1d;
}
.btn-outline.btn-white:active, .btn-outline.btn-white:hover {
color: #fff;
background: #e23e1d;
border-color: #e23e1d;
}
.btn-pink {
color: #fff;
background-color: #e3a3a2;
border-color: #e3a3a2;
}
.btn-pink:hover, .btn-pink:focus, .btn-pink:active, .btn-pink.active, .open > .btn-pink.dropdown-toggle {
color: #fff;
background-color: #d77c7b;
border-color: #d77c7b;
}
.btn-pink:active, .btn-pink.active, .open > .btn-pink.dropdown-toggle {
background-image: none;
}
.btn-pink.disabled, .btn-pink.disabled:hover, .btn-pink.disabled:focus, .btn-pink.disabled:active, .btn-pink.disabled.active, .btn-pink[disabled], .btn-pink[disabled]:hover, .btn-pink[disabled]:focus, .btn-pink[disabled]:active, .btn-pink[disabled].active, fieldset[disabled] .btn-pink, fieldset[disabled] .btn-pink:hover, fieldset[disabled] .btn-pink:focus, fieldset[disabled] .btn-pink:active, fieldset[disabled] .btn-pink.active {
background-color: #e3a3a2;
border-color: #e3a3a2;
}
.btn-pink .badge {
color: #e3a3a2;
background-color: #fff;
}
.btn-primary.btn-inverse:active, .btn-primary.btn-inverse:hover {
background: #fff !important;
color: #191919 !important;
border-color: #191919 !important;
}
.btn-theme, .viewmore-products-btn, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce .wishlist_table td.product-add-to-cart a, .woocommerce a.added_to_cart, .add-cart-bottom .add-cart .added_to_cart,
.groups-button .add-cart .added_to_cart, .wcv-form [type="submit"], .woocommerce .widget_price_filter .price_slider_amount .button {
color: #fff;
background-color: #e23e1d;
border-color: #e23e1d;
}
.btn-theme:hover, .viewmore-products-btn:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce .wishlist_table td.product-add-to-cart a:hover, .woocommerce a.added_to_cart:hover, .add-cart-bottom .add-cart .added_to_cart:hover,
.groups-button .add-cart .added_to_cart:hover, .wcv-form [type="submit"]:hover, .woocommerce .widget_price_filter .price_slider_amount .button:hover, .btn-theme:focus, .viewmore-products-btn:focus, .woocommerce #respond input#submit:focus, .woocommerce a.button:focus, .woocommerce button.button:focus, .woocommerce input.button:focus, .woocommerce .wishlist_table td.product-add-to-cart a:focus, .woocommerce a.added_to_cart:focus, .add-cart-bottom .add-cart .added_to_cart:focus,
.groups-button .add-cart .added_to_cart:focus, .wcv-form [type="submit"]:focus, .woocommerce .widget_price_filter .price_slider_amount .button:focus, .btn-theme:active, .viewmore-products-btn:active, .woocommerce #respond input#submit:active, .woocommerce a.button:active, .woocommerce button.button:active, .woocommerce input.button:active, .woocommerce .wishlist_table td.product-add-to-cart a:active, .woocommerce a.added_to_cart:active, .add-cart-bottom .add-cart .added_to_cart:active,
.groups-button .add-cart .added_to_cart:active, .wcv-form [type="submit"]:active, .woocommerce .widget_price_filter .price_slider_amount .button:active, .btn-theme.active, .active.viewmore-products-btn, .woocommerce #respond input.active#submit, .woocommerce a.active.button, .woocommerce button.active.button, .woocommerce input.active.button, .woocommerce .wishlist_table td.product-add-to-cart a.active, .woocommerce a.active.added_to_cart, .add-cart-bottom .add-cart .active.added_to_cart,
.groups-button .add-cart .active.added_to_cart, .wcv-form .active[type="submit"], .woocommerce .widget_price_filter .price_slider_amount .active.button, .open > .btn-theme.dropdown-toggle, .open > .dropdown-toggle.viewmore-products-btn, .woocommerce #respond .open > input.dropdown-toggle#submit, .woocommerce .open > a.dropdown-toggle.button, .woocommerce .open > button.dropdown-toggle.button, .woocommerce .open > input.dropdown-toggle.button, .woocommerce .wishlist_table td.product-add-to-cart .open > a.dropdown-toggle, .woocommerce .open > a.dropdown-toggle.added_to_cart, .add-cart-bottom .add-cart .open > .dropdown-toggle.added_to_cart,
.groups-button .add-cart .open > .dropdown-toggle.added_to_cart, .wcv-form .open > .dropdown-toggle[type="submit"], .woocommerce .widget_price_filter .price_slider_amount .open > .dropdown-toggle.button {
color: #fff;
background-color: #b53217;
border-color: #b53217;
}
.btn-theme:active, .viewmore-products-btn:active, .woocommerce #respond input#submit:active, .woocommerce a.button:active, .woocommerce button.button:active, .woocommerce input.button:active, .woocommerce .wishlist_table td.product-add-to-cart a:active, .woocommerce a.added_to_cart:active, .add-cart-bottom .add-cart .added_to_cart:active,
.groups-button .add-cart .added_to_cart:active, .wcv-form [type="submit"]:active, .woocommerce .widget_price_filter .price_slider_amount .button:active, .btn-theme.active, .active.viewmore-products-btn, .woocommerce #respond input.active#submit, .woocommerce a.active.button, .woocommerce button.active.button, .woocommerce input.active.button, .woocommerce .wishlist_table td.product-add-to-cart a.active, .woocommerce a.active.added_to_cart, .add-cart-bottom .add-cart .active.added_to_cart,
.groups-button .add-cart .active.added_to_cart, .wcv-form .active[type="submit"], .woocommerce .widget_price_filter .price_slider_amount .active.button, .open > .btn-theme.dropdown-toggle, .open > .dropdown-toggle.viewmore-products-btn, .woocommerce #respond .open > input.dropdown-toggle#submit, .woocommerce .open > a.dropdown-toggle.button, .woocommerce .open > button.dropdown-toggle.button, .woocommerce .open > input.dropdown-toggle.button, .woocommerce .wishlist_table td.product-add-to-cart .open > a.dropdown-toggle, .woocommerce .open > a.dropdown-toggle.added_to_cart, .add-cart-bottom .add-cart .open > .dropdown-toggle.added_to_cart,
.groups-button .add-cart .open > .dropdown-toggle.added_to_cart, .wcv-form .open > .dropdown-toggle[type="submit"], .woocommerce .widget_price_filter .price_slider_amount .open > .dropdown-toggle.button {
background-image: none;
}
.btn-theme.disabled, .disabled.viewmore-products-btn, .woocommerce #respond input.disabled#submit, .woocommerce a.disabled.button, .woocommerce button.disabled.button, .woocommerce input.disabled.button, .woocommerce .wishlist_table td.product-add-to-cart a.disabled, .woocommerce a.disabled.added_to_cart, .add-cart-bottom .add-cart .disabled.added_to_cart,
.groups-button .add-cart .disabled.added_to_cart, .wcv-form .disabled[type="submit"], .woocommerce .widget_price_filter .price_slider_amount .disabled.button, .btn-theme.disabled:hover, .disabled.viewmore-products-btn:hover, .woocommerce #respond input.disabled#submit:hover, .woocommerce a.disabled.button:hover, .woocommerce button.disabled.button:hover, .woocommerce input.disabled.button:hover, .woocommerce .wishlist_table td.product-add-to-cart a.disabled:hover, .woocommerce a.disabled.added_to_cart:hover, .add-cart-bottom .add-cart .disabled.added_to_cart:hover,
.groups-button .add-cart .disabled.added_to_cart:hover, .wcv-form .disabled[type="submit"]:hover, .woocommerce .widget_price_filter .price_slider_amount .disabled.button:hover, .btn-theme.disabled:focus, .disabled.viewmore-products-btn:focus, .woocommerce #respond input.disabled#submit:focus, .woocommerce a.disabled.button:focus, .woocommerce button.disabled.button:focus, .woocommerce input.disabled.button:focus, .woocommerce .wishlist_table td.product-add-to-cart a.disabled:focus, .woocommerce a.disabled.added_to_cart:focus, .add-cart-bottom .add-cart .disabled.added_to_cart:focus,
.groups-button .add-cart .disabled.added_to_cart:focus, .wcv-form .disabled[type="submit"]:focus, .woocommerce .widget_price_filter .price_slider_amount .disabled.button:focus, .btn-theme.disabled:active, .disabled.viewmore-products-btn:active, .woocommerce #respond input.disabled#submit:active, .woocommerce a.disabled.button:active, .woocommerce button.disabled.button:active, .woocommerce input.disabled.button:active, .woocommerce .wishlist_table td.product-add-to-cart a.disabled:active, .woocommerce a.disabled.added_to_cart:active, .add-cart-bottom .add-cart .disabled.added_to_cart:active,
.groups-button .add-cart .disabled.added_to_cart:active, .wcv-form .disabled[type="submit"]:active, .woocommerce .widget_price_filter .price_slider_amount .disabled.button:active, .btn-theme.disabled.active, .disabled.active.viewmore-products-btn, .woocommerce #respond input.disabled.active#submit, .woocommerce a.disabled.active.button, .woocommerce button.disabled.active.button, .woocommerce input.disabled.active.button, .woocommerce .wishlist_table td.product-add-to-cart a.disabled.active, .woocommerce a.disabled.active.added_to_cart, .add-cart-bottom .add-cart .disabled.active.added_to_cart,
.groups-button .add-cart .disabled.active.added_to_cart, .wcv-form .disabled.active[type="submit"], .woocommerce .widget_price_filter .price_slider_amount .disabled.active.button, .btn-theme[disabled], [disabled].viewmore-products-btn, .woocommerce #respond input[disabled]#submit, .woocommerce a[disabled].button, .woocommerce button[disabled].button, .woocommerce input[disabled].button, .woocommerce .wishlist_table td.product-add-to-cart a[disabled], .woocommerce a[disabled].added_to_cart, .add-cart-bottom .add-cart [disabled].added_to_cart,
.groups-button .add-cart [disabled].added_to_cart, .wcv-form [disabled][type="submit"], .woocommerce .widget_price_filter .price_slider_amount [disabled].button, .btn-theme[disabled]:hover, [disabled].viewmore-products-btn:hover, .woocommerce #respond input[disabled]#submit:hover, .woocommerce a[disabled].button:hover, .woocommerce button[disabled].button:hover, .woocommerce input[disabled].button:hover, .woocommerce .wishlist_table td.product-add-to-cart a[disabled]:hover, .woocommerce a[disabled].added_to_cart:hover, .add-cart-bottom .add-cart [disabled].added_to_cart:hover,
.groups-button .add-cart [disabled].added_to_cart:hover, .wcv-form [disabled][type="submit"]:hover, .woocommerce .widget_price_filter .price_slider_amount [disabled].button:hover, .btn-theme[disabled]:focus, [disabled].viewmore-products-btn:focus, .woocommerce #respond input[disabled]#submit:focus, .woocommerce a[disabled].button:focus, .woocommerce button[disabled].button:focus, .woocommerce input[disabled].button:focus, .woocommerce .wishlist_table td.product-add-to-cart a[disabled]:focus, .woocommerce a[disabled].added_to_cart:focus, .add-cart-bottom .add-cart [disabled].added_to_cart:focus,
.groups-button .add-cart [disabled].added_to_cart:focus, .wcv-form [disabled][type="submit"]:focus, .woocommerce .widget_price_filter .price_slider_amount [disabled].button:focus, .btn-theme[disabled]:active, [disabled].viewmore-products-btn:active, .woocommerce #respond input[disabled]#submit:active, .woocommerce a[disabled].button:active, .woocommerce button[disabled].button:active, .woocommerce input[disabled].button:active, .woocommerce .wishlist_table td.product-add-to-cart a[disabled]:active, .woocommerce a[disabled].added_to_cart:active, .add-cart-bottom .add-cart [disabled].added_to_cart:active,
.groups-button .add-cart [disabled].added_to_cart:active, .wcv-form [disabled][type="submit"]:active, .woocommerce .widget_price_filter .price_slider_amount [disabled].button:active, .btn-theme[disabled].active, [disabled].active.viewmore-products-btn, .woocommerce #respond input[disabled].active#submit, .woocommerce a[disabled].active.button, .woocommerce button[disabled].active.button, .woocommerce input[disabled].active.button, .woocommerce .wishlist_table td.product-add-to-cart a[disabled].active, .woocommerce a[disabled].active.added_to_cart, .add-cart-bottom .add-cart [disabled].active.added_to_cart,
.groups-button .add-cart [disabled].active.added_to_cart, .wcv-form [disabled].active[type="submit"], .woocommerce .widget_price_filter .price_slider_amount [disabled].active.button, fieldset[disabled] .btn-theme, fieldset[disabled] .viewmore-products-btn, fieldset[disabled] .woocommerce #respond input#submit, .woocommerce #respond fieldset[disabled] input#submit, fieldset[disabled] .woocommerce a.button, .woocommerce fieldset[disabled] a.button, fieldset[disabled] .woocommerce button.button, .woocommerce fieldset[disabled] button.button, fieldset[disabled] .woocommerce input.button, .woocommerce fieldset[disabled] input.button, fieldset[disabled] .woocommerce .wishlist_table td.product-add-to-cart a, .woocommerce .wishlist_table td.product-add-to-cart fieldset[disabled] a, fieldset[disabled] .woocommerce a.added_to_cart, .woocommerce fieldset[disabled] a.added_to_cart, fieldset[disabled] .add-cart-bottom .add-cart .added_to_cart, .add-cart-bottom .add-cart fieldset[disabled] .added_to_cart,
fieldset[disabled] .groups-button .add-cart .added_to_cart,
.groups-button .add-cart fieldset[disabled] .added_to_cart, fieldset[disabled] .wcv-form [type="submit"], .wcv-form fieldset[disabled] [type="submit"], fieldset[disabled] .woocommerce .widget_price_filter .price_slider_amount .button, .woocommerce .widget_price_filter .price_slider_amount fieldset[disabled] .button, fieldset[disabled] .btn-theme:hover, fieldset[disabled] .viewmore-products-btn:hover, fieldset[disabled] .woocommerce #respond input#submit:hover, .woocommerce #respond fieldset[disabled] input#submit:hover, fieldset[disabled] .woocommerce a.button:hover, .woocommerce fieldset[disabled] a.button:hover, fieldset[disabled] .woocommerce button.button:hover, .woocommerce fieldset[disabled] button.button:hover, fieldset[disabled] .woocommerce input.button:hover, .woocommerce fieldset[disabled] input.button:hover, fieldset[disabled] .woocommerce .wishlist_table td.product-add-to-cart a:hover, .woocommerce .wishlist_table td.product-add-to-cart fieldset[disabled] a:hover, fieldset[disabled] .woocommerce a.added_to_cart:hover, .woocommerce fieldset[disabled] a.added_to_cart:hover, fieldset[disabled] .add-cart-bottom .add-cart .added_to_cart:hover, .add-cart-bottom .add-cart fieldset[disabled] .added_to_cart:hover,
fieldset[disabled] .groups-button .add-cart .added_to_cart:hover,
.groups-button .add-cart fieldset[disabled] .added_to_cart:hover, fieldset[disabled] .wcv-form [type="submit"]:hover, .wcv-form fieldset[disabled] [type="submit"]:hover, fieldset[disabled] .woocommerce .widget_price_filter .price_slider_amount .button:hover, .woocommerce .widget_price_filter .price_slider_amount fieldset[disabled] .button:hover, fieldset[disabled] .btn-theme:focus, fieldset[disabled] .viewmore-products-btn:focus, fieldset[disabled] .woocommerce #respond input#submit:focus, .woocommerce #respond fieldset[disabled] input#submit:focus, fieldset[disabled] .woocommerce a.button:focus, .woocommerce fieldset[disabled] a.button:focus, fieldset[disabled] .woocommerce button.button:focus, .woocommerce fieldset[disabled] button.button:focus, fieldset[disabled] .woocommerce input.button:focus, .woocommerce fieldset[disabled] input.button:focus, fieldset[disabled] .woocommerce .wishlist_table td.product-add-to-cart a:focus, .woocommerce .wishlist_table td.product-add-to-cart fieldset[disabled] a:focus, fieldset[disabled] .woocommerce a.added_to_cart:focus, .woocommerce fieldset[disabled] a.added_to_cart:focus, fieldset[disabled] .add-cart-bottom .add-cart .added_to_cart:focus, .add-cart-bottom .add-cart fieldset[disabled] .added_to_cart:focus,
fieldset[disabled] .groups-button .add-cart .added_to_cart:focus,
.groups-button .add-cart fieldset[disabled] .added_to_cart:focus, fieldset[disabled] .wcv-form [type="submit"]:focus, .wcv-form fieldset[disabled] [type="submit"]:focus, fieldset[disabled] .woocommerce .widget_price_filter .price_slider_amount .button:focus, .woocommerce .widget_price_filter .price_slider_amount fieldset[disabled] .button:focus, fieldset[disabled] .btn-theme:active, fieldset[disabled] .viewmore-products-btn:active, fieldset[disabled] .woocommerce #respond input#submit:active, .woocommerce #respond fieldset[disabled] input#submit:active, fieldset[disabled] .woocommerce a.button:active, .woocommerce fieldset[disabled] a.button:active, fieldset[disabled] .woocommerce button.button:active, .woocommerce fieldset[disabled] button.button:active, fieldset[disabled] .woocommerce input.button:active, .woocommerce fieldset[disabled] input.button:active, fieldset[disabled] .woocommerce .wishlist_table td.product-add-to-cart a:active, .woocommerce .wishlist_table td.product-add-to-cart fieldset[disabled] a:active, fieldset[disabled] .woocommerce a.added_to_cart:active, .woocommerce fieldset[disabled] a.added_to_cart:active, fieldset[disabled] .add-cart-bottom .add-cart .added_to_cart:active, .add-cart-bottom .add-cart fieldset[disabled] .added_to_cart:active,
fieldset[disabled] .groups-button .add-cart .added_to_cart:active,
.groups-button .add-cart fieldset[disabled] .added_to_cart:active, fieldset[disabled] .wcv-form [type="submit"]:active, .wcv-form fieldset[disabled] [type="submit"]:active, fieldset[disabled] .woocommerce .widget_price_filter .price_slider_amount .button:active, .woocommerce .widget_price_filter .price_slider_amount fieldset[disabled] .button:active, fieldset[disabled] .btn-theme.active, fieldset[disabled] .active.viewmore-products-btn, fieldset[disabled] .woocommerce #respond input.active#submit, .woocommerce #respond fieldset[disabled] input.active#submit, fieldset[disabled] .woocommerce a.active.button, .woocommerce fieldset[disabled] a.active.button, fieldset[disabled] .woocommerce button.active.button, .woocommerce fieldset[disabled] button.active.button, fieldset[disabled] .woocommerce input.active.button, .woocommerce fieldset[disabled] input.active.button, fieldset[disabled] .woocommerce .wishlist_table td.product-add-to-cart a.active, .woocommerce .wishlist_table td.product-add-to-cart fieldset[disabled] a.active, fieldset[disabled] .woocommerce a.active.added_to_cart, .woocommerce fieldset[disabled] a.active.added_to_cart, fieldset[disabled] .add-cart-bottom .add-cart .active.added_to_cart, .add-cart-bottom .add-cart fieldset[disabled] .active.added_to_cart,
fieldset[disabled] .groups-button .add-cart .active.added_to_cart,
.groups-button .add-cart fieldset[disabled] .active.added_to_cart, fieldset[disabled] .wcv-form .active[type="submit"], .wcv-form fieldset[disabled] .active[type="submit"], fieldset[disabled] .woocommerce .widget_price_filter .price_slider_amount .active.button, .woocommerce .widget_price_filter .price_slider_amount fieldset[disabled] .active.button {
background-color: #e23e1d;
border-color: #e23e1d;
}
.btn-theme .badge, .viewmore-products-btn .badge, .woocommerce #respond input#submit .badge, .woocommerce a.button .badge, .woocommerce button.button .badge, .woocommerce input.button .badge, .woocommerce .wishlist_table td.product-add-to-cart a .badge, .woocommerce a.added_to_cart .badge, .add-cart-bottom .add-cart .added_to_cart .badge,
.groups-button .add-cart .added_to_cart .badge, .wcv-form [type="submit"] .badge, .woocommerce .widget_price_filter .price_slider_amount .button .badge {
color: #e23e1d;
background-color: #fff;
}
.btn-theme:active, .viewmore-products-btn:active, .woocommerce #respond input#submit:active, .woocommerce a.button:active, .woocommerce button.button:active, .woocommerce input.button:active, .woocommerce .wishlist_table td.product-add-to-cart a:active, .woocommerce a.added_to_cart:active, .add-cart-bottom .add-cart .added_to_cart:active,
.groups-button .add-cart .added_to_cart:active, .wcv-form [type="submit"]:active, .woocommerce .widget_price_filter .price_slider_amount .button:active, .btn-theme:hover, .viewmore-products-btn:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce .wishlist_table td.product-add-to-cart a:hover, .woocommerce a.added_to_cart:hover, .add-cart-bottom .add-cart .added_to_cart:hover,
.groups-button .add-cart .added_to_cart:hover, .wcv-form [type="submit"]:hover, .woocommerce .widget_price_filter .price_slider_amount .button:hover {
color: #fff !important;
}
.btn-dark {
color: #181818;
background-color: rgba(240, 242, 249, 0.9);
border-color: rgba(240, 242, 249, 0.9);
}
.btn-dark:hover, .btn-dark:focus, .btn-dark:active, .btn-dark.active, .open > .btn-dark.dropdown-toggle {
color: #181818;
background-color: rgba(204, 210, 234, 0.9);
border-color: rgba(204, 210, 234, 0.9);
}
.btn-dark:active, .btn-dark.active, .open > .btn-dark.dropdown-toggle {
background-image: none;
}
.btn-dark.disabled, .btn-dark.disabled:hover, .btn-dark.disabled:focus, .btn-dark.disabled:active, .btn-dark.disabled.active, .btn-dark[disabled], .btn-dark[disabled]:hover, .btn-dark[disabled]:focus, .btn-dark[disabled]:active, .btn-dark[disabled].active, fieldset[disabled] .btn-dark, fieldset[disabled] .btn-dark:hover, fieldset[disabled] .btn-dark:focus, fieldset[disabled] .btn-dark:active, fieldset[disabled] .btn-dark.active {
background-color: rgba(240, 242, 249, 0.9);
border-color: rgba(240, 242, 249, 0.9);
}
.btn-dark .badge {
color: rgba(240, 242, 249, 0.9);
background-color: #181818;
}
.btn-dark:active, .btn-dark:hover {
color: #181818 !important;
}
.btn-theme-second {
color: #fff;
background-color: #1b251f;
border-color: #1b251f;
}
.btn-theme-second:hover, .btn-theme-second:focus, .btn-theme-second:active, .btn-theme-second.active, .open > .btn-theme-second.dropdown-toggle {
color: #fff;
background-color: #050806;
border-color: #050806;
}
.btn-theme-second:active, .btn-theme-second.active, .open > .btn-theme-second.dropdown-toggle {
background-image: none;
}
.btn-theme-second.disabled, .btn-theme-second.disabled:hover, .btn-theme-second.disabled:focus, .btn-theme-second.disabled:active, .btn-theme-second.disabled.active, .btn-theme-second[disabled], .btn-theme-second[disabled]:hover, .btn-theme-second[disabled]:focus, .btn-theme-second[disabled]:active, .btn-theme-second[disabled].active, fieldset[disabled] .btn-theme-second, fieldset[disabled] .btn-theme-second:hover, fieldset[disabled] .btn-theme-second:focus, fieldset[disabled] .btn-theme-second:active, fieldset[disabled] .btn-theme-second.active {
background-color: #1b251f;
border-color: #1b251f;
}
.btn-theme-second .badge {
color: #1b251f;
background-color: #fff;
}
.btn-theme-second:active, .btn-theme-second:hover {
color: #fff;
}
.btn-theme.btn-outline, .btn-outline.viewmore-products-btn, .woocommerce #respond input.btn-outline#submit, .woocommerce a.btn-outline.button, .woocommerce button.btn-outline.button, .woocommerce input.btn-outline.button, .woocommerce .wishlist_table td.product-add-to-cart a.btn-outline, .woocommerce a.btn-outline.added_to_cart, .add-cart-bottom .add-cart .btn-outline.added_to_cart,
.groups-button .add-cart .btn-outline.added_to_cart, .wcv-form .btn-outline[type="submit"], .woocommerce .widget_price_filter .price_slider_amount .btn-outline.button {
color: #e23e1d;
border-color: #e23e1d;
background: transparent;
}
.btn-theme.btn-outline:hover, .btn-outline.viewmore-products-btn:hover, .woocommerce #respond input.btn-outline#submit:hover, .woocommerce a.btn-outline.button:hover, .woocommerce button.btn-outline.button:hover, .woocommerce input.btn-outline.button:hover, .woocommerce .wishlist_table td.product-add-to-cart a.btn-outline:hover, .woocommerce a.btn-outline.added_to_cart:hover, .add-cart-bottom .add-cart .btn-outline.added_to_cart:hover,
.groups-button .add-cart .btn-outline.added_to_cart:hover, .wcv-form .btn-outline[type="submit"]:hover, .woocommerce .widget_price_filter .price_slider_amount .btn-outline.button:hover, .btn-theme.btn-outline:active, .btn-outline.viewmore-products-btn:active, .woocommerce #respond input.btn-outline#submit:active, .woocommerce a.btn-outline.button:active, .woocommerce button.btn-outline.button:active, .woocommerce input.btn-outline.button:active, .woocommerce .wishlist_table td.product-add-to-cart a.btn-outline:active, .woocommerce a.btn-outline.added_to_cart:active, .add-cart-bottom .add-cart .btn-outline.added_to_cart:active,
.groups-button .add-cart .btn-outline.added_to_cart:active, .wcv-form .btn-outline[type="submit"]:active, .woocommerce .widget_price_filter .price_slider_amount .btn-outline.button:active {
color: #fff;
background: #e23e1d;
border-color: #e23e1d;
}
.more-link {
color: #e23e1d;
display: inline-block;
font-weight: 700;
margin: 10px 0;
text-transform: capitalize;
}
.more-link:hover {
text-decoration: none;
}
.btn-donate i {
margin-right: 8px;
}
.rtl .btn-donate i {
margin-left: 8px;
margin-right: inherit;
}
.btn-shaded-sm {
position: relative;
}
.btn-shaded-sm:before {
content: '';
position: absolute;
top: 0px;
left: 0px;
border-width: 20px 10px;
border-style: solid;
border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
} .search-popup .dropdown-menu {
padding: 10px;
}
.btn-action {
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
cursor: pointer;
display: inline-block;
font-size: 11px;
font-weight: 900;
line-height: 30px;
margin-bottom: 0;
padding: 0px 10px;
text-align: center;
text-transform: uppercase;
-webkit-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
vertical-align: middle;
white-space: nowrap;
}
.searchform .input-search {
padding: 15px;
border-right: 0;
line-height: 1.5;
}
.rtl .searchform .input-search {
border-left: 0;
border-right: inherit;
}
.searchform .btn-search {
vertical-align: top;
color: #adafac;
padding: 12px 5px;
}
.searchform .input-group-btn {
line-height: 100%;
}
.search-category .btn, .search-category .viewmore-products-btn, .search-category .woocommerce #respond input#submit, .woocommerce #respond .search-category input#submit, .search-category .woocommerce a.button, .woocommerce .search-category a.button, .search-category .woocommerce button.button, .woocommerce .search-category button.button, .search-category .woocommerce input.button, .woocommerce .search-category input.button, .search-category .woocommerce .wishlist_table td.product-add-to-cart a, .woocommerce .wishlist_table td.product-add-to-cart .search-category a, .search-category .woocommerce a.added_to_cart, .woocommerce .search-category a.added_to_cart, .search-category .details-product .information .compare, .details-product .information .search-category .compare, .search-category .add-cart-bottom .add-cart .added_to_cart, .add-cart-bottom .add-cart .search-category .added_to_cart,
.search-category .groups-button .add-cart .added_to_cart,
.groups-button .add-cart .search-category .added_to_cart, .search-category .wcv-form [type="submit"], .wcv-form .search-category [type="submit"], .search-category .wfg-button, .search-category .woocommerce .widget_price_filter .price_slider_amount .button, .woocommerce .widget_price_filter .price_slider_amount .search-category .button, .search-category #add_payment_method .wc-proceed-to-checkout a.checkout-button, #add_payment_method .wc-proceed-to-checkout .search-category a.checkout-button, .search-category .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout .search-category a.checkout-button, .search-category .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout .search-category a.checkout-button {
margin-left: 10px !important;
border-radius: 0px !important;
-webkit-border-radius: 0px !important;
-moz-border-radius: 0px !important;
-ms-border-radius: 0px !important;
-o-border-radius: 0px !important;
}
.rtl .search-category .btn, .rtl .search-category .viewmore-products-btn, .rtl .search-category .woocommerce #respond input#submit, .woocommerce #respond .rtl .search-category input#submit, .rtl .search-category .woocommerce a.button, .woocommerce .rtl .search-category a.button, .rtl .search-category .woocommerce button.button, .woocommerce .rtl .search-category button.button, .rtl .search-category .woocommerce input.button, .woocommerce .rtl .search-category input.button, .rtl .search-category .woocommerce .wishlist_table td.product-add-to-cart a, .woocommerce .wishlist_table td.product-add-to-cart .rtl .search-category a, .rtl .search-category .woocommerce a.added_to_cart, .woocommerce .rtl .search-category a.added_to_cart, .rtl .search-category .details-product .information .compare, .details-product .information .rtl .search-category .compare, .rtl .search-category .add-cart-bottom .add-cart .added_to_cart, .add-cart-bottom .add-cart .rtl .search-category .added_to_cart,
.rtl .search-category .groups-button .add-cart .added_to_cart,
.groups-button .add-cart .rtl .search-category .added_to_cart, .rtl .search-category .wcv-form [type="submit"], .wcv-form .rtl .search-category [type="submit"], .rtl .search-category .wfg-button, .rtl .search-category .woocommerce .widget_price_filter .price_slider_amount .button, .woocommerce .widget_price_filter .price_slider_amount .rtl .search-category .button, .rtl .search-category #add_payment_method .wc-proceed-to-checkout a.checkout-button, #add_payment_method .wc-proceed-to-checkout .rtl .search-category a.checkout-button, .rtl .search-category .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout .rtl .search-category a.checkout-button, .rtl .search-category .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout .rtl .search-category a.checkout-button {
margin-right: 10px !important;
margin-left: inherit;
}
.search-category .wpo-search-inner label.form-control {
border: none;
border-bottom-right-radius: 0px;
border-top-right-radius: 0px;
}
.search-category select {
border: none;
text-transform: capitalize;
font-weight: 400;
font-family: "Rubik-Medium";
} .chosen-container {
width: 100% !important;
}
.input-group-form {
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
background: transparent;
margin: 0 0 5px 0;
}
.input-group-form .form-control-reversed {
border: 0px;
background: #222222;
color: #cccccc;
font-size: 14px;
height: 34px;
}
.input-group-form .form-control-reversed:hover, .input-group-form .form-control-reversed:focus {
-webkit-box-shadow: none;
box-shadow: none;
}
.input-group-form .input-group-addon {
border: 0;
background: #222222;
border-bottom-left-radius: 4px;
border-top-left-radius: 4px;
}  .no-margin {
margin: 0 !important;
}
.no-margin .pagination {
margin: 0;
} .no-padding {
padding: 0 !important;
}
.no-position {
position: static !important;
}
.inline-block {
display: inline-block;
vertical-align: middle;
}
.lt-ie8 .inline-block {
display: inline;
zoom: 1;
}
.no-background {
-webkit-box-shadow: none;
box-shadow: none;
background: none !important;
}
.no-effect a:before {
content: none !important;
} .clear-list {
padding: 0;
margin: 0;
list-style: none;
} .text-uppercase {
text-transform: uppercase !important;
} .separator_align_center {
text-align: center !important;
}
.vc_align_right,
.separator_align_right {
text-align: right !important;
}
.separator_align_left {
text-align: left !important;
} .font-size-lg {
font-size: 48px;
}
.font-size-md {
font-size: 30px;
}
.font-size-sm {
font-size: 20px;
}
.font-size-xs {
font-size: 16px;
} .no-border {
border: 0px !important;
} .bg-transparent {
background: transparent !important;
} .effect-1 {
position: relative;
}
.effect-1:after {
content: '';
display: block;
width: 0px;
height: 1px;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
left: 0;
bottom: 0;
right: 0;
background: transparent;
margin: auto;
}
.effect-1:hover:after {
width: 100%;
height: 1px;
background: #e23e1d;
}
.zoom-2 {
overflow: hidden;
display: block;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
}
.zoom-2 img {
position: relative;
width: 100%;
height: auto;
-webkit-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
-webkit-transform-origin: center center;
-moz-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: center center;
}
.zoom-2:hover img {
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
-o-transform: scale(1.2);
transform: scale(1.2);
}
.filter-grayscale, .category-image img {
-webkit-transition: all 0.6s ease-out 0s;
-o-transition: all 0.6s ease-out 0s;
transition: all 0.6s ease-out 0s;
}
.filter-grayscale:hover, .category-image img:hover {
filter: grayscale(100%);
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-o-filter: grayscale(100%);
-ms-filter: grayscale(100%);
}
.filter-brightness {
-webkit-transition: all 0.4s ease-out 0s;
-o-transition: all 0.4s ease-out 0s;
transition: all 0.4s ease-out 0s;
}
.filter-brightness:hover {
filter: brightness(0.4);
-webkit-filter: brightness(0.4);
-moz-filter: brightness(0.4);
-o-filter: brightness(0.4);
-ms-filter: brightness(0.4);
}
.filter-blur {
-webkit-transition: all 0.6s ease-out 0s;
-o-transition: all 0.6s ease-out 0s;
transition: all 0.6s ease-out 0s;
}
.filter-blur:hover {
filter: blur(5px);
-webkit-filter: blur(5px);
-moz-filter: blur(5px);
-o-filter: blur(5px);
-ms-filter: blur(5px);
}
.close .fa {
-webkit-transition: all 1s ease-in-out;
-o-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;
}
.close:hover .fa {
-webkit-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
.image-overlay-1:after, .image-overlay-1:before {
content: "";
display: block;
position: absolute;
z-index: 100;
background: rgba(0, 0, 0, 0.7);
width: 100%;
height: 100%;
left: 0;
opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.rtl .image-overlay-1:after, .rtl .image-overlay-1:before {
right: 0;
left: auto;
}
.image-overlay-1:after {
top: -100%;
}
.image-overlay-1:before {
bottom: -100%;
}
.image-overlay-1:hover:after {
top: -50%;
opacity: 1;
filter: alpha(opacity=100);
}
.image-overlay-1:hover:before {
bottom: -50%;
opacity: 1;
filter: alpha(opacity=100);
}
.image-plus-1 {
position: relative;
}
.image-plus-1::before {
overflow: hidden;
position: absolute;
top: 0;
content: "";
z-index: 100;
width: 100%;
height: 100%;
left: 0;
opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
-webkit-transform: scale(1.5);
-moz-transform: scale(1.5);
-ms-transform: scale(1.5);
-o-transform: scale(1.5);
transform: scale(1.5);
background: url(//www.imep.com.tr/wp-content/themes/yozi/images/plus.png) no-repeat scroll center center/60px 60px rgba(0, 0, 0, 0.6);
}
.rtl .image-plus-1::before {
right: 0;
left: auto;
}
.image-plus-1:hover::before {
visibility: visible;
opacity: 0.6;
filter: alpha(opacity=60);
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.image-plus-2 {
position: relative;
}
.image-plus-2::before {
content: "";
z-index: 199;
top: 0;
position: absolute;
background: url(//www.imep.com.tr/wp-content/themes/yozi/images/plus.png) no-repeat scroll center center/60px 60px rgba(0, 0, 0, 0.8);
width: 100%;
height: 100%;
left: 0;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
opacity: 0;
filter: alpha(opacity=0);
-webkit-background-size: 10px 10px, 100% 100%;
-moz-background-size: 10px 10px, 100% 100%;
-ms-background-size: 10px 10px, 100% 100%;
-o-background-size: 10px 10px, 100% 100%;
background-size: 10px 10px, 100% 100%;
-webkit-background-origin: padding-box, padding-box;
-moz-background-origin: padding-box, padding-box;
-ms-background-origin: padding-box, padding-box;
-o-background-origin: padding-box, padding-box;
background-origin: padding-box, padding-box;
}
.rtl .image-plus-2::before {
right: 0;
left: auto;
}
.image-plus-2:hover::before {
opacity: .6;
visibility: visible;
-webkit-background-size: 60px 60px, 100% 100%;
-moz-background-size: 60px 60px, 100% 100%;
-ms-background-size: 60px 60px, 100% 100%;
-o-background-size: 60px 60px, 100% 100%;
background-size: 60px 60px, 100% 100%;
}
.image-plus-3 {
position: relative;
}
.image-plus-3::before {
content: "";
top: 0;
overflow: hidden;
position: absolute;
z-index: 100;
-webkit-transform: scale(0.5) rotateX(180deg);
-moz-transform: scale(0.5) rotateX(180deg);
-ms-transform: scale(0.5) rotateX(180deg);
-o-transform: scale(0.5) rotateX(180deg);
transform: scale(0.5) rotateX(180deg);
width: 100%;
height: 100%;
left: 0;
opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
background: rgba(0, 0, 0, 0.8);
}
.rtl .image-plus-3::before {
right: 0;
left: auto;
}
.image-plus-3:hover::before {
visibility: visible;
opacity: 0.6;
filter: alpha(opacity=60);
-webkit-transform: scale(1) rotateX(0deg);
-moz-transform: scale(1) rotateX(0deg);
-ms-transform: scale(1) rotateX(0deg);
-o-transform: scale(1) rotateX(0deg);
transform: scale(1) rotateX(0deg);
}
.icon-effect-1 {
position: relative;
}
.icon-effect-1:before {
content: "";
display: block;
-webkit-transform: scale(0.5);
-ms-transform: scale(0.5);
-o-transform: scale(0.5);
transform: scale(0.5);
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
-webkit-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.2s cubic-bezier(0.19, 1, 0.22, 1);
-o-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.2s cubic-bezier(0.19, 1, 0.22, 1);
transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.2s cubic-bezier(0.19, 1, 0.22, 1);
left: 0;
right: 0;
bottom: 0;
top: 0;
margin: auto;
width: 100%;
height: 100%;
position: absolute;
background-color: transparent;
}
.icon-effect-1:hover:before {
-webkit-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
-webkit-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.2s cubic-bezier(0.19, 1, 0.22, 1);
-o-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.2s cubic-bezier(0.19, 1, 0.22, 1);
transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.2s cubic-bezier(0.19, 1, 0.22, 1);
} .btn, .viewmore-products-btn, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce .wishlist_table td.product-add-to-cart a, .woocommerce a.added_to_cart, .details-product .information .compare, .add-cart-bottom .add-cart .added_to_cart,
.groups-button .add-cart .added_to_cart, .wcv-form [type="submit"], .wfg-button, .woocommerce .widget_price_filter .price_slider_amount .button, #add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
display: inline-block;
margin-bottom: 0;
font-weight: 500;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-image: none;
border: 2px solid transparent;
white-space: nowrap;
letter-spacing: 0;
padding: 5px 30px;
font-size: 13px;
line-height: 2;
border-radius: 100px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
text-transform: uppercase;
-webkit-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
}
.btn:focus, .viewmore-products-btn:focus, .woocommerce #respond input#submit:focus, .woocommerce a.button:focus, .woocommerce button.button:focus, .woocommerce input.button:focus, .woocommerce .wishlist_table td.product-add-to-cart a:focus, .woocommerce a.added_to_cart:focus, .details-product .information .compare:focus, .add-cart-bottom .add-cart .added_to_cart:focus,
.groups-button .add-cart .added_to_cart:focus, .wcv-form [type="submit"]:focus, .wfg-button:focus, .woocommerce .widget_price_filter .price_slider_amount .button:focus, #add_payment_method .wc-proceed-to-checkout a.checkout-button:focus, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:focus, .btn:active:focus, .viewmore-products-btn:active:focus, .woocommerce #respond input#submit:active:focus, .woocommerce a.button:active:focus, .woocommerce button.button:active:focus, .woocommerce input.button:active:focus, .woocommerce .wishlist_table td.product-add-to-cart a:active:focus, .woocommerce a.added_to_cart:active:focus, .details-product .information .compare:active:focus, .add-cart-bottom .add-cart .added_to_cart:active:focus,
.groups-button .add-cart .added_to_cart:active:focus, .wcv-form [type="submit"]:active:focus, .wfg-button:active:focus, .woocommerce .widget_price_filter .price_slider_amount .button:active:focus, #add_payment_method .wc-proceed-to-checkout a.checkout-button:active:focus, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:active:focus, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:active:focus, .btn.active:focus, .active.viewmore-products-btn:focus, .woocommerce #respond input.active#submit:focus, .woocommerce a.active.button:focus, .woocommerce button.active.button:focus, .woocommerce input.active.button:focus, .woocommerce .wishlist_table td.product-add-to-cart a.active:focus, .woocommerce a.active.added_to_cart:focus, .details-product .information .active.compare:focus, .add-cart-bottom .add-cart .active.added_to_cart:focus,
.groups-button .add-cart .active.added_to_cart:focus, .wcv-form .active[type="submit"]:focus, .active.wfg-button:focus, .woocommerce .widget_price_filter .price_slider_amount .active.button:focus, #add_payment_method .wc-proceed-to-checkout a.active.checkout-button:focus, .woocommerce-cart .wc-proceed-to-checkout a.active.checkout-button:focus, .woocommerce-checkout .wc-proceed-to-checkout a.active.checkout-button:focus {
outline: 0;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.btn:hover, .viewmore-products-btn:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce .wishlist_table td.product-add-to-cart a:hover, .woocommerce a.added_to_cart:hover, .details-product .information .compare:hover, .add-cart-bottom .add-cart .added_to_cart:hover,
.groups-button .add-cart .added_to_cart:hover, .wcv-form [type="submit"]:hover, .wfg-button:hover, .woocommerce .widget_price_filter .price_slider_amount .button:hover, #add_payment_method .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover, .btn:focus, .viewmore-products-btn:focus, .woocommerce #respond input#submit:focus, .woocommerce a.button:focus, .woocommerce button.button:focus, .woocommerce input.button:focus, .woocommerce .wishlist_table td.product-add-to-cart a:focus, .woocommerce a.added_to_cart:focus, .details-product .information .compare:focus, .add-cart-bottom .add-cart .added_to_cart:focus,
.groups-button .add-cart .added_to_cart:focus, .wcv-form [type="submit"]:focus, .wfg-button:focus, .woocommerce .widget_price_filter .price_slider_amount .button:focus, #add_payment_method .wc-proceed-to-checkout a.checkout-button:focus, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:focus, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:focus {
color: #e23e1d;
text-decoration: none;
}
.btn:active, .viewmore-products-btn:active, .woocommerce #respond input#submit:active, .woocommerce a.button:active, .woocommerce button.button:active, .woocommerce input.button:active, .woocommerce .wishlist_table td.product-add-to-cart a:active, .woocommerce a.added_to_cart:active, .details-product .information .compare:active, .add-cart-bottom .add-cart .added_to_cart:active,
.groups-button .add-cart .added_to_cart:active, .wcv-form [type="submit"]:active, .wfg-button:active, .woocommerce .widget_price_filter .price_slider_amount .button:active, #add_payment_method .wc-proceed-to-checkout a.checkout-button:active, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:active, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:active, .btn.active, .active.viewmore-products-btn, .woocommerce #respond input.active#submit, .woocommerce a.active.button, .woocommerce button.active.button, .woocommerce input.active.button, .woocommerce .wishlist_table td.product-add-to-cart a.active, .woocommerce a.active.added_to_cart, .details-product .information .active.compare, .add-cart-bottom .add-cart .active.added_to_cart,
.groups-button .add-cart .active.added_to_cart, .wcv-form .active[type="submit"], .active.wfg-button, .woocommerce .widget_price_filter .price_slider_amount .active.button, #add_payment_method .wc-proceed-to-checkout a.active.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.active.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.active.checkout-button {
outline: 0;
background-image: none;
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .disabled.viewmore-products-btn, .woocommerce #respond input.disabled#submit, .woocommerce a.disabled.button, .woocommerce button.disabled.button, .woocommerce input.disabled.button, .woocommerce .wishlist_table td.product-add-to-cart a.disabled, .woocommerce a.disabled.added_to_cart, .details-product .information .disabled.compare, .add-cart-bottom .add-cart .disabled.added_to_cart,
.groups-button .add-cart .disabled.added_to_cart, .wcv-form .disabled[type="submit"], .disabled.wfg-button, .woocommerce .widget_price_filter .price_slider_amount .disabled.button, #add_payment_method .wc-proceed-to-checkout a.disabled.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.disabled.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.disabled.checkout-button, .btn[disabled], [disabled].viewmore-products-btn, .woocommerce #respond input[disabled]#submit, .woocommerce a[disabled].button, .woocommerce button[disabled].button, .woocommerce input[disabled].button, .woocommerce .wishlist_table td.product-add-to-cart a[disabled], .woocommerce a[disabled].added_to_cart, .details-product .information [disabled].compare, .add-cart-bottom .add-cart [disabled].added_to_cart,
.groups-button .add-cart [disabled].added_to_cart, .wcv-form [disabled][type="submit"], [disabled].wfg-button, .woocommerce .widget_price_filter .price_slider_amount [disabled].button, #add_payment_method .wc-proceed-to-checkout a[disabled].checkout-button, .woocommerce-cart .wc-proceed-to-checkout a[disabled].checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a[disabled].checkout-button, fieldset[disabled] .btn, fieldset[disabled] .viewmore-products-btn, fieldset[disabled] .woocommerce #respond input#submit, .woocommerce #respond fieldset[disabled] input#submit, fieldset[disabled] .woocommerce a.button, .woocommerce fieldset[disabled] a.button, fieldset[disabled] .woocommerce button.button, .woocommerce fieldset[disabled] button.button, fieldset[disabled] .woocommerce input.button, .woocommerce fieldset[disabled] input.button, fieldset[disabled] .woocommerce .wishlist_table td.product-add-to-cart a, .woocommerce .wishlist_table td.product-add-to-cart fieldset[disabled] a, fieldset[disabled] .woocommerce a.added_to_cart, .woocommerce fieldset[disabled] a.added_to_cart, fieldset[disabled] .details-product .information .compare, .details-product .information fieldset[disabled] .compare, fieldset[disabled] .add-cart-bottom .add-cart .added_to_cart, .add-cart-bottom .add-cart fieldset[disabled] .added_to_cart,
fieldset[disabled] .groups-button .add-cart .added_to_cart,
.groups-button .add-cart fieldset[disabled] .added_to_cart, fieldset[disabled] .wcv-form [type="submit"], .wcv-form fieldset[disabled] [type="submit"], fieldset[disabled] .wfg-button, fieldset[disabled] .woocommerce .widget_price_filter .price_slider_amount .button, .woocommerce .widget_price_filter .price_slider_amount fieldset[disabled] .button, fieldset[disabled] #add_payment_method .wc-proceed-to-checkout a.checkout-button, #add_payment_method .wc-proceed-to-checkout fieldset[disabled] a.checkout-button, fieldset[disabled] .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout fieldset[disabled] a.checkout-button, fieldset[disabled] .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout fieldset[disabled] a.checkout-button {
cursor: not-allowed;
pointer-events: none;
opacity: 0.65;
filter: alpha(opacity=65);
-webkit-box-shadow: none;
box-shadow: none;
}
.btn-default {
color: #333;
background-color: #fff;
border-color: #ccc;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
color: #333;
background-color: #e6e6e6;
border-color: #b3b3b3;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
background-image: none;
}
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
background-color: #fff;
border-color: #ccc;
}
.btn-default .badge {
color: #fff;
background-color: #333;
}
.btn-primary {
color: #fff;
background-color: #191919;
border-color: #0c0c0c;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
color: #fff;
background-color: black;
border-color: black;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
background-image: none;
}
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
background-color: #191919;
border-color: #0c0c0c;
}
.btn-primary .badge {
color: #191919;
background-color: #fff;
}
.btn-success, .wfg-button.wfg-add-gifts {
color: #fff;
background-color: #5cb85c;
border-color: #4cae4c;
}
.btn-success:hover, .wfg-button.wfg-add-gifts:hover, .btn-success:focus, .wfg-button.wfg-add-gifts:focus, .btn-success:active, .wfg-button.wfg-add-gifts:active, .btn-success.active, .active.wfg-button.wfg-add-gifts, .open > .btn-success.dropdown-toggle, .open > .dropdown-toggle.wfg-button.wfg-add-gifts {
color: #fff;
background-color: #449d44;
border-color: #3d8b3d;
}
.btn-success:active, .wfg-button.wfg-add-gifts:active, .btn-success.active, .active.wfg-button.wfg-add-gifts, .open > .btn-success.dropdown-toggle, .open > .dropdown-toggle.wfg-button.wfg-add-gifts {
background-image: none;
}
.btn-success.disabled, .disabled.wfg-button.wfg-add-gifts, .btn-success.disabled:hover, .disabled.wfg-button.wfg-add-gifts:hover, .btn-success.disabled:focus, .disabled.wfg-button.wfg-add-gifts:focus, .btn-success.disabled:active, .disabled.wfg-button.wfg-add-gifts:active, .btn-success.disabled.active, .disabled.active.wfg-button.wfg-add-gifts, .btn-success[disabled], [disabled].wfg-button.wfg-add-gifts, .btn-success[disabled]:hover, [disabled].wfg-button.wfg-add-gifts:hover, .btn-success[disabled]:focus, [disabled].wfg-button.wfg-add-gifts:focus, .btn-success[disabled]:active, [disabled].wfg-button.wfg-add-gifts:active, .btn-success[disabled].active, [disabled].active.wfg-button.wfg-add-gifts, fieldset[disabled] .btn-success, fieldset[disabled] .wfg-button.wfg-add-gifts, fieldset[disabled] .btn-success:hover, fieldset[disabled] .wfg-button.wfg-add-gifts:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .wfg-button.wfg-add-gifts:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .wfg-button.wfg-add-gifts:active, fieldset[disabled] .btn-success.active, fieldset[disabled] .active.wfg-button.wfg-add-gifts {
background-color: #5cb85c;
border-color: #4cae4c;
}
.btn-success .badge, .wfg-button.wfg-add-gifts .badge {
color: #5cb85c;
background-color: #fff;
}
.btn-info {
color: #fff;
background-color: #5bc0de;
border-color: #46b8da;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
color: #fff;
background-color: #31b0d5;
border-color: #28a1c5;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
background-image: none;
}
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
background-color: #5bc0de;
border-color: #46b8da;
}
.btn-info .badge {
color: #5bc0de;
background-color: #fff;
}
.btn-warning {
color: #fff;
background-color: #f0ad4e;
border-color: #eea236;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
color: #fff;
background-color: #ec971f;
border-color: #df8a13;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
background-image: none;
}
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
background-color: #f0ad4e;
border-color: #eea236;
}
.btn-warning .badge {
color: #f0ad4e;
background-color: #fff;
}
.btn-danger, .wfg-button.wfg-no-thanks {
color: #fff;
background-color: #d9534f;
border-color: #d43f3a;
}
.btn-danger:hover, .wfg-button.wfg-no-thanks:hover, .btn-danger:focus, .wfg-button.wfg-no-thanks:focus, .btn-danger:active, .wfg-button.wfg-no-thanks:active, .btn-danger.active, .active.wfg-button.wfg-no-thanks, .open > .btn-danger.dropdown-toggle, .open > .dropdown-toggle.wfg-button.wfg-no-thanks {
color: #fff;
background-color: #c9302c;
border-color: #b52b27;
}
.btn-danger:active, .wfg-button.wfg-no-thanks:active, .btn-danger.active, .active.wfg-button.wfg-no-thanks, .open > .btn-danger.dropdown-toggle, .open > .dropdown-toggle.wfg-button.wfg-no-thanks {
background-image: none;
}
.btn-danger.disabled, .disabled.wfg-button.wfg-no-thanks, .btn-danger.disabled:hover, .disabled.wfg-button.wfg-no-thanks:hover, .btn-danger.disabled:focus, .disabled.wfg-button.wfg-no-thanks:focus, .btn-danger.disabled:active, .disabled.wfg-button.wfg-no-thanks:active, .btn-danger.disabled.active, .disabled.active.wfg-button.wfg-no-thanks, .btn-danger[disabled], [disabled].wfg-button.wfg-no-thanks, .btn-danger[disabled]:hover, [disabled].wfg-button.wfg-no-thanks:hover, .btn-danger[disabled]:focus, [disabled].wfg-button.wfg-no-thanks:focus, .btn-danger[disabled]:active, [disabled].wfg-button.wfg-no-thanks:active, .btn-danger[disabled].active, [disabled].active.wfg-button.wfg-no-thanks, fieldset[disabled] .btn-danger, fieldset[disabled] .wfg-button.wfg-no-thanks, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .wfg-button.wfg-no-thanks:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .wfg-button.wfg-no-thanks:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .wfg-button.wfg-no-thanks:active, fieldset[disabled] .btn-danger.active, fieldset[disabled] .active.wfg-button.wfg-no-thanks {
background-color: #d9534f;
border-color: #d43f3a;
}
.btn-danger .badge, .wfg-button.wfg-no-thanks .badge {
color: #d9534f;
background-color: #fff;
}
.btn-link {
color: #191919;
font-weight: normal;
cursor: pointer;
border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
background-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
color: #e23e1d;
text-decoration: underline;
background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
color: #777777;
text-decoration: none;
}
.btn-lg {
padding: 8px 35px;
font-size: 20px;
line-height: 1.33333;
border-radius: 100px;
}
.btn-sm {
padding: 5px 10px;
font-size: 14px;
line-height: 1.5;
border-radius: 0px;
}
.btn-xs {
padding: 1px 5px;
font-size: 14px;
line-height: 1.5;
border-radius: 0px;
}
.btn-block {
display: block;
width: 100%;
}
.btn-block + .btn-block {
margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
width: 100%;
} .alert {
padding: 15px;
margin-bottom: 29px;
border: 1px solid transparent;
border-radius: 100px;
}
.alert h4 {
margin-top: 0;
color: inherit;
}
.alert .alert-link {
font-weight: bold;
}
.alert > p,
.alert > ul {
margin-bottom: 0;
}
.alert > p + p {
margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
position: relative;
top: -2px;
right: -21px;
color: inherit;
}
.alert-success {
background-color: #dff0d8;
border-color: #d6e9c6;
color: #3c763d;
}
.alert-success hr {
border-top-color: #c9e2b3;
}
.alert-success .alert-link {
color: #2b542c;
}
.alert-success .close {
color: #3c763d;
}
.alert-info {
background-color: #d9edf7;
border-color: #bce8f1;
color: #31708f;
}
.alert-info hr {
border-top-color: #a6e1ec;
}
.alert-info .alert-link {
color: #245269;
}
.alert-info .close {
color: #31708f;
}
.alert-warning {
background-color: #fcf8e3;
border-color: #faebcc;
color: #8a6d3b;
}
.alert-warning hr {
border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
color: #66512c;
}
.alert-warning .close {
color: #8a6d3b;
}
.alert-danger {
background-color: #f2dede;
border-color: #ebccd1;
color: #a94442;
}
.alert-danger hr {
border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
color: #843534;
}
.alert-danger .close {
color: #a94442;
}  .pp_gallery ul {
height: auto;
}
.pp_gallery ul a {
height: auto;
}
.woocommerce .shop_attributes tr th, .woocommerce .shop_attributes tr td {
border-width: 0 0 1px;
border-bottom: 1px solid #ebebeb;
padding: 15px 0;
font-style: normal;
}
.woocommerce .shop_attributes tr th p, .woocommerce .shop_attributes tr td p {
padding: 0;
}
.woocommerce #respond input#submit.loading, .woocommerce a.button.loading, .woocommerce button.button.loading, .woocommerce input.button.loading {
opacity: 0.5;
filter: alpha(opacity=50);
padding-right: 30px;
}
.woocommerce #respond input#submit.loading:after, .woocommerce a.button.loading:after, .woocommerce button.button.loading:after, .woocommerce input.button.loading:after {
top: 50%;
right: 50%;
color: #4c4c4c;
margin: -12px -8px 0 0;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
border: 1px solid #e23e1d;
background: #e23e1d;
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:hover, .woocommerce div.product div.images .woocommerce-product-gallery__trigger:active {
background: #cb381a;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before {
border-color: #fff;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger:after {
background: #fff;
}
@media (min-width: 1200px) {
.woocommerce div.product div.images .flex-control-thumbs li {
width: 33.33%;
}
.woocommerce div.product div.images .flex-control-thumbs li:nth-child(3n + 1) {
clear: left;
}
}
.woocommerce div.product div.images .flex-control-thumbs {
margin-left: -10px;
margin-right: -10px;
margin-top: 20px;
}
.woocommerce div.product div.images .flex-control-thumbs li {
padding-right: 10px;
padding-left: 10px;
margin-bottom: 20px;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
border: 1px solid #fff;
opacity: 0.8;
filter: alpha(opacity=80);
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
}
.woocommerce div.product div.images .flex-control-thumbs li img:hover, .woocommerce div.product div.images .flex-control-thumbs li img:active, .woocommerce div.product div.images .flex-control-thumbs li img.flex-active {
border-color: #e23e1d;
}
.shop-pagination .apus-pagination {
margin: 0;
float: left;
}
.rtl .shop-pagination .apus-pagination {
float: right;
}
.shop-pagination .woocommerce-result-count {
float: right;
margin: 5px 0 0;
}
.rtl .shop-pagination .woocommerce-result-count {
float: left;
}
.woocommerce div.product form.cart .variations {
margin-bottom: 0;
}
table.variations .tawcvs-swatches {
overflow: visible;
}
table.variations .tawcvs-swatches .swatch {
width: 12px;
height: 12px;
line-height: 12px;
opacity: 1;
cursor: pointer;
filter: alpha(opacity=100);
margin-right: 15px;
}
.rtl table.variations .tawcvs-swatches .swatch {
margin-left: 15px;
margin-right: inherit;
}
table.variations .tawcvs-swatches .swatch-color {
font-size: 0;
}
table.variations .tawcvs-swatches .swatch:before {
display: none;
}
table.variations .tawcvs-swatches .swatch.swatch-color.selected {
-webkit-box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.3);
box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.3);
}
table.variations .tawcvs-swatches .swatch.swatch-label{
width: auto;
height: auto;
}
table.variations .tawcvs-swatches .swatch.swatch-label.selected {
color: #d9534f;
}
.reset_variations{
margin: 5px 0 12px;
}
.woocommerce div.product form.cart .variations td.label {
padding: 0;
text-align: inherit;
display: table-cell;
}
.woocommerce div.product form.cart .reset_variations {
color: #d9534f;
}
.woocommerce div.product form.cart .reset_variations i {
font-size: 12px;
margin-right: 3px;
color: #e23e1d;
}
.rtl .woocommerce div.product form.cart .reset_variations i {
margin-left: 3px;
margin-right: inherit;
}
.woocommerce #respond input#submit.added:after,
.woocommerce a.button.added:after,
.woocommerce button.button.added:after,
.woocommerce input.button.added:after {
display: none;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
line-height: 1.85;
resize: none;
border: 1px solid #ebebeb;
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.woocommerce form .form-row input.input-text:focus, .woocommerce form .form-row textarea:focus {
border-color: #e23e1d;
}
.woocommerce table.wishlist_table thead th {
padding: 16px 30px;
}
.woocommerce .wishlist_table td.product-add-to-cart a {
display: inline-block !important;
background-image: none !important;
min-width: 200px;
}
.woocommerce table.wishlist_table td {
padding: 15px 30px !important;
text-align: inherit;
border: none !important;
}
.woocommerce table.wishlist_table {
font-size: 14px;
}
.woocommerce table.wishlist_table .media-body {
width: auto;
}
.woocommerce table.wishlist_table .product-thumbnail img {
width: 170px;
}
.woocommerce table.wishlist_table .product-remove,
.woocommerce table.wishlist_table .add-cart {
text-align: right;
}
.rtl .woocommerce table.wishlist_table .product-remove, .rtl
.woocommerce table.wishlist_table .add-cart {
text-align: left;
}
.yith-wcwl-share {
margin: 20px 0;
}
.yith-wcwl-share > * {
vertical-align: middle;
display: inline-block;
}
.yith-wcwl-share .yith-wcwl-share-title {
font-size: 18px;
color: #4c4c4c;
margin: 0;
}
.yith-wcwl-share ul li + li {
margin-left: 5px;
}
.rtl .yith-wcwl-share ul li + li {
margin-right: 5px;
margin-left: inherit;
}
#yith-wcwl-popup-message {
line-height: inherit;
color: #5cb85c;
}
#yith-wcwl-popup-message {
border: 1px solid #5cb85c;
}
.woocommerce-message {
line-height: 2.5;
}
.apus-filter .woocommerce-message {
display: none;
}
.cart-collaterals {
margin: 15px 0 0;
}
#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
border: 0;
padding: 0;
}
#add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li {
padding: 0;
margin-bottom: 15px;
}
#add_payment_method #payment ul.payment_methods li .payment_box, .woocommerce-cart #payment ul.payment_methods li .payment_box, .woocommerce-checkout #payment ul.payment_methods li .payment_box {
padding: 20px;
border: 1px solid #ebebeb;
margin: 0;
}
#add_payment_method #payment ul.payment_methods li label, .woocommerce-cart #payment ul.payment_methods li label, .woocommerce-checkout #payment ul.payment_methods li label {
font-size: 14px;
cursor: pointer;
font-weight: 400;
font-family: "Rubik-Medium";
display: inline;
}
#add_payment_method #payment ul.payment_methods li:last-child, .woocommerce-cart #payment ul.payment_methods li:last-child, .woocommerce-checkout #payment ul.payment_methods li:last-child {
margin-bottom: 0;
}
#add_payment_method #payment ul.payment_methods li .about_paypal, .woocommerce-cart #payment ul.payment_methods li .about_paypal, .woocommerce-checkout #payment ul.payment_methods li .about_paypal {
display: block;
line-height: inherit;
font-size: 12px;
font-weight: 400;
float: none;
color: #e23e1d;
}
#add_payment_method #payment ul.payment_methods li input, .woocommerce-cart #payment ul.payment_methods li input, .woocommerce-checkout #payment ul.payment_methods li input {
margin-right: 10px;
}
.rtl #add_payment_method #payment ul.payment_methods li input, .rtl .woocommerce-cart #payment ul.payment_methods li input, .rtl .woocommerce-checkout #payment ul.payment_methods li input {
margin-left: 10px;
margin-right: inherit;
}
.woocommerce table.shop_table {
border: 1px solid #ebebeb;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
}
.woocommerce table.shop_table th {
border-top: 1px solid #ebebeb;
padding: 15px;
}
.woocommerce table.shop_table .reader-text {
display: none;
}
.woocommerce table.shop_table td {
border: none;
border-top: 1px solid #ebebeb;
overflow: hidden;
}
@media (min-width: 1200px) {
.woocommerce table.shop_table td {
padding: 30px;
}
}
.woocommerce table.shop_table td.product-price {
color: #e23e1d;
font-weight: 400;
font-family: "Rubik-Medium";
font-size: 16px;
}
.woocommerce table.shop_table td.product-price del {
font-size: 14px;
color: #b7b7b7;
}
.woocommerce table.shop_table td input {
line-height: inherit;
}
.woocommerce table.shop_table .product-remove .remove {
display: inline-block;
width: 30px;
height: 30px;
line-height: 28px;
text-align: center;
border: 1px solid #ebebeb;
font-size: 14px;
}
.woocommerce table.shop_table .product-remove .remove:hover, .woocommerce table.shop_table .product-remove .remove:active {
border-color: #d9534f;
}
.woocommerce table.shop_table tbody .actions {
padding: 20px 30px;
}
.woocommerce table.shop_table tbody .actions p {
margin: 0;
}
.woocommerce table.shop_table tbody .product-subtotal {
font-family: "Rubik", Helvetica, Arial, sans-serif;
font-size: 16px;
font-weight: 400;
font-family: "Rubik-Medium";
color: #e23e1d;
}
.woocommerce table.shop_table tbody .order-total .woocommerce-Price-amount {
color: #222;
font-weight: 600;
font-size: 15px;
}
.woocommerce table.shop_table tbody .product-name {
color: #232530;
}
.woocommerce table.shop_table tbody .cart-subtotal .woocommerce-Price-amount,
.woocommerce table.shop_table tbody .order-total .woocommerce-Price-amount {
font-size: 20px;
font-weight: 400;
}
.woocommerce table.shop_table th {
border: none;
color: #191919;
font-size: 16px;
font-weight: 400;
font-family: "Rubik-Medium";
}
.woocommerce .cart_totals {
border: 1px solid #ebebeb;
}
.woocommerce .cart_totals > h2 {
margin: 0;
font-weight: 400;
font-family: "Rubik-Medium";
font-size: 16px;
position: relative;
text-transform: uppercase;
text-align: center;
border-bottom: 1px solid #ebebeb;
padding: 15px;
}
.woocommerce .cart_totals table.shop_table {
border: none;
}
.woocommerce .cart_totals table.shop_table th, .woocommerce .cart_totals table.shop_table td {
padding: 15px 30px;
border: none !important;
}
.woocommerce .cart_totals table.shop_table th .woocommerce-Price-amount, .woocommerce .cart_totals table.shop_table td .woocommerce-Price-amount {
color: #e23e1d;
}
.woocommerce .cart_totals table.shop_table th {
font-weight: 400;
text-transform: uppercase;
color: #4c4c4c;
}
.woocommerce .cart_totals .wc-proceed-to-checkout {
padding: 15px 30px 30px;
}
.woocommerce-table--order-details tfoot .woocommerce-Price-amount {
font-size: 24px;
}
.woocommerce-error li, .woocommerce-info li, .woocommerce-message li {
font-weight: 400;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
background: #fff;
}
#add_payment_method #payment .place-order, .woocommerce-cart #payment .place-order, .woocommerce-checkout #payment .place-order {
padding: 30px 0 10px !important;
}
#add_payment_method #payment .place-order #place_order, .woocommerce-cart #payment .place-order #place_order, .woocommerce-checkout #payment .place-order #place_order {
text-transform: uppercase;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
background: #ffffff;
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
border-bottom-color: #fff;
}
.woocommerce form .form-row textarea {
height: 150px;
}
.woocommerce #customer_details .woocommerce-shipping-fields,
.woocommerce #customer_details .woocommerce-account-fields {
margin-top: 30px;
}
.woocommerce #customer_details .woocommerce-shipping-fields input.input-text,
.woocommerce #customer_details .woocommerce-account-fields input.input-text {
border-width: 0 0 1px;
border-radius: 0 !important;
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
-ms-border-radius: 0 !important;
-o-border-radius: 0 !important;
padding: 10px 0;
}
.woocommerce #customer_details h3.form-row {
font-size: 16px;
font-weight: 400;
font-family: "Rubik-Medium";
text-transform: uppercase;
text-align: center;
margin: 0;
padding: 15px;
border-bottom: 1px solid #ebebeb;
}
.woocommerce #customer_details .woocommerce-shipping-fields {
border: 1px solid #ebebeb;
padding: 0 30px 30px;
}
.woocommerce #customer_details .woocommerce-shipping-fields h3.form-row {
margin: 0 -30px 30px;
}
.woocommerce #customer_details .woocommerce-shipping-fields textarea {
border-width: 0 0 1px;
border-radius: 0 !important;
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
-ms-border-radius: 0 !important;
-o-border-radius: 0 !important;
height: 60px;
resize: none;
padding: 10px 0;
}
.woocommerce #customer_details .shipping_address > * {
display: block;
width: 100% !important;
}
.woocommerce #customer_details .shipping_address > * > label {
min-width: 200px;
float: left;
font-weight: 400;
margin-top: 8px;
text-transform: uppercase;
}
.rtl .woocommerce #customer_details .shipping_address > * > label {
float: right;
}
.woocommerce #customer_details .shipping_address > * > .select2-container,
.woocommerce #customer_details .shipping_address > * > select,
.woocommerce #customer_details .shipping_address > * > input {
overflow: hidden;
width: calc(100% - 200px) !important;
border-width: 0 0 1px;
border-style: solid;
border-color: #ebebeb;
padding: 10px 0;
border-radius: 0 !important;
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
-ms-border-radius: 0 !important;
-o-border-radius: 0 !important;
float: right;
}
.rtl .woocommerce #customer_details .shipping_address > * > .select2-container, .rtl
.woocommerce #customer_details .shipping_address > * > select, .rtl
.woocommerce #customer_details .shipping_address > * > input {
float: left;
}
.woocommerce #customer_details .shipping_address > * > .select2-container:focus,
.woocommerce #customer_details .shipping_address > * > select:focus,
.woocommerce #customer_details .shipping_address > * > input:focus {
border-color: #e23e1d;
}
.woocommerce #customer_details .shipping_address > * > .select2-hidden-accessible {
height: 0;
}
.woocommerce form .woocommerce-billing-fields {
border: 1px solid #ebebeb;
}
.woocommerce form .woocommerce-billing-fields > h3 {
font-size: 16px;
font-weight: 400;
font-family: "Rubik-Medium";
text-transform: uppercase;
text-align: center;
margin: 0;
padding: 15px;
border-bottom: 1px solid #ebebeb;
}
.woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper {
padding: 30px;
}
.woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper > * {
display: block;
width: 100% !important;
}
.woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper > * > label {
min-width: 200px;
float: left;
font-weight: 400;
margin-top: 8px;
text-transform: uppercase;
}
.rtl .woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper > * > label {
float: right;
}
.woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper > * > .select2-container,
.woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper > * > select,
.woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper > * > input {
overflow: hidden;
width: calc(100% - 200px) !important;
border-width: 0 0 1px;
border-style: solid;
border-color: #ebebeb;
padding: 10px 0;
border-radius: 0 !important;
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
-ms-border-radius: 0 !important;
-o-border-radius: 0 !important;
float: right;
}
.rtl .woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper > * > .select2-container, .rtl
.woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper > * > select, .rtl
.woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper > * > input {
float: left;
}
.woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper > * > .select2-container:focus,
.woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper > * > select:focus,
.woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper > * > input:focus {
border-color: #e23e1d;
}
.woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper > * > .select2-hidden-accessible {
height: 0;
}
.woocommerce .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .cross-sells,
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
width: 100%;
}
.yith-wcwl-add-to-wishlist .ajax-loading {
margin: auto;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
.yith-wcwl-add-button {
position: relative;
}
.woocommerce div.product .product_title {
font-size: 30px;
line-height: 36px;
font-weight: 400;
font-family: "Rubik-Medium";
margin: 0 0 25px;
color: #e23e1d;
}
.woocommerce p.stars.selected a.active::before, .woocommerce p.stars:hover a::before,
.woocommerce p.stars.selected a:not(.active):before {
content: '';
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
color: #e23e1d;
font-size: 16px;
font-weight: 400;
font-family: "Rubik-Medium";
}
.woocommerce div.product p.price del, .woocommerce div.product span.price del {
font-size: 14px;
color: #b7b7b7;
}
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
font-weight: 400;
font-family: "Rubik-Medium";
}
.woocommerce div.product p.price del, .woocommerce div.product span.price del {
opacity: 1;
filter: alpha(opacity=100);
}
.variations label {
color: #191919;
font-size: 14px;
text-transform: capitalize;
font-weight: 400 !important;
padding-right: 5px;
}
.rtl .variations label {
padding-left: 5px;
padding-right: inherit;
}
.variations .value {
padding: 0;
}
.woocommerce div.product form.cart .group_table {
border: none;
margin-bottom: 10px;
}
.woocommerce div.product form.cart .group_table .price del {
font-size: 12px !important;
}
.woocommerce div.product form.cart .group_table .price,
.woocommerce div.product form.cart .group_table .price ins {
font-size: 15px !important;
color: #e23e1d;
}
.woocommerce div.product form.cart .group_table td {
vertical-align: middle;
}
.woocommerce div.product form.cart .group_table td:first-child {
padding-right: 0;
}
.woocommerce div.product form.cart.group_product {
margin-top: 0 !important;
}
.woocommerce div.product form.cart .group_table .label {
padding: 0.5em;
vertical-align: middle;
font-size: 14px;
display: table-cell;
text-align: inherit;
white-space: normal;
}
.woocommerce div.product form.cart .group_table .label label {
font-weight: 400;
}
.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
line-height: inherit;
font-size: inherit;
}
.woocommerce div.product form.cart .variations td .tawcvs-swatches, .woocommerce div.product form.cart .variations th .tawcvs-swatches {
padding: 0;
}
.woocommerce .order_details {
padding: 0;
}
.woocommerce table.shop_table input.button {
line-height: 1.85;
}
.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
width: auto;
height: 41px;
padding: 5px 10px !important;
margin-right: 10px !important;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
}
.rtl .woocommerce #content table.cart td.actions .input-text, .rtl
.woocommerce table.cart td.actions .input-text, .rtl
.woocommerce-page #content table.cart td.actions .input-text, .rtl
.woocommerce-page table.cart td.actions .input-text {
margin-left: 10px !important;
margin-right: inherit;
}
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
width: 165px;
}
.woocommerce .percent-sale,
.woocommerce span.onsale {
background: transparent;
color: #d9534f;
font-size: 15px;
font-weight: 400;
padding: 0;
position: absolute;
text-align: center;
left: 10px;
right: inherit;
top: 15px;
min-height: auto;
font-family: "Rubik", Helvetica, Arial, sans-serif;
z-index: 9;
display: inline-block;
line-height: 1;
}
.rtl .woocommerce .percent-sale, .rtl
.woocommerce span.onsale {
right: 10px;
left: auto;
}
.rtl .woocommerce .percent-sale, .rtl
.woocommerce span.onsale {
left: inherit;
right: auto;
}
.popup-cart .title-count,
.popup-cart .title-add {
font-size: 20px;
margin: 0 0 20px;
}
.popup-cart .gr-buttons {
margin: 50px 0 0;
}
.popup-cart .title-add {
color: #5cb85c;
}
.popup-cart .image img {
max-width: 100px;
}
.popup-cart .name {
margin: 30px 0 0;
}
.popup-cart .widget-product {
margin-top: 30px;
}
#apus-cart-modal .btn-close {
position: absolute;
top: 0;
right: 0;
z-index: 99;
background: #fff;
width: 30px;
height: 30px;
line-height: 26px;
text-align: center;
display: inline-block;
}
.rtl #apus-cart-modal .btn-close {
left: 0;
right: auto;
}
#apus-cart-modal .modal-content {
background: #ffffff none repeat scroll 0 0;
min-width: 1000px;
max-width: 100%;
margin-top: 50px;
}
#apus-cart-modal .modal-body {
padding: 60px;
}
.name {
font-size: 14px;
margin: 0 0 18px;
font-weight: 400;
font-family: "Rubik-Medium";
}
.product-block .sale-off {
background: #d9534f none repeat scroll 0 0;
color: #ffffff;
font-size: 12px;
font-weight: 400;
padding: 4px 10px;
position: absolute;
right: 20px;
text-align: center;
text-transform: uppercase;
top: 20px;
}
.product-block .image {
position: relative;
overflow: hidden;
}
.product-block .image .downsale {
font-size: 12px;
font-weight: 400;
font-family: "Rubik-Medium";
display: inline-block;
position: absolute;
right: 0;
top: 0;
z-index: 9;
padding: 0 10px;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
background: #d42e2e;
color: #fff;
}
.product-block .image .downsale:before {
position: absolute;
top: 100%;
left: 5px;
content: '';
border-color: #d42e2e transparent transparent #d42e2e;
border-width: 3px;
border-style: solid;
}
.product-block .image img {
-webkit-transition: all 0.5s ease-in-out 0s;
-o-transition: all 0.5s ease-in-out 0s;
transition: all 0.5s ease-in-out 0s;
}
.product-block .image .image-effect {
top: 0;
position: absolute;
left: 0;
z-index: 8;
opacity: 0;
filter: alpha(opacity=0);
}
.rtl .product-block .image .image-effect {
right: 0;
left: auto;
}
.product-block .image:hover .image-hover {
opacity: 0;
filter: alpha(opacity=0);
}
.product-block .image:hover .image-effect {
opacity: 1;
filter: alpha(opacity=100);
}
.product-block .clear {
display: none !important;
}
.product-block .yith-wcwl-add-to-wishlist {
margin: 0;
}
.product-block .compare {
position: relative;
overflow: hidden;
}
.product-block .product-cats {
font-size: 12px;
margin: 15px 0 11px;
text-transform: uppercase;
}
.product-block .product-cats a {
color: #4c4c4c;
}
.product-block .product-cats a:hover, .product-block .product-cats a:active {
color: #e23e1d;
}
.product-block .rating > * {
display: inline-block !important;
vertical-align: middle;
margin: 0 !important;
float: none;
}
.product-block .rating .counts {
color: #999591;
font-size: 13px;
}
.product-block .feedback,
.product-block .sub-title {
display: none;
}
.product-block.grid {
position: relative;
margin: 0 0 30px;
background: #fff;
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
border: 1px solid #ebebeb;
}
.product-block.grid .grid-inner {
padding: 0 20px;
}
.product-block.grid .grid-inner.loading .quickview {
position: relative;
}
.product-block.grid .grid-inner.loading .quickview:before {
font-family: 'WooCommerce';
content: '\e01c';
vertical-align: top;
-webkit-font-smoothing: antialiased;
font-weight: 400;
position: absolute;
top: 5px;
right: 45%;
animation: spin 2s linear infinite;
-webkit-animation: spin 2s linear infinite;
color: #4c4c4c;
z-index: 9;
}
.product-block.grid .grid-inner.loading .quickview:after {
background: rgba(255, 255, 255, 0.9);
position: absolute;
top: -2px;
left: -2px;
width: calc(100% + 4px);
height: calc(100% + 4px);
z-index: 8;
content: '';
}
.product-block.grid .name {
min-height: 40px;
}
.product-block.grid .image.out .product-image {
opacity: 0.5;
filter: alpha(opacity=50);
}
.product-block.grid .stock {
display: inline-block;
background: #eeeeee;
color: #9e9e9e !important;
font-size: 12px;
font-weight: 400;
font-family: "Rubik";
padding: 10px;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
position: absolute;
top: 20px;
left: 20px;
z-index: 2;
}
.rtl .product-block.grid .stock {
right: 20px;
left: auto;
}
.product-block.grid .product-description {
max-width: 350px;
margin: 0 auto;
font-size: 16px;
line-height: 22px;
padding: 12px 0 15px;
}
.product-block.grid .infor .button.added,
.product-block.grid .infor .add_to_cart_button.added {
display: none;
}
.product-block.grid .category {
margin: 0px 0 8px;
overflow: hidden;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.product-block.grid .caption {
padding: 20px 15px 15px;
text-align: center;
}
.product-block.grid .groups-button {
-webkit-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
text-align: center;
padding: 20px 12px;
border-width: 0 1px 1px;
border-color: #ebebeb;
border-style: solid;
opacity: 0;
filter: alpha(opacity=0);
visibility: hidden;
position: absolute;
left: -1px;
top: 100%;
z-index: 99;
width: calc(100% + 2px);
background: #fff;
}
.product-block.grid .groups-button > * {
display: inline-block;
vertical-align: middle;
}
.product-block.grid .groups-button .button.product_type_grouped,
.product-block.grid .groups-button .button.product_type_variable {
padding-left: 20px;
padding-right: 20px;
}
.product-block.grid .metas {
padding: 18px 0;
border-bottom: 1px solid transparent;
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
}
.product-block.grid .metas .price {
float: left;
}
.rtl .product-block.grid .metas .price {
float: right;
}
.product-block.grid .metas .rating {
float: right;
}
.rtl .product-block.grid .metas .rating {
float: left;
}
.product-block.grid:hover {
-webkit-box-shadow: 0 10px 30px -8px rgba(0, 0, 0, 0.18);
box-shadow: 0 10px 30px -8px rgba(0, 0, 0, 0.18);
}
.product-block.grid:hover .groups-button {
opacity: 1;
filter: alpha(opacity=100);
visibility: visible;
-webkit-box-shadow: 0 10px 30px -8px rgba(0, 0, 0, 0.18);
box-shadow: 0 10px 30px -8px rgba(0, 0, 0, 0.18);
}
.product-block.grid:hover .block-inner .quick-view {
opacity: 1;
filter: alpha(opacity=100);
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
}
.product-block.grid:hover .metas {
border-bottom: 1px solid #ebebeb;
}
.product-block.grid .block-inner {
position: relative;
padding-bottom: 20px;
border-bottom: 1px solid #ebebeb;
overflow: hidden;
}
.product-block.grid .block-inner .quick-view {
position: absolute;
left: 0;
width: 100%;
bottom: 0;
z-index: 9;
opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
-webkit-transform: translateY(-30px);
-ms-transform: translateY(-30px);
-o-transform: translateY(-30px);
transform: translateY(-30px);
}
.product-block.grid .compare {
display: block;
position: relative;
width: 40px;
height: 40px;
overflow: hidden;
}
.product-block.grid .compare:before {
font-family: 'themify';
content: "\e6ac";
font-size: 14px;
width: 40px;
height: 40px;
line-height: 36px;
text-align: center;
display: inline-block;
position: absolute;
top: 0;
left: 0;
color: #e23e1d;
background: #fff;
border: 2px solid #e5e5e5;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
}
.product-block.grid .compare:hover:before {
color: #fff;
background: #e23e1d;
border-color: #e23e1d;
}
.product-block.grid .compare.added:before {
color: #fff;
background: #e23e1d;
border-color: #e23e1d;
}
.product-block.grid .yith-wcwl-add-to-wishlist a {
font-size: 14px;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
display: inline-block;
color: #e23e1d;
background: #fff;
border: 2px solid #e5e5e5;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
}
.product-block.grid .yith-wcwl-add-to-wishlist a:hover {
color: #fff;
background: #e23e1d;
border-color: #e23e1d;
}
.product-block.grid .yith-wcwl-add-to-wishlist a:not(.add_to_wishlist) {
color: #fff;
background: #e23e1d;
border-color: #e23e1d;
}
.product-block.grid-deal {
border: 2px solid #e23e1d;
}
.product-block.grid-deal .times {
text-align: center;
margin-bottom: 15px;
}
.product-block.grid-deal .times > div {
vertical-align: middle;
min-width: 50px;
font-size: 12px;
display: inline-block;
font-weight: 400;
text-transform: uppercase;
}
.product-block.grid-deal .times > div + div {
margin-left: 8px;
}
.rtl .product-block.grid-deal .times > div + div {
margin-right: 8px;
margin-left: inherit;
}
.product-block.grid-deal .times > div span {
font-weight: 400;
font-family: "Rubik-Medium";
margin-bottom: 5px;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
font-size: 18px;
display: block;
line-height: 50px;
background: #f2f4fc;
color: #191919;
}
.product-block.grid-deal .metas {
padding: 15px 0;
border: none !important;
}
.product-block.grid-deal .info_sold {
font-size: 12px;
text-transform: uppercase;
font-weight: 400;
font-family: "Rubik-Medium";
}
.product-block.grid-deal .progress {
height: 5px;
width: 100%;
background: #e8e8e8;
margin-bottom: 5px;
}
.product-block.grid-deal .progress .progress-bar {
background: #e23e1d;
}
.product-block.grid-deal .special-progress {
margin-bottom: 20px;
}
.product-block.grid-item-2 .quickview {
font-size: 14px;
width: 40px;
height: 40px;
line-height: 38px;
text-align: center;
display: inline-block;
color: #e23e1d;
background: #fff;
border: 2px solid #e5e5e5;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
}
.product-block.grid-item-2 .quickview:hover {
color: #fff;
background: #e23e1d;
border-color: #e23e1d;
}
.product-block.grid-item-2 .groups-button {
border: none;
-webkit-box-shadow: none !important;
box-shadow: none !important;
top: inherit;
bottom: -30px;
padding: 12px;
background-color: rgba(255, 255, 255, 0.8);
}
.product-block.grid-item-2 .groups-button > button ,
.product-block.grid-item-2 .groups-button > div {
margin: 0 3px;
}
.product-block.grid-item-2 .add-cart-bottom {
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
position: absolute;
bottom: 0;
left: 0;
width: 100%;
z-index: 2;
text-align: center;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
opacity: 0;
filter: alpha(opacity=0);
visibility: hidden;
}
.product-block.grid-item-2 .block-inner.loading .quickview {
position: relative;
}
.product-block.grid-item-2 .block-inner.loading .quickview:before {
font-family: 'WooCommerce';
content: '\e01c';
vertical-align: top;
-webkit-font-smoothing: antialiased;
font-weight: 400;
position: absolute;
top: -1px;
right: 10px;
animation: spin 2s linear infinite;
-webkit-animation: spin 2s linear infinite;
color: #4c4c4c;
z-index: 9;
}
.product-block.grid-item-2 .block-inner.loading .quickview:after {
background: rgba(255, 255, 255, 0.9);
position: absolute;
top: 0;
left: 0;
width: calc(100% + 0px);
height: calc(100% + 0px);
z-index: 8;
content: '';
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
}
.product-block.grid-item-2:hover .groups-button {
bottom: 0;
}
.product-block.grid-item-2:hover .add-cart-bottom {
-webkit-transform: translateY(50%);
-ms-transform: translateY(50%);
-o-transform: translateY(50%);
transform: translateY(50%);
opacity: 1;
filter: alpha(opacity=100);
visibility: visible;
}
.product-block.grid-deal2 {
padding-bottom: 6px;
border: 1px solid #ebebeb !important;
}
.product-block.grid-deal2 .times > div span {
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
}
.product-block.grid-deal2 .metas {
padding: 8px 0 5px;
}
.product-block.grid-deal2 .info_sold {
margin-top: 10px;
}
.product-block.grid-v2 .inner-meta {
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
}
.product-block.grid-v2:hover .inner-meta {
-webkit-transform: translateY(-9px);
-ms-transform: translateY(-9px);
-o-transform: translateY(-9px);
transform: translateY(-9px);
}
.grid-v3 {
border: 0;
margin-bottom: 15px;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
@media (min-width: 768px) {
.grid-v3 {
margin-bottom: 30px;
}
}
.grid-v3 .groups-button-2 {
background: #fff;
text-align: center;
padding: 10px;
line-height: 1;
-webkit-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
opacity: 0;
filter: alpha(opacity=0);
-webkit-transform: translateY(30px);
-ms-transform: translateY(30px);
-o-transform: translateY(30px);
transform: translateY(30px);
}
.grid-v3 .groups-button-2 > div {
font-size: 17px;
}
.grid-v3 .groups-button-2 > button ,
.grid-v3 .groups-button-2 > div {
display: inline-block;
margin: 0 5px;
vertical-align: middle;
}
.grid-v3 .groups-button-2 .add-cart > .added {
display: none !important;
}
.grid-v3 .groups-button-2 .add-cart .button,
.grid-v3 .groups-button-2 .add-cart .added_to_cart {
width: 24px;
height: 24px;
line-height: 21px;
font-size: 0;
padding: 0 !important;
border: none !important;
background-color: transparent !important;
color: #191919 !important;
}
.grid-v3 .groups-button-2 .add-cart .button:before,
.grid-v3 .groups-button-2 .add-cart .added_to_cart:before {
font-size: 17px;
font-family: 'themify';
}
.grid-v3 .groups-button-2 .add-cart .button.loading {
position: relative;
opacity: 1;
filter: alpha(opacity=100);
}
.grid-v3 .groups-button-2 .add-cart .button.loading:after {
opacity: 0.9;
filter: alpha(opacity=90);
font-family: 'WooCommerce';
content: '\e01c';
vertical-align: top;
-webkit-font-smoothing: antialiased;
font-weight: 400;
position: absolute;
top: -3px;
right: -3px;
animation: spin 2s linear infinite;
-webkit-animation: spin 2s linear infinite;
color: #4c4c4c;
z-index: 9;
font-size: 13px;
margin: 0;
line-height: 31px;
background-color: #fff;
width: 31px;
height: 31px;
}
.grid-v3 .groups-button-2 .add-cart .button:before {
content: "\e655";
}
.grid-v3 .groups-button-2 .add-cart .button.product_type_grouped:before {
content: "\e628";
}
.grid-v3 .groups-button-2 .add-cart .added_to_cart:before {
content: "\e628";
color: #5cb85c;
}
.grid-v3 .groups-button-2 .yith-wcwl-add-to-wishlist,
.grid-v3 .groups-button-2 .quickview,
.grid-v3 .groups-button-2 .compare {
width: 24px;
height: 24px;
line-height: 24px;
display: inline-block;
color: #191919 !important;
}
.grid-v3 .groups-button-2 .compare.added {
font-size: 0;
}
.grid-v3 .groups-button-2 .compare.added:before {
font-size: 17px;
font-family: 'themify';
content: "\e64c";
color: #5cb85c !important;
}
.grid-v3 .groups-button-2 .yith-wcwl-wishlistexistsbrowse a,
.grid-v3 .groups-button-2 .yith-wcwl-wishlistaddedbrowse a {
color: #5cb85c !important;
}
.grid-v3 .block-inner {
border: none;
padding: 0;
margin-bottom: 15px;
position: relative;
}
.grid-v3 .block-inner .groups-button-2 {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
z-index: 8;
}
.grid-v3 .block-inner.loading .quickview {
position: relative;
}
.grid-v3 .block-inner.loading .quickview:before {
font-family: 'WooCommerce';
content: '\e01c';
vertical-align: top;
-webkit-font-smoothing: antialiased;
font-weight: 400;
position: absolute;
top: 0;
right: 24%;
animation: spin 2s linear infinite;
-webkit-animation: spin 2s linear infinite;
color: #4c4c4c;
z-index: 9;
font-size: 13px;
}
.grid-v3 .block-inner.loading .quickview:after {
background: rgba(255, 255, 255, 0.9);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 5;
content: '';
}
.grid-v3 .name {
font-family: "Rubik", Helvetica, Arial, sans-serif;
font-size: 16px;
margin: 0 0 5px;
}
.grid-v3:hover .groups-button-2 {
opacity: 1;
filter: alpha(opacity=100);
-webkit-transform: translateY(0px);
-ms-transform: translateY(0px);
-o-transform: translateY(0px);
transform: translateY(0px);
}
.product-block-list {
border: 1px solid #ebebeb;
padding: 40px;
margin-bottom: 30px;
display: -webkit-flex; display: flex;
flex-wrap: nowrap;
-webkit-flex-wrap: nowrap; }
.product-block-list .wrapper-image.loading .quickview {
position: relative;
}
.product-block-list .wrapper-image.loading .quickview:before {
font-family: 'WooCommerce';
content: '\e01c';
vertical-align: top;
-webkit-font-smoothing: antialiased;
font-weight: 400;
position: absolute;
top: 5px;
right: 45%;
animation: spin 2s linear infinite;
-webkit-animation: spin 2s linear infinite;
color: #4c4c4c;
z-index: 9;
}
.product-block-list .wrapper-image.loading .quickview:after {
background: rgba(255, 255, 255, 0.9);
position: absolute;
top: -2px;
left: -2px;
width: calc(100% + 4px);
height: calc(100% + 4px);
z-index: 8;
content: '';
}
.product-block-list .wrapper-image,
.product-block-list .caption-buttons {
flex-grow: 1;
-webkit-flex-grow: 1;
width: 25%;
}
.product-block-list .wrapper-info {
flex-grow: 2;
-webkit-flex-grow: 2;
border-right: 1px solid #ebebeb;
padding: 0 30px;
width: 50%;
}
.rtl .product-block-list .wrapper-info {
border-left: 1px solid #ebebeb;
border-right: inherit;
}
.product-block-list > div {
display: -webkit-flex; display: flex;
align-items: center;
-webkit-align-items: center;
}
.product-block-list .inner {
width: 100%;
}
.product-block-list .caption-buttons {
padding-left: 30px;
}
.rtl .product-block-list .caption-buttons {
padding-right: 30px;
padding-left: inherit;
}
.product-block-list .name {
font-size: 24px;
margin-bottom: 10px;
}
.product-block-list .product-excerpt {
font-size: 14px;
margin-top: 15px;
}
.product-block-list .yith-wcwl-add-to-wishlist .sub-title {
display: none;
}
.product-block-list .cate-wrapper {
margin: 0 0 8px;
}
.product-block-list .cate-wrapper .product-cats {
margin: 0;
}
.product-block-list .yith-wcwl-add-to-wishlist {
line-height: 1.7;
}
.product-block-list .yith-wcwl-add-to-wishlist a:not(.add_to_wishlist) {
color: #e23e1d;
}
.product-block-list .price {
line-height: 1.4;
display: block;
font-size: 24px !important;
margin-bottom: 10px;
}
.product-block-list .price del {
display: block;
color: #b7b7b7;
font-weight: 400;
font-size: 14px !important;
}
.product-block-list .price ins {
font-size: 24px;
font-weight: 400;
font-family: "Rubik-Medium";
}
.product-block-list .avaibility-wrapper {
margin-bottom: 20px;
font-size: 14px;
}
.product-block-list .add-cart {
margin-bottom: 10px;
}
.product-block-list .add-cart .added {
display: none !important;
}
.product-block-list .add-cart .wc-forward {
width: 100%;
}
.product-block-list .add-cart a.button {
display: block;
background: #fff;
border-color: #e23e1d;
color: #e23e1d;
}
.product-block-list .add-cart a.button:hover, .product-block-list .add-cart a.button:active, .product-block-list .add-cart a.button:focus {
color: #fff;
background: #e23e1d;
border-color: #e23e1d;
}
.product-block-list.list-v1 {
padding: 40px 30px;
}
.product-block-list.list-v1 > div {
width: 33.33% !important;
}
.product-block-list.list-v1 .name {
font-size: 16px;
}
.shop-list-small {
border: 1px solid #ebebeb;
padding: 20px;
margin-bottom: 30px;
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
}
.shop-list-small .content-left {
width: 140px;
padding-right: 20px;
float: left;
}
.rtl .shop-list-small .content-left {
padding-left: 20px;
padding-right: inherit;
}
.rtl .shop-list-small .content-left {
float: right;
}
.shop-list-small .content-body {
overflow: hidden;
}
.shop-list-small .name {
margin: 0 0 2px;
}
.shop-list-small .product-cats {
margin: 0 0 10px;
}
.shop-list-small .rating {
margin-bottom: 5px;
}
.shop-list-small:not(.shop-list-smallest):hover {
border-color: #e23e1d;
}
.shop-list-small.shop-list-normal {
border: none;
-webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.15);
box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.15);
}
.shop-list-small.shop-list-normal .rating {
line-height: 1;
margin: 0;
}
.shop-list-small.shop-list-normal:hover {
-webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
}
.carousel.inner-list-normal .slick-list {
padding-top: 3px;
}
.shop-list-smallest .name a {
color: #191919;
}
.shop-list-smallest .name a:hover, .shop-list-smallest .name a:active {
color: #e23e1d;
text-decoration: none;
}
.shop-list-smallest .content-left {
width: 90px;
padding-right: 20px;
}
.rtl .shop-list-smallest .content-left {
padding-left: 20px;
padding-right: inherit;
}
.woocommerce.carousel.inner-list-smallest {
border-top: 1px solid #ebebeb;
}
.woocommerce.carousel.inner-list-smallest .shop-list-smallest {
margin-bottom: 0;
border-top: none;
}
.woocommerce .woocommerce-product-rating .star-rating {
margin: 0;
display: inline-block;
float: none;
vertical-align: text-top;
}
.woocommerce .woocommerce-product-rating .woocommerce-review-link {
display: inline-block;
vertical-align: top;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary,
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
width: 100%;
}
.single_variation_wrap div.qty {
font-size: 15px;
text-transform: uppercase;
color: #4c4c4c;
font-family: "Rubik";
margin-top: 10px;
margin-right: 10px;
}
.rtl .single_variation_wrap div.qty {
margin-left: 10px;
margin-right: inherit;
}
@media (min-width: 1024px) {
.wrapper-shop {
padding-top: 50px;
padding-bottom: 50px;
}
}
.wrapper-shop .apus-pagination {
border-top: 1px solid #ebebeb;
padding-top: 40px;
margin-top: 0;
}
.wrapper-shop aside.sidebar {
background: transparent;
}
.thumbnails-image ul {
list-style: none;
margin: 0;
padding: 0;
}
.thumbnails-image .prev,
.thumbnails-image .next {
display: block;
width: 100%;
text-align: center;
font-size: 18px;
color: #000;
}
.thumbnails-image .thumb-link {
display: block;
opacity: 0.4;
filter: alpha(opacity=40);
margin: 10px 0;
}
.thumbnails-image .thumb-link:hover, .thumbnails-image .thumb-link.active {
opacity: 1;
filter: alpha(opacity=100);
}
.user_photo_thumbs {
list-style: none;
padding: 0;
text-align: center;
margin: 10px 0 0;
}
.user_photo_thumbs li {
display: inline-block;
margin: 0 4px;
width: 70px;
opacity: 0.4;
filter: alpha(opacity=40);
-webkit-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
}
.user_photo_thumbs li:hover, .user_photo_thumbs li.active, .user_photo_thumbs li:active {
opacity: 1;
filter: alpha(opacity=100);
}
.user_photo {
margin-top: 50px;
}
.details-product .popup-video {
background: #fff;
height: 50px;
line-height: 50px;
min-width: 50px;
overflow: hidden;
display: inline-block;
-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
border-radius: 50px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
-ms-border-radius: 50px;
-o-border-radius: 50px;
-webkit-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
display: -webkit-box;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flexbox;
display: flex;
align-items: center;
-webkit-align-items: center; flex-direction: row;
-webkit-flex-direction: row;
}
.details-product .popup-video i {
height: 50px;
line-height: 50px;
width: 50px;
font-size: 16px;
text-align: center;
text-indent: 3px;
}
.details-product .popup-video span {
-webkit-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
white-space: nowrap;
max-width: 0;
padding: 0;
overflow: hidden;
}
.details-product .popup-video:hover span {
max-width: 280px;
padding-right: 12px;
}
.rtl .details-product .popup-video:hover span {
padding-left: 12px;
padding-right: inherit;
}
.details-product div.video {
z-index: 99;
position: absolute;
left: 30px;
bottom: 30px;
}
.rtl .details-product div.video {
right: 30px;
left: auto;
}
.details-product .times {
margin-bottom: 15px;
}
.details-product .times > span {
color: #1b251f;
margin-bottom: 5px;
}
.details-product .times > div {
text-align: center;
vertical-align: middle;
min-width: 50px;
font-size: 12px;
display: inline-block;
font-weight: 400;
text-transform: uppercase;
}
.details-product .times > div + div {
margin-left: 8px;
}
.rtl .details-product .times > div + div {
margin-right: 8px;
margin-left: inherit;
}
.details-product .times > div span {
font-weight: 400;
font-family: "Rubik-Medium";
margin-bottom: 5px;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
font-size: 18px;
display: block;
line-height: 50px;
background: #f2f4fc;
color: #191919;
}
.details-product .information .woocommerce-product-rating {
margin: 0 !important;
}
.details-product .top-content {
margin-bottom: 30px;
}
@media (min-width: 1200px) {
.details-product .top-content {
margin-bottom: 50px;
}
}
.details-product .apus-woocommerce-product-gallery-thumbs .slick-slide:hover .thumbs-inner, .details-product .apus-woocommerce-product-gallery-thumbs .slick-slide:active .thumbs-inner, .details-product .apus-woocommerce-product-gallery-thumbs .slick-slide.slick-current .thumbs-inner {
border-color: #e23e1d;
}
.details-product .apus-woocommerce-product-gallery-thumbs .slick-slide:hover .thumbs-inner:before, .details-product .apus-woocommerce-product-gallery-thumbs .slick-slide:active .thumbs-inner:before, .details-product .apus-woocommerce-product-gallery-thumbs .slick-slide.slick-current .thumbs-inner:before {
opacity: 1;
filter: alpha(opacity=100);
}
.details-product .apus-woocommerce-product-gallery-thumbs .slick-slide .thumbs-inner {
max-width: 100%;
display: inline-block;
border: 1px solid #ebebeb;
cursor: pointer;
position: relative;
}
.details-product .apus-woocommerce-product-gallery-thumbs .slick-slide .thumbs-inner:before {
content: '';
position: absolute;
top: 0;
left: 0;
z-index: 9;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
}
.details-product .apus-woocommerce-product-gallery-wrapper {
position: relative;
border: 1px solid #ebebeb;
padding: 30px;
}
.details-product .apus-woocommerce-product-gallery-wrapper .downsale {
font-size: 12px;
font-weight: 400;
font-family: "Rubik-Medium";
display: inline-block;
position: absolute;
left: 0;
top: 0;
z-index: 9;
padding: 0 10px;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
background: #d42e2e;
color: #fff;
}
.details-product .apus-woocommerce-product-gallery-wrapper .downsale:before {
position: absolute;
top: 100%;
right: 5px;
content: '';
border-color: #d42e2e #d42e2e transparent transparent;
border-width: 3px;
border-style: solid;
}
.details-product .apus-woocommerce-product-gallery-wrapper .apus-woocommerce-product-gallery {
margin: 0;
}
.details-product .apus-woocommerce-product-gallery-wrapper .apus-woocommerce-product-gallery .slick-slide {
padding: 0;
}
.details-product .apus-woocommerce-product-gallery-wrapper .woocommerce-product-gallery__trigger {
position: absolute;
z-index: 9;
top: 30px;
right: 30px;
display: inline-block;
width: 40px;
height: 40px;
background: #fff;
line-height: 36px;
text-align: center;
border: 2px solid #ebebeb;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
font-size: 14px;
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
}
.rtl .details-product .apus-woocommerce-product-gallery-wrapper .woocommerce-product-gallery__trigger {
left: 30px;
right: auto;
}
@media (min-width: 1200px) {
.details-product .apus-woocommerce-product-gallery-wrapper .woocommerce-product-gallery__trigger {
top: 50px;
right: 50px;
}
.rtl .details-product .apus-woocommerce-product-gallery-wrapper .woocommerce-product-gallery__trigger {
left: 50px;
right: auto;
}
}
.details-product .apus-woocommerce-product-gallery-wrapper .woocommerce-product-gallery__trigger:hover, .details-product .apus-woocommerce-product-gallery-wrapper .woocommerce-product-gallery__trigger:active {
border-color: #e23e1d;
color: #fff;
background: #e23e1d;
}
.details-product .woocommerce-product-details__short-description.hideContent {
overflow: hidden;
height: 55px;
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
}
@media (min-width: 1200px) {
.details-product.layout-v1 .product_title,
.details-product.layout-v1 .woocommerce-product-details__short-description {
padding-left: 15px;
}
.rtl .details-product.layout-v1 .product_title, .rtl
.details-product.layout-v1 .woocommerce-product-details__short-description {
padding-right: 15px;
padding-left: inherit;
}
}
.details-product.layout-v1 .apus-woocommerce-product-gallery-thumbs.vertical, .details-product.layout-v2 .apus-woocommerce-product-gallery-thumbs.vertical {
margin: 0;
}
.details-product.layout-v1 .apus-woocommerce-product-gallery-thumbs.vertical .slick-slide, .details-product.layout-v2 .apus-woocommerce-product-gallery-thumbs.vertical .slick-slide {
padding: 0;
margin-bottom: 6px;
}
.details-product.layout-v1 .apus-woocommerce-product-gallery-thumbs.vertical .slick-prev, .details-product.layout-v2 .apus-woocommerce-product-gallery-thumbs.vertical .slick-prev {
top: inherit;
bottom: 100%;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
width: 100%;
}
.details-product.layout-v1 .apus-woocommerce-product-gallery-thumbs.vertical .slick-next, .details-product.layout-v2 .apus-woocommerce-product-gallery-thumbs.vertical .slick-next {
width: 100%;
top: 100%;
bottom: inherit;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
margin-top: -10px;
}
.details-product.layout-v1 .wrapper-thumbs, .details-product.layout-v2 .wrapper-thumbs {
width: 160px;
padding: 0 30px 0 0;
float: left;
}
.rtl .details-product.layout-v1 .wrapper-thumbs, .rtl .details-product.layout-v2 .wrapper-thumbs {
padding: 0 0 0 30px;
}
.rtl .details-product.layout-v1 .wrapper-thumbs, .rtl .details-product.layout-v2 .wrapper-thumbs {
float: right;
}
.details-product.layout-v1 .apus-woocommerce-product-gallery-wrapper, .details-product.layout-v2 .apus-woocommerce-product-gallery-wrapper {
width: calc(100% - 160px);
float: right;
}
.rtl .details-product.layout-v1 .apus-woocommerce-product-gallery-wrapper, .rtl .details-product.layout-v2 .apus-woocommerce-product-gallery-wrapper {
float: left;
}
.details-product.layout-v1 .thumbnails-right .wrapper-thumbs, .details-product.layout-v2 .thumbnails-right .wrapper-thumbs {
padding: 0 0 0 30px;
float: right;
}
.rtl .details-product.layout-v1 .thumbnails-right .wrapper-thumbs, .rtl .details-product.layout-v2 .thumbnails-right .wrapper-thumbs {
padding: 0 30px 0 0;
}
.rtl .details-product.layout-v1 .thumbnails-right .wrapper-thumbs, .rtl .details-product.layout-v2 .thumbnails-right .wrapper-thumbs {
float: left;
}
.details-product.layout-v1 .thumbnails-right .apus-woocommerce-product-gallery-wrapper, .details-product.layout-v2 .thumbnails-right .apus-woocommerce-product-gallery-wrapper {
float: left;
}
.rtl .details-product.layout-v1 .thumbnails-right .apus-woocommerce-product-gallery-wrapper, .rtl .details-product.layout-v2 .thumbnails-right .apus-woocommerce-product-gallery-wrapper {
float: right;
}
.details-product.layout-v1 .thumbnails-bottom > div, .details-product.layout-v2 .thumbnails-bottom > div {
width: 100%;
float: none;
}
.details-product.layout-v1 .thumbnails-bottom .wrapper-thumbs, .details-product.layout-v2 .thumbnails-bottom .wrapper-thumbs {
padding: 30px 0 0;
}
.details-product.layout-v2 .thumbnails-bottom .wrapper-thumbs {
padding: 0;
}
.details-product.layout-v2 .image-mains .slick-carousel {
margin-left: -5px;
margin-right: -5px;
}
.details-product.layout-v2 .image-mains .slick-carousel .slick-slide {
padding-right: 5px;
padding-left: 5px;
}
.details-product.layout-v2 .apus-woocommerce-product-gallery-wrapper {
margin-bottom: 10px;
}
.details-product.layout-v2 .product_title {
font-size: 24px !important;
}
.details-product.layout-v2 .woocommerce-product-details__short-description {
margin-bottom: 10px;
}
.details-product.layout-v2 .woocommerce-product-details__short-description-wrapper {
margin-bottom: 25px;
}
.details-product.layout-v2 .woocommerce-product-details__short-description-wrapper .view-more-desc {
color: #b7b7b7;
}
.details-product.layout-v2 .woocommerce-product-details__short-description-wrapper .view-more-desc:hover, .details-product.layout-v2 .woocommerce-product-details__short-description-wrapper .view-more-desc:active {
color: #e23e1d;
}
.details-product .summary-right {
border-left: 1px solid #ebebeb;
}
.rtl .details-product .summary-right {
border-right: 1px solid #ebebeb;
border-left: inherit;
}
@media (min-width: 1200px) {
.details-product .summary-right {
padding-left: 50px;
}
.rtl .details-product .summary-right {
padding-right: 50px;
padding-left: inherit;
}
}
@media (min-width: 1200px) {
.details-product .summary-left {
padding-right: 50px;
}
.rtl .details-product .summary-left {
padding-left: 50px;
padding-right: inherit;
}
}
.details-product .woocommerce-product-details__short-description br {
margin-bottom: 8px;
}
.details-product .woocommerce-variation-add-to-cart {
width: 100%;
overflow: hidden;
}
.details-product .list li {
margin-bottom: 10px;
}
.details-product .list i {
color: #e23e1d;
margin-right: 8px;
}
.rtl .details-product .list i {
margin-left: 8px;
margin-right: inherit;
}
.details-product .woocommerce-variation-price {
margin-bottom: 15px;
}
.details-product .information {
position: relative;
}
.details-product .information .summary {
float: none !important;
width: 100%;
margin: 0;
}
.details-product .information .price {
font-size: 24px !important;
display: inline-block;
margin-right: 25px;
}
.rtl .details-product .information .price {
margin-left: 25px;
margin-right: inherit;
}
.details-product .information .price del {
font-weight: 18px;
font-weight: 400;
color: #b7b7b7;
display: block;
}
.details-product .information .woocommerce-product-rating {
display: inline-block;
}
.details-product .information .woocommerce-product-rating .text-customer {
display: none;
}
.details-product .information .yith-wcwl-add-to-wishlist {
margin: 0;
float: right;
}
.rtl .details-product .information .yith-wcwl-add-to-wishlist {
float: left;
}
.details-product .information [itemprop="description"] {
padding-bottom: 13px;
border-bottom: 1px solid #eeeeee;
}
.details-product .information [itemprop="description"] ul {
padding-left: 15px;
}
.rtl .details-product .information [itemprop="description"] ul {
padding-right: 15px;
padding-left: inherit;
}
.details-product .information .cart {
margin: 25px 0 10px !important;
}
.details-product .information .cart.variations_form {
margin: 0 0 10px !important;
}
.details-product .information .cart div.quantity {
margin: 0 0 40px !important;
width: 100%;
}
.details-product .information .cart .group_table tr td:first-child div.quantity {
margin: 0 !important;
}
.details-product .information .yith-wcwl-add-to-wishlist {
display: none !important;
}
.details-product .information .compare {
display: block;
color: #4c4c4c;
background: #fff;
border: 1px solid #e9e9e9;
height: 40px;
}
.details-product .information .compare:hover, .details-product .information .compare:active {
color: #fff;
background: #4c4c4c;
border-color: #4c4c4c;
}
.details-product .information .clear {
display: none;
}
.details-product .information .product_meta {
overflow: hidden;
color: #232530;
padding-top: 30px;
border-top: 1px solid #ebebeb;
margin-top: 32px;
}
.details-product .information .product_meta a {
color: #e23e1d;
}
.details-product .information .product_meta > span {
color: #4c4c4c;
line-height: 1;
position: relative;
vertical-align: middle;
border-right: 2px solid #ebebeb;
padding-right: 12px;
margin-right: 10px;
}
.rtl .details-product .information .product_meta > span {
border-left: 2px solid #ebebeb;
border-right: inherit;
}
.rtl .details-product .information .product_meta > span {
padding-left: 12px;
padding-right: inherit;
}
.rtl .details-product .information .product_meta > span {
margin-left: 10px;
margin-right: inherit;
}
.details-product .information .product_meta > span:last-child {
padding: 0;
border: none;
margin: 0;
}
.details-product .information .product_title {
clear: both;
}
.details-product .apus-social-share {
margin-top: 15px;
}
.details-product .apus-social-share span {
margin-right: 30px;
color: #191919;
}
.rtl .details-product .apus-social-share span {
margin-left: 30px;
margin-right: inherit;
}
.details-product .apus-social-share a {
margin-right: 30px;
display: inline-block;
color: #b3b7c8;
font-size: 14px;
}
.rtl .details-product .apus-social-share a {
margin-left: 30px;
margin-right: inherit;
}
.details-product .apus-social-share a:hover, .details-product .apus-social-share a:active {
color: #e23e1d;
}
.details-product .apus-discounts {
margin: 20px 0 15px;
padding: 15px 20px;
background: #eceff6;
font-size: 13px;
}
.details-product .apus-discounts ul {
margin: 0;
list-style: none;
padding: 0;
}
.details-product .apus-discounts ul li {
margin: 0 0 3px;
}
.details-product .apus-discounts ul li:before {
font-family: 'FontAwesome';
color: #e23e1d;
content: "\f00c";
margin-right: 8px;
}
.rtl .details-product .apus-discounts ul li:before {
margin-left: 8px;
margin-right: inherit;
}
.details-product .apus-discounts .icon {
display: inline-block;
vertical-align: middle;
width: 35px;
height: 35px;
text-align: center;
line-height: 35px;
color: #fff;
background: #a7b5d5;
font-size: 14px;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
margin-right: 10px;
}
.rtl .details-product .apus-discounts .icon {
margin-left: 10px;
margin-right: inherit;
}
.details-product .apus-discounts .title {
font-size: 18px;
margin: 0 0 10px;
}
.details-product .product-free-gift {
margin: 0 0 20px;
padding: 15px 20px;
background: #f2dede;
}
.details-product .product-free-gift .icon {
display: inline-block;
vertical-align: middle;
width: 35px;
height: 35px;
text-align: center;
line-height: 35px;
color: #fff;
background: #e23e1d;
font-size: 14px;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
margin-right: 10px;
}
.rtl .details-product .product-free-gift .icon {
margin-left: 10px;
margin-right: inherit;
}
.details-product .product-free-gift .title {
font-size: 18px;
margin: 0 0 10px;
}
.details-product .product-free-gift .list-gift {
font-size: 13px;
list-style: none;
padding: 0;
margin: 0;
}
.details-product .product-free-gift .list-gift li {
margin-bottom: 3px;
}
.details-product .product-free-gift .list-gift i {
color: #e23e1d;
}
.details-product .product-free-gift .hightcolor {
font-weight: 400;
font-family: "Rubik-Medium";
color: #e23e1d;
}
.accessoriesproducts-wrapper {
position: relative;
}
.accessoriesproducts-wrapper.loading:before {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 99;
content: '';
background: url(//www.imep.com.tr/wp-content/themes/yozi/images/loading-quick.gif) center center no-repeat rgba(255, 255, 255, 0.9);
}
.accessoriesproducts .product-block.grid {
margin-bottom: 25px;
}
.accessoriesproducts .product-block.grid .accessory-add-product {
position: absolute;
left: 10px;
bottom: -25px;
}
.rtl .accessoriesproducts .product-block.grid .accessory-add-product {
right: 10px;
left: auto;
}
.accessoriesproducts .check-all-items-wrapper {
margin: 0 0 10px;
}
.accessoriesproducts .check-all-items-wrapper input {
margin-right: 6px;
}
.rtl .accessoriesproducts .check-all-items-wrapper input {
margin-left: 6px;
margin-right: inherit;
}
.accessoriesproducts .total-price-wrapper {
font-size: 14px;
color: #191919;
margin: 0 0 5px;
}
.accessoriesproducts .total-price {
display: block;
color: #1b251f;
font-size: 18px;
font-weight: 700;
} .product-category .product-category-content {
position: relative;
overflow: hidden;
min-height: 45px;
margin: 0 0 30px 0;
}
.product-category .product-category-image {
display: block;
}
.product-category .product-category-image img {
display: block;
width: 100% \9;
max-width: 100%;
height: auto;
}
.product-category .product-category-title {
text-transform: none;
position: absolute;
text-align: center;
bottom: 0;
left: 0;
width: 100%;
font-weight: 400;
font-size: 16px;
color: #fff;
margin: 0;
padding: 15px 10px;
background: rgba(0, 0, 0, 0.3);
}
.rtl .product-category .product-category-title {
right: 0;
left: auto;
}
.product-category .product-category-title .count {
background: transparent;
color: #fff;
} #apus-quickview-modal .product_meta {
margin: 15px 0 0;
} .form-row .checkbox, .form-row .input-radio {
margin-bottom: 0;
margin-top: 0;
}
.woocommerce form .form-row {
margin: 0 0 25px;
padding: 0;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2,
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
width: 100%;
} p.demo_store {
top: 0;
position: fixed;
left: 0;
right: 0;
width: 100%;
height: auto;
text-align: center;
font-size: 30px;
padding: .5em 0;
z-index: 99998;
border: 1px solid #d2d2d2;
-webkit-box-shadow: 0, 0, 0, 3px, rgba(255, 255, 255, 0.2);
box-shadow: 0, 0, 0, 3px, rgba(255, 255, 255, 0.2);
}
.rtl p.demo_store {
right: 0;
left: auto;
}
.rtl p.demo_store {
left: 0;
right: auto;
}
.rtl p.demo_store {
text-align: right;
} .woocommerce #reviews #comments ol.commentlist {
padding: 0;
}
.woocommerce #reviews #comments ol.commentlist li {
margin: 0;
padding: 0 0 30px;
}
.woocommerce #reviews #comments ol.commentlist li .apus-avata {
min-width: 100px;
padding-right: 30px;
}
.rtl .woocommerce #reviews #comments ol.commentlist li .apus-avata {
padding-left: 30px;
padding-right: inherit;
}
.woocommerce #reviews #comments ol.commentlist li .apus-avata .apus-image {
display: inline-block;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
width: 70px;
height: 70px;
border: none;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
padding: 0;
position: relative;
}
.woocommerce #reviews #comments ol.commentlist li .star-rating {
margin: 6px 0 0;
}
.woocommerce #reviews #comments ol.commentlist li .star-rating:before {
color: #f5c136;
}
.woocommerce #reviews #comments ol.commentlist li .star-rating span:before {
color: #f5c136;
}
.woocommerce #reviews #comments ol.commentlist li .top-info {
margin: 0 0 8px;
}
.woocommerce #reviews #comments ol.commentlist li .dokan-review-author-img {
float: left;
padding-right: 30px;
}
.rtl .woocommerce #reviews #comments ol.commentlist li .dokan-review-author-img {
float: right;
}
.rtl .woocommerce #reviews #comments ol.commentlist li .dokan-review-author-img {
padding-left: 30px;
padding-right: inherit;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
overflow: hidden;
border: none;
padding: 0;
margin: 0;
padding-left: 30px;
border-left: 1px solid #ebebeb;
}
.rtl .woocommerce #reviews #comments ol.commentlist li .comment-text {
padding-right: 30px;
padding-left: inherit;
}
.rtl .woocommerce #reviews #comments ol.commentlist li .comment-text {
border-right: 1px solid #ebebeb;
border-left: inherit;
}
.woocommerce #reviews #comments ol.commentlist li .description {
margin-top: 10px;
}
.woocommerce #reviews #comments ol.commentlist li .description p {
margin: 0;
}
.woocommerce #reviews #comments ol.commentlist li .apus-author {
display: block;
font-weight: 400;
font-family: "Rubik-Medium";
font-size: 16px;
color: #232530;
}
.woocommerce #reviews #comments ol.commentlist li .date {
font-size: 14px;
font-weight: 300;
color: #b3b7c8;
}
.woocommerce p.stars a[class*="star-"]:before {
display: none;
}
#respond .comment-reply-title {
font-size: 18px;
margin: 0 0 10px !important;
}
#respond .comment-reply-title #cancel-comment-reply-link {
color: #d9534f;
}
#respond label {
color: #4c4c4c;
font-weight: 400;
}
#respond .form-submit input {
left: auto;
}
.rtl #respond .form-submit input {
right: auto;
left: auto;
}
#respond textarea {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#respond p.stars {
position: relative;
padding: 0 0 10px;
}
#respond p.stars a {
display: inline-block;
vertical-align: middle;
font-weight: 400;
text-indent: -9999px;
position: relative;
margin-right: 1em;
color: #f5c136;
}
.lt-ie8 #respond p.stars a {
display: inline;
zoom: 1;
}
.rtl #respond p.stars a {
margin-left: 1em;
margin-right: inherit;
}
#respond p.stars a:last-child {
border-right: 0;
}
.rtl #respond p.stars a:last-child {
border-left: 0;
border-right: inherit;
}
#respond p.stars a.star-1, #respond p.stars a.star-2, #respond p.stars a.star-3, #respond p.stars a.star-4, #respond p.stars a.star-5 {
border-right: 1px solid #ebebeb;
}
.rtl #respond p.stars a.star-1, .rtl #respond p.stars a.star-2, .rtl #respond p.stars a.star-3, .rtl #respond p.stars a.star-4, .rtl #respond p.stars a.star-5 {
border-left: 1px solid #ebebeb;
border-right: inherit;
}
#respond p.stars a.star-1:after, #respond p.stars a.star-2:after, #respond p.stars a.star-3:after, #respond p.stars a.star-4:after, #respond p.stars a.star-5:after {
top: -6px;
font-family: "FontAwesome";
text-indent: 0;
position: absolute;
left: 0;
}
.rtl #respond p.stars a.star-1:after, .rtl #respond p.stars a.star-2:after, .rtl #respond p.stars a.star-3:after, .rtl #respond p.stars a.star-4:after, .rtl #respond p.stars a.star-5:after {
right: 0;
left: auto;
}
#respond p.stars a.star-1 {
width: 2em;
}
#respond p.stars a.star-1:after {
content: "\f006";
}
#respond p.stars a.star-1:hover:after, #respond p.stars a.star-1.active:after {
content: "\f005";
}
#respond p.stars a.star-2 {
width: 3em;
}
#respond p.stars a.star-2:after {
content: "\f006\f006";
}
#respond p.stars a.star-2:hover:after, #respond p.stars a.star-2.active:after {
content: "\f005\f005";
}
#respond p.stars a.star-3 {
width: 4em;
}
#respond p.stars a.star-3:after {
content: "\f006\f006\f006";
}
#respond p.stars a.star-3:hover:after, #respond p.stars a.star-3.active:after {
content: "\f005\f005\f005";
}
#respond p.stars a.star-4 {
width: 5em;
}
#respond p.stars a.star-4:after {
content: "\f006\f006\f006\f006";
}
#respond p.stars a.star-4:hover:after, #respond p.stars a.star-4.active:after {
content: "\f005\f005\f005\f005";
}
#respond p.stars a.star-5 {
width: 6em;
border: 0;
}
#respond p.stars a.star-5:after {
content: "\f006\f006\f006\f006\f006";
}
#respond p.stars a.star-5:hover:after, #respond p.stars a.star-5.active:after {
content: "\f005\f005\f005\f005\f005";
}
#respond p.stars a.active:after, #respond p.stars a:hover:after, #respond p.stars a:active:after {
color: #f5c136;
}
.woocommerce #reviews #comment {
height: 130px;
resize: none;
} .woocommerce .quantity .qty {
width: 100px;
font-weight: 600;
font-size: 14px;
height: 40px;
border: 1px solid #ebebeb;
padding: 5px 20px;
text-align: left;
color: #191919;
}
.rtl .woocommerce .quantity .qty {
text-align: right;
}
.woocommerce .quantity > * {
display: inline-block;
vertical-align: middle;
}
.woocommerce .quantity .reader-text {
font-size: 14px;
font-weight: 400;
margin-bottom: 0;
margin-right: 10px;
}
.rtl .woocommerce .quantity .reader-text {
margin-left: 10px;
margin-right: inherit;
}
.woocommerce a.remove {
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
} .form-row:before, .form-row:after {
content: " ";
display: table;
}
.form-row:after {
clear: both;
}
.form-row label.hidden {
visibility: hidden;
}
.form-row label.inline {
display: inline;
}
.form-row label {
display: block;
font-weight: 400;
font-family: "Rubik-Medium";
}
.form-row select {
cursor: pointer;
}
.form-row .required {
color: #ff003a;
font-weight: 400;
border: 0;
}
.form-row .input-text {
width: 100%;
padding: 8px 10px;
}
.form-row.form-row-first {
width: 47%;
float: left;
}
.rtl .form-row.form-row-first {
float: right;
}
.form-row.form-row-last {
width: 47%;
float: right;
}
.rtl .form-row.form-row-last {
float: left;
}
.form-row.form-row-wide {
clear: both;
}
.select2-container .select2-choice {
padding: 5px 7px;
}
ul.tabs {
list-style: none;
padding: 0 0 0 1em;
margin: 0 0 1.618em;
overflow: hidden;
position: relative;
}
ul.tabs li {
display: inline-block;
vertical-align: middle;
position: relative;
z-index: 0;
margin: 0 -5px;
padding: 0 1em;
border: 1px solid #d2d2d2;
-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.6);
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(255, 255, 255, 0.6);
}
.lt-ie8 ul.tabs li {
display: inline;
zoom: 1;
}
ul.tabs li a {
display: inline-block;
vertical-align: middle;
padding: .5em 0;
font-weight: 400;
color: #ebebeb;
text-decoration: none;
}
.lt-ie8 ul.tabs li a {
display: inline;
zoom: 1;
}
ul.tabs li a:hover {
text-decoration: none;
color: white;
}
ul.tabs li.active {
background: #ebebeb;
z-index: 2;
border-bottom-color: #ebebeb;
}
ul.tabs li.active a {
color: inherit;
text-shadow: inherit;
}
ul.tabs li.active:before {
-webkit-box-shadow: 2px 2px 0 #ebebeb;
box-shadow: 2px 2px 0 #ebebeb;
}
ul.tabs li.active:after {
-webkit-box-shadow: -2px 2px 0 #ebebeb;
box-shadow: -2px 2px 0 #ebebeb;
}
ul.tabs li:before, ul.tabs li:after {
border: 1px solid #d2d2d2;
position: absolute;
bottom: -1px;
content: "";
width: 5px;
height: 5px;
}
ul.tabs li:before {
border-width: 0 1px 1px 0;
left: -6px;
border-bottom-right-radius: 4px;
border-top-right-radius: 4px;
-webkit-box-shadow: 2px 2px 0 #d2d2d2;
box-shadow: 2px 2px 0 #d2d2d2;
}
.rtl ul.tabs li:before {
right: -6px;
left: auto;
}
ul.tabs li:after {
border-width: 0 0 1px 1px;
right: -6px;
border-bottom-left-radius: 4px;
border-top-left-radius: 4px;
-webkit-box-shadow: -2px 2px 0 #d2d2d2;
box-shadow: -2px 2px 0 #d2d2d2;
}
.rtl ul.tabs li:after {
left: -6px;
right: auto;
}
ul.tabs:before {
position: absolute;
content: "";
width: 100%;
bottom: 0;
z-index: 1;
left: 0;
border-bottom: 1px solid #d2d2d2;
}
.rtl ul.tabs:before {
right: 0;
left: auto;
}
.product-quantity .input-text .input-sm {
height: 33px;
padding: 5px 5px;
font-size: 14px;
line-height: 1.5;
border-radius: 0;
}
.product-quantity .input-text select.input-sm {
height: 33px;
line-height: 33px;
}
.product-quantity .input-text textarea.input-sm,
.product-quantity .input-text select[multiple].input-sm {
height: auto;
}
.i-am-new li {
background-image: none !important;
background-color: #fff !important;
-webkit-border-radius: 0px !important;
border-radius: 0px !important;
}
.i-am-new li .noty_message {
padding: 20px 0 !important;
} .total-minicart {
color: #252525;
font-weight: 400;
font-family: "Rubik-Medium";
font-size: 16px;
margin-left: 5px;
display: inline-block;
}
.rtl .total-minicart {
margin-right: 5px;
margin-left: inherit;
}
.mini-cart,
.wishlist-icon {
display: inline-block;
position: relative;
padding: 0 15px;
color: #252525;
}
.mini-cart:hover, .mini-cart:active,
.wishlist-icon:hover,
.wishlist-icon:active {
color: #e23e1d;
}
.mini-cart i,
.wishlist-icon i {
font-size: 22px;
}
.mini-cart .count,
.wishlist-icon .count {
display: inline-block;
position: absolute;
top: -5px;
right: 4px;
font-size: 11px;
font-weight: 700;
color: #fff;
background: #e23e1d;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
line-height: 16px;
min-width: 16px;
padding: 0 3px;
text-align: center;
}
.rtl .mini-cart .count, .rtl
.wishlist-icon .count {
left: 4px;
right: auto;
} .woocommerce .star-rating {
margin: auto 0;
overflow: hidden;
position: relative;
width: 73px;
height: 1.2em;
line-height: 1em;
font-family: 'star';
font-size: 13px;
}
.woocommerce .star-rating:before {
content: "\73\73\73\73\73";
color: #f5c136;
float: left;
top: 0;
left: 0;
position: absolute;
letter-spacing: 1px;
}
.rtl .woocommerce .star-rating:before {
float: right;
}
.rtl .woocommerce .star-rating:before {
right: 0;
left: auto;
}
.woocommerce .star-rating span {
overflow: hidden;
float: left;
top: 0;
left: 0;
position: absolute;
padding-top: 1.5em;
}
.rtl .woocommerce .star-rating span {
float: right;
}
.rtl .woocommerce .star-rating span {
right: 0;
left: auto;
}
.woocommerce .star-rating span:before {
content: "\53\53\53\53\53";
top: 0;
position: absolute;
left: 0;
color: #f5c136;
letter-spacing: 1px;
}
.rtl .woocommerce .star-rating span:before {
right: 0;
left: auto;
}
.woocommerce .woocommerce-review-link {
color: #999591;
} .archive-shop .page-title {
display: none;
}
.apus-shop-menu {
font-size: 14px;
margin: 0 0 30px 0;
}
.apus-shop-menu .filter-action i {
margin-right: 3px;
}
.rtl .apus-shop-menu .filter-action i {
margin-left: 3px;
margin-right: inherit;
}
.apus-shop-menu ul.apus-filter-menu {
padding: 0;
margin: 5px 0 0;
list-style: none;
float: right;
}
.rtl .apus-shop-menu ul.apus-filter-menu {
float: left;
}
.apus-shop-menu ul.apus-filter-menu li {
display: inline-block;
}
.apus-shop-menu ul.apus-categories {
float: left;
padding: 0;
margin: 3px 0 0;
list-style: none;
}
.rtl .apus-shop-menu ul.apus-categories {
float: right;
}
.apus-shop-menu ul.apus-categories li {
display: inline-block;
margin-right: 30px;
}
.rtl .apus-shop-menu ul.apus-categories li {
margin-left: 30px;
margin-right: inherit;
}
.apus-shop-menu ul.apus-categories li a {
padding: 0;
font-size: 16px;
}
.apus-shop-menu ul.apus-categories li .product-count {
font-size: 14px;
color: #4c4c4c;
margin: 0 2px;
vertical-align: top;
display: inline-block;
}
.apus-shop-menu ul.apus-categories li.current-cat > a {
text-decoration: underline;
}
.apus-shop-menu ul.apus-categories .apus-shop-sub-categories {
padding: 0px;
margin: 10px 0 0;
}
.apus-shop-menu ul.apus-categories .apus-shop-sub-categories li a {
font-size: 16px;
}
.apus-shop-menu .content-inner #apus-orderby {
margin-left: 40px;
}
.rtl .apus-shop-menu .content-inner #apus-orderby {
margin-right: 40px;
margin-left: inherit;
}
.apus-shop-header {
background: transparent;
margin-bottom: 35px;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
.apus-shop-header.filter-active {
background: #ffffff;
border-bottom: 1px solid #eeeeee;
margin-bottom: 30px;
}
.apus-shop-header .apus-sidebar-header {
display: none;
border: 1px solid #e23e1d;
padding: 20px 30px;
background: #fff;
}
.apus-shop-header .apus-widget-scroll ul li {
padding: 0;
list-style: none;
font-size: 14px;
margin: 0 0 10px;
}
.apus-shop-header .apus-sidebar-inner {
padding: 0 15px;
}
.apus-shop-header .apus-sidebar-inner ul {
padding: 0;
margin: 0;
list-style: none;
}
.apus-shop-header .apus-sidebar-inner .apus-widget-title {
font-weight: 400;
font-size: 18px;
text-transform: capitalize;
margin: 0 0 20px;
}
.apus-shop-header .widget_layered_nav ul li a, .apus-shop-header .product-categories li a {
font-size: 14px;
padding: 0 !important;
}
.apus-shop-header .widget_layered_nav ul li .count, .apus-shop-header .product-categories li .count {
float: none;
}
.apus-shop-header .widget_layered_nav li.chosen,
.apus-shop-header .product-categories li.chosen {
color: #e23e1d;
}
.apus-shop-header .widget_layered_nav li.chosen > a,
.apus-shop-header .product-categories li.chosen > a {
color: #e23e1d;
}
.apus-categories-dropdown {
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
border: none;
color: #191919;
font-size: 14px;
margin-top: 4px;
}
.apus-categories-dropdown .category-dropdown-label {
cursor: pointer;
}
.apus-categories-dropdown option {
font-size: 16px;
color: #4c4c4c;
}
.apus-categories-dropdown option[selected="selected"] {
color: #191919;
}
.apus-categories-dropdown .dropdown-menu {
min-width: 200px;
padding: 20px 30px;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border: 1px solid #e23e1d;
-webkit-box-shadow: none;
box-shadow: none;
}
.apus-categories-dropdown .dropdown-menu ul {
list-style: none;
padding: 0;
margin: 0;
}
.apus-categories-dropdown .dropdown-menu ul li {
margin: 0 0 5px;
}
.apus-categories-dropdown .dropdown-menu ul li a {
color: #4c4c4c;
}
.apus-categories-dropdown .dropdown-menu ul li a:hover, .apus-categories-dropdown .dropdown-menu ul li a:active {
color: #191919;
}
.apus-categories-dropdown .dropdown-menu ul li.active {
color: #191919;
}
.apus-categories-dropdown .dropdown-menu ul li:last-child {
margin: 0;
}
.apus-filter {
padding: 0;
background: transparent;
margin: 0px 0 30px;
width: 100%;
}
.apus-filter .woocommerce-result-count {
font-size: 18px;
float: right;
margin: 0;
}
.rtl .apus-filter .woocommerce-result-count {
float: left;
}
.apus-filter #apus-orderby {
float: left;
}
.rtl .apus-filter #apus-orderby {
float: right;
}
.apus-filter .woocommerce-ordering {
margin: 0;
}
.apus-filter select {
font-size: 14px;
color: #4c4c4c;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
background: url(//www.imep.com.tr/wp-content/themes/yozi/images/select.png) #fff right 20px center no-repeat;
font-weight: 400;
border: 1px solid #ebebeb;
padding: 3px 20px;
}
.apus-filter .display-mode {
margin-top: 4px;
}
.apus-filter .change-view {
color: #cccccc;
display: inline-block;
}
.apus-filter .change-view i {
font-size: 25px;
vertical-align: middle;
}
.apus-filter .change-view + .change-view {
margin-left: 25px;
}
.rtl .apus-filter .change-view + .change-view {
margin-right: 25px;
margin-left: inherit;
}
.apus-filter .change-view:hover, .apus-filter .change-view.active {
color: #1e1e27;
}
.apus-filter .form-yozi-ppp .yozi-wc-wppp-select {
min-width: 200px;
}
.form-yozi-ppp {
float: left;
margin-left: 20px;
}
.rtl .form-yozi-ppp {
float: right;
}
.rtl .form-yozi-ppp {
margin-right: 20px;
margin-left: inherit;
}
.form-yozi-ppp select {
font-size: 14px;
color: #4c4c4c;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
background: url(//www.imep.com.tr/wp-content/themes/yozi/images/select.png) #fff right 20px center no-repeat;
font-weight: 400;
border: 1px solid #ebebeb;
padding: 3px 20px;
}
.apus-after-loop-shop {
margin-bottom: 30px;
}
.apus-after-loop-shop .apus-pagination {
float: left;
margin: 0;
}
.rtl .apus-after-loop-shop .apus-pagination {
float: right;
}
.apus-after-loop-shop .form-yozi-ppp select {
min-width: 120px;
}
.apus-after-loop-shop .form-yozi-ppp,
.apus-after-loop-shop .woocommerce-result-count {
float: right;
}
.rtl .apus-after-loop-shop .form-yozi-ppp, .rtl
.apus-after-loop-shop .woocommerce-result-count {
float: left;
}
.apus-after-loop-shop .woocommerce-result-count {
margin-top: 3px;
margin-bottom: 0;
}
#apus-orderby .orderby-label {
color: #4c4c4c;
display: inline-block;
font-size: 14px;
font-weight: 300;
cursor: pointer;
border: 1px solid #ebebeb;
border-radius: 50px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
-ms-border-radius: 50px;
-o-border-radius: 50px;
padding: 4px 15px;
}
#apus-orderby .dropdown-menu {
min-width: 200px;
padding: 20px 30px;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border: 1px solid #e23e1d;
-webkit-box-shadow: none;
box-shadow: none;
}
#apus-orderby .dropdown-menu ul {
list-style: none;
padding: 0;
margin: 0;
}
#apus-orderby .dropdown-menu ul li {
margin: 0 0 5px;
}
#apus-orderby .dropdown-menu ul li a {
color: #4c4c4c;
}
#apus-orderby .dropdown-menu ul li a:hover, #apus-orderby .dropdown-menu ul li a:active {
color: #191919;
}
#apus-orderby .dropdown-menu ul li.active {
color: #191919;
}
#apus-orderby .dropdown-menu ul li:last-child {
margin: 0;
} .apus-topcart .dropdown-menu {
top: 50px;
margin: 0;
padding: 40px 30px;
min-width: 350px;
display: block;
font-family: "Rubik", Helvetica, Arial, sans-serif;
border: none;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
-webkit-box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.15);
box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.15);
background: #fff;
opacity: 0;
filter: alpha(opacity=0);
display: none;
}
.apus-topcart .dropdown-menu .variation dt, .apus-topcart .dropdown-menu .variation dd {
width: 50%;
float: left;
}
.rtl .apus-topcart .dropdown-menu .variation dt, .rtl .apus-topcart .dropdown-menu .variation dd {
float: right;
}
.apus-topcart .dropdown-menu .variation dt p, .apus-topcart .dropdown-menu .variation dd p {
margin: 0;
}
.apus-topcart .buttons {
margin: 0;
}
.apus-topcart .buttons .wc-forward {
text-transform: uppercase;
display: block;
margin-bottom: 10px;
}
.apus-topcart .buttons .wc-forward:last-child {
margin: 0;
}
.apus-topcart .buttons .wc-forward:after {
vertical-align: text-top;
}
.apus-topcart .open .dropdown-menu {
display: block;
opacity: 1;
filter: alpha(opacity=100);
}
.shopping_cart_content {
font-size: 14px;
}
.shopping_cart_content .cart_list > div {
margin: 0 0 20px;
overflow: hidden;
}
.shopping_cart_content .cart_list > div.empty {
border: none;
margin: 0;
color: #191919;
}
.shopping_cart_content .cart_list > div:last-child {
border: none;
}
.shopping_cart_content .cart_list .image img {
border: 1px solid #ebebeb;
width: 70px;
height: 70px;
max-width: none;
}
.shopping_cart_content .cart_list .name {
font-size: 14px;
line-height: 1.4;
}
.shopping_cart_content .cart_list .name a {
color: #232530;
}
.shopping_cart_content .cart_list .name a:hover, .shopping_cart_content .cart_list .name a:active {
color: #e23e1d;
}
.shopping_cart_content .cart_list .cart-item {
margin: 0;
font-weight: 400;
font-family: "Rubik-Medium";
font-size: 16px;
}
.shopping_cart_content .cart_list .media-body {
width: 1000px;
padding-right: 20px;
}
.rtl .shopping_cart_content .cart_list .media-body {
padding-left: 20px;
padding-right: inherit;
}
.shopping_cart_content .cart_list .cart-main-content {
text-align: left;
position: relative;
}
.rtl .shopping_cart_content .cart_list .cart-main-content {
text-align: right;
}
.shopping_cart_content .cart_list .cart-main-content .remove {
position: absolute;
right: 0;
top: 16px;
z-index: 9;
font-size: 25px;
color: #b3b7c8 !important;
}
.rtl .shopping_cart_content .cart_list .cart-main-content .remove {
left: 0;
right: auto;
}
.shopping_cart_content .cart_list .cart-main-content .remove:hover, .shopping_cart_content .cart_list .cart-main-content .remove:active {
color: #d9534f !important;
}
.shopping_cart_content .cart_list .cart-item {
overflow: hidden;
}
.shopping_cart_content .total {
border-top: 1px solid #ebebeb;
overflow: hidden;
position: relative;
margin: 10px 0 0;
font-weight: 400;
font-family: "Rubik-Medium";
text-transform: uppercase;
padding: 25px 0;
}
.shopping_cart_content .total strong {
font-size: 18px;
font-weight: 400;
font-family: "Rubik-Medium";
}
.shopping_cart_content .total .amount {
font-size: 18px;
float: right;
}
.rtl .shopping_cart_content .total .amount {
float: left;
}
.shopping_cart_content .total.empty {
border: none;
margin: 0;
padding-top: 0;
}
.woocommerce a.remove {
padding: 0;
margin: auto;
color: #4c4c4c !important;
font-size: 32px;
background: transparent !important;
}
.woocommerce a.remove:active, .woocommerce a.remove:hover {
color: #d9534f !important;
} .place-order {
padding: 30px;
}
.yith-wcwl-add-button > a i, .wishlist_table .add_to_cart.button i {
margin: 0 !important;
}
.yith-wcwl-share ul {
padding: 0;
margin: 0;
list-style: none;
}
.input-text {
border: 1px solid #e5e5e5;
padding: 5px 10px;
}
.woocommerce address {
margin-bottom: 20px;
}
.product-categories {
padding: 25px 35px 40px 35px;
list-style: none;
margin: 0;
font-size: 14px;
border: 1px solid #ebebeb;
overflow: hidden;
}
.product-categories + .view-more-list-cat {
position: absolute;
background: #fff;
bottom: 1px;
left: 1px;
width: calc(100% - 2px);
z-index: 99;
display: block;
color: #5cb85c;
padding: 5px 54px 15px;
}
.product-categories + .view-more-list-cat.view-less {
color: #d9534f;
}
.product-categories + .view-more-list-cat:hover, .product-categories + .view-more-list-cat:active {
text-decoration: underline;
}
.product-categories.hideContent {
height: 435px;
}
.product-categories.showContent {
height: auto;
}
.product-categories .children {
list-style: none;
padding: 0;
}
.product-categories li {
line-height: 40px;
padding-left: 20px;
}
.rtl .product-categories li {
padding-right: 20px;
padding-left: inherit;
}
.product-categories li.current-cat-parent > .count, .product-categories li.current-cat > .count, .product-categories li:hover > .count {
color: #e23e1d;
}
.product-categories li.current-cat-parent > a, .product-categories li.current-cat > a, .product-categories li:hover > a {
color: #e23e1d;
}
.product-categories li .count {
font-family: "Rubik", Helvetica, Arial, sans-serif;
font-size: 14px;
font-weight: 400;
display: inline-block;
float: right;
margin-top: 3px;
}
.rtl .product-categories li .count {
float: left;
}
.product-categories li a {
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
color: #4c4c4c;
}
.product-categories li a:hover, .product-categories li a:active {
color: #e23e1d;
}
.product-categories li.cat-parent {
position: relative;
}
.product-categories li.cat-parent > i {
padding-right: 12px;
cursor: pointer;
position: absolute;
left: 0;
top: 13px;
}
.rtl .product-categories li.cat-parent > i {
padding-left: 12px;
padding-right: inherit;
}
.rtl .product-categories li.cat-parent > i {
right: 0;
left: auto;
}
.apus-results {
background: #ffffff;
margin-bottom: 30px;
padding: 10px 0;
font-size: 18px;
}
@media (min-width: 992px) {
.product[class*="-cus-5"] {
width: 25%;
}
}
@media (min-width: 1501px) {
.product[class*="-cus-5"] {
width: 20%;
}
}
[class*="-cus-3"] {
width: 33.33%;
float: left;
padding-right: 15px;
padding-left: 15px;
}
[class*="-cus-4"] {
width: 25%;
float: left;
padding-right: 15px;
padding-left: 15px;
}
@media (max-width: 992px) {
[class*="-cus-5"] {
width: 50%;
float: left;
}
[class*="-cus-3"] {
width: 50%;
float: left;
}
[class*="-cus-4"] {
width: 50%;
float: left;
}
}
@media (max-width: 768px) {
[class*="-cus-5"] {
width: 100%;
float: left;
}
[class*="-cus-3"] {
width: 100%;
float: left;
}
[class*="-cus-4"] {
width: 100%;
float: left;
}
}
.loadmore-action > a {
padding-right: 20px;
}
.rtl .loadmore-action > a {
padding-left: 20px;
padding-right: inherit;
}
.ajax-pagination {
text-align: center;
font-size: 18px;
margin: 0 0 30px;
}
.ajax-pagination.apus-loader .apus-loadmore-btn {
display: none;
}
.ajax-pagination.apus-loader:after {
background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="38" height="38" viewBox="0 0 38 38" stroke="rgba(102,102,102,0.25)"%3E%3Cg fill="none" fill-rule="evenodd"%3E%3Cg transform="translate(1 1)" stroke-width="2"%3E%3Ccircle stroke-opacity=".55" cx="18" cy="18" r="18"/%3E%3Cpath d="M36 18c0-9.94-8.06-18-18-18"%3E%3CanimateTransform attributeName="transform" type="rotate" from="0 18 18" to="360 18 18" dur="1s" repeatCount="indefinite"/%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E');
background-position: center center;
background-repeat: no-repeat;
content: "";
width: 40px;
height: 40px;
display: block;
width: 100%;
}
.ajax-pagination .apus-loadmore-btn + .apus-allproducts {
display: none;
}
.ajax-pagination .apus-loadmore-btn.hidden + .apus-allproducts {
display: block;
}
.add-cart-bottom .add-cart > .added,
.groups-button .add-cart > .added {
display: none !important;
}
.add-cart-bottom .add-cart .added_to_cart:after,
.groups-button .add-cart .added_to_cart:after {
display: none !important;
}
.apus-shop-products-wrapper.loading {
position: relative;
}
.apus-shop-products-wrapper.loading:before {
background: url(//www.imep.com.tr/wp-content/themes/yozi/images/loading.gif) center 70px/50px no-repeat rgba(255, 255, 255, 0.9);
position: absolute;
width: 100%;
height: 100%;
content: "";
left: 0;
top: 0;
z-index: 99;
}
.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce-account .woocommerce-MyAccount-navigation {
width: 100%;
float: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
border-bottom: 2px solid #eeeeee;
}
.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link {
margin-right: 30px;
display: inline-block;
}
.rtl .woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link {
margin-left: 30px;
margin-right: inherit;
}
.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a {
padding: 0 0 7px;
position: relative;
display: inline-block;
}
.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a:before {
width: 100%;
height: 2px;
background: #e23e1d;
position: absolute;
bottom: -2px;
left: 0;
content: '';
-webkit-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
}
.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.is-active > a, .woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link:hover > a, .woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link:active > a {
color: #e23e1d;
}
.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.is-active > a:before, .woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link:hover > a:before, .woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link:active > a:before {
-webkit-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.woocommerce-MyAccount-content {
padding: 20px 0;
}
.woocommerce-MyAccount-content h2 {
margin: 20px 0 10px;
text-transform: uppercase;
font-size: 18px;
font-family: "Rubik";
}
.edit-account br {
display: none;
}
.edit-account input[type="text"],
.edit-account input[type="password"] {
height: 40px;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
}
.edit-account input[type="text"]:focus,
.edit-account input[type="password"]:focus {
border-color: #ebebeb;
}
.edit-account legend {
font-size: 72px;
font-weight: 300;
border: none;
margin: 30px 0 0;
}
.edit-account label {
font-weight: 700;
font-size: 16px;
color: #191919;
}
.woocommerce-MyAccount-content,
.woocommerce-MyAccount-navigation {
max-width: 970px;
margin: auto;
}
.line-border {
position: relative;
margin: 0 0 20px;
}
.line-border:before {
content: '';
width: 100%;
height: 1px;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
position: absolute;
top: 50%;
left: 0;
z-index: 1;
background: #ebebeb;
}
.line-border .center-line {
position: relative;
z-index: 2;
color: #191919;
padding: 0 25px;
font-size: 18px;
background: #fff;
display: inline-block;
}
.user {
max-width: 570px;
margin: 0 auto 30px;
}
.user .title {
text-align: center;
}
.user .btn, .user .viewmore-products-btn, .user .woocommerce #respond input#submit, .woocommerce #respond .user input#submit, .user .woocommerce a.button, .woocommerce .user a.button, .user .woocommerce button.button, .woocommerce .user button.button, .user .woocommerce input.button, .woocommerce .user input.button, .user .woocommerce .wishlist_table td.product-add-to-cart a, .woocommerce .wishlist_table td.product-add-to-cart .user a, .user .woocommerce a.added_to_cart, .woocommerce .user a.added_to_cart, .user .details-product .information .compare, .details-product .information .user .compare, .user .add-cart-bottom .add-cart .added_to_cart, .add-cart-bottom .add-cart .user .added_to_cart,
.user .groups-button .add-cart .added_to_cart,
.groups-button .add-cart .user .added_to_cart, .user .wcv-form [type="submit"], .wcv-form .user [type="submit"], .user .wfg-button, .user .woocommerce .widget_price_filter .price_slider_amount .button, .woocommerce .widget_price_filter .price_slider_amount .user .button, .user #add_payment_method .wc-proceed-to-checkout a.checkout-button, #add_payment_method .wc-proceed-to-checkout .user a.checkout-button, .user .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout .user a.checkout-button, .user .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout .user a.checkout-button {
text-transform: uppercase;
}
.user .login-account,
.user .creat-account {
text-decoration: underline;
color: #191919;
font-size: 18px;
text-transform: uppercase;
cursor: pointer;
}
.user .login-account:hover, .user .login-account:active,
.user .creat-account:hover,
.user .creat-account:active {
color: #5cb85c;
}
.user .content-register {
display: none;
}
.woocommerce > strong {
font-weight: 400;
}
form.login,
form.register {
margin: 0 !important;
border: none !important;
padding: 0 !important;
}
form.login br,
form.register br {
display: none;
}
form.login label,
form.register label {
font-weight: 400;
font-size: 18px;
}
form.login .form-group,
form.register .form-group {
margin: 0 0 30px;
}
form.login input[type="checkbox"],
form.register input[type="checkbox"] {
margin-right: 7px;
}
.rtl form.login input[type="checkbox"], .rtl
form.register input[type="checkbox"] {
margin-left: 7px;
margin-right: inherit;
}
form.login .input-submit ~ span,
form.register .input-submit ~ span {
margin: 10px 0 0;
}
form.login .input-submit ~ span.pull-left,
form.register .input-submit ~ span.pull-left {
margin-left: 15px;
}
.rtl form.login .input-submit ~ span.pull-left, .rtl
form.register .input-submit ~ span.pull-left {
margin-right: 15px;
margin-left: inherit;
}
form.login .input-submit ~ span.lost_password a,
form.register .input-submit ~ span.lost_password a {
color: #e23e1d;
}
.cart_item {
margin: 0 0 20px;
padding: 0 0 20px;
border-bottom: 1px solid #ebebeb;
}
.cart_item > .media-left {
width: 70%;
}
.cart_item img {
width: 90px;
max-width: none;
}
.cart_item .content-left {
overflow: hidden;
padding-left: 20px;
}
.rtl .cart_item .content-left {
padding-right: 20px;
padding-left: inherit;
}
.cart_item .product-name {
font-size: 18px;
font-weight: 400;
margin: 0 0 15px;
}
.cart_item .price {
font-size: 20px;
font-family: "Rubik";
color: #4c4c4c;
font-weight: 400;
}
.cart_item a.remove {
margin: 0 0 15px;
display: inline-block;
font-size: 32px;
color: #4c4c4c !important;
}
.cart_item a.remove:hover, .cart_item a.remove:active {
color: #d9534f !important;
}
div.cart .input-text {
height: 53px;
border: 2px solid #ebebeb;
}
div.cart .input-text:focus, div.cart .input-text:active {
border-color: #191919;
}
div.cart label {
font-size: 18px;
color: #000;
}
@media (min-width: 1200px) {
.main-container.container-fluid .categories-wrapper .product-category {
width: 16.5%;
}
}
.categories-wrapper > .row {
margin-right: -10px;
margin-left: -10px;
}
.categories-wrapper div.product.first {
clear: none;
}
.categories-wrapper .product-category {
padding: 0 10px;
}
.categories-wrapper .category-body {
margin-bottom: 20px;
text-align: center;
position: relative;
padding: 20px;
background: #f0f2f9;
}
.categories-wrapper .category-body h3 {
font-size: 16px;
font-weight: 400;
margin: 15px 0 5px;
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
color: #4c4c4c;
}
.categories-wrapper .category-body h3 mark, .categories-wrapper .category-body h3 .mark {
display: none;
font-size: 15px;
background: transparent;
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
}
.categories-wrapper .category-body:hover h3, .categories-wrapper .category-body:active h3 {
color: #e23e1d;
}
.woocommerce .order-review {
border: 1px solid #ebebeb;
padding: 0 25px;
}
.woocommerce .order-review #order_review_heading {
font-size: 16px;
font-weight: 400;
font-family: "Rubik-Medium";
text-transform: uppercase;
text-align: center;
margin: 0;
padding: 15px;
border-bottom: 1px solid #ebebeb;
margin-bottom: 18px;
}
.woocommerce .order-review table.shop_table {
margin: 0;
}
#order_review .shop_table {
border: none;
}
#order_review .shop_table td {
padding: 20px 0;
width: 100%;
border-width: 0 0 1px;
border-style: solid;
border-color: #ebebeb;
}
#order_review .cart_item {
margin: 0;
padding: 0;
border: none;
}
#order_review .product-name {
font-size: 14px;
margin: 0;
}
#order_review .product-name strong {
font-weight: 400;
}
#order_review .product-total {
font-weight: 600;
color: #e23e1d;
}
#order_review > .media-left {
width: auto;
}
#order_review .woocommerce-Price-amount {
color: #e23e1d;
font-weight: 600;
}
#order_review .subtotal tr > * {
border-bottom: 1px solid #ebebeb !important;
}
#order_review .subtotal tr:last-child > * {
border: none !important;
}
#order_review .subtotal th {
border: none;
font-weight: 400;
padding: 10px 0;
}
#order_review .subtotal td {
text-align: right;
padding: 10px 0;
font-weight: 400;
}
.rtl #order_review .subtotal td {
text-align: left;
}
#order_review .subtotal td label {
font-weight: 400;
}
#order_review .subtotal .order-total strong {
font-size: 20px;
}
.apus-checkout-step {
padding: 0 0 30px;
}
.apus-checkout-step ul {
padding: 0;
list-style: none;
margin: 0 auto;
text-transform: uppercase;
width: 100%;
}
.apus-checkout-step ul li {
position: relative;
text-align: center;
float: left;
}
.rtl .apus-checkout-step ul li {
float: right;
}
@media (min-width: 768px) {
.apus-checkout-step ul li {
width: 33.33%;
}
}
.apus-checkout-step li {
font-size: 20px;
font-weight: 400;
font-family: "Rubik-Medium";
color: #232530;
line-height: 60px;
overflow: hidden;
position: relative;
background: #fff;
}
.apus-checkout-step li:first-child:before {
display: none;
}
.apus-checkout-step li:first-child:after {
border-width: 1px 0 1px 1px;
}
.apus-checkout-step li:before {
content: '';
z-index: 1;
position: absolute;
top: 0px;
left: -43px;
border: 1px solid #ebebeb;
width: 60px;
height: 60px;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
background: #fff;
}
.apus-checkout-step li:after {
position: absolute;
content: '';
border-width: 1px 0;
border-style: solid;
border-color: #ebebeb;
width: calc(100% - 30px);
height: 100%;
z-index: 10;
left: 0;
top: 0;
}
.rtl .apus-checkout-step li:after {
right: 0;
left: auto;
}
.apus-checkout-step li .inner {
position: relative;
}
.apus-checkout-step li .inner:after {
content: '';
z-index: 1;
position: absolute;
top: 0px;
right: -30px;
border-style: solid;
border-color: #fff #fff #fff transparent;
border-width: 30px;
width: 60px;
height: 60px;
background: #fff;
}
.apus-checkout-step li .inner:before {
content: '';
z-index: 1;
position: absolute;
top: 0px;
right: 12px;
border: 1px solid #ebebeb;
border-width: 1px 1px 0 0;
width: 60px;
height: 60px;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
background: #fff;
z-index: 2;
}
.apus-checkout-step li.active {
background: #e23e1d;
color: #fff;
}
.apus-checkout-step li.active:after {
border-color: #e23e1d;
}
.apus-checkout-step li.active .inner:after {
border-color: #fff #e23e1d;
}
.apus-checkout-step li.active .inner:before {
display: none;
}
.apus-checkout-step li.active .step {
opacity: 0.1;
filter: alpha(opacity=10);
color: #fff;
}
.apus-checkout-step .inner-step {
position: relative;
z-index: 9;
}
.apus-checkout-step .step {
z-index: 8;
position: absolute;
top: -1px;
right: 70px;
line-height: 60px;
font-size: 48px;
text-transform: uppercase;
font-weight: 600;
display: inline-block;
text-align: center;
color: #eae9ec;
}
.rtl .apus-checkout-step .step {
left: 70px;
right: auto;
}
.woocommerce-thankyou-order-received {
font-size: 24px;
font-weight: 600;
text-align: center;
color: #191919;
}
.woocommerce-thankyou-order-details {
text-align: center;
}
.woocommerce ul.order_details li {
float: none;
display: inline-block;
font-size: 12px;
}
.woocommerce ul.order_details li strong {
margin-top: 5px;
font-weight: 400;
font-family: "Rubik-Medium";
}
.woocommerce ul.order_details li.method strong {
color: #d9534f;
}
.woo-pay-perfect {
font-size: 18px;
font-weight: 600;
text-align: center;
margin-bottom: 30px;
}
.product-top-title {
position: relative;
}
.product-top-title .view-more {
position: absolute;
top: 5px;
right: 0;
}
.rtl .product-top-title .view-more {
left: 0;
right: auto;
}
@media (min-width: 768px) {
.flex-middle {
display: -webkit-flex; -webkit-align-items: center; display: flex;
align-items: center;
}
.flex-middle .title {
color: #4c4c4c;
font-size: 30px;
font-weight: 400;
font-family: "Rubik-Medium";
margin: 0 0 20px;
}
.flex-top {
display: -webkit-flex; display: flex;
}
}
.layout-detail-product {
font-size: 14px;
}
@media (min-width: 1200px) {
.layout-detail-product.container-fluid .tabs-v1 .tab-content > div {
padding: 30px 100px 100px;
}
.layout-detail-product.container-fluid .tabs-v1 .tab-content > div#tabs-list-specifications {
padding: 0;
border: none;
}
.layout-detail-product.container-fluid .tabs-v1 .tab-content > div#tabs-list-reviews {
padding: 50px 100px;
}
.layout-detail-product.container-fluid .text-detail {
padding: 0 50px;
}
}
.layout-detail-product.container .tabs-v1 .tab-content #tabs-list-specifications {
padding: 0;
border: none;
}
.layout-detail-product #tabs-list-specifications td {
padding: 15px;
border-color: #eff0f2;
}
.layout-detail-product #tabs-list-specifications td:first-child {
font-weight: 400;
font-family: "Rubik-Medium";
text-transform: uppercase;
}
.accessoriesproducts .list-accesories {
margin-bottom: 10px;
}
.accessoriesproducts .check-item {
margin-top: 10px;
}
.wcv-pro-vendorlist {
margin: 0 0 30px;
padding: 0 0 30px;
border-bottom: 1px solid #ebebeb;
border-top: none;
background: #fff;
height: auto;
}
.wcv-pro-vendorlist .name-store {
font-size: 18px;
margin: 10px 0;
}
.wcv-pro-vendorlist:hover .avatar:before {
opacity: 0.5;
filter: alpha(opacity=50);
}
.wcv-pro-vendorlist .avatar {
display: inline-block;
position: relative;
line-height: 0;
max-width: 100%;
}
.wcv-pro-vendorlist .avatar:before {
-webkit-transition: all 0.2s ease 0s;
-o-transition: all 0.2s ease 0s;
transition: all 0.2s ease 0s;
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #e23e1d;
opacity: 0;
filter: alpha(opacity=0);
}
.wcv-pro-vendorlist .metas {
margin: 0 0 5px;
}
.wcv-pro-vendorlist .metas > * {
display: inline-block;
font-size: 14px;
}
.wcv-pro-vendorlist .metas > * + * {
margin-left: 20px;
}
.rtl .wcv-pro-vendorlist .metas > * + * {
margin-right: 20px;
margin-left: inherit;
}
.wcv-pro-vendorlist .metas .total-value {
font-weight: 700;
}
.wcv-pro-vendorlist .store-address,
.wcv-pro-vendorlist .store-phone {
font-size: 14px;
margin: 0 0 7px;
}
.wcv-pro-vendorlist .store-address:last-child,
.wcv-pro-vendorlist .store-phone:last-child {
margin: 0;
}
.pv_shop_description {
padding: 0 15px 30px;
}
.wcv-header-container {
padding-right: 15px;
padding-left: 15px;
margin-bottom: 30px;
background: url(//www.imep.com.tr/wp-content/themes/yozi/images/bg-vendor.jpg) repeat rgba(255, 255, 255, 0.9);
}
.wcv-header-container .store-banner {
position: absolute;
top: 0;
left: 0;
z-index: -1;
}
.wcv-header-container .wcv-store-grid {
padding: 0 0 30px 0;
}
.wcv-header-container #inner-element {
background: transparent none repeat scroll 0 0;
clear: both;
overflow: hidden;
position: static;
max-width: none;
width: 100%;
padding: 0;
}
.wcv-header-container #inner-element .store-info {
text-align: inherit;
}
.store-info .title-store {
display: inline-block;
}
.store-info .wcv-verified-vendor {
display: inline-block;
vertical-align: top;
margin: 0 15px;
font-size: 12px;
color: #fff;
background: #4a90de;
padding: 5px 18px;
border-radius: 20px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
-ms-border-radius: 20px;
-o-border-radius: 20px;
}
.store-info .social-icons {
list-style: none;
margin: 25px 0 0 !important;
padding: 0;
}
.store-info .social-icons li {
display: inline-block;
margin-right: 10px;
}
.rtl .store-info .social-icons li {
margin-left: 10px;
margin-right: inherit;
}
.store-info .social-icons li a {
display: inline-block;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border: 1px solid #405e9c;
width: 40px;
height: 40px;
font-size: 16px;
line-height: 38px;
text-align: center;
}
.store-info .social-icons li a.facebook {
border: 1px solid #405e9c;
color: #405e9c !important;
}
.store-info .social-icons li a.facebook:hover, .store-info .social-icons li a.facebook:active {
background: #405e9c;
}
.store-info .social-icons li a.twitter {
border: 1px solid #55acee;
color: #55acee !important;
}
.store-info .social-icons li a.twitter:hover, .store-info .social-icons li a.twitter:active {
background: #55acee;
}
.store-info .social-icons li a.instagram {
border: 1px solid #5280a5;
color: #5280a5 !important;
}
.store-info .social-icons li a.instagram:hover, .store-info .social-icons li a.instagram:active {
background: #5280a5;
}
.store-info .social-icons li a.googleplus {
color: #cd2129 !important;
border: 1px solid #cd2129;
}
.store-info .social-icons li a.googleplus:hover, .store-info .social-icons li a.googleplus:active {
background: #cd2129;
}
.store-info .social-icons li a.linkedin {
color: #318dc1 !important;
border: 1px solid #318dc1;
}
.store-info .social-icons li a.linkedin:hover, .store-info .social-icons li a.linkedin:active {
background: #318dc1;
}
.store-info .social-icons li a.youtube {
color: #cb312e !important;
border: 1px solid #cb312e;
}
.store-info .social-icons li a.youtube:hover, .store-info .social-icons li a.youtube:active {
background: #cb312e;
}
.store-info .social-icons li a:hover, .store-info .social-icons li a:active {
color: #fff !important;
background: #405e9c;
}
.store-info .title-store {
font-size: 24px;
margin: 0 0 10px 0;
line-height: 1.1;
}
.store-info .rating-products-wrapper {
margin: 0 0 20px;
font-size: 16px;
}
.store-info .rating-products-wrapper > * {
display: inline-block;
vertical-align: top;
}
.store-info .rating-products-wrapper > * > * {
display: block;
}
.store-info .store-address address {
margin: 0;
}
.store-info .store-address i,
.store-info .store-phone i {
margin-right: 8px;
}
.rtl .store-info .store-address i, .rtl
.store-info .store-phone i {
margin-left: 8px;
margin-right: inherit;
}
.store-info .total-products {
padding-left: 50px;
}
.rtl .store-info .total-products {
padding-right: 50px;
padding-left: inherit;
}
.store-info .total-products .total-value {
font-size: 24px;
color: #242424;
font-weight: 700;
line-height: 1.1;
}
.store-info .media-body {
max-width: 600px;
font-size: 14px;
}
.store-info .media-left {
padding-right: 30px;
}
.rtl .store-info .media-left {
padding-left: 30px;
padding-right: inherit;
}
.store-info .favourite-wrapper {
clear: both;
overflow: hidden;
width: 100%;
padding: 10px 0 0;
}
.store-info .denso-favourite-vendor {
border-color: #ebebeb;
font-size: 12px;
display: block;
font-weight: 400;
padding: 8px 15px;
text-transform: capitalize;
}
.store-info .denso-favourite-vendor:hover, .store-info .denso-favourite-vendor:active {
border-color: #e23e1d;
}
.store-info .denso-favourite-vendor i {
margin-right: 3px;
}
.rtl .store-info .denso-favourite-vendor i {
margin-left: 3px;
margin-right: inherit;
}
.store-info .denso-favourite-vendor.added {
color: #fff;
border-color: #e23e1d;
background: #e23e1d;
}
.store-aurhor-inner {
text-align: center;
margin-top: 30px;
}
.store-aurhor-inner .avatar {
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
border: 2px solid #e8e8e8;
overflow: hidden;
}
.store-aurhor-inner .store-aurhor .name-author {
margin: 5px 0 10px;
}
.wcv-header-container #inner-element .store-brand {
text-align: inherit;
}
.wcv-header-container #inner-element .store-icon {
max-width: none;
width: auto;
height: auto;
margin: 0;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
}
.wcv-header-container #inner-element .store-brand {
padding: 18px;
border: 2px solid #eeeeee;
background: #fff;
}
.wcv-header-container .title {
font-size: 24px;
margin: 0 0 15px;
}
.vendor-reviews-inner {
background: #f8f8f8;
border: 2px solid #ebebeb;
padding: 20px;
}
.vendor-reviews-inner .title-info {
font-size: 16px !important;
margin: 10px 0 20px  !important;
}
.vendor-reviews-inner .star-rating {
float: left;
margin-right: 40px;
}
.rtl .vendor-reviews-inner .star-rating {
float: right;
}
.rtl .vendor-reviews-inner .star-rating {
margin-left: 40px;
margin-right: inherit;
}
.vendor-reviews-inner .special-progress > * {
display: inline-block;
vertical-align: top;
}
.vendor-reviews-inner .special-progress .progress {
width: 210px;
margin: 0;
}
.vendor-reviews-inner .special-progress .progress .progress-bar {
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
}
.vendor-reviews-inner .special-progress .value {
margin: 0 8px;
line-height: 1;
}
.vendor-reviews-inner .average-value {
font-size: 30px;
font-weight: 700;
color: #242424;
display: inline-block;
width: 100px;
height: 100px;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
text-align: center;
line-height: 1.2;
border: 1px solid #ebebeb;
padding: 20px 5px;
}
.vendor-reviews-inner .average-value span {
font-size: 12px;
font-weight: 400;
display: block;
}
.special-progress {
margin: 5px 0 0;
}
.special-progress .claimed {
margin-bottom: 2px;
}
.special-progress .claimed strong {
color: #191919;
}
.special-progress .progress {
background: #eaeaea;
border-radius: 50px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
-ms-border-radius: 50px;
-o-border-radius: 50px;
height: 12px;
margin: 5px 0 17px;
}
.special-progress .progress .progress-bar {
background: #e23e1d;
border-radius: 50px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
-ms-border-radius: 50px;
-o-border-radius: 50px;
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-size: 10px 10px;
}
.single-rating {
margin: 0 0 30px;
padding: 0 0 20px;
border-bottom: 1px solid #ebebeb;
}
.single-rating:last-child {
border: none;
padding: 0;
margin: 0;
}
.single-rating .avatar {
max-width: none;
min-width: 70px;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
}
.single-rating .media-left {
padding-right: 20px;
}
.rtl .single-rating .media-left {
padding-left: 20px;
padding-right: inherit;
}
.single-rating .stars-value {
float: right;
}
.rtl .single-rating .stars-value {
float: left;
}
.single-rating .stars-value .fa-star {
color: #fed700;
}
.single-rating h4 {
font-weight: 400;
font-size: 10px;
margin: 0 0 15px;
color: #4c4c4c;
}
.single-rating h4 .name {
font-weight: 700;
font-size: 12px;
color: #464646;
text-transform: uppercase;
}
.single-rating h6 {
margin: 0 0 15px;
}
.wcv-form {
margin-bottom: 30px;
}
.wcv-form .control-group {
line-height: 1.4;
}
.wcv-form textarea,
.wcv-form input {
border: 1px solid #ebebeb;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.wcv-form textarea:focus,
.wcv-form input:focus {
border-color: #e23e1d;
}
.wcv-form input {
margin-bottom: 15px;
}
.wcv-form .select2-container .select2-choice {
height: 40px;
padding: 7px;
}
.wcvendors-pro-dashboard-wrapper {
margin-bottom: 30px;
}
.wcv-grid ol li, .wcv-grid ul li {
margin: 0;
}
.wcv-navigation ul.menu.horizontal li a {
padding: 15px;
}
.wcv-navigation ul.menu.black {
text-align: center;
}
.wcv-navigation ul.menu.black li {
display: inline-block;
float: none;
}
.wcv-grid nav.wcv-navigation {
margin-top: 30px;
}
.wcv-navigation ul.menu.black li.active {
background: #555;
}
.wcv-form .control-group .control.append-button > span {
vertical-align: middle;
}
.wcv-grid .wcv_actions {
padding-bottom: 30px;
}
.wcv-grid .wcv-button,
.wcv-grid #save_button,
.wcv-grid button.a.button,
.wcv-grid a.button {
background: #e23e1d;
border: medium none;
border-radius: 50px;
color: #fff;
font-size: 13px;
font-weight: 400;
font-family: "Rubik-Medium";
display: inline-block;
padding: 7px 30px;
text-transform: capitalize;
line-height: 2;
}
.wcv-grid .wcv-button:hover, .wcv-grid .wcv-button:active,
.wcv-grid #save_button:hover,
.wcv-grid #save_button:active,
.wcv-grid button.a.button:hover,
.wcv-grid button.a.button:active,
.wcv-grid a.button:hover,
.wcv-grid a.button:active {
background: #cb381a;
color: #fff;
}
.wcv-grid #update_button {
background: #e23e1d none repeat scroll 0 0;
border: medium none;
color: #fff;
}
.wcv-grid #update_button:hover, .wcv-grid #update_button:active {
background: #cb381a;
color: #fff;
}
.wcv-grid strong {
font-weight: 400;
font-family: "Rubik-Medium";
}
.wcv-grid h1, .wcv-grid h2, .wcv-grid h3, .wcv-grid h4, .wcv-grid h5, .wcv-grid h6 {
font-weight: 400;
font-family: "Rubik-Medium";
}
table.wcv-table tr td, table.wcv-table tr th {
border: none;
padding: 10px 20px;
}
table.wcv-table tr {
border-bottom: 1px solid #ebebeb;
}
.wcv-grid table .row-actions a {
font-weight: 700;
color: #e23e1d;
padding-right: 10px;
}
.rtl .wcv-grid table .row-actions a {
padding-left: 10px;
padding-right: inherit;
}
.wcv-grid table .row-actions a:hover {
text-decoration: underline;
}
.wcv-grid table .row-actions .confirm_delete {
color: #d9534f;
}
.wcv-form .control-group .control > input {
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
}
.btn-showserach-dokan {
cursor: pointer;
}
.wrapper-dokan .dokan-seller-search-form {
font-size: 14px;
margin: 0;
width: 0;
overflow: hidden;
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
}
.wrapper-dokan .dokan-seller-search-form input {
width: 100% !important;
padding-top: 3px !important;
padding-bottom: 3px !important;
}
.wrapper-dokan .dokan-seller-search-form.active {
width: 220px;
}
.wrapper-dokan > * {
display: inline-block;
vertical-align: top;
margin-right: 10px;
}
.rtl .wrapper-dokan > * {
margin-left: 10px;
margin-right: inherit;
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li {
margin-bottom: 30px;
}
.dokan-category-menu {
border: none;
}
.dokan-category-menu h3.widget-title {
background: #fff;
border: none;
margin: 0 0 30px;
padding: 0 0 15px;
}
.dokan-category-menu #cat-drop-stack > ul {
list-style: none;
}
.dokan-category-menu #cat-drop-stack > ul li a {
font-size: 16px;
margin: 0 !important;
}
.dokan-single-store .profile-frame.profile-frame-no-banner .profile-layout-layout3 .profile-info-summery-wrapper .profile-info-summery .profile-info .store-name {
font-weight: 400;
font-family: "Rubik-Medium";
}
.dokan-single-store .profile-info .dokan-store-info {
list-style: none;
font-size: 14px;
}
.dokan-single-store .profile-info .dokan-store-info li {
float: none !important;
}
.dokan-single-store .profile-info .dokan-store-info li:before {
display: none;
}
.dokan-store-location,
.dokan-store-contact {
list-style: none;
}
.dokan-store-location ul,
.dokan-store-contact ul {
list-style: none;
padding: 0;
}
.dokan-store-tabss .dokan-right {
margin: 0;
margin-top: 10px;
}
.dokan-store-sidebar #dokan-store-location {
height: 200px;
width: 100%;
}
.wfg-popup {
border: none !important;
}
.wfg-popup h2.wfg-title {
background: #e23e1d;
color: #fff;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.wfg-gifts .wfg-gift-item h3 {
background: #fff;
color: #191919;
border-top: 1px solid #ebebeb;
}
.wfg-gifts .wfg-gift-item {
border: 1px solid #ebebeb;
}
#dokan-seller-listing-wrap ul.dokan-seller-wrap li .store-footer .seller-avatar img {
margin: 0;
}
.product-block .wcvendors_sold_by_in_loop {
position: absolute;
z-index: 99;
top: 0;
left: 0;
width: 50px;
height: 50px;
}
.rtl .product-block .wcvendors_sold_by_in_loop {
right: 0;
left: auto;
}
.product-block .wcvendors_sold_by_in_loop img {
max-width: 100%;
max-height: 100%;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
}
.seller-info-social {
list-style: none;
}
.seller-info-social li {
display: inline-block;
margin-right: 20px;
}
.rtl .seller-info-social li {
margin-left: 20px;
margin-right: inherit;
}
.seller-info-top {
margin-bottom: 20px;
}
.seller-info-top .store-brand img {
max-width: none;
}
#woocommerce-accordion .panel {
margin: 0;
border: none;
border-bottom: 1px solid #ebebeb;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
}
#woocommerce-accordion .panel > .panel-heading {
text-transform: uppercase;
border: none;
padding: 18px 0;
font-weight: 400;
font-size: 16px;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
background: #fff !important;
}
#woocommerce-accordion .panel > .panel-heading:hover a, #woocommerce-accordion .panel > .panel-heading:active a {
color: #e23e1d;
}
#woocommerce-accordion .panel .panel-title {
font-size: 16px;
font-weight: 400;
}
#woocommerce-accordion .panel .panel-title > :not(.collapsed) {
color: #e23e1d;
}
#woocommerce-accordion .panel .panel-body {
padding: 0;
border: none;
}
#woocommerce-accordion .title {
margin: 0 0 10px;
font-size: 24px;
}
@media (min-width: 992px) {
.details-product .custom-md-7 {
display: inline-block;
float: left;
padding: 0 15px;
width: 58.3333%;
}
.rtl .details-product .custom-md-7 {
float: right;
}
.details-product .custom-md-5 {
padding: 0 15px;
display: inline-block;
float: right;
width: 41.6667%;
}
.rtl .details-product .custom-md-5 {
float: left;
}
.details-product .product-v-wrapper {
margin-left: -15px;
margin-right: -15px;
}
}
.wishlist-title.wishlist-title-with-form {
margin-bottom: 20px;
}
.wishlist-title.wishlist-title-with-form > * {
display: inline-block;
vertical-align: middle;
}
.wishlist-title.wishlist-title-with-form h2 {
margin: 0;
font-size: 25px;
padding: 0;
background: transparent !important;
}
.wishlist-title.wishlist-title-with-form .button {
margin-left: 5px;
border: 0 !important;
background: #d9534f;
color: #fff;
-webkit-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
font-weight: 400;
}
.rtl .wishlist-title.wishlist-title-with-form .button {
margin-right: 5px;
margin-left: inherit;
}
.wishlist-title.wishlist-title-with-form .button:hover, .wishlist-title.wishlist-title-with-form .button:focus {
color: #fff;
background: #d43f3a;
}
.yith-wcwl-form .hidden-title-form {
margin-top: 0 !important;
}
.yith-wcwl-form .hidden-title-form [name="wishlist_name"] {
height: 40px;
padding: 5px 20px;
border: 1px solid #ebebeb;
-webkit-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
}
.yith-wcwl-form .hidden-title-form [name="wishlist_name"]:focus {
border-color: #dedede;
}
.yith-wcwl-form .hidden-title-form [type="submit"] {
height: 40px;
border: 0;
background: #5cb85c;
color: #fff;
padding: 5px 20px;
border-radius: 50px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
-ms-border-radius: 50px;
-o-border-radius: 50px;
}
.yith-wcwl-form .hidden-title-form [type="submit"]:hover, .yith-wcwl-form .hidden-title-form [type="submit"]:focus {
color: #fff;
background: #4cae4c;
}
.yith-wcwl-form .hidden-title-form .button {
display: inline-block;
vertical-align: top !important;
line-height: 40px !important;
padding: 0px 20px;
height: 40px;
margin-left: 5px;
border: 0 !important;
background: #d9534f;
color: #fff;
-webkit-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
font-weight: 400;
}
.rtl .yith-wcwl-form .hidden-title-form .button {
margin-right: 5px;
margin-left: inherit;
}
.yith-wcwl-form .hidden-title-form .button:hover, .yith-wcwl-form .hidden-title-form .button:focus {
color: #fff;
background: #d43f3a;
}
.yith-wcwl-form .hidden-title-form i {
margin: 0 !important;
}
.wishlist_view.mobile {
list-style: none;
padding: 0;
margin: 0;
}
.wishlist_view.mobile .label {
color: #4c4c4c;
}
.wishlist_view.mobile .product-name h3 {
margin: 0 0 5px;
font-size: 18px;
}
.wishlist_view.mobile .additional-info-wrapper table,
.wishlist_view.mobile .item-details table {
border: none !important;
}
.wishlist_view.mobile .additional-info-wrapper table td,
.wishlist_view.mobile .item-details table td {
line-height: 1.5;
border: none !important;
display: table-cell;
padding: 0 !important;
vertical-align: middle;
text-align: left;
}
.rtl .wishlist_view.mobile .additional-info-wrapper table td, .rtl
.wishlist_view.mobile .item-details table td {
text-align: right;
}
.wishlist_view.mobile .additional-info-wrapper table .label,
.wishlist_view.mobile .item-details table .label {
width: 30% !important;
}
.wishlist_view.mobile .additional-info-wrapper table .value,
.wishlist_view.mobile .item-details table .value {
width: 70% !important;
text-align: inherit !important;
}
.wishlist_view.mobile .additional-info-wrapper .product-add-to-cart .button,
.wishlist_view.mobile .item-details .product-add-to-cart .button {
float: left;
}
.rtl .wishlist_view.mobile .additional-info-wrapper .product-add-to-cart .button, .rtl
.wishlist_view.mobile .item-details .product-add-to-cart .button {
float: right;
}
.wishlist_view.mobile .additional-info-wrapper .item-details-table,
.wishlist_view.mobile .item-details .item-details-table {
margin-bottom: 0;
}
.wishlist_view.mobile .remove_from_wishlist {
float: right;
display: inline-block;
width: 30px;
height: 30px;
border: 1px solid #d9534f;
background: #d9534f;
line-height: 28px;
text-align: center;
font-size: 12px;
color: #fff !important;
-webkit-transition: all .2s ease-in-out 0s;
-o-transition: all .2s ease-in-out 0s;
transition: all .2s ease-in-out 0s;
}
.rtl .wishlist_view.mobile .remove_from_wishlist {
float: left;
}
.wishlist_view.mobile .remove_from_wishlist i:before {
content: "\e646";
font-family: 'themify';
font-style: normal;
font-weight: 400;
}
.wishlist_view.mobile .product-add-to-cart .button {
padding: 8px 20px !important;
font-size: 12px;
border-radius: 0 !important;
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
-ms-border-radius: 0 !important;
-o-border-radius: 0 !important;
background-image: none !important;
background-color: #e23e1d;
border-color: #e23e1d;
color: #fff;
}
.wishlist_view.mobile > li {
margin-bottom: 25px;
border-bottom: 1px solid #ebebeb;
}
.wishlist_view.mobile > li:last-child {
margin-bottom: 0;
border: 0;
}
.wishlist_view.mobile .product-thumbnail img {
max-width: 120px;
}
.wishlist_view.mobile .item-wrapper {
overflow: hidden;
clear: both;
width: 100% !important;
margin: 0 !important;
}
.wishlist_view.mobile .item-wrapper .product-thumbnail {
width: 120px;
margin: 0 !important;
max-width: 120px !important;
float: left;
}
.rtl .wishlist_view.mobile .item-wrapper .product-thumbnail {
float: right;
}
.wishlist_view.mobile .item-wrapper .right-inner {
overflow: hidden;
padding-left: 15px;
}
.rtl .wishlist_view.mobile .item-wrapper .right-inner {
padding-right: 15px;
padding-left: inherit;
}
.wishlist_view.mobile .item-wrapper .right-inner .item-details {
width: 100% !important;
}
.wishlist_table.images_grid li .item-details table.item-details-table td, .wishlist_table.mobile li .item-details table.item-details-table td, .wishlist_table.mobile li table.additional-info td, .wishlist_table.modern_grid li .item-details table.item-details-table td {
font-size: 14px;
}
.wishlist_view.mobile > li {
padding-bottom: 15px;
margin-bottom: 15px;
}
.wishlist_view.mobile > li:last-child {
padding-bottom: 0;
} .widget-products .tab-content .ajax-loading {
background: url(//www.imep.com.tr/wp-content/themes/yozi/images/loading.gif) center center no-repeat #fff;
} .woocommerce .widget_price_filter .ui-slider .ui-slider-range {
background: #e23e1d;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
background: #e1e1e1;
height: 2px;
margin: 12px 10px;
}
.widget_price_filter {
font-family: "Rubik", Helvetica, Arial, sans-serif;
}
.widget_price_filter .price_slider_wrapper {
overflow: hidden;
}
.widget_price_filter .price_slider_amount .price_label {
font-weight: 400;
font-size: 17px;
margin-top: 5px;
line-height: 1.7;
color: #252525;
display: inline-block;
text-transform: capitalize;
float: left;
}
.rtl .widget_price_filter .price_slider_amount .price_label {
float: right;
}
.widget_price_filter .ui-slider {
position: relative;
text-align: left;
}
.rtl .widget_price_filter .ui-slider {
text-align: right;
}
.widget_price_filter .ui-slider .ui-slider-range {
top: 0;
height: 100%;
background: #dddddd;
}
.widget_price_filter .price_slider_wrapper .ui-widget-content {
background: #eaeaea;
height: 4px;
margin: 5px 10px 20px;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
float: right;
}
.rtl .woocommerce .widget_price_filter .price_slider_amount .button {
float: left;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
z-index: 2;
position: absolute;
width: 12px;
height: 12px;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
cursor: pointer;
background: #e23e1d;
top: -6px;
}
.woocommerce .widget_price_filter .price_slider_amount {
text-align: left;
margin-top: 22px;
}
.rtl .woocommerce .widget_price_filter .price_slider_amount {
text-align: right;
}
.woocommerce .widget_price_filter .price_slider_amount > input {
width: 48%;
margin-bottom: 5px;
border: 2px solid #ebebeb;
}
.woocommerce .widget_price_filter .price_slider_amount > input:focus {
border-color: #000;
} .woocommerce ul.product_list_widget {
list-style: none;
border: 1px solid #ebebeb;
}
.woocommerce ul.product_list_widget li {
clear: both;
margin: 0;
padding: 20px;
border-bottom: 1px solid #ebebeb;
}
.woocommerce ul.product_list_widget li:last-child {
border: none;
}
.woocommerce ul.product_list_widget li .review {
clear: left;
}
.rtl .woocommerce ul.product_list_widget li .review {
clear: right;
}
.woocommerce ul.product_list_widget li img {
width: 100%;
margin: 0;
float: none;
}
.woocommerce ul.product_list_widget .product-title {
font-size: 14px;
font-weight: 400;
font-family: "Rubik-Medium";
display: block;
margin: 0 0 4px;
line-height: 1.4;
}
.woocommerce ul.product_list_widget .product-title a {
font-weight: 400;
font-family: "Rubik-Medium";
color: #e23e1d;
}
.woocommerce ul.product_list_widget .woocommerce-Price-amount {
font-size: 16px;
font-weight: 400;
font-family: "Rubik-Medium";
color: #e23e1d;
}
.woocommerce ul.product_list_widget del .woocommerce-Price-amount {
color: #4c4c4c;
font-weight: 400;
font-size: 14px;
}
.woocommerce ul.product_list_widget .left-content {
float: left;
padding-right: 20px;
width: 90px;
}
.rtl .woocommerce ul.product_list_widget .left-content {
float: right;
}
.rtl .woocommerce ul.product_list_widget .left-content {
padding-left: 20px;
padding-right: inherit;
}
.woocommerce ul.product_list_widget .right-content {
overflow: hidden;
}
.product_list_v1_widget .product-block {
padding: 25px 15px;
border-bottom: 1px solid #ebebeb;
margin-top: 0;
}
.product_list_v1_widget .product-block:last-child {
border-bottom: none;
}
.product_list_v1_widget .product-block .image {
padding: 0;
}
@media (min-width: 1199px) {
.product_list_v1_widget .product-block .image {
width: 150px;
height: auto;
}
}
@media (max-width: 1199px) {
.product_list_v1_widget .product-block .image {
width: 100px;
height: auto;
}
}
.product_list_v1_widget .product-block .caption .price {
margin-bottom: 10px;
text-align: left;
}
.rtl .product_list_v1_widget .product-block .caption .price {
text-align: right;
}
.product_list_v1_widget .product-block .caption .action-bottom {
min-height: 40px;
}
.product_list_v1_widget .product-block .caption .action-bottom .btn-cart {
display: inline-block;
background-color: #e23e1d;
display: inline-block;
border-radius: 20px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
-ms-border-radius: 20px;
-o-border-radius: 20px;
}
.product_list_v1_widget .product-block .caption .action-bottom .btn-cart a {
min-width: 135px;
padding: 5px;
display: block;
text-align: left;
}
.product_list_v1_widget .product-block .caption .action-bottom .btn-cart:hover {
background-color: #1b251f;
}
.product_list_v1_widget .product-block .caption .action-bottom .btn-cart .icon-cart {
width: 32px;
height: 32px;
line-height: 32px;
text-align: center;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
background-color: #fff;
margin-right: 5px;
}
.rtl .product_list_v1_widget .product-block .caption .action-bottom .btn-cart .icon-cart {
margin-left: 5px;
margin-right: inherit;
}
.product_list_v1_widget .product-block .caption .action-bottom .btn-cart .title-cart {
font-size: 12px;
color: #fff;
font-weight: 700;
text-transform: uppercase;
font-family: "Rubik";
padding-right: 10px;
}
.rtl .product_list_v1_widget .product-block .caption .action-bottom .btn-cart .title-cart {
padding-left: 10px;
padding-right: inherit;
}
@media (max-width: 991px) {
.product_list_v1_widget .product-block .caption .action-bottom .btn-cart .icon-cart {
display: none !important;
}
.product_list_v1_widget .product-block .caption .action-bottom .btn-cart .title-cart {
display: block !important;
line-height: 32px;
padding-right: 0;
text-align: center;
}
.rtl .product_list_v1_widget .product-block .caption .action-bottom .btn-cart .title-cart {
padding-left: 0;
padding-right: inherit;
}
}
.product_list_v1_widget .name {
font-weight: 400;
margin-top: 0;
height: 42px;
overflow: hidden;
} .product_special_widget .widget-product {
margin: 0;
position: relative;
border-bottom: 1px solid #fff;
}
.product_special_widget .widget-product:first-child {
padding: 0;
}
.product_special_widget .widget-product:first-child .image {
max-width: 60%;
position: relative;
margin: 0;
margin-right: 10px;
}
.rtl .product_special_widget .widget-product:first-child .image {
margin-left: 10px;
margin-right: inherit;
}
.product_special_widget .widget-product:first-child .image .first-order {
width: 32px;
height: 32px;
position: absolute;
bottom: 0;
left: 0;
background: #e23e1d;
padding: 5px 11px;
z-index: 99;
color: #fff;
font-weight: 900;
}
.product_special_widget .widget-product:first-child .media-body {
max-width: 40%;
float: none;
padding: 0;
}
.product_special_widget .widget-product .media-body {
padding: 0 10px 10px 40px;
}
.product_special_widget .widget-product .order {
width: 32px;
background: #DADADA;
position: absolute;
top: 0;
left: 0;
height: 100%;
color: #6A6A6A;
font-weight: 900;
padding: 0 10px;
}
.product_special_widget .widget-product .order span {
position: relative;
top: 50%;
margin-top: -10px;
display: block;
}
.product_special_widget .widget-product .review {
clear: left;
}
.rtl .product_special_widget .widget-product .review {
clear: right;
}
.product_special_widget .widget-product .rating {
margin-bottom: 25px;
}
.product_special_widget .widget-product .star-rating {
margin: 0;
}
.product_special_widget .widget-product .name {
font-size: 14px;
font-weight: 400;
}
.product_special_widget .widget-product .price {
text-align: left;
}
.rtl .product_special_widget .widget-product .price {
text-align: right;
}
.product_special_widget .widget-product .price > * {
color: #000;
}
.product_special_widget .widget-product.last {
background: #F5F5F5;
} .apus-sidebar .product_list_widget .image {
margin-right: 10px;
width: 80px;
height: auto;
}
.rtl .apus-sidebar .product_list_widget .image {
margin-left: 10px;
margin-right: inherit;
}
.woo-deals.widget-content {
padding-bottom: 0 !important;
}
.woo-deals .pts-countdown {
padding: 5px 0;
font-family: "Rubik", Helvetica, Arial, sans-serif;
font-size: 10px;
}
.woo-deals .time {
padding: 18px 0;
position: absolute;
width: 100%;
text-align: center;
left: 0;
bottom: 0;
background: rgba(255, 255, 255, 0.64);
}
.woo-deals .countdown-times {
-webkit-transform: translate(0px, 0px);
-ms-transform: translate(0px, 0px);
-o-transform: translate(0px, 0px);
transform: translate(0px, 0px);
-webkit-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
text-align: center;
}
.woo-deals .countdown-times > .time-details {
display: inline-block;
background: #555857;
padding: 10px 8px;
color: #fff;
margin: 0 2.5px;
position: relative;
border-radius: 0px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
-o-border-radius: 0px;
border: 0;
box-shadow: 0 -15px 15px -10px rgba(0, 0, 0, 0.3) inset;
-o-box-shadow: 0 -15px 15px -10px rgba(0, 0, 0, 0.3) inset;
-moz-box-shadow: 0 -15px 15px -10px rgba(0, 0, 0, 0.3) inset;
-webkit-box-shadow: 0 -15px 15px -10px rgba(0, 0, 0, 0.3) inset;
-ms-box-shadow: 0 -15px 15px -10px rgba(0, 0, 0, 0.3) inset;
}
.woo-deals .countdown-times > .time-details:before {
display: block;
width: 100%;
height: 1px;
background: #1e1f1f;
content: '';
position: absolute;
left: 0;
top: 50%;
margin-top: -1px;
}
.woo-deals .countdown-times > .time-details > b {
display: block;
font-size: 18px;
font-weight: 600;
}
.vertical-menu .product-block.product-list .image {
width: 70px;
height: auto;
} .woocommerce-currency-switcher-form {
min-width: 100px;
}
.woocommerce-currency-switcher-form .dd-select {
background: #fff !important;
border: none;
border-radius: 0;
}
.woocommerce-currency-switcher-form ul.dd-options {
border: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.woocommerce-currency-switcher-form ul.dd-options li {
padding: 0;
border: none;
}
.widget-woocommerce-currency-switcher .dd-desc {
display: none;
}
.widget-woocommerce-currency-switcher a.dd-option,
.widget-woocommerce-currency-switcher .dd-selected {
padding: 5px 10px !important;
color: #4c4c4c;
}
.widget-woocommerce-currency-switcher label {
line-height: 100%;
float: left;
margin: 0;
}
.rtl .widget-woocommerce-currency-switcher label {
float: right;
}
.widget-woocommerce-currency-switcher .dd-pointer {
border: none !important;
margin: 0 !important;
}
.widget-woocommerce-currency-switcher .dd-pointer:before {
font-family: FontAwesome;
position: absolute;
line-height: 100%;
right: 0;
bottom: -4px;
}
.widget-woocommerce-currency-switcher .dd-pointer.dd-pointer-down:before {
content: "\f107";
}
.widget-woocommerce-currency-switcher .dd-pointer.dd-pointer-up:before {
content: "\f106";
}
.widget-products .owl-carousel .product-wrapper {
padding-left: 15px;
padding-right: 15px;
}
.widget-products .carousel-controls {
position: absolute;
right: 0;
top: -35px;
width: 100%;
}
.rtl .widget-products .carousel-controls {
left: 0;
right: auto;
}
.widget-products .carousel-controls.carousel-controls-v4 {
width: 50px;
}
.widget-productcats.style2 .widget-heading {
background: #fff;
text-align: left;
}
.rtl .widget-productcats.style2 .widget-heading {
text-align: right;
}
.widget-productcats.style2 .widget-heading .widget-title {
border-bottom: 1px solid #ebebeb;
font-size: 24px;
}
.widget-productcats.style2 .widget-heading .nav-tabs {
float: right;
margin: -44px 0 0;
}
.rtl .widget-productcats.style2 .widget-heading .nav-tabs {
float: left;
}
.widget.widget-compare-device .widget-title {
font-size: 30px;
margin: 0 0 30px;
font-weight: 700;
}
.widget.widget-compare-device table {
border: none;
color: #757575;
}
.widget.widget-compare-device thead td {
background: #fff !important;
text-align: center !important;
}
.widget.widget-compare-device thead .name-title {
font-size: 16px;
color: #191919;
margin: 10px 0;
}
.widget.widget-compare-device table td {
border: none;
}
.widget.widget-compare-device table tr > td:first-child {
color: #191919;
text-align: left;
}
.rtl .widget.widget-compare-device table tr > td:first-child {
text-align: right;
}
.widget.widget-compare-device table tr td {
padding: 12px;
text-align: center;
}
.widget.widget-compare-device table tr:nth-child(2n+1) {
background: #fafafa;
}
.apus-products-list {
list-style: none;
padding: 0;
margin: 0;
}
.apus-products-list .product-block {
padding: 10px 0;
background: #ffffff;
}
.apus-products-list .media-left {
padding: 0;
}
.apus-products-list .media-body {
padding-left: 20px;
}
.rtl .apus-products-list .media-body {
padding-right: 20px;
padding-left: inherit;
}
.apus-products-list .rating {
display: none;
}
.apus-products-list .name {
font-family: "Rubik", Helvetica, Arial, sans-serif;
margin: 0;
}
.apus-products-list .name a {
color: #54b551;
font-size: 16px;
text-transform: capitalize;
}
.apus-products-list .product-block:hover .name a {
color: #e23e1d;
}
.apus-products-list .groups-button * i {
color: #4c4c4c;
}
.apus-products-list .groups-button * i:hover {
color: #e23e1d;
}
.apus-products-list .groups-button .addcart, .apus-products-list .groups-button .yith-wcwl-add-to-wishlist, .apus-products-list .groups-button .quick-view {
display: inline-block;
padding-right: 26px;
}
.rtl .apus-products-list .groups-button .addcart, .rtl .apus-products-list .groups-button .yith-wcwl-add-to-wishlist, .rtl .apus-products-list .groups-button .quick-view {
padding-left: 26px;
padding-right: inherit;
}
.apus-products-list .groups-button .addcart .add-cart a {
background: transparent;
padding: 0;
}
.apus-products-list .groups-button .addcart .add-cart a .title-cart {
display: none;
}
.apus-products-list .groups-button .yith-wcwl-add-to-wishlist {
vertical-align: bottom;
}
.apus-products-list .groups-button .yith-wcwl-add-to-wishlist .sub-title {
display: none;
}
.apus-products-list .groups-button .yith-wcwl-add-to-wishlist .feedback {
display: none;
}
.apus-products-list .groups-button .quick-view {
padding-right: 0px;
vertical-align: middle;
}
.rtl .apus-products-list .groups-button .quick-view {
padding-left: 0px;
padding-right: inherit;
}
.apus-products-list .groups-button .quick-view a.quickview {
background: transparent;
border: none;
padding: 0px;
}
.apus-products-list .price {
margin-bottom: 10px;
}
.apus-products-list .price span.woocs_price_code del span.woocommerce-Price-amount {
font-size: 20px;
color: #888625;
}
.apus-products-list .price span.woocs_price_code ins span.woocommerce-Price-amount {
font-size: 24px;
font-weight: 700;
color: #888625;
}
.apus-products-list .price span.woocs_price_code span.woocommerce-Price-amount {
font-size: 24px;
font-weight: 700;
color: #888625;
}
.widget-categoriestabs {
background: #fff !important;
}
.widget-categoriestabs .widget-image {
margin: 0 0 30px;
position: relative;
overflow: hidden;
}
.widget-categoriestabs .widget-image:before, .widget-categoriestabs .widget-image:after {
-webkit-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
position: absolute;
top: 0;
left: 0;
content: '';
width: 100%;
height: 100%;
background: rgba(255, 255, 255, 0.3);
-webkit-transform: translate(-100%, -100%);
-ms-transform: translate(-100%, -100%);
-o-transform: translate(-100%, -100%);
transform: translate(-100%, -100%);
}
.widget-categoriestabs .widget-image:after {
-webkit-transform: translate(100%, 100%);
-ms-transform: translate(100%, 100%);
-o-transform: translate(100%, 100%);
transform: translate(100%, 100%);
}
.widget-categoriestabs .widget-image:hover:before, .widget-categoriestabs .widget-image:hover:after {
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
}
.widget-categoriestabs.home4 .widget-title-wrapper {
margin: 0 0 50px;
}
.widget-categoriestabs.home4 .widget-title {
margin: 0;
}
.widget-categoriestabs.home4 .widget-title + .tabs-product1 {
padding: 0;
}
@media (min-width: 992px) {
.widget-categoriestabs.home4 .widget-title-wrapper {
position: relative;
}
.widget-categoriestabs.home4 .tabs-product1 {
position: absolute;
top: 0;
left: 0;
width: 100%;
text-align: right;
padding-right: 120px !important;
}
.rtl .widget-categoriestabs.home4 .tabs-product1 {
text-align: left;
}
.rtl .widget-categoriestabs.home4 .tabs-product1 {
padding-left: 120px !important;
padding-right: inherit;
}
.widget-categoriestabs.home4 .owl-carousel .owl-controls {
width: 108px;
right: 0;
top: -80px;
}
.rtl .widget-categoriestabs.home4 .owl-carousel .owl-controls {
left: 0;
right: auto;
}
}
.widget-categoriestabs.home3 {
margin: 0 0 30px;
overflow: hidden;
}
.widget-categoriestabs.home3 .widget-title {
padding: 15px 30px;
border: none;
color: #fff;
font-size: 15px;
margin: 0;
}
.widget-categoriestabs.home3 .widget-title span {
padding: 0;
margin: 0;
border: 0;
}
.widget-categoriestabs.home3 .widget-title img {
margin-right: 5px;
}
.rtl .widget-categoriestabs.home3 .widget-title img {
margin-left: 5px;
margin-right: inherit;
}
.widget-categoriestabs.home3 .wrapper-image {
position: relative;
}
.widget-categoriestabs.home3 .wrapper-image:before {
content: '';
top: 0;
position: absolute;
left: 0;
width: 1px;
height: 200%;
background: #ebebeb;
}
.rtl .widget-categoriestabs.home3 .wrapper-image:before {
right: 0;
left: auto;
}
@media (min-width: 992px) {
.widget-categoriestabs.home3 .widget-title-wrapper {
position: relative;
}
.widget-categoriestabs.home3 .tabs-product1 {
position: absolute;
top: 0;
left: 0;
padding: 15px;
width: 100%;
text-align: right;
}
.rtl .widget-categoriestabs.home3 .tabs-product1 {
text-align: left;
}
}
.widget-product-tabs {
background: #fff !important;
}
.widget-product-tabs.home2 .widget-image {
height: 120px;
margin: 30px 0;
}
.widget-product-tabs.home2 .widget-title-wrapper {
position: relative;
border: 1px solid #ebebeb;
padding: 10px;
}
.widget-product-tabs.home2 .widget-title-wrapper .widget-title {
margin: 0;
border: 0;
}
.widget-product-tabs.home2 .widget-title-wrapper .widget-title > span {
margin: 0;
border: 0;
padding: 0;
}
@media (min-width: 992px) {
.widget-product-tabs.home2 .widget-title-wrapper .widget-title + .tabs-product1 {
position: absolute;
top: 0;
left: 0;
width: 100%;
padding: 10px;
text-align: right;
padding-right: 120px;
}
.rtl .widget-product-tabs.home2 .widget-title-wrapper .widget-title + .tabs-product1 {
text-align: left;
}
.rtl .widget-product-tabs.home2 .widget-title-wrapper .widget-title + .tabs-product1 {
padding-left: 120px;
padding-right: inherit;
}
}
@media (min-width: 992px) {
.widget-product-tabs.home2 .owl-carousel-top-full .owl-carousel .owl-controls {
width: 108px;
right: 10px;
top: -23px;
}
.rtl .widget-product-tabs.home2 .owl-carousel-top-full .owl-carousel .owl-controls {
left: 10px;
right: auto;
}
.widget-product-tabs.home2.has-banner .owl-carousel-top-full .owl-carousel .owl-controls {
top: -202px;
}
}
.widget-product-tabs.home1 {
overflow: hidden;
}
.widget-product-tabs.home1 .widget-title-wrapper {
background: #191919;
}
.widget-product-tabs.home1 .widget-title-wrapper .widget-title {
margin: 0;
border: 0;
text-align: center;
padding: 12px;
color: #fff;
font-size: 16px;
}
.widget-product-tabs.home1 .widget-title-wrapper .widget-title img {
margin-right: 5px;
}
.rtl .widget-product-tabs.home1 .widget-title-wrapper .widget-title img {
margin-left: 5px;
margin-right: inherit;
}
.widget-product-tabs.home1 .widget-title-wrapper .widget-title > span {
margin: 0;
border: 0;
padding: 0;
}
@media (min-width: 992px) {
.widget-product-tabs.home1 .widget-title-wrapper {
position: absolute;
bottom: -48px;
left: 0;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
transform: rotate(-90deg);
-webkit-transform-origin: 0 0;
-moz-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
min-width: 482px;
}
.rtl .widget-product-tabs.home1 .widget-title-wrapper {
right: 0;
left: auto;
}
}
.widget-product-tabs.home1 .tabs-product1 {
padding: 15px 30px;
text-align: left;
}
.rtl .widget-product-tabs.home1 .tabs-product1 {
text-align: right;
}
.sub-categories .sub-title {
font-size: 15px;
color: #fff;
background: #191919;
padding: 14px 40px;
margin: 0;
text-transform: uppercase;
}
.sub-categories .sub-title .icon {
margin-right: 20px;
}
.rtl .sub-categories .sub-title .icon {
margin-left: 20px;
margin-right: inherit;
}
.sub-categories .sub-title .pull-right {
margin-top: 3px;
}
.sub-categories > .list-square {
padding: 15px 40px;
background: #f5f5f5;
}
.sub-categories > .list-square > li > a {
color: #4c4c4c;
}
.sub-categories > .list-square > li > a:before {
background: #4c4c4c;
}
.sub-categories > .list-square > li:hover > a, .sub-categories > .list-square > li.active > a {
color: #191919;
}
.sub-categories > .list-square > li:hover > a:before, .sub-categories > .list-square > li.active > a:before {
background: #191919;
}
.widget_deals_products .widget-title-wrapper {
position: relative;
margin: 0 0 50px;
}
.widget_deals_products .widget-title-wrapper .widget-title {
margin: 0;
font-size: 20px;
}
.widget_deals_products .widget-title-wrapper .widget-title > span {
padding: 0 0 17px;
}
@media (min-width: 992px) {
.widget_deals_products .widget-title-wrapper .widget-title + .apus-countdown {
position: absolute;
top: 0;
background: #fff;
right: 0;
}
.rtl .widget_deals_products .widget-title-wrapper .widget-title + .apus-countdown {
left: 0;
right: auto;
}
.widget_deals_products .widget-title-wrapper .widget-title + .apus-countdown .times > div:last-child {
margin-right: 0;
}
.rtl .widget_deals_products .widget-title-wrapper .widget-title + .apus-countdown .times > div:last-child {
margin-left: 0;
margin-right: inherit;
}
}
.list-banner-category .category-wrapper {
position: relative;
}
.list-banner-category .category-wrapper .category-meta {
position: absolute;
bottom: 50px;
left: 0;
z-index: 1;
}
.rtl .list-banner-category .category-wrapper .category-meta {
right: 0;
left: auto;
}
.list-banner-category .title {
margin: 0;
font-size: 36px;
letter-spacing: 0.5px;
}
.list-banner-category .title a:hover, .list-banner-category .title a:active {
text-decoration: underline;
}
.grid-banner-category .category-wrapper {
position: relative;
background: #f5f5f5;
margin: 0 0 2px;
overflow: hidden;
}
.grid-banner-category .category-wrapper .category-meta {
position: absolute;
top: 40px;
left: 50px;
z-index: 2;
}
.rtl .grid-banner-category .category-wrapper .category-meta {
right: 50px;
left: auto;
}
.grid-banner-category .category-wrapper:hover .readmore {
color: #000;
}
.grid-banner-category .category-wrapper:hover .readmore span {
-webkit-transform: translateY(-100%);
-ms-transform: translateY(-100%);
-o-transform: translateY(-100%);
transform: translateY(-100%);
}
.grid-banner-category .title {
margin: 0;
font-size: 28px;
letter-spacing: 0.5px;
}
.grid-banner-category .readmore {
font-size: 24px;
color: #494949;
overflow: hidden;
display: inline-block;
}
.grid-banner-category .readmore span {
position: relative;
display: inline-block;
text-decoration: underline;
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
}
.grid-banner-category .readmore span:before {
content: attr(data-hover);
color: #d9534f;
position: absolute;
top: 100%;
left: 0;
display: inline-block;
white-space: nowrap;
}
.rtl .grid-banner-category .readmore span:before {
right: 0;
left: auto;
}
.all-products {
font-size: 36px;
color: #191919;
text-align: right;
}
.rtl .all-products {
text-align: left;
}
.all-products a:hover, .all-products a:active {
text-decoration: underline;
}
table > thead > tr > th, table > thead > tr > td, .table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
border: 0;
}
table > thead > tr > th, table > thead > tr > td, table > tbody > tr > th, table > tbody > tr > td, table > tfoot > tr > th, table > tfoot > tr > td, .table-bordered > thead > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > tfoot > tr > td {
border-bottom: 0;
border-right: 0;
}
#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
height: 40px;
width: auto;
border-width: 0 0 1px;
padding: 8px 0;
}
.woocommerce-order-details,
.woocommerce-checkout,
.cart-collaterals {
margin-bottom: 50px;
}
.woocommerce form .form-row textarea {
height: 150px;
resize: none;
font-weight: 400;
}
.select2-container--default .select2-selection--single {
border: none;
}
.woocommerce form .form-row.woocommerce-validated .select2-container {
padding: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
top: 7px;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
display: inline-block;
padding: 7px 30px;
white-space: nowrap;
vertical-align: middle;
font-size: 14px;
font-weight: 700;
text-transform: uppercase;
border-radius: 25px;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
-ms-border-radius: 25px;
-o-border-radius: 25px;
background-image: -webkit-linear-gradient(left, #1b251f 0%, #e23e1d 100%);
background-image: -o-linear-gradient(left, #1b251f 0%, #e23e1d 100%);
background-image: linear-gradient(to right, #1b251f 0%, #e23e1d 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF1B251F', endColorstr='#FFE23E1D', GradientType=1);
color: #fff;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce #respond input#submit.alt:active, .woocommerce a.button.alt:hover, .woocommerce a.button.alt:active, .woocommerce button.button.alt:hover, .woocommerce button.button.alt:active, .woocommerce input.button.alt:hover, .woocommerce input.button.alt:active {
color: #fff;
background-image: -webkit-linear-gradient(left, #e23e1d 0%, #1b251f 100%);
background-image: -o-linear-gradient(left, #e23e1d 0%, #1b251f 100%);
background-image: linear-gradient(to right, #e23e1d 0%, #1b251f 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE23E1D', endColorstr='#FF1B251F', GradientType=1);
}
.woocommerce-customer-details > h2,
.woocommerce-order-details__title {
font-size: 28px;
}
.woocommerce form .form-row .input-checkbox {
position: static;
float: none;
display: inline-block;
margin: 0 5px 0 0;
vertical-align: inherit;
}
.rtl .woocommerce form .form-row .input-checkbox {
margin: 0 0 0 5px;
}
.woocommerce form .form-row .input-checkbox + label {
display: inline-block;
}
.widget-categoriestabs .nav-tabs {
margin: 40px 0;
border: none;
text-align: center;
}
.widget-categoriestabs .nav-tabs > li {
margin: 0 12px;
display: inline-block;
float: none;
}
.widget-categoriestabs .nav-tabs > li.active > a {
text-decoration: underline;
color: #000;
}
.widget-categoriestabs .nav-tabs > li > a {
text-transform: capitalize;
font-size: 16px;
color: #000;
border: none !important;
}
.widget-categoriestabs .nav-tabs > li > a .product-count {
font-size: 14px;
color: #4c4c4c;
font-family: "Rubik";
display: inline-block;
vertical-align: top;
}
.woocommerce-currency-switcher-form {
min-width: auto;
}
.woocommerce-currency-switcher-form .dd-select {
background: transparent !important;
}
.woocommerce-currency-switcher-form .dd-option {
border: none;
}
.woocommerce-currency-switcher-form ul.dd-options {
margin-top: 15px;
padding: 5px 0;
-webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
}
.woocommerce-widget-layered-nav .view-more-list {
font-size: 14px;
text-decoration: underline;
color: #5cb85c;
}
.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list {
overflow: hidden;
}
.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list.hideContent {
margin-bottom: 10px;
height: 260px;
}
.woocommerce-widget-layered-nav .woocommerce-widget-layered-nav-list.showContent {
height: auto;
margin-bottom: 10px;
}
.woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
font-size: 14px;
margin: 0 0 12px;
}
.woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:last-child {
margin: 0;
}
.woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item .count {
color: #e23e1d;
}
.woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item > a {
color: #232530;
padding: 1px !important;
}
.woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item > a:before {
font-family: 'FontAwesome';
content: "\f096";
color: #b3b7c8;
margin: 0 !important;
padding-right: 15px;
min-width: 27px;
display: inline-block;
}
.rtl .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item > a:before {
padding-left: 15px;
padding-right: inherit;
}
.woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item > a:hover:before, .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item > a:active:before {
color: #e23e1d;
content: "\f14a";
font-family: 'FontAwesome';
}
.woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.chosen > a:before {
color: #e23e1d;
content: "\f14a";
font-family: 'FontAwesome';
}
.woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.chosen > a:hover:before, .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item.chosen > a:active:before {
color: #d9534f;
font-family: 'FontAwesome';
content: "\f057";
}
.widget-products-tabs {
position: relative;
}
.widget-products-tabs .hierarchy {
position: absolute;
top: -8px;
right: 0;
}
.rtl .widget-products-tabs .hierarchy {
left: 0;
right: auto;
}
.widget-carousel {
overflow: hidden;
}
.widget-carousel .woocommerce.carousel.inner,
.widget-carousel .woocommerce.carousel.item-grid {
overflow: visible;
}
.woocommerce.carousel.inner,
.woocommerce.carousel.item-grid {
overflow: hidden;
padding-bottom: 70px;
}
.woocommerce.carousel.inner .slick-list,
.woocommerce.carousel.item-grid .slick-list {
z-index: 2;
position: relative;
overflow: visible;
}
.woocommerce.carousel.inner .slick-carousel .slick-dots,
.woocommerce.carousel.item-grid .slick-carousel .slick-dots {
position: absolute;
bottom: -28px;
left: 0;
width: 100%;
}
.tab-content.loading {
min-height: 400px;
position: relative;
}
.tab-content.loading:before {
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
z-index: 99;
content: '';
background: url(//www.imep.com.tr/wp-content/themes/yozi/images/loading-quick.gif) center center no-repeat rgba(255, 255, 255, 0.9);
}
.widget.widget-tab-style_center .widget-title {
font-size: 36px;
text-align: center;
margin: 0 0 10px;
color: #252525;
padding: 0;
border: none;
}
.widget.widget-tab-style_center .widget-title:before {
display: none;
} .product-block.grid .woosw-btn{
position: relative;
z-index: 1;
display: inline-block;
width: 40px;
height: 40px;
line-height: 36px;
text-align: center;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
font-size: 0;
border: 2px solid #e5e5e5;
padding: 0;
margin: 0;
overflow: hidden;
color: #e23e1d;
background: #fff;
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
}
.product-block.grid .woosw-btn:before{
font-family: 'themify';
content: "\e634";
font-size: 14px;
margin: 0;
display: inline-block;
}
.product-block.grid .woosw-btn:hover,
.product-block.grid .woosw-btn:focus,
.product-block.grid .woosw-added{
color: #fff !important;
background: #e23e1d;
border-color: #e23e1d;
}
.product-block.grid .woosw-adding:before{
font-family: 'WooCommerce';
content: '\e01c';
animation: spin 1s linear infinite;
-webkit-animation: spin 1s linear infinite;
} .grid-v3 .woosw-btn{
font-size: 0;
border: 0;
padding: 0;
background: transparent;
width: 24px;
height: 24px;
line-height: 24px;
}
.grid-v3 .woosw-btn:before{
font-family: 'themify';
content: "\e634";
font-size: 17px;
margin: 0;
display: inline-block;
}
.grid-v3 .woosw-added{
color: #e23e1d;
}
.grid-v3 .woosw-adding:before{
font-family: 'WooCommerce';
content: '\e01c';
animation: spin 1s linear infinite;
-webkit-animation: spin 1s linear infinite;
} .product-block-list .woosw-btn{
font-size: 0;
padding: 0;
border: 0;
background: transparent;
}
.product-block-list .woosw-btn:hover,
.product-block-list .woosw-btn:focus,
.product-block-list .woosw-added{
color: #e23e1d;
}
.product-block-list .woosw-btn:before{
font-family: 'themify';
content: "\e634";
font-size: 16px;
margin: 0;
display: inline-block;
}
.product-block-list .woosw-adding:before{
font-family: 'WooCommerce';
content: '\e01c';
animation: spin 1s linear infinite;
-webkit-animation: spin 1s linear infinite;
} .woosw-items .woosw-item--stock{
margin-bottom: 5px;
font-weight: 500;
}
.woosw-actions #woosw_copy_btn{
background: #e23e1d;
border:1px solid #e23e1d;
color: #fff;
padding: 7px 18px;
font-weight: 500;
display: inline-block;
}
.woosw-actions #woosw_copy_btn:hover,
.woosw-actions #woosw_copy_btn:focus{
background: #cb381a;
border:1px solid #cb381a;
color: #fff;
}
.woosw-list .woosw-copy .woosw-copy-url{
margin: 0 5px;
}
.woosw-list .woosw-copy .woosw-copy-url [type="url"]{
height: 45px;
padding: 5px 15px;
outline: none !important;
}
table.woosw-items .woosw-item--price{
font-size: 16px;
font-weight: 400;
color: #e23e1d;
font-family: "Rubik-Medium";
}
table.woosw-items .woosw-item--price del{
font-size: 14px;
color: #b7b7b7;
} .details-product .information .woosw-btn{
-webkit-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
color: #4c4c4c;
background: #fff;
border: 2px solid #e9e9e9;
height: 40px;
padding: 5px 30px;
font-size: 13px;
font-weight: 500;
border-radius: 100px;
text-transform: uppercase;
width: 100%;
margin: 10px 0 0;
}
.details-product .information .woosw-btn:hover,
.details-product .information .woosw-btn:focus,
.details-product .information .woosw-added{
color: #fff;
background: #4c4c4c;
border-color: #4c4c4c;
}
.details-product .information .woosw-btn:before{
display: none;
} .product-block.grid .woosc-btn{
position: relative;
z-index: 1;
display: inline-block;
width: 40px;
height: 40px;
line-height: 36px;
text-align: center;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
font-size: 0;
border: 2px solid #e5e5e5;
padding: 0;
margin: 0;
overflow: hidden;
color: #e23e1d;
background: #fff;
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
}
.product-block.grid .woosc-btn:before{
font-family: 'themify';
content: "\e6ac";
font-size: 14px;
margin: 0;
display: inline-block;
}
.product-block.grid .woosc-btn:hover,
.product-block.grid .woosc-btn:focus,
.product-block.grid .woosc-added{
color: #fff !important;
background: #e23e1d;
border-color: #e23e1d;
}
.product-block.grid .woosc-adding:before{
font-family: 'WooCommerce';
content: '\e01c';
animation: spin 1s linear infinite;
-webkit-animation: spin 1s linear infinite;
} .grid-v3 .woosc-btn{
font-size: 0;
border: 0;
padding: 0;
background: transparent;
width: 24px;
height: 24px;
line-height: 24px;
}
.grid-v3 .woosc-btn:before{
font-family: 'themify';
content: "\e6ac";
font-size: 17px;
margin: 0;
display: inline-block;
}
.grid-v3 .woosc-added{
color: #e23e1d;
}
.grid-v3 .woosc-adding:before{
font-family: 'WooCommerce';
content: '\e01c';
animation: spin 1s linear infinite;
-webkit-animation: spin 1s linear infinite;
} .product-block-list .woosc-btn{
-webkit-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
color: #4c4c4c;
background: #fff;
border: 2px solid #e9e9e9;
height: 40px;
padding: 5px 30px;
font-size: 13px;
font-weight: 500;
border-radius: 100px;
text-transform: uppercase;
width: 100%;
}
.product-block-list .woosc-btn:hover,
.product-block-list .woosc-btn:focus,
.product-block-list .woosc-added{
color: #fff;
background: #4c4c4c;
border-color: #4c4c4c;
}
.product-block-list .woosc-btn:before{
display: none;
} table.woosw-items .add-cart a,
table.woosc_table .add-cart a{
background: #e23e1d;
border:1px solid #e23e1d;
color: #fff;
padding: 6px 30px;
display: inline-block;
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
text-transform: uppercase;
font-weight: 500;
font-size: 13px;
line-height: 2;
border-radius: 50px;
}
table.woosw-items .add-cart a:hover,
table.woosw-items .add-cart a:focus,
table.woosc_table .add-cart a:hover,
table.woosc_table .add-cart a:focus{
color: #fff;
background: #cb381a;
border-color: #cb381a;
}
table.woosc_table .tr-price td{
font-size: 16px;
font-weight: 400 !important;
color: #e23e1d !important;
font-family: "Rubik-Medium";
}
table.woosc_table .tr-price td del{
font-size: 14px;
color: #b7b7b7;
}
table.woosw-items .add-cart a.added,
table.woosc_table .add-cart a.added{
display: none;
} .details-product .information .woosc-btn{
-webkit-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
color: #4c4c4c;
background: #fff;
border: 2px solid #e9e9e9;
height: 40px;
padding: 5px 30px;
font-size: 13px;
font-weight: 500;
border-radius: 100px;
text-transform: uppercase;
width: 100%;
}
.details-product .information .woosc-btn:hover,
.details-product .information .woosc-btn:focus,
.details-product .information .woosc-added{
color: #fff;
background: #4c4c4c;
border-color: #4c4c4c;
}
.details-product .information .woosc-btn:before{
display: none;
}
.woosw-list{
margin-bottom: 30px;
}
.woocommerce div.product form.cart .variations th.label{
padding: 0;
font-size: inherit;
display: table-cell;
text-align: inherit;
line-height: inherit;
}
.swatch-item-wrapper{
display: inline-block;
vertical-align: middle;
}@font-face {
font-family: 'FontAwesome';
src: url(//www.imep.com.tr/wp-content/themes/yozi/fonts/fontawesome-webfont.eot?v=4.5.0);
src: url(//www.imep.com.tr/wp-content/themes/yozi/fonts/fontawesome-webfont.eot?#iefix&v=4.5.0) format('embedded-opentype'), url(//www.imep.com.tr/wp-content/themes/yozi/fonts/fontawesome-webfont.woff2?v=4.5.0) format('woff2'), url(//www.imep.com.tr/wp-content/themes/yozi/fonts/fontawesome-webfont.woff?v=4.5.0) format('woff'), url(//www.imep.com.tr/wp-content/themes/yozi/fonts/fontawesome-webfont.ttf?v=4.5.0) format('truetype'), url(//www.imep.com.tr/wp-content/themes/yozi/fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular) format('svg');
font-weight: normal;
font-style: normal;
}
.fa {
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
} .fa-lg {
font-size: 1.33333333em;
line-height: 0.75em;
vertical-align: -15%;
}
.fa-2x {
font-size: 2em;
}
.fa-3x {
font-size: 3em;
}
.fa-4x {
font-size: 4em;
}
.fa-5x {
font-size: 5em;
}
.fa-fw {
width: 1.28571429em;
text-align: center;
}
.fa-ul {
padding-left: 0;
margin-left: 2.14285714em;
list-style-type: none;
}
.fa-ul > li {
position: relative;
}
.fa-li {
position: absolute;
left: -2.14285714em;
width: 2.14285714em;
top: 0.14285714em;
text-align: center;
}
.fa-li.fa-lg {
left: -1.85714286em;
}
.fa-border {
padding: .2em .25em .15em;
border: solid 0.08em #eeeeee;
border-radius: .1em;
}
.fa-pull-left {
float: left;
}
.fa-pull-right {
float: right;
}
.fa.fa-pull-left {
margin-right: .3em;
}
.fa.fa-pull-right {
margin-left: .3em;
} .pull-right {
float: right;
}
.pull-left {
float: left;
}
.fa.pull-left {
margin-right: .3em;
}
.fa.pull-right {
margin-left: .3em;
}
.fa-spin {
-webkit-animation: fa-spin 2s infinite linear;
animation: fa-spin 2s infinite linear;
}
.fa-pulse {
-webkit-animation: fa-spin 1s infinite steps(8);
animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
@keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg);
}
}
.fa-rotate-90 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}
.fa-rotate-180 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
-webkit-transform: rotate(180deg);
-ms-transform: rotate(180deg);
transform: rotate(180deg);
}
.fa-rotate-270 {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
-webkit-transform: rotate(270deg);
-ms-transform: rotate(270deg);
transform: rotate(270deg);
}
.fa-flip-horizontal {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
-webkit-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.fa-flip-vertical {
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
-webkit-transform: scale(1, -1);
-ms-transform: scale(1, -1);
transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
filter: none;
}
.fa-stack {
position: relative;
display: inline-block;
width: 2em;
height: 2em;
line-height: 2em;
vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
position: absolute;
left: 0;
width: 100%;
text-align: center;
}
.fa-stack-1x {
line-height: inherit;
}
.fa-stack-2x {
font-size: 2em;
}
.fa-inverse {
color: #ffffff;
} .fa-glass:before {
content: "\f000";
}
.fa-music:before {
content: "\f001";
}
.fa-search:before {
content: "\f002";
}
.fa-envelope-o:before {
content: "\f003";
}
.fa-heart:before {
content: "\f004";
}
.fa-star:before {
content: "\f005";
}
.fa-star-o:before {
content: "\f006";
}
.fa-user:before {
content: "\f007";
}
.fa-film:before {
content: "\f008";
}
.fa-th-large:before {
content: "\f009";
}
.fa-th:before {
content: "\f00a";
}
.fa-th-list:before {
content: "\f00b";
}
.fa-check:before {
content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
content: "\f00d";
}
.fa-search-plus:before {
content: "\f00e";
}
.fa-search-minus:before {
content: "\f010";
}
.fa-power-off:before {
content: "\f011";
}
.fa-signal:before {
content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
content: "\f013";
}
.fa-trash-o:before {
content: "\f014";
}
.fa-home:before {
content: "\f015";
}
.fa-file-o:before {
content: "\f016";
}
.fa-clock-o:before {
content: "\f017";
}
.fa-road:before {
content: "\f018";
}
.fa-download:before {
content: "\f019";
}
.fa-arrow-circle-o-down:before {
content: "\f01a";
}
.fa-arrow-circle-o-up:before {
content: "\f01b";
}
.fa-inbox:before {
content: "\f01c";
}
.fa-play-circle-o:before {
content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
content: "\f01e";
}
.fa-refresh:before {
content: "\f021";
}
.fa-list-alt:before {
content: "\f022";
}
.fa-lock:before {
content: "\f023";
}
.fa-flag:before {
content: "\f024";
}
.fa-headphones:before {
content: "\f025";
}
.fa-volume-off:before {
content: "\f026";
}
.fa-volume-down:before {
content: "\f027";
}
.fa-volume-up:before {
content: "\f028";
}
.fa-qrcode:before {
content: "\f029";
}
.fa-barcode:before {
content: "\f02a";
}
.fa-tag:before {
content: "\f02b";
}
.fa-tags:before {
content: "\f02c";
}
.fa-book:before {
content: "\f02d";
}
.fa-bookmark:before {
content: "\f02e";
}
.fa-print:before {
content: "\f02f";
}
.fa-camera:before {
content: "\f030";
}
.fa-font:before {
content: "\f031";
}
.fa-bold:before {
content: "\f032";
}
.fa-italic:before {
content: "\f033";
}
.fa-text-height:before {
content: "\f034";
}
.fa-text-width:before {
content: "\f035";
}
.fa-align-left:before {
content: "\f036";
}
.fa-align-center:before {
content: "\f037";
}
.fa-align-right:before {
content: "\f038";
}
.fa-align-justify:before {
content: "\f039";
}
.fa-list:before {
content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
content: "\f03b";
}
.fa-indent:before {
content: "\f03c";
}
.fa-video-camera:before {
content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
content: "\f03e";
}
.fa-pencil:before {
content: "\f040";
}
.fa-map-marker:before {
content: "\f041";
}
.fa-adjust:before {
content: "\f042";
}
.fa-tint:before {
content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
content: "\f044";
}
.fa-share-square-o:before {
content: "\f045";
}
.fa-check-square-o:before {
content: "\f046";
}
.fa-arrows:before {
content: "\f047";
}
.fa-step-backward:before {
content: "\f048";
}
.fa-fast-backward:before {
content: "\f049";
}
.fa-backward:before {
content: "\f04a";
}
.fa-play:before {
content: "\f04b";
}
.fa-pause:before {
content: "\f04c";
}
.fa-stop:before {
content: "\f04d";
}
.fa-forward:before {
content: "\f04e";
}
.fa-fast-forward:before {
content: "\f050";
}
.fa-step-forward:before {
content: "\f051";
}
.fa-eject:before {
content: "\f052";
}
.fa-chevron-left:before {
content: "\f053";
}
.fa-chevron-right:before {
content: "\f054";
}
.fa-plus-circle:before {
content: "\f055";
}
.fa-minus-circle:before {
content: "\f056";
}
.fa-times-circle:before {
content: "\f057";
}
.fa-check-circle:before {
content: "\f058";
}
.fa-question-circle:before {
content: "\f059";
}
.fa-info-circle:before {
content: "\f05a";
}
.fa-crosshairs:before {
content: "\f05b";
}
.fa-times-circle-o:before {
content: "\f05c";
}
.fa-check-circle-o:before {
content: "\f05d";
}
.fa-ban:before {
content: "\f05e";
}
.fa-arrow-left:before {
content: "\f060";
}
.fa-arrow-right:before {
content: "\f061";
}
.fa-arrow-up:before {
content: "\f062";
}
.fa-arrow-down:before {
content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
content: "\f064";
}
.fa-expand:before {
content: "\f065";
}
.fa-compress:before {
content: "\f066";
}
.fa-plus:before {
content: "\f067";
}
.fa-minus:before {
content: "\f068";
}
.fa-asterisk:before {
content: "\f069";
}
.fa-exclamation-circle:before {
content: "\f06a";
}
.fa-gift:before {
content: "\f06b";
}
.fa-leaf:before {
content: "\f06c";
}
.fa-fire:before {
content: "\f06d";
}
.fa-eye:before {
content: "\f06e";
}
.fa-eye-slash:before {
content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
content: "\f071";
}
.fa-plane:before {
content: "\f072";
}
.fa-calendar:before {
content: "\f073";
}
.fa-random:before {
content: "\f074";
}
.fa-comment:before {
content: "\f075";
}
.fa-magnet:before {
content: "\f076";
}
.fa-chevron-up:before {
content: "\f077";
}
.fa-chevron-down:before {
content: "\f078";
}
.fa-retweet:before {
content: "\f079";
}
.fa-shopping-cart:before {
content: "\f07a";
}
.fa-folder:before {
content: "\f07b";
}
.fa-folder-open:before {
content: "\f07c";
}
.fa-arrows-v:before {
content: "\f07d";
}
.fa-arrows-h:before {
content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
content: "\f080";
}
.fa-twitter-square:before {
content: "\f081";
}
.fa-facebook-square:before {
content: "\f082";
}
.fa-camera-retro:before {
content: "\f083";
}
.fa-key:before {
content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
content: "\f085";
}
.fa-comments:before {
content: "\f086";
}
.fa-thumbs-o-up:before {
content: "\f087";
}
.fa-thumbs-o-down:before {
content: "\f088";
}
.fa-star-half:before {
content: "\f089";
}
.fa-heart-o:before {
content: "\f08a";
}
.fa-sign-out:before {
content: "\f08b";
}
.fa-linkedin-square:before {
content: "\f08c";
}
.fa-thumb-tack:before {
content: "\f08d";
}
.fa-external-link:before {
content: "\f08e";
}
.fa-sign-in:before {
content: "\f090";
}
.fa-trophy:before {
content: "\f091";
}
.fa-github-square:before {
content: "\f092";
}
.fa-upload:before {
content: "\f093";
}
.fa-lemon-o:before {
content: "\f094";
}
.fa-phone:before {
content: "\f095";
}
.fa-square-o:before {
content: "\f096";
}
.fa-bookmark-o:before {
content: "\f097";
}
.fa-phone-square:before {
content: "\f098";
}
.fa-twitter:before {
content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
content: "\f09a";
}
.fa-github:before {
content: "\f09b";
}
.fa-unlock:before {
content: "\f09c";
}
.fa-credit-card:before {
content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
content: "\f09e";
}
.fa-hdd-o:before {
content: "\f0a0";
}
.fa-bullhorn:before {
content: "\f0a1";
}
.fa-bell:before {
content: "\f0f3";
}
.fa-certificate:before {
content: "\f0a3";
}
.fa-hand-o-right:before {
content: "\f0a4";
}
.fa-hand-o-left:before {
content: "\f0a5";
}
.fa-hand-o-up:before {
content: "\f0a6";
}
.fa-hand-o-down:before {
content: "\f0a7";
}
.fa-arrow-circle-left:before {
content: "\f0a8";
}
.fa-arrow-circle-right:before {
content: "\f0a9";
}
.fa-arrow-circle-up:before {
content: "\f0aa";
}
.fa-arrow-circle-down:before {
content: "\f0ab";
}
.fa-globe:before {
content: "\f0ac";
}
.fa-wrench:before {
content: "\f0ad";
}
.fa-tasks:before {
content: "\f0ae";
}
.fa-filter:before {
content: "\f0b0";
}
.fa-briefcase:before {
content: "\f0b1";
}
.fa-arrows-alt:before {
content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
content: "\f0c1";
}
.fa-cloud:before {
content: "\f0c2";
}
.fa-flask:before {
content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
content: "\f0c5";
}
.fa-paperclip:before {
content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
content: "\f0c7";
}
.fa-square:before {
content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
content: "\f0c9";
}
.fa-list-ul:before {
content: "\f0ca";
}
.fa-list-ol:before {
content: "\f0cb";
}
.fa-strikethrough:before {
content: "\f0cc";
}
.fa-underline:before {
content: "\f0cd";
}
.fa-table:before {
content: "\f0ce";
}
.fa-magic:before {
content: "\f0d0";
}
.fa-truck:before {
content: "\f0d1";
}
.fa-pinterest:before {
content: "\f0d2";
}
.fa-pinterest-square:before {
content: "\f0d3";
}
.fa-google-plus-square:before {
content: "\f0d4";
}
.fa-google-plus:before {
content: "\f0d5";
}
.fa-money:before {
content: "\f0d6";
}
.fa-caret-down:before {
content: "\f0d7";
}
.fa-caret-up:before {
content: "\f0d8";
}
.fa-caret-left:before {
content: "\f0d9";
}
.fa-caret-right:before {
content: "\f0da";
}
.fa-columns:before {
content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
content: "\f0de";
}
.fa-envelope:before {
content: "\f0e0";
}
.fa-linkedin:before {
content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
content: "\f0e4";
}
.fa-comment-o:before {
content: "\f0e5";
}
.fa-comments-o:before {
content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
content: "\f0e7";
}
.fa-sitemap:before {
content: "\f0e8";
}
.fa-umbrella:before {
content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
content: "\f0ea";
}
.fa-lightbulb-o:before {
content: "\f0eb";
}
.fa-exchange:before {
content: "\f0ec";
}
.fa-cloud-download:before {
content: "\f0ed";
}
.fa-cloud-upload:before {
content: "\f0ee";
}
.fa-user-md:before {
content: "\f0f0";
}
.fa-stethoscope:before {
content: "\f0f1";
}
.fa-suitcase:before {
content: "\f0f2";
}
.fa-bell-o:before {
content: "\f0a2";
}
.fa-coffee:before {
content: "\f0f4";
}
.fa-cutlery:before {
content: "\f0f5";
}
.fa-file-text-o:before {
content: "\f0f6";
}
.fa-building-o:before {
content: "\f0f7";
}
.fa-hospital-o:before {
content: "\f0f8";
}
.fa-ambulance:before {
content: "\f0f9";
}
.fa-medkit:before {
content: "\f0fa";
}
.fa-fighter-jet:before {
content: "\f0fb";
}
.fa-beer:before {
content: "\f0fc";
}
.fa-h-square:before {
content: "\f0fd";
}
.fa-plus-square:before {
content: "\f0fe";
}
.fa-angle-double-left:before {
content: "\f100";
}
.fa-angle-double-right:before {
content: "\f101";
}
.fa-angle-double-up:before {
content: "\f102";
}
.fa-angle-double-down:before {
content: "\f103";
}
.fa-angle-left:before {
content: "\f104";
}
.fa-angle-right:before {
content: "\f105";
}
.fa-angle-up:before {
content: "\f106";
}
.fa-angle-down:before {
content: "\f107";
}
.fa-desktop:before {
content: "\f108";
}
.fa-laptop:before {
content: "\f109";
}
.fa-tablet:before {
content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
content: "\f10b";
}
.fa-circle-o:before {
content: "\f10c";
}
.fa-quote-left:before {
content: "\f10d";
}
.fa-quote-right:before {
content: "\f10e";
}
.fa-spinner:before {
content: "\f110";
}
.fa-circle:before {
content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
content: "\f112";
}
.fa-github-alt:before {
content: "\f113";
}
.fa-folder-o:before {
content: "\f114";
}
.fa-folder-open-o:before {
content: "\f115";
}
.fa-smile-o:before {
content: "\f118";
}
.fa-frown-o:before {
content: "\f119";
}
.fa-meh-o:before {
content: "\f11a";
}
.fa-gamepad:before {
content: "\f11b";
}
.fa-keyboard-o:before {
content: "\f11c";
}
.fa-flag-o:before {
content: "\f11d";
}
.fa-flag-checkered:before {
content: "\f11e";
}
.fa-terminal:before {
content: "\f120";
}
.fa-code:before {
content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
content: "\f123";
}
.fa-location-arrow:before {
content: "\f124";
}
.fa-crop:before {
content: "\f125";
}
.fa-code-fork:before {
content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
content: "\f127";
}
.fa-question:before {
content: "\f128";
}
.fa-info:before {
content: "\f129";
}
.fa-exclamation:before {
content: "\f12a";
}
.fa-superscript:before {
content: "\f12b";
}
.fa-subscript:before {
content: "\f12c";
}
.fa-eraser:before {
content: "\f12d";
}
.fa-puzzle-piece:before {
content: "\f12e";
}
.fa-microphone:before {
content: "\f130";
}
.fa-microphone-slash:before {
content: "\f131";
}
.fa-shield:before {
content: "\f132";
}
.fa-calendar-o:before {
content: "\f133";
}
.fa-fire-extinguisher:before {
content: "\f134";
}
.fa-rocket:before {
content: "\f135";
}
.fa-maxcdn:before {
content: "\f136";
}
.fa-chevron-circle-left:before {
content: "\f137";
}
.fa-chevron-circle-right:before {
content: "\f138";
}
.fa-chevron-circle-up:before {
content: "\f139";
}
.fa-chevron-circle-down:before {
content: "\f13a";
}
.fa-html5:before {
content: "\f13b";
}
.fa-css3:before {
content: "\f13c";
}
.fa-anchor:before {
content: "\f13d";
}
.fa-unlock-alt:before {
content: "\f13e";
}
.fa-bullseye:before {
content: "\f140";
}
.fa-ellipsis-h:before {
content: "\f141";
}
.fa-ellipsis-v:before {
content: "\f142";
}
.fa-rss-square:before {
content: "\f143";
}
.fa-play-circle:before {
content: "\f144";
}
.fa-ticket:before {
content: "\f145";
}
.fa-minus-square:before {
content: "\f146";
}
.fa-minus-square-o:before {
content: "\f147";
}
.fa-level-up:before {
content: "\f148";
}
.fa-level-down:before {
content: "\f149";
}
.fa-check-square:before {
content: "\f14a";
}
.fa-pencil-square:before {
content: "\f14b";
}
.fa-external-link-square:before {
content: "\f14c";
}
.fa-share-square:before {
content: "\f14d";
}
.fa-compass:before {
content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
content: "\f153";
}
.fa-gbp:before {
content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
content: "\f158";
}
.fa-won:before,
.fa-krw:before {
content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
content: "\f15a";
}
.fa-file:before {
content: "\f15b";
}
.fa-file-text:before {
content: "\f15c";
}
.fa-sort-alpha-asc:before {
content: "\f15d";
}
.fa-sort-alpha-desc:before {
content: "\f15e";
}
.fa-sort-amount-asc:before {
content: "\f160";
}
.fa-sort-amount-desc:before {
content: "\f161";
}
.fa-sort-numeric-asc:before {
content: "\f162";
}
.fa-sort-numeric-desc:before {
content: "\f163";
}
.fa-thumbs-up:before {
content: "\f164";
}
.fa-thumbs-down:before {
content: "\f165";
}
.fa-youtube-square:before {
content: "\f166";
}
.fa-youtube:before {
content: "\f167";
}
.fa-xing:before {
content: "\f168";
}
.fa-xing-square:before {
content: "\f169";
}
.fa-youtube-play:before {
content: "\f16a";
}
.fa-dropbox:before {
content: "\f16b";
}
.fa-stack-overflow:before {
content: "\f16c";
}
.fa-instagram:before {
content: "\f16d";
}
.fa-flickr:before {
content: "\f16e";
}
.fa-adn:before {
content: "\f170";
}
.fa-bitbucket:before {
content: "\f171";
}
.fa-bitbucket-square:before {
content: "\f172";
}
.fa-tumblr:before {
content: "\f173";
}
.fa-tumblr-square:before {
content: "\f174";
}
.fa-long-arrow-down:before {
content: "\f175";
}
.fa-long-arrow-up:before {
content: "\f176";
}
.fa-long-arrow-left:before {
content: "\f177";
}
.fa-long-arrow-right:before {
content: "\f178";
}
.fa-apple:before {
content: "\f179";
}
.fa-windows:before {
content: "\f17a";
}
.fa-android:before {
content: "\f17b";
}
.fa-linux:before {
content: "\f17c";
}
.fa-dribbble:before {
content: "\f17d";
}
.fa-skype:before {
content: "\f17e";
}
.fa-foursquare:before {
content: "\f180";
}
.fa-trello:before {
content: "\f181";
}
.fa-female:before {
content: "\f182";
}
.fa-male:before {
content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
content: "\f184";
}
.fa-sun-o:before {
content: "\f185";
}
.fa-moon-o:before {
content: "\f186";
}
.fa-archive:before {
content: "\f187";
}
.fa-bug:before {
content: "\f188";
}
.fa-vk:before {
content: "\f189";
}
.fa-weibo:before {
content: "\f18a";
}
.fa-renren:before {
content: "\f18b";
}
.fa-pagelines:before {
content: "\f18c";
}
.fa-stack-exchange:before {
content: "\f18d";
}
.fa-arrow-circle-o-right:before {
content: "\f18e";
}
.fa-arrow-circle-o-left:before {
content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
content: "\f191";
}
.fa-dot-circle-o:before {
content: "\f192";
}
.fa-wheelchair:before {
content: "\f193";
}
.fa-vimeo-square:before {
content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
content: "\f195";
}
.fa-plus-square-o:before {
content: "\f196";
}
.fa-space-shuttle:before {
content: "\f197";
}
.fa-slack:before {
content: "\f198";
}
.fa-envelope-square:before {
content: "\f199";
}
.fa-wordpress:before {
content: "\f19a";
}
.fa-openid:before {
content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
content: "\f19d";
}
.fa-yahoo:before {
content: "\f19e";
}
.fa-google:before {
content: "\f1a0";
}
.fa-reddit:before {
content: "\f1a1";
}
.fa-reddit-square:before {
content: "\f1a2";
}
.fa-stumbleupon-circle:before {
content: "\f1a3";
}
.fa-stumbleupon:before {
content: "\f1a4";
}
.fa-delicious:before {
content: "\f1a5";
}
.fa-digg:before {
content: "\f1a6";
}
.fa-pied-piper:before {
content: "\f1a7";
}
.fa-pied-piper-alt:before {
content: "\f1a8";
}
.fa-drupal:before {
content: "\f1a9";
}
.fa-joomla:before {
content: "\f1aa";
}
.fa-language:before {
content: "\f1ab";
}
.fa-fax:before {
content: "\f1ac";
}
.fa-building:before {
content: "\f1ad";
}
.fa-child:before {
content: "\f1ae";
}
.fa-paw:before {
content: "\f1b0";
}
.fa-spoon:before {
content: "\f1b1";
}
.fa-cube:before {
content: "\f1b2";
}
.fa-cubes:before {
content: "\f1b3";
}
.fa-behance:before {
content: "\f1b4";
}
.fa-behance-square:before {
content: "\f1b5";
}
.fa-steam:before {
content: "\f1b6";
}
.fa-steam-square:before {
content: "\f1b7";
}
.fa-recycle:before {
content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
content: "\f1ba";
}
.fa-tree:before {
content: "\f1bb";
}
.fa-spotify:before {
content: "\f1bc";
}
.fa-deviantart:before {
content: "\f1bd";
}
.fa-soundcloud:before {
content: "\f1be";
}
.fa-database:before {
content: "\f1c0";
}
.fa-file-pdf-o:before {
content: "\f1c1";
}
.fa-file-word-o:before {
content: "\f1c2";
}
.fa-file-excel-o:before {
content: "\f1c3";
}
.fa-file-powerpoint-o:before {
content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
content: "\f1c8";
}
.fa-file-code-o:before {
content: "\f1c9";
}
.fa-vine:before {
content: "\f1ca";
}
.fa-codepen:before {
content: "\f1cb";
}
.fa-jsfiddle:before {
content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
content: "\f1cd";
}
.fa-circle-o-notch:before {
content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
content: "\f1d1";
}
.fa-git-square:before {
content: "\f1d2";
}
.fa-git:before {
content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
content: "\f1d4";
}
.fa-tencent-weibo:before {
content: "\f1d5";
}
.fa-qq:before {
content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
content: "\f1d9";
}
.fa-history:before {
content: "\f1da";
}
.fa-circle-thin:before {
content: "\f1db";
}
.fa-header:before {
content: "\f1dc";
}
.fa-paragraph:before {
content: "\f1dd";
}
.fa-sliders:before {
content: "\f1de";
}
.fa-share-alt:before {
content: "\f1e0";
}
.fa-share-alt-square:before {
content: "\f1e1";
}
.fa-bomb:before {
content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
content: "\f1e3";
}
.fa-tty:before {
content: "\f1e4";
}
.fa-binoculars:before {
content: "\f1e5";
}
.fa-plug:before {
content: "\f1e6";
}
.fa-slideshare:before {
content: "\f1e7";
}
.fa-twitch:before {
content: "\f1e8";
}
.fa-yelp:before {
content: "\f1e9";
}
.fa-newspaper-o:before {
content: "\f1ea";
}
.fa-wifi:before {
content: "\f1eb";
}
.fa-calculator:before {
content: "\f1ec";
}
.fa-paypal:before {
content: "\f1ed";
}
.fa-google-wallet:before {
content: "\f1ee";
}
.fa-cc-visa:before {
content: "\f1f0";
}
.fa-cc-mastercard:before {
content: "\f1f1";
}
.fa-cc-discover:before {
content: "\f1f2";
}
.fa-cc-amex:before {
content: "\f1f3";
}
.fa-cc-paypal:before {
content: "\f1f4";
}
.fa-cc-stripe:before {
content: "\f1f5";
}
.fa-bell-slash:before {
content: "\f1f6";
}
.fa-bell-slash-o:before {
content: "\f1f7";
}
.fa-trash:before {
content: "\f1f8";
}
.fa-copyright:before {
content: "\f1f9";
}
.fa-at:before {
content: "\f1fa";
}
.fa-eyedropper:before {
content: "\f1fb";
}
.fa-paint-brush:before {
content: "\f1fc";
}
.fa-birthday-cake:before {
content: "\f1fd";
}
.fa-area-chart:before {
content: "\f1fe";
}
.fa-pie-chart:before {
content: "\f200";
}
.fa-line-chart:before {
content: "\f201";
}
.fa-lastfm:before {
content: "\f202";
}
.fa-lastfm-square:before {
content: "\f203";
}
.fa-toggle-off:before {
content: "\f204";
}
.fa-toggle-on:before {
content: "\f205";
}
.fa-bicycle:before {
content: "\f206";
}
.fa-bus:before {
content: "\f207";
}
.fa-ioxhost:before {
content: "\f208";
}
.fa-angellist:before {
content: "\f209";
}
.fa-cc:before {
content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
content: "\f20b";
}
.fa-meanpath:before {
content: "\f20c";
}
.fa-buysellads:before {
content: "\f20d";
}
.fa-connectdevelop:before {
content: "\f20e";
}
.fa-dashcube:before {
content: "\f210";
}
.fa-forumbee:before {
content: "\f211";
}
.fa-leanpub:before {
content: "\f212";
}
.fa-sellsy:before {
content: "\f213";
}
.fa-shirtsinbulk:before {
content: "\f214";
}
.fa-simplybuilt:before {
content: "\f215";
}
.fa-skyatlas:before {
content: "\f216";
}
.fa-cart-plus:before {
content: "\f217";
}
.fa-cart-arrow-down:before {
content: "\f218";
}
.fa-diamond:before {
content: "\f219";
}
.fa-ship:before {
content: "\f21a";
}
.fa-user-secret:before {
content: "\f21b";
}
.fa-motorcycle:before {
content: "\f21c";
}
.fa-street-view:before {
content: "\f21d";
}
.fa-heartbeat:before {
content: "\f21e";
}
.fa-venus:before {
content: "\f221";
}
.fa-mars:before {
content: "\f222";
}
.fa-mercury:before {
content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
content: "\f224";
}
.fa-transgender-alt:before {
content: "\f225";
}
.fa-venus-double:before {
content: "\f226";
}
.fa-mars-double:before {
content: "\f227";
}
.fa-venus-mars:before {
content: "\f228";
}
.fa-mars-stroke:before {
content: "\f229";
}
.fa-mars-stroke-v:before {
content: "\f22a";
}
.fa-mars-stroke-h:before {
content: "\f22b";
}
.fa-neuter:before {
content: "\f22c";
}
.fa-genderless:before {
content: "\f22d";
}
.fa-facebook-official:before {
content: "\f230";
}
.fa-pinterest-p:before {
content: "\f231";
}
.fa-whatsapp:before {
content: "\f232";
}
.fa-server:before {
content: "\f233";
}
.fa-user-plus:before {
content: "\f234";
}
.fa-user-times:before {
content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
content: "\f236";
}
.fa-viacoin:before {
content: "\f237";
}
.fa-train:before {
content: "\f238";
}
.fa-subway:before {
content: "\f239";
}
.fa-medium:before {
content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
content: "\f23b";
}
.fa-optin-monster:before {
content: "\f23c";
}
.fa-opencart:before {
content: "\f23d";
}
.fa-expeditedssl:before {
content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
content: "\f244";
}
.fa-mouse-pointer:before {
content: "\f245";
}
.fa-i-cursor:before {
content: "\f246";
}
.fa-object-group:before {
content: "\f247";
}
.fa-object-ungroup:before {
content: "\f248";
}
.fa-sticky-note:before {
content: "\f249";
}
.fa-sticky-note-o:before {
content: "\f24a";
}
.fa-cc-jcb:before {
content: "\f24b";
}
.fa-cc-diners-club:before {
content: "\f24c";
}
.fa-clone:before {
content: "\f24d";
}
.fa-balance-scale:before {
content: "\f24e";
}
.fa-hourglass-o:before {
content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
content: "\f253";
}
.fa-hourglass:before {
content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
content: "\f256";
}
.fa-hand-scissors-o:before {
content: "\f257";
}
.fa-hand-lizard-o:before {
content: "\f258";
}
.fa-hand-spock-o:before {
content: "\f259";
}
.fa-hand-pointer-o:before {
content: "\f25a";
}
.fa-hand-peace-o:before {
content: "\f25b";
}
.fa-trademark:before {
content: "\f25c";
}
.fa-registered:before {
content: "\f25d";
}
.fa-creative-commons:before {
content: "\f25e";
}
.fa-gg:before {
content: "\f260";
}
.fa-gg-circle:before {
content: "\f261";
}
.fa-tripadvisor:before {
content: "\f262";
}
.fa-odnoklassniki:before {
content: "\f263";
}
.fa-odnoklassniki-square:before {
content: "\f264";
}
.fa-get-pocket:before {
content: "\f265";
}
.fa-wikipedia-w:before {
content: "\f266";
}
.fa-safari:before {
content: "\f267";
}
.fa-chrome:before {
content: "\f268";
}
.fa-firefox:before {
content: "\f269";
}
.fa-opera:before {
content: "\f26a";
}
.fa-internet-explorer:before {
content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
content: "\f26c";
}
.fa-contao:before {
content: "\f26d";
}
.fa-500px:before {
content: "\f26e";
}
.fa-amazon:before {
content: "\f270";
}
.fa-calendar-plus-o:before {
content: "\f271";
}
.fa-calendar-minus-o:before {
content: "\f272";
}
.fa-calendar-times-o:before {
content: "\f273";
}
.fa-calendar-check-o:before {
content: "\f274";
}
.fa-industry:before {
content: "\f275";
}
.fa-map-pin:before {
content: "\f276";
}
.fa-map-signs:before {
content: "\f277";
}
.fa-map-o:before {
content: "\f278";
}
.fa-map:before {
content: "\f279";
}
.fa-commenting:before {
content: "\f27a";
}
.fa-commenting-o:before {
content: "\f27b";
}
.fa-houzz:before {
content: "\f27c";
}
.fa-vimeo:before {
content: "\f27d";
}
.fa-black-tie:before {
content: "\f27e";
}
.fa-fonticons:before {
content: "\f280";
}
.fa-reddit-alien:before {
content: "\f281";
}
.fa-edge:before {
content: "\f282";
}
.fa-credit-card-alt:before {
content: "\f283";
}
.fa-codiepie:before {
content: "\f284";
}
.fa-modx:before {
content: "\f285";
}
.fa-fort-awesome:before {
content: "\f286";
}
.fa-usb:before {
content: "\f287";
}
.fa-product-hunt:before {
content: "\f288";
}
.fa-mixcloud:before {
content: "\f289";
}
.fa-scribd:before {
content: "\f28a";
}
.fa-pause-circle:before {
content: "\f28b";
}
.fa-pause-circle-o:before {
content: "\f28c";
}
.fa-stop-circle:before {
content: "\f28d";
}
.fa-stop-circle-o:before {
content: "\f28e";
}
.fa-shopping-bag:before {
content: "\f290";
}
.fa-shopping-basket:before {
content: "\f291";
}
.fa-hashtag:before {
content: "\f292";
}
.fa-bluetooth:before {
content: "\f293";
}
.fa-bluetooth-b:before {
content: "\f294";
}
.fa-percent:before {
content: "\f295";
}@font-face {
font-family: 'themify';
src:url(//www.imep.com.tr/wp-content/themes/yozi/fonts/themify.eot);
src:url(//www.imep.com.tr/wp-content/themes/yozi/fonts/themify.eot?#iefix) format('embedded-opentype'),
url(//www.imep.com.tr/wp-content/themes/yozi/fonts/themify.woff) format('woff'),
url(//www.imep.com.tr/wp-content/themes/yozi/fonts/themify.ttf) format('truetype'),
url(//www.imep.com.tr/wp-content/themes/yozi/fonts/themify.svg) format('svg');
font-weight: normal;
font-style: normal;
}
[class^="ti-"], [class*=" ti-"] {
font-family: 'themify';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.ti-wand:before {
content: "\e600";
}
.ti-volume:before {
content: "\e601";
}
.ti-user:before {
content: "\e602";
}
.ti-unlock:before {
content: "\e603";
}
.ti-unlink:before {
content: "\e604";
}
.ti-trash:before {
content: "\e605";
}
.ti-thought:before {
content: "\e606";
}
.ti-target:before {
content: "\e607";
}
.ti-tag:before {
content: "\e608";
}
.ti-tablet:before {
content: "\e609";
}
.ti-star:before {
content: "\e60a";
}
.ti-spray:before {
content: "\e60b";
}
.ti-signal:before {
content: "\e60c";
}
.ti-shopping-cart:before {
content: "\e60d";
}
.ti-shopping-cart-full:before {
content: "\e60e";
}
.ti-settings:before {
content: "\e60f";
}
.ti-search:before {
content: "\e610";
}
.ti-zoom-in:before {
content: "\e611";
}
.ti-zoom-out:before {
content: "\e612";
}
.ti-cut:before {
content: "\e613";
}
.ti-ruler:before {
content: "\e614";
}
.ti-ruler-pencil:before {
content: "\e615";
}
.ti-ruler-alt:before {
content: "\e616";
}
.ti-bookmark:before {
content: "\e617";
}
.ti-bookmark-alt:before {
content: "\e618";
}
.ti-reload:before {
content: "\e619";
}
.ti-plus:before {
content: "\e61a";
}
.ti-pin:before {
content: "\e61b";
}
.ti-pencil:before {
content: "\e61c";
}
.ti-pencil-alt:before {
content: "\e61d";
}
.ti-paint-roller:before {
content: "\e61e";
}
.ti-paint-bucket:before {
content: "\e61f";
}
.ti-na:before {
content: "\e620";
}
.ti-mobile:before {
content: "\e621";
}
.ti-minus:before {
content: "\e622";
}
.ti-medall:before {
content: "\e623";
}
.ti-medall-alt:before {
content: "\e624";
}
.ti-marker:before {
content: "\e625";
}
.ti-marker-alt:before {
content: "\e626";
}
.ti-arrow-up:before {
content: "\e627";
}
.ti-arrow-right:before {
content: "\e628";
}
.ti-arrow-left:before {
content: "\e629";
}
.ti-arrow-down:before {
content: "\e62a";
}
.ti-lock:before {
content: "\e62b";
}
.ti-location-arrow:before {
content: "\e62c";
}
.ti-link:before {
content: "\e62d";
}
.ti-layout:before {
content: "\e62e";
}
.ti-layers:before {
content: "\e62f";
}
.ti-layers-alt:before {
content: "\e630";
}
.ti-key:before {
content: "\e631";
}
.ti-import:before {
content: "\e632";
}
.ti-image:before {
content: "\e633";
}
.ti-heart:before {
content: "\e634";
}
.ti-heart-broken:before {
content: "\e635";
}
.ti-hand-stop:before {
content: "\e636";
}
.ti-hand-open:before {
content: "\e637";
}
.ti-hand-drag:before {
content: "\e638";
}
.ti-folder:before {
content: "\e639";
}
.ti-flag:before {
content: "\e63a";
}
.ti-flag-alt:before {
content: "\e63b";
}
.ti-flag-alt-2:before {
content: "\e63c";
}
.ti-eye:before {
content: "\e63d";
}
.ti-export:before {
content: "\e63e";
}
.ti-exchange-vertical:before {
content: "\e63f";
}
.ti-desktop:before {
content: "\e640";
}
.ti-cup:before {
content: "\e641";
}
.ti-crown:before {
content: "\e642";
}
.ti-comments:before {
content: "\e643";
}
.ti-comment:before {
content: "\e644";
}
.ti-comment-alt:before {
content: "\e645";
}
.ti-close:before {
content: "\e646";
}
.ti-clip:before {
content: "\e647";
}
.ti-angle-up:before {
content: "\e648";
}
.ti-angle-right:before {
content: "\e649";
}
.ti-angle-left:before {
content: "\e64a";
}
.ti-angle-down:before {
content: "\e64b";
}
.ti-check:before {
content: "\e64c";
}
.ti-check-box:before {
content: "\e64d";
}
.ti-camera:before {
content: "\e64e";
}
.ti-announcement:before {
content: "\e64f";
}
.ti-brush:before {
content: "\e650";
}
.ti-briefcase:before {
content: "\e651";
}
.ti-bolt:before {
content: "\e652";
}
.ti-bolt-alt:before {
content: "\e653";
}
.ti-blackboard:before {
content: "\e654";
}
.ti-bag:before {
content: "\e655";
}
.ti-move:before {
content: "\e656";
}
.ti-arrows-vertical:before {
content: "\e657";
}
.ti-arrows-horizontal:before {
content: "\e658";
}
.ti-fullscreen:before {
content: "\e659";
}
.ti-arrow-top-right:before {
content: "\e65a";
}
.ti-arrow-top-left:before {
content: "\e65b";
}
.ti-arrow-circle-up:before {
content: "\e65c";
}
.ti-arrow-circle-right:before {
content: "\e65d";
}
.ti-arrow-circle-left:before {
content: "\e65e";
}
.ti-arrow-circle-down:before {
content: "\e65f";
}
.ti-angle-double-up:before {
content: "\e660";
}
.ti-angle-double-right:before {
content: "\e661";
}
.ti-angle-double-left:before {
content: "\e662";
}
.ti-angle-double-down:before {
content: "\e663";
}
.ti-zip:before {
content: "\e664";
}
.ti-world:before {
content: "\e665";
}
.ti-wheelchair:before {
content: "\e666";
}
.ti-view-list:before {
content: "\e667";
}
.ti-view-list-alt:before {
content: "\e668";
}
.ti-view-grid:before {
content: "\e669";
}
.ti-uppercase:before {
content: "\e66a";
}
.ti-upload:before {
content: "\e66b";
}
.ti-underline:before {
content: "\e66c";
}
.ti-truck:before {
content: "\e66d";
}
.ti-timer:before {
content: "\e66e";
}
.ti-ticket:before {
content: "\e66f";
}
.ti-thumb-up:before {
content: "\e670";
}
.ti-thumb-down:before {
content: "\e671";
}
.ti-text:before {
content: "\e672";
}
.ti-stats-up:before {
content: "\e673";
}
.ti-stats-down:before {
content: "\e674";
}
.ti-split-v:before {
content: "\e675";
}
.ti-split-h:before {
content: "\e676";
}
.ti-smallcap:before {
content: "\e677";
}
.ti-shine:before {
content: "\e678";
}
.ti-shift-right:before {
content: "\e679";
}
.ti-shift-left:before {
content: "\e67a";
}
.ti-shield:before {
content: "\e67b";
}
.ti-notepad:before {
content: "\e67c";
}
.ti-server:before {
content: "\e67d";
}
.ti-quote-right:before {
content: "\e67e";
}
.ti-quote-left:before {
content: "\e67f";
}
.ti-pulse:before {
content: "\e680";
}
.ti-printer:before {
content: "\e681";
}
.ti-power-off:before {
content: "\e682";
}
.ti-plug:before {
content: "\e683";
}
.ti-pie-chart:before {
content: "\e684";
}
.ti-paragraph:before {
content: "\e685";
}
.ti-panel:before {
content: "\e686";
}
.ti-package:before {
content: "\e687";
}
.ti-music:before {
content: "\e688";
}
.ti-music-alt:before {
content: "\e689";
}
.ti-mouse:before {
content: "\e68a";
}
.ti-mouse-alt:before {
content: "\e68b";
}
.ti-money:before {
content: "\e68c";
}
.ti-microphone:before {
content: "\e68d";
}
.ti-menu:before {
content: "\e68e";
}
.ti-menu-alt:before {
content: "\e68f";
}
.ti-map:before {
content: "\e690";
}
.ti-map-alt:before {
content: "\e691";
}
.ti-loop:before {
content: "\e692";
}
.ti-location-pin:before {
content: "\e693";
}
.ti-list:before {
content: "\e694";
}
.ti-light-bulb:before {
content: "\e695";
}
.ti-Italic:before {
content: "\e696";
}
.ti-info:before {
content: "\e697";
}
.ti-infinite:before {
content: "\e698";
}
.ti-id-badge:before {
content: "\e699";
}
.ti-hummer:before {
content: "\e69a";
}
.ti-home:before {
content: "\e69b";
}
.ti-help:before {
content: "\e69c";
}
.ti-headphone:before {
content: "\e69d";
}
.ti-harddrives:before {
content: "\e69e";
}
.ti-harddrive:before {
content: "\e69f";
}
.ti-gift:before {
content: "\e6a0";
}
.ti-game:before {
content: "\e6a1";
}
.ti-filter:before {
content: "\e6a2";
}
.ti-files:before {
content: "\e6a3";
}
.ti-file:before {
content: "\e6a4";
}
.ti-eraser:before {
content: "\e6a5";
}
.ti-envelope:before {
content: "\e6a6";
}
.ti-download:before {
content: "\e6a7";
}
.ti-direction:before {
content: "\e6a8";
}
.ti-direction-alt:before {
content: "\e6a9";
}
.ti-dashboard:before {
content: "\e6aa";
}
.ti-control-stop:before {
content: "\e6ab";
}
.ti-control-shuffle:before {
content: "\e6ac";
}
.ti-control-play:before {
content: "\e6ad";
}
.ti-control-pause:before {
content: "\e6ae";
}
.ti-control-forward:before {
content: "\e6af";
}
.ti-control-backward:before {
content: "\e6b0";
}
.ti-cloud:before {
content: "\e6b1";
}
.ti-cloud-up:before {
content: "\e6b2";
}
.ti-cloud-down:before {
content: "\e6b3";
}
.ti-clipboard:before {
content: "\e6b4";
}
.ti-car:before {
content: "\e6b5";
}
.ti-calendar:before {
content: "\e6b6";
}
.ti-book:before {
content: "\e6b7";
}
.ti-bell:before {
content: "\e6b8";
}
.ti-basketball:before {
content: "\e6b9";
}
.ti-bar-chart:before {
content: "\e6ba";
}
.ti-bar-chart-alt:before {
content: "\e6bb";
}
.ti-back-right:before {
content: "\e6bc";
}
.ti-back-left:before {
content: "\e6bd";
}
.ti-arrows-corner:before {
content: "\e6be";
}
.ti-archive:before {
content: "\e6bf";
}
.ti-anchor:before {
content: "\e6c0";
}
.ti-align-right:before {
content: "\e6c1";
}
.ti-align-left:before {
content: "\e6c2";
}
.ti-align-justify:before {
content: "\e6c3";
}
.ti-align-center:before {
content: "\e6c4";
}
.ti-alert:before {
content: "\e6c5";
}
.ti-alarm-clock:before {
content: "\e6c6";
}
.ti-agenda:before {
content: "\e6c7";
}
.ti-write:before {
content: "\e6c8";
}
.ti-window:before {
content: "\e6c9";
}
.ti-widgetized:before {
content: "\e6ca";
}
.ti-widget:before {
content: "\e6cb";
}
.ti-widget-alt:before {
content: "\e6cc";
}
.ti-wallet:before {
content: "\e6cd";
}
.ti-video-clapper:before {
content: "\e6ce";
}
.ti-video-camera:before {
content: "\e6cf";
}
.ti-vector:before {
content: "\e6d0";
}
.ti-themify-logo:before {
content: "\e6d1";
}
.ti-themify-favicon:before {
content: "\e6d2";
}
.ti-themify-favicon-alt:before {
content: "\e6d3";
}
.ti-support:before {
content: "\e6d4";
}
.ti-stamp:before {
content: "\e6d5";
}
.ti-split-v-alt:before {
content: "\e6d6";
}
.ti-slice:before {
content: "\e6d7";
}
.ti-shortcode:before {
content: "\e6d8";
}
.ti-shift-right-alt:before {
content: "\e6d9";
}
.ti-shift-left-alt:before {
content: "\e6da";
}
.ti-ruler-alt-2:before {
content: "\e6db";
}
.ti-receipt:before {
content: "\e6dc";
}
.ti-pin2:before {
content: "\e6dd";
}
.ti-pin-alt:before {
content: "\e6de";
}
.ti-pencil-alt2:before {
content: "\e6df";
}
.ti-palette:before {
content: "\e6e0";
}
.ti-more:before {
content: "\e6e1";
}
.ti-more-alt:before {
content: "\e6e2";
}
.ti-microphone-alt:before {
content: "\e6e3";
}
.ti-magnet:before {
content: "\e6e4";
}
.ti-line-double:before {
content: "\e6e5";
}
.ti-line-dotted:before {
content: "\e6e6";
}
.ti-line-dashed:before {
content: "\e6e7";
}
.ti-layout-width-full:before {
content: "\e6e8";
}
.ti-layout-width-default:before {
content: "\e6e9";
}
.ti-layout-width-default-alt:before {
content: "\e6ea";
}
.ti-layout-tab:before {
content: "\e6eb";
}
.ti-layout-tab-window:before {
content: "\e6ec";
}
.ti-layout-tab-v:before {
content: "\e6ed";
}
.ti-layout-tab-min:before {
content: "\e6ee";
}
.ti-layout-slider:before {
content: "\e6ef";
}
.ti-layout-slider-alt:before {
content: "\e6f0";
}
.ti-layout-sidebar-right:before {
content: "\e6f1";
}
.ti-layout-sidebar-none:before {
content: "\e6f2";
}
.ti-layout-sidebar-left:before {
content: "\e6f3";
}
.ti-layout-placeholder:before {
content: "\e6f4";
}
.ti-layout-menu:before {
content: "\e6f5";
}
.ti-layout-menu-v:before {
content: "\e6f6";
}
.ti-layout-menu-separated:before {
content: "\e6f7";
}
.ti-layout-menu-full:before {
content: "\e6f8";
}
.ti-layout-media-right-alt:before {
content: "\e6f9";
}
.ti-layout-media-right:before {
content: "\e6fa";
}
.ti-layout-media-overlay:before {
content: "\e6fb";
}
.ti-layout-media-overlay-alt:before {
content: "\e6fc";
}
.ti-layout-media-overlay-alt-2:before {
content: "\e6fd";
}
.ti-layout-media-left-alt:before {
content: "\e6fe";
}
.ti-layout-media-left:before {
content: "\e6ff";
}
.ti-layout-media-center-alt:before {
content: "\e700";
}
.ti-layout-media-center:before {
content: "\e701";
}
.ti-layout-list-thumb:before {
content: "\e702";
}
.ti-layout-list-thumb-alt:before {
content: "\e703";
}
.ti-layout-list-post:before {
content: "\e704";
}
.ti-layout-list-large-image:before {
content: "\e705";
}
.ti-layout-line-solid:before {
content: "\e706";
}
.ti-layout-grid4:before {
content: "\e707";
}
.ti-layout-grid3:before {
content: "\e708";
}
.ti-layout-grid2:before {
content: "\e709";
}
.ti-layout-grid2-thumb:before {
content: "\e70a";
}
.ti-layout-cta-right:before {
content: "\e70b";
}
.ti-layout-cta-left:before {
content: "\e70c";
}
.ti-layout-cta-center:before {
content: "\e70d";
}
.ti-layout-cta-btn-right:before {
content: "\e70e";
}
.ti-layout-cta-btn-left:before {
content: "\e70f";
}
.ti-layout-column4:before {
content: "\e710";
}
.ti-layout-column3:before {
content: "\e711";
}
.ti-layout-column2:before {
content: "\e712";
}
.ti-layout-accordion-separated:before {
content: "\e713";
}
.ti-layout-accordion-merged:before {
content: "\e714";
}
.ti-layout-accordion-list:before {
content: "\e715";
}
.ti-ink-pen:before {
content: "\e716";
}
.ti-info-alt:before {
content: "\e717";
}
.ti-help-alt:before {
content: "\e718";
}
.ti-headphone-alt:before {
content: "\e719";
}
.ti-hand-point-up:before {
content: "\e71a";
}
.ti-hand-point-right:before {
content: "\e71b";
}
.ti-hand-point-left:before {
content: "\e71c";
}
.ti-hand-point-down:before {
content: "\e71d";
}
.ti-gallery:before {
content: "\e71e";
}
.ti-face-smile:before {
content: "\e71f";
}
.ti-face-sad:before {
content: "\e720";
}
.ti-credit-card:before {
content: "\e721";
}
.ti-control-skip-forward:before {
content: "\e722";
}
.ti-control-skip-backward:before {
content: "\e723";
}
.ti-control-record:before {
content: "\e724";
}
.ti-control-eject:before {
content: "\e725";
}
.ti-comments-smiley:before {
content: "\e726";
}
.ti-brush-alt:before {
content: "\e727";
}
.ti-youtube:before {
content: "\e728";
}
.ti-vimeo:before {
content: "\e729";
}
.ti-twitter:before {
content: "\e72a";
}
.ti-time:before {
content: "\e72b";
}
.ti-tumblr:before {
content: "\e72c";
}
.ti-skype:before {
content: "\e72d";
}
.ti-share:before {
content: "\e72e";
}
.ti-share-alt:before {
content: "\e72f";
}
.ti-rocket:before {
content: "\e730";
}
.ti-pinterest:before {
content: "\e731";
}
.ti-new-window:before {
content: "\e732";
}
.ti-microsoft:before {
content: "\e733";
}
.ti-list-ol:before {
content: "\e734";
}
.ti-linkedin:before {
content: "\e735";
}
.ti-layout-sidebar-2:before {
content: "\e736";
}
.ti-layout-grid4-alt:before {
content: "\e737";
}
.ti-layout-grid3-alt:before {
content: "\e738";
}
.ti-layout-grid2-alt:before {
content: "\e739";
}
.ti-layout-column4-alt:before {
content: "\e73a";
}
.ti-layout-column3-alt:before {
content: "\e73b";
}
.ti-layout-column2-alt:before {
content: "\e73c";
}
.ti-instagram:before {
content: "\e73d";
}
.ti-google:before {
content: "\e73e";
}
.ti-github:before {
content: "\e73f";
}
.ti-flickr:before {
content: "\e740";
}
.ti-facebook:before {
content: "\e741";
}
.ti-dropbox:before {
content: "\e742";
}
.ti-dribbble:before {
content: "\e743";
}
.ti-apple:before {
content: "\e744";
}
.ti-android:before {
content: "\e745";
}
.ti-save:before {
content: "\e746";
}
.ti-save-alt:before {
content: "\e747";
}
.ti-yahoo:before {
content: "\e748";
}
.ti-wordpress:before {
content: "\e749";
}
.ti-vimeo-alt:before {
content: "\e74a";
}
.ti-twitter-alt:before {
content: "\e74b";
}
.ti-tumblr-alt:before {
content: "\e74c";
}
.ti-trello:before {
content: "\e74d";
}
.ti-stack-overflow:before {
content: "\e74e";
}
.ti-soundcloud:before {
content: "\e74f";
}
.ti-sharethis:before {
content: "\e750";
}
.ti-sharethis-alt:before {
content: "\e751";
}
.ti-reddit:before {
content: "\e752";
}
.ti-pinterest-alt:before {
content: "\e753";
}
.ti-microsoft-alt:before {
content: "\e754";
}
.ti-linux:before {
content: "\e755";
}
.ti-jsfiddle:before {
content: "\e756";
}
.ti-joomla:before {
content: "\e757";
}
.ti-html5:before {
content: "\e758";
}
.ti-flickr-alt:before {
content: "\e759";
}
.ti-email:before {
content: "\e75a";
}
.ti-drupal:before {
content: "\e75b";
}
.ti-dropbox-alt:before {
content: "\e75c";
}
.ti-css3:before {
content: "\e75d";
}
.ti-rss:before {
content: "\e75e";
}
.ti-rss-alt:before {
content: "\e75f";
}
 @font-face { font-family: "Ionicons"; src: url(//www.imep.com.tr/wp-content/themes/yozi/fonts/ionicons.eot?v=2.0.0); src: url(//www.imep.com.tr/wp-content/themes/yozi/fonts/ionicons.eot?v=2.0.0#iefix) format("embedded-opentype"), url(//www.imep.com.tr/wp-content/themes/yozi/fonts/ionicons.ttf?v=2.0.0) format("truetype"), url(//www.imep.com.tr/wp-content/themes/yozi/fonts/ionicons.woff?v=2.0.0) format("woff"), url(//www.imep.com.tr/wp-content/themes/yozi/fonts/ionicons.svg?v=2.0.0#Ionicons) format("svg"); font-weight: normal; font-style: normal; }
.ion, .ionicons, .ion-alert:before, .ion-alert-circled:before, .ion-android-add:before, .ion-android-add-circle:before, .ion-android-alarm-clock:before, .ion-android-alert:before, .ion-android-apps:before, .ion-android-archive:before, .ion-android-arrow-back:before, .ion-android-arrow-down:before, .ion-android-arrow-dropdown:before, .ion-android-arrow-dropdown-circle:before, .ion-android-arrow-dropleft:before, .ion-android-arrow-dropleft-circle:before, .ion-android-arrow-dropright:before, .ion-android-arrow-dropright-circle:before, .ion-android-arrow-dropup:before, .ion-android-arrow-dropup-circle:before, .ion-android-arrow-forward:before, .ion-android-arrow-up:before, .ion-android-attach:before, .ion-android-bar:before, .ion-android-bicycle:before, .ion-android-boat:before, .ion-android-bookmark:before, .ion-android-bulb:before, .ion-android-bus:before, .ion-android-calendar:before, .ion-android-call:before, .ion-android-camera:before, .ion-android-cancel:before, .ion-android-car:before, .ion-android-cart:before, .ion-android-chat:before, .ion-android-checkbox:before, .ion-android-checkbox-blank:before, .ion-android-checkbox-outline:before, .ion-android-checkbox-outline-blank:before, .ion-android-checkmark-circle:before, .ion-android-clipboard:before, .ion-android-close:before, .ion-android-cloud:before, .ion-android-cloud-circle:before, .ion-android-cloud-done:before, .ion-android-cloud-outline:before, .ion-android-color-palette:before, .ion-android-compass:before, .ion-android-contact:before, .ion-android-contacts:before, .ion-android-contract:before, .ion-android-create:before, .ion-android-delete:before, .ion-android-desktop:before, .ion-android-document:before, .ion-android-done:before, .ion-android-done-all:before, .ion-android-download:before, .ion-android-drafts:before, .ion-android-exit:before, .ion-android-expand:before, .ion-android-favorite:before, .ion-android-favorite-outline:before, .ion-android-film:before, .ion-android-folder:before, .ion-android-folder-open:before, .ion-android-funnel:before, .ion-android-globe:before, .ion-android-hand:before, .ion-android-hangout:before, .ion-android-happy:before, .ion-android-home:before, .ion-android-image:before, .ion-android-laptop:before, .ion-android-list:before, .ion-android-locate:before, .ion-android-lock:before, .ion-android-mail:before, .ion-android-map:before, .ion-android-menu:before, .ion-android-microphone:before, .ion-android-microphone-off:before, .ion-android-more-horizontal:before, .ion-android-more-vertical:before, .ion-android-navigate:before, .ion-android-notifications:before, .ion-android-notifications-none:before, .ion-android-notifications-off:before, .ion-android-open:before, .ion-android-options:before, .ion-android-people:before, .ion-android-person:before, .ion-android-person-add:before, .ion-android-phone-landscape:before, .ion-android-phone-portrait:before, .ion-android-pin:before, .ion-android-plane:before, .ion-android-playstore:before, .ion-android-print:before, .ion-android-radio-button-off:before, .ion-android-radio-button-on:before, .ion-android-refresh:before, .ion-android-remove:before, .ion-android-remove-circle:before, .ion-android-restaurant:before, .ion-android-sad:before, .ion-android-search:before, .ion-android-send:before, .ion-android-settings:before, .ion-android-share:before, .ion-android-share-alt:before, .ion-android-star:before, .ion-android-star-half:before, .ion-android-star-outline:before, .ion-android-stopwatch:before, .ion-android-subway:before, .ion-android-sunny:before, .ion-android-sync:before, .ion-android-textsms:before, .ion-android-time:before, .ion-android-train:before, .ion-android-unlock:before, .ion-android-upload:before, .ion-android-volume-down:before, .ion-android-volume-mute:before, .ion-android-volume-off:before, .ion-android-volume-up:before, .ion-android-walk:before, .ion-android-warning:before, .ion-android-watch:before, .ion-android-wifi:before, .ion-aperture:before, .ion-archive:before, .ion-arrow-down-a:before, .ion-arrow-down-b:before, .ion-arrow-down-c:before, .ion-arrow-expand:before, .ion-arrow-graph-down-left:before, .ion-arrow-graph-down-right:before, .ion-arrow-graph-up-left:before, .ion-arrow-graph-up-right:before, .ion-arrow-left-a:before, .ion-arrow-left-b:before, .ion-arrow-left-c:before, .ion-arrow-move:before, .ion-arrow-resize:before, .ion-arrow-return-left:before, .ion-arrow-return-right:before, .ion-arrow-right-a:before, .ion-arrow-right-b:before, .ion-arrow-right-c:before, .ion-arrow-shrink:before, .ion-arrow-swap:before, .ion-arrow-up-a:before, .ion-arrow-up-b:before, .ion-arrow-up-c:before, .ion-asterisk:before, .ion-at:before, .ion-backspace:before, .ion-backspace-outline:before, .ion-bag:before, .ion-battery-charging:before, .ion-battery-empty:before, .ion-battery-full:before, .ion-battery-half:before, .ion-battery-low:before, .ion-beaker:before, .ion-beer:before, .ion-bluetooth:before, .ion-bonfire:before, .ion-bookmark:before, .ion-bowtie:before, .ion-briefcase:before, .ion-bug:before, .ion-calculator:before, .ion-calendar:before, .ion-camera:before, .ion-card:before, .ion-cash:before, .ion-chatbox:before, .ion-chatbox-working:before, .ion-chatboxes:before, .ion-chatbubble:before, .ion-chatbubble-working:before, .ion-chatbubbles:before, .ion-checkmark:before, .ion-checkmark-circled:before, .ion-checkmark-round:before, .ion-chevron-down:before, .ion-chevron-left:before, .ion-chevron-right:before, .ion-chevron-up:before, .ion-clipboard:before, .ion-clock:before, .ion-close:before, .ion-close-circled:before, .ion-close-round:before, .ion-closed-captioning:before, .ion-cloud:before, .ion-code:before, .ion-code-download:before, .ion-code-working:before, .ion-coffee:before, .ion-compass:before, .ion-compose:before, .ion-connection-bars:before, .ion-contrast:before, .ion-crop:before, .ion-cube:before, .ion-disc:before, .ion-document:before, .ion-document-text:before, .ion-drag:before, .ion-earth:before, .ion-easel:before, .ion-edit:before, .ion-egg:before, .ion-eject:before, .ion-email:before, .ion-email-unread:before, .ion-erlenmeyer-flask:before, .ion-erlenmeyer-flask-bubbles:before, .ion-eye:before, .ion-eye-disabled:before, .ion-female:before, .ion-filing:before, .ion-film-marker:before, .ion-fireball:before, .ion-flag:before, .ion-flame:before, .ion-flash:before, .ion-flash-off:before, .ion-folder:before, .ion-fork:before, .ion-fork-repo:before, .ion-forward:before, .ion-funnel:before, .ion-gear-a:before, .ion-gear-b:before, .ion-grid:before, .ion-hammer:before, .ion-happy:before, .ion-happy-outline:before, .ion-headphone:before, .ion-heart:before, .ion-heart-broken:before, .ion-help:before, .ion-help-buoy:before, .ion-help-circled:before, .ion-home:before, .ion-icecream:before, .ion-image:before, .ion-images:before, .ion-information:before, .ion-information-circled:before, .ion-ionic:before, .ion-ios-alarm:before, .ion-ios-alarm-outline:before, .ion-ios-albums:before, .ion-ios-albums-outline:before, .ion-ios-americanfootball:before, .ion-ios-americanfootball-outline:before, .ion-ios-analytics:before, .ion-ios-analytics-outline:before, .ion-ios-arrow-back:before, .ion-ios-arrow-down:before, .ion-ios-arrow-forward:before, .ion-ios-arrow-left:before, .ion-ios-arrow-right:before, .ion-ios-arrow-thin-down:before, .ion-ios-arrow-thin-left:before, .ion-ios-arrow-thin-right:before, .ion-ios-arrow-thin-up:before, .ion-ios-arrow-up:before, .ion-ios-at:before, .ion-ios-at-outline:before, .ion-ios-barcode:before, .ion-ios-barcode-outline:before, .ion-ios-baseball:before, .ion-ios-baseball-outline:before, .ion-ios-basketball:before, .ion-ios-basketball-outline:before, .ion-ios-bell:before, .ion-ios-bell-outline:before, .ion-ios-body:before, .ion-ios-body-outline:before, .ion-ios-bolt:before, .ion-ios-bolt-outline:before, .ion-ios-book:before, .ion-ios-book-outline:before, .ion-ios-bookmarks:before, .ion-ios-bookmarks-outline:before, .ion-ios-box:before, .ion-ios-box-outline:before, .ion-ios-briefcase:before, .ion-ios-briefcase-outline:before, .ion-ios-browsers:before, .ion-ios-browsers-outline:before, .ion-ios-calculator:before, .ion-ios-calculator-outline:before, .ion-ios-calendar:before, .ion-ios-calendar-outline:before, .ion-ios-camera:before, .ion-ios-camera-outline:before, .ion-ios-cart:before, .ion-ios-cart-outline:before, .ion-ios-chatboxes:before, .ion-ios-chatboxes-outline:before, .ion-ios-chatbubble:before, .ion-ios-chatbubble-outline:before, .ion-ios-checkmark:before, .ion-ios-checkmark-empty:before, .ion-ios-checkmark-outline:before, .ion-ios-circle-filled:before, .ion-ios-circle-outline:before, .ion-ios-clock:before, .ion-ios-clock-outline:before, .ion-ios-close:before, .ion-ios-close-empty:before, .ion-ios-close-outline:before, .ion-ios-cloud:before, .ion-ios-cloud-download:before, .ion-ios-cloud-download-outline:before, .ion-ios-cloud-outline:before, .ion-ios-cloud-upload:before, .ion-ios-cloud-upload-outline:before, .ion-ios-cloudy:before, .ion-ios-cloudy-night:before, .ion-ios-cloudy-night-outline:before, .ion-ios-cloudy-outline:before, .ion-ios-cog:before, .ion-ios-cog-outline:before, .ion-ios-color-filter:before, .ion-ios-color-filter-outline:before, .ion-ios-color-wand:before, .ion-ios-color-wand-outline:before, .ion-ios-compose:before, .ion-ios-compose-outline:before, .ion-ios-contact:before, .ion-ios-contact-outline:before, .ion-ios-copy:before, .ion-ios-copy-outline:before, .ion-ios-crop:before, .ion-ios-crop-strong:before, .ion-ios-download:before, .ion-ios-download-outline:before, .ion-ios-drag:before, .ion-ios-email:before, .ion-ios-email-outline:before, .ion-ios-eye:before, .ion-ios-eye-outline:before, .ion-ios-fastforward:before, .ion-ios-fastforward-outline:before, .ion-ios-filing:before, .ion-ios-filing-outline:before, .ion-ios-film:before, .ion-ios-film-outline:before, .ion-ios-flag:before, .ion-ios-flag-outline:before, .ion-ios-flame:before, .ion-ios-flame-outline:before, .ion-ios-flask:before, .ion-ios-flask-outline:before, .ion-ios-flower:before, .ion-ios-flower-outline:before, .ion-ios-folder:before, .ion-ios-folder-outline:before, .ion-ios-football:before, .ion-ios-football-outline:before, .ion-ios-game-controller-a:before, .ion-ios-game-controller-a-outline:before, .ion-ios-game-controller-b:before, .ion-ios-game-controller-b-outline:before, .ion-ios-gear:before, .ion-ios-gear-outline:before, .ion-ios-glasses:before, .ion-ios-glasses-outline:before, .ion-ios-grid-view:before, .ion-ios-grid-view-outline:before, .ion-ios-heart:before, .ion-ios-heart-outline:before, .ion-ios-help:before, .ion-ios-help-empty:before, .ion-ios-help-outline:before, .ion-ios-home:before, .ion-ios-home-outline:before, .ion-ios-infinite:before, .ion-ios-infinite-outline:before, .ion-ios-information:before, .ion-ios-information-empty:before, .ion-ios-information-outline:before, .ion-ios-ionic-outline:before, .ion-ios-keypad:before, .ion-ios-keypad-outline:before, .ion-ios-lightbulb:before, .ion-ios-lightbulb-outline:before, .ion-ios-list:before, .ion-ios-list-outline:before, .ion-ios-location:before, .ion-ios-location-outline:before, .ion-ios-locked:before, .ion-ios-locked-outline:before, .ion-ios-loop:before, .ion-ios-loop-strong:before, .ion-ios-medical:before, .ion-ios-medical-outline:before, .ion-ios-medkit:before, .ion-ios-medkit-outline:before, .ion-ios-mic:before, .ion-ios-mic-off:before, .ion-ios-mic-outline:before, .ion-ios-minus:before, .ion-ios-minus-empty:before, .ion-ios-minus-outline:before, .ion-ios-monitor:before, .ion-ios-monitor-outline:before, .ion-ios-moon:before, .ion-ios-moon-outline:before, .ion-ios-more:before, .ion-ios-more-outline:before, .ion-ios-musical-note:before, .ion-ios-musical-notes:before, .ion-ios-navigate:before, .ion-ios-navigate-outline:before, .ion-ios-nutrition:before, .ion-ios-nutrition-outline:before, .ion-ios-paper:before, .ion-ios-paper-outline:before, .ion-ios-paperplane:before, .ion-ios-paperplane-outline:before, .ion-ios-partlysunny:before, .ion-ios-partlysunny-outline:before, .ion-ios-pause:before, .ion-ios-pause-outline:before, .ion-ios-paw:before, .ion-ios-paw-outline:before, .ion-ios-people:before, .ion-ios-people-outline:before, .ion-ios-person:before, .ion-ios-person-outline:before, .ion-ios-personadd:before, .ion-ios-personadd-outline:before, .ion-ios-photos:before, .ion-ios-photos-outline:before, .ion-ios-pie:before, .ion-ios-pie-outline:before, .ion-ios-pint:before, .ion-ios-pint-outline:before, .ion-ios-play:before, .ion-ios-play-outline:before, .ion-ios-plus:before, .ion-ios-plus-empty:before, .ion-ios-plus-outline:before, .ion-ios-pricetag:before, .ion-ios-pricetag-outline:before, .ion-ios-pricetags:before, .ion-ios-pricetags-outline:before, .ion-ios-printer:before, .ion-ios-printer-outline:before, .ion-ios-pulse:before, .ion-ios-pulse-strong:before, .ion-ios-rainy:before, .ion-ios-rainy-outline:before, .ion-ios-recording:before, .ion-ios-recording-outline:before, .ion-ios-redo:before, .ion-ios-redo-outline:before, .ion-ios-refresh:before, .ion-ios-refresh-empty:before, .ion-ios-refresh-outline:before, .ion-ios-reload:before, .ion-ios-reverse-camera:before, .ion-ios-reverse-camera-outline:before, .ion-ios-rewind:before, .ion-ios-rewind-outline:before, .ion-ios-rose:before, .ion-ios-rose-outline:before, .ion-ios-search:before, .ion-ios-search-strong:before, .ion-ios-settings:before, .ion-ios-settings-strong:before, .ion-ios-shuffle:before, .ion-ios-shuffle-strong:before, .ion-ios-skipbackward:before, .ion-ios-skipbackward-outline:before, .ion-ios-skipforward:before, .ion-ios-skipforward-outline:before, .ion-ios-snowy:before, .ion-ios-speedometer:before, .ion-ios-speedometer-outline:before, .ion-ios-star:before, .ion-ios-star-half:before, .ion-ios-star-outline:before, .ion-ios-stopwatch:before, .ion-ios-stopwatch-outline:before, .ion-ios-sunny:before, .ion-ios-sunny-outline:before, .ion-ios-telephone:before, .ion-ios-telephone-outline:before, .ion-ios-tennisball:before, .ion-ios-tennisball-outline:before, .ion-ios-thunderstorm:before, .ion-ios-thunderstorm-outline:before, .ion-ios-time:before, .ion-ios-time-outline:before, .ion-ios-timer:before, .ion-ios-timer-outline:before, .ion-ios-toggle:before, .ion-ios-toggle-outline:before, .ion-ios-trash:before, .ion-ios-trash-outline:before, .ion-ios-undo:before, .ion-ios-undo-outline:before, .ion-ios-unlocked:before, .ion-ios-unlocked-outline:before, .ion-ios-upload:before, .ion-ios-upload-outline:before, .ion-ios-videocam:before, .ion-ios-videocam-outline:before, .ion-ios-volume-high:before, .ion-ios-volume-low:before, .ion-ios-wineglass:before, .ion-ios-wineglass-outline:before, .ion-ios-world:before, .ion-ios-world-outline:before, .ion-ipad:before, .ion-iphone:before, .ion-ipod:before, .ion-jet:before, .ion-key:before, .ion-knife:before, .ion-laptop:before, .ion-leaf:before, .ion-levels:before, .ion-lightbulb:before, .ion-link:before, .ion-load-a:before, .ion-load-b:before, .ion-load-c:before, .ion-load-d:before, .ion-location:before, .ion-lock-combination:before, .ion-locked:before, .ion-log-in:before, .ion-log-out:before, .ion-loop:before, .ion-magnet:before, .ion-male:before, .ion-man:before, .ion-map:before, .ion-medkit:before, .ion-merge:before, .ion-mic-a:before, .ion-mic-b:before, .ion-mic-c:before, .ion-minus:before, .ion-minus-circled:before, .ion-minus-round:before, .ion-model-s:before, .ion-monitor:before, .ion-more:before, .ion-mouse:before, .ion-music-note:before, .ion-navicon:before, .ion-navicon-round:before, .ion-navigate:before, .ion-network:before, .ion-no-smoking:before, .ion-nuclear:before, .ion-outlet:before, .ion-paintbrush:before, .ion-paintbucket:before, .ion-paper-airplane:before, .ion-paperclip:before, .ion-pause:before, .ion-person:before, .ion-person-add:before, .ion-person-stalker:before, .ion-pie-graph:before, .ion-pin:before, .ion-pinpoint:before, .ion-pizza:before, .ion-plane:before, .ion-planet:before, .ion-play:before, .ion-playstation:before, .ion-plus:before, .ion-plus-circled:before, .ion-plus-round:before, .ion-podium:before, .ion-pound:before, .ion-power:before, .ion-pricetag:before, .ion-pricetags:before, .ion-printer:before, .ion-pull-request:before, .ion-qr-scanner:before, .ion-quote:before, .ion-radio-waves:before, .ion-record:before, .ion-refresh:before, .ion-reply:before, .ion-reply-all:before, .ion-ribbon-a:before, .ion-ribbon-b:before, .ion-sad:before, .ion-sad-outline:before, .ion-scissors:before, .ion-search:before, .ion-settings:before, .ion-share:before, .ion-shuffle:before, .ion-skip-backward:before, .ion-skip-forward:before, .ion-social-android:before, .ion-social-android-outline:before, .ion-social-angular:before, .ion-social-angular-outline:before, .ion-social-apple:before, .ion-social-apple-outline:before, .ion-social-bitcoin:before, .ion-social-bitcoin-outline:before, .ion-social-buffer:before, .ion-social-buffer-outline:before, .ion-social-chrome:before, .ion-social-chrome-outline:before, .ion-social-codepen:before, .ion-social-codepen-outline:before, .ion-social-css3:before, .ion-social-css3-outline:before, .ion-social-designernews:before, .ion-social-designernews-outline:before, .ion-social-dribbble:before, .ion-social-dribbble-outline:before, .ion-social-dropbox:before, .ion-social-dropbox-outline:before, .ion-social-euro:before, .ion-social-euro-outline:before, .ion-social-facebook:before, .ion-social-facebook-outline:before, .ion-social-foursquare:before, .ion-social-foursquare-outline:before, .ion-social-freebsd-devil:before, .ion-social-github:before, .ion-social-github-outline:before, .ion-social-google:before, .ion-social-google-outline:before, .ion-social-googleplus:before, .ion-social-googleplus-outline:before, .ion-social-hackernews:before, .ion-social-hackernews-outline:before, .ion-social-html5:before, .ion-social-html5-outline:before, .ion-social-instagram:before, .ion-social-instagram-outline:before, .ion-social-javascript:before, .ion-social-javascript-outline:before, .ion-social-linkedin:before, .ion-social-linkedin-outline:before, .ion-social-markdown:before, .ion-social-nodejs:before, .ion-social-octocat:before, .ion-social-pinterest:before, .ion-social-pinterest-outline:before, .ion-social-python:before, .ion-social-reddit:before, .ion-social-reddit-outline:before, .ion-social-rss:before, .ion-social-rss-outline:before, .ion-social-sass:before, .ion-social-skype:before, .ion-social-skype-outline:before, .ion-social-snapchat:before, .ion-social-snapchat-outline:before, .ion-social-tumblr:before, .ion-social-tumblr-outline:before, .ion-social-tux:before, .ion-social-twitch:before, .ion-social-twitch-outline:before, .ion-social-twitter:before, .ion-social-twitter-outline:before, .ion-social-usd:before, .ion-social-usd-outline:before, .ion-social-vimeo:before, .ion-social-vimeo-outline:before, .ion-social-whatsapp:before, .ion-social-whatsapp-outline:before, .ion-social-windows:before, .ion-social-windows-outline:before, .ion-social-wordpress:before, .ion-social-wordpress-outline:before, .ion-social-yahoo:before, .ion-social-yahoo-outline:before, .ion-social-yen:before, .ion-social-yen-outline:before, .ion-social-youtube:before, .ion-social-youtube-outline:before, .ion-soup-can:before, .ion-soup-can-outline:before, .ion-speakerphone:before, .ion-speedometer:before, .ion-spoon:before, .ion-star:before, .ion-stats-bars:before, .ion-steam:before, .ion-stop:before, .ion-thermometer:before, .ion-thumbsdown:before, .ion-thumbsup:before, .ion-toggle:before, .ion-toggle-filled:before, .ion-transgender:before, .ion-trash-a:before, .ion-trash-b:before, .ion-trophy:before, .ion-tshirt:before, .ion-tshirt-outline:before, .ion-umbrella:before, .ion-university:before, .ion-unlocked:before, .ion-upload:before, .ion-usb:before, .ion-videocamera:before, .ion-volume-high:before, .ion-volume-low:before, .ion-volume-medium:before, .ion-volume-mute:before, .ion-wand:before, .ion-waterdrop:before, .ion-wifi:before, .ion-wineglass:before, .ion-woman:before, .ion-wrench:before, .ion-xbox:before { display: inline-block; font-family: "Ionicons"; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; text-rendering: auto; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.ion-alert:before { content: "\f101"; }
.ion-alert-circled:before { content: "\f100"; }
.ion-android-add:before { content: "\f2c7"; }
.ion-android-add-circle:before { content: "\f359"; }
.ion-android-alarm-clock:before { content: "\f35a"; }
.ion-android-alert:before { content: "\f35b"; }
.ion-android-apps:before { content: "\f35c"; }
.ion-android-archive:before { content: "\f2c9"; }
.ion-android-arrow-back:before { content: "\f2ca"; }
.ion-android-arrow-down:before { content: "\f35d"; }
.ion-android-arrow-dropdown:before { content: "\f35f"; }
.ion-android-arrow-dropdown-circle:before { content: "\f35e"; }
.ion-android-arrow-dropleft:before { content: "\f361"; }
.ion-android-arrow-dropleft-circle:before { content: "\f360"; }
.ion-android-arrow-dropright:before { content: "\f363"; }
.ion-android-arrow-dropright-circle:before { content: "\f362"; }
.ion-android-arrow-dropup:before { content: "\f365"; }
.ion-android-arrow-dropup-circle:before { content: "\f364"; }
.ion-android-arrow-forward:before { content: "\f30f"; }
.ion-android-arrow-up:before { content: "\f366"; }
.ion-android-attach:before { content: "\f367"; }
.ion-android-bar:before { content: "\f368"; }
.ion-android-bicycle:before { content: "\f369"; }
.ion-android-boat:before { content: "\f36a"; }
.ion-android-bookmark:before { content: "\f36b"; }
.ion-android-bulb:before { content: "\f36c"; }
.ion-android-bus:before { content: "\f36d"; }
.ion-android-calendar:before { content: "\f2d1"; }
.ion-android-call:before { content: "\f2d2"; }
.ion-android-camera:before { content: "\f2d3"; }
.ion-android-cancel:before { content: "\f36e"; }
.ion-android-car:before { content: "\f36f"; }
.ion-android-cart:before { content: "\f370"; }
.ion-android-chat:before { content: "\f2d4"; }
.ion-android-checkbox:before { content: "\f374"; }
.ion-android-checkbox-blank:before { content: "\f371"; }
.ion-android-checkbox-outline:before { content: "\f373"; }
.ion-android-checkbox-outline-blank:before { content: "\f372"; }
.ion-android-checkmark-circle:before { content: "\f375"; }
.ion-android-clipboard:before { content: "\f376"; }
.ion-android-close:before { content: "\f2d7"; }
.ion-android-cloud:before { content: "\f37a"; }
.ion-android-cloud-circle:before { content: "\f377"; }
.ion-android-cloud-done:before { content: "\f378"; }
.ion-android-cloud-outline:before { content: "\f379"; }
.ion-android-color-palette:before { content: "\f37b"; }
.ion-android-compass:before { content: "\f37c"; }
.ion-android-contact:before { content: "\f2d8"; }
.ion-android-contacts:before { content: "\f2d9"; }
.ion-android-contract:before { content: "\f37d"; }
.ion-android-create:before { content: "\f37e"; }
.ion-android-delete:before { content: "\f37f"; }
.ion-android-desktop:before { content: "\f380"; }
.ion-android-document:before { content: "\f381"; }
.ion-android-done:before { content: "\f383"; }
.ion-android-done-all:before { content: "\f382"; }
.ion-android-download:before { content: "\f2dd"; }
.ion-android-drafts:before { content: "\f384"; }
.ion-android-exit:before { content: "\f385"; }
.ion-android-expand:before { content: "\f386"; }
.ion-android-favorite:before { content: "\f388"; }
.ion-android-favorite-outline:before { content: "\f387"; }
.ion-android-film:before { content: "\f389"; }
.ion-android-folder:before { content: "\f2e0"; }
.ion-android-folder-open:before { content: "\f38a"; }
.ion-android-funnel:before { content: "\f38b"; }
.ion-android-globe:before { content: "\f38c"; }
.ion-android-hand:before { content: "\f2e3"; }
.ion-android-hangout:before { content: "\f38d"; }
.ion-android-happy:before { content: "\f38e"; }
.ion-android-home:before { content: "\f38f"; }
.ion-android-image:before { content: "\f2e4"; }
.ion-android-laptop:before { content: "\f390"; }
.ion-android-list:before { content: "\f391"; }
.ion-android-locate:before { content: "\f2e9"; }
.ion-android-lock:before { content: "\f392"; }
.ion-android-mail:before { content: "\f2eb"; }
.ion-android-map:before { content: "\f393"; }
.ion-android-menu:before { content: "\f394"; }
.ion-android-microphone:before { content: "\f2ec"; }
.ion-android-microphone-off:before { content: "\f395"; }
.ion-android-more-horizontal:before { content: "\f396"; }
.ion-android-more-vertical:before { content: "\f397"; }
.ion-android-navigate:before { content: "\f398"; }
.ion-android-notifications:before { content: "\f39b"; }
.ion-android-notifications-none:before { content: "\f399"; }
.ion-android-notifications-off:before { content: "\f39a"; }
.ion-android-open:before { content: "\f39c"; }
.ion-android-options:before { content: "\f39d"; }
.ion-android-people:before { content: "\f39e"; }
.ion-android-person:before { content: "\f3a0"; }
.ion-android-person-add:before { content: "\f39f"; }
.ion-android-phone-landscape:before { content: "\f3a1"; }
.ion-android-phone-portrait:before { content: "\f3a2"; }
.ion-android-pin:before { content: "\f3a3"; }
.ion-android-plane:before { content: "\f3a4"; }
.ion-android-playstore:before { content: "\f2f0"; }
.ion-android-print:before { content: "\f3a5"; }
.ion-android-radio-button-off:before { content: "\f3a6"; }
.ion-android-radio-button-on:before { content: "\f3a7"; }
.ion-android-refresh:before { content: "\f3a8"; }
.ion-android-remove:before { content: "\f2f4"; }
.ion-android-remove-circle:before { content: "\f3a9"; }
.ion-android-restaurant:before { content: "\f3aa"; }
.ion-android-sad:before { content: "\f3ab"; }
.ion-android-search:before { content: "\f2f5"; }
.ion-android-send:before { content: "\f2f6"; }
.ion-android-settings:before { content: "\f2f7"; }
.ion-android-share:before { content: "\f2f8"; }
.ion-android-share-alt:before { content: "\f3ac"; }
.ion-android-star:before { content: "\f2fc"; }
.ion-android-star-half:before { content: "\f3ad"; }
.ion-android-star-outline:before { content: "\f3ae"; }
.ion-android-stopwatch:before { content: "\f2fd"; }
.ion-android-subway:before { content: "\f3af"; }
.ion-android-sunny:before { content: "\f3b0"; }
.ion-android-sync:before { content: "\f3b1"; }
.ion-android-textsms:before { content: "\f3b2"; }
.ion-android-time:before { content: "\f3b3"; }
.ion-android-train:before { content: "\f3b4"; }
.ion-android-unlock:before { content: "\f3b5"; }
.ion-android-upload:before { content: "\f3b6"; }
.ion-android-volume-down:before { content: "\f3b7"; }
.ion-android-volume-mute:before { content: "\f3b8"; }
.ion-android-volume-off:before { content: "\f3b9"; }
.ion-android-volume-up:before { content: "\f3ba"; }
.ion-android-walk:before { content: "\f3bb"; }
.ion-android-warning:before { content: "\f3bc"; }
.ion-android-watch:before { content: "\f3bd"; }
.ion-android-wifi:before { content: "\f305"; }
.ion-aperture:before { content: "\f313"; }
.ion-archive:before { content: "\f102"; }
.ion-arrow-down-a:before { content: "\f103"; }
.ion-arrow-down-b:before { content: "\f104"; }
.ion-arrow-down-c:before { content: "\f105"; }
.ion-arrow-expand:before { content: "\f25e"; }
.ion-arrow-graph-down-left:before { content: "\f25f"; }
.ion-arrow-graph-down-right:before { content: "\f260"; }
.ion-arrow-graph-up-left:before { content: "\f261"; }
.ion-arrow-graph-up-right:before { content: "\f262"; }
.ion-arrow-left-a:before { content: "\f106"; }
.ion-arrow-left-b:before { content: "\f107"; }
.ion-arrow-left-c:before { content: "\f108"; }
.ion-arrow-move:before { content: "\f263"; }
.ion-arrow-resize:before { content: "\f264"; }
.ion-arrow-return-left:before { content: "\f265"; }
.ion-arrow-return-right:before { content: "\f266"; }
.ion-arrow-right-a:before { content: "\f109"; }
.ion-arrow-right-b:before { content: "\f10a"; }
.ion-arrow-right-c:before { content: "\f10b"; }
.ion-arrow-shrink:before { content: "\f267"; }
.ion-arrow-swap:before { content: "\f268"; }
.ion-arrow-up-a:before { content: "\f10c"; }
.ion-arrow-up-b:before { content: "\f10d"; }
.ion-arrow-up-c:before { content: "\f10e"; }
.ion-asterisk:before { content: "\f314"; }
.ion-at:before { content: "\f10f"; }
.ion-backspace:before { content: "\f3bf"; }
.ion-backspace-outline:before { content: "\f3be"; }
.ion-bag:before { content: "\f110"; }
.ion-battery-charging:before { content: "\f111"; }
.ion-battery-empty:before { content: "\f112"; }
.ion-battery-full:before { content: "\f113"; }
.ion-battery-half:before { content: "\f114"; }
.ion-battery-low:before { content: "\f115"; }
.ion-beaker:before { content: "\f269"; }
.ion-beer:before { content: "\f26a"; }
.ion-bluetooth:before { content: "\f116"; }
.ion-bonfire:before { content: "\f315"; }
.ion-bookmark:before { content: "\f26b"; }
.ion-bowtie:before { content: "\f3c0"; }
.ion-briefcase:before { content: "\f26c"; }
.ion-bug:before { content: "\f2be"; }
.ion-calculator:before { content: "\f26d"; }
.ion-calendar:before { content: "\f117"; }
.ion-camera:before { content: "\f118"; }
.ion-card:before { content: "\f119"; }
.ion-cash:before { content: "\f316"; }
.ion-chatbox:before { content: "\f11b"; }
.ion-chatbox-working:before { content: "\f11a"; }
.ion-chatboxes:before { content: "\f11c"; }
.ion-chatbubble:before { content: "\f11e"; }
.ion-chatbubble-working:before { content: "\f11d"; }
.ion-chatbubbles:before { content: "\f11f"; }
.ion-checkmark:before { content: "\f122"; }
.ion-checkmark-circled:before { content: "\f120"; }
.ion-checkmark-round:before { content: "\f121"; }
.ion-chevron-down:before { content: "\f123"; }
.ion-chevron-left:before { content: "\f124"; }
.ion-chevron-right:before { content: "\f125"; }
.ion-chevron-up:before { content: "\f126"; }
.ion-clipboard:before { content: "\f127"; }
.ion-clock:before { content: "\f26e"; }
.ion-close:before { content: "\f12a"; }
.ion-close-circled:before { content: "\f128"; }
.ion-close-round:before { content: "\f129"; }
.ion-closed-captioning:before { content: "\f317"; }
.ion-cloud:before { content: "\f12b"; }
.ion-code:before { content: "\f271"; }
.ion-code-download:before { content: "\f26f"; }
.ion-code-working:before { content: "\f270"; }
.ion-coffee:before { content: "\f272"; }
.ion-compass:before { content: "\f273"; }
.ion-compose:before { content: "\f12c"; }
.ion-connection-bars:before { content: "\f274"; }
.ion-contrast:before { content: "\f275"; }
.ion-crop:before { content: "\f3c1"; }
.ion-cube:before { content: "\f318"; }
.ion-disc:before { content: "\f12d"; }
.ion-document:before { content: "\f12f"; }
.ion-document-text:before { content: "\f12e"; }
.ion-drag:before { content: "\f130"; }
.ion-earth:before { content: "\f276"; }
.ion-easel:before { content: "\f3c2"; }
.ion-edit:before { content: "\f2bf"; }
.ion-egg:before { content: "\f277"; }
.ion-eject:before { content: "\f131"; }
.ion-email:before { content: "\f132"; }
.ion-email-unread:before { content: "\f3c3"; }
.ion-erlenmeyer-flask:before { content: "\f3c5"; }
.ion-erlenmeyer-flask-bubbles:before { content: "\f3c4"; }
.ion-eye:before { content: "\f133"; }
.ion-eye-disabled:before { content: "\f306"; }
.ion-female:before { content: "\f278"; }
.ion-filing:before { content: "\f134"; }
.ion-film-marker:before { content: "\f135"; }
.ion-fireball:before { content: "\f319"; }
.ion-flag:before { content: "\f279"; }
.ion-flame:before { content: "\f31a"; }
.ion-flash:before { content: "\f137"; }
.ion-flash-off:before { content: "\f136"; }
.ion-folder:before { content: "\f139"; }
.ion-fork:before { content: "\f27a"; }
.ion-fork-repo:before { content: "\f2c0"; }
.ion-forward:before { content: "\f13a"; }
.ion-funnel:before { content: "\f31b"; }
.ion-gear-a:before { content: "\f13d"; }
.ion-gear-b:before { content: "\f13e"; }
.ion-grid:before { content: "\f13f"; }
.ion-hammer:before { content: "\f27b"; }
.ion-happy:before { content: "\f31c"; }
.ion-happy-outline:before { content: "\f3c6"; }
.ion-headphone:before { content: "\f140"; }
.ion-heart:before { content: "\f141"; }
.ion-heart-broken:before { content: "\f31d"; }
.ion-help:before { content: "\f143"; }
.ion-help-buoy:before { content: "\f27c"; }
.ion-help-circled:before { content: "\f142"; }
.ion-home:before { content: "\f144"; }
.ion-icecream:before { content: "\f27d"; }
.ion-image:before { content: "\f147"; }
.ion-images:before { content: "\f148"; }
.ion-information:before { content: "\f14a"; }
.ion-information-circled:before { content: "\f149"; }
.ion-ionic:before { content: "\f14b"; }
.ion-ios-alarm:before { content: "\f3c8"; }
.ion-ios-alarm-outline:before { content: "\f3c7"; }
.ion-ios-albums:before { content: "\f3ca"; }
.ion-ios-albums-outline:before { content: "\f3c9"; }
.ion-ios-americanfootball:before { content: "\f3cc"; }
.ion-ios-americanfootball-outline:before { content: "\f3cb"; }
.ion-ios-analytics:before { content: "\f3ce"; }
.ion-ios-analytics-outline:before { content: "\f3cd"; }
.ion-ios-arrow-back:before { content: "\f3cf"; }
.ion-ios-arrow-down:before { content: "\f3d0"; }
.ion-ios-arrow-forward:before { content: "\f3d1"; }
.ion-ios-arrow-left:before { content: "\f3d2"; }
.ion-ios-arrow-right:before { content: "\f3d3"; }
.ion-ios-arrow-thin-down:before { content: "\f3d4"; }
.ion-ios-arrow-thin-left:before { content: "\f3d5"; }
.ion-ios-arrow-thin-right:before { content: "\f3d6"; }
.ion-ios-arrow-thin-up:before { content: "\f3d7"; }
.ion-ios-arrow-up:before { content: "\f3d8"; }
.ion-ios-at:before { content: "\f3da"; }
.ion-ios-at-outline:before { content: "\f3d9"; }
.ion-ios-barcode:before { content: "\f3dc"; }
.ion-ios-barcode-outline:before { content: "\f3db"; }
.ion-ios-baseball:before { content: "\f3de"; }
.ion-ios-baseball-outline:before { content: "\f3dd"; }
.ion-ios-basketball:before { content: "\f3e0"; }
.ion-ios-basketball-outline:before { content: "\f3df"; }
.ion-ios-bell:before { content: "\f3e2"; }
.ion-ios-bell-outline:before { content: "\f3e1"; }
.ion-ios-body:before { content: "\f3e4"; }
.ion-ios-body-outline:before { content: "\f3e3"; }
.ion-ios-bolt:before { content: "\f3e6"; }
.ion-ios-bolt-outline:before { content: "\f3e5"; }
.ion-ios-book:before { content: "\f3e8"; }
.ion-ios-book-outline:before { content: "\f3e7"; }
.ion-ios-bookmarks:before { content: "\f3ea"; }
.ion-ios-bookmarks-outline:before { content: "\f3e9"; }
.ion-ios-box:before { content: "\f3ec"; }
.ion-ios-box-outline:before { content: "\f3eb"; }
.ion-ios-briefcase:before { content: "\f3ee"; }
.ion-ios-briefcase-outline:before { content: "\f3ed"; }
.ion-ios-browsers:before { content: "\f3f0"; }
.ion-ios-browsers-outline:before { content: "\f3ef"; }
.ion-ios-calculator:before { content: "\f3f2"; }
.ion-ios-calculator-outline:before { content: "\f3f1"; }
.ion-ios-calendar:before { content: "\f3f4"; }
.ion-ios-calendar-outline:before { content: "\f3f3"; }
.ion-ios-camera:before { content: "\f3f6"; }
.ion-ios-camera-outline:before { content: "\f3f5"; }
.ion-ios-cart:before { content: "\f3f8"; }
.ion-ios-cart-outline:before { content: "\f3f7"; }
.ion-ios-chatboxes:before { content: "\f3fa"; }
.ion-ios-chatboxes-outline:before { content: "\f3f9"; }
.ion-ios-chatbubble:before { content: "\f3fc"; }
.ion-ios-chatbubble-outline:before { content: "\f3fb"; }
.ion-ios-checkmark:before { content: "\f3ff"; }
.ion-ios-checkmark-empty:before { content: "\f3fd"; }
.ion-ios-checkmark-outline:before { content: "\f3fe"; }
.ion-ios-circle-filled:before { content: "\f400"; }
.ion-ios-circle-outline:before { content: "\f401"; }
.ion-ios-clock:before { content: "\f403"; }
.ion-ios-clock-outline:before { content: "\f402"; }
.ion-ios-close:before { content: "\f406"; }
.ion-ios-close-empty:before { content: "\f404"; }
.ion-ios-close-outline:before { content: "\f405"; }
.ion-ios-cloud:before { content: "\f40c"; }
.ion-ios-cloud-download:before { content: "\f408"; }
.ion-ios-cloud-download-outline:before { content: "\f407"; }
.ion-ios-cloud-outline:before { content: "\f409"; }
.ion-ios-cloud-upload:before { content: "\f40b"; }
.ion-ios-cloud-upload-outline:before { content: "\f40a"; }
.ion-ios-cloudy:before { content: "\f410"; }
.ion-ios-cloudy-night:before { content: "\f40e"; }
.ion-ios-cloudy-night-outline:before { content: "\f40d"; }
.ion-ios-cloudy-outline:before { content: "\f40f"; }
.ion-ios-cog:before { content: "\f412"; }
.ion-ios-cog-outline:before { content: "\f411"; }
.ion-ios-color-filter:before { content: "\f414"; }
.ion-ios-color-filter-outline:before { content: "\f413"; }
.ion-ios-color-wand:before { content: "\f416"; }
.ion-ios-color-wand-outline:before { content: "\f415"; }
.ion-ios-compose:before { content: "\f418"; }
.ion-ios-compose-outline:before { content: "\f417"; }
.ion-ios-contact:before { content: "\f41a"; }
.ion-ios-contact-outline:before { content: "\f419"; }
.ion-ios-copy:before { content: "\f41c"; }
.ion-ios-copy-outline:before { content: "\f41b"; }
.ion-ios-crop:before { content: "\f41e"; }
.ion-ios-crop-strong:before { content: "\f41d"; }
.ion-ios-download:before { content: "\f420"; }
.ion-ios-download-outline:before { content: "\f41f"; }
.ion-ios-drag:before { content: "\f421"; }
.ion-ios-email:before { content: "\f423"; }
.ion-ios-email-outline:before { content: "\f422"; }
.ion-ios-eye:before { content: "\f425"; }
.ion-ios-eye-outline:before { content: "\f424"; }
.ion-ios-fastforward:before { content: "\f427"; }
.ion-ios-fastforward-outline:before { content: "\f426"; }
.ion-ios-filing:before { content: "\f429"; }
.ion-ios-filing-outline:before { content: "\f428"; }
.ion-ios-film:before { content: "\f42b"; }
.ion-ios-film-outline:before { content: "\f42a"; }
.ion-ios-flag:before { content: "\f42d"; }
.ion-ios-flag-outline:before { content: "\f42c"; }
.ion-ios-flame:before { content: "\f42f"; }
.ion-ios-flame-outline:before { content: "\f42e"; }
.ion-ios-flask:before { content: "\f431"; }
.ion-ios-flask-outline:before { content: "\f430"; }
.ion-ios-flower:before { content: "\f433"; }
.ion-ios-flower-outline:before { content: "\f432"; }
.ion-ios-folder:before { content: "\f435"; }
.ion-ios-folder-outline:before { content: "\f434"; }
.ion-ios-football:before { content: "\f437"; }
.ion-ios-football-outline:before { content: "\f436"; }
.ion-ios-game-controller-a:before { content: "\f439"; }
.ion-ios-game-controller-a-outline:before { content: "\f438"; }
.ion-ios-game-controller-b:before { content: "\f43b"; }
.ion-ios-game-controller-b-outline:before { content: "\f43a"; }
.ion-ios-gear:before { content: "\f43d"; }
.ion-ios-gear-outline:before { content: "\f43c"; }
.ion-ios-glasses:before { content: "\f43f"; }
.ion-ios-glasses-outline:before { content: "\f43e"; }
.ion-ios-grid-view:before { content: "\f441"; }
.ion-ios-grid-view-outline:before { content: "\f440"; }
.ion-ios-heart:before { content: "\f443"; }
.ion-ios-heart-outline:before { content: "\f442"; }
.ion-ios-help:before { content: "\f446"; }
.ion-ios-help-empty:before { content: "\f444"; }
.ion-ios-help-outline:before { content: "\f445"; }
.ion-ios-home:before { content: "\f448"; }
.ion-ios-home-outline:before { content: "\f447"; }
.ion-ios-infinite:before { content: "\f44a"; }
.ion-ios-infinite-outline:before { content: "\f449"; }
.ion-ios-information:before { content: "\f44d"; }
.ion-ios-information-empty:before { content: "\f44b"; }
.ion-ios-information-outline:before { content: "\f44c"; }
.ion-ios-ionic-outline:before { content: "\f44e"; }
.ion-ios-keypad:before { content: "\f450"; }
.ion-ios-keypad-outline:before { content: "\f44f"; }
.ion-ios-lightbulb:before { content: "\f452"; }
.ion-ios-lightbulb-outline:before { content: "\f451"; }
.ion-ios-list:before { content: "\f454"; }
.ion-ios-list-outline:before { content: "\f453"; }
.ion-ios-location:before { content: "\f456"; }
.ion-ios-location-outline:before { content: "\f455"; }
.ion-ios-locked:before { content: "\f458"; }
.ion-ios-locked-outline:before { content: "\f457"; }
.ion-ios-loop:before { content: "\f45a"; }
.ion-ios-loop-strong:before { content: "\f459"; }
.ion-ios-medical:before { content: "\f45c"; }
.ion-ios-medical-outline:before { content: "\f45b"; }
.ion-ios-medkit:before { content: "\f45e"; }
.ion-ios-medkit-outline:before { content: "\f45d"; }
.ion-ios-mic:before { content: "\f461"; }
.ion-ios-mic-off:before { content: "\f45f"; }
.ion-ios-mic-outline:before { content: "\f460"; }
.ion-ios-minus:before { content: "\f464"; }
.ion-ios-minus-empty:before { content: "\f462"; }
.ion-ios-minus-outline:before { content: "\f463"; }
.ion-ios-monitor:before { content: "\f466"; }
.ion-ios-monitor-outline:before { content: "\f465"; }
.ion-ios-moon:before { content: "\f468"; }
.ion-ios-moon-outline:before { content: "\f467"; }
.ion-ios-more:before { content: "\f46a"; }
.ion-ios-more-outline:before { content: "\f469"; }
.ion-ios-musical-note:before { content: "\f46b"; }
.ion-ios-musical-notes:before { content: "\f46c"; }
.ion-ios-navigate:before { content: "\f46e"; }
.ion-ios-navigate-outline:before { content: "\f46d"; }
.ion-ios-nutrition:before { content: "\f470"; }
.ion-ios-nutrition-outline:before { content: "\f46f"; }
.ion-ios-paper:before { content: "\f472"; }
.ion-ios-paper-outline:before { content: "\f471"; }
.ion-ios-paperplane:before { content: "\f474"; }
.ion-ios-paperplane-outline:before { content: "\f473"; }
.ion-ios-partlysunny:before { content: "\f476"; }
.ion-ios-partlysunny-outline:before { content: "\f475"; }
.ion-ios-pause:before { content: "\f478"; }
.ion-ios-pause-outline:before { content: "\f477"; }
.ion-ios-paw:before { content: "\f47a"; }
.ion-ios-paw-outline:before { content: "\f479"; }
.ion-ios-people:before { content: "\f47c"; }
.ion-ios-people-outline:before { content: "\f47b"; }
.ion-ios-person:before { content: "\f47e"; }
.ion-ios-person-outline:before { content: "\f47d"; }
.ion-ios-personadd:before { content: "\f480"; }
.ion-ios-personadd-outline:before { content: "\f47f"; }
.ion-ios-photos:before { content: "\f482"; }
.ion-ios-photos-outline:before { content: "\f481"; }
.ion-ios-pie:before { content: "\f484"; }
.ion-ios-pie-outline:before { content: "\f483"; }
.ion-ios-pint:before { content: "\f486"; }
.ion-ios-pint-outline:before { content: "\f485"; }
.ion-ios-play:before { content: "\f488"; }
.ion-ios-play-outline:before { content: "\f487"; }
.ion-ios-plus:before { content: "\f48b"; }
.ion-ios-plus-empty:before { content: "\f489"; }
.ion-ios-plus-outline:before { content: "\f48a"; }
.ion-ios-pricetag:before { content: "\f48d"; }
.ion-ios-pricetag-outline:before { content: "\f48c"; }
.ion-ios-pricetags:before { content: "\f48f"; }
.ion-ios-pricetags-outline:before { content: "\f48e"; }
.ion-ios-printer:before { content: "\f491"; }
.ion-ios-printer-outline:before { content: "\f490"; }
.ion-ios-pulse:before { content: "\f493"; }
.ion-ios-pulse-strong:before { content: "\f492"; }
.ion-ios-rainy:before { content: "\f495"; }
.ion-ios-rainy-outline:before { content: "\f494"; }
.ion-ios-recording:before { content: "\f497"; }
.ion-ios-recording-outline:before { content: "\f496"; }
.ion-ios-redo:before { content: "\f499"; }
.ion-ios-redo-outline:before { content: "\f498"; }
.ion-ios-refresh:before { content: "\f49c"; }
.ion-ios-refresh-empty:before { content: "\f49a"; }
.ion-ios-refresh-outline:before { content: "\f49b"; }
.ion-ios-reload:before { content: "\f49d"; }
.ion-ios-reverse-camera:before { content: "\f49f"; }
.ion-ios-reverse-camera-outline:before { content: "\f49e"; }
.ion-ios-rewind:before { content: "\f4a1"; }
.ion-ios-rewind-outline:before { content: "\f4a0"; }
.ion-ios-rose:before { content: "\f4a3"; }
.ion-ios-rose-outline:before { content: "\f4a2"; }
.ion-ios-search:before { content: "\f4a5"; }
.ion-ios-search-strong:before { content: "\f4a4"; }
.ion-ios-settings:before { content: "\f4a7"; }
.ion-ios-settings-strong:before { content: "\f4a6"; }
.ion-ios-shuffle:before { content: "\f4a9"; }
.ion-ios-shuffle-strong:before { content: "\f4a8"; }
.ion-ios-skipbackward:before { content: "\f4ab"; }
.ion-ios-skipbackward-outline:before { content: "\f4aa"; }
.ion-ios-skipforward:before { content: "\f4ad"; }
.ion-ios-skipforward-outline:before { content: "\f4ac"; }
.ion-ios-snowy:before { content: "\f4ae"; }
.ion-ios-speedometer:before { content: "\f4b0"; }
.ion-ios-speedometer-outline:before { content: "\f4af"; }
.ion-ios-star:before { content: "\f4b3"; }
.ion-ios-star-half:before { content: "\f4b1"; }
.ion-ios-star-outline:before { content: "\f4b2"; }
.ion-ios-stopwatch:before { content: "\f4b5"; }
.ion-ios-stopwatch-outline:before { content: "\f4b4"; }
.ion-ios-sunny:before { content: "\f4b7"; }
.ion-ios-sunny-outline:before { content: "\f4b6"; }
.ion-ios-telephone:before { content: "\f4b9"; }
.ion-ios-telephone-outline:before { content: "\f4b8"; }
.ion-ios-tennisball:before { content: "\f4bb"; }
.ion-ios-tennisball-outline:before { content: "\f4ba"; }
.ion-ios-thunderstorm:before { content: "\f4bd"; }
.ion-ios-thunderstorm-outline:before { content: "\f4bc"; }
.ion-ios-time:before { content: "\f4bf"; }
.ion-ios-time-outline:before { content: "\f4be"; }
.ion-ios-timer:before { content: "\f4c1"; }
.ion-ios-timer-outline:before { content: "\f4c0"; }
.ion-ios-toggle:before { content: "\f4c3"; }
.ion-ios-toggle-outline:before { content: "\f4c2"; }
.ion-ios-trash:before { content: "\f4c5"; }
.ion-ios-trash-outline:before { content: "\f4c4"; }
.ion-ios-undo:before { content: "\f4c7"; }
.ion-ios-undo-outline:before { content: "\f4c6"; }
.ion-ios-unlocked:before { content: "\f4c9"; }
.ion-ios-unlocked-outline:before { content: "\f4c8"; }
.ion-ios-upload:before { content: "\f4cb"; }
.ion-ios-upload-outline:before { content: "\f4ca"; }
.ion-ios-videocam:before { content: "\f4cd"; }
.ion-ios-videocam-outline:before { content: "\f4cc"; }
.ion-ios-volume-high:before { content: "\f4ce"; }
.ion-ios-volume-low:before { content: "\f4cf"; }
.ion-ios-wineglass:before { content: "\f4d1"; }
.ion-ios-wineglass-outline:before { content: "\f4d0"; }
.ion-ios-world:before { content: "\f4d3"; }
.ion-ios-world-outline:before { content: "\f4d2"; }
.ion-ipad:before { content: "\f1f9"; }
.ion-iphone:before { content: "\f1fa"; }
.ion-ipod:before { content: "\f1fb"; }
.ion-jet:before { content: "\f295"; }
.ion-key:before { content: "\f296"; }
.ion-knife:before { content: "\f297"; }
.ion-laptop:before { content: "\f1fc"; }
.ion-leaf:before { content: "\f1fd"; }
.ion-levels:before { content: "\f298"; }
.ion-lightbulb:before { content: "\f299"; }
.ion-link:before { content: "\f1fe"; }
.ion-load-a:before { content: "\f29a"; }
.ion-load-b:before { content: "\f29b"; }
.ion-load-c:before { content: "\f29c"; }
.ion-load-d:before { content: "\f29d"; }
.ion-location:before { content: "\f1ff"; }
.ion-lock-combination:before { content: "\f4d4"; }
.ion-locked:before { content: "\f200"; }
.ion-log-in:before { content: "\f29e"; }
.ion-log-out:before { content: "\f29f"; }
.ion-loop:before { content: "\f201"; }
.ion-magnet:before { content: "\f2a0"; }
.ion-male:before { content: "\f2a1"; }
.ion-man:before { content: "\f202"; }
.ion-map:before { content: "\f203"; }
.ion-medkit:before { content: "\f2a2"; }
.ion-merge:before { content: "\f33f"; }
.ion-mic-a:before { content: "\f204"; }
.ion-mic-b:before { content: "\f205"; }
.ion-mic-c:before { content: "\f206"; }
.ion-minus:before { content: "\f209"; }
.ion-minus-circled:before { content: "\f207"; }
.ion-minus-round:before { content: "\f208"; }
.ion-model-s:before { content: "\f2c1"; }
.ion-monitor:before { content: "\f20a"; }
.ion-more:before { content: "\f20b"; }
.ion-mouse:before { content: "\f340"; }
.ion-music-note:before { content: "\f20c"; }
.ion-navicon:before { content: "\f20e"; }
.ion-navicon-round:before { content: "\f20d"; }
.ion-navigate:before { content: "\f2a3"; }
.ion-network:before { content: "\f341"; }
.ion-no-smoking:before { content: "\f2c2"; }
.ion-nuclear:before { content: "\f2a4"; }
.ion-outlet:before { content: "\f342"; }
.ion-paintbrush:before { content: "\f4d5"; }
.ion-paintbucket:before { content: "\f4d6"; }
.ion-paper-airplane:before { content: "\f2c3"; }
.ion-paperclip:before { content: "\f20f"; }
.ion-pause:before { content: "\f210"; }
.ion-person:before { content: "\f213"; }
.ion-person-add:before { content: "\f211"; }
.ion-person-stalker:before { content: "\f212"; }
.ion-pie-graph:before { content: "\f2a5"; }
.ion-pin:before { content: "\f2a6"; }
.ion-pinpoint:before { content: "\f2a7"; }
.ion-pizza:before { content: "\f2a8"; }
.ion-plane:before { content: "\f214"; }
.ion-planet:before { content: "\f343"; }
.ion-play:before { content: "\f215"; }
.ion-playstation:before { content: "\f30a"; }
.ion-plus:before { content: "\f218"; }
.ion-plus-circled:before { content: "\f216"; }
.ion-plus-round:before { content: "\f217"; }
.ion-podium:before { content: "\f344"; }
.ion-pound:before { content: "\f219"; }
.ion-power:before { content: "\f2a9"; }
.ion-pricetag:before { content: "\f2aa"; }
.ion-pricetags:before { content: "\f2ab"; }
.ion-printer:before { content: "\f21a"; }
.ion-pull-request:before { content: "\f345"; }
.ion-qr-scanner:before { content: "\f346"; }
.ion-quote:before { content: "\f347"; }
.ion-radio-waves:before { content: "\f2ac"; }
.ion-record:before { content: "\f21b"; }
.ion-refresh:before { content: "\f21c"; }
.ion-reply:before { content: "\f21e"; }
.ion-reply-all:before { content: "\f21d"; }
.ion-ribbon-a:before { content: "\f348"; }
.ion-ribbon-b:before { content: "\f349"; }
.ion-sad:before { content: "\f34a"; }
.ion-sad-outline:before { content: "\f4d7"; }
.ion-scissors:before { content: "\f34b"; }
.ion-search:before { content: "\f21f"; }
.ion-settings:before { content: "\f2ad"; }
.ion-share:before { content: "\f220"; }
.ion-shuffle:before { content: "\f221"; }
.ion-skip-backward:before { content: "\f222"; }
.ion-skip-forward:before { content: "\f223"; }
.ion-social-android:before { content: "\f225"; }
.ion-social-android-outline:before { content: "\f224"; }
.ion-social-angular:before { content: "\f4d9"; }
.ion-social-angular-outline:before { content: "\f4d8"; }
.ion-social-apple:before { content: "\f227"; }
.ion-social-apple-outline:before { content: "\f226"; }
.ion-social-bitcoin:before { content: "\f2af"; }
.ion-social-bitcoin-outline:before { content: "\f2ae"; }
.ion-social-buffer:before { content: "\f229"; }
.ion-social-buffer-outline:before { content: "\f228"; }
.ion-social-chrome:before { content: "\f4db"; }
.ion-social-chrome-outline:before { content: "\f4da"; }
.ion-social-codepen:before { content: "\f4dd"; }
.ion-social-codepen-outline:before { content: "\f4dc"; }
.ion-social-css3:before { content: "\f4df"; }
.ion-social-css3-outline:before { content: "\f4de"; }
.ion-social-designernews:before { content: "\f22b"; }
.ion-social-designernews-outline:before { content: "\f22a"; }
.ion-social-dribbble:before { content: "\f22d"; }
.ion-social-dribbble-outline:before { content: "\f22c"; }
.ion-social-dropbox:before { content: "\f22f"; }
.ion-social-dropbox-outline:before { content: "\f22e"; }
.ion-social-euro:before { content: "\f4e1"; }
.ion-social-euro-outline:before { content: "\f4e0"; }
.ion-social-facebook:before { content: "\f231"; }
.ion-social-facebook-outline:before { content: "\f230"; }
.ion-social-foursquare:before { content: "\f34d"; }
.ion-social-foursquare-outline:before { content: "\f34c"; }
.ion-social-freebsd-devil:before { content: "\f2c4"; }
.ion-social-github:before { content: "\f233"; }
.ion-social-github-outline:before { content: "\f232"; }
.ion-social-google:before { content: "\f34f"; }
.ion-social-google-outline:before { content: "\f34e"; }
.ion-social-googleplus:before { content: "\f235"; }
.ion-social-googleplus-outline:before { content: "\f234"; }
.ion-social-hackernews:before { content: "\f237"; }
.ion-social-hackernews-outline:before { content: "\f236"; }
.ion-social-html5:before { content: "\f4e3"; }
.ion-social-html5-outline:before { content: "\f4e2"; }
.ion-social-instagram:before { content: "\f351"; }
.ion-social-instagram-outline:before { content: "\f350"; }
.ion-social-javascript:before { content: "\f4e5"; }
.ion-social-javascript-outline:before { content: "\f4e4"; }
.ion-social-linkedin:before { content: "\f239"; }
.ion-social-linkedin-outline:before { content: "\f238"; }
.ion-social-markdown:before { content: "\f4e6"; }
.ion-social-nodejs:before { content: "\f4e7"; }
.ion-social-octocat:before { content: "\f4e8"; }
.ion-social-pinterest:before { content: "\f2b1"; }
.ion-social-pinterest-outline:before { content: "\f2b0"; }
.ion-social-python:before { content: "\f4e9"; }
.ion-social-reddit:before { content: "\f23b"; }
.ion-social-reddit-outline:before { content: "\f23a"; }
.ion-social-rss:before { content: "\f23d"; }
.ion-social-rss-outline:before { content: "\f23c"; }
.ion-social-sass:before { content: "\f4ea"; }
.ion-social-skype:before { content: "\f23f"; }
.ion-social-skype-outline:before { content: "\f23e"; }
.ion-social-snapchat:before { content: "\f4ec"; }
.ion-social-snapchat-outline:before { content: "\f4eb"; }
.ion-social-tumblr:before { content: "\f241"; }
.ion-social-tumblr-outline:before { content: "\f240"; }
.ion-social-tux:before { content: "\f2c5"; }
.ion-social-twitch:before { content: "\f4ee"; }
.ion-social-twitch-outline:before { content: "\f4ed"; }
.ion-social-twitter:before { content: "\f243"; }
.ion-social-twitter-outline:before { content: "\f242"; }
.ion-social-usd:before { content: "\f353"; }
.ion-social-usd-outline:before { content: "\f352"; }
.ion-social-vimeo:before { content: "\f245"; }
.ion-social-vimeo-outline:before { content: "\f244"; }
.ion-social-whatsapp:before { content: "\f4f0"; }
.ion-social-whatsapp-outline:before { content: "\f4ef"; }
.ion-social-windows:before { content: "\f247"; }
.ion-social-windows-outline:before { content: "\f246"; }
.ion-social-wordpress:before { content: "\f249"; }
.ion-social-wordpress-outline:before { content: "\f248"; }
.ion-social-yahoo:before { content: "\f24b"; }
.ion-social-yahoo-outline:before { content: "\f24a"; }
.ion-social-yen:before { content: "\f4f2"; }
.ion-social-yen-outline:before { content: "\f4f1"; }
.ion-social-youtube:before { content: "\f24d"; }
.ion-social-youtube-outline:before { content: "\f24c"; }
.ion-soup-can:before { content: "\f4f4"; }
.ion-soup-can-outline:before { content: "\f4f3"; }
.ion-speakerphone:before { content: "\f2b2"; }
.ion-speedometer:before { content: "\f2b3"; }
.ion-spoon:before { content: "\f2b4"; }
.ion-star:before { content: "\f24e"; }
.ion-stats-bars:before { content: "\f2b5"; }
.ion-steam:before { content: "\f30b"; }
.ion-stop:before { content: "\f24f"; }
.ion-thermometer:before { content: "\f2b6"; }
.ion-thumbsdown:before { content: "\f250"; }
.ion-thumbsup:before { content: "\f251"; }
.ion-toggle:before { content: "\f355"; }
.ion-toggle-filled:before { content: "\f354"; }
.ion-transgender:before { content: "\f4f5"; }
.ion-trash-a:before { content: "\f252"; }
.ion-trash-b:before { content: "\f253"; }
.ion-trophy:before { content: "\f356"; }
.ion-tshirt:before { content: "\f4f7"; }
.ion-tshirt-outline:before { content: "\f4f6"; }
.ion-umbrella:before { content: "\f2b7"; }
.ion-university:before { content: "\f357"; }
.ion-unlocked:before { content: "\f254"; }
.ion-upload:before { content: "\f255"; }
.ion-usb:before { content: "\f2b8"; }
.ion-videocamera:before { content: "\f256"; }
.ion-volume-high:before { content: "\f257"; }
.ion-volume-low:before { content: "\f258"; }
.ion-volume-medium:before { content: "\f259"; }
.ion-volume-mute:before { content: "\f25a"; }
.ion-wand:before { content: "\f358"; }
.ion-waterdrop:before { content: "\f25b"; }
.ion-wifi:before { content: "\f25c"; }
.ion-wineglass:before { content: "\f2b9"; }
.ion-woman:before { content: "\f25d"; }
.ion-wrench:before { content: "\f2ba"; }
.ion-xbox:before { content: "\f30c"; }
 .animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.animated.infinite {
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
.animated.hinge {
-webkit-animation-duration: 2s;
animation-duration: 2s;
}
.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
-webkit-animation-duration: .75s;
animation-duration: .75s;
}
@-webkit-keyframes bounce {
from, 20%, 53%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
40%, 43% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0,-4px,0);
transform: translate3d(0,-4px,0);
}
}
@keyframes bounce {
from, 20%, 53%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
40%, 43% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0,-4px,0);
transform: translate3d(0,-4px,0);
}
}
.bounce {
-webkit-animation-name: bounce;
animation-name: bounce;
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
}
@-webkit-keyframes flash {
from, 50%, to {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
@keyframes flash {
from, 50%, to {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
.flash {
-webkit-animation-name: flash;
animation-name: flash;
} @-webkit-keyframes pulse {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes pulse {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.pulse {
-webkit-animation-name: pulse;
animation-name: pulse;
}
@-webkit-keyframes rubberBand {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(.95, 1.05, 1);
transform: scale3d(.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, .95, 1);
transform: scale3d(1.05, .95, 1);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes rubberBand {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(.95, 1.05, 1);
transform: scale3d(.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, .95, 1);
transform: scale3d(1.05, .95, 1);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.rubberBand {
-webkit-animation-name: rubberBand;
animation-name: rubberBand;
}
@-webkit-keyframes shake {
from, to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
20%, 40%, 60%, 80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
}
@keyframes shake {
from, to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
20%, 40%, 60%, 80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
}
.shake {
-webkit-animation-name: shake;
animation-name: shake;
}
@-webkit-keyframes headShake {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
6.5% {
-webkit-transform: translateX(-6px) rotateY(-9deg);
transform: translateX(-6px) rotateY(-9deg);
}
18.5% {
-webkit-transform: translateX(5px) rotateY(7deg);
transform: translateX(5px) rotateY(7deg);
}
31.5% {
-webkit-transform: translateX(-3px) rotateY(-5deg);
transform: translateX(-3px) rotateY(-5deg);
}
43.5% {
-webkit-transform: translateX(2px) rotateY(3deg);
transform: translateX(2px) rotateY(3deg);
}
50% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes headShake {
0% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
6.5% {
-webkit-transform: translateX(-6px) rotateY(-9deg);
transform: translateX(-6px) rotateY(-9deg);
}
18.5% {
-webkit-transform: translateX(5px) rotateY(7deg);
transform: translateX(5px) rotateY(7deg);
}
31.5% {
-webkit-transform: translateX(-3px) rotateY(-5deg);
transform: translateX(-3px) rotateY(-5deg);
}
43.5% {
-webkit-transform: translateX(2px) rotateY(3deg);
transform: translateX(2px) rotateY(3deg);
}
50% {
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
.headShake {
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
-webkit-animation-name: headShake;
animation-name: headShake;
}
@-webkit-keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
}
to {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
@keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
}
to {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
.swing {
-webkit-transform-origin: top center;
transform-origin: top center;
-webkit-animation-name: swing;
animation-name: swing;
}
@-webkit-keyframes tada {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%, 20% {
-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
}
30%, 50%, 70%, 90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%, 60%, 80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes tada {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%, 20% {
-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
}
30%, 50%, 70%, 90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%, 60%, 80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.tada {
-webkit-animation-name: tada;
animation-name: tada;
} @-webkit-keyframes wobble {
from {
-webkit-transform: none;
transform: none;
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
to {
-webkit-transform: none;
transform: none;
}
}
@keyframes wobble {
from {
-webkit-transform: none;
transform: none;
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
to {
-webkit-transform: none;
transform: none;
}
}
.wobble {
-webkit-animation-name: wobble;
animation-name: wobble;
}
@-webkit-keyframes jello {
from, 11.1%, to {
-webkit-transform: none;
transform: none;
}
22.2% {
-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
-webkit-transform: skewX(6.25deg) skewY(6.25deg);
transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
transform: skewX(0.390625deg) skewY(0.390625deg);
}
88.8% {
-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
}
}
@keyframes jello {
from, 11.1%, to {
-webkit-transform: none;
transform: none;
}
22.2% {
-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
-webkit-transform: skewX(6.25deg) skewY(6.25deg);
transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
transform: skewX(0.390625deg) skewY(0.390625deg);
}
88.8% {
-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
}
}
.jello {
-webkit-animation-name: jello;
animation-name: jello;
-webkit-transform-origin: center;
transform-origin: center;
}
@-webkit-keyframes bounceIn {
from, 20%, 40%, 60%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(.97, .97, .97);
transform: scale3d(.97, .97, .97);
}
to {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes bounceIn {
from, 20%, 40%, 60%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(.97, .97, .97);
transform: scale3d(.97, .97, .97);
}
to {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.bounceIn {
-webkit-animation-name: bounceIn;
animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInDown {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
.bounceInDown {
-webkit-animation-name: bounceInDown;
animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0);
}
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInLeft {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0);
}
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
.bounceInLeft {
-webkit-animation-name: bounceInLeft;
animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0);
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInRight {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0);
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
.bounceInRight {
-webkit-animation-name: bounceInRight;
animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes bounceInUp {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.bounceInUp {
-webkit-animation-name: bounceInUp;
animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
20% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
50%, 55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
to {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
}
@keyframes bounceOut {
20% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
50%, 55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
to {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
}
.bounceOut {
-webkit-animation-name: bounceOut;
animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@keyframes bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
.bounceOutDown {
-webkit-animation-name: bounceOutDown;
animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@keyframes bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
.bounceOutLeft {
-webkit-animation-name: bounceOutLeft;
animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@keyframes bounceOutRight {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
.bounceOutRight {
-webkit-animation-name: bounceOutRight;
animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
20% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@keyframes bounceOutUp {
20% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
.bounceOutUp {
-webkit-animation-name: bounceOutUp;
animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInDownBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInDownBig {
-webkit-animation-name: fadeInDownBig;
animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInLeft {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
from {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInLeftBig {
from {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInLeftBig {
-webkit-animation-name: fadeInLeftBig;
animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInRight {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
from {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInRightBig {
from {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInRightBig {
-webkit-animation-name: fadeInRightBig;
animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0, 50%, 0);
transform: translate3d(0, 50%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0, 5%, 0);
transform: translate3d(0, 50%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInUpBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInUpBig {
-webkit-animation-name: fadeInUpBig;
animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
@keyframes fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
.fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@keyframes fadeOutDown {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
.fadeOutDown {
-webkit-animation-name: fadeOutDown;
animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@keyframes fadeOutDownBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
.fadeOutDownBig {
-webkit-animation-name: fadeOutDownBig;
animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes fadeOutLeft {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
.fadeOutLeft {
-webkit-animation-name: fadeOutLeft;
animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@keyframes fadeOutLeftBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
.fadeOutLeftBig {
-webkit-animation-name: fadeOutLeftBig;
animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@keyframes fadeOutRight {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
.fadeOutRight {
-webkit-animation-name: fadeOutRight;
animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@keyframes fadeOutRightBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
.fadeOutRightBig {
-webkit-animation-name: fadeOutRightBig;
animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@keyframes fadeOutUp {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
.fadeOutUp {
-webkit-animation-name: fadeOutUp;
animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@keyframes fadeOutUpBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
.fadeOutUpBig {
-webkit-animation-name: fadeOutUpBig;
animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
transform: perspective(400px) scale3d(.95, .95, .95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
@keyframes flip {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
transform: perspective(400px) scale3d(.95, .95, .95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
.animated.flip {
-webkit-backface-visibility: visible;
backface-visibility: visible;
-webkit-animation-name: flip;
animation-name: flip;
}
@-webkit-keyframes flipInX {
from {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInX {
from {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
.flipInX {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInX;
animation-name: flipInX;
}
@-webkit-keyframes flipInY {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInY {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
.flipInY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInY;
animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
@keyframes flipOutX {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
.flipOutX {
-webkit-animation-name: flipOutX;
animation-name: flipOutX;
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
@keyframes flipOutY {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
.flipOutY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipOutY;
animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
from {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1;
}
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
opacity: 1;
}
to {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes lightSpeedIn {
from {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1;
}
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
opacity: 1;
}
to {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.lightSpeedIn {
-webkit-animation-name: lightSpeedIn;
animation-name: lightSpeedIn;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
from {
opacity: 1;
}
to {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
@keyframes lightSpeedOut {
from {
opacity: 1;
}
to {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
.lightSpeedOut {
-webkit-animation-name: lightSpeedOut;
animation-name: lightSpeedOut;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
from {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateIn {
from {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateIn {
-webkit-animation-name: rotateIn;
animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInDownLeft {
-webkit-animation-name: rotateInDownLeft;
animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInDownRight {
-webkit-animation-name: rotateInDownRight;
animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInUpLeft {
-webkit-animation-name: rotateInUpLeft;
animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInUpRight {
-webkit-animation-name: rotateInUpRight;
animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
from {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
@keyframes rotateOut {
from {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
.rotateOut {
-webkit-animation-name: rotateOut;
animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
@keyframes rotateOutDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
.rotateOutDownLeft {
-webkit-animation-name: rotateOutDownLeft;
animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
@keyframes rotateOutDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutDownRight {
-webkit-animation-name: rotateOutDownRight;
animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
@keyframes rotateOutUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutUpLeft {
-webkit-animation-name: rotateOutUpLeft;
animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
@keyframes rotateOutUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
.rotateOutUpRight {
-webkit-animation-name: rotateOutUpRight;
animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
0% {
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%, 60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40%, 80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1;
}
to {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
@keyframes hinge {
0% {
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%, 60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40%, 80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1;
}
to {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
.hinge {
-webkit-animation-name: hinge;
animation-name: hinge;
} @-webkit-keyframes rollIn {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes rollIn {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.rollIn {
-webkit-animation-name: rollIn;
animation-name: rollIn;
} @-webkit-keyframes rollOut {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
@keyframes rollOut {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
.rollOut {
-webkit-animation-name: rollOut;
animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
from {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
50% {
opacity: 1;
}
}
@keyframes zoomIn {
from {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
50% {
opacity: 1;
}
}
.zoomIn {
-webkit-animation-name: zoomIn;
animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInDown {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInDown {
-webkit-animation-name: zoomInDown;
animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInLeft {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInLeft {
-webkit-animation-name: zoomInLeft;
animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInRight {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInRight {
-webkit-animation-name: zoomInRight;
animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInUp {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInUp {
-webkit-animation-name: zoomInUp;
animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
from {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
to {
opacity: 0;
}
}
@keyframes zoomOut {
from {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
to {
opacity: 0;
}
}
.zoomOut {
-webkit-animation-name: zoomOut;
animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomOutDown {
-webkit-animation-name: zoomOutDown;
animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
transform: scale(.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center;
}
}
@keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
transform: scale(.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center;
}
}
.zoomOutLeft {
-webkit-animation-name: zoomOutLeft;
animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
transform: scale(.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center;
}
}
@keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
transform: scale(.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center;
}
}
.zoomOutRight {
-webkit-animation-name: zoomOutRight;
animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomOutUp {
-webkit-animation-name: zoomOutUp;
animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
from {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInDown {
from {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInDown {
-webkit-animation-name: slideInDown;
animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
from {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInLeft {
from {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInLeft {
-webkit-animation-name: slideInLeft;
animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
from {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInRight {
from {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInRight {
-webkit-animation-name: slideInRight;
animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
from {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInUp {
from {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInUp {
-webkit-animation-name: slideInUp;
animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@keyframes slideOutDown {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
.slideOutDown {
-webkit-animation-name: slideOutDown;
animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes slideOutLeft {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
.slideOutLeft {
-webkit-animation-name: slideOutLeft;
animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@keyframes slideOutRight {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
.slideOutRight {
-webkit-animation-name: slideOutRight;
animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@keyframes slideOutUp {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
.slideOutUp {
-webkit-animation-name: slideOutUp;
animation-name: slideOutUp;
}.margin-top-1 {
margin-top: 1px !important;
}
.margin-left-1 {
margin-left: 1px !important;
}
.margin-bottom-1 {
margin-bottom: 1px !important;
}
.margin-right-1 {
margin-right: 1px !important;
}
.margin-top-2 {
margin-top: 2px !important;
}
.margin-left-2 {
margin-left: 2px !important;
}
.margin-bottom-2 {
margin-bottom: 2px !important;
}
.margin-right-2 {
margin-right: 2px !important;
}
.margin-top-3 {
margin-top: 3px !important;
}
.margin-left-3 {
margin-left: 3px !important;
}
.margin-bottom-3 {
margin-bottom: 3px !important;
}
.margin-right-3 {
margin-right: 3px !important;
}
.margin-top-4 {
margin-top: 4px !important;
}
.margin-left-4 {
margin-left: 4px !important;
}
.margin-bottom-4 {
margin-bottom: 4px !important;
}
.margin-right-4 {
margin-right: 4px !important;
}
.margin-top-5 {
margin-top: 5px !important;
}
.margin-left-5 {
margin-left: 5px !important;
}
.margin-bottom-5 {
margin-bottom: 5px !important;
}
.margin-right-5 {
margin-right: 5px !important;
}
.margin-top-6 {
margin-top: 6px !important;
}
.margin-left-6 {
margin-left: 6px !important;
}
.margin-bottom-6 {
margin-bottom: 6px !important;
}
.margin-right-6 {
margin-right: 6px !important;
}
.margin-top-7 {
margin-top: 7px !important;
}
.margin-left-7 {
margin-left: 7px !important;
}
.margin-bottom-7 {
margin-bottom: 7px !important;
}
.margin-right-7 {
margin-right: 7px !important;
}
.margin-top-8 {
margin-top: 8px !important;
}
.margin-left-8 {
margin-left: 8px !important;
}
.margin-bottom-8 {
margin-bottom: 8px !important;
}
.margin-right-8 {
margin-right: 8px !important;
}
.margin-top-9 {
margin-top: 9px !important;
}
.margin-left-9 {
margin-left: 9px !important;
}
.margin-bottom-9 {
margin-bottom: 9px !important;
}
.margin-right-9 {
margin-right: 9px !important;
}
.margin-top-10 {
margin-top: 10px !important;
}
.margin-left-10 {
margin-left: 10px !important;
}
.margin-bottom-10 {
margin-bottom: 10px !important;
}
.margin-right-10 {
margin-right: 10px !important;
}
.margin-top-11 {
margin-top: 11px !important;
}
.margin-left-11 {
margin-left: 11px !important;
}
.margin-bottom-11 {
margin-bottom: 11px !important;
}
.margin-right-11 {
margin-right: 11px !important;
}
.margin-top-12 {
margin-top: 12px !important;
}
.margin-left-12 {
margin-left: 12px !important;
}
.margin-bottom-12 {
margin-bottom: 12px !important;
}
.margin-right-12 {
margin-right: 12px !important;
}
.margin-top-13 {
margin-top: 13px !important;
}
.margin-left-13 {
margin-left: 13px !important;
}
.margin-bottom-13 {
margin-bottom: 13px !important;
}
.margin-right-13 {
margin-right: 13px !important;
}
.margin-top-14 {
margin-top: 14px !important;
}
.margin-left-14 {
margin-left: 14px !important;
}
.margin-bottom-14 {
margin-bottom: 14px !important;
}
.margin-right-14 {
margin-right: 14px !important;
}
.margin-top-15 {
margin-top: 15px !important;
}
.margin-left-15 {
margin-left: 15px !important;
}
.margin-bottom-15 {
margin-bottom: 15px !important;
}
.margin-right-15 {
margin-right: 15px !important;
}
.margin-top-16 {
margin-top: 16px !important;
}
.margin-left-16 {
margin-left: 16px !important;
}
.margin-bottom-16 {
margin-bottom: 16px !important;
}
.margin-right-16 {
margin-right: 16px !important;
}
.margin-top-17 {
margin-top: 17px !important;
}
.margin-left-17 {
margin-left: 17px !important;
}
.margin-bottom-17 {
margin-bottom: 17px !important;
}
.margin-right-17 {
margin-right: 17px !important;
}
.margin-top-18 {
margin-top: 18px !important;
}
.margin-left-18 {
margin-left: 18px !important;
}
.margin-bottom-18 {
margin-bottom: 18px !important;
}
.margin-right-18 {
margin-right: 18px !important;
}
.margin-top-19 {
margin-top: 19px !important;
}
.margin-left-19 {
margin-left: 19px !important;
}
.margin-bottom-19 {
margin-bottom: 19px !important;
}
.margin-right-19 {
margin-right: 19px !important;
}
.margin-top-20 {
margin-top: 20px !important;
}
.margin-left-20 {
margin-left: 20px !important;
}
.margin-bottom-20 {
margin-bottom: 20px !important;
}
.margin-right-20 {
margin-right: 20px !important;
}
.margin-top-21 {
margin-top: 21px !important;
}
.margin-left-21 {
margin-left: 21px !important;
}
.margin-bottom-21 {
margin-bottom: 21px !important;
}
.margin-right-21 {
margin-right: 21px !important;
}
.margin-top-22 {
margin-top: 22px !important;
}
.margin-left-22 {
margin-left: 22px !important;
}
.margin-bottom-22 {
margin-bottom: 22px !important;
}
.margin-right-22 {
margin-right: 22px !important;
}
.margin-top-23 {
margin-top: 23px !important;
}
.margin-left-23 {
margin-left: 23px !important;
}
.margin-bottom-23 {
margin-bottom: 23px !important;
}
.margin-right-23 {
margin-right: 23px !important;
}
.margin-top-24 {
margin-top: 24px !important;
}
.margin-left-24 {
margin-left: 24px !important;
}
.margin-bottom-24 {
margin-bottom: 24px !important;
}
.margin-right-24 {
margin-right: 24px !important;
}
.margin-top-25 {
margin-top: 25px !important;
}
.margin-left-25 {
margin-left: 25px !important;
}
.margin-bottom-25 {
margin-bottom: 25px !important;
}
.margin-right-25 {
margin-right: 25px !important;
}
.margin-top-26 {
margin-top: 26px !important;
}
.margin-left-26 {
margin-left: 26px !important;
}
.margin-bottom-26 {
margin-bottom: 26px !important;
}
.margin-right-26 {
margin-right: 26px !important;
}
.margin-top-27 {
margin-top: 27px !important;
}
.margin-left-27 {
margin-left: 27px !important;
}
.margin-bottom-27 {
margin-bottom: 27px !important;
}
.margin-right-27 {
margin-right: 27px !important;
}
.margin-top-28 {
margin-top: 28px !important;
}
.margin-left-28 {
margin-left: 28px !important;
}
.margin-bottom-28 {
margin-bottom: 28px !important;
}
.margin-right-28 {
margin-right: 28px !important;
}
.margin-top-29 {
margin-top: 29px !important;
}
.margin-left-29 {
margin-left: 29px !important;
}
.margin-bottom-29 {
margin-bottom: 29px !important;
}
.margin-right-29 {
margin-right: 29px !important;
}
.margin-top-30 {
margin-top: 30px !important;
}
.margin-left-30 {
margin-left: 30px !important;
}
.margin-bottom-30 {
margin-bottom: 30px !important;
}
.margin-right-30 {
margin-right: 30px !important;
}
.margin-top-31 {
margin-top: 31px !important;
}
.margin-left-31 {
margin-left: 31px !important;
}
.margin-bottom-31 {
margin-bottom: 31px !important;
}
.margin-right-31 {
margin-right: 31px !important;
}
.margin-top-32 {
margin-top: 32px !important;
}
.margin-left-32 {
margin-left: 32px !important;
}
.margin-bottom-32 {
margin-bottom: 32px !important;
}
.margin-right-32 {
margin-right: 32px !important;
}
.margin-top-33 {
margin-top: 33px !important;
}
.margin-left-33 {
margin-left: 33px !important;
}
.margin-bottom-33 {
margin-bottom: 33px !important;
}
.margin-right-33 {
margin-right: 33px !important;
}
.margin-top-34 {
margin-top: 34px !important;
}
.margin-left-34 {
margin-left: 34px !important;
}
.margin-bottom-34 {
margin-bottom: 34px !important;
}
.margin-right-34 {
margin-right: 34px !important;
}
.margin-top-35 {
margin-top: 35px !important;
}
.margin-left-35 {
margin-left: 35px !important;
}
.margin-bottom-35 {
margin-bottom: 35px !important;
}
.margin-right-35 {
margin-right: 35px !important;
}
.margin-top-36 {
margin-top: 36px !important;
}
.margin-left-36 {
margin-left: 36px !important;
}
.margin-bottom-36 {
margin-bottom: 36px !important;
}
.margin-right-36 {
margin-right: 36px !important;
}
.margin-top-37 {
margin-top: 37px !important;
}
.margin-left-37 {
margin-left: 37px !important;
}
.margin-bottom-37 {
margin-bottom: 37px !important;
}
.margin-right-37 {
margin-right: 37px !important;
}
.margin-top-38 {
margin-top: 38px !important;
}
.margin-left-38 {
margin-left: 38px !important;
}
.margin-bottom-38 {
margin-bottom: 38px !important;
}
.margin-right-38 {
margin-right: 38px !important;
}
.margin-top-39 {
margin-top: 39px !important;
}
.margin-left-39 {
margin-left: 39px !important;
}
.margin-bottom-39 {
margin-bottom: 39px !important;
}
.margin-right-39 {
margin-right: 39px !important;
}
.margin-top-40 {
margin-top: 40px !important;
}
.margin-left-40 {
margin-left: 40px !important;
}
.margin-bottom-40 {
margin-bottom: 40px !important;
}
.margin-right-40 {
margin-right: 40px !important;
}
.margin-top-41 {
margin-top: 41px !important;
}
.margin-left-41 {
margin-left: 41px !important;
}
.margin-bottom-41 {
margin-bottom: 41px !important;
}
.margin-right-41 {
margin-right: 41px !important;
}
.margin-top-42 {
margin-top: 42px !important;
}
.margin-left-42 {
margin-left: 42px !important;
}
.margin-bottom-42 {
margin-bottom: 42px !important;
}
.margin-right-42 {
margin-right: 42px !important;
}
.margin-top-43 {
margin-top: 43px !important;
}
.margin-left-43 {
margin-left: 43px !important;
}
.margin-bottom-43 {
margin-bottom: 43px !important;
}
.margin-right-43 {
margin-right: 43px !important;
}
.margin-top-44 {
margin-top: 44px !important;
}
.margin-left-44 {
margin-left: 44px !important;
}
.margin-bottom-44 {
margin-bottom: 44px !important;
}
.margin-right-44 {
margin-right: 44px !important;
}
.margin-top-45 {
margin-top: 45px !important;
}
.margin-left-45 {
margin-left: 45px !important;
}
.margin-bottom-45 {
margin-bottom: 45px !important;
}
.margin-right-45 {
margin-right: 45px !important;
}
.margin-top-46 {
margin-top: 46px !important;
}
.margin-left-46 {
margin-left: 46px !important;
}
.margin-bottom-46 {
margin-bottom: 46px !important;
}
.margin-right-46 {
margin-right: 46px !important;
}
.margin-top-47 {
margin-top: 47px !important;
}
.margin-left-47 {
margin-left: 47px !important;
}
.margin-bottom-47 {
margin-bottom: 47px !important;
}
.margin-right-47 {
margin-right: 47px !important;
}
.margin-top-48 {
margin-top: 48px !important;
}
.margin-left-48 {
margin-left: 48px !important;
}
.margin-bottom-48 {
margin-bottom: 48px !important;
}
.margin-right-48 {
margin-right: 48px !important;
}
.margin-top-49 {
margin-top: 49px !important;
}
.margin-left-49 {
margin-left: 49px !important;
}
.margin-bottom-49 {
margin-bottom: 49px !important;
}
.margin-right-49 {
margin-right: 49px !important;
}
.margin-top-50 {
margin-top: 50px !important;
}
.margin-left-50 {
margin-left: 50px !important;
}
.margin-bottom-50 {
margin-bottom: 50px !important;
}
.margin-right-50 {
margin-right: 50px !important;
}
.margin-top-51 {
margin-top: 51px !important;
}
.margin-left-51 {
margin-left: 51px !important;
}
.margin-bottom-51 {
margin-bottom: 51px !important;
}
.margin-right-51 {
margin-right: 51px !important;
}
.margin-top-52 {
margin-top: 52px !important;
}
.margin-left-52 {
margin-left: 52px !important;
}
.margin-bottom-52 {
margin-bottom: 52px !important;
}
.margin-right-52 {
margin-right: 52px !important;
}
.margin-top-53 {
margin-top: 53px !important;
}
.margin-left-53 {
margin-left: 53px !important;
}
.margin-bottom-53 {
margin-bottom: 53px !important;
}
.margin-right-53 {
margin-right: 53px !important;
}
.margin-top-54 {
margin-top: 54px !important;
}
.margin-left-54 {
margin-left: 54px !important;
}
.margin-bottom-54 {
margin-bottom: 54px !important;
}
.margin-right-54 {
margin-right: 54px !important;
}
.margin-top-55 {
margin-top: 55px !important;
}
.margin-left-55 {
margin-left: 55px !important;
}
.margin-bottom-55 {
margin-bottom: 55px !important;
}
.margin-right-55 {
margin-right: 55px !important;
}
.margin-top-56 {
margin-top: 56px !important;
}
.margin-left-56 {
margin-left: 56px !important;
}
.margin-bottom-56 {
margin-bottom: 56px !important;
}
.margin-right-56 {
margin-right: 56px !important;
}
.margin-top-57 {
margin-top: 57px !important;
}
.margin-left-57 {
margin-left: 57px !important;
}
.margin-bottom-57 {
margin-bottom: 57px !important;
}
.margin-right-57 {
margin-right: 57px !important;
}
.margin-top-58 {
margin-top: 58px !important;
}
.margin-left-58 {
margin-left: 58px !important;
}
.margin-bottom-58 {
margin-bottom: 58px !important;
}
.margin-right-58 {
margin-right: 58px !important;
}
.margin-top-59 {
margin-top: 59px !important;
}
.margin-left-59 {
margin-left: 59px !important;
}
.margin-bottom-59 {
margin-bottom: 59px !important;
}
.margin-right-59 {
margin-right: 59px !important;
}
.margin-top-60 {
margin-top: 60px !important;
}
.margin-left-60 {
margin-left: 60px !important;
}
.margin-bottom-60 {
margin-bottom: 60px !important;
}
.margin-right-60 {
margin-right: 60px !important;
}
.margin-top-61 {
margin-top: 61px !important;
}
.margin-left-61 {
margin-left: 61px !important;
}
.margin-bottom-61 {
margin-bottom: 61px !important;
}
.margin-right-61 {
margin-right: 61px !important;
}
.margin-top-62 {
margin-top: 62px !important;
}
.margin-left-62 {
margin-left: 62px !important;
}
.margin-bottom-62 {
margin-bottom: 62px !important;
}
.margin-right-62 {
margin-right: 62px !important;
}
.margin-top-63 {
margin-top: 63px !important;
}
.margin-left-63 {
margin-left: 63px !important;
}
.margin-bottom-63 {
margin-bottom: 63px !important;
}
.margin-right-63 {
margin-right: 63px !important;
}
.margin-top-64 {
margin-top: 64px !important;
}
.margin-left-64 {
margin-left: 64px !important;
}
.margin-bottom-64 {
margin-bottom: 64px !important;
}
.margin-right-64 {
margin-right: 64px !important;
}
.margin-top-65 {
margin-top: 65px !important;
}
.margin-left-65 {
margin-left: 65px !important;
}
.margin-bottom-65 {
margin-bottom: 65px !important;
}
.margin-right-65 {
margin-right: 65px !important;
}
.margin-top-66 {
margin-top: 66px !important;
}
.margin-left-66 {
margin-left: 66px !important;
}
.margin-bottom-66 {
margin-bottom: 66px !important;
}
.margin-right-66 {
margin-right: 66px !important;
}
.margin-top-67 {
margin-top: 67px !important;
}
.margin-left-67 {
margin-left: 67px !important;
}
.margin-bottom-67 {
margin-bottom: 67px !important;
}
.margin-right-67 {
margin-right: 67px !important;
}
.margin-top-68 {
margin-top: 68px !important;
}
.margin-left-68 {
margin-left: 68px !important;
}
.margin-bottom-68 {
margin-bottom: 68px !important;
}
.margin-right-68 {
margin-right: 68px !important;
}
.margin-top-69 {
margin-top: 69px !important;
}
.margin-left-69 {
margin-left: 69px !important;
}
.margin-bottom-69 {
margin-bottom: 69px !important;
}
.margin-right-69 {
margin-right: 69px !important;
}
.margin-top-70 {
margin-top: 70px !important;
}
.margin-left-70 {
margin-left: 70px !important;
}
.margin-bottom-70 {
margin-bottom: 70px !important;
}
.margin-right-70 {
margin-right: 70px !important;
}
.margin-top-71 {
margin-top: 71px !important;
}
.margin-left-71 {
margin-left: 71px !important;
}
.margin-bottom-71 {
margin-bottom: 71px !important;
}
.margin-right-71 {
margin-right: 71px !important;
}
.margin-top-72 {
margin-top: 72px !important;
}
.margin-left-72 {
margin-left: 72px !important;
}
.margin-bottom-72 {
margin-bottom: 72px !important;
}
.margin-right-72 {
margin-right: 72px !important;
}
.margin-top-73 {
margin-top: 73px !important;
}
.margin-left-73 {
margin-left: 73px !important;
}
.margin-bottom-73 {
margin-bottom: 73px !important;
}
.margin-right-73 {
margin-right: 73px !important;
}
.margin-top-74 {
margin-top: 74px !important;
}
.margin-left-74 {
margin-left: 74px !important;
}
.margin-bottom-74 {
margin-bottom: 74px !important;
}
.margin-right-74 {
margin-right: 74px !important;
}
.margin-top-75 {
margin-top: 75px !important;
}
.margin-left-75 {
margin-left: 75px !important;
}
.margin-bottom-75 {
margin-bottom: 75px !important;
}
.margin-right-75 {
margin-right: 75px !important;
}
.margin-top-76 {
margin-top: 76px !important;
}
.margin-left-76 {
margin-left: 76px !important;
}
.margin-bottom-76 {
margin-bottom: 76px !important;
}
.margin-right-76 {
margin-right: 76px !important;
}
.margin-top-77 {
margin-top: 77px !important;
}
.margin-left-77 {
margin-left: 77px !important;
}
.margin-bottom-77 {
margin-bottom: 77px !important;
}
.margin-right-77 {
margin-right: 77px !important;
}
.margin-top-78 {
margin-top: 78px !important;
}
.margin-left-78 {
margin-left: 78px !important;
}
.margin-bottom-78 {
margin-bottom: 78px !important;
}
.margin-right-78 {
margin-right: 78px !important;
}
.margin-top-79 {
margin-top: 79px !important;
}
.margin-left-79 {
margin-left: 79px !important;
}
.margin-bottom-79 {
margin-bottom: 79px !important;
}
.margin-right-79 {
margin-right: 79px !important;
}
.margin-top-80 {
margin-top: 80px !important;
}
.margin-left-80 {
margin-left: 80px !important;
}
.margin-bottom-80 {
margin-bottom: 80px !important;
}
.margin-right-80 {
margin-right: 80px !important;
}
.padding-top-1 {
padding-top: 1px !important;
}
.padding-left-1 {
padding-left: 1px !important;
}
.padding-bottom-1 {
padding-bottom: 1px !important;
}
.padding-right-1 {
padding-right: 1px !important;
}
.padding-top-2 {
padding-top: 2px !important;
}
.padding-left-2 {
padding-left: 2px !important;
}
.padding-bottom-2 {
padding-bottom: 2px !important;
}
.padding-right-2 {
padding-right: 2px !important;
}
.padding-top-3 {
padding-top: 3px !important;
}
.padding-left-3 {
padding-left: 3px !important;
}
.padding-bottom-3 {
padding-bottom: 3px !important;
}
.padding-right-3 {
padding-right: 3px !important;
}
.padding-top-4 {
padding-top: 4px !important;
}
.padding-left-4 {
padding-left: 4px !important;
}
.padding-bottom-4 {
padding-bottom: 4px !important;
}
.padding-right-4 {
padding-right: 4px !important;
}
.padding-top-5 {
padding-top: 5px !important;
}
.padding-left-5 {
padding-left: 5px !important;
}
.padding-bottom-5 {
padding-bottom: 5px !important;
}
.padding-right-5 {
padding-right: 5px !important;
}
.padding-top-6 {
padding-top: 6px !important;
}
.padding-left-6 {
padding-left: 6px !important;
}
.padding-bottom-6 {
padding-bottom: 6px !important;
}
.padding-right-6 {
padding-right: 6px !important;
}
.padding-top-7 {
padding-top: 7px !important;
}
.padding-left-7 {
padding-left: 7px !important;
}
.padding-bottom-7 {
padding-bottom: 7px !important;
}
.padding-right-7 {
padding-right: 7px !important;
}
.padding-top-8 {
padding-top: 8px !important;
}
.padding-left-8 {
padding-left: 8px !important;
}
.padding-bottom-8 {
padding-bottom: 8px !important;
}
.padding-right-8 {
padding-right: 8px !important;
}
.padding-top-9 {
padding-top: 9px !important;
}
.padding-left-9 {
padding-left: 9px !important;
}
.padding-bottom-9 {
padding-bottom: 9px !important;
}
.padding-right-9 {
padding-right: 9px !important;
}
.padding-top-10 {
padding-top: 10px !important;
}
.padding-left-10 {
padding-left: 10px !important;
}
.padding-bottom-10 {
padding-bottom: 10px !important;
}
.padding-right-10 {
padding-right: 10px !important;
}
.padding-top-11 {
padding-top: 11px !important;
}
.padding-left-11 {
padding-left: 11px !important;
}
.padding-bottom-11 {
padding-bottom: 11px !important;
}
.padding-right-11 {
padding-right: 11px !important;
}
.padding-top-12 {
padding-top: 12px !important;
}
.padding-left-12 {
padding-left: 12px !important;
}
.padding-bottom-12 {
padding-bottom: 12px !important;
}
.padding-right-12 {
padding-right: 12px !important;
}
.padding-top-13 {
padding-top: 13px !important;
}
.padding-left-13 {
padding-left: 13px !important;
}
.padding-bottom-13 {
padding-bottom: 13px !important;
}
.padding-right-13 {
padding-right: 13px !important;
}
.padding-top-14 {
padding-top: 14px !important;
}
.padding-left-14 {
padding-left: 14px !important;
}
.padding-bottom-14 {
padding-bottom: 14px !important;
}
.padding-right-14 {
padding-right: 14px !important;
}
.padding-top-15 {
padding-top: 15px !important;
}
.padding-left-15 {
padding-left: 15px !important;
}
.padding-bottom-15 {
padding-bottom: 15px !important;
}
.padding-right-15 {
padding-right: 15px !important;
}
.padding-top-16 {
padding-top: 16px !important;
}
.padding-left-16 {
padding-left: 16px !important;
}
.padding-bottom-16 {
padding-bottom: 16px !important;
}
.padding-right-16 {
padding-right: 16px !important;
}
.padding-top-17 {
padding-top: 17px !important;
}
.padding-left-17 {
padding-left: 17px !important;
}
.padding-bottom-17 {
padding-bottom: 17px !important;
}
.padding-right-17 {
padding-right: 17px !important;
}
.padding-top-18 {
padding-top: 18px !important;
}
.padding-left-18 {
padding-left: 18px !important;
}
.padding-bottom-18 {
padding-bottom: 18px !important;
}
.padding-right-18 {
padding-right: 18px !important;
}
.padding-top-19 {
padding-top: 19px !important;
}
.padding-left-19 {
padding-left: 19px !important;
}
.padding-bottom-19 {
padding-bottom: 19px !important;
}
.padding-right-19 {
padding-right: 19px !important;
}
.padding-top-20 {
padding-top: 20px !important;
}
.padding-left-20 {
padding-left: 20px !important;
}
.padding-bottom-20 {
padding-bottom: 20px !important;
}
.padding-right-20 {
padding-right: 20px !important;
}
.padding-top-21 {
padding-top: 21px !important;
}
.padding-left-21 {
padding-left: 21px !important;
}
.padding-bottom-21 {
padding-bottom: 21px !important;
}
.padding-right-21 {
padding-right: 21px !important;
}
.padding-top-22 {
padding-top: 22px !important;
}
.padding-left-22 {
padding-left: 22px !important;
}
.padding-bottom-22 {
padding-bottom: 22px !important;
}
.padding-right-22 {
padding-right: 22px !important;
}
.padding-top-23 {
padding-top: 23px !important;
}
.padding-left-23 {
padding-left: 23px !important;
}
.padding-bottom-23 {
padding-bottom: 23px !important;
}
.padding-right-23 {
padding-right: 23px !important;
}
.padding-top-24 {
padding-top: 24px !important;
}
.padding-left-24 {
padding-left: 24px !important;
}
.padding-bottom-24 {
padding-bottom: 24px !important;
}
.padding-right-24 {
padding-right: 24px !important;
}
.padding-top-25 {
padding-top: 25px !important;
}
.padding-left-25 {
padding-left: 25px !important;
}
.padding-bottom-25 {
padding-bottom: 25px !important;
}
.padding-right-25 {
padding-right: 25px !important;
}
.padding-top-26 {
padding-top: 26px !important;
}
.padding-left-26 {
padding-left: 26px !important;
}
.padding-bottom-26 {
padding-bottom: 26px !important;
}
.padding-right-26 {
padding-right: 26px !important;
}
.padding-top-27 {
padding-top: 27px !important;
}
.padding-left-27 {
padding-left: 27px !important;
}
.padding-bottom-27 {
padding-bottom: 27px !important;
}
.padding-right-27 {
padding-right: 27px !important;
}
.padding-top-28 {
padding-top: 28px !important;
}
.padding-left-28 {
padding-left: 28px !important;
}
.padding-bottom-28 {
padding-bottom: 28px !important;
}
.padding-right-28 {
padding-right: 28px !important;
}
.padding-top-29 {
padding-top: 29px !important;
}
.padding-left-29 {
padding-left: 29px !important;
}
.padding-bottom-29 {
padding-bottom: 29px !important;
}
.padding-right-29 {
padding-right: 29px !important;
}
.padding-top-30 {
padding-top: 30px !important;
}
.padding-left-30 {
padding-left: 30px !important;
}
.padding-bottom-30 {
padding-bottom: 30px !important;
}
.padding-right-30 {
padding-right: 30px !important;
}
.padding-top-31 {
padding-top: 31px !important;
}
.padding-left-31 {
padding-left: 31px !important;
}
.padding-bottom-31 {
padding-bottom: 31px !important;
}
.padding-right-31 {
padding-right: 31px !important;
}
.padding-top-32 {
padding-top: 32px !important;
}
.padding-left-32 {
padding-left: 32px !important;
}
.padding-bottom-32 {
padding-bottom: 32px !important;
}
.padding-right-32 {
padding-right: 32px !important;
}
.padding-top-33 {
padding-top: 33px !important;
}
.padding-left-33 {
padding-left: 33px !important;
}
.padding-bottom-33 {
padding-bottom: 33px !important;
}
.padding-right-33 {
padding-right: 33px !important;
}
.padding-top-34 {
padding-top: 34px !important;
}
.padding-left-34 {
padding-left: 34px !important;
}
.padding-bottom-34 {
padding-bottom: 34px !important;
}
.padding-right-34 {
padding-right: 34px !important;
}
.padding-top-35 {
padding-top: 35px !important;
}
.padding-left-35 {
padding-left: 35px !important;
}
.padding-bottom-35 {
padding-bottom: 35px !important;
}
.padding-right-35 {
padding-right: 35px !important;
}
.padding-top-36 {
padding-top: 36px !important;
}
.padding-left-36 {
padding-left: 36px !important;
}
.padding-bottom-36 {
padding-bottom: 36px !important;
}
.padding-right-36 {
padding-right: 36px !important;
}
.padding-top-37 {
padding-top: 37px !important;
}
.padding-left-37 {
padding-left: 37px !important;
}
.padding-bottom-37 {
padding-bottom: 37px !important;
}
.padding-right-37 {
padding-right: 37px !important;
}
.padding-top-38 {
padding-top: 38px !important;
}
.padding-left-38 {
padding-left: 38px !important;
}
.padding-bottom-38 {
padding-bottom: 38px !important;
}
.padding-right-38 {
padding-right: 38px !important;
}
.padding-top-39 {
padding-top: 39px !important;
}
.padding-left-39 {
padding-left: 39px !important;
}
.padding-bottom-39 {
padding-bottom: 39px !important;
}
.padding-right-39 {
padding-right: 39px !important;
}
.padding-top-40 {
padding-top: 40px !important;
}
.padding-left-40 {
padding-left: 40px !important;
}
.padding-bottom-40 {
padding-bottom: 40px !important;
}
.padding-right-40 {
padding-right: 40px !important;
}
.padding-top-41 {
padding-top: 41px !important;
}
.padding-left-41 {
padding-left: 41px !important;
}
.padding-bottom-41 {
padding-bottom: 41px !important;
}
.padding-right-41 {
padding-right: 41px !important;
}
.padding-top-42 {
padding-top: 42px !important;
}
.padding-left-42 {
padding-left: 42px !important;
}
.padding-bottom-42 {
padding-bottom: 42px !important;
}
.padding-right-42 {
padding-right: 42px !important;
}
.padding-top-43 {
padding-top: 43px !important;
}
.padding-left-43 {
padding-left: 43px !important;
}
.padding-bottom-43 {
padding-bottom: 43px !important;
}
.padding-right-43 {
padding-right: 43px !important;
}
.padding-top-44 {
padding-top: 44px !important;
}
.padding-left-44 {
padding-left: 44px !important;
}
.padding-bottom-44 {
padding-bottom: 44px !important;
}
.padding-right-44 {
padding-right: 44px !important;
}
.padding-top-45 {
padding-top: 45px !important;
}
.padding-left-45 {
padding-left: 45px !important;
}
.padding-bottom-45 {
padding-bottom: 45px !important;
}
.padding-right-45 {
padding-right: 45px !important;
}
.padding-top-46 {
padding-top: 46px !important;
}
.padding-left-46 {
padding-left: 46px !important;
}
.padding-bottom-46 {
padding-bottom: 46px !important;
}
.padding-right-46 {
padding-right: 46px !important;
}
.padding-top-47 {
padding-top: 47px !important;
}
.padding-left-47 {
padding-left: 47px !important;
}
.padding-bottom-47 {
padding-bottom: 47px !important;
}
.padding-right-47 {
padding-right: 47px !important;
}
.padding-top-48 {
padding-top: 48px !important;
}
.padding-left-48 {
padding-left: 48px !important;
}
.padding-bottom-48 {
padding-bottom: 48px !important;
}
.padding-right-48 {
padding-right: 48px !important;
}
.padding-top-49 {
padding-top: 49px !important;
}
.padding-left-49 {
padding-left: 49px !important;
}
.padding-bottom-49 {
padding-bottom: 49px !important;
}
.padding-right-49 {
padding-right: 49px !important;
}
.padding-top-50 {
padding-top: 50px !important;
}
.padding-left-50 {
padding-left: 50px !important;
}
.padding-bottom-50 {
padding-bottom: 50px !important;
}
.padding-right-50 {
padding-right: 50px !important;
}
.padding-top-51 {
padding-top: 51px !important;
}
.padding-left-51 {
padding-left: 51px !important;
}
.padding-bottom-51 {
padding-bottom: 51px !important;
}
.padding-right-51 {
padding-right: 51px !important;
}
.padding-top-52 {
padding-top: 52px !important;
}
.padding-left-52 {
padding-left: 52px !important;
}
.padding-bottom-52 {
padding-bottom: 52px !important;
}
.padding-right-52 {
padding-right: 52px !important;
}
.padding-top-53 {
padding-top: 53px !important;
}
.padding-left-53 {
padding-left: 53px !important;
}
.padding-bottom-53 {
padding-bottom: 53px !important;
}
.padding-right-53 {
padding-right: 53px !important;
}
.padding-top-54 {
padding-top: 54px !important;
}
.padding-left-54 {
padding-left: 54px !important;
}
.padding-bottom-54 {
padding-bottom: 54px !important;
}
.padding-right-54 {
padding-right: 54px !important;
}
.padding-top-55 {
padding-top: 55px !important;
}
.padding-left-55 {
padding-left: 55px !important;
}
.padding-bottom-55 {
padding-bottom: 55px !important;
}
.padding-right-55 {
padding-right: 55px !important;
}
.padding-top-56 {
padding-top: 56px !important;
}
.padding-left-56 {
padding-left: 56px !important;
}
.padding-bottom-56 {
padding-bottom: 56px !important;
}
.padding-right-56 {
padding-right: 56px !important;
}
.padding-top-57 {
padding-top: 57px !important;
}
.padding-left-57 {
padding-left: 57px !important;
}
.padding-bottom-57 {
padding-bottom: 57px !important;
}
.padding-right-57 {
padding-right: 57px !important;
}
.padding-top-58 {
padding-top: 58px !important;
}
.padding-left-58 {
padding-left: 58px !important;
}
.padding-bottom-58 {
padding-bottom: 58px !important;
}
.padding-right-58 {
padding-right: 58px !important;
}
.padding-top-59 {
padding-top: 59px !important;
}
.padding-left-59 {
padding-left: 59px !important;
}
.padding-bottom-59 {
padding-bottom: 59px !important;
}
.padding-right-59 {
padding-right: 59px !important;
}
.padding-top-60 {
padding-top: 60px !important;
}
.padding-left-60 {
padding-left: 60px !important;
}
.padding-bottom-60 {
padding-bottom: 60px !important;
}
.padding-right-60 {
padding-right: 60px !important;
}
.padding-top-61 {
padding-top: 61px !important;
}
.padding-left-61 {
padding-left: 61px !important;
}
.padding-bottom-61 {
padding-bottom: 61px !important;
}
.padding-right-61 {
padding-right: 61px !important;
}
.padding-top-62 {
padding-top: 62px !important;
}
.padding-left-62 {
padding-left: 62px !important;
}
.padding-bottom-62 {
padding-bottom: 62px !important;
}
.padding-right-62 {
padding-right: 62px !important;
}
.padding-top-63 {
padding-top: 63px !important;
}
.padding-left-63 {
padding-left: 63px !important;
}
.padding-bottom-63 {
padding-bottom: 63px !important;
}
.padding-right-63 {
padding-right: 63px !important;
}
.padding-top-64 {
padding-top: 64px !important;
}
.padding-left-64 {
padding-left: 64px !important;
}
.padding-bottom-64 {
padding-bottom: 64px !important;
}
.padding-right-64 {
padding-right: 64px !important;
}
.padding-top-65 {
padding-top: 65px !important;
}
.padding-left-65 {
padding-left: 65px !important;
}
.padding-bottom-65 {
padding-bottom: 65px !important;
}
.padding-right-65 {
padding-right: 65px !important;
}
.padding-top-66 {
padding-top: 66px !important;
}
.padding-left-66 {
padding-left: 66px !important;
}
.padding-bottom-66 {
padding-bottom: 66px !important;
}
.padding-right-66 {
padding-right: 66px !important;
}
.padding-top-67 {
padding-top: 67px !important;
}
.padding-left-67 {
padding-left: 67px !important;
}
.padding-bottom-67 {
padding-bottom: 67px !important;
}
.padding-right-67 {
padding-right: 67px !important;
}
.padding-top-68 {
padding-top: 68px !important;
}
.padding-left-68 {
padding-left: 68px !important;
}
.padding-bottom-68 {
padding-bottom: 68px !important;
}
.padding-right-68 {
padding-right: 68px !important;
}
.padding-top-69 {
padding-top: 69px !important;
}
.padding-left-69 {
padding-left: 69px !important;
}
.padding-bottom-69 {
padding-bottom: 69px !important;
}
.padding-right-69 {
padding-right: 69px !important;
}
.padding-top-70 {
padding-top: 70px !important;
}
.padding-left-70 {
padding-left: 70px !important;
}
.padding-bottom-70 {
padding-bottom: 70px !important;
}
.padding-right-70 {
padding-right: 70px !important;
}
.padding-top-71 {
padding-top: 71px !important;
}
.padding-left-71 {
padding-left: 71px !important;
}
.padding-bottom-71 {
padding-bottom: 71px !important;
}
.padding-right-71 {
padding-right: 71px !important;
}
.padding-top-72 {
padding-top: 72px !important;
}
.padding-left-72 {
padding-left: 72px !important;
}
.padding-bottom-72 {
padding-bottom: 72px !important;
}
.padding-right-72 {
padding-right: 72px !important;
}
.padding-top-73 {
padding-top: 73px !important;
}
.padding-left-73 {
padding-left: 73px !important;
}
.padding-bottom-73 {
padding-bottom: 73px !important;
}
.padding-right-73 {
padding-right: 73px !important;
}
.padding-top-74 {
padding-top: 74px !important;
}
.padding-left-74 {
padding-left: 74px !important;
}
.padding-bottom-74 {
padding-bottom: 74px !important;
}
.padding-right-74 {
padding-right: 74px !important;
}
.padding-top-75 {
padding-top: 75px !important;
}
.padding-left-75 {
padding-left: 75px !important;
}
.padding-bottom-75 {
padding-bottom: 75px !important;
}
.padding-right-75 {
padding-right: 75px !important;
}
.padding-top-76 {
padding-top: 76px !important;
}
.padding-left-76 {
padding-left: 76px !important;
}
.padding-bottom-76 {
padding-bottom: 76px !important;
}
.padding-right-76 {
padding-right: 76px !important;
}
.padding-top-77 {
padding-top: 77px !important;
}
.padding-left-77 {
padding-left: 77px !important;
}
.padding-bottom-77 {
padding-bottom: 77px !important;
}
.padding-right-77 {
padding-right: 77px !important;
}
.padding-top-78 {
padding-top: 78px !important;
}
.padding-left-78 {
padding-left: 78px !important;
}
.padding-bottom-78 {
padding-bottom: 78px !important;
}
.padding-right-78 {
padding-right: 78px !important;
}
.padding-top-79 {
padding-top: 79px !important;
}
.padding-left-79 {
padding-left: 79px !important;
}
.padding-bottom-79 {
padding-bottom: 79px !important;
}
.padding-right-79 {
padding-right: 79px !important;
}
.padding-top-80 {
padding-top: 80px !important;
}
.padding-left-80 {
padding-left: 80px !important;
}
.padding-bottom-80 {
padding-bottom: 80px !important;
}
.padding-right-80 {
padding-right: 80px !important;
} html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
body {
margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
a {
background: transparent;
}
a:active,
a:hover {
outline: 0;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
h1 {
font-size: 2em;
margin: 0.67em 0;
}
mark {
background: #ff0;
color: #000;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 1em 40px;
}
hr {
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0;
}
pre {
overflow: auto;
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0;
}
button {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],
html input[disabled] {
cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input {
line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"] {
-webkit-appearance: textfield;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: bold;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
td,
th {
padding: 0;
}
@media print {
* {
text-shadow: none !important;
color: #000 !important;
background: transparent !important;
box-shadow: none !important;
}
a,
a:visited {
text-decoration: underline;
}
a[href]:after {
content: " (" attr(href) ")";
}
abbr[title]:after {
content: " (" attr(title) ")";
}
a[href^="javascript:"]:after,
a[href^="#"]:after {
content: "";
}
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
thead {
display: table-header-group;
}
tr,
img {
page-break-inside: avoid;
}
img {
max-width: 100% !important;
}
p,
h2,
h3 {
orphans: 3;
widows: 3;
}
h2,
h3 {
page-break-after: avoid;
}
select {
background: #fff !important;
}
.navbar {
display: none;
}
.table td,
.table th {
background-color: #fff !important;
}
.btn > .caret,
.dropup > .btn > .caret {
border-top-color: #000 !important;
}
.label {
border: 1px solid #000;
}
.table {
border-collapse: collapse !important;
}
.table-bordered th,
.table-bordered td {
border: 1px solid #ddd !important;
}
}
@font-face {
font-family: 'Glyphicons Halflings';
src: url(//www.imep.com.tr/wp-content/themes/yozi/fonts/bootstrap/glyphicons-halflings-regular.eot);
src: url(//www.imep.com.tr/wp-content/themes/yozi/fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(//www.imep.com.tr/wp-content/themes/yozi/fonts/bootstrap/glyphicons-halflings-regular.woff) format("woff"), url(//www.imep.com.tr/wp-content/themes/yozi/fonts/bootstrap/glyphicons-halflings-regular.ttf) format("truetype"), url(//www.imep.com.tr/wp-content/themes/yozi/fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg");
}
.glyphicon {
position: relative;
top: 1px;
display: inline-block;
font-family: 'Glyphicons Halflings';
font-style: normal;
font-weight: normal;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
content: "\2a";
}
.glyphicon-plus:before {
content: "\2b";
}
.glyphicon-euro:before {
content: "\20ac";
}
.glyphicon-minus:before {
content: "\2212";
}
.glyphicon-cloud:before {
content: "\2601";
}
.glyphicon-envelope:before {
content: "\2709";
}
.glyphicon-pencil:before {
content: "\270f";
}
.glyphicon-glass:before {
content: "\e001";
}
.glyphicon-music:before {
content: "\e002";
}
.glyphicon-search:before {
content: "\e003";
}
.glyphicon-heart:before {
content: "\e005";
}
.glyphicon-star:before {
content: "\e006";
}
.glyphicon-star-empty:before {
content: "\e007";
}
.glyphicon-user:before {
content: "\e008";
}
.glyphicon-film:before {
content: "\e009";
}
.glyphicon-th-large:before {
content: "\e010";
}
.glyphicon-th:before {
content: "\e011";
}
.glyphicon-th-list:before {
content: "\e012";
}
.glyphicon-ok:before {
content: "\e013";
}
.glyphicon-remove:before {
content: "\e014";
}
.glyphicon-zoom-in:before {
content: "\e015";
}
.glyphicon-zoom-out:before {
content: "\e016";
}
.glyphicon-off:before {
content: "\e017";
}
.glyphicon-signal:before {
content: "\e018";
}
.glyphicon-cog:before {
content: "\e019";
}
.glyphicon-trash:before {
content: "\e020";
}
.glyphicon-home:before {
content: "\e021";
}
.glyphicon-file:before {
content: "\e022";
}
.glyphicon-time:before {
content: "\e023";
}
.glyphicon-road:before {
content: "\e024";
}
.glyphicon-download-alt:before {
content: "\e025";
}
.glyphicon-download:before {
content: "\e026";
}
.glyphicon-upload:before {
content: "\e027";
}
.glyphicon-inbox:before {
content: "\e028";
}
.glyphicon-play-circle:before {
content: "\e029";
}
.glyphicon-repeat:before {
content: "\e030";
}
.glyphicon-refresh:before {
content: "\e031";
}
.glyphicon-list-alt:before {
content: "\e032";
}
.glyphicon-lock:before {
content: "\e033";
}
.glyphicon-flag:before {
content: "\e034";
}
.glyphicon-headphones:before {
content: "\e035";
}
.glyphicon-volume-off:before {
content: "\e036";
}
.glyphicon-volume-down:before {
content: "\e037";
}
.glyphicon-volume-up:before {
content: "\e038";
}
.glyphicon-qrcode:before {
content: "\e039";
}
.glyphicon-barcode:before {
content: "\e040";
}
.glyphicon-tag:before {
content: "\e041";
}
.glyphicon-tags:before {
content: "\e042";
}
.glyphicon-book:before {
content: "\e043";
}
.glyphicon-bookmark:before {
content: "\e044";
}
.glyphicon-print:before {
content: "\e045";
}
.glyphicon-camera:before {
content: "\e046";
}
.glyphicon-font:before {
content: "\e047";
}
.glyphicon-bold:before {
content: "\e048";
}
.glyphicon-italic:before {
content: "\e049";
}
.glyphicon-text-height:before {
content: "\e050";
}
.glyphicon-text-width:before {
content: "\e051";
}
.glyphicon-align-left:before {
content: "\e052";
}
.glyphicon-align-center:before {
content: "\e053";
}
.glyphicon-align-right:before {
content: "\e054";
}
.glyphicon-align-justify:before {
content: "\e055";
}
.glyphicon-list:before {
content: "\e056";
}
.glyphicon-indent-left:before {
content: "\e057";
}
.glyphicon-indent-right:before {
content: "\e058";
}
.glyphicon-facetime-video:before {
content: "\e059";
}
.glyphicon-picture:before {
content: "\e060";
}
.glyphicon-map-marker:before {
content: "\e062";
}
.glyphicon-adjust:before {
content: "\e063";
}
.glyphicon-tint:before {
content: "\e064";
}
.glyphicon-edit:before {
content: "\e065";
}
.glyphicon-share:before {
content: "\e066";
}
.glyphicon-check:before {
content: "\e067";
}
.glyphicon-move:before {
content: "\e068";
}
.glyphicon-step-backward:before {
content: "\e069";
}
.glyphicon-fast-backward:before {
content: "\e070";
}
.glyphicon-backward:before {
content: "\e071";
}
.glyphicon-play:before {
content: "\e072";
}
.glyphicon-pause:before {
content: "\e073";
}
.glyphicon-stop:before {
content: "\e074";
}
.glyphicon-forward:before {
content: "\e075";
}
.glyphicon-fast-forward:before {
content: "\e076";
}
.glyphicon-step-forward:before {
content: "\e077";
}
.glyphicon-eject:before {
content: "\e078";
}
.glyphicon-chevron-left:before {
content: "\e079";
}
.glyphicon-chevron-right:before {
content: "\e080";
}
.glyphicon-plus-sign:before {
content: "\e081";
}
.glyphicon-minus-sign:before {
content: "\e082";
}
.glyphicon-remove-sign:before {
content: "\e083";
}
.glyphicon-ok-sign:before {
content: "\e084";
}
.glyphicon-question-sign:before {
content: "\e085";
}
.glyphicon-info-sign:before {
content: "\e086";
}
.glyphicon-screenshot:before {
content: "\e087";
}
.glyphicon-remove-circle:before {
content: "\e088";
}
.glyphicon-ok-circle:before {
content: "\e089";
}
.glyphicon-ban-circle:before {
content: "\e090";
}
.glyphicon-arrow-left:before {
content: "\e091";
}
.glyphicon-arrow-right:before {
content: "\e092";
}
.glyphicon-arrow-up:before {
content: "\e093";
}
.glyphicon-arrow-down:before {
content: "\e094";
}
.glyphicon-share-alt:before {
content: "\e095";
}
.glyphicon-resize-full:before {
content: "\e096";
}
.glyphicon-resize-small:before {
content: "\e097";
}
.glyphicon-exclamation-sign:before {
content: "\e101";
}
.glyphicon-gift:before {
content: "\e102";
}
.glyphicon-leaf:before {
content: "\e103";
}
.glyphicon-fire:before {
content: "\e104";
}
.glyphicon-eye-open:before {
content: "\e105";
}
.glyphicon-eye-close:before {
content: "\e106";
}
.glyphicon-warning-sign:before {
content: "\e107";
}
.glyphicon-plane:before {
content: "\e108";
}
.glyphicon-calendar:before {
content: "\e109";
}
.glyphicon-random:before {
content: "\e110";
}
.glyphicon-comment:before {
content: "\e111";
}
.glyphicon-magnet:before {
content: "\e112";
}
.glyphicon-chevron-up:before {
content: "\e113";
}
.glyphicon-chevron-down:before {
content: "\e114";
}
.glyphicon-retweet:before {
content: "\e115";
}
.glyphicon-shopping-cart:before {
content: "\e116";
}
.glyphicon-folder-close:before {
content: "\e117";
}
.glyphicon-folder-open:before {
content: "\e118";
}
.glyphicon-resize-vertical:before {
content: "\e119";
}
.glyphicon-resize-horizontal:before {
content: "\e120";
}
.glyphicon-hdd:before {
content: "\e121";
}
.glyphicon-bullhorn:before {
content: "\e122";
}
.glyphicon-bell:before {
content: "\e123";
}
.glyphicon-certificate:before {
content: "\e124";
}
.glyphicon-thumbs-up:before {
content: "\e125";
}
.glyphicon-thumbs-down:before {
content: "\e126";
}
.glyphicon-hand-right:before {
content: "\e127";
}
.glyphicon-hand-left:before {
content: "\e128";
}
.glyphicon-hand-up:before {
content: "\e129";
}
.glyphicon-hand-down:before {
content: "\e130";
}
.glyphicon-circle-arrow-right:before {
content: "\e131";
}
.glyphicon-circle-arrow-left:before {
content: "\e132";
}
.glyphicon-circle-arrow-up:before {
content: "\e133";
}
.glyphicon-circle-arrow-down:before {
content: "\e134";
}
.glyphicon-globe:before {
content: "\e135";
}
.glyphicon-wrench:before {
content: "\e136";
}
.glyphicon-tasks:before {
content: "\e137";
}
.glyphicon-filter:before {
content: "\e138";
}
.glyphicon-briefcase:before {
content: "\e139";
}
.glyphicon-fullscreen:before {
content: "\e140";
}
.glyphicon-dashboard:before {
content: "\e141";
}
.glyphicon-paperclip:before {
content: "\e142";
}
.glyphicon-heart-empty:before {
content: "\e143";
}
.glyphicon-link:before {
content: "\e144";
}
.glyphicon-phone:before {
content: "\e145";
}
.glyphicon-pushpin:before {
content: "\e146";
}
.glyphicon-usd:before {
content: "\e148";
}
.glyphicon-gbp:before {
content: "\e149";
}
.glyphicon-sort:before {
content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
content: "\e152";
}
.glyphicon-sort-by-order:before {
content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
content: "\e154";
}
.glyphicon-sort-by-attributes:before {
content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
content: "\e156";
}
.glyphicon-unchecked:before {
content: "\e157";
}
.glyphicon-expand:before {
content: "\e158";
}
.glyphicon-collapse-down:before {
content: "\e159";
}
.glyphicon-collapse-up:before {
content: "\e160";
}
.glyphicon-log-in:before {
content: "\e161";
}
.glyphicon-flash:before {
content: "\e162";
}
.glyphicon-log-out:before {
content: "\e163";
}
.glyphicon-new-window:before {
content: "\e164";
}
.glyphicon-record:before {
content: "\e165";
}
.glyphicon-save:before {
content: "\e166";
}
.glyphicon-open:before {
content: "\e167";
}
.glyphicon-saved:before {
content: "\e168";
}
.glyphicon-import:before {
content: "\e169";
}
.glyphicon-export:before {
content: "\e170";
}
.glyphicon-send:before {
content: "\e171";
}
.glyphicon-floppy-disk:before {
content: "\e172";
}
.glyphicon-floppy-saved:before {
content: "\e173";
}
.glyphicon-floppy-remove:before {
content: "\e174";
}
.glyphicon-floppy-save:before {
content: "\e175";
}
.glyphicon-floppy-open:before {
content: "\e176";
}
.glyphicon-credit-card:before {
content: "\e177";
}
.glyphicon-transfer:before {
content: "\e178";
}
.glyphicon-cutlery:before {
content: "\e179";
}
.glyphicon-header:before {
content: "\e180";
}
.glyphicon-compressed:before {
content: "\e181";
}
.glyphicon-earphone:before {
content: "\e182";
}
.glyphicon-phone-alt:before {
content: "\e183";
}
.glyphicon-tower:before {
content: "\e184";
}
.glyphicon-stats:before {
content: "\e185";
}
.glyphicon-sd-video:before {
content: "\e186";
}
.glyphicon-hd-video:before {
content: "\e187";
}
.glyphicon-subtitles:before {
content: "\e188";
}
.glyphicon-sound-stereo:before {
content: "\e189";
}
.glyphicon-sound-dolby:before {
content: "\e190";
}
.glyphicon-sound-5-1:before {
content: "\e191";
}
.glyphicon-sound-6-1:before {
content: "\e192";
}
.glyphicon-sound-7-1:before {
content: "\e193";
}
.glyphicon-copyright-mark:before {
content: "\e194";
}
.glyphicon-registration-mark:before {
content: "\e195";
}
.glyphicon-cloud-download:before {
content: "\e197";
}
.glyphicon-cloud-upload:before {
content: "\e198";
}
.glyphicon-tree-conifer:before {
content: "\e199";
}
.glyphicon-tree-deciduous:before {
content: "\e200";
}
* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
*:before,
*:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
html {
font-size: 10px;
}
body {
font-family: "Rubik", Helvetica, Arial, sans-serif;
font-size: 16px;
font-weight: 400;
line-height: 1.85;
color: #4c4c4c;
background: #fff;
overflow-x: hidden;
}
input,
button,
select,
textarea {
font-family: inherit;
font-size: inherit;
line-height: inherit;
}
a {
color: #191919;
text-decoration: none;
-webkit-transition: color 0.3s ease;
-o-transition: color 0.3s ease;
transition: color 0.3s ease;
}
a:hover, a:focus {
color: #e23e1d;
outline: 0;
}
a:focus {
outline: 0;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
figure {
margin: 0;
}
img {
vertical-align: middle;
}
.img-responsive {
display: block;
width: 100% \9;
max-width: 100%;
height: auto;
}
.img-rounded {
border-radius: 100px;
}
.img-thumbnail {
padding: 4px;
line-height: 1.85;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 100px;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
display: inline-block;
width: 100% \9;
max-width: 100%;
height: auto;
}
.img-circle {
border-radius: 50%;
}
hr {
margin-top: 29px;
margin-bottom: 29px;
border: 0;
border-top: 1px solid #eeeeee;
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
margin: -1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
position: static;
width: auto;
height: auto;
margin: 0;
overflow: visible;
clip: auto;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
font-family: "Rubik-Medium";
font-weight: 400;
line-height: 1.4;
color: #191919;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
font-weight: normal;
line-height: 1;
color: #777777;
}
h1, .h1,
h2, .h2,
h3, .h3 {
margin-top: 29px;
margin-bottom: 14.5px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
font-size: 65%;
}
h4, .h4,
h5, .h5,
h6, .h6 {
margin-top: 14.5px;
margin-bottom: 14.5px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
font-size: 75%;
}
h1, .h1 {
font-size: 41px;
}
h2, .h2 {
font-size: 34px;
}
h3, .h3 {
font-size: 28px;
}
h4, .h4 {
font-size: 20px;
}
h5, .h5 {
font-size: 16px;
}
h6, .h6 {
font-size: 14px;
}
p {
margin: 0 0 14.5px;
}
.lead {
margin-bottom: 29px;
font-size: 18px;
font-weight: 300;
line-height: 1.4;
}
@media (min-width: 768px) {
.lead {
font-size: 24px;
}
}
small,
.small {
font-size: 87%;
}
mark,
.mark {
background-color: #fcf8e3;
padding: .2em;
}
.text-left {
text-align: left;
}
.rtl .text-left {
text-align: right;
}
.text-right {
text-align: right;
}
.rtl .text-right {
text-align: left;
}
.text-center {
text-align: center !important;
}
.text-justify {
text-align: justify;
}
.text-nowrap {
white-space: nowrap;
}
.text-lowercase {
text-transform: lowercase;
}
.text-uppercase, .initialism {
text-transform: uppercase;
}
.text-capitalize {
text-transform: capitalize;
}
.text-muted {
color: #777777;
}
.text-primary {
color: #191919;
}
a.text-primary:hover {
color: black;
}
.text-success {
color: #3c763d;
}
a.text-success:hover {
color: #2b542c;
}
.text-info {
color: #31708f;
}
a.text-info:hover {
color: #245269;
}
.text-warning {
color: #8a6d3b;
}
a.text-warning:hover {
color: #66512c;
}
.text-danger {
color: #a94442;
}
a.text-danger:hover {
color: #843534;
}
.bg-primary {
color: #fff;
}
.bg-primary {
background-color: #191919;
}
a.bg-primary:hover {
background-color: black;
}
.bg-success {
background-color: #dff0d8;
}
a.bg-success:hover {
background-color: #c1e2b3;
}
.bg-info {
background-color: #d9edf7;
}
a.bg-info:hover {
background-color: #afd9ee;
}
.bg-warning {
background-color: #fcf8e3;
}
a.bg-warning:hover {
background-color: #f7ecb5;
}
.bg-danger {
background-color: #f2dede;
}
a.bg-danger:hover {
background-color: #e4b9b9;
}
.page-header {
padding-bottom: 13.5px;
margin: 58px 0 29px;
border-bottom: 1px solid #eeeeee;
}
ul,
ol {
margin-top: 0;
margin-bottom: 14.5px;
}
ul ul,
ul ol,
ol ul,
ol ol {
margin-bottom: 0;
}
.list-unstyled {
padding-left: 0;
list-style: none;
}
.list-inline {
padding-left: 0;
list-style: none;
margin-left: -5px;
}
.list-inline > li {
display: inline-block;
padding-left: 5px;
padding-right: 5px;
}
dl {
margin-top: 0;
margin-bottom: 29px;
}
dt,
dd {
line-height: 1.85;
}
dt {
font-weight: bold;
}
dd {
margin-left: 0;
}
.dl-horizontal dd:before, .dl-horizontal dd:after {
content: " ";
display: table;
}
.dl-horizontal dd:after {
clear: both;
}
@media (min-width: 768px) {
.dl-horizontal dt {
float: left;
width: 160px;
clear: left;
text-align: right;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.dl-horizontal dd {
margin-left: 180px;
}
}
abbr[title],
abbr[data-original-title] {
cursor: help;
border-bottom: 1px dotted #777777;
}
.initialism {
font-size: 90%;
}
blockquote {
padding: 14.5px 29px;
margin: 0 0 29px;
font-size: 20px;
border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
display: block;
font-size: 80%;
line-height: 1.85;
color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
padding-right: 15px;
padding-left: 0;
border-right: 5px solid #eeeeee;
border-left: 0;
text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
content: '';
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
content: '\00A0 \2014';
}
address {
margin-bottom: 29px;
font-style: normal;
line-height: 1.85;
}
code,
kbd,
pre,
samp {
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
padding: 2px 4px;
font-size: 90%;
color: #c7254e;
background-color: #f9f2f4;
border-radius: 100px;
}
kbd {
padding: 2px 4px;
font-size: 90%;
color: #fff;
background-color: #333;
border-radius: 0px;
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
padding: 0;
font-size: 100%;
box-shadow: none;
}
pre {
display: block;
padding: 14px;
margin: 0 0 14.5px;
font-size: 15px;
line-height: 1.85;
word-break: break-all;
word-wrap: break-word;
color: #333333;
background-color: #f5f5f5;
border: 1px solid #ccc;
border-radius: 0;
}
pre code {
padding: 0;
font-size: inherit;
color: inherit;
white-space: pre-wrap;
background-color: transparent;
border-radius: 0;
}
.pre-scrollable {
max-height: 340px;
overflow-y: scroll;
}
.container {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
max-width: 100%;
}
.container:before, .container:after {
content: " ";
display: table;
}
.container:after {
clear: both;
}
@media (min-width: 768px) {
.container {
width: 750px;
}
}
@media (min-width: 992px) {
.container {
width: 970px;
}
}
@media (min-width: 1200px) {
.container {
width: 1200px;
}
}
.container-fluid {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
content: " ";
display: table;
}
.container-fluid:after {
clear: both;
}
.row {
margin-left: -15px;
margin-right: -15px;
}
.row:before, .row:after {
content: " ";
display: table;
}
.row:after {
clear: both;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
float: left;
}
.col-xs-1 {
width: 8.33333%;
}
.col-xs-2 {
width: 16.66667%;
}
.col-xs-3 {
width: 25%;
}
.col-xs-4 {
width: 33.33333%;
}
.col-xs-5 {
width: 41.66667%;
}
.col-xs-6 {
width: 50%;
}
.col-xs-7 {
width: 58.33333%;
}
.col-xs-8 {
width: 66.66667%;
}
.col-xs-9 {
width: 75%;
}
.col-xs-10 {
width: 83.33333%;
}
.col-xs-11 {
width: 91.66667%;
}
.col-xs-12 {
width: 100%;
}
.col-xs-pull-0 {
right: auto;
}
.col-xs-pull-1 {
right: 8.33333%;
}
.col-xs-pull-2 {
right: 16.66667%;
}
.col-xs-pull-3 {
right: 25%;
}
.col-xs-pull-4 {
right: 33.33333%;
}
.col-xs-pull-5 {
right: 41.66667%;
}
.col-xs-pull-6 {
right: 50%;
}
.col-xs-pull-7 {
right: 58.33333%;
}
.col-xs-pull-8 {
right: 66.66667%;
}
.col-xs-pull-9 {
right: 75%;
}
.col-xs-pull-10 {
right: 83.33333%;
}
.col-xs-pull-11 {
right: 91.66667%;
}
.col-xs-pull-12 {
right: 100%;
}
.col-xs-push-0 {
left: auto;
}
.col-xs-push-1 {
left: 8.33333%;
}
.col-xs-push-2 {
left: 16.66667%;
}
.col-xs-push-3 {
left: 25%;
}
.col-xs-push-4 {
left: 33.33333%;
}
.col-xs-push-5 {
left: 41.66667%;
}
.col-xs-push-6 {
left: 50%;
}
.col-xs-push-7 {
left: 58.33333%;
}
.col-xs-push-8 {
left: 66.66667%;
}
.col-xs-push-9 {
left: 75%;
}
.col-xs-push-10 {
left: 83.33333%;
}
.col-xs-push-11 {
left: 91.66667%;
}
.col-xs-push-12 {
left: 100%;
}
.col-xs-offset-0 {
margin-left: 0%;
}
.col-xs-offset-1 {
margin-left: 8.33333%;
}
.col-xs-offset-2 {
margin-left: 16.66667%;
}
.col-xs-offset-3 {
margin-left: 25%;
}
.col-xs-offset-4 {
margin-left: 33.33333%;
}
.col-xs-offset-5 {
margin-left: 41.66667%;
}
.col-xs-offset-6 {
margin-left: 50%;
}
.col-xs-offset-7 {
margin-left: 58.33333%;
}
.col-xs-offset-8 {
margin-left: 66.66667%;
}
.col-xs-offset-9 {
margin-left: 75%;
}
.col-xs-offset-10 {
margin-left: 83.33333%;
}
.col-xs-offset-11 {
margin-left: 91.66667%;
}
.col-xs-offset-12 {
margin-left: 100%;
}
@media (min-width: 768px) {
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
float: left;
}
.col-sm-1 {
width: 8.33333%;
}
.col-sm-2 {
width: 16.66667%;
}
.col-sm-3 {
width: 25%;
}
.col-sm-4 {
width: 33.33333%;
}
.col-sm-5 {
width: 41.66667%;
}
.col-sm-6 {
width: 50%;
}
.col-sm-7 {
width: 58.33333%;
}
.col-sm-8 {
width: 66.66667%;
}
.col-sm-9 {
width: 75%;
}
.col-sm-10 {
width: 83.33333%;
}
.col-sm-11 {
width: 91.66667%;
}
.col-sm-12 {
width: 100%;
}
.col-sm-pull-0 {
right: auto;
}
.col-sm-pull-1 {
right: 8.33333%;
}
.col-sm-pull-2 {
right: 16.66667%;
}
.col-sm-pull-3 {
right: 25%;
}
.col-sm-pull-4 {
right: 33.33333%;
}
.col-sm-pull-5 {
right: 41.66667%;
}
.col-sm-pull-6 {
right: 50%;
}
.col-sm-pull-7 {
right: 58.33333%;
}
.col-sm-pull-8 {
right: 66.66667%;
}
.col-sm-pull-9 {
right: 75%;
}
.col-sm-pull-10 {
right: 83.33333%;
}
.col-sm-pull-11 {
right: 91.66667%;
}
.col-sm-pull-12 {
right: 100%;
}
.col-sm-push-0 {
left: auto;
}
.col-sm-push-1 {
left: 8.33333%;
}
.col-sm-push-2 {
left: 16.66667%;
}
.col-sm-push-3 {
left: 25%;
}
.col-sm-push-4 {
left: 33.33333%;
}
.col-sm-push-5 {
left: 41.66667%;
}
.col-sm-push-6 {
left: 50%;
}
.col-sm-push-7 {
left: 58.33333%;
}
.col-sm-push-8 {
left: 66.66667%;
}
.col-sm-push-9 {
left: 75%;
}
.col-sm-push-10 {
left: 83.33333%;
}
.col-sm-push-11 {
left: 91.66667%;
}
.col-sm-push-12 {
left: 100%;
}
.col-sm-offset-0 {
margin-left: 0%;
}
.col-sm-offset-1 {
margin-left: 8.33333%;
}
.col-sm-offset-2 {
margin-left: 16.66667%;
}
.col-sm-offset-3 {
margin-left: 25%;
}
.col-sm-offset-4 {
margin-left: 33.33333%;
}
.col-sm-offset-5 {
margin-left: 41.66667%;
}
.col-sm-offset-6 {
margin-left: 50%;
}
.col-sm-offset-7 {
margin-left: 58.33333%;
}
.col-sm-offset-8 {
margin-left: 66.66667%;
}
.col-sm-offset-9 {
margin-left: 75%;
}
.col-sm-offset-10 {
margin-left: 83.33333%;
}
.col-sm-offset-11 {
margin-left: 91.66667%;
}
.col-sm-offset-12 {
margin-left: 100%;
}
}
@media (min-width: 992px) {
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
float: left;
}
.col-md-1 {
width: 8.33333%;
}
.col-md-2 {
width: 16.66667%;
}
.col-md-3 {
width: 25%;
}
.col-md-4 {
width: 33.33333%;
}
.col-md-5 {
width: 41.66667%;
}
.col-md-6 {
width: 50%;
}
.col-md-7 {
width: 58.33333%;
}
.col-md-8 {
width: 66.66667%;
}
.col-md-9 {
width: 75%;
}
.col-md-10 {
width: 83.33333%;
}
.col-md-11 {
width: 91.66667%;
}
.col-md-12 {
width: 100%;
}
.col-md-pull-0 {
right: auto;
}
.col-md-pull-1 {
right: 8.33333%;
}
.col-md-pull-2 {
right: 16.66667%;
}
.col-md-pull-3 {
right: 25%;
}
.col-md-pull-4 {
right: 33.33333%;
}
.col-md-pull-5 {
right: 41.66667%;
}
.col-md-pull-6 {
right: 50%;
}
.col-md-pull-7 {
right: 58.33333%;
}
.col-md-pull-8 {
right: 66.66667%;
}
.col-md-pull-9 {
right: 75%;
}
.col-md-pull-10 {
right: 83.33333%;
}
.col-md-pull-11 {
right: 91.66667%;
}
.col-md-pull-12 {
right: 100%;
}
.col-md-push-0 {
left: auto;
}
.col-md-push-1 {
left: 8.33333%;
}
.col-md-push-2 {
left: 16.66667%;
}
.col-md-push-3 {
left: 25%;
}
.col-md-push-4 {
left: 33.33333%;
}
.col-md-push-5 {
left: 41.66667%;
}
.col-md-push-6 {
left: 50%;
}
.col-md-push-7 {
left: 58.33333%;
}
.col-md-push-8 {
left: 66.66667%;
}
.col-md-push-9 {
left: 75%;
}
.col-md-push-10 {
left: 83.33333%;
}
.col-md-push-11 {
left: 91.66667%;
}
.col-md-push-12 {
left: 100%;
}
.col-md-offset-0 {
margin-left: 0%;
}
.col-md-offset-1 {
margin-left: 8.33333%;
}
.col-md-offset-2 {
margin-left: 16.66667%;
}
.col-md-offset-3 {
margin-left: 25%;
}
.col-md-offset-4 {
margin-left: 33.33333%;
}
.col-md-offset-5 {
margin-left: 41.66667%;
}
.col-md-offset-6 {
margin-left: 50%;
}
.col-md-offset-7 {
margin-left: 58.33333%;
}
.col-md-offset-8 {
margin-left: 66.66667%;
}
.col-md-offset-9 {
margin-left: 75%;
}
.col-md-offset-10 {
margin-left: 83.33333%;
}
.col-md-offset-11 {
margin-left: 91.66667%;
}
.col-md-offset-12 {
margin-left: 100%;
}
}
@media (min-width: 1200px) {
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
float: left;
}
.col-lg-1 {
width: 8.33333%;
}
.col-lg-2 {
width: 16.66667%;
}
.col-lg-3 {
width: 25%;
}
.col-lg-4 {
width: 33.33333%;
}
.col-lg-5 {
width: 41.66667%;
}
.col-lg-6 {
width: 50%;
}
.col-lg-7 {
width: 58.33333%;
}
.col-lg-8 {
width: 66.66667%;
}
.col-lg-9 {
width: 75%;
}
.col-lg-10 {
width: 83.33333%;
}
.col-lg-11 {
width: 91.66667%;
}
.col-lg-12 {
width: 100%;
}
.col-lg-pull-0 {
right: auto;
}
.col-lg-pull-1 {
right: 8.33333%;
}
.col-lg-pull-2 {
right: 16.66667%;
}
.col-lg-pull-3 {
right: 25%;
}
.col-lg-pull-4 {
right: 33.33333%;
}
.col-lg-pull-5 {
right: 41.66667%;
}
.col-lg-pull-6 {
right: 50%;
}
.col-lg-pull-7 {
right: 58.33333%;
}
.col-lg-pull-8 {
right: 66.66667%;
}
.col-lg-pull-9 {
right: 75%;
}
.col-lg-pull-10 {
right: 83.33333%;
}
.col-lg-pull-11 {
right: 91.66667%;
}
.col-lg-pull-12 {
right: 100%;
}
.col-lg-push-0 {
left: auto;
}
.col-lg-push-1 {
left: 8.33333%;
}
.col-lg-push-2 {
left: 16.66667%;
}
.col-lg-push-3 {
left: 25%;
}
.col-lg-push-4 {
left: 33.33333%;
}
.col-lg-push-5 {
left: 41.66667%;
}
.col-lg-push-6 {
left: 50%;
}
.col-lg-push-7 {
left: 58.33333%;
}
.col-lg-push-8 {
left: 66.66667%;
}
.col-lg-push-9 {
left: 75%;
}
.col-lg-push-10 {
left: 83.33333%;
}
.col-lg-push-11 {
left: 91.66667%;
}
.col-lg-push-12 {
left: 100%;
}
.col-lg-offset-0 {
margin-left: 0%;
}
.col-lg-offset-1 {
margin-left: 8.33333%;
}
.col-lg-offset-2 {
margin-left: 16.66667%;
}
.col-lg-offset-3 {
margin-left: 25%;
}
.col-lg-offset-4 {
margin-left: 33.33333%;
}
.col-lg-offset-5 {
margin-left: 41.66667%;
}
.col-lg-offset-6 {
margin-left: 50%;
}
.col-lg-offset-7 {
margin-left: 58.33333%;
}
.col-lg-offset-8 {
margin-left: 66.66667%;
}
.col-lg-offset-9 {
margin-left: 75%;
}
.col-lg-offset-10 {
margin-left: 83.33333%;
}
.col-lg-offset-11 {
margin-left: 91.66667%;
}
.col-lg-offset-12 {
margin-left: 100%;
}
}
table {
background-color: transparent;
}
th {
text-align: left;
}
table, .table {
width: 100%;
max-width: 100%;
margin-bottom: 29px;
}
table > thead > tr > th,
table > thead > tr > td,
table > tbody > tr > th,
table > tbody > tr > td,
table > tfoot > tr > th,
table > tfoot > tr > td, .table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
padding: 8px;
line-height: 1.85;
vertical-align: top;
border-top: 1px solid #ddd;
}
table > thead > tr > th, .table > thead > tr > th {
vertical-align: bottom;
border-bottom: 2px solid #ddd;
}
table > caption + thead > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > th,
table > thead:first-child > tr:first-child > td, .table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
border-top: 0;
}
table > tbody + tbody, .table > tbody + tbody {
border-top: 2px solid #ddd;
}
table .table, .table .table {
background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
padding: 5px;
}
table, .table-bordered {
border: 1px solid #ddd;
}
table > thead > tr > th,
table > thead > tr > td,
table > tbody > tr > th,
table > tbody > tr > td,
table > tfoot > tr > th,
table > tfoot > tr > td, .table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
border: 1px solid #ddd;
}
table > thead > tr > th,
table > thead > tr > td, .table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
background-color: #f5f5f5;
}
table col[class*="col-"] {
position: static;
float: none;
display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
position: static;
float: none;
display: table-cell;
}
.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
background-color: #ebcccc;
}
@media screen and (max-width: 767px) {
.table-responsive {
width: 100%;
margin-bottom: 21.75px;
overflow-y: hidden;
overflow-x: auto;
-ms-overflow-style: -ms-autohiding-scrollbar;
border: 1px solid #ddd;
-webkit-overflow-scrolling: touch;
}
.table-responsive > .table {
margin-bottom: 0;
}
.table-responsive > .table > thead > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > tfoot > tr > td {
white-space: nowrap;
}
.table-responsive > .table-bordered {
border: 0;
}
.table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
border-left: 0;
}
.table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
border-right: 0;
}
.table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
border-bottom: 0;
}
}
fieldset {
padding: 0;
margin: 0;
border: 0;
min-width: 0;
}
legend {
display: block;
width: 100%;
padding: 0;
margin-bottom: 29px;
font-size: 24px;
line-height: inherit;
color: #333333;
border: 0;
border-bottom: 1px solid #e5e5e5;
}
label {
display: inline-block;
max-width: 100%;
margin-bottom: 5px;
font-weight: bold;
}
input[type="search"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
margin: 4px 0 0;
margin-top: 1px \9;
line-height: normal;
}
input[type="file"] {
display: block;
}
input[type="range"] {
display: block;
width: 100%;
}
select[multiple],
select[size] {
height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
outline: 0;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
output {
display: block;
padding-top: 6px;
font-size: 16px;
line-height: 1.85;
color: #555555;
}
.form-control {
display: block;
width: 100%;
height: 40px;
padding: 12px 30px;
font-size: 16px;
line-height: 1.85;
color: #555555;
background-color: #fff;
background-image: none;
border: 1px solid #ebebeb;
border-radius: 100px;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.form-control:focus {
border-color: #1e1e27;
outline: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.form-control::-moz-placeholder {
color: #999;
opacity: 1;
}
.form-control:-ms-input-placeholder {
color: #999;
}
.form-control::-webkit-input-placeholder {
color: #999;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
cursor: not-allowed;
background-color: #eeeeee;
opacity: 1;
}
textarea.form-control {
height: auto;
}
input[type="search"] {
-webkit-appearance: none;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
line-height: 40px;
line-height: 1.85 \0;
}
input[type="date"].input-sm, .form-horizontal .form-group-sm input[type="date"].form-control, .input-group-sm > input[type="date"].form-control,
.input-group-sm > input[type="date"].input-group-addon,
.input-group-sm > .input-group-btn > input[type="date"].btn,
input[type="time"].input-sm,
.form-horizontal .form-group-sm input[type="time"].form-control,
.input-group-sm > input[type="time"].form-control,
.input-group-sm > input[type="time"].input-group-addon,
.input-group-sm > .input-group-btn > input[type="time"].btn,
input[type="datetime-local"].input-sm,
.form-horizontal .form-group-sm input[type="datetime-local"].form-control,
.input-group-sm > input[type="datetime-local"].form-control,
.input-group-sm > input[type="datetime-local"].input-group-addon,
.input-group-sm > .input-group-btn > input[type="datetime-local"].btn,
input[type="month"].input-sm,
.form-horizontal .form-group-sm input[type="month"].form-control,
.input-group-sm > input[type="month"].form-control,
.input-group-sm > input[type="month"].input-group-addon,
.input-group-sm > .input-group-btn > input[type="month"].btn {
line-height: 33px;
}
input[type="date"].input-lg, .form-horizontal .form-group-lg input[type="date"].form-control, .input-group-lg > input[type="date"].form-control,
.input-group-lg > input[type="date"].input-group-addon,
.input-group-lg > .input-group-btn > input[type="date"].btn,
input[type="time"].input-lg,
.form-horizontal .form-group-lg input[type="time"].form-control,
.input-group-lg > input[type="time"].form-control,
.input-group-lg > input[type="time"].input-group-addon,
.input-group-lg > .input-group-btn > input[type="time"].btn,
input[type="datetime-local"].input-lg,
.form-horizontal .form-group-lg input[type="datetime-local"].form-control,
.input-group-lg > input[type="datetime-local"].form-control,
.input-group-lg > input[type="datetime-local"].input-group-addon,
.input-group-lg > .input-group-btn > input[type="datetime-local"].btn,
input[type="month"].input-lg,
.form-horizontal .form-group-lg input[type="month"].form-control,
.input-group-lg > input[type="month"].form-control,
.input-group-lg > input[type="month"].input-group-addon,
.input-group-lg > .input-group-btn > input[type="month"].btn {
line-height: 45px;
}
.form-group {
margin-bottom: 15px;
}
.radio,
.checkbox {
position: relative;
display: block;
min-height: 29px;
margin-top: 10px;
margin-bottom: 10px;
}
.radio label,
.checkbox label {
padding-left: 20px;
margin-bottom: 0;
font-weight: normal;
cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
position: absolute;
margin-left: -20px;
margin-top: 7px;
margin-top: 7px \9;
}
.radio + .radio,
.checkbox + .checkbox {
margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
display: inline-block;
padding-left: 20px;
margin-bottom: 0;
vertical-align: middle;
font-weight: normal;
cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
margin-top: 0;
margin-left: 10px;
}
input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled]
input[type="checkbox"] {
cursor: not-allowed;
}
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
cursor: not-allowed;
}
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
cursor: not-allowed;
}
.form-control-static {
padding-top: 6px;
padding-bottom: 6px;
margin-bottom: 0;
}
.form-control-static.input-lg, .form-horizontal .form-group-lg .form-control-static.form-control, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .form-horizontal .form-group-sm .form-control-static.form-control, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
padding-left: 0;
padding-right: 0;
}
.input-sm, .form-horizontal .form-group-sm .form-control, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
height: 33px;
padding: 5px 10px;
font-size: 14px;
line-height: 1.5;
border-radius: 0px;
}
select.input-sm, .form-horizontal .form-group-sm select.form-control, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
height: 33px;
line-height: 33px;
}
textarea.input-sm, .form-horizontal .form-group-sm textarea.form-control, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.form-horizontal .form-group-sm select[multiple].form-control,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
height: auto;
}
.input-lg, .form-horizontal .form-group-lg .form-control, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
height: 45px;
padding: 8px 35px;
font-size: 20px;
line-height: 1.33333;
border-radius: 100px;
}
select.input-lg, .form-horizontal .form-group-lg select.form-control, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
height: 45px;
line-height: 45px;
}
textarea.input-lg, .form-horizontal .form-group-lg textarea.form-control, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.form-horizontal .form-group-lg select[multiple].form-control,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
height: auto;
}
.has-feedback {
position: relative;
}
.has-feedback .form-control {
padding-right: 50px;
}
.form-control-feedback {
position: absolute;
top: 34px;
right: 0;
z-index: 2;
display: block;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
}
.input-lg + .form-control-feedback, .form-horizontal .form-group-lg .form-control + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback {
width: 45px;
height: 45px;
line-height: 45px;
}
.input-sm + .form-control-feedback, .form-horizontal .form-group-sm .form-control + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback {
width: 33px;
height: 33px;
line-height: 33px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
color: #3c763d;
}
.has-success .form-control {
border-color: #3c763d;
-webkit-box-shadow: none;
box-shadow: none;
}
.has-success .form-control:focus {
border-color: #2b542c;
}
.has-success .input-group-addon {
color: #3c763d;
border-color: #3c763d;
background-color: #dff0d8;
}
.has-success .form-control-feedback {
color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline {
color: #8a6d3b;
}
.has-warning .form-control {
border-color: #8a6d3b;
-webkit-box-shadow: none;
box-shadow: none;
}
.has-warning .form-control:focus {
border-color: #66512c;
}
.has-warning .input-group-addon {
color: #8a6d3b;
border-color: #8a6d3b;
background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
color: #a94442;
}
.has-error .form-control {
border-color: #a94442;
-webkit-box-shadow: none;
box-shadow: none;
}
.has-error .form-control:focus {
border-color: #843534;
}
.has-error .input-group-addon {
color: #a94442;
border-color: #a94442;
background-color: #f2dede;
}
.has-error .form-control-feedback {
color: #a94442;
}
.has-feedback label.sr-only ~ .form-control-feedback {
top: 0;
}
.help-block {
display: block;
margin-top: 5px;
margin-bottom: 10px;
color: #8c8c8c;
}
@media (min-width: 768px) {
.form-inline .form-group, .navbar-form .form-group {
display: inline-block;
margin-bottom: 0;
vertical-align: middle;
}
.form-inline .form-control, .navbar-form .form-control {
display: inline-block;
width: auto;
vertical-align: middle;
}
.form-inline .input-group, .navbar-form .input-group {
display: inline-table;
vertical-align: middle;
}
.form-inline .input-group .input-group-addon, .navbar-form .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.navbar-form .input-group .input-group-btn,
.form-inline .input-group .form-control,
.navbar-form .input-group .form-control {
width: auto;
}
.form-inline .input-group > .form-control, .navbar-form .input-group > .form-control {
width: 100%;
}
.form-inline .control-label, .navbar-form .control-label {
margin-bottom: 0;
vertical-align: middle;
}
.form-inline .radio, .navbar-form .radio,
.form-inline .checkbox,
.navbar-form .checkbox {
display: inline-block;
margin-top: 0;
margin-bottom: 0;
vertical-align: middle;
}
.form-inline .radio label, .navbar-form .radio label,
.form-inline .checkbox label,
.navbar-form .checkbox label {
padding-left: 0;
}
.form-inline .radio input[type="radio"], .navbar-form .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"],
.navbar-form .checkbox input[type="checkbox"] {
position: relative;
margin-left: 0;
}
.form-inline .has-feedback .form-control-feedback, .navbar-form .has-feedback .form-control-feedback {
top: 0;
}
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
margin-top: 0;
margin-bottom: 0;
padding-top: 6px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
min-height: 35px;
}
.form-horizontal .form-group {
margin-left: -15px;
margin-right: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
content: " ";
display: table;
}
.form-horizontal .form-group:after {
clear: both;
}
@media (min-width: 768px) {
.form-horizontal .control-label {
text-align: right;
margin-bottom: 0;
padding-top: 6px;
}
}
.form-horizontal .has-feedback .form-control-feedback {
top: 0;
right: 15px;
}
@media (min-width: 768px) {
.form-horizontal .form-group-lg .control-label {
padding-top: 11.66667px;
}
}
@media (min-width: 768px) {
.form-horizontal .form-group-sm .control-label {
padding-top: 6px;
}
}
.btn {
display: inline-block;
margin-bottom: 0;
font-weight: 500;
text-align: center;
vertical-align: middle;
cursor: pointer;
background-image: none;
border: 2px solid transparent;
white-space: nowrap;
letter-spacing: 0;
padding: 5px 30px;
font-size: 13px;
line-height: 2;
border-radius: 100px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
text-transform: uppercase;
-webkit-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
}
.btn:focus, .btn:active:focus, .btn.active:focus {
outline: 0;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
.btn:hover, .btn:focus {
color: #e23e1d;
text-decoration: none;
}
.btn:active, .btn.active {
outline: 0;
background-image: none;
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
cursor: not-allowed;
pointer-events: none;
opacity: 0.65;
filter: alpha(opacity=65);
-webkit-box-shadow: none;
box-shadow: none;
}
.btn-default {
color: #333;
background-color: #fff;
border-color: #ccc;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
color: #333;
background-color: #e6e6e6;
border-color: #b3b3b3;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
background-image: none;
}
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
background-color: #fff;
border-color: #ccc;
}
.btn-default .badge {
color: #fff;
background-color: #333;
}
.btn-primary {
color: #fff;
background-color: #191919;
border-color: #0c0c0c;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
color: #fff;
background-color: black;
border-color: black;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
background-image: none;
}
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
background-color: #191919;
border-color: #0c0c0c;
}
.btn-primary .badge {
color: #191919;
background-color: #fff;
}
.btn-success {
color: #fff;
background-color: #5cb85c;
border-color: #4cae4c;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
color: #fff;
background-color: #449d44;
border-color: #3d8b3d;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
background-image: none;
}
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
background-color: #5cb85c;
border-color: #4cae4c;
}
.btn-success .badge {
color: #5cb85c;
background-color: #fff;
}
.btn-info {
color: #fff;
background-color: #5bc0de;
border-color: #46b8da;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
color: #fff;
background-color: #31b0d5;
border-color: #28a1c5;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
background-image: none;
}
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
background-color: #5bc0de;
border-color: #46b8da;
}
.btn-info .badge {
color: #5bc0de;
background-color: #fff;
}
.btn-warning {
color: #fff;
background-color: #f0ad4e;
border-color: #eea236;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
color: #fff;
background-color: #ec971f;
border-color: #df8a13;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
background-image: none;
}
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
background-color: #f0ad4e;
border-color: #eea236;
}
.btn-warning .badge {
color: #f0ad4e;
background-color: #fff;
}
.btn-danger {
color: #fff;
background-color: #d9534f;
border-color: #d43f3a;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
color: #fff;
background-color: #c9302c;
border-color: #b52b27;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
background-image: none;
}
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
background-color: #d9534f;
border-color: #d43f3a;
}
.btn-danger .badge {
color: #d9534f;
background-color: #fff;
}
.btn-link {
color: #191919;
font-weight: normal;
cursor: pointer;
border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
background-color: transparent;
-webkit-box-shadow: none;
box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
color: #e23e1d;
text-decoration: underline;
background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
color: #777777;
text-decoration: none;
}
.btn-lg, .btn-group-lg > .btn {
padding: 8px 35px;
font-size: 20px;
line-height: 1.33333;
border-radius: 100px;
}
.btn-sm, .btn-group-sm > .btn {
padding: 5px 10px;
font-size: 14px;
line-height: 1.5;
border-radius: 0px;
}
.btn-xs, .btn-group-xs > .btn {
padding: 1px 5px;
font-size: 14px;
line-height: 1.5;
border-radius: 0px;
}
.btn-block {
display: block;
width: 100%;
}
.btn-block + .btn-block {
margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
width: 100%;
}
.fade {
opacity: 0;
-webkit-transition: opacity 0.15s linear;
-o-transition: opacity 0.15s linear;
transition: opacity 0.15s linear;
}
.fade.in {
opacity: 1;
}
.collapse {
display: none;
}
.collapse.in {
display: block;
}
tr.collapse.in {
display: table-row;
}
tbody.collapse.in {
display: table-row-group;
}
.collapsing {
position: relative;
height: 0;
overflow: hidden;
-webkit-transition: height 0.35s ease;
-o-transition: height 0.35s ease;
transition: height 0.35s ease;
}
.caret {
display: inline-block;
width: 0;
height: 0;
margin-left: 2px;
vertical-align: middle;
border-top: 4px solid;
border-right: 4px solid transparent;
border-left: 4px solid transparent;
}
.dropdown {
position: relative;
}
.dropdown-toggle:focus {
outline: 0;
}
.dropdown-menu {
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
display: none;
float: left;
min-width: 160px;
padding: 5px 0;
margin: 2px 0 0;
list-style: none;
font-size: 16px;
text-align: left;
background-color: #fff;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 5px;
-webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.175);
box-shadow: 0 3px 4px rgba(0, 0, 0, 0.175);
background-clip: padding-box;
}
.dropdown-menu.pull-right {
right: 0;
left: auto;
}
.dropdown-menu .divider {
height: 1px;
margin: 13.5px 0;
overflow: hidden;
background-color: #e5e5e5;
}
.dropdown-menu > li > a {
display: block;
padding: 3px 20px;
clear: both;
font-weight: normal;
line-height: 1.85;
color: #333333;
white-space: nowrap;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
text-decoration: none;
color: #262626;
background-color: #f5f5f5;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
color: #fff;
text-decoration: none;
outline: 0;
background-color: #191919;
}
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
color: #777777;
}
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
text-decoration: none;
background-color: transparent;
background-image: none;
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
cursor: not-allowed;
}
.open > .dropdown-menu {
display: block;
}
.open > a {
outline: 0;
}
.dropdown-menu-right {
left: auto;
right: 0;
}
.dropdown-menu-left {
left: 0;
right: auto;
}
.dropdown-header {
display: block;
padding: 3px 20px;
font-size: 14px;
line-height: 1.85;
color: #777777;
white-space: nowrap;
}
.dropdown-backdrop {
position: fixed;
left: 0;
right: 0;
bottom: 0;
top: 0;
z-index: 990;
}
.pull-right > .dropdown-menu {
right: 0;
left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
border-top: 0;
border-bottom: 4px solid;
content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
top: auto;
bottom: 100%;
margin-bottom: 1px;
}
@media (min-width: 768px) {
.navbar-right .dropdown-menu {
right: 0;
left: auto;
}
.navbar-right .dropdown-menu-left {
left: 0;
right: auto;
}
}
.btn-group,
.btn-group-vertical {
position: relative;
display: inline-block;
vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
position: relative;
float: left;
}
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
outline: 0;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
margin-left: -1px;
}
.btn-toolbar {
margin-left: -5px;
}
.btn-toolbar:before, .btn-toolbar:after {
content: " ";
display: table;
}
.btn-toolbar:after {
clear: both;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
border-radius: 0;
}
.btn-group > .btn:first-child {
margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.btn-group > .btn-group {
float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
padding-left: 8px;
padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
padding-left: 12px;
padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
-webkit-box-shadow: none;
box-shadow: none;
}
.btn .caret {
margin-left: 0;
}
.btn-lg .caret, .btn-group-lg > .btn .caret {
border-width: 5px 5px 0;
border-bottom-width: 0;
}
.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
display: block;
float: none;
width: 100%;
max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
content: " ";
display: table;
}
.btn-group-vertical > .btn-group:after {
clear: both;
}
.btn-group-vertical > .btn-group > .btn {
float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
margin-top: -1px;
margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
border-top-right-radius: 100px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
border-bottom-left-radius: 100px;
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.btn-group-justified {
display: table;
width: 100%;
table-layout: fixed;
border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
float: none;
display: table-cell;
width: 1%;
}
.btn-group-justified > .btn-group .btn {
width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
left: auto;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
position: absolute;
z-index: -1;
opacity: 0;
filter: alpha(opacity=0);
}
.input-group {
position: relative;
display: table;
border-collapse: separate;
}
.input-group[class*="col-"] {
float: none;
padding-left: 0;
padding-right: 0;
}
.input-group .form-control {
position: relative;
z-index: 2;
float: left;
width: 100%;
margin-bottom: 0;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
border-radius: 0;
}
.input-group-addon,
.input-group-btn {
width: 1%;
white-space: nowrap;
vertical-align: middle;
}
.input-group-addon {
padding: 5px 30px;
font-size: 16px;
font-weight: normal;
line-height: 1;
color: #555555;
text-align: center;
background-color: #eeeeee;
border: 1px solid #ebebeb;
border-radius: 100px;
}
.input-group-addon.input-sm, .form-horizontal .form-group-sm .input-group-addon.form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
padding: 5px 10px;
font-size: 14px;
border-radius: 0px;
}
.input-group-addon.input-lg, .form-horizontal .form-group-lg .input-group-addon.form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
padding: 8px 35px;
font-size: 20px;
border-radius: 100px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
.input-group-addon:first-child {
border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.input-group-addon:last-child {
border-left: 0;
}
.input-group-btn {
position: relative;
font-size: 0;
white-space: nowrap;
}
.input-group-btn > .btn {
position: relative;
}
.input-group-btn > .btn + .btn {
margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
margin-left: -1px;
}
.nav {
margin-bottom: 0;
padding-left: 0;
list-style: none;
}
.nav:before, .nav:after {
content: " ";
display: table;
}
.nav:after {
clear: both;
}
.nav > li {
position: relative;
display: block;
}
.nav > li > a {
position: relative;
display: block;
padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
text-decoration: none;
background-color: #eeeeee;
}
.nav > li.disabled > a {
color: #777777;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
color: #777777;
text-decoration: none;
background-color: transparent;
cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
background-color: #eeeeee;
border-color: #191919;
}
.nav .nav-divider {
height: 1px;
margin: 13.5px 0;
overflow: hidden;
background-color: #e5e5e5;
}
.nav > li > a > img {
max-width: none;
}
.nav-tabs {
border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
float: left;
margin-bottom: -1px;
}
.nav-tabs > li > a {
margin-right: 2px;
line-height: 1.85;
border: 1px solid transparent;
border-radius: 100px 100px 0 0;
}
.nav-tabs > li > a:hover {
border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
color: #555555;
background-color: #fff;
border: 1px solid #ddd;
border-bottom-color: transparent;
cursor: default;
}
.nav-pills > li {
float: left;
}
.nav-pills > li > a {
border-radius: 100px;
}
.nav-pills > li + li {
margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
color: #fff;
background-color: #191919;
}
.nav-stacked > li {
float: none;
}
.nav-stacked > li + li {
margin-top: 2px;
margin-left: 0;
}
.nav-justified, .nav-tabs.nav-justified {
width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
text-align: center;
margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
top: auto;
left: auto;
}
@media (min-width: 768px) {
.nav-justified > li, .nav-tabs.nav-justified > li {
display: table-cell;
width: 1%;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
margin-bottom: 0;
}
}
.nav-tabs-justified, .nav-tabs.nav-justified {
border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
margin-right: 0;
border-radius: 100px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
border: 1px solid #ddd;
}
@media (min-width: 768px) {
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
border-bottom: 1px solid #ddd;
border-radius: 100px 100px 0 0;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
border-bottom-color: #fff;
}
}
.tab-content > .tab-pane {
display: none;
}
.tab-content > .active {
display: block;
}
.nav-tabs .dropdown-menu {
margin-top: -1px;
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.navbar {
position: relative;
min-height: 50px;
margin-bottom: 29px;
border: 1px solid transparent;
}
.navbar:before, .navbar:after {
content: " ";
display: table;
}
.navbar:after {
clear: both;
}
@media (min-width: 768px) {
.navbar {
border-radius: 100px;
}
}
.navbar-header:before, .navbar-header:after {
content: " ";
display: table;
}
.navbar-header:after {
clear: both;
}
@media (min-width: 768px) {
.navbar-header {
float: left;
}
}
.navbar-collapse {
overflow-x: visible;
padding-right: 15px;
padding-left: 15px;
border-top: 1px solid transparent;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
-webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
content: " ";
display: table;
}
.navbar-collapse:after {
clear: both;
}
.navbar-collapse.in {
overflow-y: auto;
}
@media (min-width: 768px) {
.navbar-collapse {
width: auto;
border-top: 0;
box-shadow: none;
}
.navbar-collapse.collapse {
display: block !important;
height: auto !important;
padding-bottom: 0;
overflow: visible !important;
}
.navbar-collapse.in {
overflow-y: visible;
}
.navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
padding-left: 0;
padding-right: 0;
}
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
max-height: 340px;
}
@media (max-width: 480px) and (orientation: landscape) {
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
max-height: 200px;
}
}
.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
margin-right: -15px;
margin-left: -15px;
}
@media (min-width: 768px) {
.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
margin-right: 0;
margin-left: 0;
}
}
.navbar-static-top {
z-index: 1000;
border-width: 0 0 1px;
}
@media (min-width: 768px) {
.navbar-static-top {
border-radius: 0;
}
}
.navbar-fixed-top,
.navbar-fixed-bottom {
position: fixed;
right: 0;
left: 0;
z-index: 1030;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
@media (min-width: 768px) {
.navbar-fixed-top,
.navbar-fixed-bottom {
border-radius: 0;
}
}
.navbar-fixed-top {
top: 0;
border-width: 0 0 1px;
}
.navbar-fixed-bottom {
bottom: 0;
margin-bottom: 0;
border-width: 1px 0 0;
}
.navbar-brand {
float: left;
padding: 10.5px 15px;
font-size: 20px;
line-height: 29px;
height: 50px;
}
.navbar-brand:hover, .navbar-brand:focus {
text-decoration: none;
}
@media (min-width: 768px) {
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
margin-left: -15px;
}
}
.navbar-toggle {
position: relative;
float: right;
margin-right: 15px;
padding: 9px 10px;
margin-top: 8px;
margin-bottom: 8px;
background-color: transparent;
background-image: none;
border: 1px solid transparent;
border-radius: 100px;
}
.navbar-toggle:focus {
outline: 0;
}
.navbar-toggle .icon-bar {
display: block;
width: 22px;
height: 2px;
border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
margin-top: 4px;
}
@media (min-width: 768px) {
.navbar-toggle {
display: none;
}
}
.navbar-nav {
margin: 5.25px -15px;
}
.navbar-nav > li > a {
padding-top: 10px;
padding-bottom: 10px;
line-height: 29px;
}
@media (max-width: 767px) {
.navbar-nav .open .dropdown-menu {
position: static;
float: none;
width: auto;
margin-top: 0;
background-color: transparent;
border: 0;
box-shadow: none;
}
.navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
padding: 5px 15px 5px 25px;
}
.navbar-nav .open .dropdown-menu > li > a {
line-height: 29px;
}
.navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
background-image: none;
}
}
@media (min-width: 768px) {
.navbar-nav {
float: left;
margin: 0;
}
.navbar-nav > li {
float: left;
}
.navbar-nav > li > a {
padding-top: 10.5px;
padding-bottom: 10.5px;
}
.navbar-nav.navbar-right:last-child {
margin-right: -15px;
}
}
@media (min-width: 768px) {
.navbar-left {
float: left !important;
}
.navbar-right {
float: right !important;
}
}
.navbar-form {
margin-left: -15px;
margin-right: -15px;
padding: 10px 15px;
border-top: 1px solid transparent;
border-bottom: 1px solid transparent;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
margin-top: 5px;
margin-bottom: 5px;
}
@media (max-width: 767px) {
.navbar-form .form-group {
margin-bottom: 5px;
}
}
@media (min-width: 768px) {
.navbar-form {
width: auto;
border: 0;
margin-left: 0;
margin-right: 0;
padding-top: 0;
padding-bottom: 0;
-webkit-box-shadow: none;
box-shadow: none;
}
.navbar-form.navbar-right:last-child {
margin-right: -15px;
}
}
.navbar-nav > li > .dropdown-menu {
margin-top: 0;
border-top-right-radius: 0;
border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.navbar-btn {
margin-top: 5px;
margin-bottom: 5px;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
margin-top: 8.5px;
margin-bottom: 8.5px;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
margin-top: 14px;
margin-bottom: 14px;
}
.navbar-text {
margin-top: 10.5px;
margin-bottom: 10.5px;
}
@media (min-width: 768px) {
.navbar-text {
float: left;
margin-left: 15px;
margin-right: 15px;
}
.navbar-text.navbar-right:last-child {
margin-right: 0;
}
}
.navbar-default {
background-color: #f8f8f8;
border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
color: #777;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
color: #5e5e5e;
background-color: transparent;
}
.navbar-default .navbar-text {
color: #777;
}
.navbar-default .navbar-nav > li > a {
color: #777;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
color: #333;
background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
color: #555;
background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
color: #ccc;
background-color: transparent;
}
.navbar-default .navbar-toggle {
border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
background-color: #e7e7e7;
color: #555;
}
@media (max-width: 767px) {
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
color: #777;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
color: #333;
background-color: transparent;
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #555;
background-color: #e7e7e7;
}
.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
color: #ccc;
background-color: transparent;
}
}
.navbar-default .navbar-link {
color: #777;
}
.navbar-default .navbar-link:hover {
color: #333;
}
.navbar-default .btn-link {
color: #777;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
color: #333;
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
color: #ccc;
}
.navbar-inverse {
background-color: #222;
border-color: #090909;
}
.navbar-inverse .navbar-brand {
color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
color: #fff;
background-color: transparent;
}
.navbar-inverse .navbar-text {
color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
color: #fff;
background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
color: #fff;
background-color: #090909;
}
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
color: #444;
background-color: transparent;
}
.navbar-inverse .navbar-toggle {
border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
background-color: #090909;
color: #fff;
}
@media (max-width: 767px) {
.navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
border-color: #090909;
}
.navbar-inverse .navbar-nav .open .dropdown-menu .divider {
background-color: #090909;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
color: #9d9d9d;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
color: #fff;
background-color: transparent;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
color: #fff;
background-color: #090909;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
color: #444;
background-color: transparent;
}
}
.navbar-inverse .navbar-link {
color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
color: #fff;
}
.navbar-inverse .btn-link {
color: #9d9d9d;
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
color: #444;
}
.breadcrumb {
padding: 8px 15px;
margin-bottom: 29px;
list-style: none;
background-color: #f5f5f5;
border-radius: 100px;
}
.breadcrumb a {
color: #000;
}
.breadcrumb a:hover {
color: #e23e1d;
}
.breadcrumb > li {
display: inline-block;
}
.breadcrumb > li + li:before {
content: " > ";
padding: 0 5px;
color: #ccc;
}
.breadcrumb > .active {
color: #777777;
}
.pagination {
display: inline-block;
padding-left: 0;
margin: 29px 0;
border-radius: 0;
}
.pagination > li {
display: inline;
}
.pagination > li > a,
.pagination > li > span {
position: relative;
float: left;
padding: 5px 30px;
line-height: 1.85;
text-decoration: none;
color: #191919;
background-color: #fff;
border: 1px solid #ddd;
margin-left: -1px;
-webkit-transition: color 400ms, background-color 400ms;
-o-transition: color 400ms, background-color 400ms;
transition: color 400ms, background-color 400ms;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
margin-left: 0;
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
color: #e23e1d;
background-color: #eeeeee;
border-color: #ddd;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
z-index: 2;
color: #fff;
background-color: #191919;
border-color: #191919;
cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
color: #777777;
background-color: #fff;
border-color: #ddd;
cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
padding: 8px 35px;
font-size: 20px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
border-bottom-left-radius: 100px;
border-top-left-radius: 100px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
border-bottom-right-radius: 100px;
border-top-right-radius: 100px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
padding: 5px 10px;
font-size: 14px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
border-bottom-left-radius: 0px;
border-top-left-radius: 0px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
border-bottom-right-radius: 0px;
border-top-right-radius: 0px;
}
.pager {
padding-left: 0;
margin: 29px 0;
list-style: none;
text-align: center;
}
.pager:before, .pager:after {
content: " ";
display: table;
}
.pager:after {
clear: both;
}
.pager li {
display: inline;
}
.pager li > a,
.pager li > span {
display: inline-block;
padding: 5px 14px;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
text-decoration: none;
background-color: #eeeeee;
}
.pager .next > a,
.pager .next > span {
float: right;
}
.pager .previous > a,
.pager .previous > span {
float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
color: #777777;
background-color: #fff;
cursor: not-allowed;
}
.label {
display: inline;
padding: .2em .6em .3em;
font-size: 75%;
font-weight: bold;
line-height: 1;
color: #fff;
text-align: center;
white-space: nowrap;
vertical-align: baseline;
border-radius: .25em;
}
.label:empty {
display: none;
}
.btn .label {
position: relative;
top: -1px;
}
a.label:hover, a.label:focus {
color: #fff;
text-decoration: none;
cursor: pointer;
}
.label-default {
background-color: #777777;
}
.label-default[href]:hover, .label-default[href]:focus {
background-color: #5e5e5e;
}
.label-primary {
background-color: #191919;
}
.label-primary[href]:hover, .label-primary[href]:focus {
background-color: black;
}
.label-success {
background-color: #5cb85c;
}
.label-success[href]:hover, .label-success[href]:focus {
background-color: #449d44;
}
.label-info {
background-color: #5bc0de;
}
.label-info[href]:hover, .label-info[href]:focus {
background-color: #31b0d5;
}
.label-warning {
background-color: #f0ad4e;
}
.label-warning[href]:hover, .label-warning[href]:focus {
background-color: #ec971f;
}
.label-danger {
background-color: #d9534f;
}
.label-danger[href]:hover, .label-danger[href]:focus {
background-color: #c9302c;
}
.badge {
display: inline-block;
min-width: 10px;
padding: 3px 7px;
font-size: 14px;
font-weight: bold;
color: #fff;
line-height: 1;
vertical-align: baseline;
white-space: nowrap;
text-align: center;
background-color: #777777;
border-radius: 10px;
}
.badge:empty {
display: none;
}
.btn .badge {
position: relative;
top: -1px;
}
.btn-xs .badge, .btn-group-xs > .btn .badge {
top: 0;
padding: 1px 5px;
}
a.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
color: #191919;
background-color: #fff;
}
.nav-pills > li > a > .badge {
margin-left: 3px;
}
a.badge:hover, a.badge:focus {
color: #fff;
text-decoration: none;
cursor: pointer;
}
.jumbotron {
padding: 30px;
margin-bottom: 30px;
color: inherit;
background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
color: inherit;
}
.jumbotron p {
margin-bottom: 15px;
font-size: 24px;
font-weight: 200;
}
.jumbotron > hr {
border-top-color: #d5d5d5;
}
.container .jumbotron {
border-radius: 100px;
}
.jumbotron .container {
max-width: 100%;
}
@media screen and (min-width: 768px) {
.jumbotron {
padding-top: 48px;
padding-bottom: 48px;
}
.container .jumbotron {
padding-left: 60px;
padding-right: 60px;
}
.jumbotron h1,
.jumbotron .h1 {
font-size: 72px;
}
}
.thumbnail {
display: block;
padding: 4px;
margin-bottom: 20px;
line-height: 1.85;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 100px;
}
.thumbnail > img,
.thumbnail a > img {
display: block;
width: 100% \9;
max-width: 100%;
height: auto;
margin-left: auto;
margin-right: auto;
}
.thumbnail .caption {
padding: 9px;
color: #4c4c4c;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
border-color: #191919;
}
.alert {
padding: 15px;
margin-bottom: 29px;
border: 1px solid transparent;
border-radius: 100px;
}
.alert h4 {
margin-top: 0;
color: inherit;
}
.alert .alert-link {
font-weight: bold;
}
.alert > p,
.alert > ul {
margin-bottom: 0;
}
.alert > p + p {
margin-top: 5px;
}
.alert-dismissable,
.alert-dismissible {
padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
position: relative;
top: -2px;
right: -21px;
color: inherit;
}
.alert-success {
background-color: #dff0d8;
border-color: #d6e9c6;
color: #3c763d;
}
.alert-success hr {
border-top-color: #c9e2b3;
}
.alert-success .alert-link {
color: #2b542c;
}
.alert-success .close {
color: #3c763d;
}
.alert-info {
background-color: #d9edf7;
border-color: #bce8f1;
color: #31708f;
}
.alert-info hr {
border-top-color: #a6e1ec;
}
.alert-info .alert-link {
color: #245269;
}
.alert-info .close {
color: #31708f;
}
.alert-warning {
background-color: #fcf8e3;
border-color: #faebcc;
color: #8a6d3b;
}
.alert-warning hr {
border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
color: #66512c;
}
.alert-warning .close {
color: #8a6d3b;
}
.alert-danger {
background-color: #f2dede;
border-color: #ebccd1;
color: #a94442;
}
.alert-danger hr {
border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
color: #843534;
}
.alert-danger .close {
color: #a94442;
}
@-webkit-keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
@keyframes progress-bar-stripes {
from {
background-position: 40px 0;
}
to {
background-position: 0 0;
}
}
.progress {
overflow: hidden;
height: 29px;
margin-bottom: 29px;
margin-bottom: 30px;
background-color: #f5f5f5; border-radius: 0; }
.progress-bar {
float: left;
width: 0%;
height: 100%;
font-size: 14px;
line-height: 29px;
color: #fff;
text-align: center;
background-color: #191919;
-webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
-webkit-transition: width 0.6s ease;
-o-transition: width 0.6s ease;
transition: width 0.6s ease;
}
.progress-striped .progress-bar,
.progress-bar-striped {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-size: 40px 40px;
}
.progress.active .progress-bar,
.progress-bar.active {
-webkit-animation: progress-bar-stripes 2s linear infinite;
-o-animation: progress-bar-stripes 2s linear infinite;
animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar[aria-valuenow="1"], .progress-bar[aria-valuenow="2"] {
min-width: 30px;
}
.progress-bar[aria-valuenow="0"] {
color: #777777;
min-width: 30px;
background-color: transparent;
background-image: none;
box-shadow: none;
}
.progress-bar-success {
background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media {
margin-top: 15px;
}
.media:first-child {
margin-top: 0;
}
.media-right,
.media > .pull-right {
padding-left: 15px;
}
.media-left,
.media > .pull-left {
padding-right: 15px;
}
.media-left,
.media-right,
.media-body {
display: table-cell;
vertical-align: top;
}
.media-middle {
vertical-align: middle;
}
.media-bottom {
vertical-align: bottom;
}
.media-heading {
margin-top: 0;
margin-bottom: 5px;
}
.media-list {
padding-left: 0;
list-style: none;
}
.list-group {
margin-bottom: 20px;
padding-left: 0;
}
.list-group-item {
position: relative;
display: block;
padding: 10px 15px;
margin-bottom: -1px;
background-color: #fff;
border: 1px solid #ddd;
}
.list-group-item:first-child {
border-top-right-radius: 100px;
border-top-left-radius: 100px;
}
.list-group-item:last-child {
margin-bottom: 0;
border-bottom-right-radius: 100px;
border-bottom-left-radius: 100px;
}
.list-group-item > .badge {
float: right;
}
.list-group-item > .badge + .badge {
margin-right: 5px;
}
a.list-group-item {
color: #555;
}
a.list-group-item .list-group-item-heading {
color: #333;
}
a.list-group-item:hover, a.list-group-item:focus {
text-decoration: none;
color: #555;
background-color: #f5f5f5;
}
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
background-color: #eeeeee;
color: #777777;
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
color: inherit;
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
color: #777777;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
z-index: 2;
color: #fff;
background-color: #191919;
border-color: #191919;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
color: inherit;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
color: #7f7f7f;
}
.list-group-item-success {
color: #3c763d;
background-color: #dff0d8;
}
a.list-group-item-success {
color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
color: inherit;
}
a.list-group-item-success:hover, a.list-group-item-success:focus {
color: #3c763d;
background-color: #d0e9c6;
}
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus {
color: #fff;
background-color: #3c763d;
border-color: #3c763d;
}
.list-group-item-info {
color: #31708f;
background-color: #d9edf7;
}
a.list-group-item-info {
color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
color: inherit;
}
a.list-group-item-info:hover, a.list-group-item-info:focus {
color: #31708f;
background-color: #c4e3f3;
}
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus {
color: #fff;
background-color: #31708f;
border-color: #31708f;
}
.list-group-item-warning {
color: #8a6d3b;
background-color: #fcf8e3;
}
a.list-group-item-warning {
color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
color: inherit;
}
a.list-group-item-warning:hover, a.list-group-item-warning:focus {
color: #8a6d3b;
background-color: #faf2cc;
}
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus {
color: #fff;
background-color: #8a6d3b;
border-color: #8a6d3b;
}
.list-group-item-danger {
color: #a94442;
background-color: #f2dede;
}
a.list-group-item-danger {
color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
color: inherit;
}
a.list-group-item-danger:hover, a.list-group-item-danger:focus {
color: #a94442;
background-color: #ebcccc;
}
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus {
color: #fff;
background-color: #a94442;
border-color: #a94442;
}
.list-group-item-heading {
margin-top: 0;
margin-bottom: 5px;
}
.list-group-item-text {
margin-bottom: 0;
line-height: 1.3;
}
.panel {
margin-bottom: 29px;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 100px;
-webkit-box-shadow: none;
box-shadow: none;
}
.panel-body {
padding: 15px;
}
.panel-body:before, .panel-body:after {
content: " ";
display: table;
}
.panel-body:after {
clear: both;
}
.panel-heading {
padding: 25px;
border-bottom: 1px solid transparent;
border-top-right-radius: 99px;
border-top-left-radius: 99px;
}
.panel-heading > .dropdown .dropdown-toggle {
color: inherit;
}
.panel-title {
margin-top: 0;
margin-bottom: 0;
font-size: 18px;
color: inherit;
}
.panel-title > a {
color: inherit;
}
.panel-footer {
padding: 15px;
background-color: #f5f5f5;
border-top: 1px solid #ddd;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
}
.panel > .list-group {
margin-bottom: 0;
}
.panel > .list-group .list-group-item {
border-width: 1px 0;
border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
border-top: 0;
border-top-right-radius: 99px;
border-top-left-radius: 99px;
}
.panel > .list-group:last-child .list-group-item:last-child {
border-bottom: 0;
border-bottom-right-radius: 99px;
border-bottom-left-radius: 99px;
}
.panel-heading + .list-group .list-group-item:first-child {
border-top-width: 0;
}
.list-group + .panel-footer {
border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
border-top-right-radius: 99px;
border-top-left-radius: 99px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
border-top-left-radius: 99px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
border-top-right-radius: 99px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
border-bottom-right-radius: 99px;
border-bottom-left-radius: 99px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
border-bottom-left-radius: 99px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
border-bottom-right-radius: 99px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
border-bottom: 0;
}
.panel > .table-responsive {
border: 0;
margin-bottom: 0;
}
.panel-group {
margin-bottom: 29px;
}
.panel-group .panel {
margin-bottom: 0;
border-radius: 100px;
}
.panel-group .panel + .panel {
margin-top: 8px;
}
.panel-group .panel-heading {
border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
border-bottom: 1px solid #ddd;
}
.panel-default {
border-color: #ddd;
}
.panel-default > .panel-heading {
color: #333333;
background-color: #f5f5f5;
border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
color: #f5f5f5;
background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #ddd;
}
.panel-primary {
border-color: #191919;
}
.panel-primary > .panel-heading {
color: #fff;
background-color: #191919;
border-color: #191919;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #191919;
}
.panel-primary > .panel-heading .badge {
color: #191919;
background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #191919;
}
.panel-success {
border-color: #d6e9c6;
}
.panel-success > .panel-heading {
color: #3c763d;
background-color: #dff0d8;
border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
color: #dff0d8;
background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #d6e9c6;
}
.panel-info {
border-color: #bce8f1;
}
.panel-info > .panel-heading {
color: #31708f;
background-color: #d9edf7;
border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
color: #d9edf7;
background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #bce8f1;
}
.panel-warning {
border-color: #faebcc;
}
.panel-warning > .panel-heading {
color: #8a6d3b;
background-color: #fcf8e3;
border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
color: #fcf8e3;
background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #faebcc;
}
.panel-danger {
border-color: #ebccd1;
}
.panel-danger > .panel-heading {
color: #a94442;
background-color: #f2dede;
border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
color: #f2dede;
background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
border-bottom-color: #ebccd1;
}
.embed-responsive {
position: relative;
display: block;
height: 0;
padding: 0;
overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
position: absolute;
top: 0;
left: 0;
bottom: 0;
height: 100%;
width: 100%;
border: 0;
}
.embed-responsive.embed-responsive-16by9 {
padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
padding-bottom: 75%;
}
.well {
min-height: 20px;
padding: 60px;
margin-bottom: 20px;
background-color: #f5f5f5;
border: 0px solid #e3e3e3;
border-radius: 0;
box-shadow: none;
}
.well blockquote {
border-color: #ddd;
border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
padding: 24px;
border-radius: 0;
}
.well-sm {
padding: 9px;
border-radius: 0;
}
.close {
float: right;
font-size: 20px;
font-weight: bold;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
opacity: 1;
filter: alpha(opacity=100);
}
.close:hover, .close:focus {
color: #000;
text-decoration: none;
cursor: pointer;
opacity: 0.5;
filter: alpha(opacity=50);
}
button.close {
padding: 0;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
}
.modal-open {
overflow: hidden;
}
.modal {
display: none;
overflow: hidden;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1050;
-webkit-overflow-scrolling: touch;
outline: 0;
}
.modal.fade .modal-dialog {
-webkit-transform: translate3d(0, -25%, 0);
transform: translate3d(0, -25%, 0);
-webkit-transition: -webkit-transform 0.3s ease-out;
-moz-transition: -moz-transform 0.3s ease-out;
-o-transition: -o-transform 0.3s ease-out;
transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.modal-open .modal {
overflow-x: hidden;
overflow-y: auto;
}
.modal-dialog {
position: relative;
width: auto;
margin: 10px;
}
.modal-content {
position: relative;
background-color: #fff;
border: 1px solid #999;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 100px;
-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
background-clip: padding-box;
outline: 0;
}
.modal-backdrop {
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1040;
background-color: #000;
}
.modal-backdrop.fade {
opacity: 0;
filter: alpha(opacity=0);
}
.modal-backdrop.in {
opacity: 0.5;
filter: alpha(opacity=50);
}
.modal-header {
padding: 15px;
border-bottom: 1px solid #e5e5e5;
min-height: 16.85px;
}
.modal-header .close {
margin-top: -2px;
}
.modal-title {
margin: 0;
line-height: 1.85;
}
.modal-body {
position: relative;
padding: 15px;
}
.modal-footer {
padding: 15px;
text-align: right;
border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
content: " ";
display: table;
}
.modal-footer:after {
clear: both;
}
.modal-footer .btn + .btn {
margin-left: 5px;
margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
margin-left: 0;
}
.modal-scrollbar-measure {
position: absolute;
top: -9999px;
width: 50px;
height: 50px;
overflow: scroll;
}
@media (min-width: 768px) {
.modal-dialog {
width: 600px;
margin: 30px auto;
}
.modal-content {
-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.modal-sm {
width: 300px;
}
}
@media (min-width: 992px) {
.modal-lg {
width: 900px;
}
}
.tooltip {
position: absolute;
z-index: 1070;
display: block;
visibility: visible;
font-size: 14px;
line-height: 1.4;
opacity: 0;
filter: alpha(opacity=0);
}
.tooltip.in {
opacity: 0.9;
filter: alpha(opacity=90);
}
.tooltip.top {
margin-top: -3px;
padding: 5px 0;
}
.tooltip.right {
margin-left: 3px;
padding: 0 5px;
}
.tooltip.bottom {
margin-top: 3px;
padding: 5px 0;
}
.tooltip.left {
margin-left: -3px;
padding: 0 5px;
}
.tooltip-inner {
max-width: 200px;
padding: 3px 8px;
color: #fff;
text-align: center;
text-decoration: none;
background-color: #000;
border-radius: 0px;
}
.tooltip-arrow {
position: absolute;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
}
.tooltip.top .tooltip-arrow {
bottom: 0;
left: 50%;
margin-left: -5px;
border-width: 5px 5px 0;
border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
bottom: 0;
left: 5px;
border-width: 5px 5px 0;
border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
bottom: 0;
right: 5px;
border-width: 5px 5px 0;
border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
top: 50%;
left: 0;
margin-top: -5px;
border-width: 5px 5px 5px 0;
border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
top: 50%;
right: 0;
margin-top: -5px;
border-width: 5px 0 5px 5px;
border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
top: 0;
left: 50%;
margin-left: -5px;
border-width: 0 5px 5px;
border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
top: 0;
left: 5px;
border-width: 0 5px 5px;
border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
top: 0;
right: 5px;
border-width: 0 5px 5px;
border-bottom-color: #000;
}
.popover {
position: absolute;
top: 0;
left: 0;
z-index: 1060;
display: none;
max-width: 276px;
padding: 1px;
text-align: left;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ccc;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 100px;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
white-space: normal;
}
.popover.top {
margin-top: -10px;
}
.popover.right {
margin-left: 10px;
}
.popover.bottom {
margin-top: 10px;
}
.popover.left {
margin-left: -10px;
}
.popover-title {
margin: 0;
padding: 8px 14px;
font-size: 16px;
font-weight: normal;
line-height: 18px;
background-color: #f7f7f7;
border-bottom: 1px solid #ebebeb;
border-radius: 99px 99px 0 0;
}
.popover-content {
padding: 9px 14px;
}
.popover > .arrow, .popover > .arrow:after {
position: absolute;
display: block;
width: 0;
height: 0;
border-color: transparent;
border-style: solid;
}
.popover > .arrow {
border-width: 11px;
}
.popover > .arrow:after {
border-width: 10px;
content: "";
}
.popover.top > .arrow {
left: 50%;
margin-left: -11px;
border-bottom-width: 0;
border-top-color: #999999;
border-top-color: rgba(0, 0, 0, 0.25);
bottom: -11px;
}
.popover.top > .arrow:after {
content: " ";
bottom: 1px;
margin-left: -10px;
border-bottom-width: 0;
border-top-color: #fff;
}
.popover.right > .arrow {
top: 50%;
left: -11px;
margin-top: -11px;
border-left-width: 0;
border-right-color: #999999;
border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
content: " ";
left: 1px;
bottom: -10px;
border-left-width: 0;
border-right-color: #fff;
}
.popover.bottom > .arrow {
left: 50%;
margin-left: -11px;
border-top-width: 0;
border-bottom-color: #999999;
border-bottom-color: rgba(0, 0, 0, 0.25);
top: -11px;
}
.popover.bottom > .arrow:after {
content: " ";
top: 1px;
margin-left: -10px;
border-top-width: 0;
border-bottom-color: #fff;
}
.popover.left > .arrow {
top: 50%;
right: -11px;
margin-top: -11px;
border-right-width: 0;
border-left-color: #999999;
border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
content: " ";
right: 1px;
border-right-width: 0;
border-left-color: #fff;
bottom: -10px;
}
.carousel-wrapper {
position: relative;
}
.carousel-inner {
position: relative;
overflow: hidden;
width: 100%;
}
.carousel-inner > .item {
display: none;
position: relative;
-webkit-transition: 0.6s ease-in-out left;
-o-transition: 0.6s ease-in-out left;
transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
display: block;
width: 100% \9;
max-width: 100%;
height: auto;
line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
display: block;
}
.carousel-inner > .active {
left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
position: absolute;
top: 0;
width: 100%;
}
.carousel-inner > .next {
left: 100%;
}
.carousel-inner > .prev {
left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
left: 0;
}
.carousel-inner > .active.left {
left: -100%;
}
.carousel-inner > .active.right {
left: 100%;
}
.carousel-control {
position: absolute;
top: 0;
left: 0;
bottom: 0;
width: 15%;
opacity: 0.5;
filter: alpha(opacity=50);
font-size: 20px;
color: #fff;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
background-color: transparent;
}
.carousel-control.right {
left: auto;
right: 0;
}
.carousel-control:hover, .carousel-control:focus {
outline: 0;
color: #fff;
text-decoration: none;
opacity: 0.9;
filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
position: absolute;
top: 50%;
z-index: 5;
display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
left: 50%;
margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
right: 50%;
margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
width: 20px;
height: 20px;
margin-top: -10px;
font-family: serif;
}
.carousel-control .icon-prev:before {
content: '\2039';
}
.carousel-control .icon-next:before {
content: '\203a';
}
.carousel-control > * {
display: table-cell !important;
vertical-align: middle;
}
.carousel-control:hover {
border-color: #1b251f;
color: #1b251f;
}
.carousel-indicators {
position: absolute;
bottom: 00px;
left: 50%;
z-index: 15;
width: 60%;
margin-left: -30%;
padding-left: 0;
list-style: none;
text-align: center;
}
.carousel-indicators li {
display: inline-block;
width: 10px;
height: 10px;
margin: 3px;
text-indent: -999px;
border: 1px solid #fff;
border-radius: 10px;
cursor: pointer;
background-color: #191919;
}
.carousel-indicators .active {
margin: 2px;
width: 12px;
height: 12px;
background-color: #fff;
}
.carousel-caption {
position: absolute;
left: 15%;
right: 15%;
bottom: 20px;
z-index: 10;
padding-top: 20px;
padding-bottom: 20px;
color: #fff;
text-align: center;
text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
text-shadow: none;
}
@media screen and (min-width: 768px) {
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
width: 30px;
height: 30px;
margin-top: -15px;
font-size: 30px;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
margin-left: -15px;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
margin-right: -15px;
}
.carousel-caption {
left: 20%;
right: 20%;
padding-bottom: 30px;
}
}
.clearfix:before, .clearfix:after {
content: " ";
display: table;
}
.clearfix:after {
clear: both;
}
.center-block {
display: block;
margin-left: auto;
margin-right: auto;
}
.pull-right {
float: right !important;
}
.pull-left {
float: left !important;
}
.hide {
display: none !important;
}
.show {
display: block !important;
}
.invisible {
visibility: hidden;
}
.text-hide {
font: 0/0;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.hidden {
display: none !important;
visibility: hidden !important;
}
.affix {
position: fixed;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
@-ms-viewport {
width: device-width;
}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
display: none !important;
}
@media (max-width: 767px) {
.visible-xs {
display: block !important;
}
table.visible-xs {
display: table;
}
tr.visible-xs {
display: table-row !important;
}
th.visible-xs,
td.visible-xs {
display: table-cell !important;
}
}
@media (max-width: 767px) {
.visible-xs-block {
display: block !important;
}
}
@media (max-width: 767px) {
.visible-xs-inline {
display: inline !important;
}
}
@media (max-width: 767px) {
.visible-xs-inline-block {
display: inline-block !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm {
display: block !important;
}
table.visible-sm {
display: table;
}
tr.visible-sm {
display: table-row !important;
}
th.visible-sm,
td.visible-sm {
display: table-cell !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-block {
display: block !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-inline {
display: inline !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-inline-block {
display: inline-block !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md {
display: block !important;
}
table.visible-md {
display: table;
}
tr.visible-md {
display: table-row !important;
}
th.visible-md,
td.visible-md {
display: table-cell !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-block {
display: block !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-inline {
display: inline !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-inline-block {
display: inline-block !important;
}
}
@media (min-width: 1200px) {
.visible-lg {
display: block !important;
}
table.visible-lg {
display: table;
}
tr.visible-lg {
display: table-row !important;
}
th.visible-lg,
td.visible-lg {
display: table-cell !important;
}
}
@media (min-width: 1200px) {
.visible-lg-block {
display: block !important;
}
}
@media (min-width: 1200px) {
.visible-lg-inline {
display: inline !important;
}
}
@media (min-width: 1200px) {
.visible-lg-inline-block {
display: inline-block !important;
}
}
@media (max-width: 767px) {
.hidden-xs {
display: none !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.hidden-sm {
display: none !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.hidden-md {
display: none !important;
}
}
@media (min-width: 1200px) {
.hidden-lg {
display: none !important;
}
}
.visible-print {
display: none !important;
}
@media print {
.visible-print {
display: block !important;
}
table.visible-print {
display: table;
}
tr.visible-print {
display: table-row !important;
}
th.visible-print,
td.visible-print {
display: table-cell !important;
}
}
.visible-print-block {
display: none !important;
}
@media print {
.visible-print-block {
display: block !important;
}
}
.visible-print-inline {
display: none !important;
}
@media print {
.visible-print-inline {
display: inline !important;
}
}
.visible-print-inline-block {
display: none !important;
}
@media print {
.visible-print-inline-block {
display: inline-block !important;
}
}
@media print {
.hidden-print {
display: none !important;
}
}.margin-top-1 {
margin-top: 1px !important;
}
.margin-left-1 {
margin-left: 1px !important;
}
.margin-bottom-1 {
margin-bottom: 1px !important;
}
.margin-right-1 {
margin-right: 1px !important;
}
.margin-top-2 {
margin-top: 2px !important;
}
.margin-left-2 {
margin-left: 2px !important;
}
.margin-bottom-2 {
margin-bottom: 2px !important;
}
.margin-right-2 {
margin-right: 2px !important;
}
.margin-top-3 {
margin-top: 3px !important;
}
.margin-left-3 {
margin-left: 3px !important;
}
.margin-bottom-3 {
margin-bottom: 3px !important;
}
.margin-right-3 {
margin-right: 3px !important;
}
.margin-top-4 {
margin-top: 4px !important;
}
.margin-left-4 {
margin-left: 4px !important;
}
.margin-bottom-4 {
margin-bottom: 4px !important;
}
.margin-right-4 {
margin-right: 4px !important;
}
.margin-top-5 {
margin-top: 5px !important;
}
.margin-left-5 {
margin-left: 5px !important;
}
.margin-bottom-5 {
margin-bottom: 5px !important;
}
.margin-right-5 {
margin-right: 5px !important;
}
.margin-top-6 {
margin-top: 6px !important;
}
.margin-left-6 {
margin-left: 6px !important;
}
.margin-bottom-6 {
margin-bottom: 6px !important;
}
.margin-right-6 {
margin-right: 6px !important;
}
.margin-top-7 {
margin-top: 7px !important;
}
.margin-left-7 {
margin-left: 7px !important;
}
.margin-bottom-7 {
margin-bottom: 7px !important;
}
.margin-right-7 {
margin-right: 7px !important;
}
.margin-top-8 {
margin-top: 8px !important;
}
.margin-left-8 {
margin-left: 8px !important;
}
.margin-bottom-8 {
margin-bottom: 8px !important;
}
.margin-right-8 {
margin-right: 8px !important;
}
.margin-top-9 {
margin-top: 9px !important;
}
.margin-left-9 {
margin-left: 9px !important;
}
.margin-bottom-9 {
margin-bottom: 9px !important;
}
.margin-right-9 {
margin-right: 9px !important;
}
.margin-top-10 {
margin-top: 10px !important;
}
.margin-left-10 {
margin-left: 10px !important;
}
.margin-bottom-10 {
margin-bottom: 10px !important;
}
.margin-right-10 {
margin-right: 10px !important;
}
.margin-top-11 {
margin-top: 11px !important;
}
.margin-left-11 {
margin-left: 11px !important;
}
.margin-bottom-11 {
margin-bottom: 11px !important;
}
.margin-right-11 {
margin-right: 11px !important;
}
.margin-top-12 {
margin-top: 12px !important;
}
.margin-left-12 {
margin-left: 12px !important;
}
.margin-bottom-12 {
margin-bottom: 12px !important;
}
.margin-right-12 {
margin-right: 12px !important;
}
.margin-top-13 {
margin-top: 13px !important;
}
.margin-left-13 {
margin-left: 13px !important;
}
.margin-bottom-13 {
margin-bottom: 13px !important;
}
.margin-right-13 {
margin-right: 13px !important;
}
.margin-top-14 {
margin-top: 14px !important;
}
.margin-left-14 {
margin-left: 14px !important;
}
.margin-bottom-14 {
margin-bottom: 14px !important;
}
.margin-right-14 {
margin-right: 14px !important;
}
.margin-top-15 {
margin-top: 15px !important;
}
.margin-left-15 {
margin-left: 15px !important;
}
.margin-bottom-15 {
margin-bottom: 15px !important;
}
.margin-right-15 {
margin-right: 15px !important;
}
.margin-top-16 {
margin-top: 16px !important;
}
.margin-left-16 {
margin-left: 16px !important;
}
.margin-bottom-16 {
margin-bottom: 16px !important;
}
.margin-right-16 {
margin-right: 16px !important;
}
.margin-top-17 {
margin-top: 17px !important;
}
.margin-left-17 {
margin-left: 17px !important;
}
.margin-bottom-17 {
margin-bottom: 17px !important;
}
.margin-right-17 {
margin-right: 17px !important;
}
.margin-top-18 {
margin-top: 18px !important;
}
.margin-left-18 {
margin-left: 18px !important;
}
.margin-bottom-18 {
margin-bottom: 18px !important;
}
.margin-right-18 {
margin-right: 18px !important;
}
.margin-top-19 {
margin-top: 19px !important;
}
.margin-left-19 {
margin-left: 19px !important;
}
.margin-bottom-19 {
margin-bottom: 19px !important;
}
.margin-right-19 {
margin-right: 19px !important;
}
.margin-top-20 {
margin-top: 20px !important;
}
.margin-left-20 {
margin-left: 20px !important;
}
.margin-bottom-20 {
margin-bottom: 20px !important;
}
.margin-right-20 {
margin-right: 20px !important;
}
.margin-top-21 {
margin-top: 21px !important;
}
.margin-left-21 {
margin-left: 21px !important;
}
.margin-bottom-21 {
margin-bottom: 21px !important;
}
.margin-right-21 {
margin-right: 21px !important;
}
.margin-top-22 {
margin-top: 22px !important;
}
.margin-left-22 {
margin-left: 22px !important;
}
.margin-bottom-22 {
margin-bottom: 22px !important;
}
.margin-right-22 {
margin-right: 22px !important;
}
.margin-top-23 {
margin-top: 23px !important;
}
.margin-left-23 {
margin-left: 23px !important;
}
.margin-bottom-23 {
margin-bottom: 23px !important;
}
.margin-right-23 {
margin-right: 23px !important;
}
.margin-top-24 {
margin-top: 24px !important;
}
.margin-left-24 {
margin-left: 24px !important;
}
.margin-bottom-24 {
margin-bottom: 24px !important;
}
.margin-right-24 {
margin-right: 24px !important;
}
.margin-top-25 {
margin-top: 25px !important;
}
.margin-left-25 {
margin-left: 25px !important;
}
.margin-bottom-25 {
margin-bottom: 25px !important;
}
.margin-right-25 {
margin-right: 25px !important;
}
.margin-top-26 {
margin-top: 26px !important;
}
.margin-left-26 {
margin-left: 26px !important;
}
.margin-bottom-26 {
margin-bottom: 26px !important;
}
.margin-right-26 {
margin-right: 26px !important;
}
.margin-top-27 {
margin-top: 27px !important;
}
.margin-left-27 {
margin-left: 27px !important;
}
.margin-bottom-27 {
margin-bottom: 27px !important;
}
.margin-right-27 {
margin-right: 27px !important;
}
.margin-top-28 {
margin-top: 28px !important;
}
.margin-left-28 {
margin-left: 28px !important;
}
.margin-bottom-28 {
margin-bottom: 28px !important;
}
.margin-right-28 {
margin-right: 28px !important;
}
.margin-top-29 {
margin-top: 29px !important;
}
.margin-left-29 {
margin-left: 29px !important;
}
.margin-bottom-29 {
margin-bottom: 29px !important;
}
.margin-right-29 {
margin-right: 29px !important;
}
.margin-top-30 {
margin-top: 30px !important;
}
.margin-left-30 {
margin-left: 30px !important;
}
.margin-bottom-30 {
margin-bottom: 30px !important;
}
.margin-right-30 {
margin-right: 30px !important;
}
.margin-top-31 {
margin-top: 31px !important;
}
.margin-left-31 {
margin-left: 31px !important;
}
.margin-bottom-31 {
margin-bottom: 31px !important;
}
.margin-right-31 {
margin-right: 31px !important;
}
.margin-top-32 {
margin-top: 32px !important;
}
.margin-left-32 {
margin-left: 32px !important;
}
.margin-bottom-32 {
margin-bottom: 32px !important;
}
.margin-right-32 {
margin-right: 32px !important;
}
.margin-top-33 {
margin-top: 33px !important;
}
.margin-left-33 {
margin-left: 33px !important;
}
.margin-bottom-33 {
margin-bottom: 33px !important;
}
.margin-right-33 {
margin-right: 33px !important;
}
.margin-top-34 {
margin-top: 34px !important;
}
.margin-left-34 {
margin-left: 34px !important;
}
.margin-bottom-34 {
margin-bottom: 34px !important;
}
.margin-right-34 {
margin-right: 34px !important;
}
.margin-top-35 {
margin-top: 35px !important;
}
.margin-left-35 {
margin-left: 35px !important;
}
.margin-bottom-35 {
margin-bottom: 35px !important;
}
.margin-right-35 {
margin-right: 35px !important;
}
.margin-top-36 {
margin-top: 36px !important;
}
.margin-left-36 {
margin-left: 36px !important;
}
.margin-bottom-36 {
margin-bottom: 36px !important;
}
.margin-right-36 {
margin-right: 36px !important;
}
.margin-top-37 {
margin-top: 37px !important;
}
.margin-left-37 {
margin-left: 37px !important;
}
.margin-bottom-37 {
margin-bottom: 37px !important;
}
.margin-right-37 {
margin-right: 37px !important;
}
.margin-top-38 {
margin-top: 38px !important;
}
.margin-left-38 {
margin-left: 38px !important;
}
.margin-bottom-38 {
margin-bottom: 38px !important;
}
.margin-right-38 {
margin-right: 38px !important;
}
.margin-top-39 {
margin-top: 39px !important;
}
.margin-left-39 {
margin-left: 39px !important;
}
.margin-bottom-39 {
margin-bottom: 39px !important;
}
.margin-right-39 {
margin-right: 39px !important;
}
.margin-top-40 {
margin-top: 40px !important;
}
.margin-left-40 {
margin-left: 40px !important;
}
.margin-bottom-40 {
margin-bottom: 40px !important;
}
.margin-right-40 {
margin-right: 40px !important;
}
.margin-top-41 {
margin-top: 41px !important;
}
.margin-left-41 {
margin-left: 41px !important;
}
.margin-bottom-41 {
margin-bottom: 41px !important;
}
.margin-right-41 {
margin-right: 41px !important;
}
.margin-top-42 {
margin-top: 42px !important;
}
.margin-left-42 {
margin-left: 42px !important;
}
.margin-bottom-42 {
margin-bottom: 42px !important;
}
.margin-right-42 {
margin-right: 42px !important;
}
.margin-top-43 {
margin-top: 43px !important;
}
.margin-left-43 {
margin-left: 43px !important;
}
.margin-bottom-43 {
margin-bottom: 43px !important;
}
.margin-right-43 {
margin-right: 43px !important;
}
.margin-top-44 {
margin-top: 44px !important;
}
.margin-left-44 {
margin-left: 44px !important;
}
.margin-bottom-44 {
margin-bottom: 44px !important;
}
.margin-right-44 {
margin-right: 44px !important;
}
.margin-top-45 {
margin-top: 45px !important;
}
.margin-left-45 {
margin-left: 45px !important;
}
.margin-bottom-45 {
margin-bottom: 45px !important;
}
.margin-right-45 {
margin-right: 45px !important;
}
.margin-top-46 {
margin-top: 46px !important;
}
.margin-left-46 {
margin-left: 46px !important;
}
.margin-bottom-46 {
margin-bottom: 46px !important;
}
.margin-right-46 {
margin-right: 46px !important;
}
.margin-top-47 {
margin-top: 47px !important;
}
.margin-left-47 {
margin-left: 47px !important;
}
.margin-bottom-47 {
margin-bottom: 47px !important;
}
.margin-right-47 {
margin-right: 47px !important;
}
.margin-top-48 {
margin-top: 48px !important;
}
.margin-left-48 {
margin-left: 48px !important;
}
.margin-bottom-48 {
margin-bottom: 48px !important;
}
.margin-right-48 {
margin-right: 48px !important;
}
.margin-top-49 {
margin-top: 49px !important;
}
.margin-left-49 {
margin-left: 49px !important;
}
.margin-bottom-49 {
margin-bottom: 49px !important;
}
.margin-right-49 {
margin-right: 49px !important;
}
.margin-top-50 {
margin-top: 50px !important;
}
.margin-left-50 {
margin-left: 50px !important;
}
.margin-bottom-50 {
margin-bottom: 50px !important;
}
.margin-right-50 {
margin-right: 50px !important;
}
.margin-top-51 {
margin-top: 51px !important;
}
.margin-left-51 {
margin-left: 51px !important;
}
.margin-bottom-51 {
margin-bottom: 51px !important;
}
.margin-right-51 {
margin-right: 51px !important;
}
.margin-top-52 {
margin-top: 52px !important;
}
.margin-left-52 {
margin-left: 52px !important;
}
.margin-bottom-52 {
margin-bottom: 52px !important;
}
.margin-right-52 {
margin-right: 52px !important;
}
.margin-top-53 {
margin-top: 53px !important;
}
.margin-left-53 {
margin-left: 53px !important;
}
.margin-bottom-53 {
margin-bottom: 53px !important;
}
.margin-right-53 {
margin-right: 53px !important;
}
.margin-top-54 {
margin-top: 54px !important;
}
.margin-left-54 {
margin-left: 54px !important;
}
.margin-bottom-54 {
margin-bottom: 54px !important;
}
.margin-right-54 {
margin-right: 54px !important;
}
.margin-top-55 {
margin-top: 55px !important;
}
.margin-left-55 {
margin-left: 55px !important;
}
.margin-bottom-55 {
margin-bottom: 55px !important;
}
.margin-right-55 {
margin-right: 55px !important;
}
.margin-top-56 {
margin-top: 56px !important;
}
.margin-left-56 {
margin-left: 56px !important;
}
.margin-bottom-56 {
margin-bottom: 56px !important;
}
.margin-right-56 {
margin-right: 56px !important;
}
.margin-top-57 {
margin-top: 57px !important;
}
.margin-left-57 {
margin-left: 57px !important;
}
.margin-bottom-57 {
margin-bottom: 57px !important;
}
.margin-right-57 {
margin-right: 57px !important;
}
.margin-top-58 {
margin-top: 58px !important;
}
.margin-left-58 {
margin-left: 58px !important;
}
.margin-bottom-58 {
margin-bottom: 58px !important;
}
.margin-right-58 {
margin-right: 58px !important;
}
.margin-top-59 {
margin-top: 59px !important;
}
.margin-left-59 {
margin-left: 59px !important;
}
.margin-bottom-59 {
margin-bottom: 59px !important;
}
.margin-right-59 {
margin-right: 59px !important;
}
.margin-top-60 {
margin-top: 60px !important;
}
.margin-left-60 {
margin-left: 60px !important;
}
.margin-bottom-60 {
margin-bottom: 60px !important;
}
.margin-right-60 {
margin-right: 60px !important;
}
.margin-top-61 {
margin-top: 61px !important;
}
.margin-left-61 {
margin-left: 61px !important;
}
.margin-bottom-61 {
margin-bottom: 61px !important;
}
.margin-right-61 {
margin-right: 61px !important;
}
.margin-top-62 {
margin-top: 62px !important;
}
.margin-left-62 {
margin-left: 62px !important;
}
.margin-bottom-62 {
margin-bottom: 62px !important;
}
.margin-right-62 {
margin-right: 62px !important;
}
.margin-top-63 {
margin-top: 63px !important;
}
.margin-left-63 {
margin-left: 63px !important;
}
.margin-bottom-63 {
margin-bottom: 63px !important;
}
.margin-right-63 {
margin-right: 63px !important;
}
.margin-top-64 {
margin-top: 64px !important;
}
.margin-left-64 {
margin-left: 64px !important;
}
.margin-bottom-64 {
margin-bottom: 64px !important;
}
.margin-right-64 {
margin-right: 64px !important;
}
.margin-top-65 {
margin-top: 65px !important;
}
.margin-left-65 {
margin-left: 65px !important;
}
.margin-bottom-65 {
margin-bottom: 65px !important;
}
.margin-right-65 {
margin-right: 65px !important;
}
.margin-top-66 {
margin-top: 66px !important;
}
.margin-left-66 {
margin-left: 66px !important;
}
.margin-bottom-66 {
margin-bottom: 66px !important;
}
.margin-right-66 {
margin-right: 66px !important;
}
.margin-top-67 {
margin-top: 67px !important;
}
.margin-left-67 {
margin-left: 67px !important;
}
.margin-bottom-67 {
margin-bottom: 67px !important;
}
.margin-right-67 {
margin-right: 67px !important;
}
.margin-top-68 {
margin-top: 68px !important;
}
.margin-left-68 {
margin-left: 68px !important;
}
.margin-bottom-68 {
margin-bottom: 68px !important;
}
.margin-right-68 {
margin-right: 68px !important;
}
.margin-top-69 {
margin-top: 69px !important;
}
.margin-left-69 {
margin-left: 69px !important;
}
.margin-bottom-69 {
margin-bottom: 69px !important;
}
.margin-right-69 {
margin-right: 69px !important;
}
.margin-top-70 {
margin-top: 70px !important;
}
.margin-left-70 {
margin-left: 70px !important;
}
.margin-bottom-70 {
margin-bottom: 70px !important;
}
.margin-right-70 {
margin-right: 70px !important;
}
.margin-top-71 {
margin-top: 71px !important;
}
.margin-left-71 {
margin-left: 71px !important;
}
.margin-bottom-71 {
margin-bottom: 71px !important;
}
.margin-right-71 {
margin-right: 71px !important;
}
.margin-top-72 {
margin-top: 72px !important;
}
.margin-left-72 {
margin-left: 72px !important;
}
.margin-bottom-72 {
margin-bottom: 72px !important;
}
.margin-right-72 {
margin-right: 72px !important;
}
.margin-top-73 {
margin-top: 73px !important;
}
.margin-left-73 {
margin-left: 73px !important;
}
.margin-bottom-73 {
margin-bottom: 73px !important;
}
.margin-right-73 {
margin-right: 73px !important;
}
.margin-top-74 {
margin-top: 74px !important;
}
.margin-left-74 {
margin-left: 74px !important;
}
.margin-bottom-74 {
margin-bottom: 74px !important;
}
.margin-right-74 {
margin-right: 74px !important;
}
.margin-top-75 {
margin-top: 75px !important;
}
.margin-left-75 {
margin-left: 75px !important;
}
.margin-bottom-75 {
margin-bottom: 75px !important;
}
.margin-right-75 {
margin-right: 75px !important;
}
.margin-top-76 {
margin-top: 76px !important;
}
.margin-left-76 {
margin-left: 76px !important;
}
.margin-bottom-76 {
margin-bottom: 76px !important;
}
.margin-right-76 {
margin-right: 76px !important;
}
.margin-top-77 {
margin-top: 77px !important;
}
.margin-left-77 {
margin-left: 77px !important;
}
.margin-bottom-77 {
margin-bottom: 77px !important;
}
.margin-right-77 {
margin-right: 77px !important;
}
.margin-top-78 {
margin-top: 78px !important;
}
.margin-left-78 {
margin-left: 78px !important;
}
.margin-bottom-78 {
margin-bottom: 78px !important;
}
.margin-right-78 {
margin-right: 78px !important;
}
.margin-top-79 {
margin-top: 79px !important;
}
.margin-left-79 {
margin-left: 79px !important;
}
.margin-bottom-79 {
margin-bottom: 79px !important;
}
.margin-right-79 {
margin-right: 79px !important;
}
.margin-top-80 {
margin-top: 80px !important;
}
.margin-left-80 {
margin-left: 80px !important;
}
.margin-bottom-80 {
margin-bottom: 80px !important;
}
.margin-right-80 {
margin-right: 80px !important;
}
.padding-top-1 {
padding-top: 1px !important;
}
.padding-left-1 {
padding-left: 1px !important;
}
.padding-bottom-1 {
padding-bottom: 1px !important;
}
.padding-right-1 {
padding-right: 1px !important;
}
.padding-top-2 {
padding-top: 2px !important;
}
.padding-left-2 {
padding-left: 2px !important;
}
.padding-bottom-2 {
padding-bottom: 2px !important;
}
.padding-right-2 {
padding-right: 2px !important;
}
.padding-top-3 {
padding-top: 3px !important;
}
.padding-left-3 {
padding-left: 3px !important;
}
.padding-bottom-3 {
padding-bottom: 3px !important;
}
.padding-right-3 {
padding-right: 3px !important;
}
.padding-top-4 {
padding-top: 4px !important;
}
.padding-left-4 {
padding-left: 4px !important;
}
.padding-bottom-4 {
padding-bottom: 4px !important;
}
.padding-right-4 {
padding-right: 4px !important;
}
.padding-top-5 {
padding-top: 5px !important;
}
.padding-left-5 {
padding-left: 5px !important;
}
.padding-bottom-5 {
padding-bottom: 5px !important;
}
.padding-right-5 {
padding-right: 5px !important;
}
.padding-top-6 {
padding-top: 6px !important;
}
.padding-left-6 {
padding-left: 6px !important;
}
.padding-bottom-6 {
padding-bottom: 6px !important;
}
.padding-right-6 {
padding-right: 6px !important;
}
.padding-top-7 {
padding-top: 7px !important;
}
.padding-left-7 {
padding-left: 7px !important;
}
.padding-bottom-7 {
padding-bottom: 7px !important;
}
.padding-right-7 {
padding-right: 7px !important;
}
.padding-top-8 {
padding-top: 8px !important;
}
.padding-left-8 {
padding-left: 8px !important;
}
.padding-bottom-8 {
padding-bottom: 8px !important;
}
.padding-right-8 {
padding-right: 8px !important;
}
.padding-top-9 {
padding-top: 9px !important;
}
.padding-left-9 {
padding-left: 9px !important;
}
.padding-bottom-9 {
padding-bottom: 9px !important;
}
.padding-right-9 {
padding-right: 9px !important;
}
.padding-top-10 {
padding-top: 10px !important;
}
.padding-left-10 {
padding-left: 10px !important;
}
.padding-bottom-10 {
padding-bottom: 10px !important;
}
.padding-right-10 {
padding-right: 10px !important;
}
.padding-top-11 {
padding-top: 11px !important;
}
.padding-left-11 {
padding-left: 11px !important;
}
.padding-bottom-11 {
padding-bottom: 11px !important;
}
.padding-right-11 {
padding-right: 11px !important;
}
.padding-top-12 {
padding-top: 12px !important;
}
.padding-left-12 {
padding-left: 12px !important;
}
.padding-bottom-12 {
padding-bottom: 12px !important;
}
.padding-right-12 {
padding-right: 12px !important;
}
.padding-top-13 {
padding-top: 13px !important;
}
.padding-left-13 {
padding-left: 13px !important;
}
.padding-bottom-13 {
padding-bottom: 13px !important;
}
.padding-right-13 {
padding-right: 13px !important;
}
.padding-top-14 {
padding-top: 14px !important;
}
.padding-left-14 {
padding-left: 14px !important;
}
.padding-bottom-14 {
padding-bottom: 14px !important;
}
.padding-right-14 {
padding-right: 14px !important;
}
.padding-top-15 {
padding-top: 15px !important;
}
.padding-left-15 {
padding-left: 15px !important;
}
.padding-bottom-15 {
padding-bottom: 15px !important;
}
.padding-right-15 {
padding-right: 15px !important;
}
.padding-top-16 {
padding-top: 16px !important;
}
.padding-left-16 {
padding-left: 16px !important;
}
.padding-bottom-16 {
padding-bottom: 16px !important;
}
.padding-right-16 {
padding-right: 16px !important;
}
.padding-top-17 {
padding-top: 17px !important;
}
.padding-left-17 {
padding-left: 17px !important;
}
.padding-bottom-17 {
padding-bottom: 17px !important;
}
.padding-right-17 {
padding-right: 17px !important;
}
.padding-top-18 {
padding-top: 18px !important;
}
.padding-left-18 {
padding-left: 18px !important;
}
.padding-bottom-18 {
padding-bottom: 18px !important;
}
.padding-right-18 {
padding-right: 18px !important;
}
.padding-top-19 {
padding-top: 19px !important;
}
.padding-left-19 {
padding-left: 19px !important;
}
.padding-bottom-19 {
padding-bottom: 19px !important;
}
.padding-right-19 {
padding-right: 19px !important;
}
.padding-top-20 {
padding-top: 20px !important;
}
.padding-left-20 {
padding-left: 20px !important;
}
.padding-bottom-20 {
padding-bottom: 20px !important;
}
.padding-right-20 {
padding-right: 20px !important;
}
.padding-top-21 {
padding-top: 21px !important;
}
.padding-left-21 {
padding-left: 21px !important;
}
.padding-bottom-21 {
padding-bottom: 21px !important;
}
.padding-right-21 {
padding-right: 21px !important;
}
.padding-top-22 {
padding-top: 22px !important;
}
.padding-left-22 {
padding-left: 22px !important;
}
.padding-bottom-22 {
padding-bottom: 22px !important;
}
.padding-right-22 {
padding-right: 22px !important;
}
.padding-top-23 {
padding-top: 23px !important;
}
.padding-left-23 {
padding-left: 23px !important;
}
.padding-bottom-23 {
padding-bottom: 23px !important;
}
.padding-right-23 {
padding-right: 23px !important;
}
.padding-top-24 {
padding-top: 24px !important;
}
.padding-left-24 {
padding-left: 24px !important;
}
.padding-bottom-24 {
padding-bottom: 24px !important;
}
.padding-right-24 {
padding-right: 24px !important;
}
.padding-top-25 {
padding-top: 25px !important;
}
.padding-left-25 {
padding-left: 25px !important;
}
.padding-bottom-25 {
padding-bottom: 25px !important;
}
.padding-right-25 {
padding-right: 25px !important;
}
.padding-top-26 {
padding-top: 26px !important;
}
.padding-left-26 {
padding-left: 26px !important;
}
.padding-bottom-26 {
padding-bottom: 26px !important;
}
.padding-right-26 {
padding-right: 26px !important;
}
.padding-top-27 {
padding-top: 27px !important;
}
.padding-left-27 {
padding-left: 27px !important;
}
.padding-bottom-27 {
padding-bottom: 27px !important;
}
.padding-right-27 {
padding-right: 27px !important;
}
.padding-top-28 {
padding-top: 28px !important;
}
.padding-left-28 {
padding-left: 28px !important;
}
.padding-bottom-28 {
padding-bottom: 28px !important;
}
.padding-right-28 {
padding-right: 28px !important;
}
.padding-top-29 {
padding-top: 29px !important;
}
.padding-left-29 {
padding-left: 29px !important;
}
.padding-bottom-29 {
padding-bottom: 29px !important;
}
.padding-right-29 {
padding-right: 29px !important;
}
.padding-top-30 {
padding-top: 30px !important;
}
.padding-left-30 {
padding-left: 30px !important;
}
.padding-bottom-30 {
padding-bottom: 30px !important;
}
.padding-right-30 {
padding-right: 30px !important;
}
.padding-top-31 {
padding-top: 31px !important;
}
.padding-left-31 {
padding-left: 31px !important;
}
.padding-bottom-31 {
padding-bottom: 31px !important;
}
.padding-right-31 {
padding-right: 31px !important;
}
.padding-top-32 {
padding-top: 32px !important;
}
.padding-left-32 {
padding-left: 32px !important;
}
.padding-bottom-32 {
padding-bottom: 32px !important;
}
.padding-right-32 {
padding-right: 32px !important;
}
.padding-top-33 {
padding-top: 33px !important;
}
.padding-left-33 {
padding-left: 33px !important;
}
.padding-bottom-33 {
padding-bottom: 33px !important;
}
.padding-right-33 {
padding-right: 33px !important;
}
.padding-top-34 {
padding-top: 34px !important;
}
.padding-left-34 {
padding-left: 34px !important;
}
.padding-bottom-34 {
padding-bottom: 34px !important;
}
.padding-right-34 {
padding-right: 34px !important;
}
.padding-top-35 {
padding-top: 35px !important;
}
.padding-left-35 {
padding-left: 35px !important;
}
.padding-bottom-35 {
padding-bottom: 35px !important;
}
.padding-right-35 {
padding-right: 35px !important;
}
.padding-top-36 {
padding-top: 36px !important;
}
.padding-left-36 {
padding-left: 36px !important;
}
.padding-bottom-36 {
padding-bottom: 36px !important;
}
.padding-right-36 {
padding-right: 36px !important;
}
.padding-top-37 {
padding-top: 37px !important;
}
.padding-left-37 {
padding-left: 37px !important;
}
.padding-bottom-37 {
padding-bottom: 37px !important;
}
.padding-right-37 {
padding-right: 37px !important;
}
.padding-top-38 {
padding-top: 38px !important;
}
.padding-left-38 {
padding-left: 38px !important;
}
.padding-bottom-38 {
padding-bottom: 38px !important;
}
.padding-right-38 {
padding-right: 38px !important;
}
.padding-top-39 {
padding-top: 39px !important;
}
.padding-left-39 {
padding-left: 39px !important;
}
.padding-bottom-39 {
padding-bottom: 39px !important;
}
.padding-right-39 {
padding-right: 39px !important;
}
.padding-top-40 {
padding-top: 40px !important;
}
.padding-left-40 {
padding-left: 40px !important;
}
.padding-bottom-40 {
padding-bottom: 40px !important;
}
.padding-right-40 {
padding-right: 40px !important;
}
.padding-top-41 {
padding-top: 41px !important;
}
.padding-left-41 {
padding-left: 41px !important;
}
.padding-bottom-41 {
padding-bottom: 41px !important;
}
.padding-right-41 {
padding-right: 41px !important;
}
.padding-top-42 {
padding-top: 42px !important;
}
.padding-left-42 {
padding-left: 42px !important;
}
.padding-bottom-42 {
padding-bottom: 42px !important;
}
.padding-right-42 {
padding-right: 42px !important;
}
.padding-top-43 {
padding-top: 43px !important;
}
.padding-left-43 {
padding-left: 43px !important;
}
.padding-bottom-43 {
padding-bottom: 43px !important;
}
.padding-right-43 {
padding-right: 43px !important;
}
.padding-top-44 {
padding-top: 44px !important;
}
.padding-left-44 {
padding-left: 44px !important;
}
.padding-bottom-44 {
padding-bottom: 44px !important;
}
.padding-right-44 {
padding-right: 44px !important;
}
.padding-top-45 {
padding-top: 45px !important;
}
.padding-left-45 {
padding-left: 45px !important;
}
.padding-bottom-45 {
padding-bottom: 45px !important;
}
.padding-right-45 {
padding-right: 45px !important;
}
.padding-top-46 {
padding-top: 46px !important;
}
.padding-left-46 {
padding-left: 46px !important;
}
.padding-bottom-46 {
padding-bottom: 46px !important;
}
.padding-right-46 {
padding-right: 46px !important;
}
.padding-top-47 {
padding-top: 47px !important;
}
.padding-left-47 {
padding-left: 47px !important;
}
.padding-bottom-47 {
padding-bottom: 47px !important;
}
.padding-right-47 {
padding-right: 47px !important;
}
.padding-top-48 {
padding-top: 48px !important;
}
.padding-left-48 {
padding-left: 48px !important;
}
.padding-bottom-48 {
padding-bottom: 48px !important;
}
.padding-right-48 {
padding-right: 48px !important;
}
.padding-top-49 {
padding-top: 49px !important;
}
.padding-left-49 {
padding-left: 49px !important;
}
.padding-bottom-49 {
padding-bottom: 49px !important;
}
.padding-right-49 {
padding-right: 49px !important;
}
.padding-top-50 {
padding-top: 50px !important;
}
.padding-left-50 {
padding-left: 50px !important;
}
.padding-bottom-50 {
padding-bottom: 50px !important;
}
.padding-right-50 {
padding-right: 50px !important;
}
.padding-top-51 {
padding-top: 51px !important;
}
.padding-left-51 {
padding-left: 51px !important;
}
.padding-bottom-51 {
padding-bottom: 51px !important;
}
.padding-right-51 {
padding-right: 51px !important;
}
.padding-top-52 {
padding-top: 52px !important;
}
.padding-left-52 {
padding-left: 52px !important;
}
.padding-bottom-52 {
padding-bottom: 52px !important;
}
.padding-right-52 {
padding-right: 52px !important;
}
.padding-top-53 {
padding-top: 53px !important;
}
.padding-left-53 {
padding-left: 53px !important;
}
.padding-bottom-53 {
padding-bottom: 53px !important;
}
.padding-right-53 {
padding-right: 53px !important;
}
.padding-top-54 {
padding-top: 54px !important;
}
.padding-left-54 {
padding-left: 54px !important;
}
.padding-bottom-54 {
padding-bottom: 54px !important;
}
.padding-right-54 {
padding-right: 54px !important;
}
.padding-top-55 {
padding-top: 55px !important;
}
.padding-left-55 {
padding-left: 55px !important;
}
.padding-bottom-55 {
padding-bottom: 55px !important;
}
.padding-right-55 {
padding-right: 55px !important;
}
.padding-top-56 {
padding-top: 56px !important;
}
.padding-left-56 {
padding-left: 56px !important;
}
.padding-bottom-56 {
padding-bottom: 56px !important;
}
.padding-right-56 {
padding-right: 56px !important;
}
.padding-top-57 {
padding-top: 57px !important;
}
.padding-left-57 {
padding-left: 57px !important;
}
.padding-bottom-57 {
padding-bottom: 57px !important;
}
.padding-right-57 {
padding-right: 57px !important;
}
.padding-top-58 {
padding-top: 58px !important;
}
.padding-left-58 {
padding-left: 58px !important;
}
.padding-bottom-58 {
padding-bottom: 58px !important;
}
.padding-right-58 {
padding-right: 58px !important;
}
.padding-top-59 {
padding-top: 59px !important;
}
.padding-left-59 {
padding-left: 59px !important;
}
.padding-bottom-59 {
padding-bottom: 59px !important;
}
.padding-right-59 {
padding-right: 59px !important;
}
.padding-top-60 {
padding-top: 60px !important;
}
.padding-left-60 {
padding-left: 60px !important;
}
.padding-bottom-60 {
padding-bottom: 60px !important;
}
.padding-right-60 {
padding-right: 60px !important;
}
.padding-top-61 {
padding-top: 61px !important;
}
.padding-left-61 {
padding-left: 61px !important;
}
.padding-bottom-61 {
padding-bottom: 61px !important;
}
.padding-right-61 {
padding-right: 61px !important;
}
.padding-top-62 {
padding-top: 62px !important;
}
.padding-left-62 {
padding-left: 62px !important;
}
.padding-bottom-62 {
padding-bottom: 62px !important;
}
.padding-right-62 {
padding-right: 62px !important;
}
.padding-top-63 {
padding-top: 63px !important;
}
.padding-left-63 {
padding-left: 63px !important;
}
.padding-bottom-63 {
padding-bottom: 63px !important;
}
.padding-right-63 {
padding-right: 63px !important;
}
.padding-top-64 {
padding-top: 64px !important;
}
.padding-left-64 {
padding-left: 64px !important;
}
.padding-bottom-64 {
padding-bottom: 64px !important;
}
.padding-right-64 {
padding-right: 64px !important;
}
.padding-top-65 {
padding-top: 65px !important;
}
.padding-left-65 {
padding-left: 65px !important;
}
.padding-bottom-65 {
padding-bottom: 65px !important;
}
.padding-right-65 {
padding-right: 65px !important;
}
.padding-top-66 {
padding-top: 66px !important;
}
.padding-left-66 {
padding-left: 66px !important;
}
.padding-bottom-66 {
padding-bottom: 66px !important;
}
.padding-right-66 {
padding-right: 66px !important;
}
.padding-top-67 {
padding-top: 67px !important;
}
.padding-left-67 {
padding-left: 67px !important;
}
.padding-bottom-67 {
padding-bottom: 67px !important;
}
.padding-right-67 {
padding-right: 67px !important;
}
.padding-top-68 {
padding-top: 68px !important;
}
.padding-left-68 {
padding-left: 68px !important;
}
.padding-bottom-68 {
padding-bottom: 68px !important;
}
.padding-right-68 {
padding-right: 68px !important;
}
.padding-top-69 {
padding-top: 69px !important;
}
.padding-left-69 {
padding-left: 69px !important;
}
.padding-bottom-69 {
padding-bottom: 69px !important;
}
.padding-right-69 {
padding-right: 69px !important;
}
.padding-top-70 {
padding-top: 70px !important;
}
.padding-left-70 {
padding-left: 70px !important;
}
.padding-bottom-70 {
padding-bottom: 70px !important;
}
.padding-right-70 {
padding-right: 70px !important;
}
.padding-top-71 {
padding-top: 71px !important;
}
.padding-left-71 {
padding-left: 71px !important;
}
.padding-bottom-71 {
padding-bottom: 71px !important;
}
.padding-right-71 {
padding-right: 71px !important;
}
.padding-top-72 {
padding-top: 72px !important;
}
.padding-left-72 {
padding-left: 72px !important;
}
.padding-bottom-72 {
padding-bottom: 72px !important;
}
.padding-right-72 {
padding-right: 72px !important;
}
.padding-top-73 {
padding-top: 73px !important;
}
.padding-left-73 {
padding-left: 73px !important;
}
.padding-bottom-73 {
padding-bottom: 73px !important;
}
.padding-right-73 {
padding-right: 73px !important;
}
.padding-top-74 {
padding-top: 74px !important;
}
.padding-left-74 {
padding-left: 74px !important;
}
.padding-bottom-74 {
padding-bottom: 74px !important;
}
.padding-right-74 {
padding-right: 74px !important;
}
.padding-top-75 {
padding-top: 75px !important;
}
.padding-left-75 {
padding-left: 75px !important;
}
.padding-bottom-75 {
padding-bottom: 75px !important;
}
.padding-right-75 {
padding-right: 75px !important;
}
.padding-top-76 {
padding-top: 76px !important;
}
.padding-left-76 {
padding-left: 76px !important;
}
.padding-bottom-76 {
padding-bottom: 76px !important;
}
.padding-right-76 {
padding-right: 76px !important;
}
.padding-top-77 {
padding-top: 77px !important;
}
.padding-left-77 {
padding-left: 77px !important;
}
.padding-bottom-77 {
padding-bottom: 77px !important;
}
.padding-right-77 {
padding-right: 77px !important;
}
.padding-top-78 {
padding-top: 78px !important;
}
.padding-left-78 {
padding-left: 78px !important;
}
.padding-bottom-78 {
padding-bottom: 78px !important;
}
.padding-right-78 {
padding-right: 78px !important;
}
.padding-top-79 {
padding-top: 79px !important;
}
.padding-left-79 {
padding-left: 79px !important;
}
.padding-bottom-79 {
padding-bottom: 79px !important;
}
.padding-right-79 {
padding-right: 79px !important;
}
.padding-top-80 {
padding-top: 80px !important;
}
.padding-left-80 {
padding-left: 80px !important;
}
.padding-bottom-80 {
padding-bottom: 80px !important;
}
.padding-right-80 {
padding-right: 80px !important;
} @font-face {
font-family: 'Rubik-Medium';
src: url(//www.imep.com.tr/wp-content/themes/yozi/fonts/rubik/Rubik-Medium.eot);
src: url(//www.imep.com.tr/wp-content/themes/yozi/fonts/rubik/Rubik-Medium.otf) format("otf"), url(//www.imep.com.tr/wp-content/themes/yozi/fonts/rubik/Rubik-Medium.woff) format("woff"), url(//www.imep.com.tr/wp-content/themes/yozi/fonts/rubik/Rubik-Medium.ttf) format("truetype"), url(//www.imep.com.tr/wp-content/themes/yozi/fonts/rubik/Rubik-Medium.svg) format("svg");
font-weight: normal;
font-style: normal;
}
.post-password-form input {
height: 43px;
padding: 5px 10px;
}
.post-password-form input[type="submit"] {
background: #e23e1d;
color: #fff;
border: none;
padding: 5px 25px;
}
.post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:active {
color: #fff;
background: #b53217;
}
select,
a:focus, .btn:focus, .viewmore-products-btn:focus {
outline: none !important;
}
.list,
.list-no {
list-style: none;
padding: 0;
margin: 0;
}
.media-body {
width: 10000px;
}
.btn, .viewmore-products-btn, button {
outline: none !important;
}
::-moz-selection {
color: #fff;
background: #1b251f;
}
::selection {
color: #fff;
background: #1b251f;
}
.pswp__item {
cursor: move;
}
.no-border {
border: none !important;
}
.no-border:before {
display: none !important;
}
.wpb_widgetised_column {
margin: 0;
}
.apus-mfp-zoom-in .mfp-content {
-webkit-transform: scale(1.4);
-ms-transform: scale(1.4);
-o-transform: scale(1.4);
transform: scale(1.4);
opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: all 0.4s ease-in-out 0s;
-o-transition: all 0.4s ease-in-out 0s;
transition: all 0.4s ease-in-out 0s;
}
.apus-mfp-zoom-in.mfp-ready .mfp-content {
-webkit-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
opacity: 1;
filter: alpha(opacity=100);
}
.apus-quickview .mfp-inline-holder .mfp-content {
position: relative;
max-width: 100%;
width: 90%;
margin: 0 auto;
background: #fff;
}
@media (min-width: 1200px) {
.apus-quickview .mfp-inline-holder .mfp-content {
width: 1200px;
min-height: 400px;
}
}
.apus-quickview .mfp-inline-holder .mfp-content .details-product {
overflow: hidden;
}
.apus-quickview .mfp-inline-holder .mfp-content .wrapper-img-main {
background: #232530;
padding: 30px;
position: relative;
}
.apus-quickview .mfp-inline-holder .mfp-content .wrapper-img-main:before {
content: '';
background: #232530;
position: absolute;
top: 100%;
width: 100%;
height: 100%;
left: 0;
}
.apus-quickview .mfp-inline-holder .mfp-content .information {
padding: 30px 30px 30px 0;
}
.rtl .apus-quickview .mfp-inline-holder .mfp-content .information {
padding: 30px 0 30px 30px;
}
.apus-quickview .mfp-inline-holder .mfp-content .owl-carousel .owl-controls .owl-nav .owl-next,
.apus-quickview .mfp-inline-holder .mfp-content .owl-carousel .owl-controls .owl-nav .owl-prev {
opacity: 1;
filter: alpha(opacity=100);
}
.apus-quickview .mfp-inline-holder .mfp-content .owl-carousel .owl-controls .owl-nav .owl-prev {
left: -15px;
}
.apus-quickview .mfp-inline-holder .mfp-content .owl-carousel .owl-controls .owl-nav .owl-next {
right: -15px;
}
.apus-quickview .mfp-inline-holder .mfp-content .mfp-close {
background: #d9534f;
color: #fff;
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
}
.apus-quickview .mfp-inline-holder .mfp-content .mfp-close:hover, .apus-quickview .mfp-inline-holder .mfp-content .mfp-close:active {
background: #c9302c;
color: #fff;
}
.action .caret {
width: 8px;
height: 8px;
position: relative;
}
.action[aria-expanded="true"] b {
border: none;
}
.action[aria-expanded="true"] b:before {
font-family: FontAwesome;
content: "\f00d";
position: absolute;
top: 0;
left: 0;
font-size: 12px;
}
ins {
text-decoration: none;
}
img {
border: 0;
vertical-align: top;
max-width: 100%;
height: auto;
}
.video-responsive {
height: 0;
padding-top: 0;
padding-bottom: 56.25%;
margin-bottom: 10px;
position: relative;
overflow: hidden;
}
.video-responsive embed, .video-responsive iframe, .video-responsive object, .video-responsive video {
top: 0;
left: 0;
position: absolute;
width: 100%;
height: 100%;
}
.audio-responsive iframe {
width: 100%;
height: 126px;
}
ul.list-square {
padding: 0;
margin: 0;
list-style: none;
}
ul.list-square > li {
line-height: 35px;
font-size: 14px;
margin: 0;
}
ul.list-square > li.active > a, ul.list-square > li:hover > a {
color: #e23e1d;
}
ul.list-square > li.active > a:before, ul.list-square > li:hover > a:before {
background: #e23e1d;
}
ul.list-square > li > a {
display: block;
padding-left: 21px;
position: relative;
}
.rtl ul.list-square > li > a {
padding-right: 21px;
padding-left: inherit;
}
ul.list-square > li > a:before {
content: '';
background: #191919;
width: 8px;
height: 8px;
left: 0;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
.rtl ul.list-square > li > a:before {
right: 0;
left: auto;
}
.breadcrumb > li + li:before {
color: #4c4c4c !important;
}
.apus-breadscrumb {
background: #fff;
margin: 0 0 50px;
border-bottom: 1px solid #ebebeb;
}
.apus-breadscrumb .breadcrumb {
background: transparent;
margin: 0;
padding: 0;
color: #b7b7b7;
font-size: 14px;
font-family: "Rubik", Helvetica, Arial, sans-serif;
font-weight: 400;
}
.apus-breadscrumb .breadcrumb > .active {
color: #b7b7b7;
}
.apus-breadscrumb .breadcrumb a {
color: #4c4c4c;
}
.apus-breadscrumb .breadcrumb a:hover, .apus-breadscrumb .breadcrumb a:active {
color: #e23e1d;
}
.apus-breadscrumb .wrapper-breads {
position: relative;
padding: 20px 0;
}
.apus-breadscrumb .bread-title {
text-transform: capitalize;
font-size: 25px;
font-weight: 400;
margin: 0 0 5px;
}
.search-form input,
.search-form .btn,
.search-form .viewmore-products-btn {
background: #ebedee;
border-color: #ebedee;
color: #191919;
}
.search-form .btn, .search-form .viewmore-products-btn {
padding: 5px 15px;
}
.ui-autocomplete.ui-widget-content {
padding: 15px;
margin: 0;
list-style: none;
width: 293px !important;
background: #fff;
}
.ui-autocomplete.ui-widget-content li {
padding-bottom: 15px;
margin-bottom: 15px;
border-bottom: 1px solid #ebebeb;
}
.ui-autocomplete.ui-widget-content li:last-child {
border: none;
margin: 0;
padding: 0;
}
.ui-autocomplete.ui-widget-content li img {
width: 60px;
}
.main-content {
display: block;
padding-bottom: 20px;
}
@media (min-width: 992px) {
.main-content {
display: block;
padding-bottom: 40px;
}
}
.bg-dark {
background: #272727;
color: #fff;
}
.text-purple {
color: #6c58bd !important;
}
.text-red {
color: #c32322 !important;
}
.text-red-1 {
color: #ff0000 !important;
}
.text-orange {
color: #f66000 !important;
}
.text-yellow {
color: #e2d951 !important;
}
.text-black {
color: #000 !important;
}
.text-white, .text-light {
color: #FFFFFF !important;
}
.text-darker {
color: #333 !important;
}
.text-uppercase {
text-transform: uppercase;
} .radius-0 {
border-radius: 0 !important;
}
.radius-x {
border-radius: 50% !important;
}
.radius-1x {
border-radius: 10px !important;
}
.radius-2x {
border-radius: 20px !important;
}
.radius-3x {
border-radius: 30px !important;
}
.radius-4x {
border-radius: 40px !important;
}
.radius-5x {
border-radius: 5px !important;
}
.radius-6x {
border-radius: 3px !important;
}
.owl-carousel-play {
position: relative;
}
.owl-carousel-play .owl-item:last-child .product-wrapper {
border: none;
}
.carousel-md {
width: 44px;
height: 44px;
line-height: 44px;
}
.carousel-sm {
width: 34px;
height: 34px;
line-height: 34px;
font-size: 14px;
}
.carousel-xs {
width: 28px;
height: 28px;
line-height: 28px;
font-size: 14px;
}
.add-fix-top {
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
position: fixed;
z-index: 99;
bottom: 50px;
right: 50px;
display: inline-block;
color: #fff;
opacity: 0;
filter: alpha(opacity=0);
width: 45px;
height: 45px;
line-height: 40px;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
text-align: center;
background: #e23e1d;
}
.rtl .add-fix-top {
left: 50px;
right: auto;
}
.add-fix-top i {
font-size: 28px;
line-height: 1;
display: inline-block;
vertical-align: middle;
}
.add-fix-top:focus, .add-fix-top:active, .add-fix-top:hover {
color: #fff;
background: #cb381a;
}
.add-fix-top.active {
opacity: 1;
filter: alpha(opacity=100);
}
.back-top {
width: 104px;
height: 104px;
line-height: 100px;
text-align: center;
padding: 7px;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
background: #fff;
display: inline-block;
}
.back-top .back-inner {
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
width: 90px;
height: 90px;
background-image: -webkit-linear-gradient(left, #1b251f 0%, #e23e1d 100%);
background-image: -o-linear-gradient(left, #1b251f 0%, #e23e1d 100%);
background-image: linear-gradient(to right, #1b251f 0%, #e23e1d 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF1B251F', endColorstr='#FFE23E1D', GradientType=1);
position: relative;
}
.back-top .back-inner:before {
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
-webkit-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
content: '';
width: 100%;
height: 100%;
background-image: -webkit-linear-gradient(left, #e23e1d 0%, #1b251f 100%);
background-image: -o-linear-gradient(left, #e23e1d 0%, #1b251f 100%);
background-image: linear-gradient(to right, #e23e1d 0%, #1b251f 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE23E1D', endColorstr='#FF1B251F', GradientType=1);
z-index: 1;
position: absolute;
top: 0;
left: 0;
opacity: 0;
filter: alpha(opacity=0);
}
.back-top .back-inner > i {
position: relative;
color: #fff;
font-size: 50px;
z-index: 9;
}
.back-top:hover .back-inner:before, .back-top:active .back-inner:before {
opacity: 1;
filter: alpha(opacity=100);
}
.menu {
padding: 0;
margin: 0;
}
.menu li {
list-style: none;
margin-bottom: 8px;
}
.menu li a:hover, .menu li a:active {
text-decoration: none;
}
.menu ul {
padding-left: 15px;
margin: 0;
}
.rtl .menu ul {
padding-right: 15px;
padding-left: inherit;
}
.apus-body-loading {
overflow: hidden;
}
@keyframes spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
@keyframes -webkit-spin {
0% {
-webkit-transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
}
}
.apus-page-loading {
top: 0;
left: 0;
position: fixed;
width: 100%;
height: 100%;
background: #fff;
z-index: 9999;
}
.apus-loader-inner {
margin: 0 auto;
width: 60px;
height: 50px;
text-align: center;
font-size: 10px;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translateY(-50%) translateX(-50%);
transform: translateY(-50%) translateX(-50%);
}
.apus-loader-inner > div {
width: 8px;
height: 100%;
display: inline-block;
float: left;
margin-left: 2px;
-webkit-animation: delay 0.8s infinite ease-in-out;
animation: delay 0.8s infinite ease-in-out;
}
.apus-loader-inner .loader1 {
background-color: #e39505;
}
.apus-loader-inner .loader2 {
background-color: #ff5395;
-webkit-animation-delay: -0.7s;
animation-delay: -0.7s;
}
.apus-loader-inner .loader3 {
background-color: #84b813;
-webkit-animation-delay: -0.6s;
animation-delay: -0.6s;
}
.apus-loader-inner .loader4 {
background-color: #f38ca3;
-webkit-animation-delay: -0.5s;
animation-delay: -0.5s;
}
.apus-loader-inner .loader5 {
background-color: #da5800;
-webkit-animation-delay: -0.4s;
animation-delay: -0.4s;
}
@-webkit-keyframes delay {
0%, 40%, 100% {
-webkit-transform: scaleY(0.05);
transform: scaleY(0.05);
}
20% {
-webkit-transform: scaleY(1);
transform: scaleY(1);
}
}
@keyframes delay {
0%, 40%, 100% {
transform: scaleY(0.05);
-webkit-transform: scaleY(0.05);
}
20% {
transform: scaleY(1);
-webkit-transform: scaleY(1);
}
}
.tab-v1 .tabs-list {
border: none;
text-align: center;
padding: 30px 0 50px;
}
.tab-v1 .tabs-list li {
padding: 0 22px;
margin: 0;
display: inline-block;
float: none;
}
.tab-v1 .tabs-list li a {
padding: 5px 0;
color: #777777;
border-width: 0 0 1px !important;
border-color: #cccccc;
border-style: dashed;
font-size: 16px;
font-weight: 300;
text-transform: uppercase;
background: transparent;
}
.tab-v1 .tabs-list li.active > a:active,
.tab-v1 .tabs-list li.active > a:focus,
.tab-v1 .tabs-list li.active > a, .tab-v1 .tabs-list li:hover > a:active,
.tab-v1 .tabs-list li:hover > a:focus,
.tab-v1 .tabs-list li:hover > a {
border-color: transparent;
color: #e23e1d;
background: transparent;
}
.tab-v1.style1 .tabs-list {
padding: 10px 0 70px;
text-align: right;
}
.rtl .tab-v1.style1 .tabs-list {
text-align: left;
}
.tab-v1.style1 .tabs-list li.active, .tab-v1.style1 .tabs-list li:hover {
-webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1);
}
.tab-v1.style1 .tabs-list li.active > a:active,
.tab-v1.style1 .tabs-list li.active > a:focus,
.tab-v1.style1 .tabs-list li.active > a, .tab-v1.style1 .tabs-list li:hover > a:active,
.tab-v1.style1 .tabs-list li:hover > a:focus,
.tab-v1.style1 .tabs-list li:hover > a {
color: #191919;
}
@media (min-width: 992px) {
.tab-v1.style1 {
padding: 0 70px;
}
}
.tab-product-center .nav-tabs {
border: none;
margin: 0 0 30px;
text-align: center;
}
.tab-product-center .nav-tabs > li {
display: inline-block;
float: none;
margin: 0 !important;
}
.tab-product-center .nav-tabs > li > a {
border: none !important;
margin: 0;
font-size: 16px;
font-weight: 400;
font-family: "Rubik-Medium";
padding: 0 30px;
color: #191919;
outline: none !important;
}
.tab-product-center .nav-tabs > li:hover a, .tab-product-center .nav-tabs > li.active a {
color: #e23e1d;
}
.tab-product-center .tab-content {
position: relative;
}
.tab-product-center .tab-content.loading:before {
content: '';
position: absolute;
top: 0;
left: 0;
z-index: 99;
width: 100%;
height: 100%;
background: rgba(255, 255, 255, 0.9) url(//www.imep.com.tr/wp-content/themes/yozi/images/loading-quick.gif) no-repeat scroll center 100px/50px auto;
}
.page-links {
overflow: hidden;
margin: 0 0 30px;
}
.page-links .page-links-title {
font-weight: 700;
color: #191919;
}
.page-links > span:not(.page-links-title),
.page-links > a {
display: inline-block;
line-height: 1;
margin: 0 2px;
padding: 9px 15px;
border: 1px solid #ebebeb;
color: #191919;
}
.page-links > span:not(.page-links-title):hover, .page-links > span:not(.page-links-title):active,
.page-links > a:hover,
.page-links > a:active {
color: #fff;
background: #e23e1d;
border-color: #e23e1d;
}
.page-links > span:not(.page-links-title) {
color: #fff;
background: #e23e1d;
border-color: #e23e1d;
}
option {
padding: 5px;
}
@media (min-width: 992px) {
.space-padding-left-30 {
padding-left: 30px !important;
}
}
.woocommerce-MyAccount-navigation > ul {
list-style: none;
padding: 0;
margin: 0;
line-height: 35px;
}
.yith_woocompare_colorbox #cboxWrapper #cboxContent {
position: relative;
}
.yith_woocompare_colorbox #cboxWrapper #cboxContent #cboxClose {
position: absolute;
top: 0;
right: 0;
padding: 5px;
color: #fff;
background: #d9534f;
text-transform: capitalize;
font-size: 14px;
width: 80px;
height: 32px;
text-indent: 0;
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
}
.rtl .yith_woocompare_colorbox #cboxWrapper #cboxContent #cboxClose {
left: 0;
right: auto;
}
.yith_woocompare_colorbox #cboxWrapper #cboxContent #cboxClose:hover, .yith_woocompare_colorbox #cboxWrapper #cboxContent #cboxClose:active {
background: #d43f3a;
}
.image-lazy-loading .image-wrapper {
background-position: center center;
background-repeat: no-repeat;
background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="38" height="38" viewBox="0 0 38 38" stroke="rgba(102,102,102,0.25)"%3E%3Cg fill="none" fill-rule="evenodd"%3E%3Cg transform="translate(1 1)" stroke-width="2"%3E%3Ccircle stroke-opacity=".55" cx="18" cy="18" r="18"/%3E%3Cpath d="M36 18c0-9.94-8.06-18-18-18"%3E%3CanimateTransform attributeName="transform" type="rotate" from="0 18 18" to="360 18 18" dur="1s" repeatCount="indefinite"/%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E');
max-height: 100%;
}
.image-lazy-loading .image-wrapper img {
opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
}
.image-lazy-loading .image-wrapper.image-loaded {
background: none;
}
.image-lazy-loading .image-wrapper.image-loaded img {
opacity: 1;
filter: alpha(opacity=100);
}
.scrollbar {
width: 102px;
height: 102px;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
overflow: hidden;
line-height: 90px;
text-align: center;
color: #fff;
background-image: -webkit-linear-gradient(left, #1b251f 0%, #e23e1d 100%);
background-image: -o-linear-gradient(left, #1b251f 0%, #e23e1d 100%);
background-image: linear-gradient(to right, #1b251f 0%, #e23e1d 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF1B251F', endColorstr='#FFE23E1D', GradientType=1);
font-size: 50px;
display: inline-block;
border: 6px solid #ffffff;
-webkit-transform: translateY(55px);
-ms-transform: translateY(55px);
-o-transform: translateY(55px);
transform: translateY(55px);
position: relative;
z-index: 9;
}
.scrollbar:hover, .scrollbar:active {
color: #fff;
background-image: -webkit-linear-gradient(left, #e23e1d 0%, #1b251f 100%);
background-image: -o-linear-gradient(left, #e23e1d 0%, #1b251f 100%);
background-image: linear-gradient(to right, #e23e1d 0%, #1b251f 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE23E1D', endColorstr='#FF1B251F', GradientType=1);
}
.rtl .navbar-nav.megamenu > li {
padding-right: 0 !important;
}
.rtl .navbar-nav {
float: right;
}
.rtl .input-group .form-control:first-child, .rtl .input-group-addon:first-child, .rtl .input-group-btn:first-child > .btn, .rtl .input-group-btn:first-child > .viewmore-products-btn, .rtl .input-group-btn:first-child > .btn-group > .btn, .rtl .input-group-btn:first-child > .btn-group > .viewmore-products-btn, .rtl .input-group-btn:first-child > .dropdown-toggle, .rtl .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .rtl .input-group-btn:last-child > .viewmore-products-btn:not(:last-child):not(.dropdown-toggle), .rtl .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .rtl .input-group-btn:last-child > .btn-group:not(:last-child) > .viewmore-products-btn {
border-radius: 0 100px 100px 0;
-webkit-border-radius: 0 100px 100px 0;
-moz-border-radius: 0 100px 100px 0;
-ms-border-radius: 0 100px 100px 0;
-o-border-radius: 0 100px 100px 0;
}
.rtl .input-group .form-control:last-child, .rtl .input-group-addon:last-child, .rtl .input-group-btn:last-child > .btn, .rtl .input-group-btn:last-child > .viewmore-products-btn, .rtl .input-group-btn:last-child > .btn-group > .btn, .rtl .input-group-btn:last-child > .btn-group > .viewmore-products-btn, .rtl .input-group-btn:last-child > .dropdown-toggle, .rtl .input-group-btn:first-child > .btn:not(:first-child), .rtl .input-group-btn:first-child > .viewmore-products-btn:not(:first-child), .rtl .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .rtl .input-group-btn:first-child > .btn-group:not(:first-child) > .viewmore-products-btn {
border-radius: 100px 0 0 100px;
-webkit-border-radius: 100px 0 0 100px;
-moz-border-radius: 100px 0 0 100px;
-ms-border-radius: 100px 0 0 100px;
-o-border-radius: 100px 0 0 100px;
}
.rtl .apus-search-style2 form [type="submit"] {
border-radius: 100px 0 0 100px !important;
-webkit-border-radius: 100px 0 0 100px !important;
-moz-border-radius: 100px 0 0 100px !important;
-ms-border-radius: 100px 0 0 100px !important;
-o-border-radius: 100px 0 0 100px !important;
}
.popupnewsletter-wrapper .mfp-content {
width: 700px !important;
max-width: 80% !important;
background: #fff;
}
.popupnewsletter-wrapper .popupnewsletter-widget {
padding-right: 30px;
padding-top: 30px;
padding-bottom: 30px;
text-align: center;
}
.rtl .popupnewsletter-wrapper .popupnewsletter-widget {
padding-left: 30px;
padding-right: inherit;
}
@media (max-width: 767px) {
.popupnewsletter-wrapper .popupnewsletter-widget {
padding: 30px;
}
}
.popupnewsletter-wrapper .apus-mfp-close {
background: #d9534f;
color: #fff;
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
opacity: 1;
filter: alpha(opacity=100);
}
.popupnewsletter-wrapper .apus-mfp-close:hover, .popupnewsletter-wrapper .apus-mfp-close:active {
color: #fff;
background: #d2322d;
}
.popupnewsletter-wrapper .description {
margin-bottom: 30px;
}
.popupnewsletter-wrapper .input-group {
display: block;
}
.popupnewsletter-wrapper .input-group > * {
display: block;
width: 100%;
clear: both;
}
.popupnewsletter-wrapper .input-group .form-control {
border-radius: 100px;
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
-ms-border-radius: 100px;
-o-border-radius: 100px;
}
.popupnewsletter-wrapper .input-group .input-group-btn {
padding-top: 10px;
}
.popupnewsletter-wrapper .input-group .input-group-btn .btn, .popupnewsletter-wrapper .input-group .input-group-btn .viewmore-products-btn {
width: 100%;
text-align: center;
border-radius: 100px;
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
-ms-border-radius: 100px;
-o-border-radius: 100px;
}  .widget {
margin-bottom: 30px;
position: relative;
padding: 0px;
background: transparent;
}
.widget .widget-title, .widget .widgettitle, .widget .widget-heading {
font-size: 18px;
margin: 0 0 30px;
font-weight: 400;
font-family: "Rubik-Medium";
position: relative;
padding: 0 0 15px;
border-bottom: 1px solid #ebebeb;
}
.widget .widget-title:before, .widget .widgettitle:before, .widget .widget-heading:before {
content: '';
position: absolute;
top: 100%;
left: 0;
width: 70px;
height: 3px;
background: #e23e1d;
}
.rtl .widget .widget-title:before, .rtl .widget .widgettitle:before, .rtl .widget .widget-heading:before {
right: 0;
left: auto;
}
.widget.product-top {
margin-bottom: 0;
}
.wpb_video_widget .video-description {
padding: 10px;
}
.sidebar .widget,
.apus-sidebar .widget {
margin: 0 0 40px;
overflow: hidden;
}
.sidebar .apus-products-list,
.apus-sidebar .apus-products-list {
border-style: solid;
border-color: #ebebeb;
border-width: 0 1px 1px;
}
.sidebar .apus-products-list .product-block,
.apus-sidebar .apus-products-list .product-block {
padding: 20px;
margin: 0;
}
.sidebar .row.instagram-pics,
.apus-sidebar .row.instagram-pics {
margin-left: -6px;
margin-right: -6px;
}
.sidebar .row.instagram-pics > [class*="col-md"],
.apus-sidebar .row.instagram-pics > [class*="col-md"] {
padding-left: 6px;
padding-right: 6px;
margin-bottom: 12px;
}
.sidebar .widget_categories,
.apus-sidebar .widget_categories {
font-size: 14px;
}
.sidebar .widget_categories > ul,
.apus-sidebar .widget_categories > ul {
border: 1px solid #ebebeb;
padding: 30px;
}
.sidebar .widget_apus_single_image,
.apus-sidebar .widget_apus_single_image {
margin-bottom: 30px;
}
#apus-topbar .info-topbar .textwidget > span {
padding-right: 10px;
margin-right: 10px;
float: left;
border-right: 1px solid #ebebeb;
}
.rtl #apus-topbar .info-topbar .textwidget > span {
padding-left: 10px;
padding-right: inherit;
}
.rtl #apus-topbar .info-topbar .textwidget > span {
margin-left: 10px;
margin-right: inherit;
}
.rtl #apus-topbar .info-topbar .textwidget > span {
float: right;
}
.rtl #apus-topbar .info-topbar .textwidget > span {
border-left: 1px solid #ebebeb;
border-right: inherit;
}
#apus-topbar .info-topbar .textwidget > span:last-child {
border: 0;
}
#apus-topbar .info-topbar .fa {
margin-right: 8px;
}
.rtl #apus-topbar .info-topbar .fa {
margin-left: 8px;
margin-right: inherit;
}
.apus-footer .widget-title, .apus-footer .widgettitle, .apus-footer .widget-heading {
color: #191919;
font-size: 16px;
font-weight: 400;
font-family: "Rubik-Medium";
margin: 8px 0 25px;
text-transform: capitalize;
border: none;
padding: 0;
}
.apus-footer .widget-title:before, .apus-footer .widgettitle:before, .apus-footer .widget-heading:before {
display: none;
}
.apus-footer .footer-builder-wrapper.dark {
background: #181818;
color: #999591;
}
.apus-footer .footer-builder-wrapper.dark a {
color: #999591;
}
.apus-footer .footer-builder-wrapper.dark a:hover, .apus-footer .footer-builder-wrapper.dark a:active, .apus-footer .footer-builder-wrapper.dark a.active {
color: #e23e1d;
}
.apus-footer .footer-builder-wrapper.dark .widget-title, .apus-footer .footer-builder-wrapper.dark .widgettitle, .apus-footer .footer-builder-wrapper.dark .widget-heading {
color: #eeeae2;
}
.apus-footer .footer-builder-wrapper.dark .widget-social .title {
color: #eeeae2;
}
.apus-footer .footer-builder-wrapper.dark .widget-social .social a {
color: #eeeae2;
border-color: #2c2c2c;
}
.apus-footer .footer-builder-wrapper.dark .widget-social .social a:hover, .apus-footer .footer-builder-wrapper.dark .widget-social .social a:active {
color: #1a1917;
border-color: #e23e1d;
background: #e23e1d;
}
.apus-footer .wpb_button, .apus-footer .wpb_content_element, .apus-footer ul.wpb_thumbnails-fluid > li {
margin-bottom: 20px;
}
.apus-copyright .wpb_content_element,
.apus-copyright .widget {
margin-bottom: 0 !important;
}
.apus-copyright .menu li {
display: inline-block;
margin-right: 30px;
}
.rtl .apus-copyright .menu li {
margin-left: 30px;
margin-right: inherit;
}
.apus-copyright .menu li:last-child {
margin: 0;
} .btn, .viewmore-products-btn {
outline: none !important;
}
@media (min-width: 1200px) {
.btn-more {
padding: 10px 30px;
}
}
.btn-outline-light {
color: #FFFFFF;
background-color: transparent;
border-color: #FFFFFF;
}
.btn-outline-light:hover, .btn-outline-light:focus, .btn-outline-light:active, .btn-outline-light.active {
color: #191919;
background-color: #FFFFFF;
border-color: #191919;
}
.open .btn-outline-light.dropdown-toggle {
color: #191919;
background-color: #FFFFFF;
border-color: #191919;
}
.btn-outline-light:active, .btn-outline-light.active {
background-image: none;
}
.open .btn-outline-light.dropdown-toggle {
background-image: none;
}
.btn-outline-light.disabled, .btn-outline-light.disabled:hover, .btn-outline-light.disabled:focus, .btn-outline-light.disabled:active, .btn-outline-light.disabled.active, .btn-outline-light[disabled], .btn-outline-light[disabled]:hover, .btn-outline-light[disabled]:focus, .btn-outline-light[disabled]:active, .btn-outline-light[disabled].active, fieldset[disabled] .btn-outline-light, fieldset[disabled] .btn-outline-light:hover, fieldset[disabled] .btn-outline-light:focus, fieldset[disabled] .btn-outline-light:active, fieldset[disabled] .btn-outline-light.active {
background-color: transparent;
border-color: #FFFFFF;
}
.btn-outline-light .badge {
color: transparent;
background-color: #FFFFFF;
}
.btn-outline.btn-default {
background: transparent;
border-color: #fff;
color: #fff;
}
.btn-outline.btn-default:hover {
color: #e23e1d;
border-color: #fff;
background: #fff;
}
.btn-outline.btn-primary {
background: transparent;
border-color: #191919;
color: #191919;
}
.btn-outline.btn-primary:hover {
color: #fff;
border-color: #191919;
background: #191919;
}
.btn-outline.btn-success {
background: transparent;
border-color: #5cb85c;
color: #5cb85c;
}
.btn-outline.btn-success:hover {
color: #FFFFFF;
border-color: #5cb85c;
background: #5cb85c;
}
.btn-outline.btn-info {
background: transparent;
border-color: #5bc0de;
color: #5bc0de;
}
.btn-outline.btn-info:hover {
color: #FFFFFF;
border-color: #5bc0de;
background: #5bc0de;
}
.btn-outline.btn-danger {
background: transparent;
border-color: #d9534f;
color: #d9534f;
}
.btn-outline.btn-danger:hover {
color: #FFFFFF;
border-color: #d9534f;
background: #d9534f;
}
.btn-outline.btn-warning {
background: transparent;
border-color: #f0ad4e;
color: #f0ad4e;
}
.btn-outline.btn-warning:hover {
color: #FFFFFF;
border-color: #f0ad4e;
background: #f0ad4e;
}
.btn-inverse.btn-primary:hover {
color: #191919;
background: #FFFFFF;
}
.btn-inverse.btn-success:hover {
color: #5cb85c;
background: #FFFFFF;
}
.btn-inverse.btn-info:hover {
color: #5bc0de;
background: #FFFFFF;
}
.btn-inverse.btn-danger:hover {
color: #d9534f;
background: #FFFFFF;
}
.btn-inverse.btn-warning:hover {
color: #f0ad4e;
background: #FFFFFF;
}
.btn-inverse.btn-theme:hover, .btn-inverse.viewmore-products-btn:hover {
color: #e23e1d;
background: #FFFFFF;
}
.btn-compare.btn-outline {
color: #4c4c4c;
background: #fff;
border: 1px solid #e9e9e9;
height: 40px;
}
.btn-compare.btn-outline:hover, .btn-compare.btn-outline:active {
color: #fff;
background: #4c4c4c;
border-color: #4c4c4c;
}
.apus-loadmore-btn {
font-size: 18px;
text-transform: uppercase;
}
.apus-loadmore-btn:hover, .apus-loadmore-btn:active {
text-decoration: underline;
}
.loadmore-action {
margin: 0 0 60px 0;
}
.viewmore-products-btn {
position: relative;
}
.viewmore-products-btn:before {
content: '';
position: absolute;
top: -2px;
left: -2px;
width: calc(100% + 4px);
height: calc(100% + 4px);
z-index: 2;
opacity: 0;
filter: alpha(opacity=0);
background: rgba(255, 255, 255, 0.9) url(//www.imep.com.tr/wp-content/themes/yozi/images/loading-quick.gif) no-repeat scroll center center/20px auto;
}
.viewmore-products-btn.loading:before {
opacity: 1;
filter: alpha(opacity=100);
}
button:focus,
.btn:focus,
.viewmore-products-btn:focus {
outline: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.btn-link {
color: #e23e1d;
font-size: 14px;
font-weight: 700;
text-transform: uppercase;
}
.btn-link:hover, .btn-link:active {
text-decoration: underline;
}
.radius-0 {
border-radius: 0 !important;
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
-ms-border-radius: 0 !important;
-o-border-radius: 0 !important;
}
.radius-circle {
border-radius: 100px !important;
-webkit-border-radius: 100px !important;
-moz-border-radius: 100px !important;
-ms-border-radius: 100px !important;
-o-border-radius: 100px !important;
}
.btn-3d {
-webkit-box-shadow: 0 0 10px 0 rgba(226, 62, 29, 0.8);
box-shadow: 0 0 10px 0 rgba(226, 62, 29, 0.8);
}
.read-more {
font-size: 12px;
font-weight: 600;
text-transform: uppercase;
color: #e23e1d;
}
.btn-white {
background: #fff;
color: #191919;
border-color: #000;
}
.btn-white:active, .btn-white:hover {
color: #fff;
background: #000;
border-color: #000;
}
.btn-white.btn-br-white {
background: #fff;
color: #191919;
border-color: #fff;
}
.btn-white.btn-br-white:active, .btn-white.btn-br-white:hover {
color: #191919;
background: #d9d9d9;
border-color: #d9d9d9;
}
.btn-gradient {
border: none !important;
overflow: hidden;
background-image: -webkit-linear-gradient(left, #1b251f 0%, #e23e1d 100%);
background-image: -o-linear-gradient(left, #1b251f 0%, #e23e1d 100%);
background-image: linear-gradient(to right, #1b251f 0%, #e23e1d 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF1B251F', endColorstr='#FFE23E1D', GradientType=1);
position: relative;
-webkit-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
padding: 7px 30px;
}
.btn-gradient:before {
content: '';
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 1;
opacity: 0;
filter: alpha(opacity=0);
background-image: -webkit-linear-gradient(left, #050806 0%, #b53217 100%);
background-image: -o-linear-gradient(left, #050806 0%, #b53217 100%);
background-image: linear-gradient(to right, #050806 0%, #b53217 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF050806', endColorstr='#FFB53217', GradientType=1);
-webkit-transition: opacity 0.5s ease-out;
-o-transition: opacity 0.5s ease-out;
transition: opacity 0.5s ease-out;
}
.btn-gradient > * {
position: relative;
z-index: 2;
}
.btn-gradient:hover, .btn-gradient:active {
background-image: -webkit-linear-gradient(left, #1b251f 0%, #e23e1d 100%);
background-image: -o-linear-gradient(left, #1b251f 0%, #e23e1d 100%);
background-image: linear-gradient(to right, #1b251f 0%, #e23e1d 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF1B251F', endColorstr='#FFE23E1D', GradientType=1);
}
.btn-gradient:hover:before, .btn-gradient:active:before {
opacity: 1;
filter: alpha(opacity=100);
}
.btn-gradient.btn-white {
color: #191919;
}
.btn-gradient.btn-white:before {
content: '';
border-radius: 100px;
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
-ms-border-radius: 100px;
-o-border-radius: 100px;
width: auto;
height: auto;
top: 2px;
right: 2px;
left: 2px;
bottom: 2px;
opacity: 1;
filter: alpha(opacity=100);
background: #fff;
}
.btn-gradient.btn-white:hover, .btn-gradient.btn-white:active {
color: #fff !important;
}
.btn-gradient.btn-white:hover:before, .btn-gradient.btn-white:active:before {
opacity: 0;
filter: alpha(opacity=0);
}
.btn-readmore {
color: #e23e1d;
font-weight: 700;
font-size: 12px;
text-transform: uppercase;
}
.btn-readmore i {
font-size: 10px;
margin-left: 5px;
}
.rtl .btn-readmore i {
margin-right: 5px;
margin-left: inherit;
}
.btn-lighten {
border-color: #fff;
color: #fff;
background: transparent;
}
.btn-lighten:hover {
color: #fff;
background: transparent;
border-color: #fff;
}
.btn-outline.btn-white {
background: transparent;
color: #191919;
border-color: #e23e1d;
}
.btn-outline.btn-white:active, .btn-outline.btn-white:hover {
color: #fff;
background: #e23e1d;
border-color: #e23e1d;
}
.btn-pink {
color: #fff;
background-color: #e3a3a2;
border-color: #e3a3a2;
}
.btn-pink:hover, .btn-pink:focus, .btn-pink:active, .btn-pink.active, .open > .btn-pink.dropdown-toggle {
color: #fff;
background-color: #d77c7b;
border-color: #d77c7b;
}
.btn-pink:active, .btn-pink.active, .open > .btn-pink.dropdown-toggle {
background-image: none;
}
.btn-pink.disabled, .btn-pink.disabled:hover, .btn-pink.disabled:focus, .btn-pink.disabled:active, .btn-pink.disabled.active, .btn-pink[disabled], .btn-pink[disabled]:hover, .btn-pink[disabled]:focus, .btn-pink[disabled]:active, .btn-pink[disabled].active, fieldset[disabled] .btn-pink, fieldset[disabled] .btn-pink:hover, fieldset[disabled] .btn-pink:focus, fieldset[disabled] .btn-pink:active, fieldset[disabled] .btn-pink.active {
background-color: #e3a3a2;
border-color: #e3a3a2;
}
.btn-pink .badge {
color: #e3a3a2;
background-color: #fff;
}
.btn-primary.btn-inverse:active, .btn-primary.btn-inverse:hover {
background: #fff !important;
color: #191919 !important;
border-color: #191919 !important;
}
.btn-theme, .viewmore-products-btn {
color: #fff;
background-color: #e23e1d;
border-color: #e23e1d;
}
.btn-theme:hover, .viewmore-products-btn:hover, .btn-theme:focus, .viewmore-products-btn:focus, .btn-theme:active, .viewmore-products-btn:active, .btn-theme.active, .active.viewmore-products-btn, .open > .btn-theme.dropdown-toggle, .open > .dropdown-toggle.viewmore-products-btn {
color: #fff;
background-color: #b53217;
border-color: #b53217;
}
.btn-theme:active, .viewmore-products-btn:active, .btn-theme.active, .active.viewmore-products-btn, .open > .btn-theme.dropdown-toggle, .open > .dropdown-toggle.viewmore-products-btn {
background-image: none;
}
.btn-theme.disabled, .disabled.viewmore-products-btn, .btn-theme.disabled:hover, .disabled.viewmore-products-btn:hover, .btn-theme.disabled:focus, .disabled.viewmore-products-btn:focus, .btn-theme.disabled:active, .disabled.viewmore-products-btn:active, .btn-theme.disabled.active, .disabled.active.viewmore-products-btn, .btn-theme[disabled], [disabled].viewmore-products-btn, .btn-theme[disabled]:hover, [disabled].viewmore-products-btn:hover, .btn-theme[disabled]:focus, [disabled].viewmore-products-btn:focus, .btn-theme[disabled]:active, [disabled].viewmore-products-btn:active, .btn-theme[disabled].active, [disabled].active.viewmore-products-btn, fieldset[disabled] .btn-theme, fieldset[disabled] .viewmore-products-btn, fieldset[disabled] .btn-theme:hover, fieldset[disabled] .viewmore-products-btn:hover, fieldset[disabled] .btn-theme:focus, fieldset[disabled] .viewmore-products-btn:focus, fieldset[disabled] .btn-theme:active, fieldset[disabled] .viewmore-products-btn:active, fieldset[disabled] .btn-theme.active, fieldset[disabled] .active.viewmore-products-btn {
background-color: #e23e1d;
border-color: #e23e1d;
}
.btn-theme .badge, .viewmore-products-btn .badge {
color: #e23e1d;
background-color: #fff;
}
.btn-theme:active, .viewmore-products-btn:active, .btn-theme:hover, .viewmore-products-btn:hover {
color: #fff !important;
}
.btn-dark {
color: #181818;
background-color: rgba(240, 242, 249, 0.9);
border-color: rgba(240, 242, 249, 0.9);
}
.btn-dark:hover, .btn-dark:focus, .btn-dark:active, .btn-dark.active, .open > .btn-dark.dropdown-toggle {
color: #181818;
background-color: rgba(204, 210, 234, 0.9);
border-color: rgba(204, 210, 234, 0.9);
}
.btn-dark:active, .btn-dark.active, .open > .btn-dark.dropdown-toggle {
background-image: none;
}
.btn-dark.disabled, .btn-dark.disabled:hover, .btn-dark.disabled:focus, .btn-dark.disabled:active, .btn-dark.disabled.active, .btn-dark[disabled], .btn-dark[disabled]:hover, .btn-dark[disabled]:focus, .btn-dark[disabled]:active, .btn-dark[disabled].active, fieldset[disabled] .btn-dark, fieldset[disabled] .btn-dark:hover, fieldset[disabled] .btn-dark:focus, fieldset[disabled] .btn-dark:active, fieldset[disabled] .btn-dark.active {
background-color: rgba(240, 242, 249, 0.9);
border-color: rgba(240, 242, 249, 0.9);
}
.btn-dark .badge {
color: rgba(240, 242, 249, 0.9);
background-color: #181818;
}
.btn-dark:active, .btn-dark:hover {
color: #181818 !important;
}
.btn-theme-second {
color: #fff;
background-color: #1b251f;
border-color: #1b251f;
}
.btn-theme-second:hover, .btn-theme-second:focus, .btn-theme-second:active, .btn-theme-second.active, .open > .btn-theme-second.dropdown-toggle {
color: #fff;
background-color: #050806;
border-color: #050806;
}
.btn-theme-second:active, .btn-theme-second.active, .open > .btn-theme-second.dropdown-toggle {
background-image: none;
}
.btn-theme-second.disabled, .btn-theme-second.disabled:hover, .btn-theme-second.disabled:focus, .btn-theme-second.disabled:active, .btn-theme-second.disabled.active, .btn-theme-second[disabled], .btn-theme-second[disabled]:hover, .btn-theme-second[disabled]:focus, .btn-theme-second[disabled]:active, .btn-theme-second[disabled].active, fieldset[disabled] .btn-theme-second, fieldset[disabled] .btn-theme-second:hover, fieldset[disabled] .btn-theme-second:focus, fieldset[disabled] .btn-theme-second:active, fieldset[disabled] .btn-theme-second.active {
background-color: #1b251f;
border-color: #1b251f;
}
.btn-theme-second .badge {
color: #1b251f;
background-color: #fff;
}
.btn-theme-second:active, .btn-theme-second:hover {
color: #fff;
}
.btn-theme.btn-outline, .btn-outline.viewmore-products-btn {
color: #e23e1d;
border-color: #e23e1d;
background: transparent;
}
.btn-theme.btn-outline:hover, .btn-outline.viewmore-products-btn:hover, .btn-theme.btn-outline:active, .btn-outline.viewmore-products-btn:active {
color: #fff;
background: #e23e1d;
border-color: #e23e1d;
}
.more-link {
color: #e23e1d;
display: inline-block;
font-weight: 700;
margin: 10px 0;
text-transform: capitalize;
}
.more-link:hover {
text-decoration: none;
}
.btn-donate i {
margin-right: 8px;
}
.rtl .btn-donate i {
margin-left: 8px;
margin-right: inherit;
}
.btn-shaded-sm {
position: relative;
}
.btn-shaded-sm:before {
content: '';
position: absolute;
top: 0px;
left: 0px;
border-width: 20px 10px;
border-style: solid;
border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
} .search-popup .dropdown-menu {
padding: 10px;
}
.btn-action {
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
-o-border-radius: 4px;
cursor: pointer;
display: inline-block;
font-size: 11px;
font-weight: 900;
line-height: 30px;
margin-bottom: 0;
padding: 0px 10px;
text-align: center;
text-transform: uppercase;
-webkit-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
vertical-align: middle;
white-space: nowrap;
}
.searchform .input-search {
padding: 15px;
border-right: 0;
line-height: 1.5;
}
.rtl .searchform .input-search {
border-left: 0;
border-right: inherit;
}
.searchform .btn-search {
vertical-align: top;
color: #adafac;
padding: 12px 5px;
}
.searchform .input-group-btn {
line-height: 100%;
}
.search-category .btn, .search-category .viewmore-products-btn {
margin-left: 10px !important;
border-radius: 0px !important;
-webkit-border-radius: 0px !important;
-moz-border-radius: 0px !important;
-ms-border-radius: 0px !important;
-o-border-radius: 0px !important;
}
.rtl .search-category .btn, .rtl .search-category .viewmore-products-btn {
margin-right: 10px !important;
margin-left: inherit;
}
.search-category .wpo-search-inner label.form-control {
border: none;
border-bottom-right-radius: 0px;
border-top-right-radius: 0px;
}
.search-category select {
border: none;
text-transform: capitalize;
font-weight: 400;
font-family: "Rubik-Medium";
} .chosen-container {
width: 100% !important;
}
.input-group-form {
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
background: transparent;
margin: 0 0 5px 0;
}
.input-group-form .form-control-reversed {
border: 0px;
background: #222222;
color: #cccccc;
font-size: 14px;
height: 34px;
}
.input-group-form .form-control-reversed:hover, .input-group-form .form-control-reversed:focus {
-webkit-box-shadow: none;
box-shadow: none;
}
.input-group-form .input-group-addon {
border: 0;
background: #222222;
border-bottom-left-radius: 4px;
border-top-left-radius: 4px;
}  .apus-topbar {
padding: 10px 0px;
margin: 0 !important;
background: #f5f5f5;
color: #4d4d4d;
font-size: 12px;
}
.apus-topbar a {
color: #191919;
}
.apus-topbar a:active, .apus-topbar a:hover {
color: #e23e1d;
}
.apus-topbar .topbar-left .item {
display: inline-block;
}
.apus-topbar .topbar-left .item + .item {
margin-left: 40px;
}
.rtl .apus-topbar .topbar-left .item + .item {
margin-right: 40px;
margin-left: inherit;
}
.apus-topbar .topbar-right {
margin-top: 5px;
line-height: 1;
}
.apus-topbar .topbar-right > * {
float: right;
padding-left: 30px;
margin-left: 20px !important;
border-left: 1px solid #dcdcdc;
}
.rtl .apus-topbar .topbar-right > * {
float: left;
}
.rtl .apus-topbar .topbar-right > * {
padding-right: 30px;
padding-left: inherit;
}
.rtl .apus-topbar .topbar-right > * {
margin-right: 20px !important;
margin-left: inherit;
}
.rtl .apus-topbar .topbar-right > * {
border-right: 1px solid #dcdcdc;
border-left: inherit;
}
.apus-topbar .topbar-right > *:last-child {
border: none;
padding: 0;
margin: 0;
}
.apus-topbar .topbar-right .woocommerce-currency-switcher-form .dd-selected {
padding: 0 !important;
}
.apus-topbar-v5 {
background: #181818;
color: #eeeae2;
}
.apus-topbar-v5 a {
color: #eeeae2;
}
.apus-topbar-v5 a:hover, .apus-topbar-v5 a:active {
color: #e23e1d;
}
.apus-topbar-v5 .woocommerce-currency-switcher-form .dd-selected {
color: #eeeae2;
} .apus-footer-mobile {
display: none;
}
.apus-topbar .widget {
margin: 0;
}
.topbar-right-inner > * {
display: inline-block;
vertical-align: middle;
}
.mm-menu .wpml-ls-legacy-dropdown a,
.topbar-right-inner .wpml-ls-legacy-dropdown a {
border: none !important;
padding-top: 0;
padding-bottom: 2px;
background: transparent !important;
}
.mm-menu .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
.topbar-right-inner .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
background: #fff;
border: none;
padding: 5px 0;
-webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
}
.mm-menu .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a,
.topbar-right-inner .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
padding: 5px 10px;
}
.mm-menu .wpml-ls-legacy-dropdown,
.topbar-right-inner .wpml-ls-legacy-dropdown {
width: auto;
}
.mm-menu .wpml-ls-legacy-dropdown .wpml-ls-sub-menu,
.topbar-right-inner .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
min-width: 140px;
} .logo img {
vertical-align: middle;
}
.bottom-mobile {
padding: 5px 0;
border-bottom: 1px solid #ebebeb;
}
.header-mobile {
padding: 8px 0 0;
background: #fff;
}
.header-mobile .btn-showmenu {
font-size: 18px;
padding: 0;
}
.header-mobile > .btn-offcanvas {
position: absolute;
top: 3px;
left: 3px;
z-index: 1;
}
.header-mobile .btn.dropdown-toggle, .header-mobile .dropdown-toggle.viewmore-products-btn,
.header-mobile .btn.offcanvas,
.header-mobile .offcanvas.viewmore-products-btn {
border: none;
padding: 8px;
font-size: 15px;
color: #000;
background: transparent;
}
.header-mobile .btn.dropdown-toggle:hover, .header-mobile .dropdown-toggle.viewmore-products-btn:hover, .header-mobile .btn.dropdown-toggle:active, .header-mobile .dropdown-toggle.viewmore-products-btn:active, .header-mobile .btn.dropdown-toggle:focus, .header-mobile .dropdown-toggle.viewmore-products-btn:focus,
.header-mobile .btn.offcanvas:hover,
.header-mobile .offcanvas.viewmore-products-btn:hover,
.header-mobile .btn.offcanvas:active,
.header-mobile .offcanvas.viewmore-products-btn:active,
.header-mobile .btn.offcanvas:focus,
.header-mobile .offcanvas.viewmore-products-btn:focus {
color: #000;
background: transparent;
}
.header-mobile .apus-search-form {
min-width: 300px;
}
.header-mobile .apus-search-form .select-category {
display: none;
}
.header-mobile .apus-search-form form {
border: none;
}
.header-mobile .apus-search-form form .form-control {
border: 1px solid #ebebeb;
}
.header-mobile .top-cart {
margin-top: 8px;
}
.header-mobile .total-minicart {
display: none;
}
.header-mobile .wishlist-icon {
margin-top: 10px;
}
.header-mobile .search-mobile {
margin-top: 10px;
}
.header-mobile .apus-search-form .tt-menu a.media {
padding: 12px;
}
.table-visiable {
display: table;
width: 100%;
}
.table-visiable > div {
float: none;
display: table-cell;
vertical-align: middle;
}
@media (min-width: 768px) {
.table-visiable-sm {
display: table;
width: 100%;
}
.table-visiable-sm > div {
float: none;
display: table-cell;
vertical-align: middle;
}
}
@media (min-width: 992px) {
.table-visiable-dk {
display: table;
width: 100%;
}
.table-visiable-dk > div {
float: none;
display: table-cell;
vertical-align: middle;
}
}
.sticky-header {
position: fixed !important;
background: #fff;
top: 0;
left: 0;
width: 100%;
z-index: 100;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
}
.sticky-header.sticky-header-hidden {
-webkit-transform: translateY(-110%);
-ms-transform: translateY(-110%);
-o-transform: translateY(-110%);
transform: translateY(-110%);
}
.sticky-header > div {
max-width: 1800px;
margin-left: auto;
margin-right: auto;
}
body.home .apus-header .sticky-header .vertical-wrapper .content-vertical {
display: none;
}
.header-v5 .sticky-header {
background-color: #181818;
}
.apus-header {
z-index: 99;
position: relative;
font-size: 14px;
}
.apus-header .sticky-header .header-bottom {
padding-bottom: 10px;
}
.apus-header .sticky-header .header-middle {
padding: 15px 0;
}
.apus-header .widget {
margin: 0;
}
.apus-header .header-middle {
padding: 35px 0;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.apus-header .apus-topcart {
margin: 0 5px;
}
.apus-header .apus-search-top {
padding: 0 8px;
}
.apus-header .menu-top {
margin-left: 30px;
}
.rtl .apus-header .menu-top {
margin-right: 30px;
margin-left: inherit;
}
.apus-header .menu-top .show-top-menu {
cursor: pointer;
font-size: 32px;
color: #000;
line-height: 1;
}
.apus-header .vertical-wrapper {
position: relative;
}
.apus-header .vertical-wrapper .content-vertical {
position: absolute;
top: 100%;
left: 0;
width: 100%;
z-index: 99;
}
.apus-header .header-bottom {
padding-bottom: 20px;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.apus-header .header-right {
margin-top: 8px;
}
.apus-header .header-order {
margin-right: 40px;
}
.rtl .apus-header .header-order {
margin-left: 40px;
margin-right: inherit;
}
.apus-header .header-order p {
margin: 0;
}
.apus-header .header-order i {
font-size: 22px;
margin-right: 15px;
}
.rtl .apus-header .header-order i {
margin-left: 15px;
margin-right: inherit;
}
.header-v2 .header-bottom {
padding-bottom: 0;
}
.header-v2 .header-2-right {
border-width: 1px 1px 1px 0;
border-style: solid;
border-color: #ebebeb;
padding-left: 35px;
}
.rtl .header-v2 .header-2-right {
border-width: 1px 0 1px 1px;
}
.rtl .header-v2 .header-2-right {
padding-right: 35px;
padding-left: inherit;
}
.header-v2 .header-social {
padding: 11px 20px;
}
.header-v2 .navbar-nav.megamenu > li > a {
padding: 10px 0;
}
.header-v2 .header-order {
margin-right: 30px;
}
.rtl .header-v2 .header-order {
margin-left: 30px;
margin-right: inherit;
}
.header-v2 .vertical-wrapper .title-vertical {
padding: 12px 20px;
}
.header-v4 .header-right {
margin-right: 30px;
}
.rtl .header-v4 .header-right {
margin-left: 30px;
margin-right: inherit;
}
.header-v4 .header-middle {
padding: 20px 0;
}
.header-v4 .megamenu {
float: none;
text-align: center;
}
.header-v4 .apus-topbar {
background: #fff;
border-bottom: 1px solid #ebebeb;
}
.header-v5 .header-middle {
padding: 20px 0;
}
.header-v5 .main-menu {
padding-left: 30px;
}
.rtl .header-v5 .main-menu {
padding-right: 30px;
padding-left: inherit;
}
.header-v6 .wrapper-menu {
margin-left: 25px;
}
.rtl .header-v6 .wrapper-menu {
margin-right: 25px;
margin-left: inherit;
}
@media (min-width: 1300px) {
.header-v6 .wrapper-menu {
margin-left: 40px;
}
.rtl .header-v6 .wrapper-menu {
margin-right: 40px;
margin-left: inherit;
}
}
.main-menu-top {
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
-webkit-transform: translateX(100%);
-ms-transform: translateX(100%);
-o-transform: translateX(100%);
transform: translateX(100%);
padding: 50px;
background: #fff;
position: fixed;
top: 0;
right: 0;
z-index: 100;
width: 470px;
height: 100%;
}
.main-menu-top .navbar-nav.megamenu > li {
margin-bottom: 20px;
display: block;
}
.main-menu-top .navbar-nav.megamenu > li > a {
font-size: 32px;
text-transform: capitalize;
padding: 0;
}
.main-menu-top .top-header {
margin-bottom: 70px;
}
.main-menu-top .hidden-menu {
font-size: 18px;
color: #191919;
cursor: pointer;
}
.main-menu-top .hidden-menu:hover, .main-menu-top .hidden-menu:active {
color: #d9534f;
}
.main-menu-top.active {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
}
.main-menu-top .widget_apus_socials_widget {
position: absolute;
bottom: 30px;
left: 50px;
}
.rtl .main-menu-top .widget_apus_socials_widget {
right: 50px;
left: auto;
}
.main-menu-top .social > li {
display: inline-block;
font-size: 24px;
margin-right: 20px;
}
.rtl .main-menu-top .social > li {
margin-left: 20px;
margin-right: inherit;
}
.main-menu-top .social > li a {
color: #b2b2b2;
}
.main-menu-top .social > li a:hover, .main-menu-top .social > li a:active {
color: #000;
}
.over-dark {
display: none;
position: fixed;
top: 0;
right: 0;
z-index: 99;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.9);
}
.rtl .over-dark {
left: 0;
right: auto;
}
.over-dark.active {
display: block;
}
.full-search {
padding: 30px 0;
background: transparent;
position: fixed;
top: 30%;
left: 0;
z-index: 100;
width: 100%;
height: auto;
opacity: 0;
filter: alpha(opacity=0);
-webkit-transform: translateY(-100%);
-ms-transform: translateY(-100%);
-o-transform: translateY(-100%);
transform: translateY(-100%);
visibility: hidden;
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
}
.full-search.active {
opacity: 1;
filter: alpha(opacity=100);
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
visibility: visible;
}
.full-search .apus-search {
background: transparent;
}
.menu-center .navbar-nav.megamenu {
float: none;
text-align: center;
} .apus-breadcrumb {
background: #fff;
padding-top: 20px;
padding-bottom: 20px;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
margin: 0 0 30px;
text-align: left;
font-size: 16px;
}
.apus-breadcrumb .breadcrumb-title {
color: #ccc;
margin: 0;
font-weight: 300;
font-size: 48px;
}
.apus-breadcrumb nav {
text-align: left;
line-height: 30px;
}
.rtl .apus-breadcrumb nav {
text-align: right;
}
.apus-breadcrumb nav a {
color: #000;
} .apus-mainbody {
background: transparent;
padding-top: 0px;
padding-bottom: 0px;
} .apus-content {
background: #fff;
}
.apus-content:before, .apus-content:after {
content: " ";
display: table;
}
.apus-content:after {
clear: both;
} .navigation {
display: block;
clear: both;
}
.apus-pagination {
margin: 40px 0;
font-size: 14px;
font-weight: 400;
font-family: "Rubik", Helvetica, Arial, sans-serif;
}
.apus-pagination .page-numbers li,
.apus-pagination .pagination li {
display: inline-block;
vertical-align: middle;
}
.apus-pagination .page-numbers li + li,
.apus-pagination .pagination li + li {
margin-left: 5px;
}
.rtl .apus-pagination .page-numbers li + li, .rtl
.apus-pagination .pagination li + li {
margin-right: 5px;
margin-left: inherit;
}
.apus-pagination .page-numbers li > span, .apus-pagination .page-numbers li > a,
.apus-pagination .pagination li > span,
.apus-pagination .pagination li > a {
font-size: 14px;
padding: 6px 15px;
border: 1px solid #ebebeb;
background: transparent;
display: inline-block;
float: none;
color: #191919;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
font-weight: 400;
font-family: "Rubik-Medium";
}
.apus-pagination .page-numbers li > span:hover, .apus-pagination .page-numbers li > span.current, .apus-pagination .page-numbers li > a:hover, .apus-pagination .page-numbers li > a.current,
.apus-pagination .pagination li > span:hover,
.apus-pagination .pagination li > span.current,
.apus-pagination .pagination li > a:hover,
.apus-pagination .pagination li > a.current {
color: #fff;
border-color: #e23e1d;
background: #e23e1d;
}
.apus-pagination > span, .apus-pagination > a {
font-size: 14px;
padding: 6px 15px;
border: 1px solid #ebebeb;
background: transparent;
display: inline-block;
float: none;
color: #191919;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
font-weight: 400;
font-family: "Rubik-Medium";
}
.apus-pagination > span + *, .apus-pagination > a + * {
margin-left: 5px;
}
.rtl .apus-pagination > span + *, .rtl .apus-pagination > a + * {
margin-right: 5px;
margin-left: inherit;
}
.apus-pagination > span:hover, .apus-pagination > span.current, .apus-pagination > a:hover, .apus-pagination > a.current {
color: #fff;
border-color: #e23e1d;
background: #e23e1d;
}
.apus-pagination ul.page-numbers {
margin: 0;
padding: 0;
list-style: none;
} .apus-footer {
background: #f0f2f9;
padding: 0;
position: relative;
color: #4c4c4c;
font-size: 14px;
font-weight: 400;
}
.apus-footer a {
color: #4c4c4c;
}
.apus-footer a:hover, .apus-footer a:focus, .apus-footer a:active {
color: #e23e1d;
}
.apus-footer .apus-copyright {
background: transparent;
}
.footer-default {
margin-top: 30px;
} .apus-copyright {
color: #646a7c;
font-size: 14px;
font-weight: 400;
background: #010201;
padding-top: 12px;
padding-bottom: 12px;
position: relative;
}
.apus-copyright a {
color: #646a7c;
}
.apus-copyright a:hover, .apus-copyright a:focus, .apus-copyright a:active {
color: #fff;
}
.apus-copyright .widget-social {
text-align: right;
}
.rtl .apus-copyright .widget-social {
text-align: left;
}
.apus-copyright .widget-social a {
color: #646a7c;
}
.apus-copyright .widget-social a:hover {
color: #e23e1d;
} .apus-offcanvas {
visibility: hidden;
opacity: 0;
filter: alpha(opacity=0);
-webkit-transform: translateX(-100%);
-ms-transform: translateX(-100%);
-o-transform: translateX(-100%);
transform: translateX(-100%);
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
position: fixed;
top: 0;
left: 0;
z-index: 1000;
min-width: 300px;
width: 70%;
background: #fff;
height: 100%;
overflow-y: scroll;
}
.apus-offcanvas .apus-offcanvas-body {
position: relative;
}
.wrapper-container.active .apus-offcanvas {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
opacity: 1;
filter: alpha(opacity=100);
visibility: visible;
-webkit-box-shadow: 2px 0 5px 0 rgba(0, 0, 0, 0.15);
box-shadow: 2px 0 5px 0 rgba(0, 0, 0, 0.15);
}
@media (max-width: 991px) {
.topbar-mobile {
padding: 10px;
}
.topbar-mobile .btn, .topbar-mobile .viewmore-products-btn {
margin-right: 10px;
padding: 6px 10px;
}
.rtl .topbar-mobile .btn, .rtl .topbar-mobile .viewmore-products-btn {
margin-left: 10px;
margin-right: inherit;
}
.topbar-mobile .top-cart .dropdown-menu {
left: 0;
right: inherit;
}
.topbar-mobile .top-cart .dropdown-menu:after, .topbar-mobile .top-cart .dropdown-menu:before {
display: none;
}
}
.open-text {
font-size: 26px;
color: #fff;
cursor: pointer;
padding: 6px 8px;
background: #5cb85c;
display: inline-block;
line-height: 1;
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
}
.open-text:hover, .open-text:active {
color: #fff;
background: #4cae4c;
}
#mobile-offcanvas-sidebar {
position: fixed;
z-index: 999;
top: 0px;
width: 270px;
height: 100%;
max-width: 80%;
background: #fff;
}
#mobile-offcanvas-sidebar.mobile-offcanvas-left {
left: 0;
-webkit-transform: translateX(-100%);
-ms-transform: translateX(-100%);
-o-transform: translateX(-100%);
transform: translateX(-100%);
}
#mobile-offcanvas-sidebar.mobile-offcanvas-left > .mobile-sidebar-btn {
left: 100%;
}
#mobile-offcanvas-sidebar.mobile-offcanvas-right {
right: 0;
-webkit-transform: translateX(100%);
-ms-transform: translateX(100%);
-o-transform: translateX(100%);
transform: translateX(100%);
}
#mobile-offcanvas-sidebar.mobile-offcanvas-right > .mobile-sidebar-btn {
right: 100%;
}
#mobile-offcanvas-sidebar .mobile-sidebar-wrapper {
display: none;
height: 100%;
width: 100%;
padding: 0 15px;
}
#mobile-offcanvas-sidebar.active > .mobile-sidebar-wrapper {
display: block;
}
#mobile-offcanvas-sidebar > .mobile-sidebar-btn {
position: absolute;
top: 100px;
}
.mobile-sidebar-panel-overlay {
position: fixed;
top: 0;
left: 0;
z-index: -10;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.15);
opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
}
.mobile-sidebar-panel-overlay.active {
opacity: 1;
filter: alpha(opacity=100);
z-index: 998;
cursor: not-allowed;
}
.close-sidebar-btn,
.mobile-sidebar-btn {
cursor: pointer;
font-weight: 700;
font-size: 14px;
}
.close-sidebar-btn i,
.mobile-sidebar-btn i {
margin-right: 5px;
color: #d9534f;
}
.rtl .close-sidebar-btn i, .rtl
.mobile-sidebar-btn i {
margin-left: 5px;
margin-right: inherit;
}
.close-sidebar-btn:active, .close-sidebar-btn:hover {
color: #d9534f;
}
.close-sidebar-btn {
padding-bottom: 10px;
margin-bottom: 10px;
border-bottom: 1px solid #ebebeb;
text-align: center;
}
@media (max-width: 991px) {
.sidebar {
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
z-index: 999;
top: 0px;
width: 300px;
height: 100%;
max-width: 80%;
background: #fff;
position: fixed;
padding: 10px;
}
.sidebar.sidebar-left {
left: 0;
-webkit-transform: translateX(-100%);
-ms-transform: translateX(-100%);
-o-transform: translateX(-100%);
transform: translateX(-100%);
}
.sidebar.sidebar-left.active {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
}
.sidebar.sidebar-right {
right: 0;
-webkit-transform: translateX(100%);
-ms-transform: translateX(100%);
-o-transform: translateX(100%);
transform: translateX(100%);
}
.sidebar.sidebar-right.active {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
}
} .navbar.apus-megamenu {
border: none;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
min-height: 0;
margin: 0;
}
.navbar-nav.megamenu {
padding: 0;
}
.navbar-nav.megamenu .menu-item-description {
font-size: 12px;
text-transform: capitalize;
}
.navbar-nav.megamenu > li {
display: inline-block;
padding: 0;
margin: 0;
vertical-align: top;
float: none;
margin-right: 30px;
}
.rtl .navbar-nav.megamenu > li {
margin-left: 30px;
margin-right: inherit;
}
.navbar-nav.megamenu > li > a {
display: inline-block;
font-size: 13px;
font-weight: 400;
font-family: "Rubik-Medium";
padding: 3px 0;
text-transform: uppercase;
background: transparent;
color: #191919;
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
}
.navbar-nav.megamenu > li > a .fa, .navbar-nav.megamenu > li > a img {
max-width: 50px;
margin-right: 8px;
}
.rtl .navbar-nav.megamenu > li > a .fa, .rtl .navbar-nav.megamenu > li > a img {
margin-left: 8px;
margin-right: inherit;
}
.navbar-nav.megamenu > li > a:hover, .navbar-nav.megamenu > li > a:active, .navbar-nav.megamenu > li > a:focus {
color: #e23e1d;
background: transparent;
}
.navbar-nav.megamenu > li:hover > a, .navbar-nav.megamenu > li.active > a {
color: #e23e1d;
background: transparent;
}
.navbar-nav.megamenu > li > .dropdown-menu {
top: 100%;
left: 0;
}
.navbar-nav.megamenu > li.aligned-right > .dropdown-menu {
left: auto;
right: 0;
}
.navbar-nav.megamenu .dropdown-menu {
display: block;
visibility: hidden;
opacity: 0;
filter: alpha(opacity=0);
-webkit-transform-origin: 0 0;
-moz-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
-webkit-transform: rotateX(-90deg);
-ms-transform: rotateX(-90deg);
-o-transform: rotateX(-90deg);
transform: rotateX(-90deg);
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
padding: 0;
position: absolute;
left: 100%;
top: 0;
background: #292636;
min-width: 200px;
border-top: 2px solid #e23e1d;
}
.navbar-nav.megamenu .dropdown-menu .current-menu-item > a {
color: #e23e1d;
}
.navbar-nav.megamenu .dropdown-menu li {
margin: 0;
line-height: inherit;
}
.navbar-nav.megamenu .dropdown-menu li > a {
background: transparent;
position: relative;
font-size: 14px;
color: #fff;
padding: 5px 30px;
width: 100%;
display: inline-block;
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
}
.navbar-nav.megamenu .dropdown-menu li > a:hover, .navbar-nav.megamenu .dropdown-menu li > a:active {
background: #333041;
color: #fff;
}
.navbar-nav.megamenu .dropdown-menu li > a .caret {
position: absolute;
top: 15px;
right: 15px;
}
.rtl .navbar-nav.megamenu .dropdown-menu li > a .caret {
left: 15px;
right: auto;
}
.navbar-nav.megamenu .dropdown-menu li.open > a, .navbar-nav.megamenu .dropdown-menu li.active > a {
background: #333041;
color: #fff;
}
.navbar-nav.megamenu .dropdown-menu .wpb_button, .navbar-nav.megamenu .dropdown-menu .wpb_content_element, .navbar-nav.megamenu .dropdown-menu ul.wpb_thumbnails-fluid > li, .navbar-nav.megamenu .dropdown-menu .widget {
margin: 0;
}
.navbar-nav.megamenu .dropdown-menu .widget-title,
.navbar-nav.megamenu .dropdown-menu .widgettitle {
font-weight: 400;
margin: 25px 0 15px;
font-size: 19px;
color: #fff;
padding: 0 30px;
border: none;
}
.navbar-nav.megamenu .dropdown-menu .widget-title:before,
.navbar-nav.megamenu .dropdown-menu .widgettitle:before {
display: none;
}
.navbar-nav.megamenu .dropdown-menu .posts-list .give-btn,
.navbar-nav.megamenu .dropdown-menu .posts-list .total-goal,
.navbar-nav.megamenu .dropdown-menu .posts-list .time,
.navbar-nav.megamenu .dropdown-menu .posts-list .give-form-wrap,
.navbar-nav.megamenu .dropdown-menu .posts-list .entry-excerpt,
.navbar-nav.megamenu .dropdown-menu .posts-list .give-goal-progress {
display: none;
}
.navbar-nav.megamenu .dropdown-menu .posts-list .give-grid.give-list {
padding: 0;
margin: 0;
}
.navbar-nav.megamenu .dropdown-menu .posts-list .give-grid.give-list .give-image {
padding-right: 15px;
}
.rtl .navbar-nav.megamenu .dropdown-menu .posts-list .give-grid.give-list .give-image {
padding-left: 15px;
padding-right: inherit;
}
.navbar-nav.megamenu .dropdown-menu .posts-list .give-grid.give-list .entry-title {
font-size: 15px;
}
.navbar-nav.megamenu .dropdown-menu .posts-list .give-grid.give-list:hover {
-webkit-box-shadow: none;
box-shadow: none;
}
.navbar-nav.megamenu .dropdown-menu .posts-list .images {
width: 85px;
}
.navbar-nav.megamenu .dropdown-menu .video-wrapper-inner .video i {
width: 40px;
height: 40px;
font-size: 40px;
line-height: 40px;
}
.navbar-nav.megamenu .dropdown-menu .widget-blogs .entry-title {
font-size: 15px !important;
}
.navbar-nav.megamenu .dropdown-menu .widget-blogs .meta,
.navbar-nav.megamenu .dropdown-menu .widget-blogs .btn-readmore,
.navbar-nav.megamenu .dropdown-menu .widget-blogs .description {
display: none;
}
.navbar-nav.megamenu .dropdown-menu .widget-blogs .post-list {
margin: 0;
}
.navbar-nav.megamenu .dropdown-menu .widget-blogs .list-inner {
margin: 0;
}
.navbar-nav.megamenu .dropdown-menu .widget-blogs .list-inner > div {
padding: 0;
}
.navbar-nav.megamenu .dropdown-menu .widget-blogs .list-inner .image {
width: 100px;
padding-right: 15px;
}
.rtl .navbar-nav.megamenu .dropdown-menu .widget-blogs .list-inner .image {
padding-left: 15px;
padding-right: inherit;
}
.navbar-nav.megamenu .dropdown-menu .widget-blogs .list-inner .info {
width: calc(100% - 100px);
overflow: hidden;
}
.navbar-nav.megamenu .apus-container {
padding-right: 15px;
padding-left: 15px;
width: 100%;
}
.navbar-nav.megamenu li:hover > .dropdown-menu {
visibility: visible;
opacity: 1;
filter: alpha(opacity=100);
-webkit-transform: rotateX(0deg);
-ms-transform: rotateX(0deg);
-o-transform: rotateX(0deg);
transform: rotateX(0deg);
}
.navbar-nav.megamenu li.aligned-fullwidth {
position: static;
}
.navbar-nav.megamenu li.aligned-fullwidth > .dropdown-menu {
width: 100%;
}
.navbar-nav.megamenu .text-label {
font-size: 11px;
padding: 0px 5px;
background: #5bc0de;
color: #fff;
position: absolute;
right: -15px;
top: -18px;
line-height: 2;
display: inline-block;
text-transform: capitalize;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
}
.rtl .navbar-nav.megamenu .text-label {
left: -15px;
right: auto;
}
.navbar-nav.megamenu .text-label.label-hot {
background: #d9534f;
}
.navbar-nav.megamenu .text-label.label-hot:before {
border-color: #d9534f transparent transparent #d9534f;
}
.navbar-nav.megamenu .text-label.label-new {
background: #5cb85c;
}
.navbar-nav.megamenu .text-label.label-new:before {
border-color: #5cb85c transparent transparent #5cb85c;
}
.navbar-nav.megamenu .text-label:before {
content: '';
position: absolute;
z-index: 9;
top: 100%;
left: 7px;
border-width: 3px;
border-style: solid;
border-color: #5bc0de transparent transparent #5bc0de;
}
.rtl .navbar-nav.megamenu .text-label:before {
right: 7px;
left: auto;
}
.navbar-offcanvas .navbar-nav {
width: 100%;
float: none;
}
.navbar-offcanvas .navbar-nav li {
position: relative;
display: block;
float: none;
}
.navbar-offcanvas .navbar-nav li > .icon-toggle {
position: absolute;
top: 10px;
right: 15px;
z-index: 9;
cursor: pointer;
color: #191919;
}
.rtl .navbar-offcanvas .navbar-nav li > .icon-toggle {
left: 15px;
right: auto;
}
.navbar-offcanvas .navbar-nav li > .icon-toggle:hover {
color: #e23e1d;
}
.navbar-offcanvas .navbar-nav li > a {
background: transparent !important;
font-weight: 700;
line-height: 28px;
display: block;
padding: 10px 15px;
}
.navbar-offcanvas .navbar-nav .open > a:hover,
.navbar-offcanvas .navbar-nav .open > a:focous,
.navbar-offcanvas .navbar-nav .open > a,
.navbar-offcanvas .navbar-nav .active > a:hover,
.navbar-offcanvas .navbar-nav .active > a:focous,
.navbar-offcanvas .navbar-nav .active > a {
color: #1b251f;
background: transparent;
}
.navbar-offcanvas .dropdown-menu {
margin: 0;
}
.navbar-offcanvas .dropdown-menu > li a {
background: transparent !important;
}
.navbar-offcanvas .dropdown-menu > li.active > a,
.navbar-offcanvas .dropdown-menu > li > a:hover,
.navbar-offcanvas .dropdown-menu > li > a:focus {
color: #191919;
text-decoration: underline;
}
.navbar-offcanvas .dropdown-menu [class*="col-sm"] {
width: 100%;
}
.navbar-offcanvas .dropdown-menu .dropdown-menu-inner {
padding: 0 30px;
}
.navbar-offcanvas .dropdown-menu .widgettitle {
font-weight: 400;
font-family: "Rubik-Medium";
margin: 0 0 10px;
}
.navbar-offcanvas .dropdown-menu .dropdown-menu {
left: 100%;
top: 0;
}
.navbar-offcanvas li:hover .dropdown-menu {
display: block;
}
.navbar-offcanvas .aligned-fullwidth > .dropdown-menu {
width: 100%;
}
#main-mobile-menu .has-submenu > .sub-menu {
padding-left: 15px;
list-style: none;
display: none;
}
.rtl #main-mobile-menu .has-submenu > .sub-menu {
padding-right: 15px;
padding-left: inherit;
}
#main-mobile-menu .has-submenu > .sub-menu li {
line-height: 35px;
}
#main-mobile-menu .widget .widget-title, #main-mobile-menu .widget .widgettitle, #main-mobile-menu .widget .widget-heading {
border: 0;
margin: 0;
font-size: 13px;
}
#main-mobile-menu .widget .widget-title > span, #main-mobile-menu .widget .widgettitle > span, #main-mobile-menu .widget .widget-heading > span {
padding: 0;
margin: 0 0 8px;
border: none;
}
#apus-mobile-menu .btn-toggle-canvas {
padding: 8px 15px;
display: block;
background: #e23e1d;
color: #fff;
text-align: center;
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
}
#apus-mobile-menu .btn-toggle-canvas:hover, #apus-mobile-menu .btn-toggle-canvas:active {
background: #b53217;
color: #fff;
}
#apus-mobile-menu .offcanvas-head strong {
margin: 0 5px;
}
.menu-setting-menu-container .apus-menu-top {
margin: 0;
padding: 0;
list-style: none;
line-height: 2;
}
.menu-setting-menu-container .apus-menu-top li a {
padding: 0 15px;
width: 100%;
}
.menu-setting-menu-container .apus-menu-top ul {
padding-left: 15px;
}
.rtl .menu-setting-menu-container .apus-menu-top ul {
padding-right: 15px;
padding-left: inherit;
}
.wrapper-topmenu .dropdown-menu {
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
}
.topmenu-menu {
font-size: 14px;
}
.topmenu-menu > li {
float: none;
}
.topmenu-menu > li > a {
background: transparent !important;
padding: 0;
}
.mm-menu {
background: #fff !important;
}
.mm-menu .mm-listview .mm-next::before {
border: none;
}
.mm-menu .mm-listview > li .mm-next:hover:after, .mm-menu .mm-listview > li .mm-next:active:after {
border-color: #000;
}
.mm-menu .mm-listview > li > a, .mm-menu .mm-listview > li > span {
color: #000;
}
.mm-menu .mm-listview > li > a .text-label, .mm-menu .mm-listview > li > span .text-label {
font-size: 11px;
padding: 0px 5px;
background: #5bc0de;
color: #fff;
position: absolute;
right: 50px;
top: 0;
line-height: 2;
display: inline-block;
text-transform: capitalize;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
}
.rtl .mm-menu .mm-listview > li > a .text-label, .rtl .mm-menu .mm-listview > li > span .text-label {
left: 50px;
right: auto;
}
.mm-menu .mm-listview > li > a .text-label.label-hot, .mm-menu .mm-listview > li > span .text-label.label-hot {
background: #d9534f;
}
.mm-menu .mm-listview > li > a .text-label.label-hot:before, .mm-menu .mm-listview > li > span .text-label.label-hot:before {
border-color: #d9534f transparent transparent #d9534f;
}
.mm-menu .mm-listview > li > a .text-label.label-new, .mm-menu .mm-listview > li > span .text-label.label-new {
background: #5cb85c;
}
.mm-menu .mm-listview > li > a .text-label.label-new:before, .mm-menu .mm-listview > li > span .text-label.label-new:before {
border-color: #5cb85c transparent transparent #5cb85c;
}
.mm-menu .mm-listview > li > a .text-label:before, .mm-menu .mm-listview > li > span .text-label:before {
content: '';
position: absolute;
z-index: 9;
top: 100%;
left: 7px;
border-width: 3px;
border-style: solid;
border-color: #5bc0de transparent transparent #5bc0de;
}
.rtl .mm-menu .mm-listview > li > a .text-label:before, .rtl .mm-menu .mm-listview > li > span .text-label:before {
right: 7px;
left: auto;
}
.mm-menu .mm-listview .menu-item-description {
font-size: 10px;
}
.mm-menu .mm-title {
color: #000  !important;
font-size: 18px;
}
.mm-menu .wpb_column {
width: 100%;
}
.mm-menu .widget .widget-title, .mm-menu .widget .widgettitle, .mm-menu .widget .widget-heading {
border: none;
padding: 0;
margin-bottom: 10px;
}
.mm-menu .widget .widget-title:before, .mm-menu .widget .widgettitle:before, .mm-menu .widget .widget-heading:before {
display: none;
}
html .mm-menu ~ .mm-slideout:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.25);
z-index: -100;
opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
}
html.mm-opening .mm-menu ~ .mm-slideout:before {
z-index: 100;
opacity: 1;
filter: alpha(opacity=100);
cursor: not-allowed;
}
html.mm-opened {
position: static !important;
}
.top-menu > li > a {
padding: 0 15px;
text-transform: capitalize;
}
.mm-menu.mm-offcanvas {
z-index: 999 !important;
}
.mm-menu.mm-offcanvas .social-top:after {
display: none;
}
.mm-menu.mm-offcanvas .social-top a {
display: inline-block;
font-size: 16px;
}
.mm-menu.mm-offcanvas .social-top a:hover, .mm-menu.mm-offcanvas .social-top a:active {
color: #e23e1d;
}
.mm-menu.mm-offcanvas .widget {
margin: 0;
}
.mm-menu.mm-offcanvas .topbar-right-wrapper {
padding: 10px;
}
.mm-menu.mm-offcanvas .topbar-right-wrapper > * {
margin-bottom: 15px;
}
.mm-menu.mm-offcanvas .topbar-right-wrapper > *:last-child {
margin: 0;
}
.mm-menu.mm-offcanvas .topbar-right-wrapper:after {
display: none;
}
.mm-menu.mm-offcanvas .woocommerce-currency-switcher-form ul.dd-options {
margin-top: 0;
}
.mm-menu.mm-offcanvas {
-webkit-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
-webkit-transform: translateX(-100%);
-ms-transform: translateX(-100%);
-o-transform: translateX(-100%);
transform: translateX(-100%);
}
.mm-menu.mm-offcanvas.mm-opened {
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
}
.header-mobile .mobile-vertical-menu-title {
font-size: 16px;
cursor: pointer;
margin: 0;
padding: 10px 0;
}
.header-mobile .mobile-vertical-menu-title i {
margin-left: 8px;
}
.rtl .header-mobile .mobile-vertical-menu-title i {
margin-right: 8px;
margin-left: inherit;
}
.header-mobile .mobile-vertical-menu-title.active {
color: #e23e1d;
}
.mobile-vertical-menu .navbar-offcanvas .navbar-nav li > a {
font-weight: 400;
}
.mobile-vertical-menu .navbar-offcanvas .navbar-nav li > a i {
margin-right: 5px;
min-width: 20px;
}
.rtl .mobile-vertical-menu .navbar-offcanvas .navbar-nav li > a i {
margin-left: 5px;
margin-right: inherit;
}
.mobile-vertical-menu .navbar-offcanvas .navbar-nav li .fa-minus {
color: #e23e1d;
}
.mobile-vertical-menu .navbar-offcanvas .navbar-nav li .sub-menu {
max-width: 100%;
display: none;
padding: 0 15px;
}
.mobile-vertical-menu .navbar-offcanvas .navbar-nav li .widget .widgettitle,
.mobile-vertical-menu .navbar-offcanvas .navbar-nav li .widget .widget-title {
padding: 0;
border: none;
margin: 0 0 10px;
font-size: 16px;
color: #e23e1d;
}
.mobile-vertical-menu .navbar-offcanvas .navbar-nav li .widget .widgettitle:before, .mobile-vertical-menu .navbar-offcanvas .navbar-nav li .widget .widgettitle:after,
.mobile-vertical-menu .navbar-offcanvas .navbar-nav li .widget .widget-title:before,
.mobile-vertical-menu .navbar-offcanvas .navbar-nav li .widget .widget-title:after {
display: none;
}
.mobile-vertical-menu .navbar-offcanvas .navbar-nav li .dropdown-menu-inner {
padding-left: 24px;
}
.rtl .mobile-vertical-menu .navbar-offcanvas .navbar-nav li .dropdown-menu-inner {
padding-right: 24px;
padding-left: inherit;
}
.mobile-vertical-menu .navbar-offcanvas .navbar-nav li .menu li a {
padding: 0;
font-size: 14px;
line-height: 20px;
} body.home .apus-header .vertical-wrapper .content-vertical {
display: block;
}
body.home .apus-header .vertical-wrapper.vertical-toggle-show .content-vertical {
display: none;
}
@media (min-width: 1501px) {
.col-md-cl-5 {
width: 20%;
}
.col-md-cl-5.first {
clear: both;
}
}
@media (min-width: 1200px) and (max-width: 1500px) {
.col-md-cl-5 {
width: 25%;
}
.col-md-cl-5.first:nth-child(4n + 1) {
clear: both;
}
div.product.col-md-cl-5:nth-child(4n + 1) {
clear: both;
}
}
.main-page .page-links {
clear: both;
overflow: hidden;
padding: 30px 0;
margin: 0;
}
.content-index {
padding-top: 18px;
}
.apus-footer .footer-builder-wrapper.full,
.wrapper-large,
#apus-main-content {
max-width: 1800px;
margin: auto;
}
.footer-builder-wrapper.full {
padding-left: 15px;
padding-right: 15px;
}
div.wpcf7-validation-errors {
margin: 0;
padding: 15px;
}
.contact-form-content {
padding: 30px;
background: white;
min-height: 260px;
}
.contact-form-content .rounded {
margin-right: 10px;
color: #fff;
width: 40px;
height: 40px;
background: #cccccc;
}
.rtl .contact-form-content .rounded {
margin-left: 10px;
margin-right: inherit;
}
.contact-form-content .rounded .fa, .contact-form-content .rounded .icon {
font-size: 16px;
margin: 13px;
}
.contact-form-content small {
color: #191919;
}
.user > div {
display: none;
}
.user > div.active {
display: block;
}
.error404 .footer-default {
margin-top: 0;
}
.error404 #apus-main-content {
max-width: none;
}
.page-404 {
background: url(//www.imep.com.tr/wp-content/themes/yozi/images/bg-error.jpg) 100%/auto;
}
.page-404 .not-found {
padding: 100px 0;
}
@media (min-width: 1200px) {
.page-404 .not-found {
padding: 210px 0 230px;
}
}
.page-404 .slogan {
margin-bottom: 40px;
}
.page-404 .title-big {
font-size: 150px;
font-weight: 700;
line-height: 1.1;
margin: 0;
}
.page-404 .page-title {
font-size: 45px;
margin: 0 0 15px;
font-weight: 700;
}
.page-404 .sub-title {
font-size: 16px;
margin: 0 0 50px;
}
.page-404 .btn, .page-404 .viewmore-products-btn {
letter-spacing: 2px;
}
.page-template-404 #apus-main-content {
max-width: 100%;
}
body.skin-dark {
background: #181818;
color: #999591;
}
body.skin-dark #apus-topbar {
background: #181818;
color: #eeeae2;
}
body.skin-dark #apus-topbar a {
color: #eeeae2;
}
body.skin-dark #apus-topbar a:hover, body.skin-dark #apus-topbar a:active {
color: #e23e1d;
}
body.skin-dark .apus-header {
background: #181818;
color: #eeeae2;
}
body.skin-dark .apus-header a:not([class]) {
color: #eeeae2;
}
body.skin-dark .apus-header a:not([class]):hover, body.skin-dark .apus-header a:not([class]):active {
color: #e23e1d;
}
body.skin-dark .apus-header .header-middle {
border-top: 1px solid #2e2e2e;
}
body.skin-dark .apus-header .navbar-nav.megamenu > li > a {
color: #eeeae2;
}
body.skin-dark .apus-header .navbar-nav.megamenu > li:hover > a, body.skin-dark .apus-header .navbar-nav.megamenu > li:active > a, body.skin-dark .apus-header .navbar-nav.megamenu > li.active > a {
color: #e23e1d;
}
body.skin-dark .apus-header .apus-search-nocategory {
background: #111111;
}
body.skin-dark .apus-header .apus-search-nocategory .form-control {
background: #111111;
border-color: #111111;
}
body.skin-dark .apus-header .apus-search-nocategory .form-control:focus {
background: #000;
border-color: #000;
}
body.skin-dark .apus-header .apus-search-nocategory .btn, body.skin-dark .apus-header .apus-search-nocategory .viewmore-products-btn {
color: #999591;
}
body.skin-dark .apus-header .mini-cart .count,
body.skin-dark .apus-header .wishlist-icon .count {
color: #191919 !important;
}
body.skin-dark .apus-footer-mobile {
background: #181818;
}
body.skin-dark .apus-vertical-menu,
body.skin-dark .apus-search-form .select-category .dropdown_product_cat {
background: transparent;
}
body.skin-dark .total-minicart {
color: #999591;
}
body.skin-dark textarea,
body.skin-dark input:not([class]),
body.skin-dark input.input-text {
background: transparent;
}
body.skin-dark .woocommerce .quantity .qty {
color: #999591;
}
body.skin-dark a:not(.btn):not(.viewmore-products-btn) {
color: #eeeae2;
}
body.skin-dark a:not(.btn):not(.viewmore-products-btn):hover, body.skin-dark a:not(.btn):not(.viewmore-products-btn):active {
color: #fff;
}
body.skin-dark .mm-menu {
border-color: #181818;
}
body.skin-dark .mm-menu .mm-panel {
background: #181818;
}
body.skin-dark .mm-menu .mm-title {
color: #999591 !important;
}
body.skin-dark .mm-menu .mm-btn::after, body.skin-dark .mm-menu .mm-btn::before,
body.skin-dark .mm-menu .mm-listview > li .mm-next::after {
border-color: #999591;
}
body.skin-dark .mm-menu .mm-listview > li:hover > a, body.skin-dark .mm-menu .mm-listview > li.active > a {
color: #fac451;
}
body.skin-dark .apus-footer a:not(.btn):not(.viewmore-products-btn) {
color: #999591;
}
body.skin-dark .apus-footer a:not(.btn):not(.viewmore-products-btn):hover, body.skin-dark .apus-footer a:not(.btn):not(.viewmore-products-btn):active {
color: #fff;
}
body.skin-dark h1, body.skin-dark h2, body.skin-dark h3, body.skin-dark h4, body.skin-dark h5, body.skin-dark h6, body.skin-dark .widget-title, body.skin-dark .widgettitle {
color: #fff;
}
body.skin-dark .product-block,
body.skin-dark .product-block.grid .groups-button {
background: #111111;
}
body.skin-dark .product-block .product-cats a {
color: #fac451;
}
body.skin-dark .product-block.grid {
border-color: transparent;
border-bottom: none !important;
}
body.skin-dark .product-block.grid .price {
color: #eeeae2 !important;
}
body.skin-dark .product-block.grid .groups-button {
border-color: #fac451;
}
body.skin-dark .product-block.grid .groups-button .added_to_cart,
body.skin-dark .product-block.grid .groups-button .button {
color: #191919 !important;
}
body.skin-dark .product-block.grid .block-inner {
border: none;
padding: 0;
}
body.skin-dark .product-block.grid:hover .metas {
border-color: #fac451;
}
body.skin-dark .product-block.grid .yith-wcwl-add-to-wishlist a,
body.skin-dark .product-block.grid .compare::before {
border-color: #fac451;
color: #fac451;
background: #111111;
}
body.skin-dark .product-block.grid .yith-wcwl-add-to-wishlist a:hover,
body.skin-dark .product-block.grid .compare::before:hover {
color: #fff;
background: #fac451;
}
body.skin-dark .product-block.grid .compare.added:before {
color: #fff;
background: #fac451;
border-color: #fac451;
}
body.skin-dark .product-block.grid .yith-wcwl-add-to-wishlist a:not(.add_to_wishlist) {
color: #fff;
background: #fac451;
border-color: #fac451;
}
body.skin-dark .shop-list-small {
border-color: #fac451;
}
body.skin-dark .woocommerce-currency-switcher-form ul.dd-options,
body.skin-dark .dropdown-menu,
body.skin-dark .woocommerce-currency-switcher-form a.dd-option {
background: #181818;
}
body.skin-dark .add-fix-top,
body.skin-dark .widget-newletter .btn-theme,
body.skin-dark .widget-newletter .viewmore-products-btn {
color: #191919 !important;
}
body.skin-dark .header-mobile {
background: #181818;
}
body.skin-dark .header-mobile .mini-cart, body.skin-dark .header-mobile .wishlist-icon,
body.skin-dark .header-mobile .btn-showmenu {
color: #fff;
}
body.skin-dark .header-mobile .apus-topcart .count,
body.skin-dark .header-mobile .wishlist-icon .count {
color: #191919;
}
body.skin-dark .shopping_cart_content .cart_list .name a {
color: #eeeae2;
}
body.skin-dark .apus-breadscrumb {
background: transparent;
border-color: #0b0b0b;
}
body.skin-dark .apus-filter .change-view:hover, body.skin-dark .apus-filter .change-view.active {
color: #fac451;
}
body.skin-dark .apus-pagination .page-numbers li > span, body.skin-dark .apus-pagination .page-numbers li > a, body.skin-dark .apus-pagination .pagination li > span, body.skin-dark .apus-pagination .pagination li > a {
color: #fff;
}
body.skin-dark.woocommerce .quantity .qty,
body.skin-dark .select2-container--default .select2-selection--single,
body.skin-dark #add_payment_method #payment, body.skin-dark .woocommerce-cart #payment, body.skin-dark .woocommerce-checkout #payment {
background: transparent;
color: #eeeae2;
}
body.skin-dark.woocommerce #reviews #comments ol.commentlist li .apus-author {
color: #eeeae2;
}
body.skin-dark .woocommerce .cart_totals .wc-proceed-to-checkout {
background: #fff;
}
body.skin-dark .details-product .product-free-gift,
body.skin-dark .details-product .apus-discounts {
background: transparent;
}
body.skin-dark .user .login-account, body.skin-dark .user .creat-account {
color: #fff;
}
body.skin-dark .apus-pagination > span, body.skin-dark .apus-pagination > a {
color: #fff;
}
body.skin-dark .entry-tags-list a {
color: #191919 !important;
}
body.skin-dark .woocommerce table.shop_table th {
color: #fff;
}
body.skin-dark .btn-primary {
color: #191919;
background-color: #d8d5ce;
border-color: #d8d5ce;
}
body.skin-dark .btn-primary:hover, body.skin-dark .btn-primary:focus, body.skin-dark .btn-primary:active, body.skin-dark .btn-primary.active, .open > body.skin-dark .btn-primary.dropdown-toggle {
color: #191919;
background-color: #c1bdb2;
border-color: #c1bdb2;
}
body.skin-dark .btn-primary:active, body.skin-dark .btn-primary.active, .open > body.skin-dark .btn-primary.dropdown-toggle {
background-image: none;
}
body.skin-dark .btn-primary.disabled, body.skin-dark .btn-primary.disabled:hover, body.skin-dark .btn-primary.disabled:focus, body.skin-dark .btn-primary.disabled:active, body.skin-dark .btn-primary.disabled.active, body.skin-dark .btn-primary[disabled], body.skin-dark .btn-primary[disabled]:hover, body.skin-dark .btn-primary[disabled]:focus, body.skin-dark .btn-primary[disabled]:active, body.skin-dark .btn-primary[disabled].active, fieldset[disabled] body.skin-dark .btn-primary, fieldset[disabled] body.skin-dark .btn-primary:hover, fieldset[disabled] body.skin-dark .btn-primary:focus, fieldset[disabled] body.skin-dark .btn-primary:active, fieldset[disabled] body.skin-dark .btn-primary.active {
background-color: #d8d5ce;
border-color: #d8d5ce;
}
body.skin-dark .btn-primary .badge {
color: #d8d5ce;
background-color: #191919;
}  .post.no-results {
text-align: center;
}
.post.no-results .widget-search {
margin-top: 30px;
}
.entry-title {
font-weight: 400;
font-family: "Rubik-Medium";
font-size: 24px;
margin: 5px 0 12px;
}
.entry-create {
font-size: 13px;
margin: 0 0 15px;
}
.entry-create > * {
margin-right: 2px;
}
.rtl .entry-create > * {
margin-left: 2px;
margin-right: inherit;
}
.entry-create .author {
font-style: italic;
text-transform: capitalize;
}
.entry-link {
margin-top: 20px;
}
.entry-link .readmore {
color: #e23e1d;
text-transform: capitalize;
font-weight: 400;
font-family: "Rubik-Medium";
font-size: 14px;
}
.entry-link .readmore:hover {
color: #000;
}
.entry-meta {
margin: 0;
}
.entry-meta .fa, .entry-meta .icon {
margin-right: 3px;
}
.rtl .entry-meta .fa, .rtl .entry-meta .icon {
margin-left: 3px;
margin-right: inherit;
}
blockquote {
font-family: 'Satisfy', cursive;
color: #191919;
font-size: 18px;
padding: 0 25px;
border-left: 3px solid #e23e1d;
}
.rtl blockquote {
border-right: 3px solid #e23e1d;
border-left: inherit;
}
blockquote strong {
font-family: "Rubik", Helvetica, Arial, sans-serif;
font-weight: 400;
}
.entry-vote {
z-index: 1;
display: table;
text-align: center;
top: 20px;
position: absolute;
background: rgba(0, 0, 0, 0.5);
width: 44px;
height: 44px;
right: 20px;
}
.rtl .entry-vote {
left: 20px;
right: auto;
}
.entry-vote .entry-vote-inner {
color: #fff;
display: table-cell;
vertical-align: middle;
font-weight: 400;
}
.entry-vote.vote-perfect .entry-vote-inner {
color: #ff003a;
}
.entry-vote.vote-good .entry-vote-inner {
color: #fdff39;
}
.entry-vote.vote-average .entry-vote-inner {
color: #91e536;
}
.entry-vote.vote-bad .entry-vote-inner {
color: #e93434;
}
.entry-vote.vote-poor .entry-vote-inner {
color: #78ae00;
}
.type-post {
margin-bottom: 30px;
}
.blog-title {
margin-bottom: 30px;
}
#commentform {
margin-bottom: 30px;
}
#commentform .form-control {
padding: 5px 20px;
margin: 0 0 20px;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
height: 50px;
}
#commentform textarea.form-control {
height: 115px;
resize: none;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
}
#commentform .form-group {
margin: 0 0 20px;
}
#commentform .space-comment {
margin: 0 0 40px;
}
#commentform #cancel-comment-reply-link {
color: #d9534f;
} .post-specail .entry-title {
font-size: 16px;
}
.post-specail .entry-date {
font-style: italic;
}
.post-specail .entry-create {
margin: 0 0 18px;
}
.post-title {
font-size: 18px;
}
.post-thumb {
position: relative;
}
.blog-meta {
top: 0;
position: absolute;
right: 0px;
}
.rtl .blog-meta {
left: 0px;
right: auto;
} .blog.style1 .blog-date {
top: 0;
position: absolute;
right: 0;
}
.rtl .blog.style1 .blog-date {
left: 0;
right: auto;
}
.blog.style2 {
border: 1px solid #ebebeb;
}
.blog.style2 .blog-date {
float: left;
margin: -1px 30px 0px 0px;
}
.rtl .blog.style2 .blog-date {
float: right;
}
.rtl .blog.style2 .blog-date {
margin: -1px 0px 0px 30px;
}
.blog.style2 .entry-title {
padding-left: 65px;
padding-right: 20px;
}
.rtl .blog.style2 .entry-title {
padding-right: 65px;
padding-left: inherit;
}
.rtl .blog.style2 .entry-title {
padding-left: 20px;
padding-right: inherit;
}
.blog.style2 .entry-description {
padding-left: 65px;
padding-right: 20px;
}
.rtl .blog.style2 .entry-description {
padding-right: 65px;
padding-left: inherit;
}
.rtl .blog.style2 .entry-description {
padding-left: 20px;
padding-right: inherit;
}
.blog.style2 .entry-content {
border: 0px;
margin-bottom: 20px;
}
.blog.style2 .entry-content:before, .blog.style2 .entry-content:after {
content: " ";
display: table;
}
.blog.style2 .entry-content:after {
clear: both;
}
.blog .blog-date {
display: table;
background: #e93434;
text-align: center !important;
color: #000;
text-transform: uppercase;
font-size: 11px;
font-weight: 600;
width: 50px;
height: 50px;
line-height: normal;
}
.blog .blog-date .blog-date-inner {
display: table-cell;
vertical-align: middle;
}
.blog .blog-date span {
display: block;
margin: 2px 0 3px 0;
line-height: 25px;
font-size: 24px;
font-weight: 400;
}
.blog .blog-date--grids {
position: absolute;
top: 0;
right: 15px;
}
.rtl .blog .blog-date--grids {
left: 15px;
right: auto;
}
.blog .entry-content--info {
overflow: hidden;
padding: 30px 0;
}
.post.sticky .entry-title a {
color: #d9534f;
}
.post .entry-description {
margin: 0 0 20px;
} .grid-half.owl-carousel .owl-controls {
top: 100%;
-webkit-transform: translate(50px, -80px);
-ms-transform: translate(50px, -80px);
-o-transform: translate(50px, -80px);
transform: translate(50px, -80px);
left: 50%;
}
.rtl .grid-half.owl-carousel .owl-controls {
right: 50%;
left: auto;
}
.grid-half.owl-carousel .owl-controls .owl-nav .owl-prev,
.grid-half.owl-carousel .owl-controls .owl-nav .owl-next {
opacity: 1;
filter: alpha(opacity=100);
position: static;
}
.grid-half.owl-carousel .owl-controls .owl-nav .owl-next {
margin-left: 5px;
}
.rtl .grid-half.owl-carousel .owl-controls .owl-nav .owl-next {
margin-right: 5px;
margin-left: inherit;
}
.grid-half.halfdark.owl-carousel .owl-controls .owl-nav .owl-prev,
.grid-half.halfdark.owl-carousel .owl-controls .owl-nav .owl-next {
background: #e1e4e6;
border-color: #e1e4e6;
color: #191919;
}
.grid-half.halfdark.owl-carousel .owl-controls .owl-nav .owl-prev:hover, .grid-half.halfdark.owl-carousel .owl-controls .owl-nav .owl-prev:active,
.grid-half.halfdark.owl-carousel .owl-controls .owl-nav .owl-next:hover,
.grid-half.halfdark.owl-carousel .owl-controls .owl-nav .owl-next:active {
background: #e23e1d;
border-color: #e23e1d;
color: #fff;
}
.grid-half.style_img.owl-carousel .owl-controls {
left: 0;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
}
.rtl .grid-half.style_img.owl-carousel .owl-controls {
right: 0;
left: auto;
}
.layout-half {
margin-left: 0;
margin-right: 0;
margin-bottom: 0;
background: #e23e1d;
color: #fff;
}
.layout-half .entry-content {
max-width: 650px;
padding-bottom: 120px;
padding-top: 50px;
}
.layout-half .entry-content[class*='-6'] {
padding-left: 50px;
padding-right: 50px;
}
.layout-half > div {
padding-left: 0px;
padding-right: 0px;
}
@media (max-width: 1024px) {
.layout-half .entry-content[class*='-6'] {
padding-left: 30px;
padding-right: 30px;
padding-top: 30px;
max-width: none;
}
}
.layout-half .entry-title {
font-size: 50px;
margin: 0 0 20px;
line-height: 1.1;
font-family: "Rubik", Helvetica, Arial, sans-serif;
}
.layout-half .entry-title a {
color: #fff !important;
}
.layout-half .entry-description {
margin: 0 0 40px;
font-size: 17px;
font-weight: 400;
}
.layout-dark {
background: #eff1f2 !important;
color: #4c4c4c;
}
.layout-dark .meta {
font-size: 20px;
font-weight: 400;
font-family: "Rubik";
position: relative;
padding: 0 0 10px;
margin: 0 0 35px;
}
.layout-dark .meta:before {
content: '';
width: 80px;
height: 2px;
background: #191919;
position: absolute;
bottom: 0;
left: 0;
}
.rtl .layout-dark .meta:before {
right: 0;
left: auto;
}
.layout-dark .entry-title {
margin: 0 0 10px;
}
.layout-dark .entry-title a {
color: #191919 !important;
font-size: 30px;
}
.layout-dark .entry-description {
font-size: 15px;
font-weight: 300;
}
.layout-halfimg {
position: relative;
background: transparent;
margin-bottom: 60px;
}
.layout-halfimg .entry-content {
padding: 40px 40px 80px;
background: #e23e1d;
color: #fff;
}
.layout-halfimg .entry-content .entry-title {
font-size: 35px;
line-height: 1.1;
margin: 0 0 10px;
font-weight: 400;
font-family: "Rubik-Medium";
}
.layout-halfimg .entry-content .entry-title a {
color: #fff !important;
}
@media (min-width: 768px) {
.layout-halfimg .half-img {
width: 75%;
}
.layout-halfimg .entry-content {
max-width: 500px;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
right: 0;
}
.rtl .layout-halfimg .entry-content {
left: 0;
right: auto;
}
} .posts-list {
list-style: none;
padding: 0;
margin: 0;
}
.posts-list li {
margin: 0 0 18px;
padding: 0;
overflow: hidden;
}
.posts-list li:last-child {
padding: 0;
margin: 0;
}
.posts-list .content-info {
overflow: hidden;
}
.posts-list .image {
width: 120px;
padding-right: 15px;
}
.rtl .posts-list .image {
padding-left: 15px;
padding-right: inherit;
}
.posts-list .image img {
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
}
.posts-list .entry-title {
font-size: 14px;
text-transform: inherit;
font-family: "Rubik", Helvetica, Arial, sans-serif;
margin: 0 0 4px;
font-weight: 400;
}
.posts-list .date {
font-size: 12px;
}
.posts-list .entry-meta {
font-family: "Rubik";
font-size: 16px;
font-style: italic;
}
.layout-posts-list .info {
overflow: hidden;
}
.layout-posts-list .image {
width: 420px;
padding-right: 50px;
float: left;
}
.rtl .layout-posts-list .image {
padding-left: 50px;
padding-right: inherit;
}
.rtl .layout-posts-list .image {
float: right;
}
.post-layout .entry-thumb {
display: block;
position: relative;
margin: 0 0 20px;
overflow: hidden;
}
.post-layout .entry-meta {
color: #b5aeba;
font-size: 14px;
margin-bottom: 12px;
}
.post-layout .entry-meta a {
color: #b5aeba;
}
.post-layout .entry-meta a:hover, .post-layout .entry-meta a:active {
color: #e23e1d;
}
.post-layout .entry-meta > * {
padding-right: 8px;
line-height: 1;
margin-right: 8px;
border-right: 1px solid #b5aeba;
}
.rtl .post-layout .entry-meta > * {
padding-left: 8px;
padding-right: inherit;
}
.rtl .post-layout .entry-meta > * {
margin-left: 8px;
margin-right: inherit;
}
.rtl .post-layout .entry-meta > * {
border-left: 1px solid #b5aeba;
border-right: inherit;
}
.post-layout .entry-meta > *:last-child {
border: none;
padding: 0;
}
.post-layout .description {
margin-bottom: 25px;
font-size: 14px;
}
.post-layout .categories {
font-size: 14px;
margin-bottom: 8px;
}
.post-layout .categories a {
color: #e23e1d;
text-decoration: underline;
}
.post-grid-v1 {
margin: 0 0 30px;
padding: 0 0 30px;
border-bottom: 1px solid #ebebeb;
}
@media (min-width: 1200px) {
.post-grid-v1 {
margin: 0 0 50px;
padding: 0 0 50px;
}
}
.post-grid-v3 .description {
font-size: 16px;
}
.post-grid-v3 .entry-thumb {
overflow: hidden;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
}
.list-small {
overflow: hidden;
}
.list-small .entry-title {
font-size: 14px;
margin: 0 0 5px;
line-height: 20px;
font-weight: 400;
}
.list-small .date {
font-size: 12px;
}
.list-small .image {
float: left;
padding-right: 15px;
}
.rtl .list-small .image {
float: right;
}
.rtl .list-small .image {
padding-left: 15px;
padding-right: inherit;
}
.list-small .image img {
min-width: 62px;
}
.list-small .info {
overflow: hidden;
} .posts-grid-category {
overflow: hidden;
}
.top-blog-info {
padding: 25px 0;
margin-bottom: 20px;
border-bottom: 1px solid #ebebeb;
}
.top-blog-info i {
margin-right: 10px;
}
.rtl .top-blog-info i {
margin-left: 10px;
margin-right: inherit;
}
.top-blog-info .categories {
margin-right: 35px;
}
.rtl .top-blog-info .categories {
margin-left: 35px;
margin-right: inherit;
}
.top-blog-info .author a {
color: #e23e1d;
}
.top-blog-info a {
color: #4c4c4c;
}
.top-blog-info a:hover, .top-blog-info a:active {
color: #e23e1d;
}
.list-default {
margin-bottom: 45px;
}
.list-default .entry-title {
font-weight: 400;
font-family: "Rubik-Medium";
font-size: 30px;
margin: 0 0 10px;
}
.list-default .description {
margin: 0 0 15px;
}
.category-posts {
position: relative;
}
.category-posts::after {
content: "";
top: 20px;
position: absolute;
right: 0;
width: 1px;
height: 1000px;
background: #ebebeb;
}
.rtl .category-posts::after {
left: 0;
right: auto;
}
.category-posts .post {
border-bottom: 1px solid #ebebeb;
}
.category-posts .category-posts-label {
padding: 1px 3px;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
background: #e23e1d;
font-weight: 400;
font-size: 10px;
text-transform: uppercase;
}
.category-posts .category-posts-label a {
color: #fff;
}
.category-posts .entry-meta::after {
display: none;
}
.category-posts .posts-more .post:last-child {
border: 0px;
}
.category-posts .posts-more .entry-title {
font-size: 10px;
}
.category-posts .posts-more .entry-title a {
color: #777777;
}
.category-posts .posts-more .entry-title a:hover {
color: #e23e1d;
} .sharebox {
margin-bottom: 30px;
}
.sharebox .sharebox-title {
margin: 10px 0;
}
.social-networks li {
padding-left: 10px;
padding-right: 10px;
}
.social-networks li:last-child a {
margin-right: 0;
}
.social-networks li a {
font-size: 14px;
}
.social-networks li a:hover {
color: #e23e1d;
}
.tag-links,
.post-share {
margin-bottom: 10px;
}
.tag-links span i,
.post-share span i {
margin-right: 5px;
}
.rtl .tag-links span i, .rtl
.post-share span i {
margin-left: 5px;
margin-right: inherit;
} .comment-list {
padding: 0;
margin: 0 0 25px;
list-style: none;
}
.comment-list .comment-respond {
margin-top: 30px;
}
.comment-list .children {
list-style: none;
margin: 0;
padding-left: 100px;
}
.rtl .comment-list .children {
padding-right: 100px;
padding-left: inherit;
}
.comment-list .comment-edit-link {
margin-left: 5px;
}
.rtl .comment-list .comment-edit-link {
margin-right: 5px;
margin-left: inherit;
}
.comment-list .date {
color: #b2b6bb;
font-size: 12px;
letter-spacing: 2px;
text-transform: uppercase;
}
.comment-list strong {
font-size: 18px;
font-weight: 400;
font-family: "Rubik-Medium";
}
.comment-list .comment-reply-link {
font-weight: 400;
font-family: "Rubik", Helvetica, Arial, sans-serif;
color: #fff;
text-transform: uppercase;
display: inline-block;
padding: 6px 30px;
font-size: 11px;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
background: #e23e1d;
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
}
.comment-list .comment-reply-link:hover, .comment-list .comment-reply-link:active {
color: #fff;
background: #b53217;
}
.comment-list .comment-text {
margin: 3px 0 12px;
}
.comment-list .comment-text p {
margin: 0;
}
.comment-list img.avatar {
width: 70px;
height: 70px;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
overflow: hidden;
}
.comment-list div.avatar {
min-width: 100px;
float: left;
padding-right: 30px;
}
.rtl .comment-list div.avatar {
float: right;
}
.rtl .comment-list div.avatar {
padding-left: 30px;
padding-right: inherit;
}
.comment-list .the-comment {
padding: 0 0 35px;
}
.comment-list .the-comment .comment-box {
border-left: 1px solid #ebebeb;
padding-left: 30px;
overflow: hidden;
}
.rtl .comment-list .the-comment .comment-box {
border-right: 1px solid #ebebeb;
border-left: inherit;
}
.rtl .comment-list .the-comment .comment-box {
padding-right: 30px;
padding-left: inherit;
}
.commentform .title {
font-family: "Rubik", Helvetica, Arial, sans-serif;
margin: 0;
font-weight: 700;
font-size: 24px;
}
.commentform .comment-notes {
display: none;
}
.comment-form #submit {
text-transform: uppercase;
}
.post-navigation a {
color: #4c4c4c;
}
.post-navigation a:hover, .post-navigation a:active {
color: #191919;
}
.post-navigation .navi {
display: block;
float: none;
width: 100%;
margin: 0;
font-family: "Rubik";
font-size: 14px;
}
.post-navigation .navi i {
font-size: 12px;
margin-right: 5px;
}
.rtl .post-navigation .navi i {
margin-left: 5px;
margin-right: inherit;
}
.post-navigation .post-title {
font-size: 16px;
font-weight: 600;
margin: 10px 0 0;
display: block;
}
.post-navigation .nav-next .navi i {
margin-right: 0;
margin-left: 5px;
}
.rtl .post-navigation .nav-next .navi i {
margin-left: 0;
margin-right: inherit;
}
.rtl .post-navigation .nav-next .navi i {
margin-right: 5px;
margin-left: inherit;
} #comments #reply-title {
margin: 0;
}
#comments .comments-title {
font-size: 24px;
font-weight: 400;
font-family: "Rubik-Medium";
margin: 0 0 30px;
}
.post-navigation {
position: relative;
}
.post-navigation .screen-reader-text {
display: none;
}
.post-navigation .nav-links {
overflow: hidden;
}
.post-navigation .nav-links > * {
width: 40%;
float: left;
}
.rtl .post-navigation .nav-links > * {
float: right;
}
.post-navigation .nav-links > *.nav-next {
float: right;
text-align: right;
}
.rtl .post-navigation .nav-links > *.nav-next {
float: left;
}
.rtl .post-navigation .nav-links > *.nav-next {
text-align: left;
}
.post-navigation .nav-links .meta-nav {
display: none;
}
.author-info {
padding: 30px;
background: #fafafa;
border: 1px solid #ebebeb;
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
-o-border-radius: 10px;
}
.author-info .author-title {
font-size: 20px;
margin: 0 0 10px;
}
.author-info .avatar-img {
padding-right: 20px;
}
.rtl .author-info .avatar-img {
padding-left: 20px;
padding-right: inherit;
}
.author-info .avatar-img .avatar {
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
overflow: hidden;
max-width: none;
}
.author-info .description {
color: #616161;
}
.related-posts {
padding: 0;
margin: 30px 0 0;
}
.related-posts .title {
margin: 0 0 25px;
font-size: 25px;
position: relative;
}
.blog-post-icon {
display: table;
color: #fff;
text-align: center;
position: absolute;
top: 0;
z-index: 1;
background: #e23e1d;
opacity: 0.9;
filter: alpha(opacity=90);
left: 0;
width: 50px;
height: 50px;
}
.rtl .blog-post-icon {
right: 0;
left: auto;
}
.blog-post-icon .fa {
display: table-cell;
vertical-align: middle;
font-size: 22px;
} .blog-masonry .entry-thumb {
margin-bottom: 0;
}
.gallery {
margin-left: -15px;
margin-right: -15px;
overflow: hidden;
}
.gallery .gallery-item {
float: left;
margin-bottom: 15px;
padding-right: 15px;
padding-left: 15px;
position: relative;
}
.rtl .gallery .gallery-item {
float: right;
}
.gallery .gallery-item figcaption {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
color: #fff;
max-height: 50%;
font-size: 12px;
background: rgba(0, 0, 0, 0.5);
margin-left: 15px;
margin-right: 15px;
opacity: 0;
filter: alpha(opacity=0);
padding: 8px 15px;
}
.gallery .gallery-item:hover figcaption {
opacity: 1;
filter: alpha(opacity=100);
}
.gallery.gallery-columns-9 .gallery-item {
width: 11%;
}
.gallery.gallery-columns-8 .gallery-item {
width: 12.5%;
}
.gallery.gallery-columns-7 .gallery-item {
width: 14%;
}
.gallery.gallery-columns-6 .gallery-item {
width: 16.5%;
}
.gallery.gallery-columns-5 .gallery-item {
width: 20%;
}
.gallery.gallery-columns-4 .gallery-item {
width: 25%;
}
.gallery.gallery-columns-3 .gallery-item {
width: 33%;
}
.gallery.gallery-columns-1 .gallery-item {
width: 100%;
}
.gallery.gallery-columns-2 .gallery-item {
width: 50%;
}
.comment-navigation {
overflow: hidden;
padding: 20px 0;
}
.comment-navigation .nav-links > div {
display: inline-block;
}
.comment-navigation .nav-links > div + div {
line-height: 1.1;
margin-left: 15px;
padding-left: 15px;
border-left: 2px solid #ebebeb;
}
.rtl .comment-navigation .nav-links > div + div {
margin-right: 15px;
margin-left: inherit;
}
.rtl .comment-navigation .nav-links > div + div {
padding-right: 15px;
padding-left: inherit;
}
.rtl .comment-navigation .nav-links > div + div {
border-right: 2px solid #ebebeb;
border-left: inherit;
}
.list-check {
list-style: none;
padding: 0;
margin: 0;
}
.list-check li {
margin-bottom: 10px;
}
.list-check i {
color: #e23e1d;
margin-right: 10px;
}
.rtl .list-check i {
margin-left: 10px;
margin-right: inherit;
}
.detail-post iframe {
max-width: 100%;
}
.detail-post .entry-thumb {
margin: 0 0 30px;
}
.detail-post .entry-thumb.no-thumb {
margin: 0;
}
.detail-post .font-second {
font-family: "Rubik";
font-size: 24px;
margin: 0 0 20px;
}
.detail-post .top-info .entry-title {
font-size: 30px;
font-weight: 400;
font-family: "Rubik-Medium";
padding: 0 0 10px;
margin: 0;
}
.detail-post .apus-social-share {
margin-top: 6px;
}
.detail-post .apus-social-share .title {
margin-right: 30px;
}
.rtl .detail-post .apus-social-share .title {
margin-left: 30px;
margin-right: inherit;
}
.detail-post .apus-social-share a {
color: #4c4c4c;
font-size: 13px;
margin-right: 30px;
}
.rtl .detail-post .apus-social-share a {
margin-left: 30px;
margin-right: inherit;
}
.detail-post .apus-social-share a:hover, .detail-post .apus-social-share a:active {
color: #e23e1d;
}
.detail-post .tag-social {
width: 100%;
overflow: hidden;
padding: 20px 0;
border-bottom: 1px solid #ebebeb;
margin-bottom: 40px;
}
.detail-post .entry-tags-list strong {
display: none;
}
.detail-post .entry-tags-list a {
font-size: 12px;
text-transform: uppercase;
padding: 5px 25px;
color: #625b66;
font-weight: 400;
font-family: "Rubik-Medium";
display: inline-block;
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
margin-right: 10px;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
background: #e7f0f9;
}
.rtl .detail-post .entry-tags-list a {
margin-left: 10px;
margin-right: inherit;
}
.detail-post .entry-tags-list a:hover, .detail-post .entry-tags-list a:active {
color: #fff;
border-color: #e23e1d;
background: #e23e1d;
}
.detail-post .post-navigation {
margin: 0 0 55px;
padding-top: 20px;
}
.detail-post .nav-links .navi {
font-family: "Rubik", Helvetica, Arial, sans-serif;
font-size: 24px;
color: #000;
}
.detail-post .nav-links .navi:hover, .detail-post .nav-links .navi:active {
text-decoration: underline;
}
.detail-post .nav-links .navi i {
line-height: 1;
vertical-align: middle;
font-size: 42px;
} .effect-1 {
position: relative;
}
.effect-1:after {
content: '';
display: block;
width: 0px;
height: 1px;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
left: 0;
bottom: 0;
right: 0;
background: transparent;
margin: auto;
}
.effect-1:hover:after {
width: 100%;
height: 1px;
background: #e23e1d;
}
.zoom-2 {
overflow: hidden;
display: block;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
}
.zoom-2 img {
position: relative;
width: 100%;
height: auto;
-webkit-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
-webkit-transform-origin: center center;
-moz-transform-origin: center center;
-ms-transform-origin: center center;
transform-origin: center center;
}
.zoom-2:hover img {
-webkit-transform: scale(1.2);
-ms-transform: scale(1.2);
-o-transform: scale(1.2);
transform: scale(1.2);
}
.filter-grayscale, .widget .widget_sp_image-image-link img {
-webkit-transition: all 0.6s ease-out 0s;
-o-transition: all 0.6s ease-out 0s;
transition: all 0.6s ease-out 0s;
}
.filter-grayscale:hover, .widget .widget_sp_image-image-link img:hover {
filter: grayscale(100%);
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-o-filter: grayscale(100%);
-ms-filter: grayscale(100%);
}
.filter-brightness {
-webkit-transition: all 0.4s ease-out 0s;
-o-transition: all 0.4s ease-out 0s;
transition: all 0.4s ease-out 0s;
}
.filter-brightness:hover {
filter: brightness(0.4);
-webkit-filter: brightness(0.4);
-moz-filter: brightness(0.4);
-o-filter: brightness(0.4);
-ms-filter: brightness(0.4);
}
.filter-blur {
-webkit-transition: all 0.6s ease-out 0s;
-o-transition: all 0.6s ease-out 0s;
transition: all 0.6s ease-out 0s;
}
.filter-blur:hover {
filter: blur(5px);
-webkit-filter: blur(5px);
-moz-filter: blur(5px);
-o-filter: blur(5px);
-ms-filter: blur(5px);
}
.close .fa {
-webkit-transition: all 1s ease-in-out;
-o-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;
}
.close:hover .fa {
-webkit-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
.image-overlay-1:after, .image-overlay-1:before {
content: "";
display: block;
position: absolute;
z-index: 100;
background: rgba(0, 0, 0, 0.7);
width: 100%;
height: 100%;
left: 0;
opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.rtl .image-overlay-1:after, .rtl .image-overlay-1:before {
right: 0;
left: auto;
}
.image-overlay-1:after {
top: -100%;
}
.image-overlay-1:before {
bottom: -100%;
}
.image-overlay-1:hover:after {
top: -50%;
opacity: 1;
filter: alpha(opacity=100);
}
.image-overlay-1:hover:before {
bottom: -50%;
opacity: 1;
filter: alpha(opacity=100);
}
.image-plus-1 {
position: relative;
}
.image-plus-1::before {
overflow: hidden;
position: absolute;
top: 0;
content: "";
z-index: 100;
width: 100%;
height: 100%;
left: 0;
opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
-webkit-transform: scale(1.5);
-moz-transform: scale(1.5);
-ms-transform: scale(1.5);
-o-transform: scale(1.5);
transform: scale(1.5);
background: url(//www.imep.com.tr/wp-content/themes/yozi/images/plus.png) no-repeat scroll center center/60px 60px rgba(0, 0, 0, 0.6);
}
.rtl .image-plus-1::before {
right: 0;
left: auto;
}
.image-plus-1:hover::before {
visibility: visible;
opacity: 0.6;
filter: alpha(opacity=60);
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.image-plus-2 {
position: relative;
}
.image-plus-2::before {
content: "";
z-index: 199;
top: 0;
position: absolute;
background: url(//www.imep.com.tr/wp-content/themes/yozi/images/plus.png) no-repeat scroll center center/60px 60px rgba(0, 0, 0, 0.8);
width: 100%;
height: 100%;
left: 0;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
opacity: 0;
filter: alpha(opacity=0);
-webkit-background-size: 10px 10px, 100% 100%;
-moz-background-size: 10px 10px, 100% 100%;
-ms-background-size: 10px 10px, 100% 100%;
-o-background-size: 10px 10px, 100% 100%;
background-size: 10px 10px, 100% 100%;
-webkit-background-origin: padding-box, padding-box;
-moz-background-origin: padding-box, padding-box;
-ms-background-origin: padding-box, padding-box;
-o-background-origin: padding-box, padding-box;
background-origin: padding-box, padding-box;
}
.rtl .image-plus-2::before {
right: 0;
left: auto;
}
.image-plus-2:hover::before {
opacity: .6;
visibility: visible;
-webkit-background-size: 60px 60px, 100% 100%;
-moz-background-size: 60px 60px, 100% 100%;
-ms-background-size: 60px 60px, 100% 100%;
-o-background-size: 60px 60px, 100% 100%;
background-size: 60px 60px, 100% 100%;
}
.image-plus-3 {
position: relative;
}
.image-plus-3::before {
content: "";
top: 0;
overflow: hidden;
position: absolute;
z-index: 100;
-webkit-transform: scale(0.5) rotateX(180deg);
-moz-transform: scale(0.5) rotateX(180deg);
-ms-transform: scale(0.5) rotateX(180deg);
-o-transform: scale(0.5) rotateX(180deg);
transform: scale(0.5) rotateX(180deg);
width: 100%;
height: 100%;
left: 0;
opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
background: rgba(0, 0, 0, 0.8);
}
.rtl .image-plus-3::before {
right: 0;
left: auto;
}
.image-plus-3:hover::before {
visibility: visible;
opacity: 0.6;
filter: alpha(opacity=60);
-webkit-transform: scale(1) rotateX(0deg);
-moz-transform: scale(1) rotateX(0deg);
-ms-transform: scale(1) rotateX(0deg);
-o-transform: scale(1) rotateX(0deg);
transform: scale(1) rotateX(0deg);
}
.icon-effect-1 {
position: relative;
}
.icon-effect-1:before {
content: "";
display: block;
-webkit-transform: scale(0.5);
-ms-transform: scale(0.5);
-o-transform: scale(0.5);
transform: scale(0.5);
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
-webkit-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.2s cubic-bezier(0.19, 1, 0.22, 1);
-o-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.2s cubic-bezier(0.19, 1, 0.22, 1);
transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.2s cubic-bezier(0.19, 1, 0.22, 1);
left: 0;
right: 0;
bottom: 0;
top: 0;
margin: auto;
width: 100%;
height: 100%;
position: absolute;
background-color: transparent;
}
.icon-effect-1:hover:before {
-webkit-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
-webkit-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.2s cubic-bezier(0.19, 1, 0.22, 1);
-o-transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.2s cubic-bezier(0.19, 1, 0.22, 1);
transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.2s cubic-bezier(0.19, 1, 0.22, 1);
}  .no-margin {
margin: 0 !important;
}
.no-margin .pagination {
margin: 0;
} .no-padding {
padding: 0 !important;
}
.no-position {
position: static !important;
}
.inline-block {
display: inline-block;
vertical-align: middle;
}
.lt-ie8 .inline-block {
display: inline;
zoom: 1;
}
.no-background {
-webkit-box-shadow: none;
box-shadow: none;
background: none !important;
}
.no-effect a:before {
content: none !important;
} .clear-list {
padding: 0;
margin: 0;
list-style: none;
} .text-uppercase {
text-transform: uppercase !important;
} .separator_align_center {
text-align: center !important;
}
.vc_align_right,
.separator_align_right {
text-align: right !important;
}
.separator_align_left {
text-align: left !important;
} .font-size-lg {
font-size: 48px;
}
.font-size-md {
font-size: 30px;
}
.font-size-sm {
font-size: 20px;
}
.font-size-xs {
font-size: 16px;
} .no-border {
border: 0px !important;
} .bg-transparent {
background: transparent !important;
} .wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li {
margin-bottom: 30px;
}
.wpb_revslider_element.wpb_content_element {
margin-bottom: 0;
}
.vc_col-has-fill > .vc_column-inner, .vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner, .vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner, .vc_row-has-fill + .vc_vc_row > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner, .vc_row-has-fill + .vc_vc_row_inner > .vc_row > .vc_vc_column_inner > .vc_column_container > .vc_column-inner, .vc_row-has-fill > .vc_column_container > .vc_column-inner, .vc_row-has-fill > .vc_row > .vc_vc_column > .vc_column_container > .vc_column-inner, .vc_row-has-fill > .vc_vc_column_inner > .vc_column_container > .vc_column-inner, .vc_section.vc_section-has-fill, .vc_section.vc_section-has-fill + .vc_row-full-width + .vc_section, .vc_section.vc_section-has-fill + .vc_section {
padding-top: 0 !important;
}
.widget-text-heading {
margin: 0;
text-align: center;
}
.widget-text-heading .title {
font-size: 36px;
font-weight: 700;
margin: 0 0 10px;
}
.widget-text-heading .description {
font-size: 18px;
}
.widget-text-heading.white_center .title {
margin-bottom: 5px;
}
.widget-text-heading.white_center .description {
font-size: 14px;
color: #999591;
}
.widget-text-heading.normal_center .title {
text-transform: capitalize;
font-size: 35px;
font-weight: 400;
font-family: "Rubik-Medium";
}
.widget-text-heading.thin_center .title {
text-transform: capitalize;
font-size: 25px;
font-family: "Rubik", Helvetica, Arial, sans-serif;
font-weight: normal;
margin: 0;
}
@media (min-width: 1200px) {
.widget-text-heading.thin_center .title {
font-size: 35px;
}
}
.underline {
position: relative;
}
.underline:before {
content: '';
width: 100%;
height: 4px;
background-image: -webkit-linear-gradient(left, #1b251f 0%, #e23e1d 100%);
background-image: -o-linear-gradient(left, #1b251f 0%, #e23e1d 100%);
background-image: linear-gradient(to right, #1b251f 0%, #e23e1d 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF1B251F', endColorstr='#FFE23E1D', GradientType=1);
position: absolute;
bottom: -15px;
left: 0;
}
.banner-countdown-widget {
text-align: center;
position: relative;
z-index: 8;
}
.banner-countdown-widget .title {
font-size: 30px;
font-weight: 400;
margin: 0;
color: #252525;
}
.banner-countdown-widget .title p {
margin: 0;
}
.banner-countdown-widget .title strong {
font-weight: 400;
font-family: "Rubik-Medium";
}
.banner-countdown-widget .des {
font-size: 16px;
margin: 0 0 30px;
}
.banner-countdown-widget .times {
text-align: center;
color: #191919;
margin-bottom: 50px;
}
.banner-countdown-widget .times > div {
border-radius: 15px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
-ms-border-radius: 15px;
-o-border-radius: 15px;
border: 2px solid #e23e1d;
min-width: 60px;
padding: 10px;
font-size: 12px;
display: inline-block;
margin: 0 15px;
font-weight: 400;
text-transform: uppercase;
}
.banner-countdown-widget .times > div span {
font-weight: 400;
font-family: "Rubik-Medium";
font-size: 24px;
display: block;
line-height: 1.4;
}
.banner-countdown-widget.dark .title {
color: #eeeae2;
}
.banner-countdown-widget.dark .title strong {
color: #e23e1d;
}
.banner-countdown-widget.dark .des {
color: #999591;
}
.banner-countdown-widget.dark .times {
color: #fff;
}
.banner-countdown-widget.dark .times > div {
border-color: #be3418;
}
.location-item {
color: #fff;
}
@media (min-width: 1200px) {
.location-item {
padding: 10px 20px;
}
}
.location-item .icon {
font-size: 26px;
float: left;
line-height: 1.5;
padding-right: 20px;
}
@media (min-width: 1200px) {
.location-item .icon {
font-size: 36px;
}
}
.rtl .location-item .icon {
float: right;
}
.rtl .location-item .icon {
padding-left: 20px;
padding-right: inherit;
}
.location-item .content-left {
overflow: hidden;
}
.location-item .title {
font-size: 16px;
color: #fff;
margin: 0;
}
.location-item .des {
opacity: 0.9;
filter: alpha(opacity=90);
}
.widget-instagram .slick-carousel {
margin: 0;
}
.widget-instagram .slick-carousel .slick-slide {
padding: 0;
}
.widget-instagram .item-instagram {
display: block;
position: relative;
}
.widget-instagram .item-instagram:before {
content: '';
z-index: 1;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
opacity: 0;
filter: alpha(opacity=0);
}
.widget-instagram .item-instagram .like-comments {
text-align: center;
position: absolute;
top: 50%;
left: 0;
width: 100%;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
z-index: 2;
}
.widget-instagram .item-instagram .like-comments span {
margin: 0 8px;
color: #fff;
}
.widget-instagram .item-instagram .like-comments i {
margin-right: 1px;
}
.rtl .widget-instagram .item-instagram .like-comments i {
margin-left: 1px;
margin-right: inherit;
}
.widget-instagram .item-instagram:hover:before, .widget-instagram .item-instagram:focus:before {
opacity: 1;
filter: alpha(opacity=100);
}
.widget-instagram .item-instagram:hover .like-comments, .widget-instagram .item-instagram:focus .like-comments {
opacity: 1;
filter: alpha(opacity=100);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
.contact-info-widget {
font-size: 14px;
color: #fff;
}
.contact-info-widget .media-left, .contact-info-widget .media-right, .contact-info-widget .media-body {
vertical-align: middle;
}
.contact-info-widget .media-body {
width: auto;
}
.contact-info-widget .icon {
border: 2px dashed #3d464d;
display: inline-block;
line-height: 64px;
text-align: center;
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
width: 70px;
height: 70px;
border-radius: 50px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
-ms-border-radius: 50px;
-o-border-radius: 50px;
}
.contact-info-widget .icon img {
max-width: 80%;
vertical-align: middle;
}
.contact-info-widget .media-left {
padding-right: 24px;
}
.rtl .contact-info-widget .media-left {
padding-left: 24px;
padding-right: inherit;
}
.contact-info-widget .media {
margin-top: 0;
}
.contact-info-widget .media:last-child {
margin: 0;
}
@media (min-width: 1200px) {
.contact-info-widget .media {
margin-left: 40px;
}
.rtl .contact-info-widget .media {
margin-right: 40px;
margin-left: inherit;
}
}
.contact-info-widget .media:hover .icon {
border-color: #fff;
}
.widget-introduction .subtitle {
font-size: 12px;
text-transform: uppercase;
color: #4c4c4c;
}
.widget-introduction .title {
font-size: 30px;
font-weight: 800;
color: #e23e1d;
line-height: 1.2;
margin: 0 0 25px;
}
.widget-introduction .description {
font-size: 24px;
font-style: italic;
font-family: "Rubik";
color: #616161;
}
.widget-introduction .name {
color: #e23e1d;
margin: 0;
font-size: 18px;
font-weight: 800;
}
.widget-introduction .job {
color: #222222;
font-weight: 400;
font-size: 11px;
text-transform: uppercase;
}
.widget-introduction .image-icon {
margin: 22px 0;
}
.widget-action .title {
font-family: "Rubik";
font-size: 40px;
font-weight: 700;
margin: 0 0 25px;
padding: 0 0 20px;
position: relative;
}
.widget-action .title:before {
content: '';
width: 60px;
height: 4px;
background-image: -webkit-linear-gradient(left, #1b251f 0%, #e23e1d 100%);
background-image: -o-linear-gradient(left, #1b251f 0%, #e23e1d 100%);
background-image: linear-gradient(to right, #1b251f 0%, #e23e1d 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF1B251F', endColorstr='#FFE23E1D', GradientType=1);
position: absolute;
bottom: 0;
left: 0;
}
.rtl .widget-action .title:before {
right: 0;
left: auto;
}
.widget-action .sub-title {
font-family: "Rubik";
font-size: 20px;
margin: 0 0 18px;
}
.widget-action .description {
font-size: 16px;
margin: 0 0 25px;
font-weight: 400;
}
.widget-action .action .btn, .widget-action .action .viewmore-products-btn {
margin-bottom: 5px;
}
.widget-action .action .btn + .btn, .widget-action .action .viewmore-products-btn + .btn, .widget-action .action .btn + .viewmore-products-btn, .widget-action .action .viewmore-products-btn + .viewmore-products-btn {
margin-left: 20px;
}
.rtl .widget-action .action .btn + .btn, .rtl .widget-action .action .viewmore-products-btn + .btn, .rtl .widget-action .action .btn + .viewmore-products-btn, .rtl .widget-action .action .viewmore-products-btn + .viewmore-products-btn {
margin-right: 20px;
margin-left: inherit;
}
.widget-action.center {
text-align: center;
}
.widget-action.center .title:before {
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
}
.rtl .widget-action.center .title:before {
right: 50%;
left: auto;
}
.counters {
text-align: center;
}
.counters .counter-wrap {
font-family: "Rubik";
font-size: 60px;
line-height: 1.2;
}
.counters .title {
font-weight: 400;
margin: 0;
font-size: 25px;
}
.location .inner {
overflow: hidden;
margin: 0 0 10px;
}
.location .inner .inner-left {
float: left;
font-size: 16px;
margin-right: 12px;
}
.rtl .location .inner .inner-left {
float: right;
}
.rtl .location .inner .inner-left {
margin-left: 12px;
margin-right: inherit;
}
.location .inner .inner-right {
overflow: hidden;
}
.location.style-white i {
opacity: 0.5;
filter: alpha(opacity=50);
}
.widget-banner {
background: #f0f2f9;
position: relative;
margin-bottom: 10px;
}
@media (min-width: 768px) {
.widget-banner {
margin-bottom: 20px;
}
}
.widget-banner img {
width: 100%;
}
.widget-banner .title {
font-size: 16px;
font-weight: 400;
font-family: "Rubik-Medium";
margin: 0 0 12px;
}
.widget-banner .title del {
font-weight: 400;
font-size: 14px;
color: #b7b7b7;
}
.widget-banner .info-inner {
font-size: 22px;
font-weight: 300;
line-height: 28px;
color: #191919;
}
.widget-banner .info-inner strong {
font-weight: 400;
font-family: "Rubik-Medium";
}
.widget-banner .infor {
width: 62%;
padding: 30px 0 30px 30px;
}
.rtl .widget-banner .infor {
padding: 30px 30px 30px 0;
}
.widget-banner .more {
margin-top: 25px;
}
.widget-banner .image-wrapper {
position: relative;
overflow: hidden;
}
.widget-banner .image-wrapper:before, .widget-banner .image-wrapper:after {
content: '';
width: 100%;
height: 100%;
background: rgba(255, 255, 255, 0.3);
position: absolute;
top: 0;
left: 0;
z-index: 5;
-webkit-transition: transform 0.5s, opacity 0.2s ease-in-out 0s;
-o-transition: transform 0.5s, opacity 0.2s ease-in-out 0s;
transition: transform 0.5s, opacity 0.2s ease-in-out 0s;
opacity: 0;
filter: alpha(opacity=0);
}
.widget-banner:hover .image-wrapper:before {
-webkit-transform: scale(0, 1);
-ms-transform: scale(0, 1);
-o-transform: scale(0, 1);
transform: scale(0, 1);
opacity: 1;
filter: alpha(opacity=100);
}
.widget-banner:hover .image-wrapper:after {
-webkit-transform: scale(1, 0);
-ms-transform: scale(1, 0);
-o-transform: scale(1, 0);
transform: scale(1, 0);
opacity: 1;
filter: alpha(opacity=100);
}
.widget-banner.has-img .infor {
position: absolute;
top: 0;
left: 0;
z-index: 9;
}
.rtl .widget-banner.has-img .infor {
right: 0;
left: auto;
}
@media (min-width: 1200px) {
.widget-banner.medium .infor {
padding-left: 40px;
}
.rtl .widget-banner.medium .infor {
padding-right: 40px;
padding-left: inherit;
}
.widget-banner.medium .infor .info-inner {
font-size: 28px;
line-height: 34px;
}
}
.widget-banner.banner-big .image-wrapper {
outline: 5px solid rgba(255, 255, 255, 0.3);
outline-offset: -30px;
}
.widget-banner.banner-big .title {
font-size: 60px;
line-height: 1;
color: #fff !important;
}
.widget-banner.banner-big .info-inner {
color: #fff;
font-size: 36px;
line-height: 1;
font-weight: 400;
}
.widget-banner.banner-big .infor {
padding: 10px;
text-align: center;
width: 100%;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.widget-banner.banner-medium .image-wrapper {
outline: 5px solid rgba(255, 255, 255, 0.3);
outline-offset: -20px;
}
.widget-banner.banner-medium .title {
line-height: 1;
color: #fff !important;
font-size: 48px;
font-weight: 300;
margin: 0;
}
.widget-banner.banner-medium .title strong {
font-weight: 400;
font-family: "Rubik-Medium";
}
.widget-banner.banner-medium .infor {
padding: 10px;
text-align: center;
width: 100%;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.widget-banner.banner-dark {
overflow: hidden;
}
.widget-banner.banner-dark .image-wrapper {
outline: 5px solid #e23e1d;
outline-offset: 0;
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
}
.widget-banner.banner-dark .title {
line-height: 1;
color: #fff !important;
font-size: 36px;
font-weight: 300;
margin: 0;
}
.widget-banner.banner-dark .title strong {
font-weight: 400;
font-family: "Rubik-Medium";
color: #e23e1d !important;
}
.widget-banner.banner-dark .infor {
padding: 10px;
text-align: center;
width: 100%;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.widget-banner.banner-dark:hover .image-wrapper {
outline-offset: -5px;
}
a.vc_single_image-wrapper {
position: relative;
}
a.vc_single_image-wrapper:before, a.vc_single_image-wrapper:after {
content: '';
width: 100%;
height: 100%;
background: rgba(255, 255, 255, 0.3);
position: absolute;
top: 0;
left: 0;
z-index: 5;
-webkit-transition: transform 0.5s, opacity 0.2s ease-in-out 0s;
-o-transition: transform 0.5s, opacity 0.2s ease-in-out 0s;
transition: transform 0.5s, opacity 0.2s ease-in-out 0s;
opacity: 0;
filter: alpha(opacity=0);
}
a.vc_single_image-wrapper:hover:before {
-webkit-transform: scale(0, 1);
-ms-transform: scale(0, 1);
-o-transform: scale(0, 1);
transform: scale(0, 1);
opacity: 1;
filter: alpha(opacity=100);
}
a.vc_single_image-wrapper:hover:after {
-webkit-transform: scale(1, 0);
-ms-transform: scale(1, 0);
-o-transform: scale(1, 0);
transform: scale(1, 0);
opacity: 1;
filter: alpha(opacity=100);
}
.single-image a {
display: block;
position: relative;
}
.single-image a:before, .single-image a:after {
content: '';
width: 100%;
height: 100%;
background: rgba(255, 255, 255, 0.3);
position: absolute;
top: 0;
left: 0;
z-index: 5;
-webkit-transition: transform 0.5s, opacity 0.2s ease-in-out 0s;
-o-transition: transform 0.5s, opacity 0.2s ease-in-out 0s;
transition: transform 0.5s, opacity 0.2s ease-in-out 0s;
opacity: 0;
filter: alpha(opacity=0);
}
.single-image a:hover:before {
-webkit-transform: scale(0, 1);
-ms-transform: scale(0, 1);
-o-transform: scale(0, 1);
transform: scale(0, 1);
opacity: 1;
filter: alpha(opacity=100);
}
.single-image a:hover:after {
-webkit-transform: scale(1, 0);
-ms-transform: scale(1, 0);
-o-transform: scale(1, 0);
transform: scale(1, 0);
opacity: 1;
filter: alpha(opacity=100);
}
.vertical-wrapper .title-vertical {
color: #fff;
font-size: 14px;
font-weight: 400;
font-family: "Rubik-Medium";
text-transform: uppercase;
padding: 8px 20px;
cursor: pointer;
}
.vertical-wrapper .title-vertical i {
font-size: 16px;
margin-right: 15px;
}
.rtl .vertical-wrapper .title-vertical i {
margin-left: 15px;
margin-right: inherit;
}
.vertical-wrapper .title-vertical .show-down {
margin: 5px 0 0;
float: right;
}
.rtl .vertical-wrapper .title-vertical .show-down {
float: left;
}
.vertical-wrapper .content-vertical {
padding: 0;
display: none;
}
.apus-vertical-menu {
padding: 14px 0;
background: #fff;
margin: 0;
list-style: none;
border-width: 0 1px 1px;
border-style: solid;
border-color: #ebebeb;
}
.apus-vertical-menu > li {
display: block;
width: 100%;
}
.apus-vertical-menu > li > a {
font-size: 14px;
padding: 0 20px;
line-height: 40px;
background: transparent !important;
}
.apus-vertical-menu > li > a > i,
.apus-vertical-menu > li > a > img {
margin-right: 16px;
width: 18px;
}
.rtl .apus-vertical-menu > li > a > i, .rtl
.apus-vertical-menu > li > a > img {
margin-left: 16px;
margin-right: inherit;
}
.apus-vertical-menu > li > a .caret {
float: right;
margin: 18px 0 0;
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
}
.rtl .apus-vertical-menu > li > a .caret {
float: left;
}
.apus-vertical-menu > li .apus-container {
padding: 10px 35px;
}
.apus-vertical-menu > li.active > a {
color: #e23e1d;
}
.apus-vertical-menu li:hover > .dropdown-menu {
opacity: 1;
filter: alpha(opacity=100);
visibility: visible;
}
.apus-vertical-menu .dropdown-menu {
visibility: hidden;
padding: 30px;
font-size: 14px;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
display: block;
opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
border: none;
-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}
.apus-vertical-menu .dropdown-menu > li > a {
color: #191919;
background: transparent !important;
padding: 0;
}
.apus-vertical-menu .dropdown-menu > li:hover > a, .apus-vertical-menu .dropdown-menu > li.active > a, .apus-vertical-menu .dropdown-menu > li:active > a {
color: #e23e1d;
}
.apus-vertical-menu .dropdown-menu .wpb_button, .apus-vertical-menu .dropdown-menu .wpb_content_element, .apus-vertical-menu .dropdown-menu ul.wpb_thumbnails-fluid > li,
.apus-vertical-menu .dropdown-menu .widget {
margin: 0;
}
.apus-vertical-menu .dropdown-menu .widget .widget-title, .apus-vertical-menu .dropdown-menu .widget .widgettitle, .apus-vertical-menu .dropdown-menu .widget .widget-heading {
margin: 0 0 0;
border: none;
font-size: 16px;
}
.apus-vertical-menu .dropdown-menu .widget .widget-title:before, .apus-vertical-menu .dropdown-menu .widget .widgettitle:before, .apus-vertical-menu .dropdown-menu .widget .widget-heading:before {
display: none;
}
.apus-vertical-menu .aligned-left > a:hover .caret {
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
transform: rotate(-90deg);
}
.apus-vertical-menu .aligned-left > .dropdown-menu {
top: 0;
left: 100%;
}
.apus-vertical-menu .aligned-right > a:hover .caret {
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
}
.apus-vertical-menu .aligned-right > .dropdown-menu {
top: 0;
right: 100%;
left: inherit;
}
.apus_custom_menu.center {
text-align: center;
}
.apus_custom_menu.left {
text-align: left;
}
.apus_custom_menu.right {
text-align: right;
}
.apus_custom_menu.center_tag {
margin: 0;
text-align: center;
}
.apus_custom_menu.center_tag a {
color: #7d7d7d;
}
.apus_custom_menu.center_tag a:hover, .apus_custom_menu.center_tag a:focus {
color: #e23e1d;
}
.apus_custom_menu.center_tag .widget {
margin: 0;
}
.apus_custom_menu.center_tag .widgettitle {
display: inline-block;
margin: 0;
font-size: 14px;
font-weight: 400;
font-family: "Rubik-Medium";
color: #4c4c4c;
}
.apus_custom_menu.center_tag .widgettitle:after {
content: ':';
margin-right: 8px;
}
.rtl .apus_custom_menu.center_tag .widgettitle:after {
margin-left: 8px;
margin-right: inherit;
}
.apus_custom_menu.center_tag .widgettitle + div {
display: inline-block;
}
.apus_custom_menu.center_tag li {
display: inline-block;
margin: 0;
}
.apus_custom_menu.center_tag li + li:before {
color: #7d7d7d;
content: '/';
margin-right: 5px;
margin-left: 2px;
}
.rtl .apus_custom_menu.center_tag li + li:before {
margin-left: 5px;
margin-right: inherit;
}
.rtl .apus_custom_menu.center_tag li + li:before {
margin-right: 2px;
margin-left: inherit;
}
.apus_custom_menu.line {
margin-bottom: 0;
}
.apus_custom_menu.line li {
display: inline-block;
margin-bottom: 0;
margin-right: 5px;
}
.rtl .apus_custom_menu.line li {
margin-left: 5px;
margin-right: inherit;
}
@media (min-width: 1200px) {
.apus_custom_menu.line li {
margin-right: 10px;
}
.rtl .apus_custom_menu.line li {
margin-left: 10px;
margin-right: inherit;
}
}
.apus_custom_menu.line li:last-child {
margin-right: 0;
}
.rtl .apus_custom_menu.line li:last-child {
margin-left: 0;
margin-right: inherit;
}
.apus_custom_menu.line .widget {
margin-bottom: 0;
}
.widget.widget-banner-menu .widget-title {
border: none;
padding: 0;
}
.widget.widget-banner-menu .widget-title:before {
display: none;
}
@media (min-width: 1200px) {
.widget.widget-banner-menu .widget-title {
font-size: 25px;
}
}
.banner-top {
margin-bottom: 20px;
padding: 15px;
border: 1px solid #ebebeb;
}
@media (min-width: 1200px) {
.banner-top {
padding: 30px;
margin-bottom: 30px;
}
}
.banner-menu-inner {
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
}
.banner-menu-inner .banner-inner {
float: left;
width: 55%;
padding-right: 10px;
}
.rtl .banner-menu-inner .banner-inner {
float: right;
}
.rtl .banner-menu-inner .banner-inner {
padding-left: 10px;
padding-right: inherit;
}
@media (min-width: 1200px) {
.banner-menu-inner .banner-inner {
padding-right: 20px;
}
.rtl .banner-menu-inner .banner-inner {
padding-left: 20px;
padding-right: inherit;
}
}
.banner-menu-inner .right-inner {
overflow: hidden;
}
.banner-menu-inner .title {
font-size: 15px;
margin: 0 0 5px;
text-transform: uppercase;
}
.banner-menu-inner .menu-sub {
padding: 0;
margin: 0;
list-style: none;
}
.banner-menu-inner .menu-sub li:before {
letter-spacing: -3px;
content: '--';
margin-right: 5px;
}
.rtl .banner-menu-inner .menu-sub li:before {
margin-left: 5px;
margin-right: inherit;
}
.banner-menu-inner:hover {
-webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
}
.widget-contact {
text-align: center;
padding: 35px;
}
.widget-contact .widget-title {
color: #fff;
font-size: 30px;
font-weight: 800;
margin: 0 0 22px;
}
.widget-contact .social {
margin: 0 0 25px;
}
.widget-contact .social a {
color: #555;
font-size: 18px;
margin: 0 18px;
}
.widget-contact .social a:hover, .widget-contact .social a:active {
color: #e23e1d;
}
.widget-contact .info > span {
margin: 0 30px;
color: #e23e1d;
font-size: 16px;
}
.widget-contact .info > span i {
margin-right: 8px;
vertical-align: middle;
color: #555;
font-size: 24px;
}
.rtl .widget-contact .info > span i {
margin-left: 8px;
margin-right: inherit;
}
.tabs-v1 {
margin-bottom: 30px;
}
.tabs-v1 .tab-content > div {
padding: 30px;
border-width: 0 1px 1px;
border-style: solid;
border-color: #ebebeb;
margin: 0;
overflow: hidden;
}
.tabs-v1 #commentform {
margin: 0;
}
.tabs-v1 #commentform .form-control {
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
}
.tabs-v1 #tabs-list-seller .list-unstyled .seller-rating {
display: inline-block;
margin-right: 5px;
vertical-align: middle;
}
.rtl .tabs-v1 #tabs-list-seller .list-unstyled .seller-rating {
margin-left: 5px;
margin-right: inherit;
}
.tabs-v1 .nav-tabs {
display: table;
width: 100%;
border: none;
}
.tabs-v1 .nav-tabs li {
display: table-cell;
text-align: center;
float: none;
margin: 0;
padding: 0;
border: none !important;
border-right: 1px solid #fff !important;
}
.rtl .tabs-v1 .nav-tabs li {
border-left: 1px solid #fff !important;
border-right: inherit;
}
.tabs-v1 .nav-tabs li:last-child {
border: none !important;
}
.tabs-v1 .nav-tabs li > a {
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
border: none !important;
font-size: 14px;
font-weight: 400;
font-family: "Rubik-Medium";
color: #191919 !important;
font-family: "Rubik", Helvetica, Arial, sans-serif;
margin: 0;
padding: 10px;
background: #eceff6;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
display: block;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
text-transform: uppercase;
}
.tabs-v1 .nav-tabs li:focus, .tabs-v1 .nav-tabs li:hover, .tabs-v1 .nav-tabs li.active {
border-bottom: none;
}
.tabs-v1 .nav-tabs li:focus > a:focus,
.tabs-v1 .nav-tabs li:focus > a:hover,
.tabs-v1 .nav-tabs li:focus > a, .tabs-v1 .nav-tabs li:hover > a:focus,
.tabs-v1 .nav-tabs li:hover > a:hover,
.tabs-v1 .nav-tabs li:hover > a, .tabs-v1 .nav-tabs li.active > a:focus,
.tabs-v1 .nav-tabs li.active > a:hover,
.tabs-v1 .nav-tabs li.active > a {
color: #fff !important;
background: #e23e1d;
}
.tabs-v1 .title {
font-size: 30px;
margin: 0 0 10px;
}
.tab-product.nav-tabs {
border-bottom: 1px solid #ebebeb;
margin: 0 0 30px;
}
.tab-product.nav-tabs > li {
margin-right: 32px;
}
.rtl .tab-product.nav-tabs > li {
margin-left: 32px;
margin-right: inherit;
}
.tab-product.nav-tabs > li > a {
margin: 0;
padding: 10px 0;
font-size: 18px;
font-weight: 400;
color: #4c4c4c;
background: transparent !important;
border: none !important;
position: relative;
}
.tab-product.nav-tabs > li > a:before {
content: '';
width: 0px;
height: 3px;
background: #e23e1d;
position: absolute;
bottom: 0;
left: 0;
z-index: 1;
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
}
.tab-product.nav-tabs > li:hover > a {
color: #191919;
}
.tab-product.nav-tabs > li.active > a {
color: #191919;
font-weight: 400;
font-family: "Rubik-Medium";
}
.tab-product.nav-tabs > li.active > a:before {
width: 100%;
}
.nav-tabs.hierarchy {
border: none;
}
.nav-tabs.hierarchy > li {
margin-right: 25px;
}
.rtl .nav-tabs.hierarchy > li {
margin-left: 25px;
margin-right: inherit;
}
.nav-tabs.hierarchy > li:last-child {
margin: 0;
}
.nav-tabs.hierarchy > li > a {
margin: 0;
padding: 10px 0;
font-size: 16px;
font-weight: 400;
color: #4c4c4c;
background: transparent !important;
border: none !important;
position: relative;
}
.nav-tabs.hierarchy > li:hover > a {
color: #191919;
}
.nav-tabs.hierarchy > li.active > a {
color: #191919;
font-weight: 400;
font-family: "Rubik-Medium";
}
.nav-tabs.style_center {
border: none;
text-align: center;
margin-bottom: 35px;
}
.nav-tabs.style_center > li {
display: inline-block;
vertical-align: middle;
float: none;
margin: 0 26px;
}
.nav-tabs.style_center > li > a {
margin: 0;
padding: 10px 0;
font-size: 14px;
font-weight: 400;
font-family: "Rubik-Medium";
color: #4c4c4c;
text-transform: uppercase;
background: transparent !important;
border: none !important;
position: relative;
}
.nav-tabs.style_center > li:hover > a {
color: #e23e1d;
}
.nav-tabs.style_center > li.active > a {
color: #e23e1d;
}
@media (min-width: 992px) {
.nav-tabs.style_center.st_big > li > a {
font-size: 18px;
}
}
.nav-tabs.style_center.st_big > li > a:before {
content: '';
position: absolute;
bottom: 10px;
left: 0;
width: 100%;
height: 2px;
background-color: #e23e1d;
-webkit-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
}
.nav-tabs.style_center.st_big > li:hover > a:before, .nav-tabs.style_center.st_big > li.active > a:before {
-webkit-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.nav-tabs.style_center.st_thin > li {
margin: 0 15px;
}
.nav-tabs.style_center.st_thin > li > a {
font-family: "Rubik", Helvetica, Arial, sans-serif;
font-size: 20px;
text-transform: capitalize;
}
@media (min-width: 992px) {
.nav-tabs.style_center.st_thin > li > a {
font-size: 26px;
}
}
.nav-tabs.style_center.st_thin > li > a:before {
content: '';
position: absolute;
bottom: 10px;
left: 0;
width: 100%;
height: 2px;
background-color: #e23e1d;
-webkit-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
}
.nav-tabs.style_center.st_thin > li:hover > a:before, .nav-tabs.style_center.st_thin > li.active > a:before {
-webkit-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.nav.tabs-product1 {
text-align: center;
padding: 20px 0;
}
.nav.tabs-product1 > li {
display: inline-block;
line-height: 1;
float: none;
border-right: 1px solid #4c4c4c;
}
.rtl .nav.tabs-product1 > li {
border-left: 1px solid #4c4c4c;
border-right: inherit;
}
.nav.tabs-product1 > li:last-child {
border: none;
}
.nav.tabs-product1 > li > a {
font-family: "Rubik-Medium";
font-size: 12px;
text-transform: uppercase;
color: #4c4c4c;
padding: 0 10px;
background: transparent;
}
.nav.tabs-product1 > li.active > a, .nav.tabs-product1 > li:hover > a {
color: #e23e1d;
background: transparent;
}
.nav.tabs-product-light > li {
border-color: #fff;
}
.nav.tabs-product-light > li > a {
color: #fff;
}
.nav.tabs-product-light > li.active > a, .nav.tabs-product-light > li:hover > a {
color: #1b251f;
background: transparent;
}
.slick-carousel {
position: relative;
margin-right: -15px;
margin-left: -15px;
}
.slick-carousel .slick-arrow {
background: #f0f2f9;
width: 26px;
height: 26px;
padding: 0;
line-height: 26px;
display: inline-block;
text-align: center;
font-size: 16px;
color: #191919;
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 9;
border: none;
-webkit-box-shadow: none;
box-shadow: none;
}
.slick-carousel .slick-arrow .textnav {
display: none;
}
.slick-carousel .slick-arrow:hover, .slick-carousel .slick-arrow:active, .slick-carousel .slick-arrow:focus {
color: #fff;
background: #e23e1d;
}
.slick-carousel .slick-prev {
left: 0;
}
.rtl .slick-carousel .slick-prev {
right: 0;
left: auto;
}
.slick-carousel .slick-next {
right: 0;
}
.rtl .slick-carousel .slick-next {
left: 0;
right: auto;
}
.slick-carousel .slick-slide {
outline: none !important;
padding-left: 15px;
padding-right: 15px;
}
.slick-carousel.show-text .textnav {
display: inline-block;
margin: 0 2px;
}
.slick-carousel.show-text .slick-arrow {
width: auto;
height: auto;
background: transparent !important;
font-weight: 400;
font-family: "Rubik-Medium";
font-size: 12px;
color: #191919;
}
.slick-carousel.show-text .slick-arrow:hover, .slick-carousel.show-text .slick-arrow:active, .slick-carousel.show-text .slick-arrow:focus {
color: #e23e1d;
}
.slick-carousel.show-text .slick-prev {
left: 15px;
right: inherit;
}
.slick-carousel.show-text .slick-next {
right: 15px;
left: inherit;
}
.slick-carousel.p-bottom .slick-list {
padding-bottom: 5px;
}
.slick-carousel.p-bottom .slick-arrow {
top: 100%;
-webkit-transform: translateY(-100%);
-ms-transform: translateY(-100%);
-o-transform: translateY(-100%);
transform: translateY(-100%);
}
.slick-carousel .slick-track {
margin: inherit;
}
.slick-carousel .slick-dots {
margin: 0 !important;
padding: 15px 0;
text-align: center;
list-style: none;
}
.slick-carousel .slick-dots li {
display: inline-block;
margin: 0 5px;
}
.slick-carousel .slick-dots li button {
border: none;
display: block;
text-indent: -9999em;
width: 8px;
height: 8px;
padding: 0;
background: #e1e1e1;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
}
.slick-carousel .slick-dots li.slick-active button {
background: #e23e1d;
width: 30px;
height: 8px;
border-radius: 50px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
-ms-border-radius: 50px;
-o-border-radius: 50px;
}
.slick-carousel-top .slick-arrow {
top: -62px;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
}
.slick-carousel-top .slick-next {
right: 15px;
}
.slick-carousel-top .slick-prev {
left: inherit;
right: 43px;
} .owl-carousel .animated {
-webkit-animation-duration: 1000ms;
animation-duration: 1000ms;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
z-index: 0;
}
.owl-carousel .owl-animated-out {
z-index: 1;
}
.owl-carousel .fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
} .owl-height {
-webkit-transition: height 500ms ease-in-out;
-moz-transition: height 500ms ease-in-out;
-ms-transition: height 500ms ease-in-out;
-o-transition: height 500ms ease-in-out;
transition: height 500ms ease-in-out;
}
.owl-carousel-top .owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel-top .owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel-top.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel-top.owl-carousel .owl-controls .owl-nav .owl-prev {
opacity: 1;
filter: alpha(opacity=100);
background: #aaaaaa;
border: none;
color: #fff;
}
.owl-carousel-top .owl-carousel .owl-controls .owl-nav .owl-next:hover, .owl-carousel-top .owl-carousel .owl-controls .owl-nav .owl-next:active,
.owl-carousel-top .owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.owl-carousel-top .owl-carousel .owl-controls .owl-nav .owl-prev:active,
.owl-carousel-top.owl-carousel .owl-controls .owl-nav .owl-next:hover,
.owl-carousel-top.owl-carousel .owl-controls .owl-nav .owl-next:active,
.owl-carousel-top.owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.owl-carousel-top.owl-carousel .owl-controls .owl-nav .owl-prev:active {
background: #222222;
color: #fff;
}
.owl-carousel-top .owl-carousel .owl-controls,
.owl-carousel-top.owl-carousel .owl-controls {
top: -70px;
width: 108px;
right: 0;
-webkit-transform: translateY(0px);
-ms-transform: translateY(0px);
-o-transform: translateY(0px);
transform: translateY(0px);
}
.rtl .owl-carousel-top .owl-carousel .owl-controls, .rtl
.owl-carousel-top.owl-carousel .owl-controls {
left: 0;
right: auto;
} .owl-carousel {
display: none;
-webkit-tap-highlight-color: transparent; position: relative;
z-index: 1;
margin-right: -15px;
margin-left: -15px;
cursor: pointer;
}
.owl-carousel:hover .owl-controls .owl-nav .owl-prev,
.owl-carousel:hover .owl-controls .owl-nav .owl-next {
opacity: 1;
filter: alpha(opacity=100);
}
.owl-controls .owl-dots {
text-align: center;
}
.owl-controls .owl-dots .owl-dot {
cursor: pointer;
margin: 0 5px;
width: 11px;
height: 11px;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
display: inline-block;
border: 2px solid #646a7c;
background: #646a7c;
}
.owl-controls .owl-dots .owl-dot.active {
border-color: #e23e1d;
background: #e23e1d;
}
.nav-bottom.owl-carousel {
padding-bottom: 55px;
}
.nav-bottom.owl-carousel .owl-controls {
top: 100%;
}
.nav-white .owl-controls .owl-dots .owl-dot {
border-color: #e23e1d;
background: transparent;
}
.nav-white .owl-controls .owl-dots .owl-dot:hover, .nav-white .owl-controls .owl-dots .owl-dot.active {
background: #fff;
border-color: #e23e1d;
}
.nav-small .owl-controls .owl-nav .owl-prev, .nav-small .owl-controls .owl-nav .owl-next {
width: 30px;
height: 30px;
line-height: 28px;
border-width: 1px;
font-size: 18px;
}
.nav-white .owl-controls .owl-nav .owl-prev, .nav-white .owl-controls .owl-nav .owl-next {
border-color: rgba(255, 255, 255, 0.5);
color: rgba(255, 255, 255, 0.5);
}
.nav-white .owl-controls .owl-nav .owl-prev:hover, .nav-white .owl-controls .owl-nav .owl-prev:active, .nav-white .owl-controls .owl-nav .owl-next:hover, .nav-white .owl-controls .owl-nav .owl-next:active {
border-color: #e23e1d;
background-color: #e23e1d;
color: #fff;
}
.owl-carousel .owl-stage {
position: relative;
-ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
.owl-carousel .owl-stage-outer {
position: relative;
overflow: hidden; -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls {
position: absolute;
top: 50%;
width: 100%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
.owl-controls .owl-nav .owl-prev,
.owl-controls .owl-nav .owl-next {
cursor: pointer;
display: inline-block;
opacity: 0;
filter: alpha(opacity=0);
text-align: center;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
position: absolute;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
border: 2px solid #e23e1d;
top: 50%;
left: 15px;
z-index: 99;
color: #e23e1d;
font-size: 30px;
width: 48px;
height: 48px;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
line-height: 42px;
background: transparent;
}
.owl-controls .owl-nav .owl-prev:active, .owl-controls .owl-nav .owl-prev:hover,
.owl-controls .owl-nav .owl-next:active,
.owl-controls .owl-nav .owl-next:hover {
background: #e23e1d;
color: #fff;
border-color: #e23e1d;
}
.owl-carousel .owl-controls .owl-nav .owl-next {
left: inherit;
right: 15px;
}
.owl-carousel.owl-loaded {
display: block;
}
.owl-carousel.owl-loading {
opacity: 0;
display: block;
}
.owl-carousel.owl-hidden {
opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
display: none;
}
.owl-carousel .owl-item {
position: relative;
min-height: 1px;
float: left;
-webkit-backface-visibility: hidden;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
padding-right: 15px;
padding-left: 15px;
}
.owl-carousel.owl-text-select-on .owl-item {
-webkit-user-select: auto;
-moz-user-select: auto;
-ms-user-select: auto;
user-select: auto;
}
.owl-carousel .owl-grab {
cursor: move;
cursor: -webkit-grab;
cursor: -o-grab;
cursor: -ms-grab;
cursor: grab;
}
.owl-carousel.owl-rtl {
direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
float: right;
} .no-js .owl-carousel {
display: block;
} .owl-carousel .owl-item .owl-lazy {
opacity: 0;
-webkit-transition: opacity 400ms ease;
-moz-transition: opacity 400ms ease;
-ms-transition: opacity 400ms ease;
-o-transition: opacity 400ms ease;
transition: opacity 400ms ease;
} .owl-carousel .owl-video-wrapper {
position: relative;
height: 100%;
background: #000;
}
.owl-carousel .owl-video-play-icon {
position: absolute;
height: 80px;
width: 80px;
left: 50%;
top: 50%;
margin-left: -40px;
margin-top: -40px;
background: url(//www.imep.com.tr/wp-content/themes/yozi/css/owl.video.play.png) no-repeat;
cursor: pointer;
z-index: 1;
-webkit-backface-visibility: hidden;
-webkit-transition: scale 100ms ease;
-moz-transition: scale 100ms ease;
-ms-transition: scale 100ms ease;
-o-transition: scale 100ms ease;
transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
-webkit-transition: scale(1.3, 1.3);
-moz-transition: scale(1.3, 1.3);
-ms-transition: scale(1.3, 1.3);
-o-transition: scale(1.3, 1.3);
transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
display: none;
}
.owl-carousel .owl-video-tn {
opacity: 0;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
-webkit-background-size: contain;
-moz-background-size: contain;
-o-background-size: contain;
background-size: contain;
-webkit-transition: opacity 400ms ease;
-moz-transition: opacity 400ms ease;
-ms-transition: opacity 400ms ease;
-o-transition: opacity 400ms ease;
transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
position: relative;
z-index: 1;
}
.wpb_gmaps_widget.wpb_content_element {
margin: 0;
}
.widget-googlemap {
position: relative;
}
.widget-googlemap .widget-title {
font-family: "Rubik";
color: #fff;
font-size: 40px;
margin: 0 0 25px;
position: relative;
padding: 0 0 20px;
}
.widget-googlemap .widget-title:before {
content: '';
width: 60px;
height: 4px;
background-image: -webkit-linear-gradient(left, #1b251f 0%, #e23e1d 100%);
background-image: -o-linear-gradient(left, #1b251f 0%, #e23e1d 100%);
background-image: linear-gradient(to right, #1b251f 0%, #e23e1d 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF1B251F', endColorstr='#FFE23E1D', GradientType=1);
position: absolute;
bottom: 0;
left: 0;
}
.rtl .widget-googlemap .widget-title:before {
right: 0;
left: auto;
}
.widget-googlemap .apus-google-map {
z-index: 1;
}
.widget-googlemap .map-content {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.widget-googlemap .content-info {
position: relative;
z-index: 9;
background: rgba(17, 17, 17, 0.8);
padding: 30px;
}
@media (min-width: 1024px) {
.widget-googlemap .content-info {
padding: 65px 65px 40px;
}
}
.widget-googlemap .description {
margin: 0 0 35px;
}
.widget-googlemap .info-wrapper {
margin: 0 0 40px;
}
.widget-googlemap .info-wrapper:nth-child(2n) {
font-weight: 700;
}
.widget-googlemap .info-wrapper .icon {
width: 70px;
height: 70px;
line-height: 76px;
text-align: center;
border: 2px dashed #3f4143;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
float: left;
margin-right: 20px;
}
.rtl .widget-googlemap .info-wrapper .icon {
float: right;
}
.rtl .widget-googlemap .info-wrapper .icon {
margin-left: 20px;
margin-right: inherit;
}
.widget-googlemap .info-wrapper .icon i {
font-size: 28px;
}
.widget-googlemap .info-wrapper .des {
color: #fff;
overflow: hidden;
margin: 6px 0 0;
}
.widget-googlemap .info-top {
border-bottom: 2px dashed #414445;
overflow: hidden;
}
.widget-googlemap .info-bottom {
margin: 40px 0;
}
.widget-googlemap .info-bottom a {
display: inline-block;
text-align: center;
line-height: 42px;
width: 42px;
height: 42px;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
color: #101416;
background: #3f4143;
}
.widget-googlemap .info-bottom a:hover, .widget-googlemap .info-bottom a:active {
background-image: -webkit-linear-gradient(left, #1b251f 0%, #e23e1d 100%);
background-image: -o-linear-gradient(left, #1b251f 0%, #e23e1d 100%);
background-image: linear-gradient(to right, #1b251f 0%, #e23e1d 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF1B251F', endColorstr='#FFE23E1D', GradientType=1);
color: #0e1113;
}
.widget-googlemap .info-bottom a + a {
margin-left: 12px;
}
.rtl .widget-googlemap .info-bottom a + a {
margin-right: 12px;
margin-left: inherit;
}
.widget-address .item {
margin-bottom: 5px;
}
.widget-copyright strong {
font-weight: 400;
font-family: "Rubik-Medium";
}
.widget-service {
border: 1px solid #ebebeb;
}
.widget-service .loop-item:last-child .service-item {
border: none;
}
.widget-service.horizontal {
border: 0;
margin: 0;
}
.widget-service.horizontal .service-item {
border: none;
}
.widget-service.horizontal.st-white .service-item {
color: #999591;
}
.widget-service.horizontal.st-white .service-item .title {
color: #eeeae2;
}
.widget-service.horizontal.thin .service-item {
display: -webkit-box;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flexbox;
display: flex;
align-items: center;
-webkit-align-items: center; }
.widget-service.horizontal.thin .service-item .icon {
margin: 0;
}
.widget-service.horizontal.thin .des {
font-size: 15px;
line-height: 1.5;
opacity: 0.8;
filter: alpha(opacity=80);
}
.widget-service.horizontal.thin .title {
margin: 0 0 5px;
font-family: "Rubik", Helvetica, Arial, sans-serif;
font-weight: normal;
font-size: 20px;
}
@media (min-width: 1200px) {
.widget-service.horizontal.thin .title {
font-size: 21px;
}
}
.service-item {
padding: 25px 25px 22px;
border-bottom: 1px solid #ebebeb;
overflow: hidden;
}
.service-item .icon {
min-width: 60px;
margin-top: 4px;
padding-right: 20px;
float: left;
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
-webkit-transform-origin: 0 100%;
-moz-transform-origin: 0 100%;
-ms-transform-origin: 0 100%;
transform-origin: 0 100%;
}
.rtl .service-item .icon {
padding-left: 20px;
padding-right: inherit;
}
.rtl .service-item .icon {
float: right;
}
.service-item .content-left {
overflow: hidden;
}
.service-item .title {
font-size: 16px;
margin: 0 0 7px;
}
.service-item .des {
font-size: 14px;
}
.service-item:hover .icon {
-webkit-transform: rotate(20deg);
-ms-transform: rotate(20deg);
-o-transform: rotate(20deg);
transform: rotate(20deg);
}
.wpb_image_grid .wpb_image_grid_ul {
height: auto !important;
line-height: 1;
}
.wpb_image_grid li {
display: inline-block;
margin-right: 12px !important;
}
.rtl .wpb_image_grid li {
margin-left: 12px !important;
margin-right: inherit;
}
.wpb_image_grid li:last-child {
margin: 0 !important;
}
.wpb_image_grid a {
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
}
.wpb_image_grid a:hover, .wpb_image_grid a:active {
-webkit-box-shadow: 0 5px 12px -5px rgba(0, 0, 0, 0.5);
box-shadow: 0 5px 12px -5px rgba(0, 0, 0, 0.5);
}
.form-contact1 .wrapper-submit {
margin-bottom: 20px;
}
.form-contact1 .form-control {
margin-bottom: 30px;
color: #2b2e2f;
border-width: 0 0 1px;
border-color: #000000;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
padding: 0 0 15px;
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
}
.form-contact1 .form-control ::-webkit-input-placeholder { color: #2b2e2f;
}
.form-contact1 .form-control ::-moz-placeholder { color: #2b2e2f;
}
.form-contact1 .form-control :-ms-input-placeholder { color: #2b2e2f;
}
.form-contact1 .form-control :-moz-placeholder { color: #2b2e2f;
}
.form-contact1 .form-control:focus {
border-color: #e23e1d;
color: #e23e1d;
}
.form-contact1 .form-control:focus ::-webkit-input-placeholder { color: #e23e1d;
}
.form-contact1 .form-control:focus ::-moz-placeholder { color: #e23e1d;
}
.form-contact1 .form-control:focus :-ms-input-placeholder { color: #e23e1d;
}
.form-contact1 .form-control:focus :-moz-placeholder { color: #e23e1d;
}
.form-contact1 textarea.form-control {
height: 80px;
resize: none;
}
.form-contact2 .wrapper-submit {
margin-bottom: 20px;
}
.form-contact2 .form-control {
border-width: 1px;
margin-bottom: 30px;
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
}
.form-contact2 textarea.form-control {
height: 200px;
resize: none;
}
.widget-social .title {
font-size: 14px;
padding-right: 25px;
color: #191919;
margin: 0;
}
.rtl .widget-social .title {
padding-left: 25px;
padding-right: inherit;
}
.widget-social > * {
display: inline-block;
vertical-align: middle;
}
.widget-social .social {
padding: 0;
list-style: none;
margin: 0;
}
.widget-social .social > li {
display: inline-block;
margin-right: 10px;
}
.rtl .widget-social .social > li {
margin-left: 10px;
margin-right: inherit;
}
.widget-social .social > li:last-child {
margin: 0;
}
.widget-social .social a {
display: inline-block;
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
line-height: 36px;
font-size: 16px;
width: 37px;
height: 37px;
text-align: center;
border: 1px solid #d8d8d9;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
color: #191919;
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
}
.widget-social .social a:hover, .widget-social .social a:active, .widget-social .social a:focus {
color: #fff;
background: #e23e1d;
border-color: #e23e1d;
}
.widget-social.left {
text-align: left;
}
.rtl .widget-social.left {
text-align: right;
}
.widget-social.right {
text-align: right;
}
.rtl .widget-social.right {
text-align: left;
}
.widget-social.style2 .social a {
border-radius: 3px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
-ms-border-radius: 3px;
-o-border-radius: 3px;
color: #fff;
background-color: #e23e1d;
line-height: 34px;
font-size: 14px;
width: 35px;
height: 35px;
}
.widget-social.style2 .social a.facebook {
background: #3b5999;
border-color: #3b5999;
}
.widget-social.style2 .social a.twitter {
background: #55acee;
border-color: #55acee;
}
.widget-social.style2 .social a.youtube {
background: #cd201f;
border-color: #cd201f;
}
.widget-social.style2 .social a.pinterest {
background: #bd081c;
border-color: #bd081c;
}
.widget-social.style2 .social a.google-plus {
background: #dd4b39;
border-color: #dd4b39;
}
.widget-social.style2 .social a.instagram {
background: #e4405f;
border-color: #e4405f;
}
.widget-social.style2 .social a.linkedin {
background: #0077B5;
border-color: #0077B5;
}
.social-top {
list-style: none;
margin: 0;
padding: 0;
}
.social-top li {
display: inline-block;
margin-right: 25px;
}
.rtl .social-top li {
margin-left: 25px;
margin-right: inherit;
}
.social-top li:last-child {
margin: 0;
}
.contact-top .item {
display: inline-block;
min-width: 230px;
}
.contact-top .item + .item {
margin-left: 35px;
}
.rtl .contact-top .item + .item {
margin-right: 35px;
margin-left: inherit;
}
.contact-top .item-icon {
width: 50px;
height: 50px;
border: 2px solid #ebebeb;
line-height: 54px;
display: inline-block;
text-align: center;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
margin-right: 12px;
float: left;
}
.rtl .contact-top .item-icon {
margin-left: 12px;
margin-right: inherit;
}
.rtl .contact-top .item-icon {
float: right;
}
.contact-top .item-icon i {
font-size: 24px;
}
.contact-top .item-body {
overflow: hidden;
font-size: 14px;
}
.contact-top .item-body span {
display: block;
font-size: 18px;
font-family: "Rubik";
font-style: italic;
}
.time-top .item {
display: inline-block;
min-width: 230px;
padding-top: 15px;
padding-bottom: 15px;
}
.time-top .item + .item {
margin-left: 30px;
padding-left: 30px;
border-left: 1px solid #252525;
}
.rtl .time-top .item + .item {
margin-right: 30px;
margin-left: inherit;
}
.rtl .time-top .item + .item {
padding-right: 30px;
padding-left: inherit;
}
.rtl .time-top .item + .item {
border-right: 1px solid #252525;
border-left: inherit;
}
.time-top .item-icon {
display: inline-block;
margin-right: 8px;
float: left;
color: #e23e1d;
margin-top: 5px;
}
.rtl .time-top .item-icon {
margin-left: 8px;
margin-right: inherit;
}
.rtl .time-top .item-icon {
float: right;
}
.time-top .item-icon i {
font-size: 24px;
}
.time-top .item-body {
color: #555555;
overflow: hidden;
font-size: 13px;
}
.time-top .item-body span {
display: block;
font-weight: 700;
color: #4c4c4c;
}
.top-info > span {
margin-right: 30px;
}
.rtl .top-info > span {
margin-left: 30px;
margin-right: inherit;
}
.top-info > span i {
opacity: 0.5;
filter: alpha(opacity=50);
vertical-align: text-top;
display: inline-block;
margin-right: 8px;
}
.rtl .top-info > span i {
margin-left: 8px;
margin-right: inherit;
}
.social-link {
display: inline-block;
margin: 0 5px;
padding: 0;
}
.social-link li {
display: inline-block;
margin: 0 5px;
}
.social-link li a {
background: #f4f4f4 none repeat scroll 0 0;
border-radius: 100%;
color: #4c4c4c;
display: inline-block;
height: 40px;
line-height: 38px;
text-align: center;
width: 40px;
border: 1px solid #ebebeb;
}
.social-link.lighten li a {
background: transparent none repeat scroll 0 0;
border: 1px solid #ffffff;
color: #ffffff;
}
.widget-ourteam .widget-title {
font-size: 48px;
font-weight: 700;
margin: 0 0 25px;
}
.widget-ourteam .item {
margin-bottom: 20px;
}
@media (min-width: 768px) {
.widget-ourteam .item {
margin-bottom: 60px;
}
}
.widget-ourteam .item:last-child {
margin: 0;
}
.ourteam-inner .name-team {
margin: 0 0 12px;
font-size: 24px;
font-family: "Rubik-Medium";
font-weight: 400;
}
.ourteam-inner .des {
font-size: 15px;
}
.ourteam-inner .info {
overflow: hidden;
}
.ourteam-inner .avarta {
float: left;
padding-right: 10px;
}
.rtl .ourteam-inner .avarta {
float: right;
}
.rtl .ourteam-inner .avarta {
padding-left: 10px;
padding-right: inherit;
}
@media (min-width: 768px) {
.ourteam-inner .avarta {
padding-right: 40px;
}
.rtl .ourteam-inner .avarta {
padding-left: 40px;
padding-right: inherit;
}
}
.ourteam-inner .avarta img {
width: 170px;
}
.ourteam-inner .social-team {
list-style: none;
margin: 0;
padding: 0;
font-size: 24px;
}
.ourteam-inner .social-team a {
color: #b2b2b2;
}
.ourteam-inner .social-team a:hover, .ourteam-inner .social-team a:active {
color: #000;
}
.ourteam-inner .social-team li {
display: inline-block;
}
.ourteam-inner .social-team li + li {
margin-left: 20px;
}
.rtl .ourteam-inner .social-team li + li {
margin-right: 20px;
margin-left: inherit;
}
.wpcf7-form .btn, .wpcf7-form .viewmore-products-btn,
.wpcf7-form .form-control {
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
}
.wpcf7-form textarea {
height: 240px;
resize: none;
}
.widget-gallery .image {
position: relative;
}
.widget-gallery .image:before {
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
content: '';
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
background: #e23e1d;
opacity: 0;
filter: alpha(opacity=0);
z-index: 2;
}
.widget-gallery .image .content-cover {
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
opacity: 0;
filter: alpha(opacity=0);
position: absolute;
text-align: center;
width: 100%;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
z-index: 9;
}
.widget-gallery .image:hover:before {
opacity: 0.9;
filter: alpha(opacity=90);
}
.widget-gallery .image:hover .content-cover {
opacity: 1;
filter: alpha(opacity=100);
}
.widget-gallery .popup-image-gallery {
width: 60px;
height: 60px;
line-height: 60px;
display: inline-block;
text-align: center;
background: #fff;
font-size: 24px;
color: #e23e1d;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
}
.widget-gallery .popup-image-gallery:hover, .widget-gallery .popup-image-gallery:active {
color: #e23e1d;
background: #e6e6e6;
}
.widget-gallery .title {
font-size: 24px;
font-size: "Rubik";
margin: 0;
color: #fff;
}
.widget-gallery .description {
color: #e0dede;
font-size: 12px;
margin-bottom: 20px;
}
.widget-gallery .gutter-default {
margin-left: 0;
margin-right: 0;
}
.widget-gallery .gutter-default > div {
padding-right: 0;
padding-left: 0;
}
.widget-gallery.gutter30 .title {
font-size: 18px;
font-family: "Rubik";
}
.widget-gallery.gutter30 .image {
margin-bottom: 30px;
}
.widget-gallery.gutter30 .description {
margin-bottom: 10px;
}
.widget-gallery.gutter30 .gutter-default {
margin-left: -15px;
margin-right: -15px;
}
.widget-gallery.gutter30 .gutter-default > div {
padding-right: 15px;
padding-left: 15px;
}
.testimonial-body {
background: #fff;
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
padding: 50px 25px 15px 25px;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
overflow: hidden;
}
.testimonial-body:hover {
-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
.testimonial-body .image {
float: left;
padding-right: 20px;
}
.rtl .testimonial-body .image {
float: right;
}
.testimonial-body .image img {
width: 70px;
height: 70px;
overflow: hidden;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
}
.rtl .testimonial-body .image {
padding-left: 20px;
padding-right: inherit;
}
.testimonial-body .info {
overflow: hidden;
}
.testimonial-body .name-client {
font-size: 18px;
margin: 15px 0 2px;
font-weight: 600;
}
.testimonial-body .job {
font-size: 14px;
}
.testimonial-body .description {
overflow: hidden;
font-family: "Rubik";
font-weight: 400;
color: #1b251f;
font-size: 16px;
padding: 20px;
}
.testimonial-body.layout2 {
-webkit-box-shadow: none !important;
box-shadow: none !important;
background: transparent;
text-align: center;
padding: 0;
}
.testimonial-body.layout2 .image {
float: none;
padding: 0;
display: block;
margin-bottom: 14px;
}
.testimonial-body.layout2 .image img {
width: 120px;
height: 120px;
-webkit-transform: scale(0.75);
-ms-transform: scale(0.75);
-o-transform: scale(0.75);
transform: scale(0.75);
}
.testimonial-body.layout2 .name-client {
color: #fff;
}
.testimonial-body.layout2 .info {
opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
}
.testimonial-body.layout2.active .image img {
-webkit-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.testimonial-body.layout2.active .info {
opacity: 1;
filter: alpha(opacity=100);
}
.testimonial-body.layout3 {
background: transparent;
padding: 0;
text-align: center;
color: #fff;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.testimonial-body.layout3 .description {
color: #fff;
font-size: 22px;
padding: 35px 0 20px;
max-width: 740px;
margin: auto;
}
.testimonial-body.layout3 .image {
float: none;
padding: 0;
}
.testimonial-body.layout3 .name-client {
font-size: 22px;
font-weight: 600;
color: #fff;
}
.wrapper-testimonial .nav-bottom.owl-carousel {
padding-bottom: 25px;
}
.wrapper-testimonial .nav-bottom.owl-carousel .owl-controls {
top: 17px;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
z-index: 99;
}
.wrapper-testimonial .nav-bottom.owl-carousel .owl-controls .owl-nav .owl-prev,
.wrapper-testimonial .nav-bottom.owl-carousel .owl-controls .owl-nav .owl-next {
opacity: 1;
filter: alpha(opacity=100);
width: 85px;
height: 85px;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
background: transparent !important;
overflow: hidden;
border-color: transparent !important;
-webkit-transform: translate(0, 0);
-ms-transform: translate(0, 0);
-o-transform: translate(0, 0);
transform: translate(0, 0);
}
.wrapper-testimonial .nav-bottom.owl-carousel .owl-controls .owl-nav .owl-prev > span,
.wrapper-testimonial .nav-bottom.owl-carousel .owl-controls .owl-nav .owl-next > span {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
font-size: 0;
}
.wrapper-testimonial .nav-bottom.owl-carousel .owl-controls .owl-nav .owl-prev {
left: -122px !important;
}
.wrapper-testimonial .nav-bottom.owl-carousel .owl-controls .owl-nav .owl-next {
right: -122px !important;
}
.wrapper-testimonial .owl-carousel-wrapper {
max-width: 450px;
margin: auto;
overflow: hidden;
position: relative;
}
.wrapper-testimonial .owl-carousel {
margin: auto;
width: 160px;
}
.wrapper-testimonial .owl-carousel .owl-item {
padding-left: 0;
padding-right: 0;
}
.wrapper-testimonial .owl-carousel .owl-stage-outer {
overflow: visible;
}
.wrapper-testimonial .testimonial-content {
font-size: 24px;
font-family: "Rubik";
max-width: 760px;
margin: auto;
color: #fff;
text-align: center;
}
.section-contact textarea,
.section-contact input:not(.btn):not(.viewmore-products-btn) {
color: #3a3d3e;
width: 100%;
max-width: 100%;
border: none;
background: transparent none repeat scroll 0 0;
border-bottom: 2px solid #cccccc;
margin: 0 0 25px;
padding: 6px 0;
}
.section-contact label {
font-size: 12px;
font-style: italic;
margin: 0 0 10px;
}
.section-contact textarea {
max-height: 170px;
}
.section-contact .title {
font-size: 35px;
margin: 0 0 40px;
font-weight: 300;
text-align: center;
}
.section-contact .title strong {
font-weight: 400;
}
.widget-video .widget-title {
font-weight: 700;
font-family: "Rubik";
margin: 0 0 20px;
line-height: 1.3;
font-size: 30px;
}
.widget-video .icon {
width: 60px;
height: 60px;
display: inline-block;
line-height: 58px;
border: 1px solid #e23e1d;
color: #e23e1d;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
font-size: 20px;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
z-index: 98;
text-align: center;
}
.widget-video .popup-video {
display: block;
position: relative;
}
.widget-video .popup-video:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.2);
z-index: 9;
opacity: 0;
filter: alpha(opacity=0);
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
}
.widget-video .popup-video:active:before, .widget-video .popup-video:hover:before {
opacity: 1;
filter: alpha(opacity=100);
}
.element-address {
text-align: center;
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
opacity: 0.7;
filter: alpha(opacity=70);
}
.element-address .title {
font-weight: 400;
font-family: "Rubik-Medium";
font-size: 24px;
margin: 0 0 5px;
}
.element-address:hover {
opacity: 1;
filter: alpha(opacity=100);
}
.widget-features-box .feature-box-inner {
margin: 0 0 30px;
}
.widget-features-box .feature-box-inner:last-child {
margin: 0;
}
.feature-box-inner .ourservice-heading {
font-weight: 400;
font-size: 24px;
margin: 0 0 8px;
font-family: "Rubik";
}
.feature-box-inner .fbox-content {
overflow: hidden;
}
.feature-box-inner .fbox-icon {
font-size: 36px;
color: #e23e1d;
float: left;
padding-right: 25px;
min-width: 61px;
}
.rtl .feature-box-inner .fbox-icon {
float: right;
}
.rtl .feature-box-inner .fbox-icon {
padding-left: 25px;
padding-right: inherit;
}
.widget-action-box {
padding: 20px 0;
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
}
@media (min-width: 1870px) {
.widget-action-box {
padding: 64px 0;
}
.widget-action-box .action-inner {
padding: 25px;
}
}
.widget-action-box .action-inner {
width: 50%;
float: right;
}
.rtl .widget-action-box .action-inner {
float: left;
}
.widget-action-box .title {
margin: 0 0 8px;
font-size: 24px;
font-family: "Rubik";
}
.widget-action-box .description {
margin: 0 0 30px;
}
.widget-action-box:hover {
-webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.15);
box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.15);
}
.widget-action-box.style2 {
padding: 0;
}
.widget-action-box.style2:hover {
-webkit-box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.2);
box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.2);
}
.widget-action-box.style2 .box-img {
text-align: center;
}
.widget-action-box.style2 .action-v2 {
padding: 15px 0 40px;
display: table;
width: 100%;
}
.widget-action-box.style2 .action-v2 > div {
display: table-cell;
vertical-align: middle;
float: none;
}
.instagram-pics {
margin-left: -5px;
margin-right: -5px;
}
.instagram-pics > div {
padding-left: 5px;
padding-right: 5px;
}
.instagram-pics a {
display: block;
position: relative;
margin-bottom: 10px;
}
.instagram-pics a:before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.2);
opacity: 0;
filter: alpha(opacity=0);
z-index: 9;
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
}
.instagram-pics a:before:active:before, .instagram-pics a:before:hover:before {
opacity: 1;
filter: alpha(opacity=100);
}
.contact-us {
max-width: 770px;
margin: auto;
}
.contact-us .form-control {
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
margin: 0 0 35px;
}
.contact-us .form-control:focus {
border-color: #000;
}
.contact-us br {
display: none;
}
.contact-us label {
font-size: 18px;
color: #000;
margin: 0 0 10px;
font-weight: 400;
font-family: "Rubik", Helvetica, Arial, sans-serif;
}
.contact-us textarea {
resize: none;
height: 115px;
}
.contact-us .btn, .contact-us .viewmore-products-btn {
text-transform: uppercase;
letter-spacing: 0.5px;
font-size: 20px;
padding: 9px 100px;
}
.widget-brands {
border: 1px solid #ebebeb;
padding: 30px 0;
}
.widget-brands .widget-title {
font-size: 35px;
font-weight: 300;
color: #191919;
margin: 0 0 60px;
padding: 0;
}
.widget-brands .widget-title .subtitle {
font-weight: 400;
}
.widget-brands .item-wrapper {
padding: 0 10px;
text-align: center;
height: 70px;
line-height: 70px;
}
.widget-brands .item-wrapper a {
display: inline-block;
vertical-align: middle;
}
.widget-brands .item-wrapper img {
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
}
.widget-brands .item-wrapper:hover img {
-webkit-transform: scale(1.05);
-ms-transform: scale(1.05);
-o-transform: scale(1.05);
transform: scale(1.05);
}
.widget-brands.no-border {
padding: 0;
border: none;
}
.widget-location .media-heading {
font-size: 17px;
font-weight: 400;
font-family: "Rubik-Medium";
margin: 0 0 5px;
}
.widget-location .media-left {
font-size: 22px;
min-width: 45px;
}
.widget-location .media {
font-size: 15px;
margin: 0 0 25px;
}
.feature-banner-inner {
text-align: center;
overflow: hidden;
color: #fff;
}
.feature-banner-inner .widget-title {
color: #fff;
font-size: 25px;
}
@media (min-width: 480px) {
.feature-banner-inner.col-lg-cus-5 {
width: 20%;
float: left;
}
.rtl .feature-banner-inner.col-lg-cus-5 {
float: right;
}
}
.feature-banner-inner .banner-static {
position: relative;
}
.feature-banner-inner .banner-static .widget-title {
position: absolute;
top: 50%;
left: 0;
width: 100%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
.feature-banner-inner .banner-body {
background: #00a1f1 none repeat scroll 0 0;
color: #ffffff;
font-size: 15px;
height: 100%;
left: 0;
opacity: 0;
filter: alpha(opacity=0);
position: absolute;
text-align: center;
top: 100%;
-webkit-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
width: 100%;
z-index: 1;
}
.feature-banner-inner .banner-body .widget-title {
margin: 0 0 45px;
position: relative;
}
.feature-banner-inner .banner-body .widget-title:before {
background: #ffffff none repeat scroll 0 0;
bottom: -22px;
content: "";
height: 2px;
left: 0;
margin: auto;
position: absolute;
right: 0;
width: 52px;
}
.feature-banner-inner .banner-body .description {
margin: 0 0 35px;
}
.feature-banner-inner .banner-body a {
color: #ffffff;
font-size: 12px;
font-weight: 400;
font-family: "Rubik-Medium";
text-transform: uppercase;
}
.feature-banner-inner .banner-body a .fa {
margin-left: 8px;
}
.rtl .feature-banner-inner .banner-body a .fa {
margin-right: 8px;
margin-left: inherit;
}
.feature-banner-inner .content {
left: 0;
padding: 30px;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
.feature-banner-inner:hover .banner-body {
opacity: 1;
filter: alpha(opacity=100);
top: 0;
}
.widget-contactform .control {
font-size: 13px;
padding: 10px 30px;
max-width: 100%;
width: 100%;
margin: 0 0 30px;
border: 1px solid #ebebeb;
}
.widget-contactform textarea.control {
margin: 0 0 30px;
}
.widget-contactform .des {
max-width: 760px;
margin: 0 auto;
}
@media (min-width: 768px) {
.widget-faq-box .content {
float: left;
width: 70%;
}
.rtl .widget-faq-box .content {
float: right;
}
}
@media (min-width: 768px) {
.widget-faq-box .heading {
float: left;
width: 30%;
}
.rtl .widget-faq-box .heading {
float: right;
}
}
.widget-faq-box .heading .widget-title {
font-size: 32px;
font-weight: 600;
font-style: italic;
font-family: "Rubik";
}
.widget-faq-box .ourservice-heading {
font-size: 24px;
margin: 0;
font-weight: 400;
}
@media (min-width: 768px) {
.widget-faq-box .ourservice-heading {
float: left;
width: 45%;
padding-right: 30px;
}
.rtl .widget-faq-box .ourservice-heading {
float: right;
}
.rtl .widget-faq-box .ourservice-heading {
padding-left: 30px;
padding-right: inherit;
}
}
.widget-faq-box .description {
font-size: 24px;
color: #7f7f7f;
}
@media (min-width: 768px) {
.widget-faq-box .description {
float: left;
width: 55%;
}
.rtl .widget-faq-box .description {
float: right;
}
}
.widget-faq-box .fbox-content {
margin: 0 0 60px;
}
.slogan-contact {
font-size: 32px;
font-style: italic;
font-family: "Rubik";
font-weight: 600;
color: #000;
}
.nav.tabs-big {
text-align: center;
margin-bottom: 30px;
border: none;
}
.nav.tabs-big > li {
float: none;
display: inline-block;
margin: 0 15px;
}
.nav.tabs-big > li > a {
background: #fff;
min-width: 170px;
border-radius: 20px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
-ms-border-radius: 20px;
-o-border-radius: 20px;
line-height: 1.4;
padding: 18px;
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
border: 2px dashed #ebebeb;
}
.nav.tabs-big > li > a:before {
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
content: '';
width: 20px;
height: 20px;
position: absolute;
top: 100%;
left: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
border-width: 10px;
border-style: solid;
border-color: transparent;
}
.nav.tabs-big > li > a .date {
font-weight: 700;
display: block;
}
.nav.tabs-big > li > a .day-week {
color: #4c4c4c;
}
.nav.tabs-big > li > a:focus, .nav.tabs-big > li > a:active, .nav.tabs-big > li > a:hover {
border: 2px dashed transparent;
background: #e23e1d;
}
.nav.tabs-big > li > a:focus:before, .nav.tabs-big > li > a:active:before, .nav.tabs-big > li > a:hover:before {
border-top-color: #e23e1d;
}
.nav.tabs-big > li > a:focus > *, .nav.tabs-big > li > a:active > *, .nav.tabs-big > li > a:hover > * {
color: #fff !important;
}
.nav.tabs-big > li:active > a, .nav.tabs-big > li.active > a, .nav.tabs-big > li:hover > a {
border: 2px dashed transparent;
background: #e23e1d;
}
.nav.tabs-big > li:active > a:before, .nav.tabs-big > li.active > a:before, .nav.tabs-big > li:hover > a:before {
border-top-color: #e23e1d;
}
.nav.tabs-big > li:active > a > *, .nav.tabs-big > li.active > a > *, .nav.tabs-big > li:hover > a > * {
color: #fff !important;
}
.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after, .wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before, .wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon::after, .wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon::before {
border-color: #e23e1d !important;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-accordion .vc_active .vc_tta-panel-title:before {
background: #e23e1d;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-accordion .vc_tta-panel-title {
position: relative;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-accordion .vc_tta-panel-title:before {
content: '';
width: 4px;
height: calc(100% + 2px);
background: transparent;
position: absolute;
top: -1px;
left: -1px;
z-index: 99;
}
.rtl .wpb-js-composer .vc_tta.vc_general.vc_tta-accordion .vc_tta-panel-title:before {
right: -1px;
left: auto;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-accordion .vc_tta-panel-title > a {
background: #fff;
font-size: 16px;
font-weight: 400;
font-family: "Rubik-Medium";
color: #232530 !important;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-accordion .vc_tta-panel-heading {
border: 1px solid #ebebeb !important;
margin-bottom: -1px !important;
border-radius: 0 !important;
-webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
-ms-border-radius: 0 !important;
-o-border-radius: 0 !important;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-accordion .vc_tta-panel {
margin-bottom: 20px !important;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-accordion .vc_tta-panel-body {
background: #fff !important;
border: 1px solid #ebebeb !important;
color: #000;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-accordion.style2 .vc_tta-panel-title > a {
padding-right: 0 !important;
padding-left: 0 !important;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-accordion.style2 .vc_tta-panel-heading {
border-width: 0 0 2px !important;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-accordion.style2 .vc_tta-panel-body {
padding-right: 0 !important;
padding-left: 0 !important;
border-width: 2px 0 !important;
}
.wpb-js-composer .vc_tta.vc_general.vc_tta-accordion.style2 .vc_tta-controls-icon-position-right .vc_tta-controls-icon {
right: 0;
}
.vc_progress_bar.wpb_content_element .vc_single_bar {
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
margin-bottom: 25px;
background: transparent;
}
.vc_progress_bar.wpb_content_element .vc_single_bar .vc_bar {
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
}
.vc_progress_bar.wpb_content_element .vc_single_bar .vc_label {
overflow: hidden;
font-size: 18px;
color: #000;
padding: 0 0 10px 0;
}
.vc_progress_bar.wpb_content_element .vc_single_bar .vc_label .vc_label_units {
float: right;
}
.rtl .vc_progress_bar.wpb_content_element .vc_single_bar .vc_label .vc_label_units {
float: left;
}
.vc_progress_bar.wpb_content_element.vc_progress-bar-color-black .vc_bar {
background: #000;
}
.vc_progress_bar.wpb_content_element.vc_progress-bar-color-black .vc_label {
color: #000 !important;
text-shadow: none !important;
-webkit-text-shadow: none !important;
-moz-text-shadow: none !important;
-ms-text-shadow: none !important;
-o-text-shadow: none !important;
}
.vc_progress_bar.wpb_content_element .inner-bar {
position: relative;
width: 100%;
height: 12px;
background: #eeeeee;
}
.wpb-js-composer .vc_tta-tabs.vc_tta.vc_general .vc_tta-tabs-container .vc_tta-tabs-list {
margin: 0;
display: inline-block;
border-bottom: 1px solid #b2b2b2;
padding: 0 30px 20px;
}
.wpb-js-composer .vc_tta-tabs.vc_tta.vc_general .vc_tta-panels-container .vc_tta-panels {
background: transparent !important;
border: none !important;
}
.wpb-js-composer .vc_tta-tabs.vc_tta.vc_general .vc_tta-panels-container .vc_tta-panels .vc_tta-panel {
margin: 0 !important;
}
.wpb-js-composer .vc_tta-tabs.vc_tta.vc_general .vc_tta-panels-container .vc_tta-panel-body {
padding: 30px 0;
font-size: 24px;
color: #000;
font-family: "Rubik";
}
.wpb-js-composer .vc_tta-tabs.vc_tta.vc_general .vc_tta-tabs-container .vc_tta-tab {
margin: 0;
}
.wpb-js-composer .vc_tta-tabs.vc_tta.vc_general .vc_tta-tabs-container .vc_tta-tab + .vc_tta-tab:before {
content: "/";
display: inline-block;
font-size: 20px;
}
.wpb-js-composer .vc_tta-tabs.vc_tta.vc_general .vc_tta-tabs-container .vc_tta-tab > a {
display: inline-block;
font-size: 20px;
color: #999999;
padding: 10px;
background: transparent !important;
border: none;
}
.wpb-js-composer .vc_tta-tabs.vc_tta.vc_general .vc_tta-tabs-container .vc_tta-tab.vc_active > a {
color: #000;
}
.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tabs-list,
.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-list {
padding: 0 50px 0 0 !important;
border: none !important;
}
.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tabs-list > li > a,
.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-list > li > a {
padding: 0 0 15px !important;
}
.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tabs-list > li:before,
.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-list > li:before {
display: none !important;
}
.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tabs-list {
padding: 0 0 0 50px !important;
}
.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-panel-body,
.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-panel-body {
padding: 0 !important;
}
.no-space {
margin: 0 !important;
}
.no-space > .apus-container > .vc_fluid {
padding: 0;
}
.no-space .row {
margin: 0;
}
.no-space .row > [class*="col"] {
padding: 0;
}
@media (max-width: 767px) {
.text-center-xs {
text-align: center;
}
}
@media (min-width: 768px) {
.pull-right-sm {
float: right !important;
}
}
@media (min-width: 992px) {
.space-padding-lr-100 {
padding-left: 100px;
padding-right: 100px;
}
.space-padding-lr-80 {
padding-left: 80px;
padding-right: 80px;
}
.space-rl-50 {
padding-left: 50px;
padding-right: 50px;
}
.space-l-65 {
padding-left: 65px;
}
.top-170 {
margin-top: -170px;
}
.left-100 {
margin-left: -100px;
}
.space-left-45 {
padding-left: 45px;
}
.right-30 {
padding-right: 30px;
}
.rtl .right-30 {
padding-left: 30px;
padding-right: inherit;
}
}
@media (min-width: 992px) {
.space-border .row {
margin: 0;
}
.space-border .row > [class*="col"] {
border-right: 1px solid #ebebeb;
}
.rtl .space-border .row > [class*="col"] {
border-left: 1px solid #ebebeb;
border-right: inherit;
}
.space-border .row > [class*="col"]:last-child {
border: none;
}
}
.flow-hidden {
overflow: hidden;
}
.skew-light {
position: relative;
}
.skew-light:before {
content: '';
background: rgba(255, 255, 255, 0.2);
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
-ms-transform: skewX(20deg); -webkit-transform: skewX(20deg); transform: skewX(20deg); }
.skew-theme-right {
position: relative;
background: #e23e1d;
}
.skew-theme-right > * {
position: relative;
z-index: 2;
}
.skew-theme-right:before {
content: '';
background: #e23e1d;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 60px;
z-index: 1;
-ms-transform: skewX(20deg); -webkit-transform: skewX(20deg); transform: skewX(20deg); }
.skew-theme-left {
position: relative;
background: #e23e1d;
}
.skew-theme-left > * {
position: relative;
z-index: 2;
}
.skew-theme-left:before {
content: '';
background: #e23e1d;
width: 100%;
height: 100%;
position: absolute;
top: 0;
right: 60px;
z-index: 1;
-ms-transform: skewX(-20deg); -webkit-transform: skewX(-20deg); transform: skewX(-20deg); }
.flow-theme-top-bottom-right:before {
height: calc(100% + 172px);
top: -110px;
}
.flow-theme-top-bottom-right:after {
content: '';
position: absolute;
width: 100%;
height: 100%;
z-index: 1;
background: #e23e1d;
right: 10%;
top: -110px;
height: calc(100% + 172px);
width: 500%;
}
.style-white {
color: #fff !important;
}
.style-white .widget-title {
color: #fff !important;
}
.border-top-theme {
border-top: 3px solid #e23e1d;
}
.font-size-36 {
font-size: 36px !important;
}
.font-size-30 {
font-size: 30px !important;
}
.space-left-8 {
margin-left: 8px;
}
.rtl .space-left-8 {
margin-right: 8px;
margin-left: inherit;
}
.text-upper {
text-transform: uppercase !important;
}
.space-10 {
margin-bottom: 10px !important;
}
.space-15 {
margin-bottom: 15px !important;
}
.space-20 {
margin-bottom: 20px !important;
}
.space-25 {
margin-bottom: 25px !important;
}
.space-30 {
margin-bottom: 30px !important;
}
.space-50 {
margin-bottom: 50px !important;
}
.space-padding-35 {
padding: 35px 0 !important;
}
.space-padding-tb-90 {
padding-top: 90px !important;
padding-bottom: 90px !important;
}
.space-padding-tb-55 {
padding-top: 55px !important;
padding-bottom: 55px !important;
}
.space-top-0 {
margin-top: 0;
}
.p-relative {
position: relative !important;
}
.p-absolute {
position: absolute !important;
}
.p-static {
position: static !important;
}
.hr {
border-top: 1px solid #ebebeb;
min-height: 1px;
width: 100%;
}
.no-float {
float: none !important;
}
.no-padding-left {
padding-left: 0;
}
.rtl .no-padding-left {
padding-right: 0;
padding-left: inherit;
}
.no-padding-right {
padding-right: 0;
}
.rtl .no-padding-right {
padding-left: 0;
padding-right: inherit;
}
@media (min-width: 1024px) {
.right-375 {
margin-right: -375px;
}
.left-375 {
margin-left: -375px;
}
}
.text-theme {
color: #e23e1d !important;
}
.bg-theme {
background: #e23e1d;
}
.border-theme {
border-color: #e23e1d;
}
.radius-3x {
border-radius: 3px !important;
-webkit-border-radius: 3px !important;
-moz-border-radius: 3px !important;
-ms-border-radius: 3px !important;
-o-border-radius: 3px !important;
}
.radius-0x {
border-radius: 0px !important;
-webkit-border-radius: 0px !important;
-moz-border-radius: 0px !important;
-ms-border-radius: 0px !important;
-o-border-radius: 0px !important;
}
.vc_row.background-center {
background-position: top center !important;
}
@media (max-width: 1024px) {
.vc_row.background-center {
background-image: none !important;
}
}
.deleted_wpb_single_image {
position: relative;
overflow: hidden;
}
.deleted_wpb_single_image:before {
position: absolute;
z-index: 2;
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
content: '';
width: 100%;
height: 100%;
background: #e23e1d;
opacity: 0;
filter: alpha(opacity=0);
top: 0;
left: 0;
}
.deleted_wpb_single_image:after {
position: absolute;
-webkit-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
content: '';
top: 30px;
left: 30px;
right: 30px;
bottom: 30px;
border: 1px solid #fff;
z-index: 3;
-webkit-transform: scale(0);
-ms-transform: scale(0);
-o-transform: scale(0);
transform: scale(0);
}
.deleted_wpb_single_image:hover:before {
opacity: 0.5;
filter: alpha(opacity=50);
}
.deleted_wpb_single_image:hover:after {
-webkit-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.list-contact {
list-style: none;
padding: 0;
margin: 17px 0 0 !important;
}
.list-contact li {
margin: 0 0 3px;
}
.list-contact li i {
margin-right: 5px;
}
.rtl .list-contact li i {
margin-left: 5px;
margin-right: inherit;
}
@media (min-width: 1200px) {
.gutter-medium-left > .vc_column-inner {
padding-left: 5px;
}
.rtl .gutter-medium-left > .vc_column-inner {
padding-right: 5px;
padding-left: inherit;
}
}
@media (min-width: 768px) {
.gutter-medium-left .vc_row {
margin-left: -10px;
margin-right: -10px;
}
.gutter-medium-left .vc_row .vc_column-inner {
padding-left: 10px;
padding-right: 10px;
}
}
.widget_apus_vertical_menu {
border-left: 4px solid #2e2d2d;
}
.widget_apus_vertical_menu .widget-title {
font-size: 16px;
font-weight: 700;
margin: 0 0 10px;
padding: 15px 30px 0;
}
.rtl .widget_apus_vertical_menu {
border-right: 4px solid #2e2d2d;
border-left: inherit;
}
.widget_apus_vertical_menu .apus-vertical-menu {
border: none;
}
.widget_apus_vertical_menu .apus-vertical-menu > li {
margin-left: -4px;
}
.rtl .widget_apus_vertical_menu .apus-vertical-menu > li {
margin-right: -4px;
margin-left: inherit;
}
.widget_apus_vertical_menu .apus-vertical-menu > li > a {
border-left: 4px solid transparent;
font-size: 16px;
padding: 0 30px;
}
.rtl .widget_apus_vertical_menu .apus-vertical-menu > li > a {
border-right: 4px solid transparent;
border-left: inherit;
}
.widget_apus_vertical_menu .apus-vertical-menu > li.active > a, .widget_apus_vertical_menu .apus-vertical-menu > li:hover > a {
border-color: #e23e1d;
}
.widget_apus_vertical_menu.darken .apus-vertical-menu {
background: transparent;
}
.widget_apus_vertical_menu.darken .apus-vertical-menu > li > a {
color: #eeeae2;
padding: 0 20px;
}
.widget_apus_vertical_menu.darken .apus-vertical-menu > li.active > a, .widget_apus_vertical_menu.darken .apus-vertical-menu > li:hover > a {
color: #e23e1d;
}
.widget_apus_vertical_menu.darken .widget-title {
color: #eeeae2;
border: none;
margin: 0;
padding-right: 20px;
padding-left: 20px;
}
.widget_apus_vertical_menu.darken .widget-title:before {
display: none;
}
.widget-categorybanner .image-wrapper {
margin: 0 0 15px;
height: 110px;
line-height: 110px;
}
.widget-categorybanner .image-wrapper img {
max-height: 110px;
width: auto;
margin: auto;
display: inline-block;
vertical-align: middle;
}
.widget-categorybanner .title {
color: #4c4c4c;
font-size: 15px;
margin: 0;
font-weight: 400;
}
.widget-categorybanner .category-wrapper {
padding: 25px 20px;
text-align: center;
background: #f0f2f9;
}
.widget-categorybanner .category-wrapper:hover .title {
color: #e23e1d;
}
@media (min-width: 768px) {
.widget-categorybanner .slick-carousel {
margin-left: -10px;
margin-right: -10px;
}
.widget-categorybanner .slick-carousel .slick-slide {
padding-left: 10px;
padding-right: 10px;
}
}  .widget label {
font-weight: 400;
}
.widget .widget_sp_image-image-link {
display: block;
overflow: hidden;
position: relative;
}
.widget .widget_sp_image-image-link img {
display: block;
width: 100% \9;
max-width: 100%;
height: auto;
-webkit-transition: all 0.35s;
-o-transition: all 0.35s;
transition: all 0.35s;
}
.widget.widget_text img {
margin: 15px 0;
height: auto;
}
.widget.widget_rss .widget-title {
background: none;
}
.widget.widget_rss .widget-title img {
vertical-align: middle;
}
.widget.widget_rss ul, .widget.widget_rss ol {
padding: 0;
margin: 0;
list-style: none;
}
.widget.widget_rss ul li:last-child, .widget.widget_rss ol li:last-child {
border-bottom: 0;
padding-bottom: 0;
}
.widget.widget_rss ul li .children > li:before, .widget.widget_rss ol li .children > li:before {
top: 24px;
}
.widget.widget_rss ul ul li:first-child, .widget.widget_rss ol ul li:first-child {
padding-top: 14px;
background-position: 0 24px;
}
.widget.widget_rss ul li {
background: none;
}
.widget.widget_rss ul li a {
padding: 0;
}
.widget.widget_recent_comments ul, .widget.widget_recent_comments ol {
padding: 0;
margin: 0;
list-style: none;
}
.widget.widget_recent_comments ul li:last-child, .widget.widget_recent_comments ol li:last-child {
border-bottom: 0;
padding-bottom: 0;
}
.widget.widget_recent_comments ul li .children > li:before, .widget.widget_recent_comments ol li .children > li:before {
top: 24px;
}
.widget.widget_recent_comments ul ul li:first-child, .widget.widget_recent_comments ol ul li:first-child {
padding-top: 14px;
background-position: 0 24px;
}
.widget.widget_recent_comments ul li {
background: none;
}
.widget.widget_recent_reviews ul.product_list_widget {
list-style: none;
}
.widget.widget_recent_reviews ul.product_list_widget li {
padding: 15px;
overflow: hidden;
}
.widget.widget_recent_reviews ul.product_list_widget li a img {
float: left;
margin-right: 10px;
}
.rtl .widget.widget_recent_reviews ul.product_list_widget li a img {
margin-left: 10px;
margin-right: inherit;
}
.widget.widget_product_search .woocommerce-product-search {
padding: 20px 15px;
}
.widget.widget_product_search .woocommerce-product-search label.screen-reader-text {
display: none;
}
.widget.yith-woocompare-widget .products-list {
padding-top: 20px;
padding-bottom: 20px;
}
.widget.yith-woocompare-widget a.clear-all {
margin-bottom: 20px;
margin-left: 15px;
}
.rtl .widget.yith-woocompare-widget a.clear-all {
margin-right: 15px;
margin-left: inherit;
}
.widget.yith-woocompare-widget a.compare {
margin-bottom: 20px;
margin-right: 15px;
}
.rtl .widget.yith-woocompare-widget a.compare {
margin-left: 15px;
margin-right: inherit;
}
.widget.widget_shopping_cart .widget_shopping_cart_content {
padding: 20px 15px;
overflow: hidden;
}
.widget.widget_recent_entries ul li a {
display: block;
}
.widget.widget_mc4wp_widget .mc4wp-form {
padding: 20px;
}
.widget.widget-timework strong {
color: #000;
font-weight: 400;
font-family: "Rubik-Medium";
}
.calendar_wrap caption {
background: #212121;
color: #fff;
padding: 5px;
}
.calendar_wrap tfoot {
display: none;
}
.calendar_wrap #today {
font-weight: 700;
color: #e23e1d;
}
.form-contact .title {
font-size: 17px;
margin: 11.5px 0 28px;
}
.form-contact input:not(.btn):not(.viewmore-products-btn),
.form-contact textarea {
padding: 10px 30px;
width: 100%;
color: #4c4c4c;
}
.form-contact .contant-inner > * {
margin: 0 0 20px;
}
.contact-topbar > * {
margin-right: 30px;
}
.rtl .contact-topbar > * {
margin-left: 30px;
margin-right: inherit;
}
.contact-topbar > *:last-child {
margin: 0;
}
.contact-topbar > * i {
margin-right: 6px;
}
.rtl .contact-topbar > * i {
margin-left: 6px;
margin-right: inherit;
}
.widget_meta ul,
.widget_archive ul,
.widget_recent_entries ul,
.widget_categories ul {
padding: 0;
margin: 0;
list-style: none;
}
.widget_meta ul ul,
.widget_archive ul ul,
.widget_recent_entries ul ul,
.widget_categories ul ul {
margin-top: 8px;
list-style: none;
padding-left: 30px;
}
.rtl .widget_meta ul ul, .rtl
.widget_archive ul ul, .rtl
.widget_recent_entries ul ul, .rtl
.widget_categories ul ul {
padding-right: 30px;
padding-left: inherit;
}
.widget_meta ul li,
.widget_archive ul li,
.widget_recent_entries ul li,
.widget_categories ul li {
margin: 0 0 12px;
}
.widget_meta ul li:last-child,
.widget_archive ul li:last-child,
.widget_recent_entries ul li:last-child,
.widget_categories ul li:last-child {
margin: 0;
}
.widget_meta ul li.current-cat-parent > a, .widget_meta ul li.current-cat > a, .widget_meta ul li:hover > a,
.widget_archive ul li.current-cat-parent > a,
.widget_archive ul li.current-cat > a,
.widget_archive ul li:hover > a,
.widget_recent_entries ul li.current-cat-parent > a,
.widget_recent_entries ul li.current-cat > a,
.widget_recent_entries ul li:hover > a,
.widget_categories ul li.current-cat-parent > a,
.widget_categories ul li.current-cat > a,
.widget_categories ul li:hover > a {
color: #e23e1d;
}
.special .post-info {
position: relative;
}
.special .post-info:before {
border-width: 14px 20px;
border-style: solid;
border-color: #f4f4f4 transparent transparent;
content: '';
position: absolute;
top: 100%;
left: 50%;
margin-left: -10px;
z-index: 2;
}
.special .special-items > div:nth-child(2n) .post-info {
position: relative;
}
.special .special-items > div:nth-child(2n) .post-info:before {
border-color: transparent transparent #f4f4f4;
top: inherit;
bottom: 100%;
} .contact {
margin: 0;
padding: 0;
}
.contact:before, .contact:after {
content: " ";
display: table;
}
.contact:after {
clear: both;
}
.contact dt {
float: left;
width: 30px;
height: auto;
}
.rtl .contact dt {
float: right;
}
.contact dd {
overflow: hidden;
margin-bottom: 5px;
}
.contact .contact-icon {
display: block;
text-align: center;
background: #e23e1d;
float: left;
width: 22px;
height: 22px;
border-radius: 2px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
-o-border-radius: 2px;
}
.rtl .contact .contact-icon {
float: right;
}
.contact .contact-icon .fa {
color: #fff;
font-size: 16px;
margin: 0 0 0 4px;
}
.rtl .contact .contact-icon .fa {
margin: 0 4px 0 0;
}
.form7-style1 .input-group-btn > .btn, .form7-style1 .input-group-btn > .viewmore-products-btn {
border-left: none;
}
.rtl .form7-style1 .input-group-btn > .btn, .rtl .form7-style1 .input-group-btn > .viewmore-products-btn {
border-right: none;
border-left: inherit;
}
.form7-style2 .btn, .form7-style2 .viewmore-products-btn,
.form7-style2 input.form-control {
background: #f7f7f7;
border-color: #f7f7f7;
} .mc4wp-form-basic, .mc4wp-form-basic input, .mc4wp-form-basic label, .mc4wp-form-theme, .mc4wp-form-theme input, .mc4wp-form-theme label {
line-height: inherit;
}
.mc4wp-form-basic .form-control {
max-width: 100% !important;
}
.mail-form .input-group {
width: 100%;
margin: 0 0 10px;
}
.widget-newletter {
overflow: hidden;
}
.widget-newletter .title {
color: #252525;
font-weight: 300;
font-size: 30px;
margin: 0 0 8px;
}
.widget-newletter .title strong {
font-weight: 400;
font-family: "Rubik-Medium";
}
.widget-newletter .description {
margin-bottom: 25px;
}
.widget-newletter .content {
padding-bottom: 5px;
}
.widget-newletter .form-control {
background: #dbdde3;
border-color: #dbdde3;
font-size: 12px;
color: #4c4c4c;
}
.widget-newletter .form-control:focus {
background: #cdcfd8;
border-color: #cdcfd8;
}
.widget-newletter .form-control::-webkit-input-placeholder { color: #4c4c4c;
}
.widget-newletter .form-control::-moz-placeholder { color: #4c4c4c;
}
.widget-newletter .form-control:-ms-input-placeholder { color: #4c4c4c;
}
.widget-newletter .form-control:-moz-placeholder { color: #4c4c4c;
}
.widget-newletter.half {
margin: 0;
}
.widget-newletter.half .title {
color: #fff;
}
.widget-newletter.half .description {
color: #b7b7b7;
}
@media (min-width: 768px) {
.widget-newletter.half .left-content {
float: left;
width: 65%;
}
.rtl .widget-newletter.half .left-content {
float: right;
}
.widget-newletter.half .content {
float: left;
width: 35%;
margin-top: 21px;
}
.rtl .widget-newletter.half .content {
float: right;
}
}
.widget-newletter.half .form-control {
background: #313131;
border-color: #313131;
color: #b7b7b7;
}
.widget-newletter.half .form-control::-webkit-input-placeholder { color: #b7b7b7;
}
.widget-newletter.half .form-control::-moz-placeholder { color: #b7b7b7;
}
.widget-newletter.half .form-control:-ms-input-placeholder { color: #b7b7b7;
}
.widget-newletter.half .form-control:-moz-placeholder { color: #b7b7b7;
}
.widget-newletter.half .form-control:focus {
background: #242424;
border-color: #242424;
}
.widget-newletter.style3 .title {
margin: 8px 0 25px;
font-size: 16px;
font-weight: 400;
font-family: "Rubik-Medium";
text-transform: capitalize;
}
.widget-newletter.style3 .input-group {
display: block;
}
.widget-newletter.style3 .input-group .form-control {
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
}
.widget-newletter.style3 .input-group .btn, .widget-newletter.style3 .input-group .viewmore-products-btn {
border-radius: 0px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
-ms-border-radius: 0px;
-o-border-radius: 0px;
margin: 0;
}
.widget-newletter.style3 .input-group .input-group-btn {
padding: 15px 0 0;
}
.widget-newletter.style4 {
text-align: center;
max-width: 500px;
margin-left: auto;
margin-right: auto;
}
.widget-newletter.style4 .title {
font-weight: 400;
font-family: "Rubik", Helvetica, Arial, sans-serif;
}
.widget-newletter.style4 .form-control {
background-color: #fff;
border-width: 0 0 1px;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
font-size: 16px;
padding: 12px 0;
height: 50px;
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
@media (min-width: 1200px) {
.widget-newletter.style4 .description {
margin-bottom: 50px;
}
}
.widget-newletter.style4 .input-group-btn {
padding-left: 15px;
}
.rtl .widget-newletter.style4 .input-group-btn {
padding-right: 15px;
padding-left: inherit;
}
.widget-newletter.style4 .btn, .widget-newletter.style4 .viewmore-products-btn {
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
height: 50px;
} .apus-sidebar select, .apus-sidebar table {
width: 100%;
}
.apus-sidebar .post-widget .blog-title, .apus-sidebar .post-widget h6 {
margin: 0 0 5px;
line-height: 1.4;
font-weight: 400;
font-size: 14px;
height: 40px;
overflow: hidden;
font-family: "Rubik", Helvetica, Arial, sans-serif;
} .apus-search-form .select-category {
display: inline-block;
float: left;
overflow: hidden;
position: relative;
min-width: 200px;
padding-right: 20px;
outline: none !important;
}
.rtl .apus-search-form .select-category {
float: right;
}
.rtl .apus-search-form .select-category {
padding-left: 20px;
padding-right: inherit;
}
.apus-search-form .select-category:after {
content: '';
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
right: 0px;
background: #dddddd;
width: 1px;
height: 20px;
}
.rtl .apus-search-form .select-category:after {
left: 0px;
right: auto;
}
.apus-search-form .select-category:before {
content: "\f0d7";
font-family: 'FontAwesome';
position: absolute;
right: 20px;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
.rtl .apus-search-form .select-category:before {
left: 20px;
right: auto;
}
.apus-search-form .select-category .dropdown_product_cat {
border: 0;
outline: none !important;
width: calc(100% + 38px);
height: 40px;
padding: 0 20px;
font-size: 14px;
font-weight: 400;
font-family: "Rubik-Medium";
}
.apus-search-form .select-category .dropdown_product_cat option {
padding: 7px;
}
.apus-search-form form {
border: 1px solid #ebebeb;
display: table;
width: 100%;
}
.apus-search-form form .main-search,
.apus-search-form form .btn,
.apus-search-form form .viewmore-products-btn,
.apus-search-form form > .select-category {
display: table-cell !important;
vertical-align: middle;
float: none !important;
}
.apus-search-form form .form-control {
font-size: 13px;
border: none;
padding-left: 20px;
padding-right: 20px;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
}
.apus-search-form form .form-control::-webkit-input-placeholder { color: #b7b7b7;
}
.apus-search-form form .form-control::-moz-placeholder { color: #b7b7b7;
}
.apus-search-form form .form-control:-ms-input-placeholder { color: #b7b7b7;
}
.apus-search-form form .form-control:-moz-placeholder { color: #b7b7b7;
}
.apus-search-form .hidden-search {
cursor: pointer;
float: right;
font-size: 35px;
line-height: 1.4;
color: #d9534f;
display: inline-block;
margin-left: 30px;
}
.rtl .apus-search-form .hidden-search {
float: left;
}
.rtl .apus-search-form .hidden-search {
margin-right: 30px;
margin-left: inherit;
}
.apus-search-form .main-search {
width: 100%;
}
.apus-search-form div.twitter-typeahead {
width: 100%;
position: relative;
}
.apus-search-form div.twitter-typeahead span.twitter-typeahead {
vertical-align: top;
width: 100%;
}
.apus-search-form div.twitter-typeahead:before {
content: '';
position: absolute;
top: 13px;
right: 10px;
width: 18px;
height: 100%;
background: url(//www.imep.com.tr/wp-content/themes/yozi/images/loading.gif) no-repeat scroll 0 0/18px auto;
opacity: 0;
filter: alpha(opacity=0);
z-index: 9;
}
.rtl .apus-search-form div.twitter-typeahead:before {
left: 10px;
right: auto;
}
.apus-search-form div.twitter-typeahead.loading:before {
opacity: 1;
filter: alpha(opacity=100);
}
.apus-search-form .tt-menu {
background: #fff;
width: 100%;
-webkit-box-shadow: 0 5px 12px -5px rgba(0, 0, 0, 0.1);
box-shadow: 0 5px 12px -5px rgba(0, 0, 0, 0.1);
margin-top: 1px;
}
.apus-search-form .tt-menu a.media {
display: block;
margin: 0;
padding: 12px;
}
.apus-search-form .tt-menu a.media:hover {
background: #eceff6;
}
.apus-search-form .tt-menu h4 {
font-size: 14px;
margin: 0;
color: #232530;
font-weight: 400;
}
.apus-search-form .tt-menu h4 strong {
font-weight: 700;
color: #e23e1d;
}
.apus-search-form .tt-menu .price {
display: none;
}
.apus-search-form .tt-menu .tt-dataset-search > *:first-child {
display: none;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.apus-search-form .select-category .dropdown_product_cat {
width: calc(100% + 58px);
}
}
.apus-search-style2 form {
border-radius: 100px;
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
-ms-border-radius: 100px;
-o-border-radius: 100px;
border-width: 2px;
}
.apus-search-style2 form .select-category {
border-radius: 100px;
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
-ms-border-radius: 100px;
-o-border-radius: 100px;
}
.apus-search-style2 form [type="submit"] {
border-radius: 0 100px 100px 0 !important;
-webkit-border-radius: 0 100px 100px 0 !important;
-moz-border-radius: 0 100px 100px 0 !important;
-ms-border-radius: 0 100px 100px 0 !important;
-o-border-radius: 0 100px 100px 0 !important;
height: 44px;
margin: -2px 0;
}
.apus-search-nocategory {
background: #f0f2f9;
border-radius: 50px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
-ms-border-radius: 50px;
-o-border-radius: 50px;
}
.apus-search-nocategory .form-control {
background: #f0f2f9;
border-color: #f0f2f9;
color: #999591;
border: none;
max-width: 185px;
font-size: 12px;
}
.apus-search-nocategory .btn, .apus-search-nocategory .viewmore-products-btn {
padding-left: 12px;
padding-right: 12px;
background: transparent;
color: #191919;
font-size: 16px;
border-radius: 50% !important;
-webkit-border-radius: 50% !important;
-moz-border-radius: 50% !important;
-ms-border-radius: 50% !important;
-o-border-radius: 50% !important;
border: none;
}
.apus-search-nocategory .btn:hover, .apus-search-nocategory .viewmore-products-btn:hover, .apus-search-nocategory .btn:active, .apus-search-nocategory .viewmore-products-btn:active {
color: #fff;
background: #e23e1d;
}
.widget-search .btn, .widget-search .viewmore-products-btn {
border-radius: 0 50px 50px 0;
-webkit-border-radius: 0 50px 50px 0;
-moz-border-radius: 0 50px 50px 0;
-ms-border-radius: 0 50px 50px 0;
-o-border-radius: 0 50px 50px 0;
}
.widget-search .input-group-btn {
vertical-align: top;
} .tagcloud a {
margin: 0 0 10px;
font-size: 14px !important;
display: inline-block;
float: left;
padding: 0;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.rtl .tagcloud a {
float: right;
}
.tagcloud a + a:before {
content: ',';
display: inline-block;
margin-right: 3px;
}
.rtl .tagcloud a + a:before {
margin-left: 3px;
margin-right: inherit;
}
.widget-brand-logo {
padding: 30px;
}
.widget-brand-logo .item-brand > a {
display: block;
}
.widget-brand-logo .carousel-control {
opacity: 0;
filter: alpha(opacity=0);
}
.widget-brand-logo:hover .carousel-control {
opacity: 1;
filter: alpha(opacity=100);
} .widget-infor .heding {
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: 400;
}
.widget-infor .infor-inner {
margin: 0 0 20px;
}
.apus-search-top .button-show-search {
font-size: 18px;
-webkit-box-shadow: none;
box-shadow: none;
border: none;
color: #4c4c4c;
line-height: 1;
padding: 0 5px;
background: transparent !important;
}
.apus-search-top .button-show-search:hover, .apus-search-top .button-show-search:active {
color: #e23e1d;
}
.apus-search-top .content-form {
-webkit-box-shadow: none;
box-shadow: none;
margin: 0;
border: none;
padding: 0;
min-width: 280px;
} .wpb_video_widget .video-description {
text-transform: uppercase;
font-weight: 400;
line-height: 30px;
font-size: 12px;
color: #000;
}
.wpb_video_widget .wpb_wrapper .wpb_video_wrapper {
padding-top: 60.7% !important;
} .vertical-menu {
display: none !important;
padding: 0;
background: #fff;
z-index: 999;
}
.vertical-menu > .nav {
position: relative;
width: 100%;
height: auto;
}
.vertical-menu > .nav .open > a, .vertical-menu > .nav .open > a:hover, .vertical-menu > .nav .open > a:focus,
.vertical-menu > .nav .active > a,
.vertical-menu > .nav .active > a:hover,
.vertical-menu > .nav .active > a:focus {
color: #e23e1d;
}
.vertical-menu > .nav > li {
float: none;
position: static;
border-bottom: 1px solid #ebebeb;
}
.vertical-menu > .nav > li.active > a {
color: #e23e1d;
background: #fafafa;
}
.vertical-menu > .nav > li > a {
color: #414141;
padding: 15px 20px;
font-weight: 500;
font-size: 12px;
text-transform: uppercase;
white-space: nowrap;
}
.vertical-menu > .nav > li > a:hover {
color: #e23e1d;
background: #fafafa;
}
.vertical-menu > .nav > li > a .fa {
font-size: 15px;
min-width: 15px;
margin-right: 12px;
}
.rtl .vertical-menu > .nav > li > a .fa {
margin-left: 12px;
margin-right: inherit;
}
.vertical-menu > .nav > li .dropdown-menu {
min-width: 230px;
min-height: 100%;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
}
.vertical-menu > .nav .product-block {
padding: 0 !important;
overflow: hidden;
display: block;
}
.vertical-menu .dropdown-menu {
margin: 0;
padding: 30px;
border: none;
top: 0;
}
.vertical-menu .dropdown-menu:before, .vertical-menu .dropdown-menu:after {
content: " ";
display: table;
}
.vertical-menu .dropdown-menu:after {
clear: both;
}
.vertical-menu .dropdown-menu ul {
padding: 0;
list-style: none;
}
.vertical-menu .dropdown-menu ul li {
line-height: 34px;
}
.vertical-menu .dropdown-menu ul li a {
color: #414141;
}
.vertical-menu .dropdown-menu ul li a:hover, .vertical-menu .dropdown-menu ul li a.active {
color: #e23e1d;
}
.vertical-menu .dropdown-menu ul ul {
padding-left: 15px;
}
.rtl .vertical-menu .dropdown-menu ul ul {
padding-right: 15px;
padding-left: inherit;
}
.vertical-menu .dropdown-menu .widget-title {
border: none;
font-size: 16px;
padding: 0 0 15px;
color: #191919;
}
.vertical-menu .dropdown-menu .woocommerce .product-wrapper {
-webkit-box-shadow: none !important;
box-shadow: none !important;
}
.vertical-menu.menu-left .dropdown-menu {
left: 100% !important;
right: auto !important;
}
.rtl .vertical-menu.menu-left .dropdown-menu {
right: 100% !important;
left: auto;
}
.rtl .vertical-menu.menu-left .dropdown-menu {
left: auto !important;
right: auto;
}
.vertical-menu.menu-right .dropdown-menu {
left: auto !important;
right: 100% !important;
}
.rtl .vertical-menu.menu-right .dropdown-menu {
right: auto !important;
left: auto;
}
.rtl .vertical-menu.menu-right .dropdown-menu {
left: 100% !important;
right: auto;
}
.vertical-menu .icon-ver {
margin-right: 10px;
}
.rtl .vertical-menu .icon-ver {
margin-left: 10px;
margin-right: inherit;
}
#recentcomments > li {
padding: 0 0 10px 0;
font-weight: 400;
}
#recentcomments > li:first-child {
border-top: 0;
}
#recentcomments > li:last-child {
border-bottom: 0;
}
#recentcomments > li a {
font-weight: 300;
}
.widget-quicklink-menu {
background-color: #f6f6f6;
line-height: 35px;
}
.widget-quicklink-menu .quicklink-heading {
background-color: #333333;
color: #ffffff;
display: inline-block;
font-size: 10px;
margin: 0 20px 0 0;
padding: 12px 15px 12px 25px;
position: relative;
text-transform: uppercase;
font-family: "Rubik";
}
.rtl .widget-quicklink-menu .quicklink-heading {
margin: 0 0 0 20px;
}
.widget-quicklink-menu .quicklink-heading:before {
border-top: 18px solid transparent;
border-bottom: 18px solid transparent;
border-left: 10px solid #333;
content: "";
position: absolute;
right: -10px;
top: 0;
}
.rtl .widget-quicklink-menu .quicklink-heading:before {
border-right: 10px solid #333;
border-left: inherit;
}
.rtl .widget-quicklink-menu .quicklink-heading:before {
left: -10px;
right: auto;
}
.widget-quicklink-menu a {
color: #999999;
font-size: 12px;
font-weight: 400;
}
.widget-quicklink-menu a:hover {
color: #e23e1d;
}
.woo-onsale .onsale {
display: none;
}
.woo-onsale .product-sale-label {
position: absolute;
width: 36px;
height: 36px;
background-color: #fb4949;
color: #fff;
top: 10px;
right: 10px;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
line-height: 36px;
font-size: 12px;
font-weight: 400;
}
.rtl .woo-onsale .product-sale-label {
left: 10px;
right: auto;
}
.widget-tabs .widget-title {
display: inline-block;
}
.widget-tabs .nav-tabs {
border: none;
display: inline-block;
vertical-align: middle;
margin: 0 0 7px;
}
.widget-tabs .nav-tabs.tabs-list-v2 {
margin: 0 0 15px;
}
.widget-tabs .carousel-controls {
top: -42px;
}
.widget-infor .media .fa, .widget-infor .media .icon {
display: inline-block;
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
color: #e23e1d;
background: #252525;
}
.contant-info .title {
margin: 0 0 20px;
font-size: 30px;
}
.contant-info .info-description {
margin: 0 0 30px;
}
.contant-info .media-heading {
font-size: 20px;
font-weight: 600;
margin: 0 0 5px;
}
.contant-info .media {
margin-top: 30px;
}
.contant-info .media:hover .fa {
border-color: #d9534f;
color: #d9534f;
}
.contant-info .media-left {
padding-right: 20px;
}
.rtl .contant-info .media-left {
padding-left: 20px;
padding-right: inherit;
}
.contant-info .media-left .fa {
border: 2px solid #191919;
border-radius: 50%;
color: #191919;
font-size: 25px;
height: 58px;
line-height: 52px;
text-align: center;
width: 58px;
}
.widget_categories select,
.widget_archive select {
width: 100%;
padding: 8px;
color: #191919;
}
.widget_pages ul {
list-style: none;
}
.widget_pages ul li {
line-height: 2;
}
.widget_pages > ul {
padding: 0;
margin: 0;
}
.textwidget select {
padding: 8px;
max-width: 100%;
color: #191919;
}
.widget-twitter .twitter-timeline {
display: block !important;
}
.widget-twitter .timeline-Tweet-media {
display: none;
}
.widget_apus_instagram {
margin: 0;
}
.widget_apus_instagram .widget-title {
font-size: 35px;
font-weight: 300;
margin: 0 0 60px;
padding: 0;
text-align: center;
text-transform: inherit;
}
.widget_apus_instagram .widget-title a {
font-weight: 400;
color: #e23e1d;
}
.widget_apus_instagram .instagram-pics a {
display: block;
position: relative;
-webkit-transition: all 0.1s ease-in-out 0s;
-o-transition: all 0.1s ease-in-out 0s;
transition: all 0.1s ease-in-out 0s;
}
.widget_apus_instagram .instagram-pics a:hover, .widget_apus_instagram .instagram-pics a:active {
outline: 8px solid #e23e1d;
outline-offset: -8px;
}
.widget_apus_instagram .instagram-pics a:hover:before, .widget_apus_instagram .instagram-pics a:active:before {
opacity: 0;
filter: alpha(opacity=0);
}
.widget_apus_instagram .instagram-pics a:before {
content: '';
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #000;
opacity: 0.5;
filter: alpha(opacity=50);
-webkit-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
}
.widget_apus_instagram .style2 .widget-title {
padding: 60px 0;
margin: 0;
background: #eff1f2;
}
.widget_apus_instagram .style2 .row {
margin: 0;
}
.widget_apus_instagram .style2 .row > div {
padding: 0;
}
.wpcf7-form {
position: relative;
}
.register {
max-width: 830px;
margin: auto;
}
.register .form-control {
background: #fff;
border: 1px solid #ebebeb;
margin: 0 0 30px;
-webkit-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
}
.register .form-control:focus {
-webkit-box-shadow: none;
box-shadow: none;
border-color: #e23e1d;
}
.register textarea.form-control {
margin-bottom: 40px;
resize: none;
height: 130px;
}
.register.style-dashed .form-control {
border: 2px dashed #ebebeb;
}
.register.style-dashed .form-control:focus {
-webkit-box-shadow: none;
box-shadow: none;
border-color: #e23e1d;
}
.register.style-dashed [type="submit"] {
background-image: -webkit-linear-gradient(left, #1b251f 0%, #e23e1d 100%);
background-image: -o-linear-gradient(left, #1b251f 0%, #e23e1d 100%);
background-image: linear-gradient(to right, #1b251f 0%, #e23e1d 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF1B251F', endColorstr='#FFE23E1D', GradientType=1);
border: none;
}
.register.style-dashed [type="submit"]:active, .register.style-dashed [type="submit"]:hover {
background-image: -webkit-linear-gradient(left, #e23e1d 0%, #1b251f 100%);
background-image: -o-linear-gradient(left, #e23e1d 0%, #1b251f 100%);
background-image: linear-gradient(to right, #e23e1d 0%, #1b251f 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE23E1D', endColorstr='#FF1B251F', GradientType=1);
}
.register.style-red .form-control {
background: transparent;
border-width: 0 0 1px;
border-color: rgba(255, 255, 255, 0.7);
color: rgba(255, 255, 255, 0.7);
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
-webkit-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
padding-left: 0;
padding-right: 0;
}
.register.style-red .form-control::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.7);
}
.register.style-red .form-control::-moz-placeholder { color: rgba(255, 255, 255, 0.7);
}
.register.style-red .form-control:-ms-input-placeholder { color: rgba(255, 255, 255, 0.7);
}
.register.style-red .form-control:-moz-placeholder { color: rgba(255, 255, 255, 0.7);
}
.register.style-red .form-control:focus {
background: transparent;
-webkit-box-shadow: 0px -1px 0 0 #fff inset;
box-shadow: 0px -1px 0 0 #fff inset;
border-color: #fff;
color: #fff;
}
.register.style-red .form-control:focus::-webkit-input-placeholder { color: #fff;
}
.register.style-red .form-control:focus::-moz-placeholder { color: #fff;
}
.register.style-red .form-control:focus:-ms-input-placeholder { color: #fff;
}
.register.style-red .form-control:focus:-moz-placeholder { color: #fff;
}
.contact-form {
padding: 30px;
background: #fff;
overflow: hidden;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
@media (min-width: 1024px) {
.contact-form {
padding: 60px 70px;
}
}
.contact-form label {
font-size: 18px;
color: #1b251f;
margin: 0 0 12px;
font-weight: 600;
}
.contact-form input,
.contact-form textarea {
width: 100%;
padding: 30px 38px;
margin: 0 0 30px;
background: #f7f7f7;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
font-size: 16px;
color: #1b251f;
border: 2px solid #f7f7f7;
-webkit-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
}
.contact-form input:focus,
.contact-form textarea:focus {
border-color: #1b251f;
}
.contact-form input::-webkit-input-placeholder,
.contact-form textarea::-webkit-input-placeholder { color: #1b251f;
}
.contact-form input::-moz-placeholder,
.contact-form textarea::-moz-placeholder { color: #1b251f;
}
.contact-form input:-ms-input-placeholder,
.contact-form textarea:-ms-input-placeholder { color: #1b251f;
}
.contact-form input:-moz-placeholder,
.contact-form textarea:-moz-placeholder { color: #1b251f;
}
.contact-form input {
height: 83px;
}
.contact-form textarea {
height: 165px;
resize: none;
margin: 0 0 56px;
}
.contact-form .btn[type="submit"], .contact-form [type="submit"].viewmore-products-btn {
padding: 10px 90px;
height: auto;
width: auto;
border-radius: 50px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
-ms-border-radius: 50px;
-o-border-radius: 50px;
font-size: 18px;
-webkit-box-shadow: 0 0 10px 0 rgba(226, 62, 29, 0.8);
box-shadow: 0 0 10px 0 rgba(226, 62, 29, 0.8);
float: right;
}
.rtl .contact-form .btn[type="submit"], .rtl .contact-form [type="submit"].viewmore-products-btn {
float: left;
}
.contact-form + .wpcf7-response-output {
position: absolute;
bottom: 0;
left: 30px;
z-index: 1;
}
.rtl .contact-form + .wpcf7-response-output {
right: 30px;
left: auto;
}
.contact-form.style2 {
-webkit-box-shadow: none !important;
box-shadow: none !important;
border-radius: 5px 5px 0 0;
-webkit-border-radius: 5px 5px 0 0;
-moz-border-radius: 5px 5px 0 0;
-ms-border-radius: 5px 5px 0 0;
-o-border-radius: 5px 5px 0 0;
}
.contact-form.style2 .sub {
font-size: 18px;
font-family: "Rubik";
font-weight: 300;
}
.contact-form.style2 .title {
font-size: 45px;
font-family: "Rubik";
font-weight: 300;
margin: 0 0 10px;
}
.contact-form.style2 .des {
font-size: 14px;
margin: 0 0 25px;
}
.contact-form.style2 .btn[type="submit"], .contact-form.style2 [type="submit"].viewmore-products-btn {
-webkit-box-shadow: none !important;
box-shadow: none !important;
border-radius: 100px;
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
-ms-border-radius: 100px;
-o-border-radius: 100px;
border-color: #1b251f;
background: #1b251f;
}
.contact-form.style2 .btn[type="submit"]:hover, .contact-form.style2 [type="submit"].viewmore-products-btn:hover, .contact-form.style2 .btn[type="submit"]:active, .contact-form.style2 [type="submit"].viewmore-products-btn:active {
background: #101613;
border-color: #101613;
}
.widget-ticket-pricing {
background: #fff;
-webkit-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
border: 2px dashed #ebebeb;
border-radius: 50px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
-ms-border-radius: 50px;
-o-border-radius: 50px;
overflow: hidden;
}
@media (min-width: 1200px) {
.widget-ticket-pricing .product-block-pricing {
max-width: 170px;
margin: auto;
}
}
.widget-ticket-pricing .column {
-webkit-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
overflow: hidden;
border: 2px dashed #ebebeb;
border-radius: 50px;
-webkit-border-radius: 50px;
-moz-border-radius: 50px;
-ms-border-radius: 50px;
-o-border-radius: 50px;
margin: -2px 0;
padding: 0 10px !important;
}
.widget-ticket-pricing .column:last-child, .widget-ticket-pricing .column:first-child {
border: none;
margin: 0;
}
.widget-ticket-pricing.style-style2 {
border: 1px solid #ebebeb;
overflow: visible;
}
.widget-ticket-pricing.style-style2 .column {
border: 1px solid #ebebeb;
margin: -1px 0;
}
.widget-ticket-pricing.style-style2 .column:last-child, .widget-ticket-pricing.style-style2 .column:first-child {
margin: 0;
border: none;
}
.widget-ticket-pricing.style-style2 .column:hover {
border-color: #e23e1d;
}
.widget-ticket-pricing.style-style2 .column:hover .product-block-pricing .wrapper-pricing .price {
border: 1px solid #e23e1d;
}
.widget-ticket-pricing.style-style2 .column:hover .product-block-pricing .wrapper-pricing:before {
border-bottom: 1px solid #e23e1d;
}
.widget-ticket-pricing.style-style2 .product-block-pricing .wrapper-pricing .price {
border: 1px solid #ebebeb;
}
.widget-ticket-pricing.style-style2 .product-block-pricing .wrapper-pricing:before {
border-bottom: 1px solid #ebebeb;
}
.widget-ticket-pricing.style-style3 {
border: none;
overflow: visible;
}
.widget-ticket-pricing.style-style3 .column {
border: none;
overflow: visible;
margin: 20px 0;
}
.product-block-pricing .name {
font-size: 22px;
font-family: "Rubik";
margin: 37px 0 30px;
font-weight: 400;
text-align: center;
}
.product-block-pricing .wrapper-pricing {
text-align: center;
position: relative;
}
.product-block-pricing .wrapper-pricing:before {
-webkit-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
width: 1000px;
height: 2px;
border-bottom: 2px dashed #ebebeb;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
left: -150px;
z-index: 1;
content: '';
}
.product-block-pricing .wrapper-pricing .price {
-webkit-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
border: 2px dashed #ebebeb;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
padding: 8px;
background: #fff;
display: inline-block;
z-index: 2;
position: relative;
}
.product-block-pricing .woocommerce-Price-amount {
-webkit-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
width: 100px;
height: 100px;
line-height: 100px;
display: inline-block;
text-align: center;
font-size: 30px;
font-weight: 700;
color: #191919;
background: #f1f1f1;
border-radius: 50%;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
-ms-border-radius: 50%;
-o-border-radius: 50%;
}
.product-block-pricing .woocommerce-Price-amount > span {
font-weight: 300;
}
.product-block-pricing .block-inner-content .desc {
margin: 20px 0 35px;
}
.product-block-pricing .block-inner-content .desc strong {
color: #191919;
}
.product-block-pricing .block-inner-content ul {
margin: 0;
padding: 0;
list-style: none;
}
.product-block-pricing .block-inner-content ul li {
margin: 0 0 5px;
}
.product-block-pricing .block-inner-content ul i {
margin-right: 15px;
color: #e23e1d;
}
.rtl .product-block-pricing .block-inner-content ul i {
margin-left: 15px;
margin-right: inherit;
}
.product-block-pricing .button {
-webkit-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
}
.product-block-pricing .groups-button {
margin: 40px 0 45px;
}
.product-block-pricing .groups-button .button.added {
display: none;
}
.product-block-pricing .groups-button .added_to_cart.wc-forward {
display: inline-block;
padding: 7px 30px;
white-space: nowrap;
vertical-align: middle;
font-size: 14px;
font-weight: 700;
text-transform: uppercase;
border-radius: 25px;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
-ms-border-radius: 25px;
-o-border-radius: 25px;
background-image: -webkit-linear-gradient(left, #1b251f 0%, #e23e1d 100%);
background-image: -o-linear-gradient(left, #1b251f 0%, #e23e1d 100%);
background-image: linear-gradient(to right, #1b251f 0%, #e23e1d 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF1B251F', endColorstr='#FFE23E1D', GradientType=1);
color: #fff;
}
.product-block-pricing .groups-button .added_to_cart.wc-forward:hover, .product-block-pricing .groups-button .added_to_cart.wc-forward:active {
color: #fff;
background-image: -webkit-linear-gradient(left, #e23e1d 0%, #1b251f 100%);
background-image: -o-linear-gradient(left, #e23e1d 0%, #1b251f 100%);
background-image: linear-gradient(to right, #e23e1d 0%, #1b251f 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE23E1D', endColorstr='#FF1B251F', GradientType=1);
}
.product-block-pricing:hover .woocommerce-Price-amount {
background-image: -webkit-linear-gradient(left, #1b251f 0%, #e23e1d 100%);
background-image: -o-linear-gradient(left, #1b251f 0%, #e23e1d 100%);
background-image: linear-gradient(to right, #1b251f 0%, #e23e1d 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF1B251F', endColorstr='#FFE23E1D', GradientType=1);
color: #fff;
}
.product-block-pricing:hover .button {
color: #fff !important;
}
.product-block-pricing:hover .button:before {
opacity: 0;
filter: alpha(opacity=0);
}
.product-block-pricing3 {
text-align: center;
padding: 80px 10px 50px;
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
position: relative;
}
.product-block-pricing3 .name {
font-size: 30px;
font-weight: 700;
margin: 0 0 8px;
}
.product-block-pricing3 .desc strong {
color: #191919;
}
.product-block-pricing3 .price {
font-size: 40px;
font-weight: 900;
color: #e23e1d;
}
.product-block-pricing3 .price .woocommerce-Price-currencySymbol {
font-size: 20px;
vertical-align: text-top;
font-weight: 600;
}
.product-block-pricing3 .wrapper-pricing {
max-width: 310px;
margin: auto;
padding: 5px 0;
border-top: 1px solid #e5e5e5;
border-bottom: 1px solid #e5e5e5;
}
.product-block-pricing3 .block-inner-content > ul {
list-style: none;
margin: 40px 0 42px;
padding: 0;
}
.product-block-pricing3 .block-inner-content > ul li {
margin: 0 0 5px;
}
.product-block-pricing3 .block-inner-content > ul li > i {
display: none;
}
.product-block-pricing3 .thumbnail-wrapper {
margin: 50px 0 54px;
}
.product-block-pricing3 .button {
-webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
background: #fff;
color: #191919;
}
.product-block-pricing3 .button:before {
display: none !important;
}
.product-block-pricing3 .button:hover {
background: #e23e1d;
color: #fff !important;
}
.product-block-pricing3 .label {
position: absolute;
left: -37px;
margin-left: 100%;
top: -10px;
padding: 10px 25px;
background: #e23e1d;
color: #fff;
font-size: 14px;
font-weight: 400;
text-transform: uppercase;
border-radius: 0;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
-webkit-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
-webkit-transform-origin: 0 0;
-moz-transform-origin: 0 0;
-ms-transform-origin: 0 0;
transform-origin: 0 0;
}
.product-block-pricing3 .label:after {
content: '';
background: transparent;
position: absolute;
top: 0;
left: 0;
-webkit-transform: translateY(-100%);
-ms-transform: translateY(-100%);
-o-transform: translateY(-100%);
transform: translateY(-100%);
width: 10px;
height: 6px;
border-width: 3px 5px;
border-style: solid;
border-color: transparent #9e2b14 #9e2b14 transparent;
}
.product-block-pricing3 .label:before {
content: '';
position: absolute;
top: 0;
left: 100%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
border-width: 17px;
border-style: solid;
border-color: #e23e1d transparent #e23e1d #e23e1d;
}
.product-block-pricing3.is-featured, .product-block-pricing3:hover {
z-index: 1;
}
.product-block-pricing3.is-featured .button, .product-block-pricing3:hover .button {
background: #e23e1d;
color: #fff !important;
}
.product-block-pricing3.is-featured {
-webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
}
.widget-blogs.carousel .entry-title {
font-size: 16px;
}
.widget-blogs.carousel .type-post {
margin-bottom: 20px;
}
.widget-blogs.carousel article.post {
border: 1px solid #ebebeb;
padding: 20px;
}
.widget-blogs.carousel article.post.post-grid-v3 {
border: 0;
padding: 0;
}
.widget-blogs.carousel .post-grid-v3 .entry-title {
font-family: "Rubik", Helvetica, Arial, sans-serif;
}
@media (min-width: 1200px) {
.widget-blogs.carousel .post-grid-v3 .entry-title {
font-size: 20px;
}
}  @media (min-width: 992px) {
.md-clearfix {
clear: both;
}
div.product.first:not(.col-md-cl-5) {
clear: both;
}
}
@media (min-width: 768px) and (max-width: 1199px) {
.details-product.layout-v1 .times > div + div {
margin-left: 3px;
}
.rtl .details-product.layout-v1 .times > div + div {
margin-right: 3px;
margin-left: inherit;
}
.details-product.layout-v1 .times > div {
min-width: 40px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
div.product.col-sm-6:nth-child(2n + 1),
.sm-clearfix {
clear: both;
}
}
@media (max-width: 1199px) {
.widget-action-box .description {
margin: 0 0 10px;
font-size: 11px;
}
.header-v2 .header-2-right {
border: none;
}
.header-v3 .navbar-nav.megamenu > li {
margin-right: 15px;
}
.rtl .header-v3 .navbar-nav.megamenu > li {
margin-left: 15px;
margin-right: inherit;
}
.header-v3 .navbar-nav.megamenu > li:last-child {
margin: 0;
}
}
@media (min-width: 1200px) and (max-width: 1800px) {
.woocommerce .groups-button a.button {
padding-left: 12px !important;
padding-right: 12px !important;
}
.woocommerce .groups-button a.button.product_type_variable {
padding-left: 5px !important;
padding-right: 5px !important;
}
.product-block.grid .groups-button {
padding-left: 5px;
padding-right: 5px;
}
}
@media (min-width: 1400px) and (max-width: 1700px) {
.widget-banner .more {
margin-top: 8px;
}
.widget-banner.medium .infor .info-inner {
font-size: 25px;
}
.service-item .des {
font-size: 12px;
}
.service-item {
padding: 12px;
}
.shop-list-small {
padding: 15px;
}
.shop-list-small .price {
font-size: 14px !important;
}
.shop-list-smallest .content-left {
width: 80px;
padding-right: 10px;
}
.rtl .shop-list-smallest .content-left {
padding-left: 10px;
padding-right: inherit;
}
.shop-list-small .name {
font-size: 13px;
}
}
@media (min-width: 1200px) and (max-width: 1500px) {
.widget-banner .infor {
padding: 10px 0 10px 10px;
}
.rtl .widget-banner .infor {
padding: 10px 10px 10px 0;
}
.widget-banner .info-inner {
font-size: 18px;
}
.widget-banner.medium .infor {
padding-left: 10px;
}
.rtl .widget-banner.medium .infor {
padding-right: 10px;
padding-left: inherit;
}
.widget-banner.medium .infor .info-inner {
font-size: 22px;
line-height: 28px;
}
.product-block.grid-deal .times > div {
min-width: 30px;
}
.product-block.grid-deal .times > div span {
font-size: 14px;
line-height: 35px;
}
.product-block.grid-deal .times > div + div {
margin-left: 2px;
}
.rtl .product-block.grid-deal .times > div + div {
margin-right: 2px;
margin-left: inherit;
}
.product-block.grid-deal .info_sold > div {
width: 100%;
}
.sidebar .woocommerce ul.product_list_widget li {
padding: 10px;
}
.sidebar .woocommerce ul.product_list_widget li .left-content {
width: 70px;
padding-right: 10px;
}
.rtl .sidebar .woocommerce ul.product_list_widget li .left-content {
padding-left: 10px;
padding-right: inherit;
}
}
@media (max-width: 1530px) {
.apus-header .header-order {
margin-top: -3px;
margin-right: 10px;
}
.rtl .apus-header .header-order {
margin-left: 10px;
margin-right: inherit;
}
.apus-header .header-order .text-track {
display: none;
}
.apus-header .header-order i {
font-size: 25px;
margin: 0;
}
}
@media (max-width: 1500px) {
.vertical-wrapper .title-vertical {
padding: 12px;
}
.vertical-wrapper .title-vertical .show-down {
display: none;
}
.apus-vertical-menu {
padding: 12px 0;
}
.apus-vertical-menu > li > a {
padding: 0 8px;
line-height: 30px;
font-size: 13px;
}
.header-v2 .apus-vertical-menu > li > a {
line-height: 40px;
padding: 0 20px;
}
.apus-vertical-menu > li > a > i, .apus-vertical-menu > li > a > img {
margin-right: 3px;
}
.rtl .apus-vertical-menu > li > a > i, .rtl .apus-vertical-menu > li > a > img {
margin-left: 3px;
margin-right: inherit;
}
.apus-vertical-menu > li > a .caret {
margin-top: 13px;
}
.shop-list-smallest .content-left {
width: 80px;
padding-right: 10px;
}
.rtl .shop-list-smallest .content-left {
padding-left: 10px;
padding-right: inherit;
}
.shop-list-smallest .name {
font-size: 12px;
}
.service-item {
padding: 15px 11px 12px;
}
.service-item .title {
font-size: 14px;
}
.product-block.grid .groups-button {
padding: 20px 0;
}
.shop-list-smallest {
padding: 15px;
}
.product-categories {
padding: 15px;
font-size: 13px;
}
.details-product.layout-v2 .wrapper-thumbs,
.details-product.layout-v1 .wrapper-thumbs {
width: 115px;
padding-right: 20px;
}
.rtl .details-product.layout-v2 .wrapper-thumbs, .rtl
.details-product.layout-v1 .wrapper-thumbs {
padding-left: 20px;
padding-right: inherit;
}
.details-product.layout-v1 .apus-woocommerce-product-gallery-wrapper,
.details-product.layout-v2 .apus-woocommerce-product-gallery-wrapper {
width: calc(100% - 115px);
}
.details-product .summary-right {
padding-left: 20px;
}
.rtl .details-product .summary-right {
padding-right: 20px;
padding-left: inherit;
}
.details-product .summary-left {
padding-right: 20px;
}
.rtl .details-product .summary-left {
padding-left: 20px;
padding-right: inherit;
}
.details-product .product-free-gift,
.details-product .apus-discounts {
padding: 10px;
}
.details-product.layout-v1 .thumbnails-right .wrapper-thumbs,
.details-product.layout-v2 .thumbnails-right .wrapper-thumbs {
padding: 0 0 0 10px;
}
.rtl .details-product.layout-v1 .thumbnails-right .wrapper-thumbs, .rtl
.details-product.layout-v2 .thumbnails-right .wrapper-thumbs {
padding: 0 10px 0 0;
}
}
@media (max-width: 1300px) {
.add-fix-top {
bottom: 10px;
right: 10px;
width: 35px;
height: 35px;
line-height: 30px;
}
.rtl .add-fix-top {
left: 10px;
right: auto;
}
.add-fix-top i {
font-size: 25px;
}
.vertical-wrapper .title-vertical {
padding: 7px 3px;
}
.widget-newletter .title {
font-size: 25px;
}
.service-item .title {
font-size: 14px;
}
.product-block.grid-deal .metas {
padding: 5px 0;
}
.widget-banner .more {
margin-top: 10px;
}
.shop-list-smallest .name,
.shop-list-small .name {
font-size: 12px;
}
}
@media (min-width: 1200px) and (max-width: 1400px) {
.shop-list-smallest .content-left {
width: 60px;
}
.widget-banner .info-inner {
line-height: 1.2;
}
.widget-banner .infor {
width: 80%;
}
.widget-blogs.carousel article.post {
padding: 10px;
}
.service-item .title {
font-size: 13px;
}
.service-item .des {
font-size: 12px;
}
}
@media (max-width: 1199px) {
.apus-header .title-vertical {
padding: 0;
background: transparent;
}
.apus-header .title-vertical i {
color: #e23e1d;
font-size: 25px;
margin-top: 10px;
}
.apus-header .title-vertical .show-down,
.apus-header .title-vertical .text-title {
display: none;
}
.apus-header .content-vertical {
min-width: 200px;
}
body.home .apus-header .vertical-wrapper .content-vertical {
display: none;
}
.mini-cart, .wishlist-icon {
padding: 0 7px;
}
.widget-social .social > li {
margin-right: 5px;
}
.rtl .widget-social .social > li {
margin-left: 5px;
margin-right: inherit;
}
.widget-social .social > li:last-child {
margin: 0;
}
.widget-newletter .btn, .widget-newletter .viewmore-products-btn {
padding-left: 15px;
padding-right: 15px;
}
.product-block .image img {
width: 100%;
}
.details-product .apus-woocommerce-product-gallery-wrapper {
padding: 10px;
}
.details-product .information .product_meta {
margin-top: 15px;
padding-top: 15px;
}
.woocommerce div.product .product_title {
font-size: 20px;
margin-bottom: 15px;
}
.widget-banner.banner-medium .title,
.widget-banner.banner-big .title {
font-size: 33px;
}
.widget-banner.banner-medium .info-inner,
.widget-banner.banner-big .info-inner {
font-size: 25px;
}
.widget-blogs .post-grid-v3 .description {
display: none;
}
.header-v6 .wrapper-menu {
margin: 20px 0 0;
}
.header-v6 .header-right {
margin-top: 15px;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.widget-banner.medium .infor {
padding: 10px 0 10px 10px;
}
.rtl .widget-banner.medium .infor {
padding: 10px 10px 10px 0;
}
.woocommerce .groups-button a.button {
padding-left: 5px !important;
padding-right: 5px !important;
}
.details-product.layout-v1 .wrapper-thumbs,
.details-product.layout-v2 .wrapper-thumbs {
width: 90px;
}
.details-product.layout-v1 .apus-woocommerce-product-gallery-wrapper,
.details-product.layout-v2 .apus-woocommerce-product-gallery-wrapper {
width: calc(100% - 90px);
}
}
@media (min-width: 991px) and (max-width: 1199px) {
div.product.col-md-cl-5:nth-child(4n + 1) {
clear: both;
}
.product-block.grid-deal .times > div {
min-width: 30px;
}
}
@media (max-width: 991px) {
.comment-list .children {
padding-left: 30px;
}
.rtl .comment-list .children {
padding-right: 30px;
padding-left: inherit;
}
.product-block.grid .metas {
border-color: #ebebeb;
}
.woocommerce.carousel.inner, .woocommerce.carousel.item-grid {
padding-bottom: 50px;
}
.banner-countdown-widget .times > div {
margin: 0 5px;
}
.banner-countdown-widget .title {
font-size: 20px;
}
.banner-countdown-widget .times {
margin-bottom: 20px;
}
.banner-countdown-widget .des {
margin-bottom: 10px;
}
.widget-banner.banner-medium,
.widget-banner.banner-big {
height: 200px;
overflow: hidden;
background: #e1e1e1;
}
.widget-banner.banner-medium > a,
.widget-banner.banner-big > a {
height: 100%;
display: block;
}
.widget-banner.banner-medium .image-wrapper,
.widget-banner.banner-big .image-wrapper {
outline-offset: -20px;
height: 100%;
}
.widget-banner.banner-medium .title,
.widget-banner.banner-big .title {
font-size: 28px;
}
.widget-banner.banner-medium .info-inner,
.widget-banner.banner-big .info-inner {
font-size: 20px;
}
.product-block-list {
padding: 20px;
}
.product-block-list .name {
font-size: 18px;
}
.product-block-list .price {
font-size: 14px !important;
}
.product-block-list .price ins {
font-size: 14px;
}
.product-block-list .caption-buttons {
padding-left: 10px;
}
.rtl .product-block-list .caption-buttons {
padding-right: 10px;
padding-left: inherit;
}
.details-product .information {
margin-top: 15px;
}
.woocommerce table.wishlist_table td {
padding: 15px !important;
}
.apus-quickview .mfp-inline-holder .mfp-content .wrapper-img-main::before {
display: none;
}
.apus-quickview .mfp-inline-holder .mfp-content .wrapper-img-main {
padding: 20px 20px 0;
}
.apus-quickview .mfp-inline-holder .mfp-content .information {
padding: 10px 20px;
margin: 0;
}
.apus-footer-mobile {
display: block;
}
body.show_footer_mobile {
padding-bottom: 70px;
}
#back-to-top {
opacity: 0.8;
filter: alpha(opacity=80);
bottom: 70px;
}
#back-to-top:hover, #back-to-top:focus {
opacity: 1;
filter: alpha(opacity=100);
}
.product-block.grid .grid-inner {
padding: 0 10px;
}
.woocommerce .groups-button .added_to_cart,
.woocommerce .groups-button a.button {
padding: 0px !important;
width: 40px;
height: 40px;
overflow: hidden;
text-indent: -9999em;
position: relative;
}
.woocommerce .groups-button .added_to_cart:before,
.woocommerce .groups-button a.button:before {
content: "\e60d";
font-family: 'themify';
width: 40px;
height: 40px;
position: absolute;
top: -2px;
left: -2px;
text-indent: 0;
font-size: 15px;
line-height: 37px;
z-index: 1;
background: transparent;
}
.quickview.btn-block {
padding-left: 0;
padding-right: 0;
}
}
@media (min-width: 768px) and (max-width: 991px) {
div.product.col-md-cl-5:nth-child(3n + 1) {
clear: both;
}
.woocommerce .groups-button a.button {
padding-left: 11px !important;
padding-right: 11px !important;
}
}
@media (max-width: 768px) {
.hidden-768 {
display: none;
}
}
@media (max-width: 767px) {
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
padding-left: 5px;
padding-right: 5px;
}
.container,
.container-fluid {
padding-left: 5px;
padding-right: 5px;
}
.row {
margin-left: -5px;
margin-right: -5px;
}
.row:before, .row:after {
content: " ";
display: table;
}
.row:after {
clear: both;
}
.vc_row {
margin-left: -5px;
margin-right: -5px;
}
.vc_column_container > .vc_column-inner {
padding-left: 5px;
padding-right: 5px;
}
.widget-products-tabs .hierarchy {
position: static;
margin-top: -10px;
}
.slick-carousel {
margin-left: -5px;
margin-right: -5px;
}
.slick-carousel .slick-slide {
padding-left: 5px;
padding-right: 5px;
}
.widget-categorybanner .title {
font-size: 13px;
}
.comment-list .children {
padding-left: 15px;
}
.rtl .comment-list .children {
padding-right: 15px;
padding-left: inherit;
}
.comment-list div.avatar {
min-width: 70px;
padding-right: 10px;
}
.rtl .comment-list div.avatar {
padding-left: 10px;
padding-right: inherit;
}
.comment-list .the-comment .comment-box {
padding-left: 10px;
}
.rtl .comment-list .the-comment .comment-box {
padding-right: 10px;
padding-left: inherit;
}
.comment-list img.avatar {
width: 60px;
height: 60px;
}
.comment-list .comment-box {
padding-left: 10px;
}
.rtl .comment-list .comment-box {
padding-right: 10px;
padding-left: inherit;
}
.apus-breadscrumb .bread-title {
font-size: 20px;
}
.nav-tabs {
overflow: auto;
white-space: nowrap;
}
.nav-tabs li {
float: none;
display: inline-block;
margin-bottom: 10px;
}
.banner-countdown-widget .times > div span {
font-size: 20px;
}
.banner-countdown-widget .times > div {
min-width: 40px;
}
.banner-countdown-widget {
padding-bottom: 20px;
}
.product-block-list {
padding: 10px;
}
.product-block-list .btn-compare,
.product-block-list .add-cart a.button {
padding: 7px;
font-size: 12px;
}
.product-block-list .product-excerpt {
display: none;
}
.product-block-list .name {
font-size: 14px;
}
.product-block-list .wrapper-info {
padding: 0 10px;
}
.apus-filter .woocommerce-ordering {
float: left;
}
.rtl .apus-filter .woocommerce-ordering {
float: right;
}
.apus-after-loop-shop .apus-pagination {
width: 100%;
margin-bottom: 10px;
}
.apus-after-loop-shop .form-yozi-ppp {
margin: 0;
}
.apus-after-loop-shop .form-yozi-ppp, .apus-after-loop-shop .woocommerce-result-count {
float: left;
}
.rtl .apus-after-loop-shop .form-yozi-ppp, .rtl .apus-after-loop-shop .woocommerce-result-count {
float: right;
}
.product-block-list.list-v1 {
padding: 10px;
}
.tabs-v1 .nav-tabs {
margin-bottom: -10px;
display: block;
}
.tabs-v1 .nav-tabs li {
display: inline-block;
margin-bottom: 10px;
}
.details-product .apus-social-share a {
margin-right: 10px;
}
.rtl .details-product .apus-social-share a {
margin-left: 10px;
margin-right: inherit;
}
.layout-posts-list .image {
width: 220px;
padding-right: 20px;
}
.rtl .layout-posts-list .image {
padding-left: 20px;
padding-right: inherit;
}
.layout-posts-list .entry-title {
font-size: 18px;
}
.layout-blog .row > .col-xs-6:nth-child(2n + 1) {
clear: both;
}
.apus-checkout-step ul li {
width: 100%;
margin: 0 0 10px;
}
.apus-checkout-step ul li:before {
display: none;
}
.apus-checkout-step ul li .inner:before,
.apus-checkout-step ul li .inner:after {
display: none;
}
.widget-banner.medium .info-inner {
font-size: 22px;
}
.widget-banner.medium .infor {
padding: 15px;
}
.details-product.layout-v2 .wrapper-thumbs,
.details-product.layout-v1 .wrapper-thumbs {
width: 75px;
padding-right: 10px;
}
.rtl .details-product.layout-v2 .wrapper-thumbs, .rtl
.details-product.layout-v1 .wrapper-thumbs {
padding-left: 10px;
padding-right: inherit;
}
.details-product.layout-v2 .apus-woocommerce-product-gallery-wrappe,
.details-product.layout-v1 .apus-woocommerce-product-gallery-wrapper {
width: calc(100% - 75px);
}
.form-yozi-ppp {
margin-left: 10px;
}
.rtl .form-yozi-ppp {
margin-right: 10px;
margin-left: inherit;
}
.apus-filter .form-yozi-ppp .yozi-wc-wppp-select {
min-width: 120px;
}
.apus-filter select {
padding: 3px;
}
.wrapper-fillter {
overflow-x: scroll;
padding-bottom: 7px;
margin-bottom: 20px;
}
.wrapper-fillter .apus-filter {
margin-left: -5px;
}
.rtl .wrapper-fillter .apus-filter {
margin-right: -5px;
margin-left: inherit;
}
.apus-filter {
display: table;
border-spacing: 2px;
margin-bottom: 0px;
}
.apus-filter > * {
margin: 0;
vertical-align: middle;
float: none !important;
display: table-cell;
}
.apus-filter .display-mode {
white-space: nowrap;
}
.apus-filter .change-view + .change-view {
margin-left: 10px;
}
.rtl .apus-filter .change-view + .change-view {
margin-right: 10px;
margin-left: inherit;
}
#apus-main-content {
overflow: hidden;
}
.widget-products-deal .product-block.grid {
margin-bottom: 20px;
}
.shop-list-small .content-left {
width: 80px;
padding-right: 10px;
}
.rtl .shop-list-small .content-left {
padding-left: 10px;
padding-right: inherit;
}
.product-block .product-cats {
font-size: 10px;
}
}
@media (max-width: 600px) {
.product-block-list {
padding: 0 0 10px;
border: 0;
display: block;
}
.product-block-list .wrapper-info,
.product-block-list .wrapper-image {
display: block;
width: 50%;
float: left;
border: none;
}
.rtl .product-block-list .wrapper-info, .rtl
.product-block-list .wrapper-image {
float: right;
}
.product-block-list .caption-buttons {
width: 100%;
float: none;
overflow: hidden;
clear: both;
padding: 0;
}
.product-block-list .quick-view {
display: none;
}
.product-block-list.list-v1 > div {
width: 100% !important;
}
.layout-posts-list .image {
width: 120px;
}
.layout-posts-list .btn, .layout-posts-list .viewmore-products-btn,
.layout-posts-list .description,
.layout-posts-list .entry-meta {
display: none;
}
.post-grid-v2 .entry-title {
font-size: 15px;
}
.post-grid-v2 .entry-content {
display: none;
}
.apus-after-loop-shop .apus-pagination {
overflow-x: scroll;
padding-bottom: 8px;
}
.apus-after-loop-shop .apus-pagination .page-numbers {
display: table;
width: 100%;
}
.apus-after-loop-shop .apus-pagination .page-numbers li {
display: table-cell !important;
padding: 0 2px;
text-align: center;
}
.widget-googlemap .apus-google-map {
max-height: 300px !important;
}
}
@media (max-width: 480px) {
.woocommerce.carousel.inner, .woocommerce.carousel.item-grid {
padding-bottom: 50px;
}
.product-block.grid {
margin-bottom: 14px;
}
.product-block.grid .name {
font-size: 12px;
}
.widget-banner .info-inner {
font-size: 16px;
line-height: 1.3;
}
.active-mobile .active-content {
position: fixed;
top: 45px;
left: 0;
}
.widget-banner .infor {
width: 100%;
padding: 5px;
}
.widget-banner .btn, .widget-banner .viewmore-products-btn {
padding: 2px 15px;
}
#tabs-list-seller > h2 {
font-size: 20px;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
width: 60px;
height: 60px;
}
.woocommerce #reviews #comments ol.commentlist li .apus-avata {
min-width: 70px;
padding-right: 10px;
}
.rtl .woocommerce #reviews #comments ol.commentlist li .apus-avata {
padding-left: 10px;
padding-right: inherit;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text {
padding-left: 10px;
}
.rtl .woocommerce #reviews #comments ol.commentlist li .comment-text {
padding-right: 10px;
padding-left: inherit;
}
.tabs-v1 .tab-content > div {
padding: 10px;
}
.detail-post .top-info .entry-title {
font-size: 20px;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
width: 100%;
margin: 0 0 15px;
}
.coupon > * {
width: 100% !important;
margin: 0 0 5px !important;
}
.header-mobile .wishlist-icon i,
.header-mobile .mini-cart i {
font-size: 18px;
}
}
@media (max-width: 479px) {
.woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper > * > *,
.woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper > * > .select2-container, .woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper > * > select, .woocommerce form .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper > * > input {
width: 100% !important;
margin: 0 0 5px !important;
}
.apus-topcart .dropdown-menu {
padding: 20px;
min-width: 280px;
}
.widget-banner .title {
font-size: 12px;
margin: 0;
}
.widget.widget-products-deal {
margin-bottom: 0;
}
.slick-carousel .slick-arrow {
opacity: 0.7;
filter: alpha(opacity=70);
}
.slick-carousel .slick-arrow:hover, .slick-carousel .slick-arrow:focus {
opacity: 1;
filter: alpha(opacity=100);
}
.nav-tabs.style_center {
margin-bottom: 10px;
}
.widget-text-heading.normal_center .title {
font-size: 25px;
}
.widget-banner.banner-medium,
.widget-banner.banner-big {
height: 150px;
}
}
.apus-footer-mobile {
position: fixed;
z-index: 999;
background: rgba(255, 255, 255, 0.9);
padding: 10px 20px;
bottom: 0;
left: 0;
width: 100%;
-webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2);
box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2);
}
.apus-footer-mobile .footer-search-mobile {
position: absolute;
z-index: 999;
left: 0;
top: -40px;
width: 100%;
opacity: 0;
filter: alpha(opacity=0);
visibility: hidden;
-webkit-transition: all 0.2s ease-in-out 0s;
-o-transition: all 0.2s ease-in-out 0s;
transition: all 0.2s ease-in-out 0s;
}
.apus-footer-mobile .footer-search-mobile.active {
visibility: visible;
opacity: 1;
filter: alpha(opacity=100);
}
.apus-footer-mobile > ul {
padding: 0;
margin: 0;
list-style: none;
width: 100%;
text-align: center;
}
.apus-footer-mobile > ul > li {
text-transform: uppercase;
display: inline-block;
width: 19%;
text-align: center;
position: relative;
}
.apus-footer-mobile > ul > li span {
display: block;
font-size: 9px;
line-height: 1;
}
.apus-footer-mobile > ul > li .wrapper-morelink {
opacity: 0;
filter: alpha(opacity=0);
visibility: hidden;
position: absolute;
right: 0;
bottom: 40px;
padding: 20px;
background: #fff;
-webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
}
.apus-footer-mobile > ul > li .wrapper-morelink .footer-morelink {
list-style: none;
padding: 0;
margin: 0;
font-size: 10px;
}
.apus-footer-mobile > ul > li .wrapper-morelink li {
padding: 3px 0;
white-space: nowrap;
display: block;
width: 100%;
text-align: left;
}
.rtl .apus-footer-mobile > ul > li .wrapper-morelink li {
text-align: right;
}
.apus-footer-mobile > ul > li .wrapper-morelink.active {
visibility: visible;
opacity: 1;
filter: alpha(opacity=100);
}
.apus-footer-mobile .mini-cart i {
font-size: 17px;
}
.apus-footer-mobile .mini-cart .count {
top: 2px;
}
.apus-footer-mobile .apus-search-form {
min-width: 300px;
}
.apus-footer-mobile .apus-search-form .select-category {
display: none;
}
.apus-footer-mobile .apus-search-form form {
border: none;
}
.apus-footer-mobile .apus-search-form form .form-control {
border: 1px solid #ebebeb;
}