/*
jay
*/
/* =====================
   Typo
   ====================== */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;900&family=Roboto:wght@300;400;500;700;900&display=swap');

/*

font-family: 'Poppins', sans-serif;
font-family: 'Roboto', sans-serif;

*/
body {
    background: #f6f6f6;
}

body, p, .p {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    color: #67708a;
    margin: 0;
}

/* =====================
   transition
   ====================== */
.inpt-cs .checkmark:after,
form.cart-delorderform i.icon,
.checkmark,
a, #menu > ul > li {
    transition: all 0.25s linear;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    color: #000;
}

/* =====================
  End transition
   ====================== */

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Poppins', sans-serif;
    margin-top: 0;
    margin-bottom: 22px;
    line-height: 1.1;
}

.h1, h1 {
    font-size: 60px;
}

.h2, h2 {
    font-size: 30px;
}

.h3, h3 {
    font-size: 25px;
}

.h4, h4 {
    font-size: 18px
}

.h5, h5 {
    font-size: 20px;
}

.h6, h6 {
    font-size: 16px
}

p {
    margin: 0 0 10px
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    line-height: 1.2;
    color: #2D3238;
}


/* Style the tab */
.tab {
    overflow: hidden;
    background-color: #fff;
    position: relative;
    z-index: 2;
}

/* Style the buttons inside the tab */
.tab button {
    float: left;
    outline: none;
    cursor: pointer;
    padding: 9px 16px;
    transition: 0.3s;
    font-size: 18px;
    margin: 0;
    background: #f1f1f1 !important;
    border: 1px solid #f1f1f1 !important;
    color: #666 !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    text-shadow: none;
    text-transform: capitalize;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active, .tab button:hover {
    background-color: #486279 !important;
    color: #fff !important;
    border: 1px solid #486279 !important;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 10px 12px;
    border: 1px solid #f1f1f1;
    margin-top: 0px;
    position: relative;
    z-index: 0;
    margin-bottom: 20px;
}

b {
    font-weight: bold;
}

/* =====================
Header
   ====================== */

#menu > ul > li:last-child {
    float: right;
}

#menu > ul > li {
    background: #58728a;
    margin-left: 25px;
}
#menu > ul > li > a {
    color: #fff;
}
#menu > ul > li > a span {
    font-size: 25px;
    position: absolute;
    top: 50%;
    transform: translateX(-50%);
    left: 20px;
	display: none;
}

header .section.rel_pos {
    display: flex;
    align-items: center;
    width: 100%;
}

.custom_menu_4 {
    width: 100%;
}

.custom_menu_4.main_menu_underline_effect {
    width: 100%;
}

#menu > ul > li:hover {
    background: #fff;
}

#menu > ul > li:hover > a {
    color: #486279;
}


.banner-main {
    background-color: white;
    padding-top: 50px;
    border-bottom: 1px solid #486279;
    text-align: center;
    padding-bottom: 190px;
}

.banner-main .text-content {
    max-width: 440px;
    margin: 0px auto;
    display: block;
    width: 100%;
    float: none;
}


.banner-main:before {
    background: transparent url(../images/sprite-site-2.png) no-repeat 0 0;
    background-size: 600px 225px;
    background-size: 750px 700px;
    display: inline-block;
    background-position: 0px -275px;
    z-index: 0;
    height: 174px;
    position: absolute;
    left: 50%;
    bottom: 35px;
    width: 690px;
    transform: translateX(-50%);
}

.usps-cs {
    color: #333;
    border: 1px solid #d1ebd7;
    background-color: #e3f3e6;
    background-color: #EAFFEE;
    font-size: 13.6px;
    padding: 20px 5px;
    margin: 15px auto 40px;
    -webkit-box-shadow: 0px 2px 3px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 3px rgb(0 0 0 / 20%);
}


form#easypostForm {
    background: #fff;
    border: 1px solid #ddd;
    background-color: #fff;
    -webkit-box-shadow: 0px -1px 10px -3px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0px -1px 10px -3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px -1px 10px -3px rgb(0 0 0 / 30%);
    padding: 30px 30px;
    width: 65%;
    margin: 0px 30px 0 -15px;
}


.cstm-row {
    display: flex;
    align-items: center;
    margin: 0px -15px 0px;
}

.cstm-row .customproducts-wrap {
    width: 50%;
    padding: 0 15px 15px;
    margin-bottom: 0;
}

input[type="text"], input[type="password"], input[type="email"], input[type="tel"], textarea, select {
    margin-bottom: 0 !important;
    font-size: 14px;
    border-radius: 0;
    background: transparent;
    border: 2px solid #efefef;
}

.customproducts-wrap h3 {
    font-size: 18px;
    margin-bottom: 8px;
}

.customproducts-wrap {
    margin-bottom: 35px;
}


.service_priority hr {
    border: 0;
    border-bottom: 1px dotted #f1f1f1;
    margin: 0;
}

h3.product-title {
    font-size: 18px;
    margin-bottom: 0;
}

h3.product-title b {
    display: block;
}

.service_priority img {
    max-width: 120px;
    width: 100%;
}


/*
*/

.inpt-cs {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: right;
}

/* Hide the browser's default radio button */
.inpt-cs input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    z-index: 9;
    width: 100%;
    height: 100%;
    left: 0;
    margin: 0;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 30px;
    right: 20px;
    height: 25px;
    width: 25px;
    background-color: #eee0;
    border-radius: 0;
}

/* On mouse-over, add a grey background color */
.inpt-cs:hover input ~ .checkmark:after {
    opacity: 1;
}

/* When the radio button is checked, add a blue background */
.inpt-cs input:checked ~ .checkmark {
    background-color: transparent;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.inpt-cs input:checked ~ .checkmark:after {
    display: block;
    opacity: 1;
}

/* Style the indicator (dot/circle) */
.inpt-cs .checkmark:after {
    border-radius: 0;
    content: '✓';
    color: #486279;
    font-size: 30px;
    display: block;
    opacity: 0;
}

.row-cs {
    position: relative;
    display: flex;
    align-items: center;
    padding: 20px 10px;
}

.service_priority .media-cs {
    margin-right: 30px;
}

.usps-cstm a {
    padding: 6px 10px 6px;
    text-decoration: none;
    display: inline-block;
    border: 1px solid #c2c2c2;
    border-top: 2px solid #c2c2c2;
    background-color: #f0f0f0;
    margin-right: 4px;
    margin-bottom: 4px;
}

.usps-cstm a.selected, .usps-cstm a:hover {
    background: #486279;
    border-top: 2px solid #486279;
    color: #fff !important;
}

.tablinks {
    background: #486279;
    border: 0;
    margin-right: 10px;
    text-transform: capitalize;
    font-size: 14px;
    line-height: 25px;
    padding: 9px 25px;
    margin-bottom: 0;
}

.tablinks:hover {
    background: #58728a;
}

.tabcontent h5 {
    margin-bottom: 10px;
    font-size: 18px;
}

.tabcontent .vc_row {
    margin-bottom: 10px;
}

.tabcontent {
    padding-top: 20px;
}


.form-new-label .postage-box {
    border-top: 1px dashed #c2c2c2;
    padding-top: 45px;
    margin-bottom: 20px;
    position: relative;
}

.form-new-label .postage-box h3 {
    margin-bottom: 0;
}

.form-new-label .postage-box h3.top {
    margin-top: 0;
}

.form-new-label .postage-box .postage-amount {
    font-size: 38px;
    font-weight: 600;
    line-height: 1em;
}

.form-new-label .postage-box .postage-amount.currency-btc {
    font-size: 22px;
}

.form-new-label .postage-box .savings-row {
    margin-top: 5px;
}

.form-new-label .postage-box .savings-details {
    font-size: 12px;
    margin-top: 7px;
}

.form-new-label .postage-box .no-savings-msg {
    display: none;
    font-size: 12px;
    margin-top: 7px;
}

.form-new-label .postage-box .highlight {
    padding: 2px 5px 2px 5px;
    background-color: #486279;
    color: #fff;
}

.form-new-label .postage-box .highlight .example {
    color: #d2d2d2;
}

.form-new-label .delivery-box .delivery-time {
    margin-bottom: 8px;
}

.form-new-label .payment-options {
    margin-bottom: 15px;
}

.form-new-label {
    width: 35%;
}

.contactfrm-cstm {
    display: flex;
}

.form-new-label .preview-autoslide {
    position: sticky;
    top: 62px;
}


.menu-item span.cartcount {
    position: absolute;
    top: 0px;
    background: #f29577;
    height: 17px;
    width: 17px;
    color: #fff;
    border-radius: 30px;
    text-align: center;
    font-size: 9px;
    z-index: 9;
    left: 25px;
    line-height: 17px;
}


.um.um-login {
    background: #fff;
    padding: 20px 20px;
    float: left;
}


.um.um-login {
    background: #fff;
    padding: 20px 20px;
    float: left;
}

.um-misc-ul li a {
    color: #486279 !important;
}

.um-misc-ul li {
    list-style: none;
}

.um-misc-with-img {
    border-bottom: 0px solid #58728a !important;
}

.um input[type=submit].um-button, .um input[type=submit].um-button:focus, .um a.um-button, .um a.um-button.um-disabled:hover, .um a.um-button.um-disabled:focus, .um a.um-button.um-disabled:active {
    background: #486279 !important;
}

.um input[type=submit].um-button:hover, .um a.um-button:hover {
    background-color: #58728a !important;
}


.um-account-side li a:hover {
    color: #444;
    background: #58728a;
}

.um .um-tip:hover, .um .um-field-radio.active:not(.um-field-radio-state-disabled) i, .um .um-field-checkbox.active:not(.um-field-radio-state-disabled) i, .um .um-member-name a:hover, .um .um-member-more a:hover, .um .um-member-less a:hover, .um .um-members-pagi a:hover, .um .um-cover-add:hover, .um .um-profile-subnav a.active, .um .um-item-meta a, .um-account-name a:hover, .um-account-nav a.current, .um-account-side li a.current span.um-account-icon, .um-account-side li a.current:hover span.um-account-icon, .um-dropdown li a:hover, i.um-active-color, span.um-active-color {
    color: #486279 !important;
}

.um-account-side li a span.um-account-icon, .um-account-side li a.current span.um-account-icon, .um-account-side li a.current:hover span.um-account-icon {
    color: #486279 !important;
}

.um-account-side li a span.um-account-title {
    font-weight: 400;
}

.um-account-side li a:hover {
    color: #444;
    background: #dedddd !important;
}

.um .um-button.um-alt {
    color: #b2b2b2 !important;
}

.company-info a.space {
    margin-left: 16px;
    position: relative;
}

.company-info a.space:before {
    content: "|";
    display: block;
    color: #e2e2e2;
    position: absolute;
    left: -12px;
    top: -3px;
    font-size: 18px;
}

#footer .col ul li a:before {
    content: "|";
    display: block;
    color: #e2e2e2;
    position: absolute;
    left: -12px !important;
    top: -3px;
    font-size: 18px;
}

div#footer .col {
    float: none;
    margin-bottom: 10px;
}

/*.success.closable {
    position: fixed;
    bottom: 0;
    right: 0;
}*/

.success.closable + .success.closable {
    bottom: 60px;
}

.success.closable + .success.closable + .success.closable {
    bottom: 120px;
}

.success.closable + .success.closable + .success.closable + .success.closable {
    bottom: 180px;
}

#footer .col ul.margined_left {
    margin-left: 0;
    display: flex;
    justify-content: center;
}

#footer .col ul.margined_left li a {
    margin-right: 15px;
    position: relative;
    padding-right: 10px;
    color: #486279;
}

#footer .col ul.margined_left li:first-child a:before {
    display: none;
}

#footer .col ul li a:hover {
    color: #000;
}

.form-new-label .icon {
    background: transparent url(../images/sprite-site-2.png) no-repeat 0 0;
    background-size: 600px 225px;
    background-size: 750px 700px;
    display: inline-block;
    background-position: 0px -275px;
}

.icon.icon-payment-methods-color {
    width: 200px;
    height: 23px;
    display: inline-block;
    background-position: -200px -180px;
}

.icon.icon-media-types {
    width: 204px;
    height: 37px;
    display: inline-block;
    background-position: -200px -125px;
}

.icon.icon-print-landscape {
    width: 36px;
    height: 26px;
    display: inline-block;
    background-position: -10px -125px;
}

.icon.icon-print-landscape.icon-selected {
    background-position: -10px -180px;
}

.icon.icon-print-portrait {
    width: 26px;
    height: 36px;
    display: inline-block;
    background-position: -70px -125px;
}

.icon.icon-print-portrait.icon-selected {
    background-position: -70px -180px;
}

.icon.icon-print-label-printer {
    width: 20px;
    height: 23px;
    display: inline-block;
    background-position: -120px -125px;
}

.icon.icon-print-label-printer.icon-selected {
    background-position: -120px -180px;
}

.icon.icon-new-label-light {
    width: 27px;
    height: 29px;
    display: inline-block;
    background-position: -10px -10px;
}

.icon.icon-new-label-dark {
    width: 27px;
    height: 29px;
    display: inline-block;
    background-position: -10px -50px;
}

.icon.icon-bulk-light {
    width: 27px;
    height: 29px;
    display: inline-block;
    background-position: -50px -10px;
}

.icon.icon-bulk-dark {
    width: 27px;
    height: 29px;
    display: inline-block;
    background-position: -50px -50px;
}

.icon.icon-api-light {
    width: 27px;
    height: 29px;
    display: inline-block;
    background-position: -100px -10px;
}

.icon.icon-api-dark {
    width: 27px;
    height: 29px;
    display: inline-block;
    background-position: -100px -50px;
}

.icon.icon-cart-light {
    width: 27px;
    height: 29px;
    display: inline-block;
    background-position: -148px -8px;
}

.icon.icon-cart-dark {
    width: 27px;
    height: 29px;
    display: inline-block;
    background-position: -148px -48px;
}

.icon.icon-sample-label {
    width: 237px;
    height: 116px;
    display: inline-block;
    background-position: -450px -125px;
}

.icon.icon-media-types {
    width: 204px;
    height: 37px;
    display: inline-block;
    background-position: -200px -125px;
}

.icon.icon-payment-methods-color {
    width: 200px;
    height: 23px;
    display: inline-block;
    background-position: -200px -180px;
}

.icon.icon-payment-methods-bw {
    width: 200px;
    height: 24px;
    display: inline-block;
    background-position: -200px -215px;
}

.icon.icon-payment-methods-bw:hover {
    background-position: -200px -180px;
}

.icon-ship {
    background: transparent url('/images/shipping/sprite-shipping-2.png') no-repeat 0 0;
    background-size: 600px 350px;
    width: 75px;
    height: 42px;
    display: inline-block;
}

.icon-ship.icon-package-1 {
    background-position: -11px -241px;
}

.icon-ship.icon-package-10 {
    background-position: -12px -92px;
}

.icon-ship.icon-package-11 {
    background-position: -211px -92px;
}

.icon-ship.icon-package-12 {
    background-position: -111px -92px;
}

.icon-ship.icon-package-13 {
    background-position: -311px -92px;
}

.icon-ship.icon-package-14 {
    background-position: -411px -92px;
}

.icon-ship.icon-package-15 {
    background-position: -517px -93px;
}

.icon-ship.icon-package-16 {
    background-position: -11px -15px;
}

.icon-ship.icon-package-17 {
    background-position: -111px -15px;
}

.icon-ship.icon-package-18 {
    background-position: -211px -15px;
}

.icon-ship.icon-package-19 {
    background-position: -313px -16px;
}

.icon-ship.icon-package-20 {
    background-position: -12px -163px;
}

.icon-ship.icon-package-21 {
    background-position: -212px -164px;
}

.icon-ship.icon-package-22 {
    background-position: -113px -164px;
}

.icon-ship.icon-package-23 {
    background-position: -312px -166px;
}

.service-dependent.mediamail {
    margin-bottom: 25px;
}

.form-new-label .preview-autoslide h3 {
    margin-bottom: 15px;
}

form.cart-delorderform button {
    background: transparent;
}

form.cart-delorderform i.icon {
    color: #486279 !important;
    font-size: 20px;
}

.fortuna_table td {
    vertical-align: middle;
}

.fortuna_table th {
    font-weight: 400;
}

.cart-btn a {
    border-bottom: 1px solid #486279;
    margin-right: 10px;
    color: #486279 !important;
}

.cart-btn a:hover {
    border-bottom: 1px solid #f29577;
    color: #f29577 !important;
}

form.cart-delorderform i.icon:hover {
    color: #f29577 !important;
}


.wpcf7-form-control-wrap span.wpcf7-list-item {
    margin-left: 0;
}

label, legend {
    font-weight: 400;
    font-size: 14px;
}

.according-cs {
    padding: 0;
}

.according-cs .acc_item {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    background: transparent;
}

.acc_holder.with_bgr.according-cs .accordion {
    border-radius: 0;
    background: transparent;
    margin-bottom: 10px;
    padding: 15px 0;
    font-size: 19px;
}

.acc_holder.with_bgr.according-cs .accordion.active_acc {
    color: #486279;
}

.acc_holder.with_bgr .accordion_content {
    padding: 0px 0px 20px;
}


.cartbox-cs {
    display: flex;
    align-items: center;
}

.cartbox-cs b {
    font-weight: 300;
    margin-left: 10px;
}

header#header {
    position: sticky;
    top: 0;
}


html {
    scroll-behavior: smooth;
}


input[type="number"] {
    font-size: 14px;
    border-radius: 0;
    background: transparent;
    border: 2px solid #efefef;
    padding: 8px;
    outline: none;
    color: #555;
    margin: 0;
    width: 300px;
    max-width: 100%;
    display: block;
    margin-bottom: 20px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}


input[type="number"]:focus {
    background: #f6f6f6;
    color: #444;
    border-color: #ccc;
}




.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #486279;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}

.textred{
    color: red !important;
}

.bitcoin-icons {
    vertical-align: middle;
}