@charset "UTF-8";
.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}:root {
--e-global-color-primary: #333333;
--e-global-color-text: #7c7c7c;
--e-global-color-accent: #197bff;
--e-global-color-white: #ffffff;
--e-global-color-yellow: #f2d22f;
--e-global-heading-font: 'Inter', sans-serif;
--e-global-body-font: 'Inter', sans-serif;
} .elementor-widget-whmcs_product_price {
z-index: 1;
}
.hostiko-price-outer .currency {
font-size: 30px;
line-height: 30px;
font-weight: 400;
color: var(--e-global-color-primary);
top: -23px;
position: relative;
font-family: var(--e-global-body-font);
display: inline-block;
}
.hostiko-price-outer .price {
font-size: 64px;
line-height: 54px;
font-weight: 700;
color: var(--e-global-color-primary);
display: inline-block;
font-family: var(--e-global-body-font);
}
.hostiko-price-outer .decimal-outer {
display: inline-block;
}
.hostiko-price-outer .decimal-outer .decimal {
font-size: 30px;
line-height: 30px;
font-weight: 400;
display: block;
color: var(--e-global-color-primary);
font-family: var(--e-global-body-font);
}
.hostiko-price-outer .decimal-outer .duration {
font-size: 16px;
line-height: 16px;
font-weight: 300;
color: var(--e-global-color-text);
font-family: var(--e-global-body-font);
display: inline-block;
} .hostiko-testimonial-section .hostiko-testimonial-box {
background: var(--e-global-color-white);
width: 100%;
padding: 40px 43px 40px 35px;
border-radius: 20px;
transition: all 0.3s ease-in-out;
}
.hostiko-testimonial-section .hostiko-testimonial-box .user-content-outer {
margin-bottom: 20px;
}
.hostiko-testimonial-section .hostiko-testimonial-box .user-content {
padding-left: 20px;
}
.hostiko-testimonial-section .hostiko-testimonial-box .user-name {
font-size: 18px;
line-height: 18px;
font-weight: 600;
font-family: var(--e-global-heading-font);
color: var(--e-global-color-primary);
margin-bottom: 6px;
}
.hostiko-testimonial-section .hostiko-testimonial-box .designation {
font-size: 14px;
line-height: 20px;
font-weight: 400;
color: var(--e-global-color-text);
font-family: var(--e-global-body-font);
display: block;
}
.hostiko-testimonial-section .hostiko-testimonial-box .content {
font-size: 16px;
line-height: 28px;
font-weight: 400;
color: var(--e-global-color-primary);
font-family: var(--e-global-body-font);
margin-bottom: 22px;
}
.hostiko-testimonial-section .hostiko-testimonial-box ul {
line-height: 0;
}
.hostiko-testimonial-section .hostiko-testimonial-box ul li {
display: inline-block;
margin-right: -2px;
}
.hostiko-testimonial-section .hostiko-testimonial-box ul li i {
color: var(--e-global-color-yellow);
font-size: 16px;
line-height: 12px;
}
.hostiko-testimonial-section .owl-carousel .owl-nav {
position: absolute;
top: 95px;
left: 0;
width: 100%;
}
.hostiko-testimonial-section .owl-carousel .owl-nav .owl-prev {
left: -25px;
position: absolute;
}
.hostiko-testimonial-section .owl-carousel .owl-nav .owl-prev span,
.hostiko-testimonial-section .owl-carousel .owl-nav .owl-next span {
font-size: 50px;
}
.hostiko-testimonial-section .owl-carousel .owl-nav .owl-next {
position: absolute;
right: -25px;
}
.hostiko-testimonial-section .owl-carousel .owl-dots {
display: block !important;
margin-top: 40px !important;
line-height: 0;
text-align: center;
}
.hostiko-testimonial-section .owl-carousel .owl-dots button:hover {
background-color: transparent !important;
}
.hostiko-testimonial-section .owl-carousel .owl-dots .owl-dot span {
background: #d6d6d6;
width: 10px;
height: 10px;
margin: 0 6px;
transition: all 0.3s ease-in-out;
display: block;
border-radius: 100px;
}
.hostiko-testimonial-section .owl-carousel .owl-dots .owl-dot:hover span {
background: var(--e-global-color-yellow);
}
.hostiko-testimonial-section .owl-carousel .owl-dots .owl-dot.active span {
background: var(--e-global-color-yellow);
position: relative;
display: block;
border-radius: 100px;
}
.hostiko-testimonial-section .owl-carousel .owl-dots .owl-dot:focus {
outline: none;
}
.hostiko-testimonial-section .owl-theme .owl-nav [class*=owl-]:hover {
background: transparent !important;
}
.hostiko-testimonial-section .owl-carousel .owl-dots button:focus {
outline: none;
background-color: transparent;
}
.hostiko-testimonial-section .owl-carousel button:focus{
outline: none;
} .hostiko-tld-table {
overflow: hidden;
box-shadow: 0 0 61px 0 rgba(0, 0, 0, 0.03);
}
.hostiko-tld-table tr th {
background-color: #fb666b;
color: #fff;
border: none;
padding: 20px;
}
.hostiko-tld-table tr td {
color: #7c7c7c;
border: none !important;
}
.hostiko-tld-table tr td:first-child {
font-weight: 600;
color: #333333;
}
.hostiko-tld-table tr:nth-child(odd) {
background: #f9f9f9;
}
.hostiko-tld-table tr td {
padding: 15px;
}
.whmcs-cards .whmcs_price_plan {
float: left;
overflow: hidden;
} .hostiko_vps_section {
padding: 100px 0;
}
.hostiko_vps_section .vps_content {
padding: 0 0 7px;
border-radius: 5px;
background: #4383ec;
}
.hostiko_vps_section .vps_content .vps_upper_content {
padding: 48px 64px 45px;
margin-bottom: 8px;
border-radius: 4px 4px 6px 6px;
background: #fff;
}
.hostiko_vps_section .vps_content .vps_upper_content .progress_content {
position: relative;
}
.hostiko_vps_section .vps_content .vps_upper_content .progress_content .progress-image {
margin-bottom: 28px;
margin-left: 10px;
margin-right: 10px;
}
.hostiko_vps_section .vps_content .vps_upper_content .progress_content .progress-circle {
position: absolute;
top: -2px;
left: 192px;
}
.hostiko_vps_section .vps_content .vps_upper_content .progress_content .progress_box {
display: flex;
margin-bottom: 26px;
justify-content: space-between;
}
.hostiko_vps_section .vps_content .vps_upper_content .progress_content .progress_box li {
text-align: center;
}
.hostiko_vps_section .vps_content .vps_upper_content .progress_content .progress_box span {
font-size: 14px;
line-height: 20px;
display: block;
color: var(--global--color-text);
}
.hostiko_vps_section .vps_content .vps_upper_content .progress_content .progress_box .vps {
font-weight: 400;
margin-bottom: 2px;
cursor: pointer;
}
.hostiko_vps_section .vps_content .vps_upper_content .progress_content .progress_box .num {
font-weight: 700;
margin-bottom: 0;
}
.hostiko_vps_section .vps_content .vps_upper_content .progress_content .content_box {
padding: 23px 42px 20px;
margin-bottom: 29px;
display: flex;
border-radius: 6px;
border: 1px solid #bbd2f8;
box-shadow: 0 10px 36px 10px rgb(67 131 236 / 10%);
justify-content: space-between;
}
.hostiko_vps_section .vps_content .vps_upper_content .progress_content .content_box li {
padding-right: 32px;
display: flex;
border-right: 1px solid #d8e5ff;
align-items: center;
}
.hostiko_vps_section .vps_content .vps_upper_content .progress_content .content_box li:first-child {
padding-left: 0;
}
.hostiko_vps_section .vps_content .vps_upper_content .progress_content .content_box li:last-child {
padding-right: 0;
border: none;
}
.hostiko_vps_section .vps_content .vps_upper_content .progress_content .content_box .content-icon {
float: left;
padding-right: 5px;
}
.hostiko_vps_section .vps_content .vps_upper_content .progress_content .content_box span {
padding-right: 8px;
}
.hostiko_vps_section .vps_content .vps_upper_content .progress_content .button {
text-align: center;
}
.hostiko_vps_section .vps_content .vps_upper_content .progress_content .button span {
font-size: 14px;
line-height: 14px;
font-weight: 400;
color: var(--global--color-text);
}
.hostiko_vps_section .vps_content .vps_upper_content .progress_content .button .price_inner {
padding: 0 8px;
}
.hostiko_vps_section .vps_content .vps_upper_content .progress_content .button .price_outter {
padding-right: 14px;
}
.hostiko_vps_section .vps_content .vps_upper_content .progress_content .button .price_outter .price {
font-size: 24px;
line-height: 24px;
font-weight: 500;
color: #4383ec;
}
.hostiko_vps_section .vps_content .vps_upper_content .progress_content .button .buy_now {
font-size: 14px;
line-height: 14px;
font-weight: 500;
padding: 18px 60px;
border-radius: 6px;
display: inline-block;
color: #fff;
background: #4383ec;
transition: all 0.3s ease-in-out;
}
.hostiko_vps_section .vps_content .vps_upper_content .progress_content .button .buy_now:hover {
background: #57dbee;
}
.hostiko_vps_section .vps_content .text {
text-align: center;
color: #fff;
}
.hostiko_vps_section .vps_content .text .bold-text {
font-weight: 700;
padding-right: 5px;
}
.hostiko_vps_section .ui-slider .ui-slider-handle {
width: 30px;
height: 30px;
border: none;
background: transparent;
top: -8px;
}
.hostiko_vps_section .ui-slider-horizontal {
height: 16px;
cursor: pointer;
}
.hostiko_vps_section .ui-widget-header {
background-image: linear-gradient(to bottom, #57dbee 0%, #4383ec 100%);
}
.hostiko_vps_section .ui-corner-all,
.hostiko_vps_section .ui-corner-bottom,
.hostiko_vps_section .ui-corner-right,
.hostiko_vps_section .ui-corner-br,
.hostiko_vps_section .ui-slider .ui-slider-range {
border-radius: 6px;
border: none;
background-color: #f2f6fe;
} .hostiko-search-bar #search {
position: relative;
width: 100%;
height: 46px;
display: flex;
background-color: transparent;
border: 1px solid #dbdbdb;
border-radius: 22.5px;
align-items: center;
}
.hostiko-search-bar input {
all: unset;
font-size: 14px;
color: #000;
height: auto;
width: 100%;
padding: 0px 100px 0px 50px;
}
::placeholder {
color: #7c7c7c;
opacity: 0.7;
}
.hostiko-search-bar .fa-search {
position: absolute;
left: 13px;
top: 15px;
color: #a5a5a5;
font-size: 16px;
cursor: pointer;
}
.hostiko-search-bar button {
border: none;
}
.hostiko-search-bar button:focus {
outline: none;
}
.hostiko-search-bar .form-control:focus {
background-color: transparent !important;
border: none !important;
}
#mainResultWrapper{
margin-top: 15px;
}
#domainCartOption ul .domain-available a,
#domainCartOption ul .domain-taken a,
#domainCartOption ul .tld-not-supported .popup {
border-radius: 100px;
}
#domainCartOption ul .domain-taken a.close {
border-radius: 100px;
}
#mainResultWrapper ul .domain-available a,
#mainResultWrapper ul .domain-taken a,
#mainResultWrapper ul .tld-not-supported .popup {
border-radius: 100px;
}
#mainResultWrapper ul .domain-taken a.close {
border-radius: 100px;
}
#suggestions ul .domain-available a,
#suggestions ul .domain-taken a,
#suggestions ul .tld-not-supported .popup {
border-radius: 100px;
}
#suggestions ul .domain-taken a.close {
border-radius: 100px;
} #hostiko_custom_tabs .tabs-main-list {
display: flex;
gap: 50px;
}
#hostiko_custom_tabs ul .nav-item .nav-link {
display: flex;
justify-content: space-between;
}
#hostiko_custom_tabs ul .nav-item .nav-link .tab-title-icon {
display: flex;
align-items: center;
}
#hostiko_custom_tabs ul .nav-item .nav-link .tab_tltle img {
height: auto;
}
#hostiko_custom_tabs .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
background-color: transparent;
border: 1px solid #ea8d43;
border-radius: 0;
}
#hostiko_custom_tabs .nav-pills .nav-link {
border: 1px solid transparent;
}
#hostiko_custom_tabs .nav-pills .nav-link.active .tab_tltle img {
filter: saturate(1) !important;
} .hostiko-domain-modal-display {
background: #FFF;
width: 650px;
height: 400px;
text-align: center;
box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
-moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
-webkit-box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.5);
position: fixed;
top: 50% !important;
left: 50% !important;
transform: translate(-50%, -50%) !important;
z-index: 9999;
padding: 20px 30px;
overflow-y: auto;
overflow-x: hidden;
}
.hostiko-domain-modal-display a {
line-height: 1em;
}
.hostiko-domain-modal-bg {
background: #FFF;
zoom: 1;
opacity: 0.8;
filter: alpha(opacity=80);
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: 9;
}
#domain_search_outter {
text-align: center;
}
#domainCartOption,
#mainResultWrapper,
#suggestions {
max-width: 790px;
margin: 0 auto;
}
#domain_search_outter #searchtdomain,
#domain_search_outter #aiKeyword {
padding: 7px 15px;
border: 1px solid #000;
}
#domain_search_outter #search_btn i {
margin-right: 5px;
}
#domain_search_outter #search_btn {
padding: 7px 15px;
border: 1px solid #000;
}
#domain_search_outter #searchtdomain:focus,
#domain_search_outter #aiKeyword:focus {
border: 1px solid #000;
}
#domainCartOption ul li,
#mainResultWrapper ul li,
#suggestions ul li {
display: flex;
justify-content: space-between;
}
#domainCartOption ul,
#mainResultWrapper ul,
#suggestions ul {
padding: 0;
}
#domainCartOption ul .domain-available,
#mainResultWrapper ul .domain-available,
#suggestions ul .domain-available {
background-color: rgba(96, 183, 92, 0.3);
padding: 10px 20px;
border-radius: 10px;
margin-bottom: 10px;
align-items: center;
}
#domainCartOption ul .domain-available p,
#mainResultWrapper ul .domain-available p,
#suggestions ul .domain-available p {
margin-bottom: 0;
text-align: left;
}
#domainCartOption ul .domain-available a,
#mainResultWrapper ul .domain-available a,
#suggestions ul .domain-available a {
background: #60b75c;
color: #fff;
padding: 5px 12px;
border-radius: 10px;
font-size: 12px;
min-width: 75px;
}
#domainCartOption ul .tld-not-supported,
#mainResultWrapper ul .tld-not-supported,
#suggestions ul .tld-not-supported {
background-color: rgba(210, 82, 87, 0.3);
padding: 10px 20px;
border-radius: 10px;
margin-bottom: 10px;
align-items: center;
}
#domainCartOption ul .tld-not-supported p,
#mainResultWrapper ul .tld-not-supported p,
#suggestions ul .tld-not-supported p {
margin-bottom: 0px;
text-align: left;
}
#domainCartOption ul .tld-not-supported .popup,
#mainResultWrapper ul .tld-not-supported .popup,
#suggestions ul .tld-not-supported .popup {
background: #d25257;
color: #fff;
padding: 5px 12px;
border-radius: 10px;
font-size: 12px;
min-width: 75px;
}
#domainCartOption ul .domain-taken,
#mainResultWrapper ul .domain-taken,
#suggestions ul .domain-taken {
background-color: rgba(242, 210, 47, 0.3);
padding: 10px 20px;
border-radius: 10px;
margin-bottom: 10px;
align-items: center;
}
#domainCartOption ul .domain-taken p,
#mainResultWrapper ul .domain-taken p,
#suggestions ul .domain-taken p {
margin-bottom: 0px;
text-align: left;
}
#domainCartOption ul .domain-taken .popup,
#mainResultWrapper ul .domain-taken .popup,
#suggestions ul .domain-taken .popup {
background: #f2d22f;
color: #000;
padding: 5px 12px;
border-radius: 10px;
font-size: 12px;
min-width: 75px;
} .popup {
position: relative;
display: inline-block;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
} .popup .popuptext {
visibility: hidden;
width: 600px;
background-color: #555;
color: #fff;
text-align: center;
border-radius: 6px;
padding: 8px 0;
position: absolute;
z-index: 1;
bottom: 125%;
left: 50%;
margin-left: -80px;
height: 250px;
overflow-y: auto;
} .popup .popuptext::after {
content: "";
position: absolute;
top: 100%;
left: 50%;
margin-left: -5px;
border-width: 5px;
border-style: solid;
border-color: #555 transparent transparent transparent;
} .popup .show {
visibility: visible;
-webkit-animation: fadeIn 1s;
animation: fadeIn 1s;
} @-webkit-keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
} .hostiko-select-field.nice-select {
-webkit-tap-highlight-color: transparent;
background-color: #fff;
border-radius: 8px;
box-sizing: border-box;
clear: both;
cursor: pointer;
display: block;
float: left;
font-family: inherit;
font-size: 14px;
font-weight: normal;
height: auto;
line-height: 1.1em;
outline: none;
padding: 14px 20px;
position: relative;
text-align: left !important;
-webkit-transition: all 0.2s ease-in-out;
transition: all 0.2s ease-in-out;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
white-space: nowrap;
width: 100%;
border: 1px solid #e9e9e9;
}
.hostiko-select-field.nice-select.open {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
.hostiko-select-field.nice-select:hover {
border-color: #dbdbdb;
}
.hostiko-select-field.nice-select:active,
.hostiko-select-field.nice-select.open,
.hostiko-select-field.nice-select:focus {
border-color: #e9e9e9;
}
.hostiko-select-field.nice-select:after {
border-bottom: 2px solid #333333;
border-right: 2px solid #333333;
content: "";
display: block;
height: 7px;
width: 7px;
margin-top: -6px;
pointer-events: none;
position: absolute;
right: 20px;
top: 50%;
-webkit-transform-origin: 66% 66%;
-ms-transform-origin: 66% 66%;
transform-origin: 66% 66%;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transition: all 0.15s ease-in-out;
transition: all 0.15s ease-in-out;
}
.hostiko-select-field.nice-select.open:after {
-webkit-transform: rotate(-135deg);
-ms-transform: rotate(-135deg);
transform: rotate(-135deg);
}
.hostiko-select-field.nice-select.open .list {
opacity: 1;
pointer-events: auto;
-webkit-transform: scale(1) translateY(0);
-ms-transform: scale(1) translateY(0);
transform: scale(1) translateY(0);
}
.hostiko-select-field.nice-select.disabled {
border-color: #ededed;
color: #e9e9e9;
pointer-events: none;
}
.hostiko-select-field.nice-select.disabled:after {
border-color: #cccccc;
}
.hostiko-select-field.nice-select.wide {
width: 100%;
}
.hostiko-select-field.nice-select.wide .list {
left: 0 !important;
right: 0 !important;
}
.hostiko-select-field.nice-select.right {
float: right;
}
.hostiko-select-field.nice-select.right .list {
left: auto;
right: 0;
}
.hostiko-select-field.nice-select.small {
font-size: 12px;
height: 36px;
line-height: 34px;
}
.hostiko-select-field.nice-select.small:after {
height: 4px;
width: 4px;
}
.hostiko-select-field.nice-select.small .option {
line-height: 34px;
min-height: 34px;
}
.hostiko-select-field.nice-select .list {
background-color: #fff;
border-radius: 8px;
box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
box-sizing: border-box;
margin-top: 0;
opacity: 0;
overflow: hidden;
padding: 0;
pointer-events: none;
position: absolute;
top: 100%;
left: 0;
-webkit-transform-origin: 50% 0;
-ms-transform-origin: 50% 0;
transform-origin: 50% 0;
-webkit-transform: scale(0.75) translateY(-21px);
-ms-transform: scale(0.75) translateY(-21px);
transform: scale(0.75) translateY(-21px);
-webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25),
opacity 0.15s ease-out;
transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
z-index: 9;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.hostiko-select-field.nice-select .list:hover .option:not(:hover) {
background-color: transparent;
}
.hostiko-select-field.nice-select .option {
cursor: pointer;
font-weight: 400;
line-height: 38px;
list-style: none;
min-height: 38px;
outline: none;
padding-left: 20px;
padding-right: 20px;
text-align: left;
-webkit-transition: all 0.2s;
transition: all 0.2s;
border-bottom: 1px solid #e9e9e9;
font-size: 14px;
color: #333333;
position: relative;
text-transform: capitalize;
display: flex;
justify-content: space-between;
align-items: center;
}
.hostiko-select-field .current {
font-size: 14px;
font-weight: 400;
color: #333333;
text-transform: capitalize;
}
.hostiko-select-field .current .dash {
margin: 0 5px;
}
.hostiko-select-field .option.selected {
font-weight: 400 !important;
}
.hostiko-select-field.nice-select .option:hover,
.hostiko-select-field.nice-select .option.focus,
.hostiko-select-field.nice-select .option.selected.focus {
background-color: #f9f9f9;
color: #fb666b;
}
.hostiko-select-field.nice-select .option.selected::before,
.hostiko-select-field.nice-select .option:hover::before {
content: "";
height: 38px;
width: 2px;
background: #fb666b;
position: absolute;
top: 0;
left: 0;
}
.hostiko-select-field.nice-select .option.disabled {
background-color: transparent;
color: #e9e9e9;
cursor: default;
}
.no-csspointerevents .hostiko-select-field.nice-select .list {
display: none;
}
.no-csspointerevents .hostiko-select-field.nice-select.open .list {
display: block;
} .whmcs-product-btn-outer .whmcs-product-btn {
display: inline-block;
padding: 10px 20px;
}  #domain_search_outter #domainCartOption,
#domain_search_outter #mainResultWrapper,
#domain_search_outter #suggestions {
max-width: 100%;
margin: 0 auto;
}
#domain_search_outter #searchtdomain,
#domain_search_outter #aiKeyword {
width: 100% !important;
padding: 20px 270px 20px 20px;
border-radius: 10px;
font-family: 'inter', sans-serif;
border: 2px solid rgb(0 0 0 / 10%);
color: #000;
}
#domain_search_outter #searchtdomain:focus,
#domain_search_outter #aiKeyword:focus {
outline: none;
}
#domain_search_outter #transfer_btn {
color: var(--e-global-color-accent);
}
#domain_search_outter #transfer_btn i {
margin-right: 5px;
}
#domain_search_outter {
position: relative;
}
#domain_search_outter .domain_seatch_btn_outter{
position: absolute;
display: flex;
top: 0;
right: 0;
}
#domain_search_outter #transfer_btn,
#domain_search_outter #search_btn {
border-radius: 10px;
font-family: 'inter', sans-serif;
font-size: 16px;
line-height: 24px;
}
#domain_search_outter #transfer_btn:hover,
#domain_search_outter #search_btn:hover {
cursor: pointer;
color: #000;
background: var(--e-global-color-yellow);
border-color: var(--e-global-color-yellow);
}
#domainCartOption ul .domain-taken a,
#mainResultWrapper ul .domain-taken a,
#suggestions ul .domain-taken a {
background: #88a8ed;
color: #fff;
padding: 6px 12px 5px;
border-radius: 10px;
font-size: 12px;
min-width: 75px;
width: auto;
}
#domainCartOption ul .domain-available a,
#domainCartOption .tld-not-supported a,
#domainCartOption ul .domain-taken a,
#mainResultWrapper ul .domain-available a,
#mainResultWrapper .tld-not-supported a,
#mainResultWrapper ul .domain-taken a,
#suggestions ul .domain-available a,
#suggestions .tld-not-supported a,
#suggestions ul .domain-taken a {
text-transform: uppercase;
font-family: 'inter', sans-serif;
}
#domainCartOption ul .domain-available p,
#domainCartOption ul .domain-available p i,
#mainResultWrapper ul .domain-available p,
#mainResultWrapper ul .domain-available p i,
#suggestions ul .domain-available p,
#suggestions ul .domain-available p i {
color: #64b85f;
}
#domainCartOption ul .domain-available p,
#mainResultWrapper ul .domain-available p,
#suggestions ul .domain-available p {
font-family: 'inter', sans-serif;
}
#domainCartOption .tld-not-supported a,
#mainResultWrapper .tld-not-supported a,
#suggestions .tld-not-supported a {
background: #ce5059;
color: #fff;
padding: 6px 12px 5px;
border-radius: 10px;
font-size: 12px;
min-width: 85px;
font-family: 'inter', sans-serif;
pointer-events: none;
}
#domainCartOption ul .domain-taken a.close,
#mainResultWrapper ul .domain-taken a.close,
#suggestions ul .domain-taken a.close {
position: fixed;
right: 30px;
top: 10px;
background: #ce5059;
opacity: 1;
padding: 0;
font-size: 14px;
line-height: 14px;
font-weight: 400;
width: 30px;
height: 30px;
display: flex;
align-items: center;
justify-content: center;
min-width: auto;
z-index: 999999;
}
#domainCartOption ul .domain-taken,
#mainResultWrapper ul .domain-taken,
#suggestions ul .domain-taken {
background-color: rgb(136 168 237 / 10%);
color: #88a8ed;
font-family: 'inter', sans-serif;
padding: 10px 10px 10px 20px;
}
#domain_search_outter #search_btn {
padding: 7px 15px;
border: 0;
background: #369;
color: #fff;
font-family: 'inter', sans-serif;
}
#domain_search_outter #transfer_btn {
padding: 7px 15px;
border: 0;
background: #28a745;
color: #fff;
font-family: 'inter', sans-serif;
}
#domain_search_outter #search_btn:focus,
#domain_search_outter #transfer_btn {
outline: none !important;
}
#domainCartOption ul .tld-not-supported,
#mainResultWrapper ul .tld-not-supported,
#suggestions ul .tld-not-supported {
background-color: rgb(206 80 89 / 10%);
color: #ce5059;
padding: 10px 10px 10px 20px;
}
#domainCartOption ul .domain-available,
#mainResultWrapper ul .domain-available,
#suggestions ul .domain-available {
background-color: rgba(96, 183, 92, 0.1);
padding: 10px 10px 10px 20px;
}
#domainCartOption ul .domain-available a,
#mainResultWrapper ul .domain-available a,
#suggestions ul .domain-available a {
padding: 6px 12px 5px;
font-size: 12px;
min-width: 85px;
background: #64b85f;
}
#domainCartOption ul .tld-not-supported a:hover,
#domainCartOption ul .domain-available a:hover,
#domainCartOption ul .domain-taken a:hover,
#mainResultWrapper ul .tld-not-supported a:hover,
#mainResultWrapper ul .domain-available a:hover,
#mainResultWrapper ul .domain-taken a:hover,
#suggestions ul .tld-not-supported a:hover,
#suggestions ul .domain-available a:hover,
#suggestions ul .domain-taken a:hover {
color: #000;
background: var(--e-global-color-yellow);
}
#domainCartOption ul .domain-taken .hostiko-domain-modal-display p,
#mainResultWrapper ul .domain-taken .hostiko-domain-modal-display p,
#suggestions ul .domain-taken .hostiko-domain-modal-display p {
color: #7a7a7a;
background: #FFF;
width: 650px;
height: 400px;
text-align: center;
position: fixed;
top: 50% !important;
left: 50% !important;
transform: translate(-50%, -50%) !important;
z-index: 9999;
padding: 20px 30px;
overflow-y: auto;
overflow-x: hidden;
}
.hostiko-domain-modal-display {
background: none;
width: 740px;
height: 450px;
text-align: center;
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
position: fixed;
top: 50% !important;
left: 50% !important;
transform: translate(-50%, -50%) !important;
z-index: 9999;
padding: 20px 30px;
overflow-y: auto;
overflow-x: hidden;
}
#domainCartOption ul .domain-taken .popup,
#mainResultWrapper ul .domain-taken .popup,
#suggestions ul .domain-taken .popup {
background: #369;
color: #fff;
padding: 6px 12px 5px;
min-width: 85px;
text-transform: uppercase;
}
.popup .popuptext {
visibility: hidden;
width: 600px;
background-color: #555;
color: #fff;
text-align: center;
border-radius: 6px;
padding: 8px 0;
position: absolute;
z-index: 1;
top: 50%;
left: 50%;
margin-left: -80px;
height: 250px;
overflow-y: auto;
transform: translate(-50%, -50%);
}
#domainCartOption ul li i,
#mainResultWrapper ul li i,
#suggestions ul li i {
margin-right: 5px;
font-size: 16px;
width: 16px;
}
#domainCartOption .hostiko-domain-modal-bg,
#mainResultWrapper .hostiko-domain-modal-bg,
#suggestions .hostiko-domain-modal-bg {
background: rgb(0 0 0 / 70%);
}
#domainCartOption ul li .close i,
#mainResultWrapper ul li .close i,
#suggestions ul li .close i {
margin: 0;
width: auto;
} .Comprison_pricingplan #button-table-top article {
width: 100%;
margin: 0 auto;
position: relative;
padding: 0px 10px;
}
.Comprison_pricingplan #button-table-top table thead tr {
display: none !important;
}
.Comprison_pricingplan #button-table-top td:hover::after {
content: '';
left: 0;
position: absolute;
width: 100%;
z-index: -1;
border: solid 1px #f9633b;
width: 1px;
}
.Comprison_pricingplan #button-table-top ul {
top: 0;
z-index: 10;
padding-bottom: 15px;
width: 100%;
}
.Comprison_pricingplan #button-table-top li {
list-style: none;
width: 25%;
display: inline;
}
.Comprison_pricingplan #button-table-top td+td,
.Comprison_pricingplan #button-table-top th+th {
text-align: center;
display: none;
}
.Comprison_pricingplan #button-table-top td.default {
display: table-cell;
border-left: solid 1px #e3ecfd;
}
.Comprison_pricingplan #button-table-top .sep {
background: #e54a3f;
font-weight: 400;
font-size: 20px;
line-height: 20px;
color: #fff;
padding: 20px;
border: 1px solid #ddd;
}
.Comprison_pricingplan #button-table-top .txt-l {
font-size: 28px;
font-weight: 700;
color: #e54a3f;
}
.Comprison_pricingplan #button-table-top .txt-top {
position: relative;
top: -9px;
left: -2px;
}
.Comprison_pricingplan #button-table-top .tick {
font-size: 18px;
color: #2ca01c;
}
.Comprison_pricingplan #button-table-top table tbody tr:first-child td:first-child {
font-family: 'DM Sans', sans-serif;
line-height: 30px;
font-size: 28px;
font-weight: 700;
color: #fff;
padding: 0px 11px 0px 24px;
text-align: left;
}
.Comprison_pricingplan #button-table-top table tbody tr td:nth-child(2),
.Comprison_pricingplan #button-table-top table tbody tr td:nth-child(3),
.Comprison_pricingplan #button-table-top table tbody tr td:nth-child(4),
.Comprison_pricingplan #button-table-top table tbody tr td:nth-child(5) {
text-align: center !important;
}
.Comprison_pricingplan #button-table-top table tbody tr td:nth-child(5) {
border-right: 1px solid #DFE2E8;
}
.pricing-box:hover .comperison_plan_btn a {
background-color: #ff7e00;
}
.Comprison_pricingplan #button-table-top table tbody tr td .fa-check {
font-size: 16px;
color: #8a949f;
text-align: left;
font-weight: 400 !important;
}
.Comprison_pricingplan .butn-1 {
padding: 20px 25px 20px 25px !important;
background-color: transparent !important;
border: 2px solid #FF822D !important;
color: #fff !important;
}
.Comprison_pricingplan #button-table-top table tbody tr td .bg-color-1 {
padding: 40px 25px 40px 25px !important;
}
.Comprison_pricingplan #button-table-top table tbody tr .pad-first-td {
padding: 40px 15px 40px !important;
}
.Comprison_pricingplan #button-table-top table tbody tr .pad-last-rl {
padding: 25px 0px !important;
} .content-scroll {
overflow-y: scroll;
max-height: 250px;
scrollbar-width: thin;
scrollbar-color: var(--e-global-color-accent) color-mix(in srgb, var(--e-global-color-accent) 10%, transparent);; }
#hostiko_custom_tabs .nav-pills .nav-item:last-child {
margin-bottom: 0px !important;
}
#hostiko_custom_tabs .row:first-child {
margin: 0px !important;
}
#hostiko_custom_tabs .nav-item .tab_tltle span {
display: block !important;
}
#loader {
display: none;
margin-left: 5px;
} @media screen and (max-width: 1199px) {
.hostiko-search-bar input {
padding: 0px 40px 0in 60px;
}
.hostiko_vps_section .vps_content .vps_upper_content .progress_content .content_box {
padding: 22px;
}
.hostiko_vps_section .vps_content .vps_upper_content .progress_content .content_box li {
padding-right: 64px;
display: block;
}
}
@media screen and (max-width: 1024px) {
.Comprison_pricingplan #button-table-top ul {
padding-bottom: 0;
}
}
@media (min-width: 992px) {
.Comprison_pricingplan #button-table-top ul {
display: none;
}
.Comprison_pricingplan #button-table-top td,
.Comprison_pricingplan #button-table-top th {
display: table-cell !important;
width: 353px;
}
.Comprison_pricingplan #button-table-top td+td,
.Comprison_pricingplan #button-table-top th+th {
width: auto;
}
}
@media screen and (max-width: 991px) {
.Comprison_pricingplan #button-table-top .sep {
width: 100%;
float: left;
height: auto;
}
.dur-t {
display: flex;
margin-left: 130px;
}
.Comprison_pricingplan #button-table-top table tbody tr td {
width: 50%;
height: auto;
}
.Comprison_pricingplan #button-table-top ul {
padding-left: 0px;
padding-bottom: 20px;
display: flex;
gap: 15px;
text-align: center;
}
.Comprison_pricingplan #button-table-top table tbody tr:first-child td:first-child {
padding: 10px 0px 10px 0px !important;
}
.hostiko_vps_section .vps_content {
padding: 0 0 12px;
}
.hostiko_vps_section .vps_content .vps_upper_content {
padding: 33px 30px 30px;
margin-bottom: 14px;
}
.hostiko_vps_section .vps_content .vps_upper_content .progress_content .progress_box {
margin-bottom: 30px;
}
.hostiko_vps_section .vps_content .vps_upper_content .progress_content .progress-image {
margin-bottom: 22px;
}
.hostiko_vps_section .vps_content .vps_upper_content .progress_content .progress-image img {
height: 16px;
}
.hostiko_vps_section .vps_content .vps_upper_content .progress_content .progress-circle {
left: 125px;
}
.hostiko_vps_section .vps_content .vps_upper_content .progress_content .content_box {
padding: 22px 30px;
}
.hostiko_vps_section .vps_content .vps_upper_content .progress_content .content_box li {
padding-right: 32px;
}
.hostiko_vps_section .vps_content .vps_upper_content .progress_content .content_box .content {
margin-bottom: 3px;
}
.hostiko_vps_section .vps_content .vps_upper_content .progress_content .button .buy_now {
padding: 17px 60px;
}
.hostiko_vps_section .vps_content .text {
font-size: 14px;
line-height: 20px;
padding: 0 70px;
}
}
@media screen and (max-width: 768px) {
.hostiko_vps_section .slider_detail {
display: block;
}
.hostiko_vps_section .slider_price_box {
justify-content: center;
}
}
@media screen and (max-width: 767px) {
.hostiko-tld-table table {
border: 0;
}
.hostiko-tld-table thead {
border: none;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
.hostiko-tld-table tr {
display: block;
margin-bottom: 15px;
}
.hostiko-tld-table tr:last-child {
margin-bottom: 0;
}
.hostiko-tld-table td {
display: block;
text-align: right !important;
}
.hostiko-tld-table tr td {
text-align: right;
padding: 15px 30px;
font-weight: 400 !important;
color: #7c7c7c !important;
}
.hostiko-tld-table td::before { content: attr(data-label);
float: left;
font-weight: 600;
color: #333333;
}
.hostiko-tld-table td:last-child {
border-bottom: 0;
}
.hostiko-tld-table td:last-child {
border-bottom: 0;
}
#hostiko_custom_tabs .tabs-main-list {
gap: 30px;
}
#hostiko_custom_tabs #myTab {
flex-direction: inherit !important;
justify-content: center;
}
#hostiko_custom_tabs #myTab.nav-pills .nav-item {
flex: auto;
}
#hostiko_custom_tabs #myTab.nav-pills .nav-link {
text-align: center;
display: block;
}
#hostiko_custom_tabs .tabs-main-list {
justify-content: center;
}
#hostiko_custom_tabs .nav-item .tab_tltle img {
margin: 0 !important;
}
#hostiko_custom_tabs .nav-item .tab_tltle span {
display: none;
}
#hostiko_custom_tabs .nav-item .tab-title-icon i {
display: none;
} .hostiko-domain-modal-display {
width: 550px;
height: 450px;
}
#domainCartOption ul .domain-taken .hostiko-domain-modal-display p,
#mainResultWrapper ul .domain-taken .hostiko-domain-modal-display p,
#suggestions ul .domain-taken .hostiko-domain-modal-display p {
width: 460px;
height: 400px;
}
.Comprison_pricingplan #button-table-top table tbody tr td {
padding: 25px 10px 25px !important;
}
.Comprison_pricingplan #button-table-top table tbody tr:last-child td {
padding: 20px 20px !important;
}
.Comprison_pricingplan #button-table-top table tbody tr:first-child td,
.Comprison_pricingplan #button-table-top td {
line-height: 20px;
padding: 10px 20px;
}
.Comprison_pricingplan #button-table-top .sep {
border: none;
}
.Comprison_pricingplan #button-table-top table tbody tr {
border: none;
}
.Comprison_pricingplan #button-table-top .sep {
padding: 15px;
font-size: 18px;
line-height: 18px;
}
.Comprison_pricingplan #button-table-top table tbody tr td {
font-size: 14px;
}
.Comprison_pricingplan #button-table-top table tbody tr:first-child td,
.Comprison_pricingplan #button-table-top td {
padding: 6px;
}
.Comprison_pricingplan #button-table-top table tbody tr:first-child td span.princing_btn a {
padding-top: 7px;
}
.Comprison_pricingplan #button-table-top .sep {
padding: 15px;
height: auto;
font-size: 14px;
line-height: 14px;
}
.Comprison_pricingplan #button-table-top table tbody tr td {
font-size: 14px;
line-height: 20px;
}
.Comprison_pricingplan #button-table-top button {
font-size: 14px;
height: 45px;
padding: 9px 10px;
}
.Comprison_pricingplan #button-table-top tbody button {
padding: 9px 20px;
}
.Comprison_pricingplan #button-table-top table tbody tr:last-child td a {
padding: 15px 24px;
}
.Comprison_pricingplan #button-table-top table tbody tr:first-child td:first-child {
padding: 27px 10px 27px 10px;
}
.hostiko_vps_section .vps_content {
padding: 0 0 8px;
}
.hostiko_vps_section .vps_content .vps_upper_content {
padding: 24px 14px 32px;
margin-bottom: 8px;
}
.hostiko_vps_section .vps_content .vps_upper_content .progress_content .progress-image {
margin-bottom: 20px;
}
.hostiko_vps_section .vps_content .vps_upper_content .progress_content .progress-image img {
height: 12px;
}
.hostiko_vps_section .vps_content .vps_upper_content .progress_content .progress_box {
margin-bottom: 22px;
}
.hostiko_vps_section .vps_content .vps_upper_content .progress_content .progress-circle {
top: -1px;
left: 44px;
}
.hostiko_vps_section .vps_content .vps_upper_content .progress_content .progress-circle img {
width: 26px;
}
.hostiko_vps_section .vps_content .vps_upper_content .progress_content .content_box {
margin: 0 3px;
padding: 20px 26px;
margin-bottom: 21px;
display: inline-block;
}
.hostiko_vps_section .vps_content .vps_upper_content .progress_content .button span {
padding-right: 0;
display: inline-block;
}
.hostiko_vps_section .vps_content .vps_upper_content .progress_content .button .buy_now {
padding: 17px 60px;
display: inline-block;
}
.hostiko_vps_section .vps_content .vps_upper_content .progress_content .button .price_outter {
width: 100%;
margin-bottom: 10px;
}
.hostiko_vps_section .vps_content .vps_upper_content .progress_content .button .price_outter .price {
width: auto;
}
.hostiko_vps_section .vps_content .text {
font-size: 12px;
line-height: 20px;
padding: 0 10px;
}
#hostiko_custom_tabs .nav-pills .nav-item:last-child {
margin-bottom: 10px !important;
}
}
.hostiko-domain-modal-display {
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background: #fff;
width: 90%;
max-width: 600px;
max-height: 80vh;
overflow-y: auto;
border-radius: 10px;
box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
z-index: 9999;
padding: 20px;
}
.hostiko-domain-modal-bg {
position: fixed;
top: 0; left: 0;
width: 100%; height: 100%;
background: rgba(0, 0, 0, 0.5);
z-index: 9998;
}
.hostiko-domain-modal-display .close {
position: absolute;
top: 10px;
right: 15px;
color: #c57e86;
font-size: 18px;
cursor: pointer;
}
.whois-content {
font-size: 13px;
color: #333;
line-height: 1.5;
}
.whois-row {
margin-bottom: 6px;
}
.whois-raw {
margin-top: 12px;
background: #f9f9f9;
padding: 10px;
border-radius: 6px;
font-size: 12px;
max-height: 250px;
overflow: auto;
} .domain-tabs {
margin-bottom: 10px;
display: flex;
gap: 10px;
justify-content: center;
}
.domain-tabs button {
background: #f8f8f8;
border: none;
padding: 8px 16px;
cursor: pointer;
font-weight: 600;
color: #333;
border-radius: 5px;
}
.domain-tabs button.active {
background: #fff;
border: 1px solid #ddd;
color: #000;
}
#domain_search_outter .tab-content {
display: none;
}
#domain_search_outter .tab-content.active {
display: block;
}
.ai-domain-search-container {
max-width: 800px;
margin: 0 auto;
padding: 20px;
}
.ai-domain-search-form {
background: #f8f9fa;
padding: 30px;
border-radius: 10px;
margin-bottom: 30px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.ai-domain-search-form h3 {
margin-top: 0;
color: #333;
text-align: center;
margin-bottom: 20px;
}
.search-input-group {
display: flex;
gap: 15px;
align-items: flex-end;
margin-bottom: 15px;
}
#domain-prompt {
flex: 1;
padding: 12px 15px;
border: 2px solid #ddd;
border-radius: 5px;
font-size: 16px;
resize: vertical;
min-height: 80px;
font-family: inherit;
}
#domain-prompt:focus {
outline: none;
border-color: #007cba;
}
#search-domains-btn {
background: #007cba;
color: white;
border: none;
padding: 12px 25px;
border-radius: 5px;
cursor: pointer;
font-size: 16px;
white-space: nowrap;
transition: background-color 0.3s;
height: fit-content;
}
#search-domains-btn:hover:not(:disabled) {
background: #005a87;
}
#search-domains-btn:disabled {
opacity: 0.6;
cursor: not-allowed;
}
#ai_search_btn {
position: absolute;
right: 7px;
top: 7px;
padding: 15px 10px;
border: 0;
border-radius: 10px;
background: #000;
color: #fff;
}
.agent-selection {
display: flex;
align-items: center;
gap: 10px;
padding: 10px;
background: white;
border-radius: 5px;
border: 1px solid #ddd;
}
.agent-selection label {
font-weight: bold;
color: #555;
margin: 0;
}
#ai-agent-select {
padding: 5px 10px;
border: 1px solid #ccc;
border-radius: 4px;
background: white;
}
.agent-info {
cursor: help;
font-size: 14px;
opacity: 0.7;
}
.search-loading {
text-align: center;
padding: 40px;
background: #f8f9fa;
border-radius: 10px;
margin-bottom: 20px;
}
.spinner { border-radius: 50%;
width: 40px;
height: 40px;
animation: spin 1s linear infinite;
margin: 0 auto 20px;
}
@keyframes spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.agent-status {
margin-top: 15px;
padding: 10px;
background: #e7f3ff;
border-radius: 5px;
border-left: 4px solid #007cba;
}
.search-results {
background: white;
border-radius: 10px;
overflow-x: hidden;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.results-header {
background: #007cba;
color: white;
padding: 20px;
text-align: center;
}
.results-header h4 {
margin: 0 0 10px 0;
font-size: 20px;
}
.provider-info {
opacity: 0.9;
font-size: 14px;
}
.results-stats {
padding: 15px 20px;
background: #f8f9fa;
border-bottom: 1px solid #eee;
text-align: center;
font-weight: bold;
color: #555;
}
.domains-grid {
display: grid;
gap: 1px;
background: #f0f0f0;
}
.domain-item {
background: white;
padding: 20px;
display: flex;
justify-content: space-between;
align-items: center;
transition: background-color 0.3s;
}
.domain-item:hover {
background: #f8f9fa;
}
.domain-item.available {
border-left: 4px solid #28a745;
}
.domain-item.taken {
border-left: 4px solid #dc3545;
opacity: 0.9;
}
.domain-name {
font-weight: bold;
font-size: 18px;
color: #333;
flex: 1;
text-align: left;
}
.domain-status {
color: #666;
font-size: 14px;
margin: 0 15px;
}
.domain-actions {
display: flex;
gap: 10px;
}
.purchase-btn,
.whois-btn {
padding: 8px 16px;
border: none;
border-radius: 4px;
cursor: pointer;
font-size: 14px;
transition: background-color 0.3s;
white-space: nowrap;
}
.purchase-btn {
background: #28a745;
color: white;
}
.purchase-btn:hover {
background: #218838;
}
.whois-btn {
background: #6c757d;
color: white;
}
.whois-btn:hover {
background: #545b62;
}
.no-results {
padding: 40px;
text-align: center;
color: #666;
}
.no-results p {
margin: 0;
font-style: italic;
}
.search-error {
background: #fff5f5;
border: 1px solid #fed7d7;
border-radius: 8px;
padding: 20px;
margin: 20px 0;
display: flex;
align-items: flex-start;
gap: 15px;
}
.error-icon {
font-size: 24px;
flex-shrink: 0;
margin-top: 2px;
}
.error-content h4 {
color: #c53030;
margin: 0 0 10px 0;
font-size: 18px;
}
.error-content p {
margin: 0 0 15px 0;
color: #742a2a;
}
.error-tip {
background: #fffaf0;
border-left: 3px solid #ddb210;
padding: 10px 15px;
margin: 15px 0;
border-radius: 0 4px 4px 0;
}
.retry-btn {
background: #3182ce;
color: white;
border: none;
padding: 8px 16px;
border-radius: 4px;
cursor: pointer;
font-size: 14px;
}
.retry-btn:hover {
background: #2c5aa0;
}
.agent-suggestion {
margin-top: 20px;
padding-top: 20px;
border-top: 1px solid #fed7d7;
}
.agent-buttons {
display: flex;
gap: 10px;
flex-wrap: wrap;
margin-top: 10px;
}
.agent-switch-btn {
background: #e2e8f0;
border: 1px solid #cbd5e0;
padding: 6px 12px;
border-radius: 4px;
cursor: pointer;
font-size: 13px;
transition: all 0.3s;
}
.agent-switch-btn:hover {
background: #cbd5e0;
border-color: #a0aec0;
}
.quota-error-specific {
background: #fff3cd;
border: 1px solid #ffeaa7;
border-radius: 5px;
padding: 15px;
margin: 10px 0;
}
.quota-error-specific p {
margin: 5px 0;
}
.quota-explanation {
margin-top: 10px;
padding: 10px;
background: #f8f9fa;
border-radius: 3px;
}
.quota-explanation ul {
margin: 5px 0;
padding-left: 20px;
}
.quota-explanation li {
margin: 3px 0;
} .search-error .error-content h4 {
color: #c53030;
margin: 0 0 10px 0;
font-size: 18px;
}
.google-quota-warning {
background: #ffeaa7;
border-left: 4px solid #fdcb6e;
padding: 10px 15px;
margin: 10px 0;
border-radius: 0 4px 4px 0;
}
.agent-suggestion {
margin-top: 20px;
padding-top: 20px;
border-top: 1px solid #e2e8f0;
}
.agent-buttons {
display: flex;
gap: 10px;
flex-wrap: wrap;
margin-top: 10px;
}
.agent-switch-btn {
background: #e2e8f0;
border: 1px solid #cbd5e0;
padding: 8px 16px;
border-radius: 4px;
cursor: pointer;
font-size: 14px;
transition: all 0.3s;
}
.agent-switch-btn:hover {
background: #cbd5e0;
border-color: #a0aec0;
} @media (max-width: 768px) {
.agent-buttons {
flex-direction: column;
}
.agent-switch-btn {
width: 100%;
text-align: center;
}
.quota-explanation ul {
padding-left: 15px;
}
}
@media (max-width: 768px) {
.search-input-group {
flex-direction: column;
}
.domain-item {
flex-direction: column;
align-items: flex-start;
gap: 10px;
}
.domain-status {
margin: 0;
}
.domain-actions {
width: 100%;
justify-content: flex-end;
}
.agent-selection {
flex-direction: column;
align-items: flex-start;
}
.agent-buttons {
flex-direction: column;
}
.agent-switch-btn {
width: 100%;
text-align: left;
}
}
@media screen and (max-width: 575px) {
#domain_search_outter #searchtdomain,
#domain_search_outter #aiKeyword {
padding: 10px 10px 10px 10px;
}
#domain_search_outter .domain_seatch_btn_outter{
position: relative;
justify-content: center;
}
#domain_search_outter #transfer_btn,
#domain_search_outter #search_btn {
border-radius: 10px;
padding: 12px 15px 12px;
font-size: 15px;
line-height: 15px;
width: 50%;
}
#domainCartOption ul .domain-taken,
#domainCartOption ul .tld-not-supported,
#domainCartOption ul .domain-available {
padding: 10px 15px;
}
#domainCartOption ul li {
gap: 10px;
}
#domainCartOption ul li p {
line-height: 22px;
font-size: 12px;
}
#domainCartOption ul .domain-taken a,
#domainCartOption ul .tld-not-supported a,
#domainCartOption ul .domain-available a {
min-width: 85px;
}
#domainCartOption ul .domain-taken .hostiko-domain-modal-display p {
width: 300px;
height: 360px;
padding: 20px;
}
.hostiko-domain-modal-display {
width: 350px;
height: 400px;
}
#domainCartOption ul .domain-taken a.close {
right: 5px;
top: 0;
}
.Comprison_pricingplan #button-table-top ul {
gap: 5px;
}
}
@media screen and (min-width: 500px) and (max-width: 767px) {
.hostiko_vps_section .vps_content .vps_upper_content .progress_content .content_box li {
padding: 0;
display: flex;
border-right: none;
float: left;
width: 50%;
}
.hostiko_vps_section .vps_content .vps_upper_content .progress_content .content_box .content {
margin-bottom: 0;
}
.hostiko_vps_section .vps_content .vps_upper_content .progress_content .content_box li:first-child {
border-right: 1px solid #d8e5ff;
}
.hostiko_vps_section .vps_content .vps_upper_content .progress_content .content_box li:last-child {
border-left: 1px solid #d8e5ff
}
.hostiko_vps_section .vps_content .vps_upper_content .progress_content .content_box .top-content {
margin-bottom: 20px;
}
.hostiko_vps_section .vps_content .vps_upper_content .progress_content .content_box .right-content {
padding-left: 12px;
}
}
@media screen and (max-width: 499px) {
.hostiko_vps_section .vps_content .vps_upper_content .progress_content .content_box li {
padding: 0;
display: block;
border-right: none;
float: left;
width: 52%;
}
.hostiko_vps_section .vps_content .vps_upper_content .progress_content .content_box .content {
margin-bottom: 5px;
}
.hostiko_vps_section .vps_content .vps_upper_content .progress_content .content_box li:first-child {
border-right: 1px solid #d8e5ff;
}
.hostiko_vps_section .vps_content .vps_upper_content .progress_content .content_box li:last-child {
border-left: 1px solid #d8e5ff
}
.hostiko_vps_section .vps_content .vps_upper_content .progress_content .content_box .top-content {
margin-bottom: 16px;
}
.hostiko_vps_section .vps_content .vps_upper_content .progress_content .content_box .right-content {
padding-left: 20px;
}
.hostiko_vps_section .vps_content .vps_upper_content .progress_content .content_box .left-content {
width: 48%;
}
}
@media screen and (max-width:404px) {
.Comprison_pricingplan #button-table-top table tbody tr:first-child td:first-child {
padding: 16px 10px 15px 10px;
}
.Comprison_pricingplan #button-table-top ul {
display: block;
float: left;
margin-bottom: 0;
}
.Comprison_pricingplan #button-table-top ul li {
width: 46.9%;
margin: 5px;
float: left;
}
}

li.menu-item-has-children .sub-menu.akd-nav-menu--dropdown {
margin-left: 0;
margin-top: 0;
}
li.menu-item-has-children .sub-menu.akd-nav-menu--dropdown:first-child {
margin-top: 0; }
.akd-custom-nav-main .akd-nav-menu li > ul li > ul {
left: 100%;
top: 0 !important;
}
.akd-custom-nav-main .akd-nav-menu--dropdown li a.has-submenu i {
transform: rotate(-90deg);
}
.akd-custom-toggle{
display: table-cell;
}
@media(min-width:1025px){
li.menu-item-has-children:hover > ul.akd-nav-menu--dropdown {
display: block !important;
visibility: visible;
opacity: 1;
z-index: 1;
transform: translateY(0%);
transition-delay: 0s, 0s, 0.5s;
}
}
@media(max-width:1024px){
li.menu-item-has-children:focus-within > ul.akd-nav-menu--dropdown {
display: block !important;
}
}
.site-main .menu-navigation-container {
overflow: visible;
}
.elementor-item:after,
.elementor-item:before {
display: block;
position: absolute;
transition: 0.3s;
transition-timing-function: cubic-bezier(0.58, 0.3, 0.005, 1);
}
.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,
.elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
opacity: 0;
}
.elementor-item-active:after,
.elementor-item-active:before,
.elementor-item.highlighted:after,
.elementor-item.highlighted:before,
.elementor-item:focus:after,
.elementor-item:focus:before,
.elementor-item:hover:after,
.elementor-item:hover:before {
transform: scale(1);
}
.e--pointer-double-line .elementor-item:after,
.e--pointer-double-line .elementor-item:before,
.e--pointer-overline .elementor-item:after,
.e--pointer-overline .elementor-item:before,
.e--pointer-underline .elementor-item:after,
.e--pointer-underline .elementor-item:before {
height: 3px;
width: 100%;
left: 0;
background-color: #3f444b;
z-index: 2;
}
.e--pointer-double-line.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,
.e--pointer-double-line.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,
.e--pointer-overline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,
.e--pointer-overline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,
.e--pointer-underline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,
.e--pointer-underline.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
height: 0;
width: 0;
left: 50%;
}
.e--pointer-double-line.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,
.e--pointer-overline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,
.e--pointer-underline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
top: 10px;
}
.e--pointer-double-line.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,
.e--pointer-overline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,
.e--pointer-underline.e--animation-drop-out .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after {
bottom: 10px;
}
.e--pointer-double-line.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,
.e--pointer-overline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,
.e--pointer-underline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
top: -10px;
}
.e--pointer-double-line.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,
.e--pointer-overline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,
.e--pointer-underline.e--animation-drop-in .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after {
bottom: -10px;
}
.e--pointer-double-line.e--animation-none,
.e--pointer-double-line.e--animation-none .elementor-item,
.e--pointer-double-line.e--animation-none .elementor-item:after,
.e--pointer-double-line.e--animation-none .elementor-item:before,
.e--pointer-double-line.e--animation-none .elementor-item:focus,
.e--pointer-double-line.e--animation-none .elementor-item:hover,
.e--pointer-double-line.e--animation-none:after,
.e--pointer-double-line.e--animation-none:before,
.e--pointer-double-line.e--animation-none:focus,
.e--pointer-double-line.e--animation-none:hover,
.e--pointer-overline.e--animation-none,
.e--pointer-overline.e--animation-none .elementor-item,
.e--pointer-overline.e--animation-none .elementor-item:after,
.e--pointer-overline.e--animation-none .elementor-item:before,
.e--pointer-overline.e--animation-none .elementor-item:focus,
.e--pointer-overline.e--animation-none .elementor-item:hover,
.e--pointer-overline.e--animation-none:after,
.e--pointer-overline.e--animation-none:before,
.e--pointer-overline.e--animation-none:focus,
.e--pointer-overline.e--animation-none:hover,
.e--pointer-underline.e--animation-none,
.e--pointer-underline.e--animation-none .elementor-item,
.e--pointer-underline.e--animation-none .elementor-item:after,
.e--pointer-underline.e--animation-none .elementor-item:before,
.e--pointer-underline.e--animation-none .elementor-item:focus,
.e--pointer-underline.e--animation-none .elementor-item:hover,
.e--pointer-underline.e--animation-none:after,
.e--pointer-underline.e--animation-none:before,
.e--pointer-underline.e--animation-none:focus,
.e--pointer-underline.e--animation-none:hover {
transition-duration: 0s;
}
.e--pointer-double-line .elementor-item:before,
.e--pointer-overline .elementor-item:before {
content: "";
top: 0;
}
.e--pointer-double-line.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before,
.e--pointer-overline.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
width: 10px;
left: -20px;
}
.e--pointer-double-line .elementor-item:after,
.e--pointer-underline .elementor-item:after {
content: "";
bottom: 0;
}
.e--pointer-double-line.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after,
.e--pointer-underline.e--animation-slide .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):after {
width: 10px;
inset-inline-start: 100%;
}
.e--pointer-framed .elementor-item:after,
.e--pointer-framed .elementor-item:before {
background: transparent;
left: 0;
top: 0;
bottom: 0;
right: 0;
border: 3px solid #3f444b;
}
.e--pointer-framed .elementor-item:before {
content: "";
}
.e--pointer-framed.e--animation-grow .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
transform: scale(0.75);
}
.e--pointer-framed.e--animation-shrink .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
transform: scale(1.25);
}
.e--pointer-framed.e--animation-grow .elementor-item:before,
.e--pointer-framed.e--animation-shrink .elementor-item:before {
transition: opacity 0.2s, transform 0.4s;
}
.e--pointer-framed.e--animation-draw .elementor-item:after,
.e--pointer-framed.e--animation-draw .elementor-item:before {
width: 3px;
height: 3px;
}
.e--pointer-framed.e--animation-draw .elementor-item:before {
border-width: 0 0 3px 3px;
transition: width 0.1s 0.2s, height 0.1s 0.3s, opacity 0.12s 0.22s;
}
.e--pointer-framed.e--animation-draw .elementor-item:after {
content: "";
top: auto;
bottom: 0;
left: auto;
right: 0;
border-width: 3px 3px 0 0;
transition: width 0.1s, height 0.1s 0.1s, opacity 0.02s 0.18s;
}
.e--pointer-framed.e--animation-draw .elementor-item-active:after,
.e--pointer-framed.e--animation-draw .elementor-item-active:before,
.e--pointer-framed.e--animation-draw .elementor-item.highlighted:after,
.e--pointer-framed.e--animation-draw .elementor-item.highlighted:before,
.e--pointer-framed.e--animation-draw .elementor-item:focus:after,
.e--pointer-framed.e--animation-draw .elementor-item:focus:before,
.e--pointer-framed.e--animation-draw .elementor-item:hover:after,
.e--pointer-framed.e--animation-draw .elementor-item:hover:before {
width: 100%;
height: 100%;
}
.e--pointer-framed.e--animation-draw .elementor-item-active:before,
.e--pointer-framed.e--animation-draw .elementor-item.highlighted:before,
.e--pointer-framed.e--animation-draw .elementor-item:focus:before,
.e--pointer-framed.e--animation-draw .elementor-item:hover:before {
transition: opacity 0.02s, height 0.1s, width 0.1s 0.1s;
}
.e--pointer-framed.e--animation-draw .elementor-item-active:after,
.e--pointer-framed.e--animation-draw .elementor-item.highlighted:after,
.e--pointer-framed.e--animation-draw .elementor-item:focus:after,
.e--pointer-framed.e--animation-draw .elementor-item:hover:after {
transition: opacity 0.02s 0.2s, height 0.1s 0.2s, width 0.1s 0.3s;
}
.e--pointer-framed.e--animation-corners .elementor-item:after,
.e--pointer-framed.e--animation-corners .elementor-item:before {
width: 3px;
height: 3px;
}
.e--pointer-framed.e--animation-corners .elementor-item:before {
border-width: 3px 0 0 3px;
}
.e--pointer-framed.e--animation-corners .elementor-item:after {
content: "";
top: auto;
bottom: 0;
left: auto;
right: 0;
border-width: 0 3px 3px 0;
}
.e--pointer-framed.e--animation-corners .elementor-item-active:after,
.e--pointer-framed.e--animation-corners .elementor-item-active:before,
.e--pointer-framed.e--animation-corners .elementor-item.highlighted:after,
.e--pointer-framed.e--animation-corners .elementor-item.highlighted:before,
.e--pointer-framed.e--animation-corners .elementor-item:focus:after,
.e--pointer-framed.e--animation-corners .elementor-item:focus:before,
.e--pointer-framed.e--animation-corners .elementor-item:hover:after,
.e--pointer-framed.e--animation-corners .elementor-item:hover:before {
width: 100%;
height: 100%;
transition: opacity 2ms, width 0.4s, height 0.4s;
}
.e--pointer-framed.e--animation-none,
.e--pointer-framed.e--animation-none .elementor-item,
.e--pointer-framed.e--animation-none .elementor-item:after,
.e--pointer-framed.e--animation-none .elementor-item:before,
.e--pointer-framed.e--animation-none .elementor-item:focus,
.e--pointer-framed.e--animation-none .elementor-item:hover,
.e--pointer-framed.e--animation-none:after,
.e--pointer-framed.e--animation-none:before,
.e--pointer-framed.e--animation-none:focus,
.e--pointer-framed.e--animation-none:hover {
transition-duration: 0s;
}
.e--pointer-background .elementor-item:after,
.e--pointer-background .elementor-item:before {
content: "";
transition: 0.3s;
}
.e--pointer-background .elementor-item:before {
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #3f444b;
z-index: -1;
}
.e--pointer-background .elementor-item-active,
.e--pointer-background .elementor-item.highlighted,
.e--pointer-background .elementor-item:focus,
.e--pointer-background .elementor-item:hover {
color: #fff;
}
.e--pointer-background.e--animation-grow .elementor-item:before {
transform: scale(0.5);
}
.e--pointer-background.e--animation-grow .elementor-item-active:before,
.e--pointer-background.e--animation-grow .elementor-item.highlighted:before,
.e--pointer-background.e--animation-grow .elementor-item:focus:before,
.e--pointer-background.e--animation-grow .elementor-item:hover:before {
transform: scale(1);
opacity: 1;
}
.e--pointer-background.e--animation-shrink .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
transform: scale(1.2);
transition: 0.3s;
}
.e--pointer-background.e--animation-shrink .elementor-item-active:before,
.e--pointer-background.e--animation-shrink .elementor-item.highlighted:before,
.e--pointer-background.e--animation-shrink .elementor-item:focus:before,
.e--pointer-background.e--animation-shrink .elementor-item:hover:before {
transition: opacity 0.15s, transform 0.4s;
}
.e--pointer-background.e--animation-sweep-left .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
left: 100%;
}
.e--pointer-background.e--animation-sweep-right .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
right: 100%;
}
.e--pointer-background.e--animation-sweep-up .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
top: 100%;
}
.e--pointer-background.e--animation-sweep-down .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
bottom: 100%;
}
.e--pointer-background.e--animation-shutter-out-vertical .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
bottom: 50%;
top: 50%;
}
.e--pointer-background.e--animation-shutter-out-horizontal .elementor-item:not(:hover):not(:focus):not(.elementor-item-active):not(.highlighted):before {
right: 50%;
left: 50%;
}
.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:after,
.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:after {
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #3f444b;
z-index: -1;
}
.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:before {
top: 0;
bottom: 100%;
}
.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:after {
top: 100%;
bottom: 0;
}
.e--pointer-background.e--animation-shutter-in-vertical .elementor-item-active:before,
.e--pointer-background.e--animation-shutter-in-vertical .elementor-item.highlighted:before,
.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:focus:before,
.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:hover:before {
bottom: 50%;
}
.e--pointer-background.e--animation-shutter-in-vertical .elementor-item-active:after,
.e--pointer-background.e--animation-shutter-in-vertical .elementor-item.highlighted:after,
.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:focus:after,
.e--pointer-background.e--animation-shutter-in-vertical .elementor-item:hover:after {
top: 50%;
}
.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:before {
right: 0;
left: 100%;
}
.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:after {
right: 100%;
left: 0;
}
.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item-active:before,
.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item.highlighted:before,
.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:focus:before,
.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:hover:before {
left: 50%;
}
.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item-active:after,
.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item.highlighted:after,
.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:focus:after,
.e--pointer-background.e--animation-shutter-in-horizontal .elementor-item:hover:after {
right: 50%;
}
.e--pointer-background.e--animation-none,
.e--pointer-background.e--animation-none .elementor-item,
.e--pointer-background.e--animation-none .elementor-item:after,
.e--pointer-background.e--animation-none .elementor-item:before,
.e--pointer-background.e--animation-none .elementor-item:focus,
.e--pointer-background.e--animation-none .elementor-item:hover,
.e--pointer-background.e--animation-none:after,
.e--pointer-background.e--animation-none:before,
.e--pointer-background.e--animation-none:focus,
.e--pointer-background.e--animation-none:hover {
transition-duration: 0s;
}
.e--pointer-text.e--animation-skew .elementor-item:focus,
.e--pointer-text.e--animation-skew .elementor-item:hover {
transform: skew(-8deg);
}
.e--pointer-text.e--animation-grow .elementor-item:focus,
.e--pointer-text.e--animation-grow .elementor-item:hover {
transform: scale(1.2);
}
.e--pointer-text.e--animation-shrink .elementor-item:focus,
.e--pointer-text.e--animation-shrink .elementor-item:hover {
transform: scale(0.8);
}
.e--pointer-text.e--animation-float .elementor-item:focus,
.e--pointer-text.e--animation-float .elementor-item:hover {
transform: translateY(-8px);
}
.e--pointer-text.e--animation-sink .elementor-item:focus,
.e--pointer-text.e--animation-sink .elementor-item:hover {
transform: translateY(8px);
}
.e--pointer-text.e--animation-rotate .elementor-item:focus,
.e--pointer-text.e--animation-rotate .elementor-item:hover {
transform: rotate(6deg);
}
.e--pointer-text.e--animation-none,
.e--pointer-text.e--animation-none .elementor-item,
.e--pointer-text.e--animation-none .elementor-item:after,
.e--pointer-text.e--animation-none .elementor-item:before,
.e--pointer-text.e--animation-none .elementor-item:focus,
.e--pointer-text.e--animation-none .elementor-item:hover,
.e--pointer-text.e--animation-none:after,
.e--pointer-text.e--animation-none:before,
.e--pointer-text.e--animation-none:focus,
.e--pointer-text.e--animation-none:hover {
transition-duration: 0s;
}
.akd-custom-nav-main .akd-nav-menu a.elementor-item {
transition: 0.4s;
}
.akd-custom-nav-main .akd-nav-menu a.elementor-item,
.akd-custom-nav-main .akd-nav-menu a.elementor-item.highlighted,
.akd-custom-nav-main .akd-nav-menu a.elementor-item:focus,
.akd-custom-nav-main .akd-nav-menu a.elementor-item:hover {
padding: 13px 20px;
}
.akd-custom-nav-main .akd-nav-menu a.elementor-item.current {
background: #1f2124;
color: #fff;
}
.akd-custom-nav-main .akd-nav-menu a.elementor-item.disabled {
background: #3f444b;
color: #88909b;
}
.akd-custom-nav-main .akd-nav-menu ul {
position: absolute;
width: 12em;
border-width: 0;
border-style: solid;
padding: 0;
visibility: hidden;
opacity: 0;
top: 100%;
left: 0;
transform: translateY(-2em);
z-index: -1;
transition: all 0.5s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}
.akd-custom-nav-main .akd-nav-menu span.scroll-down,
.akd-custom-nav-main .akd-nav-menu span.scroll-up {
position: absolute;
display: none;
visibility: hidden;
overflow: hidden;
background: #fff;
height: 20px;
}
.akd-custom-nav-main .akd-nav-menu span.scroll-down-arrow,
.akd-custom-nav-main .akd-nav-menu span.scroll-up-arrow {
position: absolute;
top: -2px;
left: 50%;
margin-left: -8px;
width: 0;
height: 0;
overflow: hidden;
border: 8px dashed transparent;
border-bottom: 8px solid #33373d;
}
.akd-custom-nav-main .akd-nav-menu span.scroll-down-arrow {
top: 6px;
border-style: solid dashed dashed;
border-color: #33373d transparent transparent;
}
.akd-custom-nav-main .akd-nav-menu--dropdown .sub-arrow .e-font-icon-svg,
.akd-custom-nav-main .akd-nav-menu--dropdown .sub-arrow i {
transform: rotate(-90deg);
}
.akd-custom-nav-main .akd-nav-menu--dropdown .sub-arrow .e-font-icon-svg {
fill: currentColor;
height: 1em;
width: 1em;
}
.akd-nav-menu--layout-horizontal {
display: flex;
}
.akd-nav-menu--layout-horizontal .akd-nav-menu {
display: flex;
flex-wrap: wrap;
}
.akd-nav-menu--layout-horizontal .akd-nav-menu a.elementor-item {
white-space: pre-wrap;
flex-grow: 1;
}
.akd-nav-menu--layout-horizontal .akd-nav-menu > li {
display: flex;
}
.akd-nav-menu--layout-horizontal .akd-nav-menu > li > .scroll-down,
.akd-nav-menu--layout-horizontal .akd-nav-menu > li ul {
top: 100% !important;
}
.akd-nav-menu--layout-horizontal .akd-nav-menu > li:not(:first-child) > a {
margin-inline-start: var(--e-nav-menu-horizontal-menu-item-margin);
}
.akd-nav-menu--layout-horizontal .akd-nav-menu > li:not(:first-child) > .scroll-down,
.akd-nav-menu--layout-horizontal .akd-nav-menu > li:not(:first-child) > .scroll-up,
.akd-nav-menu--layout-horizontal .akd-nav-menu > li:not(:first-child) > ul {
left: var(--e-nav-menu-horizontal-menu-item-margin) !important;
}
.akd-nav-menu--layout-horizontal .akd-nav-menu > li:not(:last-child) > a {
margin-inline-end: var(--e-nav-menu-horizontal-menu-item-margin);
}
.akd-nav-menu--layout-horizontal .akd-nav-menu > li:not(:last-child):after {
content: var(--e-nav-menu-divider-content, none);
height: var(--e-nav-menu-divider-height, 35%);
border-left: var(--e-nav-menu-divider-width, 2px) var(--e-nav-menu-divider-style, solid) var(--e-nav-menu-divider-color, #000);
border-bottom-color: var(--e-nav-menu-divider-color, #000);
border-right-color: var(--e-nav-menu-divider-color, #000);
border-top-color: var(--e-nav-menu-divider-color, #000);
align-self: center;
}
.akd-nav-menu__align-right .akd-nav-menu {
margin-left: auto;
justify-content: flex-end;
}
.akd-nav-menu__align-right .akd-nav-menu--layout-vertical > ul > li > a {
justify-content: flex-end;
}
.akd-nav-menu__align-left .akd-nav-menu {
margin-right: auto;
justify-content: flex-start;
}
.akd-nav-menu__align-left .akd-nav-menu--layout-vertical > ul > li > a {
justify-content: flex-start;
}
.akd-nav-menu__align-start .akd-nav-menu {
margin-inline-end: auto;
justify-content: flex-start;
}
.akd-nav-menu__align-start .akd-nav-menu--layout-vertical > ul > li > a {
justify-content: flex-start;
}
.akd-nav-menu__align-end .akd-nav-menu {
margin-inline-start: auto;
justify-content: flex-end;
}
.akd-nav-menu__align-end .akd-nav-menu--layout-vertical > ul > li > a {
justify-content: flex-end;
}
.akd-nav-menu__align-center .akd-nav-menu {
margin-inline-start: auto;
margin-inline-end: auto;
justify-content: center;
}
.akd-nav-menu__align-center .akd-nav-menu--layout-vertical > ul > li > a {
justify-content: center;
}
.akd-nav-menu__align-justify .akd-nav-menu--layout-horizontal .akd-nav-menu {
width: 100%;
}
.akd-nav-menu__align-justify .akd-nav-menu--layout-horizontal .akd-nav-menu > li {
flex-grow: 1;
}
.akd-nav-menu__align-justify .akd-nav-menu--layout-horizontal .akd-nav-menu > li > a {
justify-content: center;
}
.elementor-widget-nav-menu:not(.akd-nav-menu--toggle) .elementor-menu-toggle {
display: none;
}
.elementor-widget-nav-menu .elementor-widget-container {
display: flex;
flex-direction: column;
}
.akd-nav-menu {
position: relative;
z-index: 2;
}
.akd-nav-menu:after {
content: " ";
display: block;
height: 0;
font: 0/0 serif;
clear: both;
visibility: hidden;
overflow: hidden;
}
.akd-nav-menu,
.akd-nav-menu li,
.akd-nav-menu ul {
display: block;
list-style: none;
margin: 0;
padding: 0;
line-height: normal;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.akd-nav-menu ul ul a,
.akd-nav-menu ul ul a:active,
.akd-nav-menu ul ul a:focus,
.akd-nav-menu ul ul a:hover {
border-left: 16px solid transparent;
}
.akd-nav-menu ul ul ul a,
.akd-nav-menu ul ul ul a:active,
.akd-nav-menu ul ul ul a:focus,
.akd-nav-menu ul ul ul a:hover {
border-left: 24px solid transparent;
}
.akd-nav-menu ul ul ul ul a,
.akd-nav-menu ul ul ul ul a:active,
.akd-nav-menu ul ul ul ul a:focus,
.akd-nav-menu ul ul ul ul a:hover {
border-left: 32px solid transparent;
}
.akd-nav-menu ul ul ul ul ul a,
.akd-nav-menu ul ul ul ul ul a:active,
.akd-nav-menu ul ul ul ul ul a:focus,
.akd-nav-menu ul ul ul ul ul a:hover {
border-left: 40px solid transparent;
}
.akd-nav-menu a.elementor-item,
.akd-nav-menu li {
position: relative;
}
.akd-nav-menu li {
border-width: 0;
}
.akd-nav-menu a.elementor-item{
display: flex;
align-items: center;
transition: none !important;
}
.akd-nav-menu a.elementor-sub-item {
display: flex;
align-items: center;
transition: none !important;
}
.akd-nav-menu a.elementor-item,
.akd-nav-menu a.elementor-item:focus,
.akd-nav-menu a.elementor-item:hover {
padding: 10px 20px;
}
.akd-nav-menu a.elementor-item.current {
background: #1f2124;
color: #fff;
}
.akd-nav-menu a.elementor-item.disabled {
cursor: not-allowed;
color: #88909b;
}
.akd-nav-menu .e-plus-icon:before {
content: "+";
}
.akd-nav-menu .sub-arrow {
line-height: 1;
padding: 10px 0 8px 4px;
margin-top: -10px;
margin-bottom: -10px;
display: flex;
align-items: center;
font-size: 14px;
}
.akd-nav-menu .sub-arrow i {
pointer-events: none;
}
.akd-nav-menu .sub-arrow .fa.fa-chevron-down,
.akd-nav-menu .sub-arrow .fas.fa-chevron-down {
font-size: 0.7em;
}
.akd-nav-menu .sub-arrow .e-font-icon-svg {
height: 1em;
width: 1em;
}
.akd-nav-menu .sub-arrow .e-font-icon-svg.fa-svg-chevron-down {
height: 0.7em;
width: 0.7em;
}
.akd-nav-menu--dropdown .elementor-item.elementor-item-active,
.akd-nav-menu--dropdown .elementor-item.highlighted,
.akd-nav-menu--dropdown .elementor-item:hover,
.elementor-sub-item.elementor-item-active,
.elementor-sub-item.highlighted,
.elementor-sub-item:focus,
.elementor-sub-item:hover {
background-color: var(--e-global-color-accent);
color: #fff;
}
.elementor-menu-toggle {
display: inline-flex;
align-items: center;
justify-content: center;
font-size: 22px;
padding: 0.25em;
cursor: pointer;
border: 0 solid;
border-radius: 3px;
background-color: rgba(0, 0, 0, 0.05);
color: #33373d;
transition: all 0.3s ease-in-out;
}
.elementor-menu-toggle.elementor-active .elementor-menu-toggle__icon--open,
.elementor-menu-toggle:not(.elementor-active) .elementor-menu-toggle__icon--close {
display: none;
}
.elementor-menu-toggle .e-font-icon-svg {
fill: #33373d;
height: 1em;
width: 1em;
}
.elementor-menu-toggle svg {
width: 1em;
height: auto;
fill: var(--nav-menu-icon-color, currentColor);
}
span.elementor-menu-toggle__icon--close,
span.elementor-menu-toggle__icon--open {
line-height: 1;
}
.akd-nav-menu--dropdown {
background-color: transparent;
font-size: 13px;
}
.akd-nav-menu--dropdown-none .elementor-menu-toggle,
.akd-nav-menu--dropdown-none .akd-nav-menu--dropdown {
display: none;
}
.akd-nav-menu--dropdown.akd-nav-menu__container {
margin-top: 10px;
transition: max-height 0.3s, transform 0.3s;
transform-origin: top;
}
.akd-nav-menu--dropdown.akd-nav-menu__container .elementor-sub-item {
font-size: 0.85em;
}
.akd-nav-menu--dropdown a {
color: #33373d;
}
.akd-nav-menu--dropdown a.current {
background: #1f2124;
color: #fff;
}
.akd-nav-menu--dropdown a.disabled {
color: #b3b3b3;
}
ul.akd-nav-menu--dropdown a,
ul.akd-nav-menu--dropdown a:focus,
ul.akd-nav-menu--dropdown a:hover {
text-shadow: none;
border-left: 8px solid transparent;
}
.akd-nav-menu__text-align-center .akd-nav-menu--dropdown .akd-nav-menu a.elementor-item {
justify-content: center;
}
.akd-nav-menu--toggle {
--menu-height: 100vh;
}
.akd-nav-menu--toggle .elementor-menu-toggle:not(.elementor-active) + .akd-nav-menu__container {
transform: scaleY(0);
max-height: 0;
overflow: hidden;
}
.akd-nav-menu--toggle .elementor-menu-toggle.elementor-active + .akd-nav-menu__container {
transform: scaleY(1);
max-height: var(--menu-height);
animation: hide-scroll 0.3s backwards;
}
.akd-nav-menu--stretch .akd-nav-menu__container.akd-nav-menu--dropdown {
position: absolute;
z-index: 9997;
left: 0;
padding: 0 15px;
width: 100%;
}
.akd-nav-menu--dropdown-mobile.akd-nav-menu--stretch,
.akd-nav-menu--dropdown-tablet.akd-nav-menu--stretch{
position: unset;
}
.akd-custom-nav--main ul li.menu-item-has-children ul.sub-menu.akd-nav-menu--dropdown li.menu-item-has-children a,
.akd-custom-nav--main ul li.menu-item-has-children ul.sub-menu.akd-nav-menu--dropdown li.menu-item-has-children ul.sub-menu.akd-nav-menu--dropdown li.menu-item-has-children a{
justify-content: space-between;
}
body.show-header .elementor[data-elementor-type], body.elementor_library-template {
opacity: 1;
visibility: visible;
}
body.page-ready {
opacity: 1;
visibility: visible;
}
@media (max-width: 1024px) {
.akd-nav-menu .sub-arrow{
font-size: 10px;
}
.akd-nav-menu ul {
display: none;
height: auto !important;
}
}
@media (max-width: 767px) {
.akd-nav-menu--dropdown-mobile .akd-custom-nav-main {
display: none;
}
.akd-custom-nav {
overflow-y: scroll;
max-height: 500px;
}
}
@media (min-width: 768px) {
.akd-nav-menu--dropdown-mobile .elementor-menu-toggle,
.akd-nav-menu--dropdown-mobile .akd-nav-menu--dropdown {
display: none;
}
.akd-nav-menu--dropdown-mobile nav.akd-nav-menu--dropdown.akd-nav-menu__container {
overflow-y: hidden;
}
}
@media (max-width: -1) {
.akd-nav-menu--dropdown-mobile_extra .akd-custom-nav-main {
display: none;
}
}
@media (min-width: -1) {
.akd-nav-menu--dropdown-mobile_extra .elementor-menu-toggle,
.akd-nav-menu--dropdown-mobile_extra .akd-nav-menu--dropdown {
display: none;
}
.akd-nav-menu--dropdown-mobile_extra nav.akd-nav-menu--dropdown.akd-nav-menu__container {
overflow-y: hidden;
}
}
@media (max-width: 1024px) {
.akd-nav-menu--dropdown-tablet .akd-custom-nav-main {
display: none;
}
}
@media (min-width: 1025px) {
.akd-nav-menu--dropdown-tablet .elementor-menu-toggle {
display: none;
}
.akd-nav-menu--dropdown-tablet nav.akd-nav-menu--dropdown.akd-nav-menu__container {
overflow-y: hidden;
}
}
@media (max-width: -1) {
.akd-nav-menu--dropdown-tablet_extra .akd-custom-nav-main {
display: none;
}
}
@media (min-width: -1) {
.akd-nav-menu--dropdown-tablet_extra .elementor-menu-toggle,
.akd-nav-menu--dropdown-tablet_extra .akd-nav-menu--dropdown {
display: none;
}
.akd-nav-menu--dropdown-tablet_extra nav.akd-nav-menu--dropdown.akd-nav-menu__container {
overflow-y: hidden;
}
}
@keyframes hide-scroll {
0%,
to {
overflow: hidden;
}
}.search-form-header {
cursor: pointer;
}
.search-form-header div#searchcontainer .searchFormInner{
display: flex;
align-items: center;
background: #fff;
border-radius: 10px;
align-items: normal;
}
.search-form-header div#searchcontainer .searchFormInner:focus{
border: none;
}
.search-form-header div#searchcontainer .form-control:focus{
box-shadow: none;
background: none;
}
.searchFormInner .search-button{
background: #007bff;
color: #fff;
padding: 7px 45px;
border-radius: 10px;
border: none;
cursor: pointer;
}
.searchFormInner .form-control:focus{
border: none !important;
}
.search-form-header label {
border: 1px solid var(--e-global-color-very-dark-blue);
background: var(--e-global-color-very-dark-blue);
cursor: pointer;
text-align: center;
line-height: 0;
margin: 0;
}
.search-form-header div#searchcontainer {
position: fixed;
width: 100%;
height: 100%;
z-index: 100;
display: block;
background: rgba(0,0,0,.85);
left: -100%; top: 0;
z-index: 9999;
display: grid;
align-items: center; padding: 50px;
opacity: 0;
cursor: crosshair;
text-align: center;
font: bold 16px "Bitter", sans-serif; -webkit-transform: scale(0.9) translate3d(-0, -50px, 0);
transform: scale(0.9) translate3d(-0, -50px, 0);
-webkit-transition: -webkit-transform 0.5s, opacity 0.5s, left 0s 0.5s;
transition: transform 0.5s, opacity 0.5s, left 0s 0.5s;
}
.search-form-header div#searchcontainer div {
font-weight: 400;
padding: 10px;
color: #fff;
}
.search-form-header div#searchcontainer form {
width: 61%;
margin: 0 auto;
opacity: 0;
-webkit-transform: translate3d(0, 50px, 0);
transform: translate3d(0, 50px, 0);
-webkit-transition: all 0.5s 0s;
transition: all 0.5s 0s;
}
.search-form-header div#searchcontainer form input[type="search"] {
width: 100%;
top: 0;
left: 0;
z-index: 99;
height: 60px; outline: none;
font-size: 20px;
font-weight: 500;
color: #000;
}
.search-form-header div#searchcontainer.opensearch {
left: 0;
opacity: 1;
-webkit-transform: scale(1) translate3d(0, 0, 0);
transform: scale(1) translate3d(0, 0, 0);
-webkit-transition: -webkit-transform 0.5s, opacity 0.5s, left 0s 0s;
transition: transform 0.5s, opacity 0.5s, left 0s 0s;
} 
.search-form-header div#searchcontainer.opensearch form {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
transition: all 0.5s 0.5s;
transition: all 0.5s 0.5s;
}
.search-form-header .close {
top: 30px;
right: 30px;
position: absolute;
}
@media screen and (max-width: 1024px) {
.search-form-header div#searchcontainer form{
width: 100%;
}
}.akd-cart-btn a {
position: relative;
display: inline-block;
}
.akd-nav-menu--dropdown-mobile.akd-nav-menu--stretch{
position: unset;
}
.navbar-area .navbar-area-2 .akd-cart-btn i {
background: #f0d23f;
border-radius: var(--e-global-button-border-radius);
padding: 14px 13px;
color: #fff;
margin-left: 10px;
}
.akd-cart-btn span.akd-cart-count {
font-size: 8px;
color: var(--e-global-color-white);
background-color: var(--e-global-color-accent);
padding: 1px 4px 1px 4px;
border-radius: var(--e-global-border-radius);
position: absolute;
top: 5px;
right: 3px;
min-width: 14px;
}
.akd_smart_cart__toggle .akd-button {
background-color: var(--toggle-button-background-color, transparent);
color: var(--toggle-button-text-color, #69727d);
border: var(--toggle-button-border-width, 1px)
var(--toggle-button-border-type, solid)
var(--toggle-button-border-color, #69727d);
border-radius: var(--toggle-button-border-radius, 0);
display: inline-flex;
flex-direction: row-reverse;
align-items: center;
padding: var(--toggle-icon-padding, 12px 24px);
}
.akd_smart_cart__toggle .akd-button:hover {
color: var(--toggle-button-hover-text-color, #69727d);
background-color: var(--toggle-button-hover-background-color, transparent);
border-color: var(--toggle-button-hover-border-color, #69727d);
}
.akd_smart_cart__toggle .akd-button:hover .akd-button-icon {
color: var(--toggle-button-icon-hover-color, #69727d);
}
.akd_smart_cart__toggle .akd-button svg {
fill: var(--toggle-button-icon-color, #69727d);
}
.akd_smart_cart__toggle .akd-button svg:hover {
fill: var(--toggle-button-icon-hover-color, #69727d);
}
.akd_smart_cart__toggle .akd-button-icon {
position: relative;
transition: color 0.1s;
}
.akd_smart_cart__toggle .e-toggle-cart-custom-icon,
.akd_smart_cart__toggle .akd-button-icon {
color: var(--toggle-button-icon-color, #69727d);
font-size: var(--toggle-icon-size, inherit);
}
.akd_smart_cart__toggle .e-toggle-cart-custom-icon:hover {
color: var(--toggle-button-icon-hover-color, #69727d);
}
.elementor-menu-cart--items-indicator-bubble
.akd_smart_cart__toggle
.akd-button-icon
.akd-button-icon-qty[data-counter] {
display: block;
position: absolute;
min-width: 1.6em;
height: 1.6em;
line-height: 1.5em;
top: -0.7em;
inset-inline-end: -0.7em;
border-radius: 100%;
color: var(--items-indicator-text-color, #fff);
background-color: var(--items-indicator-background-color, #d9534f);
text-align: center;
font-size: 10px;
}
.akd_menu_cart_toggle_wrapper {
display: inline-block;
position: relative;
}
.akd_smart_cart__toggle {
display: inline-block;
}
.akd_menu_cart_wrapper {
text-align: var(--main-alignment, left);
}
.akd_menu_cart_container {
transform: scale(1);
overflow: hidden;
position: fixed;
z-index: 9998;
top: 0;
left: 0;
width: 100vw;
height: 100%;
background-color: rgba(0, 0, 0, 0.25);
transition: background-color 0.4s, transform 0s;
text-align: left;
}
.akd_menu_cart_main {
position: fixed;
height: 100vh;
overflow-y: auto;
left: var(--side-cart-alignment-left, auto);
right: var(--side-cart-alignment-right, 0);
transform: translateX(0);
top: 0;
bottom: 0;
display: flex;
flex-direction: column;
align-items: stretch;
font-size: 14px;
min-height: 200px;
width: 350px;
max-width: 100%;
transition: 0.3s;
background-color: var(--cart-background-color, #fff);
box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.akd_menu_cart_main .widget_shopping_cart_content {
height: 100%;
display: flex;
flex-direction: column;
}
.akd_menu_cart_main .custom_widget_shopping_cart_content .woocommerce-mini-cart__empty-message {
color: var(--empty-message-color, inherit);
text-align: var(--empty-message-alignment, left);
padding: 10px 20px;
}
body.elementor-default
.elementor-widget-akd-smart_cart:not(.elementor-menu-cart--shown)
.akd_menu_cart_container {
background-color: transparent;
transform: scale(0);
transition: background-color 0.4s, transform 0s 0.4s;
}
body.elementor-default
.elementor-widget-akd-smart_cart:not(.elementor-menu-cart--shown)
.akd_menu_cart_container
.dialog-lightbox-close-button {
display: none;
}
body.elementor-default
.elementor-widget-akd-smart_cart:not(.elementor-menu-cart--shown)
.akd_menu_cart_main {
overflow: hidden;
opacity: 0;
transform: var(--side-cart-alignment-transform, translateX(100%));
}
.akd_menu_cart_close_btn {
width: 24px;
height: 24px;
position: relative;
margin: 0 0 20px;
align-self: flex-end;
cursor: pointer;
display: inline-block;
font-family: eicons;
font-size: 20px;
line-height: 1;
transition: 0.3s;
top: 15px;
right: 25px;
}
.akd_smart_cart__toggle_button{
background-color: #007bff;
padding: 10px 12px;
border-radius: 100px 100px 100px 100px;
}
.akd_menu_cart_products{
padding: 20px 15px;
}
.akd-button-text{
display: inline-block;
}
.akd_menu_cart_product{
display: grid;
align-items: center;
gap: 15px;
margin-bottom: 15px;
grid-template-columns: 28% auto;
grid-template-rows: var(--price-quantity-position--grid-template-rows, auto auto);
position: relative;
border-width: 0;
border-bottom: var(--divider-width, 1px) var(--divider-style, solid) var(--divider-color, #d5d8dc);
}
.akd_menu_cart_product-remove>a.remove_from_cart_button {
display: block;
}
.akd_menu_cart_product-remove>a {
display: block;
z-index: 2;
width: 100%;
height: 100%;
overflow: hidden;
opacity: 0;
position: absolute;
}
.akd_menu_cart_product-remove:before {
transform: rotate(45deg);
}
.akd_menu_cart_product-remove:after {
transform: rotate(-45deg);
}
.akd_menu_cart_product-remove:after, .akd_menu_cart_product-remove:before {
content: "";
position: absolute;
height: 1px;
width: 50%;
top: 50%;
left: 25%;
margin-top: -1px;
background: #000;
z-index: 1;
transition: .3s;
}
.akd_menu_cart_product-remove {
color: #000;
width: 30px;
height: 30px;
border-radius: 0;
text-align: center;
overflow: hidden;
position: absolute;
right: 0;
top: 0px;
transition: .3s;
}
.akd_menu_cart_total_outter{
background: rgba(0,123,255,0.05);
padding: 30px 20px;
display: flex;
flex-direction: column;
gap: 20px;
}
.akd-coupon .akd-coupon-field .akd-coupon-submit.akd-button-loading:after{
font-family: 'ElegantIcons';
content: "\e02d";
font-weight: 400;
margin-left: 10px;
-webkit-animation: akd-spin 2s linear infinite;
animation: akd-spin 2s linear infinite;
}
.icofont-close-line:before {
content: "\f00d";
font-family: 'Font Awesome 5 Free';
font-weight: 900;
margin-left: 4px;
cursor: pointer;
}
.akd-applied-cpns li {
display: inline-block;
line-height: 1;
padding: 5px 10px;
margin: 8px 0 0;
border: 1px dashed #EEE;
font-size: 0.9em;
}
.akd-item-qty{
display: inline-flex;
border: 1px solid #EEE;
border-radius: 2px;
overflow: hidden;
margin-top: 10px;
}
.akd-item-qty .akd-qty-minus,
.akd-item-qty .akd-qty-plus,
.akd-item-qty .akd-qty {
background: transparent;
margin: 0;
padding: 0;
box-shadow: none;
display: flex;
align-items: center;
justify-content: center;
width: 26px;
height: 30px;
text-align: center;
}
.akd-item-qty .akd-qty-minus,
.akd-item-qty .akd-qty-plus {
font-size: 16px;
cursor: pointer;
background: #f1f1f1;
color: #333;
}
.akd-item-qty .akd-qty-minus:hover,
.akd-item-qty .akd-qty-plus:hover{
background: #333;
color: #FFF;
}
.akd-item-qty .akd-qty::-webkit-outer-spin-button,
.akd-item-qty .akd-qty::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
.akd-item-qty .akd-qty[type=number] {
-moz-appearance: textfield;
width: 50px;
outline: 0;
box-shadow: none;
border: 1px solid #EEE;
border-top: 0;
border-bottom: 0;
font-size: 14px;
color: inherit;
}
.icon_minus-06::before {
content: "\f068"; 
font-family: "Font Awesome 5 Free";
font-weight: 900; 
}
.icon_plus::before {
content: "\f067"; 
font-family: "Font Awesome 5 Free";
font-weight: 900; 
}
.akd-item-qty .akd-qty-minus, .akd-item-qty .akd-qty-plus {
font-size: 16px;
cursor: pointer;
background: #f1f1f1;
color: #333;
}
.akd-item-qty .akd-qty-minus, .akd-item-qty .akd-qty-plus {
font-size: 16px;
cursor: pointer;
background: #f1f1f1;
color: #333;
}
.akd_menu_cart_products.akd-loader{
opacity: 0.6;
cursor: not-allowed;
}
.akd_view_cart{
background: #f1f1f1;
color: #000;
padding: 16px 28px;
font-size: 16px;
}
.akd_checkout{
background: var(--e-global-color-accent);
color: var(--e-global-color-text);
padding: 16px 28px;
font-size: 16px;
}
.akd-smart-cart-coupon-field{
display: flex;
gap: 10px;
}
.cart_header_outter{
background: rgba(0, 123, 255, 0.05);
padding: 15px 10px;
text-align: center;
}
.woocommerce-mini-cart{
display: flex;
flex-direction: column;
gap: 15px;
}
.akd_menu_cart_footer_buttons{
display: flex;
gap: 15px;
}
.akd_menu_cart_footer_buttons a.akd-button{
width: 50%;
}
.akd_menu_cart_footer_buttons a.akd-button span{
width: 100%;
}
.akd_menu_cart_subtotal,
.akd-smart-cart-discount,
.akd-smart-cart-shipping,
.akd-total-amount{
font-size: 16px;
display: flex;
gap: 15px;
}
.akd_menu_cart_product-name{
max-width: 160px;
}
.akd-smart-cart-coupon-submit{
border: none;
padding: 8px 10px;
width: 42%;
cursor: pointer;
}
.akd-smart-cart-coupon-code{
padding: 8px 10px;
width: 58%;
border: none;
}
.akd_smart_cart__toggle .badge.akd-cart-count{
position: absolute;
top: 3px;
right: 5px;
}.rs-p-wp-fix{display:none!important;margin:0!important;height:0!important}body{--sr-7-css-loaded:1}.wp-block-themepunch-revslider{position:relative}.wp-block-themepunch-revslider.revslider{margin:0}canvas.sr7-pbar{z-index:500;position:absolute;pointer-events:none}sr7-module{display:block;position:relative;overflow-x:visible;-webkit-tap-highlight-color:transparent}sr7-adjuster{position:relative;display:block;width:100%}sr7-content{position:absolute;top:0;height:100%;contain:size layout style;z-index:1;overflow-x:visible}sr7-carousel{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:1}sr7-slide{position:absolute;width:100%;height:100%;contain:strict;top:0;left:0;z-index:1;visibility:hidden;pointer-events:none}.sr7-overflow-force sr7-slide,sr7-carousel sr7-slide{contain:layout style}sr7-module-bg{top:0;z-index:0;position:absolute}sr7-3dwrap{pointer-events:none;position:absolute;top:0;left:0;width:100%;height:100%;z-index:2}sr7-overlay{display:block;width:100%;height:100%;top:0;left:0;position:absolute;z-index:3;background-repeat:repeat}sr7-btn,sr7-col,sr7-content .sr7-layer,sr7-grp,sr7-img,sr7-layer,sr7-linebrk,sr7-row,sr7-shp,sr7-svg,sr7-txt,sr7-zone{user-select:none;visibility:hidden;display:none;box-sizing:border-box;backface-visibility:hidden}sr7-col-bg.sr7-img-col-bg{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;pointer-events:none}.sr7-layer[data-subtype=slidebg],sr7bg{pointer-events:none}sr7-content .sr7-layer.sr7-withclip,sr7-content .sr7-layer.sr7-withclip .sr7-layer{backface-visibility:visible}sr7-grp.sr7-clear:after{content:"";clear:both;display:block;height:0}sr7-zone{pointer-events:none}sr7-row.sr7-layer.sr7-galign{box-sizing:border-box}.sr7-layer[data-type=svg]>svg,sr7-layer[data-type=svg]>svg{width:100%;height:100%}sr7-row-con{table-layout:fixed;font-size:0;display:block}sr7-module .sr7-layer,sr7-module sr7-layer{-webkit-font-smoothing:antialiased!important;-webkit-tap-highlight-color:transparent;-moz-osx-font-smoothing:grayscale;font-display:swap}sr7-slide.sr7-staticslide-low{z-index:0!important}sr7-slide.sr7-staticslide-high{z-index:105!important}@-moz-document url-prefix(){sr7-slide.sr7-staticslide{transform:scale(1)}}sr7-slide a{transition:none}sr7-module.sr7-top-fixed{width:100%;height:auto!important;backface-visibility:hidden}sr7-module.sr7-top-fixed sr7-adjuster{height:auto!important}sr7-module.sr7-top-fixed sr7-content,sr7-module.sr7-top-fixed sr7-content .sr7-layer:not(.sr7-ignore-pe) *{pointer-events:none}sr7-prl{top:50%;left:50%;z-index:10000;position:absolute}sr7-prl.off{display:none!important}sr7-prl.sr7-fade-in{animation:tp-fade-in 1s linear}.sr-force-hidden{display:none!important}@keyframes tp-rotateplane{0%{transform:perspective(120px) rotateX(0) rotateY(0)}50%{transform:perspective(120px) rotateX(-180.1deg) rotateY(0)}100%{transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}@keyframes tp-fade-in{0%{opacity:0}20%{opacity:0}100%{opacity:100}}@keyframes tp-rotate{100%{transform:rotate(360deg)}}sr7-fonttest{width:auto;display:inline-block;white-space:nowrap;font-size:12px;color:#000}sr7-fonttest-wrap{position:absolute;contain:strict;top:-1500px;left:-1500px;width:1500px;height:1000px;pointer-events:none;opacity:0}.fn-wrap{display:flex;position:fixed;width:100px;height:50px;z-index:100;background-color:rgba(66,66,66,.2);justify-content:space-around;align-items:center;bottom:0;left:50%;transform:translateX(-50%)}.fn-left,.fn-right{display:flex;width:40px;height:40px;justify-content:center;align-items:center;background-color:gray;color:#fff;font-weight:700;font-size:20px;cursor:pointer}.sr7-layer .materical-icons,sr7-module .material-icons,sr7-txt .material-icons{font-size:inherit;vertical-align:top;line-height:inherit}#sr-announcer{position:absolute!important;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.woocommerce img.pswp__img,.woocommerce-page img.pswp__img{max-width:none}button.pswp__button{box-shadow:none!important;background-image:url(//starthost.com/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.png)!important}button.pswp__button,button.pswp__button--arrow--left::before,button.pswp__button--arrow--right::before,button.pswp__button:hover{background-color:transparent!important}button.pswp__button--arrow--left,button.pswp__button--arrow--left:hover,button.pswp__button--arrow--right,button.pswp__button--arrow--right:hover{background-image:none!important}button.pswp__button--close:hover{background-position:0 -44px}button.pswp__button--zoom:hover{background-position:-88px 0}
.pswp{display:none;position:absolute;width:100%;height:100%;left:0;top:0;overflow:hidden;-ms-touch-action:none;touch-action:none;z-index:1500;-webkit-text-size-adjust:100%;-webkit-backface-visibility:hidden;outline:0}.pswp *{-webkit-box-sizing:border-box;box-sizing:border-box}.pswp img{max-width:none}.admin-bar .pswp{height:calc(100% - var(--wp-admin--admin-bar--height,0px));top:var(--wp-admin--admin-bar--height,0)}.pswp--animate_opacity{opacity:.001;will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--open{display:block}.pswp--zoom-allowed .pswp__img{cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.pswp--zoomed-in .pswp__img{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.pswp--dragging .pswp__img{cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.pswp__bg{position:absolute;left:0;top:0;width:100%;height:100%;background:#000;opacity:0;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;will-change:opacity}.pswp__scroll-wrap{position:absolute;left:0;top:0;width:100%;height:100%;overflow:hidden}.pswp__container,.pswp__zoom-wrap{-ms-touch-action:none;touch-action:none;position:absolute;left:0;right:0;top:0;bottom:0}.pswp__container,.pswp__img{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.pswp__zoom-wrap{position:absolute;width:100%;-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top;-webkit-transition:-webkit-transform 333ms cubic-bezier(.4,0,.22,1);transition:transform 333ms cubic-bezier(.4,0,.22,1)}.pswp__bg{will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--animated-in .pswp__bg,.pswp--animated-in .pswp__zoom-wrap{-webkit-transition:none;transition:none}.pswp__container,.pswp__zoom-wrap{-webkit-backface-visibility:hidden}.pswp__item{position:absolute;left:0;right:0;top:0;bottom:0;overflow:hidden}.pswp__img{position:absolute;width:auto;height:auto;top:0;left:0}.pswp__img--placeholder{-webkit-backface-visibility:hidden}.pswp__img--placeholder--blank{background:#222}.pswp--ie .pswp__img{width:100%!important;height:auto!important;left:0;top:0}.pswp__error-msg{position:absolute;left:0;top:50%;width:100%;text-align:center;font-size:14px;line-height:16px;margin-top:-8px;color:#ccc}.pswp__error-msg a{color:#ccc;text-decoration:underline}.pswp__button{width:44px;height:44px;position:relative;background:0 0;cursor:pointer;overflow:visible;-webkit-appearance:none;display:block;border:0;padding:0;margin:0;float:left;opacity:.75;-webkit-transition:opacity .2s;transition:opacity .2s;-webkit-box-shadow:none;box-shadow:none}.pswp__button:focus,.pswp__button:hover{opacity:1}.pswp__button:active{outline:0;opacity:.9}.pswp__button::-moz-focus-inner{padding:0;border:0}.pswp__ui--over-close .pswp__button--close{opacity:1}.pswp__button,.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{background:url(//starthost.com/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.png) 0 0 no-repeat;background-size:264px 88px;width:44px;height:44px}@media (-webkit-min-device-pixel-ratio:1.1),(-webkit-min-device-pixel-ratio:1.09375),(min-resolution:105dpi),(min-resolution:1.1dppx){.pswp--svg .pswp__button,.pswp--svg .pswp__button--arrow--left:before,.pswp--svg .pswp__button--arrow--right:before{background-image:url(//starthost.com/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.svg)}.pswp--svg .pswp__button--arrow--left,.pswp--svg .pswp__button--arrow--right{background:0 0}}.pswp__button--close{background-position:0 -44px}.pswp__button--share{background-position:-44px -44px}.pswp__button--fs{display:none}.pswp--supports-fs .pswp__button--fs{display:block}.pswp--fs .pswp__button--fs{background-position:-44px 0}.pswp__button--zoom{display:none;background-position:-88px 0}.pswp--zoom-allowed .pswp__button--zoom{display:block}.pswp--zoomed-in .pswp__button--zoom{background-position:-132px 0}.pswp--touch .pswp__button--arrow--left,.pswp--touch .pswp__button--arrow--right{visibility:hidden}.pswp__button--arrow--left,.pswp__button--arrow--right{background:0 0;top:50%;margin-top:-50px;width:70px;height:100px;position:absolute}.pswp__button--arrow--left{left:0}.pswp__button--arrow--right{right:0}.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{content:'';top:35px;background-color:rgba(0,0,0,.3);height:30px;width:32px;position:absolute}.pswp__button--arrow--left:before{left:6px;background-position:-138px -44px}.pswp__button--arrow--right:before{right:6px;background-position:-94px -44px}.pswp__counter,.pswp__share-modal{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pswp__share-modal{display:block;background:rgba(0,0,0,.5);width:100%;height:100%;top:0;left:0;padding:10px;position:absolute;z-index:1600;opacity:0;-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;-webkit-backface-visibility:hidden;will-change:opacity}.pswp__share-modal--hidden{display:none}.pswp__share-tooltip{z-index:1620;position:absolute;background:#fff;top:56px;border-radius:2px;display:block;width:auto;right:44px;-webkit-box-shadow:0 2px 5px rgba(0,0,0,.25);box-shadow:0 2px 5px rgba(0,0,0,.25);-webkit-transform:translateY(6px);-ms-transform:translateY(6px);transform:translateY(6px);-webkit-transition:-webkit-transform .25s;transition:transform .25s;-webkit-backface-visibility:hidden;will-change:transform}.pswp__share-tooltip a{display:block;padding:8px 12px;color:#000;text-decoration:none;font-size:14px;line-height:18px}.pswp__share-tooltip a:hover{text-decoration:none;color:#000}.pswp__share-tooltip a:first-child{border-radius:2px 2px 0 0}.pswp__share-tooltip a:last-child{border-radius:0 0 2px 2px}.pswp__share-modal--fade-in{opacity:1}.pswp__share-modal--fade-in .pswp__share-tooltip{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.pswp--touch .pswp__share-tooltip a{padding:16px 12px}a.pswp__share--facebook:before{content:'';display:block;width:0;height:0;position:absolute;top:-12px;right:15px;border:6px solid transparent;border-bottom-color:#fff;-webkit-pointer-events:none;-moz-pointer-events:none;pointer-events:none}a.pswp__share--facebook:hover{background:#3e5c9a;color:#fff}a.pswp__share--facebook:hover:before{border-bottom-color:#3e5c9a}a.pswp__share--twitter:hover{background:#55acee;color:#fff}a.pswp__share--pinterest:hover{background:#ccc;color:#ce272d}a.pswp__share--download:hover{background:#ddd}.pswp__counter{position:relative;left:0;top:0;height:44px;font-size:13px;line-height:44px;color:#fff;opacity:.75;padding:0 10px;margin-inline-end:auto}.pswp__caption{position:absolute;left:0;bottom:0;width:100%;min-height:44px}.pswp__caption small{font-size:11px;color:#bbb}.pswp__caption__center{text-align:left;max-width:420px;margin:0 auto;font-size:13px;padding:10px;line-height:20px;color:#ccc}.pswp__caption--empty{display:none}.pswp__caption--fake{visibility:hidden}.pswp__preloader{width:44px;height:44px;position:absolute;top:0;left:50%;margin-left:-22px;opacity:0;-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;will-change:opacity;direction:ltr}.pswp__preloader__icn{width:20px;height:20px;margin:12px}.pswp__preloader--active{opacity:1}.pswp__preloader--active .pswp__preloader__icn{background:url(//starthost.com/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/preloader.gif) 0 0 no-repeat}.pswp--css_animation .pswp__preloader--active{opacity:1}.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn{-webkit-animation:clockwise .5s linear infinite;animation:clockwise .5s linear infinite}.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut{-webkit-animation:donut-rotate 1s cubic-bezier(.4,0,.22,1) infinite;animation:donut-rotate 1s cubic-bezier(.4,0,.22,1) infinite}.pswp--css_animation .pswp__preloader__icn{background:0 0;opacity:.75;width:14px;height:14px;position:absolute;left:15px;top:15px;margin:0}.pswp--css_animation .pswp__preloader__cut{position:relative;width:7px;height:14px;overflow:hidden}.pswp--css_animation .pswp__preloader__donut{-webkit-box-sizing:border-box;box-sizing:border-box;width:14px;height:14px;border:2px solid #fff;border-radius:50%;border-left-color:transparent;border-bottom-color:transparent;position:absolute;top:0;left:0;background:0 0;margin:0}@media screen and (max-width:1024px){.pswp__preloader{position:relative;left:auto;top:auto;margin:0;float:right}}@-webkit-keyframes clockwise{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes clockwise{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes donut-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes donut-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}.pswp__ui{-webkit-font-smoothing:auto;visibility:visible;opacity:1;z-index:1550}.pswp__top-bar{position:absolute;left:0;top:0;height:44px;width:100%;display:flex;justify-content:flex-end}.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right,.pswp__caption,.pswp__top-bar{-webkit-backface-visibility:hidden;will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right{visibility:visible}.pswp__caption,.pswp__top-bar{background-color:rgba(0,0,0,.5)}.pswp__ui--fit .pswp__caption,.pswp__ui--fit .pswp__top-bar{background-color:rgba(0,0,0,.3)}.pswp__ui--idle .pswp__top-bar{opacity:0}.pswp__ui--idle .pswp__button--arrow--left,.pswp__ui--idle .pswp__button--arrow--right{opacity:0}.pswp__ui--hidden .pswp__button--arrow--left,.pswp__ui--hidden .pswp__button--arrow--right,.pswp__ui--hidden .pswp__caption,.pswp__ui--hidden .pswp__top-bar{opacity:.001}.pswp__ui--one-slide .pswp__button--arrow--left,.pswp__ui--one-slide .pswp__button--arrow--right,.pswp__ui--one-slide .pswp__counter{display:none}.pswp__element--disabled{display:none!important}.pswp--minimal--dark .pswp__top-bar{background:0 0}:root{--woocommerce:#720eec;--wc-green:#7ad03a;--wc-red:#a00;--wc-orange:#ffba00;--wc-blue:#2ea2cc;--wc-primary:#720eec;--wc-primary-text:#fcfbfe;--wc-secondary:#e9e6ed;--wc-secondary-text:#515151;--wc-highlight:#958e09;--wc-highligh-text:white;--wc-content-bg:#fff;--wc-subtext:#767676;--wc-form-border-color:rgba(32, 7, 7, 0.8);--wc-form-border-radius:4px;--wc-form-border-width:1px}.woocommerce .woocommerce-error .button,.woocommerce .woocommerce-info .button,.woocommerce .woocommerce-message .button,.woocommerce-page .woocommerce-error .button,.woocommerce-page .woocommerce-info .button,.woocommerce-page .woocommerce-message .button{float:right}.woocommerce .col2-set,.woocommerce-page .col2-set{width:100%}.woocommerce .col2-set::after,.woocommerce .col2-set::before,.woocommerce-page .col2-set::after,.woocommerce-page .col2-set::before{content:" ";display:table}.woocommerce .col2-set::after,.woocommerce-page .col2-set::after{clear:both}.woocommerce .col2-set .col-1,.woocommerce-page .col2-set .col-1{float:left;width:48%}.woocommerce .col2-set .col-2,.woocommerce-page .col2-set .col-2{float:right;width:48%}.woocommerce img,.woocommerce-page img{height:auto;max-width:100%}.woocommerce #content div.product div.images,.woocommerce div.product div.images,.woocommerce-page #content div.product div.images,.woocommerce-page div.product div.images{float:left;width:48%}.woocommerce #content div.product div.thumbnails::after,.woocommerce #content div.product div.thumbnails::before,.woocommerce div.product div.thumbnails::after,.woocommerce div.product div.thumbnails::before,.woocommerce-page #content div.product div.thumbnails::after,.woocommerce-page #content div.product div.thumbnails::before,.woocommerce-page div.product div.thumbnails::after,.woocommerce-page div.product div.thumbnails::before{content:" ";display:table}.woocommerce #content div.product div.thumbnails::after,.woocommerce div.product div.thumbnails::after,.woocommerce-page #content div.product div.thumbnails::after,.woocommerce-page div.product div.thumbnails::after{clear:both}.woocommerce #content div.product div.thumbnails a,.woocommerce div.product div.thumbnails a,.woocommerce-page #content div.product div.thumbnails a,.woocommerce-page div.product div.thumbnails a{float:left;width:30.75%;margin-right:3.8%;margin-bottom:1em}.woocommerce #content div.product div.thumbnails a.last,.woocommerce div.product div.thumbnails a.last,.woocommerce-page #content div.product div.thumbnails a.last,.woocommerce-page div.product div.thumbnails a.last{margin-right:0}.woocommerce #content div.product div.thumbnails a.first,.woocommerce div.product div.thumbnails a.first,.woocommerce-page #content div.product div.thumbnails a.first,.woocommerce-page div.product div.thumbnails a.first{clear:both}.woocommerce #content div.product div.thumbnails.columns-1 a,.woocommerce div.product div.thumbnails.columns-1 a,.woocommerce-page #content div.product div.thumbnails.columns-1 a,.woocommerce-page div.product div.thumbnails.columns-1 a{width:100%;margin-right:0;float:none}.woocommerce #content div.product div.thumbnails.columns-2 a,.woocommerce div.product div.thumbnails.columns-2 a,.woocommerce-page #content div.product div.thumbnails.columns-2 a,.woocommerce-page div.product div.thumbnails.columns-2 a{width:48%}.woocommerce #content div.product div.thumbnails.columns-4 a,.woocommerce div.product div.thumbnails.columns-4 a,.woocommerce-page #content div.product div.thumbnails.columns-4 a,.woocommerce-page div.product div.thumbnails.columns-4 a{width:22.05%}.woocommerce #content div.product div.thumbnails.columns-5 a,.woocommerce div.product div.thumbnails.columns-5 a,.woocommerce-page #content div.product div.thumbnails.columns-5 a,.woocommerce-page div.product div.thumbnails.columns-5 a{width:16.9%}.woocommerce #content div.product div.summary,.woocommerce div.product div.summary,.woocommerce-page #content div.product div.summary,.woocommerce-page div.product div.summary{float:right;width:48%;clear:none}.woocommerce #content div.product .woocommerce-tabs,.woocommerce div.product .woocommerce-tabs,.woocommerce-page #content div.product .woocommerce-tabs,.woocommerce-page div.product .woocommerce-tabs{clear:both}.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce #content div.product .woocommerce-tabs ul.tabs::before,.woocommerce div.product .woocommerce-tabs ul.tabs::after,.woocommerce div.product .woocommerce-tabs ul.tabs::before,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::before,.woocommerce-page div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page div.product .woocommerce-tabs ul.tabs::before{content:" ";display:table}.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page div.product .woocommerce-tabs ul.tabs::after{clear:both}.woocommerce #content div.product .woocommerce-tabs ul.tabs li,.woocommerce div.product .woocommerce-tabs ul.tabs li,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,.woocommerce-page div.product .woocommerce-tabs ul.tabs li{display:inline-block}.woocommerce #content div.product #reviews .comment::after,.woocommerce #content div.product #reviews .comment::before,.woocommerce div.product #reviews .comment::after,.woocommerce div.product #reviews .comment::before,.woocommerce-page #content div.product #reviews .comment::after,.woocommerce-page #content div.product #reviews .comment::before,.woocommerce-page div.product #reviews .comment::after,.woocommerce-page div.product #reviews .comment::before{content:" ";display:table}.woocommerce #content div.product #reviews .comment::after,.woocommerce div.product #reviews .comment::after,.woocommerce-page #content div.product #reviews .comment::after,.woocommerce-page div.product #reviews .comment::after{clear:both}.woocommerce #content div.product #reviews .comment img,.woocommerce div.product #reviews .comment img,.woocommerce-page #content div.product #reviews .comment img,.woocommerce-page div.product #reviews .comment img{float:right;height:auto}.woocommerce ul.products,.woocommerce-page ul.products{clear:both}.woocommerce ul.products::after,.woocommerce ul.products::before,.woocommerce-page ul.products::after,.woocommerce-page ul.products::before{content:" ";display:table}.woocommerce ul.products::after,.woocommerce-page ul.products::after{clear:both}.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{float:left;margin:0 3.8% 2.992em 0;padding:0;position:relative;width:22.05%;margin-left:0}.woocommerce ul.products li.first,.woocommerce-page ul.products li.first{clear:both}.woocommerce ul.products li.last,.woocommerce-page ul.products li.last{margin-right:0}.woocommerce ul.products.columns-1 li.product,.woocommerce-page ul.products.columns-1 li.product{width:100%;margin-right:0}.woocommerce ul.products.columns-2 li.product,.woocommerce-page ul.products.columns-2 li.product{width:48%}.woocommerce ul.products.columns-3 li.product,.woocommerce-page ul.products.columns-3 li.product{width:30.75%}.woocommerce ul.products.columns-5 li.product,.woocommerce-page ul.products.columns-5 li.product{width:16.95%}.woocommerce ul.products.columns-6 li.product,.woocommerce-page ul.products.columns-6 li.product{width:13.5%}.woocommerce-page.columns-1 ul.products li.product,.woocommerce.columns-1 ul.products li.product{width:100%;margin-right:0}.woocommerce-page.columns-2 ul.products li.product,.woocommerce.columns-2 ul.products li.product{width:48%}.woocommerce-page.columns-3 ul.products li.product,.woocommerce.columns-3 ul.products li.product{width:30.75%}.woocommerce-page.columns-5 ul.products li.product,.woocommerce.columns-5 ul.products li.product{width:16.95%}.woocommerce-page.columns-6 ul.products li.product,.woocommerce.columns-6 ul.products li.product{width:13.5%}.woocommerce .woocommerce-result-count,.woocommerce-page .woocommerce-result-count{float:left}.woocommerce .woocommerce-ordering,.woocommerce-page .woocommerce-ordering{float:right}.woocommerce .woocommerce-pagination ul.page-numbers::after,.woocommerce .woocommerce-pagination ul.page-numbers::before,.woocommerce-page .woocommerce-pagination ul.page-numbers::after,.woocommerce-page .woocommerce-pagination ul.page-numbers::before{content:" ";display:table}.woocommerce .woocommerce-pagination ul.page-numbers::after,.woocommerce-page .woocommerce-pagination ul.page-numbers::after{clear:both}.woocommerce .woocommerce-pagination ul.page-numbers li,.woocommerce-page .woocommerce-pagination ul.page-numbers li{display:inline-block}.woocommerce #content table.cart img,.woocommerce table.cart img,.woocommerce-page #content table.cart img,.woocommerce-page table.cart img{height:auto}.woocommerce #content table.cart td.actions,.woocommerce table.cart td.actions,.woocommerce-page #content table.cart td.actions,.woocommerce-page table.cart td.actions{text-align:right}.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:80px}.woocommerce #content table.cart td.actions .coupon,.woocommerce table.cart td.actions .coupon,.woocommerce-page #content table.cart td.actions .coupon,.woocommerce-page table.cart td.actions .coupon{float:left}.woocommerce .cart-collaterals,.woocommerce-page .cart-collaterals{width:100%}.woocommerce .cart-collaterals::after,.woocommerce .cart-collaterals::before,.woocommerce-page .cart-collaterals::after,.woocommerce-page .cart-collaterals::before{content:" ";display:table}.woocommerce .cart-collaterals::after,.woocommerce-page .cart-collaterals::after{clear:both}.woocommerce .cart-collaterals .related,.woocommerce-page .cart-collaterals .related{width:30.75%;float:left}.woocommerce .cart-collaterals .cross-sells,.woocommerce-page .cart-collaterals .cross-sells{width:48%;float:left}.woocommerce .cart-collaterals .cross-sells ul.products,.woocommerce-page .cart-collaterals .cross-sells ul.products{float:none}.woocommerce .cart-collaterals .cross-sells ul.products li,.woocommerce-page .cart-collaterals .cross-sells ul.products li{width:48%}.woocommerce .cart-collaterals .shipping_calculator,.woocommerce-page .cart-collaterals .shipping_calculator{width:48%;clear:right;float:right}.woocommerce .cart-collaterals .shipping_calculator::after,.woocommerce .cart-collaterals .shipping_calculator::before,.woocommerce-page .cart-collaterals .shipping_calculator::after,.woocommerce-page .cart-collaterals .shipping_calculator::before{content:" ";display:table}.woocommerce .cart-collaterals .shipping_calculator::after,.woocommerce-page .cart-collaterals .shipping_calculator::after{clear:both}.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1,.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2,.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1,.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2{width:47%}.woocommerce .cart-collaterals .cart_totals,.woocommerce-page .cart-collaterals .cart_totals{float:right;width:48%}.woocommerce ul.cart_list li::after,.woocommerce ul.cart_list li::before,.woocommerce ul.product_list_widget li::after,.woocommerce ul.product_list_widget li::before,.woocommerce-page ul.cart_list li::after,.woocommerce-page ul.cart_list li::before,.woocommerce-page ul.product_list_widget li::after,.woocommerce-page ul.product_list_widget li::before{content:" ";display:table}.woocommerce ul.cart_list li::after,.woocommerce ul.product_list_widget li::after,.woocommerce-page ul.cart_list li::after,.woocommerce-page ul.product_list_widget li::after{clear:both}.woocommerce ul.cart_list li img,.woocommerce ul.product_list_widget li img,.woocommerce-page ul.cart_list li img,.woocommerce-page ul.product_list_widget li img{float:right;height:auto}.woocommerce form .form-row::after,.woocommerce form .form-row::before,.woocommerce-page form .form-row::after,.woocommerce-page form .form-row::before{content:" ";display:table}.woocommerce form .form-row::after,.woocommerce-page form .form-row::after{clear:both}.woocommerce form .form-row label,.woocommerce-page form .form-row label{display:block}.woocommerce form .form-row label.checkbox,.woocommerce-page form .form-row label.checkbox{display:inline}.woocommerce form .form-row select,.woocommerce-page form .form-row select{width:100%}.woocommerce form .form-row .input-text,.woocommerce-page form .form-row .input-text{box-sizing:border-box;width:100%}.woocommerce form .form-row-first,.woocommerce form .form-row-last,.woocommerce-page form .form-row-first,.woocommerce-page form .form-row-last{width:47%;overflow:visible}.woocommerce form .form-row-first,.woocommerce-page form .form-row-first{float:left}.woocommerce form .form-row-last,.woocommerce-page form .form-row-last{float:right}.woocommerce form .form-row-wide,.woocommerce-page form .form-row-wide{clear:both}.woocommerce form .password-input,.woocommerce-page form .password-input{display:flex;flex-direction:column;justify-content:center;position:relative}.woocommerce form .password-input input[type=password],.woocommerce-page form .password-input input[type=password]{padding-right:2.5rem}.woocommerce form .password-input input::-ms-reveal,.woocommerce-page form .password-input input::-ms-reveal{display:none}.woocommerce form .show-password-input,.woocommerce-page form .show-password-input{background-color:transparent;border-radius:0;border:0;color:var(--wc-form-color-text,#000);cursor:pointer;font-size:inherit;line-height:inherit;margin:0;padding:0;position:absolute;right:.7em;text-decoration:none;top:50%;transform:translateY(-50%);-moz-osx-font-smoothing:inherit;-webkit-appearance:none;-webkit-font-smoothing:inherit}.woocommerce form .show-password-input::before,.woocommerce-page form .show-password-input::before{background-repeat:no-repeat;background-size:cover;background-image:url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M17.3 3.3C16.9 2.9 16.2 2.9 15.7 3.3L13.3 5.7C12.2437 5.3079 11.1267 5.1048 10 5.1C6.2 5.2 2.8 7.2 1 10.5C1.2 10.9 1.5 11.3 1.8 11.7C2.6 12.8 3.6 13.7 4.7 14.4L3 16.1C2.6 16.5 2.5 17.2 3 17.7C3.4 18.1 4.1 18.2 4.6 17.7L17.3 4.9C17.7 4.4 17.7 3.7 17.3 3.3ZM6.7 12.3L5.4 13.6C4.2 12.9 3.1 11.9 2.3 10.7C3.5 9 5.1 7.8 7 7.2C5.7 8.6 5.6 10.8 6.7 12.3ZM10.1 9C9.6 8.5 9.7 7.7 10.2 7.2C10.7 6.8 11.4 6.8 11.9 7.2L10.1 9ZM18.3 9.5C17.8 8.8 17.2 8.1 16.5 7.6L15.5 8.6C16.3 9.2 17 9.9 17.6 10.8C15.9 13.4 13 15 9.9 15H9.1L8.1 16C8.8 15.9 9.4 16 10 16C13.3 16 16.4 14.4 18.3 11.7C18.6 11.3 18.8 10.9 19.1 10.5C18.8 10.2 18.6 9.8 18.3 9.5ZM14 10L10 14C12.2 14 14 12.2 14 10Z" fill="%23111111"/></svg>');content:"";display:block;height:22px;width:22px}.woocommerce form .show-password-input.display-password::before,.woocommerce-page form .show-password-input.display-password::before{background-image:url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18.3 9.49999C15 4.89999 8.50002 3.79999 3.90002 7.19999C2.70002 8.09999 1.70002 9.29999 0.900024 10.6C1.10002 11 1.40002 11.4 1.70002 11.8C5.00002 16.4 11.3 17.4 15.9 14.2C16.8 13.5 17.6 12.8 18.3 11.8C18.6 11.4 18.8 11 19.1 10.6C18.8 10.2 18.6 9.79999 18.3 9.49999ZM10.1 7.19999C10.6 6.69999 11.4 6.69999 11.9 7.19999C12.4 7.69999 12.4 8.49999 11.9 8.99999C11.4 9.49999 10.6 9.49999 10.1 8.99999C9.60003 8.49999 9.60003 7.69999 10.1 7.19999ZM10 14.9C6.90002 14.9 4.00002 13.3 2.30002 10.7C3.50002 8.99999 5.10002 7.79999 7.00002 7.19999C6.30002 7.99999 6.00002 8.89999 6.00002 9.89999C6.00002 12.1 7.70002 14 10 14C12.2 14 14.1 12.3 14.1 9.99999V9.89999C14.1 8.89999 13.7 7.89999 13 7.19999C14.9 7.79999 16.5 8.99999 17.7 10.7C16 13.3 13.1 14.9 10 14.9Z" fill="%23111111"/></svg>')}.woocommerce #payment .form-row select,.woocommerce-page #payment .form-row select{width:auto}.woocommerce #payment .terms,.woocommerce #payment .wc-terms-and-conditions,.woocommerce-page #payment .terms,.woocommerce-page #payment .wc-terms-and-conditions{text-align:left;padding:0 1em 0 0;float:left}.woocommerce #payment #place_order,.woocommerce-page #payment #place_order{float:right}.woocommerce .woocommerce-billing-fields::after,.woocommerce .woocommerce-billing-fields::before,.woocommerce .woocommerce-shipping-fields::after,.woocommerce .woocommerce-shipping-fields::before,.woocommerce-page .woocommerce-billing-fields::after,.woocommerce-page .woocommerce-billing-fields::before,.woocommerce-page .woocommerce-shipping-fields::after,.woocommerce-page .woocommerce-shipping-fields::before{content:" ";display:table}.woocommerce .woocommerce-billing-fields::after,.woocommerce .woocommerce-shipping-fields::after,.woocommerce-page .woocommerce-billing-fields::after,.woocommerce-page .woocommerce-shipping-fields::after{clear:both}.woocommerce .woocommerce-terms-and-conditions,.woocommerce-page .woocommerce-terms-and-conditions{margin-bottom:1.618em;padding:1.618em}.woocommerce .woocommerce-oembed,.woocommerce-page .woocommerce-oembed{position:relative}.woocommerce-account .woocommerce-MyAccount-navigation{float:left;width:30%}.woocommerce-account .woocommerce-MyAccount-content{float:right;width:68%}.woocommerce-account .woocommerce-MyAccount-content mark{background-color:transparent;color:inherit;font-weight:700}.woocommerce-page.left-sidebar #content.twentyeleven{width:58.4%;margin:0 7.6%;float:right}.woocommerce-page.right-sidebar #content.twentyeleven{margin:0 7.6%;width:58.4%;float:left}.twentyfourteen .tfwc{padding:12px 10px 0;max-width:474px;margin:0 auto}.twentyfourteen .tfwc .product .entry-summary{padding:0!important;margin:0 0 1.618em!important}.twentyfourteen .tfwc div.product.hentry.has-post-thumbnail{margin-top:0}@media screen and (min-width:673px){.twentyfourteen .tfwc{padding-right:30px;padding-left:30px}}@media screen and (min-width:1040px){.twentyfourteen .tfwc{padding-right:15px;padding-left:15px}}@media screen and (min-width:1110px){.twentyfourteen .tfwc{padding-right:30px;padding-left:30px}}@media screen and (min-width:1218px){.twentyfourteen .tfwc{margin-right:54px}.full-width .twentyfourteen .tfwc{margin-right:auto}}.twentyfifteen .t15wc{padding-left:7.6923%;padding-right:7.6923%;padding-top:7.6923%;margin-bottom:7.6923%;background:#fff;box-shadow:0 0 1px rgba(0,0,0,.15)}.twentyfifteen .t15wc .page-title{margin-left:0}@media screen and (min-width:38.75em){.twentyfifteen .t15wc{margin-right:7.6923%;margin-left:7.6923%;margin-top:8.3333%}}@media screen and (min-width:59.6875em){.twentyfifteen .t15wc{margin-left:8.3333%;margin-right:8.3333%;padding:10%}.single-product .twentyfifteen .entry-summary{padding:0!important}}.twentysixteen .site-main{margin-right:7.6923%;margin-left:7.6923%}.twentysixteen .entry-summary{margin-right:0;margin-left:0}#content .twentysixteen div.product div.images,#content .twentysixteen div.product div.summary{width:46.42857%}@media screen and (min-width:44.375em){.twentysixteen .site-main{margin-right:23.0769%}}@media screen and (min-width:56.875em){.twentysixteen .site-main{margin-right:0;margin-left:0}.no-sidebar .twentysixteen .site-main{margin-right:15%;margin-left:15%}.no-sidebar .twentysixteen .entry-summary{margin-right:0;margin-left:0}}.rtl .woocommerce .col2-set .col-1,.rtl .woocommerce-page .col2-set .col-1{float:right}.rtl .woocommerce .col2-set .col-2,.rtl .woocommerce-page .col2-set .col-2{float:left}