header {
    z-index: 15;
}

a:focus, a:active {
    text-decoration: unset;
}

body.disable-scroll {
    overflow: hidden !important;
}

.btn:focus {
    box-shadow: none;
}

button:focus {
    outline: none;
}

.display-none {
    display: none !important;
}

.flt-left {
    float: left;
}

.flt-right {
    float: right;
}
/*---------- Navbar ----------*/
.nav {
    display: flex;
    align-items: center;
    z-index: 3;
    background-color: #fff;
    transition: all 0.4s ease-in-out;
    position: fixed;
    left: 0;
    right: 0;
    height: 60px;
    box-sizing: border-box;
    opacity: 0;
}

.nav.scrolling {
    /* height: 55px;  */
    transition: all 0.4s ease-in-out;
}

.nav.show.scrolling.hidden {
    top: -85px;
    transition: all 0.4s ease-in-out;
    opacity: 0;
}

.nav.show,
.nav.show.scrolling {
    top: 0;
    opacity: 1;
    transition: all 0.4s ease-in-out;
    background: #ffff;
    z-index: 9;
}

.nav .container2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 15px;
}

.nav ul.header-menu {
    list-style: none;
    margin: 0;
    padding-bottom: unset;
    display: flex !important;
    align-items: center;
}

.nav ul.header-menu > li {
    display: inline-block;
    padding: unset;
    margin-left: unset;
    position: unset;
    display: flex;
    align-items: center;
}

.nav ul.header-menu > li:not(:last-child) {
    margin-right: 25px;
}

.nav ul.header-menu > li > a {
    padding: 6px;
    border-radius: 6px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Arial';
    font-size: 12.5px;
    color: #000;
    position: relative;
    font-weight: 500;
}

.nav.home ul.header-menu > li > a {
    color: #fff;
}

/* .nav ul.header-menu > li > a:after {
    display: block;
    content: "";
    height: 1px;
    width: 100%;
    transform: scale(0.4); 
    background-color: #000;
    position: absolute;
    bottom: -6px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    opacity: 0;
} */

.nav.home ul.header-menu > li > a:after {
    background-color: #fff;
}

.nav.home .pop-up + span > i {
    color: #fff;
}

.nav ul.header-menu > li:not(.active):hover > a,
.nav ul.header-menu > li.active > a {
    /* padding: 6px;
    border-radius: 6px; */
    background-color: #094D89;
    color: #fff !important;
}


 /* {
    color: #fff;
    background-color: #094D89;
    padding: 6px;
    border-radius: 6px;
} */

/* .nav ul.header-menu > li.request-a-quote-header-link:after {
    content: "";
    display: block;
    height: 1px;
    max-width: 118px;
    width: 100%;
    background-color: #000;
    position: absolute;
    bottom: -6px;
    transform: scale(0.4);
    opacity: 0;
    transition: all 0.2s ease;
}

.nav ul.header-menu > li.request-a-quote-header-link.active:after {
    opacity: 1;
    transform: scale(1);
}

.nav ul.header-menu > li.request-a-quote-header-link:hover:after {
    transform: scale(1);
    opacity: 1;
} */


/* .nav ul.header-menu > li.log {
    background-color: #000;
} */

.nav ul.header-menu > li.log:hover {
    background-color: transparent;
}

.nav #profile {
    position: relative; 
    display: flex;
}

.nav #profile > a {
    padding-right: 18px;
}

.nav #profile > span {
    position: absolute;
    top: -8px;
    right: 0;
}

.pop-up + span > i {
    transform: rotate(-55deg);
    font-size: 11px;
    display: inline-block;
}

.nav .box {
    opacity: 0;
    padding-top: 10px;
    position: absolute;
    visibility: hidden;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 43%;
    top: 150%;
    z-index: 20;
    white-space: normal;
}

.nav .box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-100%);
    width: 100%;
    height: 50px;
    cursor: pointer;
}

.nav #profile > a:active + .box,
.box:hover {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    top: 100%;
}

.nav .box:active::before {
    visibility: hidden;
    opacity: 0;
}

.nav .top-popup-content {
    background-color: #fff;
    position: relative;
    border: 1px solid #bfbfbf;
}

.nav .top-popup-content::before {
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
    border-left-width: 1px;
    border-top-width: 1px;
    border-left-style: solid;
    border-top-style: solid;
    top: -6px;
    content: '';
    position: absolute;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-color: #bfbfbf;
}

.nav .account-list {
    font-size: 13px;
    line-height: 1.3;
    font-weight: 300;
    padding: 20px 20px 10px;
    margin: 0;
}

.nav .account-item {
    text-align: left;
    display: block;
    position: relative;
    margin-bottom: 10px;
    margin-left: unset;
    padding: 5px 0 5px 40px;
    -webkit-transition: all .2s;
    transition: all .2s;
    white-space: nowrap;
}

.nav .account-item > a {
    font-family: 'Arial';
    font-size: 14px;
    color: #000;
}

.nav .account-item > a:hover {
    color: #0056b3;
    text-decoration: underline !important;
}

.nav .account-item .manage-account {
    background-position: -240px -713px;
}

.nav .account-item .my-orders {
    background-position: -269px -713px;
}

.nav .account-item .returns {
    background-position: -208px -713px;
}

.nav .account-item .logout {
    background-position: -296px -713px;
}

.nav .account-icon {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 50%;
    width: 30px;
    height: 25px;
    -ms-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    background-image: url(../images/sample.png);
}

.nav .login {
    background-color: transparent;
    color: #fff;
    margin: 0;
    padding: 5px 30px;
    border: 1px solid #000;
    cursor: pointer;
    font-size: 13px;
}

.nav .login:hover {
    color: #000;
}

.left-arrow {
    width: 30px;
    height: 16px;
    position: absolute;
    z-index: 2;
    cursor: pointer;
    display: none;
}

.left-arrow span {
    height: 2px;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1;
}

.left-arrow span:first-child {
    top: 3px;
    left: -1px;
    transform: rotate(-40deg);
    width: 14px;
}

.left-arrow span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    left: 0;
    width: 90%;
}

.left-arrow span:last-child {
    bottom: 3px;
    left: -1px;
    transform: rotate(40deg);
    width: 14px;
}

.left-arrow span,
.left-arrow:after {
    position: absolute;
    transition: all 0.4s;
}

.left-arrow:after {
    content: '';
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #fb891f;
    right: -66px;
    top: -77px;
    z-index: 0;
    -ms-transform: scale(0);
    transform: scale(0);
    -ms-transform-origin: center center;
    transform-origin: center center;
}

.menu-toggle {
    width: 30px;
    height: 16px;
    position: relative;
    z-index: 2;
    cursor: pointer;
    display: none;
}

.menu-toggle span {
    height: 2px;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    z-index: 1;
}

.menu-toggle span:first-child {
    top: 0;
    left: 0;
}

.menu-toggle span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    left: 0;
}

.menu-toggle span:last-child {
    bottom: 0;
    left: 0;
}

.menu-toggle span,
.menu-toggle:after {
    position: absolute;
    transition: all 0.4s;
}

.menu-toggle:after {
    content: '';
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #fb891f;
    right: -66px;
    top: -77px;
    z-index: 0;
    -ms-transform: scale(0);
    transform: scale(0);
    -ms-transform-origin: center center;
    transform-origin: center center;
}

.menu-toggle.active span:first-child {
    transform: rotate(45deg);
    width: 24px;
    top: 7px;
    left: 3px;
    right: auto;
    transform-origin: center center;
}

.menu-toggle.active span:nth-child(2) {
    opacity: 0;
    left: -10px;
}

.menu-toggle.active span:last-child {
    transform: rotate(-45deg);
    bottom: auto;
    left: auto;
    top: 7px;
    width: 24px;
    right: 3px;
}

.header-menu-list {
    width: auto;
    height: auto;
    display: inline-block;
    position: relative;
    padding: 0;
    float: right;
    z-index: 1;
    top: 0;
    right: 0;
    flex-direction: column;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: center;
    justify-content: center;
}

.header-menu-list ul {
    transition: opacity .4s;
    transition-delay: .2s;
    transition-timing-function: cubic-bezier(.42,0,.58,1);
    opacity: 1;
}

.menu-toggle.active~.header-menu-list ul {
    opacity: 1;
}

.header-menu-bg {
    display: none;
    background: #fff;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    position: absolute;
    right: -100px;
    top: -100px;
    z-index: 0;
    transition: all .3s;
    transition-timing-function: cubic-bezier(.42,0,.58,1);
}

.menu-toggle.active~.header-menu-bg {
    width: 100vh;
    height: 100vh;
    right: -50vh;
    top: -50vh;
    position: fixed;
    -ms-transform: scale(4);
    transform: scale(4);
}

.menu-toggle.active:after {
    -ms-transform: scale(1);
    transform: scale(1);
    top: -68px;
}
/*---------- End of Navbar ----------*/

/*---------- Container ----------*/
.container2 {
    max-width: 1250px;
    padding: 0 15px;
    margin: 0 auto;
    background-color: transparent;
    box-sizing: border-box;
    width: 100%;
}

.container2 .content-box {
    padding: 20px 0;
    min-height: 350px;
}
/*---------- End of Container ----------*/

/*---------- Columns ----------*/
.column-2 {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
}
/*---------- End of Columns ----------*/

/*---------- Flex ----------*/
.flex {
    display: flex;
}

.flex.wrap {
    flex-wrap: wrap;
}

.flex.middle {
    align-items: center;
}

.flex.center {
    justify-content: center;
}

.flex-middle {
    display: flex;
    align-items: center;
}

.flex-center {
    display: flex;
    justify-content: center;
}

.flex.j-flex-end {
    justify-content: flex-end;
}

.flex.space-bet {
    justify-content: space-between;
}

.flex.column {
    flex-direction: column;
}

.flex.row {
    flex-direction: row;
}
/*---------- End Flex ----------*/

/*---------- Float ----------*/
.float-left {
    float: left;
}

.float-right {
    float: right;
}
/*---------- End Float ----------*/

/*---------- About Page ----------*/
.about {
    margin: 50px auto 85px auto;
    margin-top: 10%;
    position: relative;
}

.about .logo {
    text-align: center;
    margin-bottom: 60px;
}

.about .logo img {
    max-width: 100%;
    width: 700px;
}

.about div {
    margin-bottom: 40px;
}

.about b {
    font-family: 'aileronbold';
    font-size: 16px;
}

.about p {
    font-family: 'aileronlight';
    font-size: 16px;
    text-align: justify;
    color: #616161;
}
/*---------- END OF ABOUT PAGE ----------*/

/*---------- CAREERS PAGE ----------*/
#career_page .banner img.desktop {
    max-width: 1000px;
    width: 100%;
    margin: 35px 0 10px;
}

#career_page .banner img.mobile {
    display: none;
}

#career_page .job-box {
    margin: 25px 0 100px 0;
}

#career_page .job-header {
    background: #EFF3F4;
    text-align: center;
    padding: 15px;
}

#career_page .job-header h3 {
    font-family: 'aileronthin';
    font-size: 30px;
    text-transform: capitalize;
    color: #757575;
}

#career_page .items {
    padding: 14px 16px;
    background: #fff;
}

#career_page .items:nth-child(even) {
    background: #f6f8f9;
}

#career_page .items .urgent-tag {
    font-family: 'aileronlight';
    font-size: 12px;
    background: #FC5454;
    color: #fff;
    text-transform: uppercase;
    padding: 4px 6px 3px 6px;
    margin-right: 20px;
    animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation: pulse 1s infinite; /* Safari 4+ */
    -moz-animation: pulse 1s infinite; /* Fx 5+ */
    -o-animation: pulse 1s infinite; /* Opera 12+ */
    animation: pulse 1s infinite;
    transition: transform 1s ease-in-out;
}

#career_page .items .left .urgent-tag {
    display: none;
}

#career_page .items .left p {
    color: #757575;
    font-family: 'aileronregular';
    font-size: 16px;
    margin: 0;
}

#career_page .items .right {
    min-width: 325px;
    justify-content: flex-end;
}

#career_page .items .right a > p {
    border: 1px solid #434343;
    background: #434343;
    margin: 0;
    padding: 8px 20px;
    font-size: 12px;
    font-family: 'aileronlight';
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
}

#career_page .items .right a:hover {
    text-decoration: none;
}

#career_page .items .right a:hover > p {
    background: #fff;
    color: #434343;
    font-family: 'aileronregular';
    letter-spacing: .7px;
}

#career_page .process-box {
    margin-bottom: 150px;
}

#career_page .process-box h3 {
    color: #8B8B8C;
    font-family: 'aileronthin';
    font-size: 30px;
    text-transform: capitalize;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 15px;
}

#career_page .process-box .desktop-lines {
    overflow: hidden;
    position: relative;
    bottom: -15px;
}

#career_page .process-box .line-box {
    width: 102%;
    margin: 15px -10px 0 -10px;
}

#career_page .process-box .line-box img {
    width: 25%;
    float: left;
}

#career_page .process-box .desktop-lines .plane {
    position: absolute;
    top: 4px;
    right: -3px;
}

#career_page .step-container .box {
    width: 23.5%;
    background-color: #1976d2;
    background: linear-gradient(50deg,#FEFEFE,#F5F5F5);
    border-radius: 30px;
    padding: 40px;
    -webkit-box-shadow: 0px 6px 16px -2px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px 6px 16px -2px rgba(0,0,0,0.16);
    box-shadow: 0px 6px 16px -2px rgba(0,0,0,0.16);
}

#career_page .step-container .box img.mobile,
#career_page .step-container .box img.tablet {
    display: none;
}

#career_page .step-container p {
    margin: 0;
}

#career_page .step-container h4 {
    font-size: 24px;
    color: #1E9BEF;
    font-family: 'aileronbold';
    margin-bottom: 20px;
}

#career_page .step-container p.label {
    color: #7C7C7C;
    font-family: 'aileronregular';
    font-size: 18px;
    margin-bottom: 12px;
}

#career_page .step-container p.desc {
    color: #7C7C7C;
    font-family: 'lato', sans-serif;
    font-size: 16px;
    white-space: pre-line;
}

#career_page .step-container p.desc b {
    font-family: 'lato', sans-serif;
}

@keyframes pulse {
    0% { transform: scale3d(.95,.95,.95); }
    50% { transform: scale3d(1,1,1); }
    to { transform: scale3d(.95,.95,.95); }
}

@-webkit-keyframes pulse {
    0% {  -webkit-transform: scale3d(.95,.95,.95); }
    50% {  -webkit-transform: scale3d(1,1,1); }
    to {  -webkit-transform: scale3d(.95,.95,.95); }
}

@-moz-keyframes pulse {
    0% { -moz-transform: scale3d(.95,.95,.95); }
    50% { -moz-transform: scale3d(1,1,1); }
    to { -moz-transform: scale3d(.95,.95,.95); }
}
/*---------- END CAREERS PAGE ----------*/

/*---------- CAROUSEL ----------*/
.carousel-box {
    max-width: 1260px;
    width: 100% !important;
    position: relative;
    height: 60vh;
    max-height: 560px;
    display: block !important;
    align-items: unset !important;
    justify-content: unset !important;
}

.carousel-box .item {
    position: absolute;
    will-change: opacity;
    opacity: 0;
    visibility: hidden;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

.carousel-box .item.active {
    transform: translateX(0) translateY(-50%);
    opacity: 1 !important;
    visibility: visible !important;
    z-index: 1 !important;
    will-change: opacity;
}

.carousel-box.sliding .item { 
    -webkit-transition: opacity 1000ms cubic-bezier(.694,0,.335,1) 1000ms, transform  1000ms cubic-bezier(.694,0,.335,1) 1000ms, visibility  1000ms cubic-bezier(.694,0,.335,1) 1000ms;
    -o-transition: opacity  1000ms cubic-bezier(.694,0,.335,1) 1000ms, transform  1000ms cubic-bezier(.694,0,.335,1) 1000ms, visibility  1000ms cubic-bezier(.694,0,.335,1) 1000ms;
    transition: opacity 1000ms cubic-bezier(.694,0,.335,1) 1000ms, transform  1000ms cubic-bezier(.694,0,.335,1) 1000ms, visibility  1000ms cubic-bezier(.694,0,.335,1) 1000ms;
}

.carousel-box.sliding .item.active {
    -webkit-transition: opacity 1000ms cubic-bezier(.694,0,.335,1) 1000ms, transform  1000ms cubic-bezier(.694,0,.335,1) 1000ms, visibility  1000ms cubic-bezier(.694,0,.335,1) 1000ms;
    -o-transition: opacity 1000ms cubic-bezier(.694,0,.335,1) 1000ms, transform  1000ms cubic-bezier(.694,0,.335,1) 1000ms, visibility  1000ms cubic-bezier(.694,0,.335,1) 1000ms;
    transition: opacity 1000ms cubic-bezier(.694,0,.335,1) 1000ms, transform  1000ms cubic-bezier(.694,0,.335,1) 1000ms, visibility  1000ms cubic-bezier(.694,0,.335,1) 1000ms;

}

.carousel-box .item.next {
    transform: translateX(15px) translateY(-50%);
}

.carousel-box .item.prev {
    transform: translateX(-15px) translateY(-50%);
}

.carousel-box .arrow {
    position: absolute;
    top: 12.6%;
    bottom: 0;
    width: 15% !important;
    cursor: pointer;
    transition: all 5s ease-in-out;
    z-index: 2;
}

.carousel-box .arrow img {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all .3s ease-in-out;
}

.carousel-box .arrow.left {
    left: 0;
}

.carousel-box .arrow.left img {
    left: 15%;
}

.carousel-box .arrow.right {
    right: 0;
}

.carousel-box .arrow.right img {
    right: 15%;
}

.carousel-box .arrow.left:hover img,
.carousel-box .arrow.right:hover img {
    opacity: 0.5;
    transition: all .3s ease-in-out;
}

.carousel-indicator {
    position: absolute;
    bottom: -20px;
    left: 50%;
    z-index: 1;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

.carousel-indicator li {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 8px;
    cursor: pointer;
    background-color: #E5E3E3;
    border: 1px solid #E5E3E3;
    border-radius: 10px;
}

.carousel-indicator li.active {
    background-color: #A8A8A8;
    border: 1px solid #A8A8A8;
}

.carousel-indicator li:before {
    counter-increment: unset;
    content: unset;
    font-weight: unset;
    margin-right: unset;
}
/*---------- END OF CAROUSEL ----------*/

/*---------- CONTACT US PAGE ----------*/
.contact {
    background-color: #F7F7F7;
}

.contact .container2 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 45px 15px 60px 15px;
}

.contact .left {
    max-width: 100%;
    width: 680px;
}

.contact .title p {
    color: #455A64;
    font-size: 30px;
    font-family: 'aileronthin_italic';
    margin: 0;
}

.contact .note {
    color: #616161;
    font-family: 'aileronitalic';
    font-size: 12px;
    margin: 12px 0 18px 0;
}

.contact input {
    background: #fff;
    border: none;
    border-radius: 0;
    width: 575px;
    max-width: 100%;
    font-family: 'aileronlight';
    font-size: 16px;
    color: #BDBDBD;
    padding: 10px 15px;
    margin: 10px 0;
}

.contact textarea {
    background: #fff;
    margin: 10px 0;
    padding: 10px 15px;
    width: 575px;
    max-width: 100%;
    resize: none;
}

.contact input::placeholder,
.contact textarea::placeholder {
    color: #BDBDBD;
}

.contact button {
    background: #03A9F4;
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-family: 'aileronlight';
    font-size: 18px;
    padding: 10px 60px;
    letter-spacing: 2px;
    margin: 25px 0;
}

.contact .connect {
    color: #B4B4B4;
    font-family: 'aileronregular';
    font-size: 16px;
    margin: 15px 0 10px 0;
}

.contact .social a {
    color: transparent;
}

.contact .social img {
    max-height: 27px;
    height: 100%;
}

.contact .social a:not(:last-child) img {
    margin-right: 15px;
} 

.contact .right {
    max-width: 100%;
    width: 300px;
}

.contact .right > div:not(:last-child) {
    margin-bottom: 15px;
}

.contact .right h1,
.contact .address,
.contact .email {
    font-size: 15px;
    margin: 0;
    line-height: 1.3;
}

.contact .right h1 {
    color: #757575;
    font-family: 'aileronblack';
}

.contact .address {
    color: #757575;
    font-family: 'aileronlight';
}

.contact .email {
    color: #03A9F4;
    font-family: 'aileronlight';
}
/*---------- END OF CONTACT US PAGE ----------*/

/*---------- CUSTOMIZE SELECT ----------*/
.custom-select.form-item:not(:first-child) {
    margin-top: 1em;
}

.custom-select.form-item > :not(:first-child) {
    margin-top: 0.25em;
}

.custom-select .form-item__element {
    display: inline-block;
    padding: 0.5em;
    vertical-align: middle;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #ccc;
    padding: 8px 15px;
    margin: 8px 0 0;
}

.custom-select .form-item__element--select {
    appearance: none;
    padding-right: 2em;
}

.custom-select .form-item__element--select:invalid {
    color: gray;
}

.custom-select .form-item__element--select [disabled] {
    color: gray;
}

.custom-select .form-item__element--select option {
    color: #444;
}
/*---------- END CUSTOMIZE SELECT ----------*/

/*---------- GALLERY-PREVIEW ----------*/
.gallery-preview .image-list {
    height: 275px;
    width: 50px;
    /*background: #dfdfdf;*/
    margin-right: 10px;
    position: relative;
    padding-top: 27px;
}

.gallery-preview .image-container {
    height: 224px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.gallery-preview .image-list .item {
    width: 50px;
    height: 50px;
    /*border: 1px solid #e9e9e9;*/
    margin-bottom: 8px;
    position: absolute;
    top: -58px;
    cursor: pointer;
}

.gallery-preview .image-list .item .active {
    width: 50px;
    height: 50px;
    background-color: #000;
    opacity: 0.15;
    position: absolute;
}

.gallery-preview .image-list .item::after {
    width: 50px;
    height: 50px;
    background-color: #000;
}

/*.gallery-preview .image-list .item:hover {
    border: 2px solid #cccccc;
}*/

.gallery-preview .image-list .item.one {
    top: 0;
}

.gallery-preview .image-list .item.two {
    top: 57px;
}

.gallery-preview .image-list .item.three {
    top: 114px;
}

.gallery-preview .image-list .item.four {
    top: 171px;
}

.gallery-preview .image-list .item.bottom {
    top: 228px;
}

.gallery-preview .item img {
    max-width: 100%;
    max-height: 100%;
}

.gallery-preview .image-view {
    width: 275px;
    height: 275px;
    box-sizing: border-box;
    /*border: 1px solid #e9e9e9;*/
}

.gallery-preview .image-view img {
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%;
}

.gallery-preview .arrow {
    width: 50px;
    height: 20px;
    background-color: #dfdfdf;
    background-color: transparent;
    position: absolute;
    left: 0;
    border: none;
    padding: 0;
}

.gallery-preview .arrow:focus {
    outline: none;
}

.gallery-preview .arrow .shape {
    border: solid #757575;
    border-width: 0 1px 1px 0;
    display: inline-block;
    height: 12px;
    width: 12px;
    position: relative;
}

.gallery-preview .arrow .shape:hover {
    border-color: #000;
}

.gallery-preview .arrow.up .shape {
    transform: rotate(-135deg);
}

.gallery-preview .arrow.down .shape {
    transform: rotate(45deg);
}

.gallery-preview .arrow.left .shape {
    transform: rotate(135deg);
}

.gallery-preview .arrow.right .shape {
    transform: rotate(-45deg);
}

.gallery-preview .arrow.up {
    top: 0;
}

.gallery-preview .arrow.down {
    bottom: 0;
}

.gallery-preview .arrow.left {
    left: 0 !important;
    top: unset !important;
}

.gallery-preview .arrow.right {
    right: 0;
    bottom: unset !important;
}

.gallery-preview .arrow[disabled] {
    cursor: not-allowed;
    display: none;
}
/*---------- END OF GALLERY-PREVIEW ----------*/

/*---------- GALLERY IMAGE-LIST HORIZONTAL ----------*/
.gallery-preview .image-list.horizontal {
    height: 50px;
    width: 275px;
    margin-top: 10px;
    margin-right: unset;
    padding-left: 27px;
    padding-top: unset;
}

.gallery-preview .horizontal .image-container {
    height: 100%;
    width: 224px;
}

.gallery-preview .horizontal .arrow {
    width: 20px;
    height: 50px;
    left: unset;
    top: 0;
}

.gallery-preview .horizontal .arrow i {
    font-size: 22px;

}

.gallery-preview .horizontal .item {
    top: unset !important;
    left: -58px;
}

.gallery-preview .horizontal .item.one {
    left: 0;
}

.gallery-preview .horizontal .item.two {
    left: 57px;
}

.gallery-preview .horizontal .item.three {
    left: 114px;
}

.gallery-preview .horizontal .item.four {
    left: 171px;
}

.gallery-preview .horizontal .item.bottom {
    left: 228px;
}

/*---------- END OF GALLERY IMAGE-LIST HORIZONTAL ----------*/

/*---------- GET QUOTE PAGE ----------*/
.get-quote {
    max-width: 850px;
    margin: 40px auto 60px auto;
}

.get-quote .top {
    display: flex;
    align-items: center;
}

.get-quote p {
    white-space: pre-line;
    color: #757575;
    font-family: 'aileronlight';
    font-size: 14px;
}

.get-quote p.sub-label {
    margin: 0;
}

.get-quote .left {
    padding-right: 10px;
}

.get-quote .left img {
    width: 100%;
}

.get-quote .right {
    padding-left: 10px;
}

.get-quote .list {
    display: list-item;
    width: 50%;
    float: left;
    list-style: none;
}

.get-quote .list:nth-child(odd) {
    padding-right: 10px;
}

.get-quote .list:nth-child(even) {
    padding-left: 10px;
}

.get-quote .list:nth-child(even) label {
    left: 0.75rem;
}

.get-quote .description {
    font-size: 14px;
    font-family: 'aileronbold';
    letter-spacing: 0.4px;
    margin-bottom: 10px;
}

.get-quote form {
    margin: 24px 0;
}

.get-quote .list.textarea {
    width: 100%;
    padding:  0;
}

.get-quote textarea {
    border: 1px solid #9e9e9e;
    padding: 5px 10px;
    font-family: 'aileronregular';
    font-size: 14px;
    resize: none;
    margin-bottom: 24px;
}

.get-quote textarea::placeholder {
    font-family: 'aileronitalic';
    color: #9e9e9e;
}

.get-quote button {
    background-color: #03A9F4;
    color: #fff;
    border: none;
    font-size: 20px;
    font-family: 'aileronlight';
    padding: 5px 35px;
}

.get-quote .check-list,
.get-quote p.label,
.get-quote .sub-list {
    display: none;
}

.get-quote .check-list.active,
.get-quote p.label.active,
.get-quote .sub-list.active {
    display: block;
}

.get-quote .check-list p {
    line-height: 0;
}

.get-quote .check-list label {
    position: unset;
    line-height:  unset;
    border-bottom:  unset;
    display: flex;
    align-items: center;
}

.get-quote .check-list span {
    margin-left: 5px;
    line-height:  unset;
}

.get-quote .check-list > .sub-list {
    margin-left: 35px;
}
/*---------- END GET QUOTE PAGE ----------*/

/*---------- INPUT ----------*/
.input-field {
    position: relative;
    margin-top: 1rem;
    margin-bottom: 1rem;
    box-sizing: border-box;
}

.input-field label {
    color: #9e9e9e;
    position: absolute;
    top: 0; 
    left: 0;
    font-family: 'aileronregular';
    font-size: 14px;
    cursor: text;
    -webkit-transition: color .2s ease-out, -webkit-transform .2s ease-out;
    transition: color .2s ease-out, -webkit-transform .2s ease-out;
    transition: transform .2s ease-out, color .2s ease-out;
    transition: transform .2s ease-out, color .2s ease-out, -webkit-transform .2s ease-out;
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    text-align: initial;
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
    line-height: unset;
    font-weight: unset;
    border-bottom: unset;
}

.input-field label:after {
    position: unset;
    bottom: unset;
    height: unset;
    width: unset;
    left: unset;
    content: unset;
    display: unset;
    background: unset;
    -moz-transition: unset;
    -o-transition: unset;
    -webkit-transition: unset;
    -ms-transition: unset;
    transition: unset;
}

input.v2:focus,
input.v2.active {
    border-bottom: 1px solid #26a69a;
    -webkit-box-shadow: 0 1px 0 0 #26a69a;
    box-shadow: 0 1px 0 0 #26a69a;
}

input.v2:focus~label,
input.v2.active~label {
    color: #26a69a;
    -webkit-transform: translateY(-14px) scale(0.8);
    transform: translateY(-14px) scale(0.8);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

input.v2,
select.v2 {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #9e9e9e;
    border-radius: 0;
    outline: none;
    height: 3rem;
    width: 100%;
    font-family: 'aileronregular';
    font-size: 14px;
    margin: 0 0 8px 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transition: border .3s, -webkit-box-shadow .3s;
    transition: border .3s, -webkit-box-shadow .3s;
    transition: box-shadow .3s, border .3s;
    transition: box-shadow .3s, border .3s, -webkit-box-shadow .3s;
}

select.v2 {
    cursor: pointer;
}

.select-wrapper {
    position: relative;
}

.input-field ul,
.input-field li {
    padding: 0;
    margin: 0;
}

.select-wrapper input.select-dropdown::placeholder {
    color: #9e9e9e;
    font-family: 'aileronregular';
    font-size: 14px;
    padding-left: 0.20rem;
}

.select-wrapper input.select-dropdown {
    position: relative;
    padding-left: 0.20rem;
    cursor: pointer;
    border-radius: 0;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #9e9e9e;
    outline: none;
    height: 3rem;
    line-height: 3rem;
    width: 100%;
    font-size: 16px;
    margin: 1px 0px 8px 0;
    padding: 0;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 1;
}

.select-dropdown.active~ul {
    display: block;
    width: 100%;
    left: 0px;
    top: 0px; 
    transform-origin: 0px 0px 0px;
    opacity: 1;
    transform: scaleX(1) scaleY(1);
}

.select-wrapper .caret {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    z-index: 0;
    fill: rgba(0,0,0,0.87);
}

.dropdown-content {
    background-color: #fff;
    margin: 0;
    display: none;
    min-width: 100px;
    overflow-y: auto;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.select-dropdown.dropdown-content li:hover {
    background-color: rgba(0,0,0,0.08);
}

.select-dropdown.dropdown-content li.selected {
    background-color: rgba(0,0,0,0.03);
}

.select-dropdown li.disabled,
.select-dropdown li.disabled>span,
.select-dropdown li.optgroup {
    color: rgba(0,0,0,0.3);
    background-color: transparent;
}

.dropdown-content li {
    clear: both;
    color: rgba(0,0,0,0.87);
    cursor: pointer;
    min-height: 50px;
    line-height: 1.5rem;
    width: 100%;
    text-align: left;
}

.dropdown-content li>a,
.dropdown-content li>span {
    font-size: 16px;
    color: #26a69a;
    display: block;
    line-height: 22px;
    padding: 14px 16px;
}

.dropdown-content {
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}
/*---------- END INPUT ----------*/

/*.content-box .box:nth-child(even) {
     background-color: #fcfcfc; 
}*/

.content-box .box {
    display: flex;
    padding: 40px 0;
    min-height: 500px;
}

.content-box .left,
.content-box .right {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content-box .left img {
    width: 100%;
    /*max-width: 440px;*/
    max-width: 500px;
    position: relative;
    top: -22px;
}

.content-box .pos-payment img.mobile,
.content-box .pos-payment .pos_btn_main {
    display: none;
}

.content-box .inner-box {
    width: 80%;
    margin: 30px 0 35px 0;
}

.content-box .inner-box h2 {
/*    color: #303030;
    text-transform: capitalize;
    font-size: 20px;
    font-family: 'Gotham-Book';
    margin: 0;
    letter-spacing: 2px;
    text-transform: uppercase;*/
    font-family: 'aileronblack';
    color: #616161;
    font-size: 27px;
    text-transform: capitalize;
    letter-spacing: 0px;
    margin: 0px;
}

.content-box .inner-box p {
    margin-top: 0.3vw;
    color: #676767;
    font-family: 'Gotham-Light-Regular';
    line-height: 20px;
    margin-bottom: 1.5vw;
    display: inline-block;
}

.content-box .inner-box ul {
    padding-bottom: 2.5vw;
    margin-left: 18px;
}

.content-box .inner-box .web-security-list li {
    list-style: none;
}

.content-box .inner-box .bms-list li:before,
.content-box .inner-box .web-security-list li:before {
    content: "•";
    color: #676767;
    position: absolute;
    left: -10px;
}

.service-projects {
    margin: 3% 0;
}

.service-projects .description {
    /*max-width: 650px;*/
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

.service-projects .description h3 {
    color: #03a9f4;
    font-weight: bold;
    font-family: 'Aileron-Regular';
    font-size: 28px;
}

.service-projects .description p {
    /*font-size: 17px;*/
    font-family: 'aileronthin';
    color: #757575;
    font-size: 18px;
}

.service-projects .projects {
    margin-bottom: 40px;
    overflow: auto;
}

.service-projects .div {
    float: left;
    display: flex;
    align-items: center;
    padding: 10px;
}

.service-projects .div:nth-child(odd) {
    justify-content: flex-end;
}

.service-projects .div:nth-child(even) {
    justify-content: flex-start;
} 

.service-projects .cont {
    max-width: 420px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.service-projects .div img {
    width: 100%;
}

.service-projects .text-hover {
    background-color: #dcdcdb;
    position:absolute;
    bottom: 0;
    width:100%;
    vertical-align: bottom;
    display: none;
    overflow-y: auto;
    max-height: 100%;
}

.service-projects .text-hover ul {
    margin: 10px 15px 5px 32px;
    min-height: 65%;
}

.service-projects .text-hover ul li {
    font-size: 14px;
    list-style-type: disc;
    color: #303030;
    padding: 0;
}

/*---------- Footer ----------*/
footer {
    padding: 22px 0;
}

.footer {
    border-bottom: 2px solid rgba(238, 238, 238, 0.1450980392156863);
    /*padding-bottom: 40px;*/
}

.footer .top {
    margin-bottom: 12px;
}

.footer .title {
    color: #29B6F6;
    text-transform: unset;
    font-family: 'aileronblack';
    font-size: 18px;
    font-weight: 700;
}

.footer li {
    padding: 0;
    margin: 0;
}

.footer .list a {
    color: #fff;
    font-family: 'aileronultralight';
    font-size: 16px;
    letter-spacing: 0.5px;
    text-decoration: none;
}

.footer .email input {
    position: unset;
    z-index: unset;
    line-height: unset;
    font-weight: unset;
    background: #fff;
    padding: 4px 15px;
    font-family: 'aileronlight';
    font-size: 16px;
    color: #757575;
    min-width: 280px;
    width: 25%;
}

.footer .email input::placeholder {
    color: #757575;
}

.footer .email button {
    background-color: #03A9F4;
    color: #fff;
    border: none;
    font-size: 16px;
    font-family: 'aileronlight';
    padding: 4px 30px;
}

.footer .email p {
    color: #fff;
    font-family: 'aileronlight';
    font-size: 12px;
    margin: 0;
    line-height: 3;
}

.footer-btm {
    margin-top: 15px;
}

.footer-btm .trk-logo {
    width: 175px;
}

.footer-btm .copyright {
    font-family: 'aileronlight';
    font-size: 12px;
    color: #fff;
    letter-spacing: 1px;
    margin: 15px 0 10px;
}

.footer-btm .social-media img {
    max-height: 27px;
    height: 100%;
}

.footer-btm .social-media a:not(:first-child) img {
    margin-left: 22px;
}

.footer > .input-field{
    width: 100% !important;
}

/*---------- End Footer ----------*/

/*---------- FORM ----------*/
.form-control:focus {
    background: transparent;
}
/*---------- END FORM FOCUS ----------*/

/*---------- Material Icon ----------*/
/* fallback */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v40/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}
/*---------- End Material Icon ----------*/

/*---------- LOADER ----------*/
.loaded .gallery-preview .item {
    transition: top 0.8s ease-in-out;
}

.loaded .gallery-preview .horizontal .item {
    transition: left 0.8s ease-in-out;
}

/*For Loader Only*/
/*body.loaded .loader { display:none; }*/

/*---------- END LOADER ----------*/

/*---------- MESSAGE ALERT ----------*/
#message.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    /*margin: 1.5rem 1.5rem 0;*/
}

#message.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
}

#message.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

#message.alert-danger .message-title {
    color: #ab4d4d;
    margin-bottom: 0.5rem;
}

#message.alert-success .message-title {
    color: #5a6755;
}

#message.alert-success .message-title b {
    font-weight: 600;
}

#message.alert .message-close {
    background-color: transparent;
    color: #fff;
    border: none;
    font-size: 20px;
    font-family: 'aileronlight';
    opacity: .4;
    position: absolute;
    /*top: 50%;*/
    margin: 0;
    padding: 0;
    transform: translateY(-50%);
    position: absolute;
    top: 18px;
    right: 8px;
}

#message.alert .message-close > span {
    background: red;
    font-size: 17px;
}

#message.alert .message-title {
    font-size: 14px;
    margin-bottom: 0.5rem;
}

#message.alert-success .message-title {
    margin-bottom: 0;
}

#message.alert ul {
    list-style: unset;
    margin-left: 1rem;
    margin-bottom: 0;
    padding-bottom: 0;
}

#message.alert ul li {
    padding: 0 0 5px 5px;
}
/*---------- END MESSAGE ALERT ----------*/

/*---------- MODAL ----------*/
.modal2 {
    /*display: none;*/
    visibility: hidden;
    position: fixed;
    left: 0;
    right: 0;
    background-color: #fafafa;
    padding: 0;
    max-height: 70%;
    width: 55%;
    margin: auto;
    overflow-y: auto;
    border-radius: 2px;
    will-change: top, opacity;
    -webkit-box-shadow: 0 24px 38px 3px rgba(0,0,0,0.14), 0 9px 46px 8px rgba(0,0,0,0.12), 0 11px 15px -7px rgba(0,0,0,0.2);
    box-shadow: 0 24px 38px 3px rgba(0,0,0,0.14), 0 9px 46px 8px rgba(0,0,0,0.12), 0 11px 15px -7px rgba(0,0,0,0.2);
    z-index: -1;
    opacity: 0;
    top: 4%;
    transform: scaleX(0.8) scaleY(0.8);
    transition: all 0.2s ease-in-out;
}

.modal2.active {
    /*display: block;*/
    visibility: visible;
    opacity: 1;
    top: 10%;
    transform: scaleX(1) scaleY(1);
    z-index: 4;
}

.modal2 .modal-content2 {
    padding: 24px;
    position: relative;
}

.modal2 .close {
    position: absolute;
    top: 18px;
    right: 12px;
    font-size: 12px;
    color: #000;
    cursor: pointer;
    line-height: 0 !important;
    font-family: '-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif';
}

.modal2 p,
.modal2 h4 {
    color: rgba(0,0,0,0.87);
    line-height: 1.6;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
}

.modal2 h4 {
    font-size: 2.28rem;
    line-height: 110%;
    margin: 0 0 .912rem 0;
}

.modal2 .modal-btn {
    margin: 6px 0;
    cursor: pointer;
    color: #343434;
    cursor: pointer;
    font-size: 14px;
    outline: 0;
    border: none;
    border-radius: 2px;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    padding: 0 16px;
    text-transform: uppercase;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
    min-width: 80px;
}

.modal2 .modal-btn.black {
    background: #212121;
    color: #fff;
    /*padding: 6px 20px;*/
    margin-bottom: 24px;
    width: 200px;
}

.modal2 .modal-footer {
    border-radius: 0 0 2px 2px;
    background-color: #fafafa;
    padding: 4px 6px;
    height: 56px;
    width: 100%;
    text-align: right;
    box-sizing: border-box;
} 

.modal-overlay {
    position: fixed;
    z-index: 3;
    top: -25%;
    left: 0;
    bottom: 0;
    right: 0;
    height: 125%;
    width: 100%;
    background: #000;
    opacity: 0;
    /*display: none;*/
    will-change: opacity;
    transition: all 0.2s ease-in-out;
    visibility: hidden;
}

.modal-overlay.active {
    opacity: 0.5;
    visibility: visible;
}
/*---------- END MODAL ----------*/

/*---------- MODAL (LOGIN) ----------*/
.modal2.login {
    max-width: 380px;
    overflow: auto;
    max-height: unset;
}

.modal2.login .modal-content2 {
    padding: 65px 50px; 
}

.modal2.login #message.alert {
    margin: 0;
}

.modal2.login .logo {
    margin-bottom: 20px;
}

.modal2.login .logo > img {
    width: 32px;
    margin-right: 12px;
}

.modal2.login .logo > span {
    font-family: 'Walkway-UltraBold';
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 2px;
    color: #212121;
}

.modal2.login .title {
    font-family: 'aileronlight';
    font-size: 15px;
    color: #000;
    letter-spacing: 1.5px;
    margin-bottom: 5px;
    text-align: left;
}

.modal2.login .nav-tabs {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.modal2.login .nav-tabs > li {
    margin: unset;
    padding: unset;
    width: 50%;
    text-align: center;
    border: 1px solid #212121;
}

.modal2.login .nav-tabs > li.active {
    background: #212121;
}

.modal2.login .nav-tabs > li.active p {
    font-family: 'aileronultralight';
    color: #fff;
}

.modal2.login .nav-tabs > li a:hover {
    text-decoration: unset;
}

.modal2.login .nav-tabs p {
    font-family: 'aileronlight';
    color: #000;
    font-size: 11px;
    letter-spacing: 1.5px;
    margin: unset;
    padding: 8px;
    line-height: 1;
}

.modal2.login .tab-content .tab-pane input {
    border: none;
    border-bottom: 1px solid #888;
    border-radius: unset;
    padding: 2px 5px;
    color: #686868;
    font-family: 'aileronlight';
    font-size: 12px;
    letter-spacing: 2px;
    margin-top: 35px;
}

.modal2.login .tab-content input::placeholder {
    color: #686868;
}

.modal2.login .remember {
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}

.modal2.login .remember a {
    color: #6B6B6B;
    font-family: 'aileronlight';
    letter-spacing: 1px;
    font-size: 10px;
    float: right;
    text-decoration: underline !important;
}

.modal2.login .login-btn {
    background: #212121;
    color: #fff;
    text-align: center;
    padding: 5px;
    font-family: 'aileronthin';
    font-size: 15px;
    letter-spacing: 2px;
    border: unset;
    width: 100%;
}

.modal2.login .forgot,
.modal2.login .forgot > a {
    text-align: center;
    margin: 35px 0 0;
    color: #8C8B8B;
    font-family: 'aileronlight';
    font-size: 12px;
    letter-spacing: 1px;
}

.modal2.login .forgot > a {
    text-decoration: underline !important;
}

.modal2.login .checkbox {
    display: block;
    position: relative;
    padding-left: 18px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: unset;
    color: #6B6B6B;
    font-family: 'aileronlight';
    letter-spacing: 1px;
    font-size: 10px;
    line-height: unset;
    font-weight: unset;
    left: unset;
    height: unset;
    -moz-box-sizing: unset;
    -webkit-box-sizing: unset;
    box-sizing: unset;
    border: unset;
}

.modal2.login .checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.modal2.login .checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 10px;
    width: 10px;
    border: 1px solid #bbbbbb;
    background-color: #fff;
}

.modal2.login .checkbox:hover input ~ .checkmark {
    background-color: #f5f5f5;
}

.modal2.login .checkbox input:checked ~ .checkmark {
    background-color: #212121;
    border: 1px solid #000;
}

.modal2.login .checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.modal2.login .checkbox input:checked ~ .checkmark:after {
    display: block;
}

.modal2.login .checkbox .checkmark:after {
    left: 2px;
    top: 0px;
    width: 4px;
    height: 7px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.modal2.login .login-content,
.modal2.login .register-content {
    display: none;
    visibility: hidden;
}

.modal2.login .login-content.active,
.modal2.login .register-content.active {
    display: block;
    visibility: visible;
}

.modal2.login.register {
    max-width: 700px;
    max-height: 90%;
}

.modal2.login.register .modal-content2 {
    padding: 65px 50px 60px 65px;
}

.modal2.login.register #message.alert {
    margin: 0;
}

.modal2.login.register .logo {
    margin-bottom: 10px;
}

.modal2.login .register-content .title {
    text-align: center;
}

.modal2.login .register-content .nav-tabs {
    max-width: 280px;
    margin: 0 auto;
}

.modal2.login.register .input-field {
    width: 50%;
    position: unset;
    margin-top: unset;
    margin-bottom: unset;
}

.modal2.login.register .input-field:nth-child(odd) {
    float: left;
    padding-right: 20px;
}

.modal2.login.register .input-field:nth-child(even) {
    float: right;
    padding-left: 20px;
}

.modal2.login.register .tab-pane input {
    margin-top: 25px;
}

.modal2.login.register .remember {
    margin-bottom: unset;
}

.modal2.login.register .remember .checkbox {
    margin: 30px auto 15px auto;;
}

.modal2.login.register .remember a {
    float: unset;
}

.modal2.login.register .login-btn {
    max-width: 280px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}
/*---------- END MODAL (LOGIN) ----------*/

/*---------- MODAL(SUCCESS) ----------*/
.modal2.success {
    max-width: 525px;
    border-radius: 5px;
    /*-webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
    box-shadow: 0 5px 15px rgba(0,0,0,.5);*/
    font-family: 'Varela Round', sans-serif';
}

.modal2.success.center {
    text-align: center;
}

.modal2.success .close {
    color: #757575;
    opacity: 0.8;
    font-weight: 600;
}

.modal2.success .close:hover {
    opacity: 1;
}

.modal2.success .modal-header {
    /*margin: -24px -24px 24px -24px;*/
    padding: 24px;
}

.modal2.success .icon-box {
    color: #757575;
    width: 95px;
    height: 95px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    z-index: 9;
    border: 5px solid #757575;
    text-align: center;
    margin: 0 auto;
}

.modal2.success .icon-box i {
    font-size: 64px;
}

.modal2.success .icon-box:after {
    content: "";
    background: #eeeeee;
    width: 95px;
    height: 95px;
    position: absolute;
    border-radius: 50%;
    z-index: -1;
    left: 52%;
    top: 53px;
    transform: translateX(-50%);
}

.modal2.success .modal-body p,
.modal2.success .modal-body h4 {
    color: #757575;
    line-height: 1.6;
    font-size: 20px;
    -webkit-font-smoothing: antialiased;
    font-family: 'aileronthin';
}

.modal2.success .modal-body h4 {
    font-size: 2.28rem;
    font-weight: unset;
    letter-spacing: 4px;
    margin-bottom: 0;
}

.modal2.success .modal-btn {
    text-decoration: none;
}
/*---------- END MODAL(SUCCESS) ----------*/

/*---------- NAV-TABS ----------*/
.tab-content .tab-pane.fade {
    opacity: 0;
    display: none;
    transition: opacity .15s linear;
}

.tab-content .tab-pane.fade.active {
    opacity: 1;
    display: block;
}
/*---------- END NAV-TABS ----------*/

/*---------- PASSWORD WITH VIEW ----------*/
.password-view {
    position: relative;
}

.password-view i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    color: #6a6a6a;
    cursor: pointer;
    z-index: 1;
}
/*---------- END PASSWORD WITH VIEW ----------*/

/*---------- PROFILE ADDRESS TABLE ----------*/
.prof-address-table { 
    width: 100%; 
    border-collapse: collapse;
}

.prof-address-table tr {
    border-bottom: 1px solid #e0e0e0;
}

.prof-address-table th p {
    color: #a2a2a2;
}

.prof-address-table td,
.prof-address-table th { 
    padding: 10px; 
    text-align: left; 
}

.prof-address-table th p,
.prof-address-table td p,
.prof-address-table td:before {
    font-size: 14px;
    margin-bottom: 0;
    color: #656565;
    font-family: 'aileronlight';
    line-height: 1.4;
    font-weight: 100;
}

.prof-address-table td p {
    margin-bottom: 0;
}

.prof-address-table td[data-column="Name"] span {
    background: #000;
    color: #fff;
    padding: 3px 7px;
    font-size: 12px;
    font-family: 'aileronregular';
    margin-left: 5px;
    border-radius: 3px;
    display: none;
}

.prof-address-table td[data-column="Status"] p {
    font-family: 'aileronregular';
    font-size: 11px;
    color: #40a99a;
}

.prof-address-table td[data-column="Status"] h6 {
    display: none;
}

.prof-address-table td[data-column="Action"] {
    display: flex;
}

.prof-address-table td[data-column="Action"] a {
    color: #2fa3dc;
    text-transform: uppercase;
    font-size: 12px;
}

.prof-address-table td[data-column="Action"] span {
    color: #6a6a6a;
    margin: 0 6px 0 4px;
    font-size: 11px;
}

.prof-address-table .phone-no {
    width: 120px;
    max-width: 100%;
}

.prof-address-table .shipping-stat {
    width: 150px;
    max-width: 100%;
}

.prof-address-table td.select button {
    background: #fff;
    border: 1px solid #000;
    color: #000;
    width: 100px;
    padding: 14px 5px;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'aileronregular';
    letter-spacing: 1px;
    line-height: 0;
    max-width: 100%;
}

.prof-address-table td.select button:hover {
    background: #303030;
    color: #fff;
}

.prof-address-table td.select button.selected {
    background: #000;
    color: #fff;
    border-color: #000;
}

.prof-address-table td.select button.selected:hover {
    background-color: #303030;
    border-color: #303030;
}
/*---------- END PROFILE ADDRESS TABLE ----------*/

/*---------- PULL ----------*/
.pull-left {
    float: left;
}

.pull-right {
    float: right;
}
/*---------- END PULL ----------*/

/*---------- TEXT ALIGN ----------*/
.text-center {
    text-align: center;
}
/*---------- END TEXT ALIGN ----------*/

/*---------- USER-PAGE ----------*/
.userpage-container .userpage-sidebar {
    min-width: 180px;
}

.userpage-container .userpage-content {
    width: 100%;
    padding-left: 2.7rem;
}

.userpage-container .userpage-box {
    border: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 1.2rem;
    min-height: 50px;
}

.userpage-container .title {
    color: #757575;
    font-family: 'aileronthin';
    font-size: 1.6rem;
    margin-bottom: 1.2rem;
}

.userpage-container .header,
.userpage-container .order-item,
.userpage-container .order-footer {
    padding: 0.8rem 1rem;
}

.userpage-container .header.order {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    background: #fbfbfb;
}

.userpage-container .order-info {
    margin-bottom: 4px;
    font-family: 'aileronregular';
}

.userpage-container .order-desc {
    margin-bottom: 0;
    font-size: 12px;
    font-family: 'aileronregular';
}

.userpage-container .order-item:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.userpage-container .link {
    color: #2fa3dc;
    text-decoration: unset;
}

.userpage-container .order-item a,
.userpage-container .order-item a:hover {
    color: unset;
    text-decoration: none;
}

.userpage-container .order-item .right-content {
    width: 80px;
    height: 80px;
    margin-right: 10px;
}

.userpage-container .order-item .right-content img {
    max-width: 100%;
    max-height: 100%;
}

.userpage-container .order-item .left-content {
    width: 100%;
}

.userpage-container .order-item .left-content .top,
.userpage-container .order-item .left-content .bottom {
    width: 100%;
}

.userpage-container .order-item .left-content p {
    margin-bottom: 0px;
}

.userpage-container .order-item .prod-name {
    font-weight: 600;
    display: block;
    display: -webkit-box;
    max-height: 43px;
    line-height: 1.4;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.userpage-container .order-item .item-price {
    text-align: right;
    font-family: 'arial';
    font-weight: 600;
}

.userpage-container .order-item .item-price span {
    color: #999;
    font-weight: 400;
}

.userpage-container .order-item .left-content .bottom {
    max-width: 240px;
    padding-left: 20px;
}

.userpage-container .order-footer p {
    margin-bottom: 0;
}

.userpage-container .order-footer a:hover {
    text-decoration: none;
}

.userpage-container .order-footer .top {
    margin-bottom: 8px;
}

.userpage-container .order-footer .delivery-info {
    white-space: pre-line;
    font-size: 14px;
}

.userpage-container .order-footer p.view,
.userpage-container .order-footer button.view {
    background: #000;
    border: 1px solid #000;
    padding: 4px 10px;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}

.userpage-container .order-footer p.view:hover,
.userpage-container .order-footer button.view:hover {
    background: #303030;
    border: 1px solid #303030;
    color: #fff;
}

.userpage-container .order-footer button.buy {
    background: #fff;
    border: 1px solid #000;
    padding: 4px 10px;
    font-size: 14px;
    color: #000;
}

.userpage-container .order-footer button.buy:hover {
    background-color: #000;
    color: #fff;
}

.userpage-container .order-footer button:focus {
    outline: none;
}

.userpage-container .order-footer .total-price {
    font-size: 20px;
    color: #000;
}

/*---------- END USER-PAGE ----------*/

/*---------- USER-PAGE PROFILE ----------*/
.userpage-box.profile .header {
    padding: 1rem 1.5rem;
}

.userpage-box.profile .body {
    padding: 2rem 1.5rem;
    align-items: flex-start;
}

.userpage-box.manage-account .header h3.title,
.userpage-box.profile .header h3.title {
    color: #757575;
    font-size: 20px;
    line-height: 1;
    text-transform: capitalize;
    font-family: 'aileronregular';
    margin-bottom: 8px;
}

.userpage-box.manage-account .header > .desc,
.userpage-box.profile .header > .desc {
    line-height: 1;
    font-family: 'aileronlight';
    font-size: 14px;
    margin: unset;
}

.userpage-box.manage-account hr,
.userpage-box.profile hr {
    margin: 0;
}

.userpage-box.profile #message.alert {
    margin: 1.5rem 1.5rem 0;
}

.userpage-box.profile .profile-left {
    -webkit-box-flex: 1;
    padding-right: 50px;
    flex: 1 1 0%;
}

.userpage-box.profile .input-wrapper {
    width: 100%;
    margin-bottom: 30px;
}

.userpage-box.profile .input-label {
    width: 120px;
    text-align: right;
}

.userpage-box.profile .input-label span {
    color: #6a6a6a;
    font-size: 14px;
}

.userpage-box.profile .input-content {
    flex: 1;
    padding-left: 1.5rem;
}

.userpage-box.profile .input-content input {
    z-index: unset;
    font-size: 14px;
    line-height: 1;
    color: #555;
    font-weight: unset;
    background: unset;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 8px 10px;
    margin: 0;
}

.radio-btn label {
    position: unset;
    line-height: unset;
    font-weight: unset;
    left: unset;
    top: unset;
    width: unset;
    height: unset;
    border-bottom: unset;
    font-size: .8rem;
    color: #9e9e9e;
    margin: unset;
}

.radio-btn [type="radio"]:not(:checked),
.radio-btn [type="radio"]:checked {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.radio-btn [type="radio"]:checked {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

.radio-btn [type="radio"]:not(:checked)+span, .radio-btn [type="radio"]:checked+span {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 1.7;
    font-size: 1rem;
    -webkit-transition: .28s ease;
    transition: .28s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #6a6a6a;
    font-size: 14px;
    margin-right: 10px;
}

.radio-btn [type="radio"]:not(:checked)+span:before,
.radio-btn [type="radio"]:not(:checked)+span:after {
    border: 2px solid rgba(0, 0, 0, 0.12);
}

.radio-btn [type="radio"]:checked+span:after,
.radio-btn [type="radio"].with-gap:checked+span:after {
    background-color: #26a69a;
    background-color: #555;
}

.radio-btn [type="radio"]+span:before,
.radio-btn [type="radio"]+span:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    margin: 4px;
    width: 16px;
    height: 16px;
    z-index: 0;
    -webkit-transition: .28s ease;
    transition: .28s ease;
}

.radio-btn [type="radio"]:checked+span:after,
.radio-btn [type="radio"].with-gap:checked+span:before,
.radio-btn [type="radio"].with-gap:checked+span:after {
    border: 2px solid #26a69a;
    border: 2px solid #555;
}

.radio-btn [type="radio"]:not(:checked)+span:before,
.radio-btn [type="radio"]:not(:checked)+span:after,
.radio-btn [type="radio"]:checked+span:before,
.radio-btn [type="radio"]:checked+span:after,
.radio-btn [type="radio"].with-gap:checked+span:before,
.radio-btn [type="radio"].with-gap:checked+span:after {
    border-radius: 50%;
}

.radio-btn [type="radio"]:checked+span:before {
    border: 2px solid transparent;
}

.radio-btn [type="radio"].with-gap:checked+span:after {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}

.userpage-box.profile select {
    width: 100%;
    flex: 1;
    padding: 5px 1rem;
    border: 1px solid #ccc;
    min-height: 36px;
    color: #6a6a6a;
    font-size: 14px;
    cursor: pointer;
}

.userpage-box.profile select:not(:last-child) {
    margin-right: 10px;
}

.userpage-box.profile select:hover {
    border-color: #555;
}

.userpage-box.profile .profile-right {
    display: flex;
    width: 280px;
    border-left: 1px solid rgb(239, 239, 239);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
}

.userpage-box.profile .avatar {
    width: 120px;
    height: 120px;
    margin: 0 auto 20px auto;
    border: 4px solid #fff;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
}

.userpage-box.profile .avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.userpage-box.profile #profile_input {
    display: none;
}

.userpage-box.profile #profile_select {
    background-color: #fff;
    color: #555;
    border: 1px solid rgba(0,0,0,.09);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.03);
    height: 40px;
    padding: 0 20px;
    font-size: 14px;
    line-height: 1;
}

.userpage-box.profile #profile_select:hover,
.userpage-box.profile #profile_select:active {
    background: rgba(0,0,0,.02);
}

.userpage-box.profile #profile_select:active {
    box-shadow: inset 0 2px 1px 0 rgba(0,0,0,.05);
}

.userpage-box.profile #profile_select:focus {
    outline: none;
}

.userpage-box.profile .btn-black {
    float: left;
    margin-left: calc(20% + 20px);
    margin-bottom: 35px;
    margin-right: 5px;
}

button.btn-black {
    background: #000;
    border: 1px solid #000;
    color: #fff;
    padding: 0 20px;
    height: 40px;
    border-radius: 2px;
    line-height: 1;
    font-weight: 100;
    font-size: 16px;
}

button.btn-black:hover {
    background: #303030;
}

.userpage-box.profile .cancel-btn {
    margin-left: unset;
    float: left;
    max-width: 100%;
}

.userpage-box.profile .cancel-btn:hover {
    text-decoration: unset;
}

.userpage-box.profile .cancel-btn p {
    width: 90px;
    background: #fff;
    border: 1px solid #000;
    color: #000;
    padding: 11px 20px;
    height: 40px;
    border-radius: 2px;
    line-height: 1;
    font-weight: 100;
    font-size: 16px;
    text-align: center;
    margin-bottom: 0;
}

.userpage-box.profile .cancel-btn:hover p {
    background: #000;
    color: #fff;
}

/*button.btn-black:active {
    box-shadow: inset 0 3px 1px 0 rgba(255, 255, 255, 0.41);
}*/

.userpage-box.profile .profile-bd {
    width: 100%;
}

.userpage-box.profile .profile-box {
    float: left;
    max-width: 350px;
}

.userpage-box.profile .profile-item {
    width: 100%;
    max-width: 300px;
    float: left;
    margin-bottom: 35px;
}

.userpage-box.profile .profile-item  .profile-user {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.userpage-box.profile .profile-item  .profile-user img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.userpage-box.profile .profile-title {
    color: #6a6a6a;
    font-weight: unset;
    font-family: 'aileronregular';
    font-size: 11px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
}

.userpage-box.profile .profile-title span {
    color: #6a6a6a;
    margin: 0 6px 0 4px;
    font-size: 11px;
}

.userpage-box.profile .profile-title a {
    color: #2fa3dc;
}

.userpage-box.profile .profile-info {
    font-family: 'aileronregular';
    font-size: 14px;
    letter-spacing: 0.5px;
    margin-bottom: 0;
}

.userpage-box.profile .profile-ft {
    margin-top: 40px;
}

.userpage-box.profile .profile-ft a.unsubscribe {
    color: #2fa3dc;
    font-family: 'aileronlight';
    letter-spacing: 0.5px;
}

.userpage-box.profile .profile-ft a.unsubscribe p {
    color: #2fa3dc;
    font-size: 12px;
    margin-bottom: 8px;
}

.userpage-box.profile .profile-ft a#profile_edit,
.userpage-box.profile .profile-ft a#change_pass {
    max-width: 300px;
    margin-bottom: 10px;
}

.userpage-box.profile .profile-ft a#profile_edit:hover,
.userpage-box.profile .profile-ft a#change_pass:hover {
    text-decoration: unset;
}

.userpage-box.profile .profile-ft a#profile_edit p,
.userpage-box.profile .profile-ft a#change_pass p {
    width: 100%;
    max-width: 300px;
    background: #000;
    color: #fff;
    border: #000;
    margin-bottom: 0;
    padding: 8px;
    text-transform: uppercase;
    font-family: 'aileronlight';
    font-size: 14px;
    letter-spacing: 1px;
    text-align: center;
}

.userpage-box.profile .profile-ft a#profile_edit:hover p,
.userpage-box.profile .profile-ft a#change_pass:hover p {
    background: #303030;
    border: #303030;
}
/*---------- END USER-PAGE PROFILE ----------*/

/*---------- USER-PAGE MANAGE-ACCOUNT ----------*/
.userpage-box.manage-account {
    border: none;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.userpage-box.manage-account .header {
    border-left: 1px solid rgba(0, 0, 0, .1);
    border-right: 1px solid rgba(0, 0, 0, .1);
}

.userpage-box.manage-account .list {
    margin-top: 15px;
}

.userpage-box.manage-account .list > .left {
    border: 1px solid rgba(0, 0, 0, .1);
    width: 100%;
    max-width: 300px;
    margin-right: 12px;
    align-items: flex-start;
}

.userpage-box.manage-account .list > .right {
    border: 1px solid rgba(0, 0, 0, .1);
    width: 100%;
    align-items: flex-start;
}

.userpage-box.manage-account .tag {
    width: 100%;
}

.userpage-box.manage-account .tag > .tag-header {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding: 0.5rem 1rem;
}

.userpage-box.manage-account .tag-header p {
    margin-bottom: 0;
    font-family: 'aileronregular';
    font-size: 14px;
}

.userpage-box.manage-account .tag-header span {
    color: #6a6a6a;
    position: relative;
    top: -2px;
    margin: 0 10px 0 4px;
    font-size: 13px;
}

.userpage-box.manage-account .tag-header a.edit {
    color: #2fa3dc;
}

.userpage-box.manage-account .tag-body {
    padding: 0.5rem 1rem;
    display: flex;
}

.userpage-box.manage-account .tag-item {
    width: 100%;
    max-width: 312px;
}

.userpage-box.manage-account .tag-item > p {
    font-family: 'aileronlight';
    font-size: 14px;
    margin-bottom: 5px;
    letter-spacing: 0.5px;
}

.userpage-box.manage-account .profile-image {
    width: 100px;
    height: 100px;
    margin: 15px auto 25px auto;
}

.userpage-box.manage-account .profile-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: unset;
    border-radius: 50%;
}

.userpage-box.manage-account .personal-profile .unsubscribe,
.userpage-box.manage-account .personal-profile .unsubscribe p {
    color: #2fa3dc;
    font-family: 'aileronlight';
    font-size: 14px;
    letter-spacing: 0.5px;
    margin-top: 5px;
    margin-top: 18px;
}

.userpage-box.manage-account .address-book .tag-item:first-child {
    padding-right: 12px;
    border-right: 1px solid rgba(0, 0, 0, .1);
}

.userpage-box.manage-account .address-book .tag-item:nth-child(2) {
    padding-left: 12px;
}

.userpage-box.manage-account .address-book span.address-stat {
    color: #757575;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.userpage-box.manage-account .address-book p.name {
    color: #222;
    font-family: 'aileronregular';
    margin-top: 5px;
}

.userpage-box.manage-account .address-book p.address {
    font-size: 12px;
    margin-bottom: 2px;
}

.userpage-box.manage-account .address-book p.phone-num {
    font-size: 12px;
    margin-top: 10px;
}
/*---------- END USER-PAGE MANAGE-ACCOUNT ----------*/

/*---------- USER-PAGE ADDRESS BOOK ----------*/
.userpage-box.address .body,
.userpage-box.address-edit .body {
    padding: 1rem 1.5rem;
}

.userpage-box.address .header h3.title,
.userpage-box.address-edit .header h3.title,
.userpage-box.change-pass .header h3.title {
    margin-bottom: 0;
}

.userpage-box.address-edit .body > div {
    float: left;
}

.userpage-box.profile.address #message.alert {
    margin: 0 0 20px;
}

.userpage-box.address .body a.add-address p,
.userpage-box.address .body button.add-address {
    background: #a2a2a2;
    color: #fff;
    border: 1px solid #a2a2a2;
    font-family: 'aileronregular';
    text-transform: uppercase;
    margin: 25px 0 10px 0;
    padding: 5px 7px;
    font-size: 14px;
    letter-spacing: 0.5px;
    width: 165px;
}

.userpage-box.address .body a.add-address:hover {
    text-decoration: none;
}

.userpage-box.address-edit .body .input-left,
.userpage-box.address-edit .body .input-center,
#add_address .input-left,
#add_address .input-center,
#edit_address .input-left,
#edit_address .input-center,
.add-new-address .input-left,
.add-new-address .input-center {
    padding-right: 2px;
    float: left;
}

.userpage-box.address-edit .body .input-right,
.userpage-box.address-edit .body .input-center,
#add_address .input-right,
#add_address .input-center,
#edit_address .input-right,
#edit_address .input-center,
.add-new-address .input-right,
.add-new-address .input-center {
    float: left;
    padding-left: 2px;
}

.userpage-box.address-edit .body input {
    width: 100%;
}

.userpage-box.address-edit .save-btn {
    background: #000;
    color: #fff;
    padding: 10px;
    text-align: center;
    width: 100%;
    border: 0;
    margin: 10px 0;
}

.userpage-box.address-edit .save-btn:hover {
    text-decoration: unset;
    background: #303030;
}

.userpage-box.address-edit small {
    font-family: 'aileronlight';
    color: #656565;
    font-size: 14px;
}

.userpage-box.address .header a,
.userpage-box.address-edit .header a,
.userpage-box.change-pass .header a {
    font-family: 'aileronregular';
    font-size: 11px;
    color: #2fa3dc;
    text-decoration: unset;
}

.userpage-box.address .header a:hover,
.userpage-box.address-edit .header a:hover,
.userpage-box.address .header a:active,
.userpage-box.address-edit .header a:active {
    text-decoration: unset;
}

.userpage-box.address-edit .header a:active,
.userpage-box.address .header a:active {
    color: #0f62ac;
}

.userpage-box.address .header div > span,
.userpage-box.address-edit .header div > span {
    color: #6a6a6a;
    margin: 0 6px 0 4px;
    font-size: 11px;
}
/*---------- END USER-PAGE ADDRESS BOOK ----------*/

/*---------- PROFILE > CHANGE PASSWORD ----------*/
.userpage-box.change-pass .header div > span {
    font-size: 14px;
}

.userpage-box.profile .profile-item {
    max-width: 350px;
}

.userpage-box.profile.change-pass .body {
    padding: 1.5rem 1.5rem 2rem;
}

.userpage-box.profile.change-pass #message.alert {
    margin: 0 0 20px;
}

.userpage-box.profile.change-pass .profile-item {
    float: unset;
}

.userpage-box.profile.change-pass .profile-item {
    margin-bottom: 12px;
}

.userpage-box.profile.change-pass input[type="text"],
.userpage-box.profile.change-pass input[type="password"] {
    padding: 8px 35px 8px 10px;
    color: #6a6a6a;
    font-size: 14px;
}

.userpage-box.profile.change-pass input::placeholder {
    color: #6a6a6a;
    font-size: 14px;
    line-height: 1;
}

.userpage-box.profile.change-pass button.save-btn {
    width: 100%;
    max-width: 300px;
    background: #000;
    color: #fff;
    border: none;
    margin-bottom: 0;
    padding: 10px 8px;
    text-transform: uppercase;
    font-family: 'aileronlight';
    font-size: 14px;
    letter-spacing: 1px;
    text-align: center;
}

.userpage-box.profile.change-pass button:hover {
    background: #303030;
}

.userpage-box.profile.change-pass .profile-ft {
    margin-top: 20px;
}
/*---------- END PROFILE > CHANGE PASSWORD ----------*/

/*---------- DIALOG BOX ----------*/
body:target, .body-dialog {
    overflow: hidden;
}

.dialog.active {
    visibility: visible !important;
    z-index: 11;
}

@keyframes dialog {
    0%{
        opacity: 0;
    }

    100%{
        opacity: 1;
    }
}

.dialog {
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #00000072;
    background-color: transparent;
    overflow-y: auto;
    z-index: -1;
    animation: dialog 500ms;
    -webkit-overflow-scrolling:touch;
}

/*.dialog > .backdrop {   
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
*/
.dialog > .dialog-dialog {   
    position: relative;
    width: 70%;
    max-width: 1024px;
    margin: 4% auto;
    background-color: #fff;
    border-radius: 0 0 10px 10px;
    z-index: 1;
}

.dialog > .dialog-scale {
    background-color: #fafafa;
    padding: 0;
    overflow-y: auto;
    border-radius: 2px;
    will-change: top, opacity;
    -webkit-box-shadow: 0 24px 38px 3px rgba(0,0,0,0.14), 0 9px 46px 8px rgba(0,0,0,0.12), 0 11px 15px -7px rgba(0,0,0,0.2);
    box-shadow: 0 24px 38px 3px rgba(0,0,0,0.14), 0 9px 46px 8px rgba(0,0,0,0.12), 0 11px 15px -7px rgba(0,0,0,0.2);
    z-index: -1;
    opacity: 0;
    transform: scaleX(0.8) scaleY(0.8);
    transition: all 0.2s ease-in-out;
}

.dialog.active > .dialog-scale {
    visibility: visible;
    opacity: 1;
    transform: scaleX(1) scaleY(1);
    z-index: 4;
}

.dialog > .dialog-sm {
    max-width: 700px;
    margin: 50px auto;
}

.dialog > .dialog-xs {
    max-width: 450px;
    margin: 20px auto;
}

.dialog .dialog-header,
.dialog .dialog-body,
.dialog .dialog-footer {
    padding: 24px;
}

.dialog .title {
    font-family: 'aileronthin' !important;
    margin: 0;
    text-transform: unset;
    font-size: 25px;
    color: rgba(0,0,0,0.87);
    line-height: 1.6;
}

.dialog hr {
    border-top: 1px solid rgba(0, 0, 0, .1);
    margin: 0 24px;
}

.dialog .dialog-footer .btn {
    float: right;
    padding: 4px 10px;
    font-size: 14px;
    color: #fff;
    border-radius: 0px;
}

.dialog .dialog-footer .btn:focus,
.dialog .dialog-footer .btn:focus:not(:disabled):not(.disabled) {
    box-shadow: : none;
    background: #000;
}

.dialog .dialog-footer .btn-save {
    background: #000;
    color: #fff;
    margin-left: 5px;
}

.dialog .dialog-footer .btn-save:hover {
    background: #303030;
}

.dialog .dialog-footer .btn-cancel {
    border: 1px solid #000;
    background: #fff;
    color: #000;
    margin-left: 5px;
}

.dialog .dialog-footer .btn-cancel:hover {
    background-color: #000;
    color: #fff;
}

.dialog .close {
    position: absolute;
    top: 18px;
    right: 12px;
    font-size: 12px;
    color: #000;
    cursor: pointer;
    line-height: 0 !important;
    font-family: '-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif';
}

/* Shop POS Cart Page > Change Button*/
.dialog.change-shipping-modal .dialog-header {
    padding: 38px 24px 0 24px;
}

.dialog.change-shipping-modal .dialog-body {
    padding-top: 10px;
}

.dialog.change-shipping-modal .add-new-address .input-left,
.dialog.change-shipping-modal .add-new-address .input-right,
.dialog.change-shipping-modal .add-new-address .input-center {
    margin-bottom: 5px;
}

.dialog.change-shipping-modal .add-new-address input {
    width: 100% !important;
}

.dialog.change-shipping-modal .shop-pos-buy-container {
    padding: 0;
}

.dialog.change-shipping-modal #save_address {
    background: #000;
    color: #fff;
    width: 130px !important;
    height: 31px;
    padding: 2px 0 3px 0;
    float: right;
    border: 1px solid #000;
}

.dialog.change-shipping-modal #save_address:hover {
    background: #303030;
    border: 1px solid #303030;
}

.dialog.change-shipping-modal .dialog-footer {
    padding: 0 0 15px 0;
}

.dialog.change-shipping-modal .cancel-add,
.dialog.change-shipping-modal .reload-address,
.dialog#payment_modal .btn-cancel {
    padding: 6px 10px;
    border: 1px solid #000;
    background: #fff;
    color: #000;
    margin-left: 4px;
}

.dialog.change-shipping-modal .cancel-add:hover,
.dialog.change-shipping-modal .reload-address:hover {
    background: #000;
    color: #fff;
}

/*.dialog#payment_modal .dialog-header {
    padding-bottom: 0;
}*/

.dialog.change-shipping-modal .select-label,
.dialog#add_address .select-label,
.dialog#edit_address .select-label {
    margin-bottom: 8px;
}

.dialog.change-shipping-modal .select-box,
.dialog#add_address .select-box,
.dialog#edit_address .select-box {
    padding: 7px 20px;
    margin: 8px 0;
    border: 1px solid #ccc;
    min-height: unset;
    height: 39px !important;
    font-size: 15px;
    background: #fafafa;
    color: #999;
}

@-moz-document url-prefix() {
    #UserAddresses_country,
    #NewUserAddresses_country,
    .dialog.change-shipping-modal .select-box,
    .dialog#add_address .select-box,
    .dialog#edit_address .select-box {
        padding: 0 20px !important;
        height: 34px !important;
    }
}

.dialog#shipbill_modal .select-label {
    margin-bottom: 10px !important;
}

.dialog#payment_modal .save-payment {
    padding: 6px 10px;
    border: 1px solid #000;
    background: #000;
    color: #fff;
}

.dialog#payment_modal .save-payment:hover {
    background: #303030;
    border: 1px solid #303030;
}

.dialog#payment_modal .modal-title {
    font-size: 25px;
    text-transform: capitalize;
    margin-bottom: 0;
}

/*---------- END DIALOG BOX ----------*/


/*---------- MAIN PAGE ----------*/
.video-foreground.activate-img {
    background-image: url(../images/trackerteer/homepage-bg.jpg);
    background-position: 50% 52%;
    background-repeat: no-repeat;
    background-size: contain;
}
/*---------- END MAIN PAGE ----------*/

/*---------- MEDIA QUERY ----------*/
@media (min-width: 1440px) {
    section.houseofcb .middle p {
        font-size: 15px;
    }

    section.houseofcb .middle .view-project > a,
    section.rocky .right .view-project > a:last-child,
    section.gravybaby .right a {
        font-size: 11px;
    }

    section.rocky .right p,
    section.rocky .right span {
        font-size: 14px;
    }
}

@media (max-width: 1440px) {
    #career_page .step-container .box:hover {
        right: unset !important;
    }

    .nav #profile > a:active + .box, .box:hover {
        left: unset;
        right: -128px;
    }

    .nav .top-popup-content::before {
        left: 80%;
    }
}

@media (max-width: 1366px) {
    .modal.active {
        top: 50%;
        transform: translateY(-50%);
    }
}

@media (max-width: 1301px){
    .content-box .left img{
        width: 100% !important;
        max-width: 400px !important;
    }
}

@media (max-width: 1024px) {
    .contact .container2 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .contact .left {
        width: 575px;
    }

    .contact .left .social {
        margin-bottom: 50px;
    }

    .contact .left,
    .contact .right {
        text-align: center;
    }

    .contact .title {
        justify-content: center;
    }

    .footer ul.list {
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1;
    }

    .prof-address-table table { 
        width: 100%; 
    }

    .prof-address-table table, thead, tbody, th, td, tr { 
        display: block; 
    }

    .prof-address-table thead tr { 
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .prof-address-table td { 
        border: none;
        position: relative;
        padding-left: 32%;
    }

    .prof-address-table td:before { 
        position: absolute;
        top: 10px;
        left: 6px;
        width: 45%; 
        padding-right: 10px; 
        white-space: nowrap;
        text-align: right;
        content: attr(data-column);
        width: 30%;
    }

    .prof-address-table td[data-column="Status"] {
        width: 280px;
    }

    .prof-address-table td[data-column="Status"] h6 {
        display: unset;
        margin-bottom: 2px;
        float: left;
    }

    .prof-address-table td[data-column="Status"] h6:last-child {
        margin-bottom: 0;
    }

    .prof-address-table td[data-column="Status"] span {
        background: #000;
        white-space: nowrap;
        color: #fff;
        font-family: 'aileronregular';
        line-height: 1.4;
        font-size: 12px;
        padding: 2px 5px;
        border-radius: 3px;
    }

    .prof-address-table td[data-column="Status"],
    .prof-address-table td[data-column="Status"] p,
    .prof-address-table td[data-column="Status"]:before,
    .prof-address-table td[data-column="Action"]:before {
        display: none;
    }

    .prof-address-table td[data-column="Status"].selected {
        display: block;
    }

    .prof-address-table th, td {
        line-height: 1;
    }

    .prof-address-table tr:not(:first-child) {
        padding-top: 15px;
    }

    .prof-address-table tr:not(:last-child) {
        padding-bottom: 15px;
    }

    .prof-address-table .phone-no,
    .prof-address-table .shipping-stat {
        width: 100%;
    }
}

@media (max-width: 960px) {
    #career_page .process-box {
        margin-bottom: 85px;
    }

    #career_page .banner img.desktop,
    #career_page .desktop-lines {
        display: none;
    }

    #career_page .banner img.mobile,
    #career_page .step-container .box img.tablet {
        display: block;
    }

    #career_page .job-box {
        margin: 25px 0 50px 0;
    }

    #career_page .job-header h3,
    #career_page .process-box h3 {
        font-size: 24px;
        font-family: 'aileronlight';
    }

    #career_page .items .left p {
        font-family: 'aileronregular';
    }

    #career_page .items .left p,
    #career_page .step-container p.label {
        font-size: 16px;
    }

    #career_page .step-container p.desc {
        font-size: 14px;
    }

    #career_page .step-container h4 {
        font-size: 20px;
    }

    #career_page .step-container .step-content {
        flex-wrap: wrap;
        margin: 35px auto 0;
        max-width: 661px;
        min-width: 645px;
    }

    #career_page .step-container .box {
        min-width: 280px;
        position: relative;
    }

    #career_page .step-container .box:first-child {
        margin-bottom: 34%;
    }

    #career_page .step-container .box:first-child img.tablet,
    #career_page .step-container .box:nth-child(3) img.tablet {
        top: 52%;
        right: -37%;
        height: 66%;
        z-index: 1;
    }

    #career_page .step-container .box:nth-child(2) {
        margin-top: 34%;
    }

    #career_page .step-container .box:nth-child(2) img.tablet {
        height: 72%;
        top: 49%;
        left: -37%;
    }

    #career_page .step-container .box:nth-child(3) {
        margin-bottom: 36%;
        margin-top: -16%;
    }

    #career_page .step-container .box:last-child {
        margin-top: 18%;
    }

    #career_page .step-container .box:last-child img.tablet {
        top: 48%;
        left: -69%;
        height: 36%;
    }

    #career_page .step-container .box .circle {
        background: #1E9BEF;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: -14px;
    }

    #career_page .step-container .box:nth-child(even) .circle {
        right: unset;
        left: -12px;
    }

    #career_page .step-container .box img.tablet {
        position: absolute;
    }

    .nav ul.header-menu {
        /*display: none !important;*/
    }

    .nav ul.header-menu li {
        margin: 3% 0 !important;
    }

    .nav ul.header-menu li a {
        font-size: 22px;
        line-height: 45px;
    }

    .nav ul.header-menu li a:not(:last-child) {
        height: 40px;
    }

    .nav ul.header-menu li a:after {
        bottom: 0;
    }

    .nav #profile > span {
        top: 3px;
    }

    .nav .login {
        padding: 6px 40px;
        font-size: 16px;
    }

    .menu-toggle {
        display: block;
    }

    .header-menu-list {
        display: -ms-flexbox;
        display: flex;
        position: fixed;
        width: 0;
        height: 0;
        overflow: hidden;
    }

    .header-menu-list ul {
        opacity: 0;
        flex-direction: column;
    }

    .left-arrow.active {
        display: block;
    }

    .menu-toggle.active~.header-menu-list {
        padding-top: 40px;
        width: 100%;
        height: 100%;
    }

    .modal {
        width: 80%;
    }

    .header-menu-bg {
        display: block;
    }

    .nav {
        background-color: #fff !important;
    }

    .nav #profile > span {
        top: 6px !important;
    }

    .pop-up.active {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        transform: unset !important;
    }

    .pop-up.active + span > i {
        transform: rotate(-148deg);
        font-size: 14px;
    }

    .pop-up.active {
        padding: 0;
        background-color: #fff;
    }

    .pop-up.active .top-popup-content {
        border: unset;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .pop-up.active .top-popup-content::before {
        content: unset;
    }

    .pop-up.active .account-item {
        text-align: center;
        padding: 0 !important;
    }

    .pop-up.active .account-icon {
        display: none;
    }

    .userpage-container .userpage-content {
        padding-left: 0;
    }

    .userpage-container .userpage-sidebar {
        display: none;
    }

    .video-foreground {
        background-image: url(../images/trackerteer/homepage-bg.jpg);
        background-position: center 25%;
        background-repeat: no-repeat;
        width: 100% !important;
        height: 100% !important;
        left: unset !important;
    }

    .video-foreground iframe {
        display: none;
    }

}

@media (max-width: 850px) {
    .social-media a{
        left: 0 !important;
        top: 10px;
    }

    .banner .right {
        width: 100% !important;
        text-align: center;
    }

    .banner .text {
        margin: 0 auto;
    }

    .service-projects .text-hover {
        height: 100%;
    }

    .services_main_btn{
        position: relative;
        top: 20px;
    }

    .dl_appstore{
        position: relative;
        top: 48px;
        left: 5px;
    }

    .userpage-box.profile select {
        padding: 5px;
    }
}


@media (max-width: 768px) {
    .modal-window > div{
        min-width: 300px !important;
    }

    .modal-form [type="checkbox"]:checked + label, .modal-form [type="checkbox"]:not(:checked) + label{
        font-size: 13px !important;
    }

    .modal-title{
        font-size: 9px !important;
    }

    .modal-forms-input > span{
        font-size: 13px !important;
    }

    .custom-select > select{
        font-size: 13px !important;
    }

    .row{
    display: flex;
    flex-direction: column;
    }

    .order1{
        order: 1;
    }

    .order2{
        order: 2;
    }
    .content-box .left img{
        top: 0px;
    }

    .footer > .input-field{
        width: 100% !important;
    }

    .color {
        height: 94vh;
        max-height: unset;
    }

    .container2 .content-box {
        min-height: 585px;
    }

    .content-box .box {
        margin: auto;
    }

    .content-box .item .box {
        flex-direction: column;
        max-width: 420px;
        margin: auto;
    }

    .content-box .left,
    .content-box .right {
        width: 100%;
    }

    .content-box .inner-box {
        width: 100%;
    }

    .content-box .left,
    .content-box .box:nth-child(even) .left {
        order: 1;
    }

    .content-box .right,
    .content-box .box:nth-child(even) .right {
        order: 2;
    }

    .content-box .pos_h2_title {
        margin-bottom: 10px !important;
    }

    .content-box .pos_btn_main {
        margin: 30px auto 0 !important;
        width: 100%;
        max-width: 300px;
    }

    .content-box .pos-tills .pos_mob {
        margin-top: 0;
        margin-bottom: 30px;

        width: 75vmin;
        max-width: 380px;
        margin: 15px auto 30px auto;
    }

    .content-box .pos-tills .inner-box {
        margin: 0px 0 35px 0;
    }

    .content-box .pos-tills .inner-box > p,
    .content-box .pos-software h2,
    .content-box .pos-hardware h2:first-child,
    .content-box .pos-hardware .inner-box > p:nth-child(4),
    .content-box .pos-hardware .inner-box > p:nth-child(5),
    .content-box .pos-payment img.desktop,
    .content-box .pos-payment .right img {
        display: none !important;
    }

    .content-box .pos-payment img.mobile,
    .content-box .pos-payment .right .pos_btn_main {
        display: block;
    }

    .content-box .pos-tills .inner-box ul li {
        letter-spacing: 1px;
    }

    .content-box .pos-software .left {
        margin-bottom: -16px;
    }

    .content-box .pos-software img {
        margin-top: 0 !important;
    }

    .content-box .pos-software .inner-box {
        margin: 0;
    }

    .content-box .pos-software .pos_btn_main {
        margin: 20px auto!important;
    }

    .content-box .pos-hardware .left {
        margin-top: 24px;
        margin-bottom: -20px;
    }

    .content-box .pos-hardware .left img {
        width: 300px !important;
    }

    .content-box .pos-hardware .pos_btn_main {
        margin: 38px auto 0 !important;
    }

    .content-box .pos-payment .pos_title {
        font-size: 26px !important;
    }

    .content-box .pos-payment .left {
        padding-top: 20px;
        margin-bottom: -20px;
    }

    .content-box .pos-payment .pos_btn_main {
        margin: 34px auto 0 !important;
    }

    footer {
        text-align: center;
    }

    .footer {
        padding-bottom: 0;
    }

    .footer form {
        justify-content: center;
    }

    .footer .top {
        order: 2;
        display: flex;
        flex-direction: column;
    }

    .footer .top > .left {
        order: 2;
    }

    .footer .top > .right ul {
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2;
    }

    .footer .top > .left,
    .footer .top > .right {
        margin: 0 auto;
    }

    .footer .bottom {
        margin-bottom: 15px;
    }

    .footer-btm {
        flex-direction: column;
        margin: 22px 0;
    }

    .footer-btm .right {
        justify-content: center;
    }

    .footer-btm .social-media {
        margin-top: 15px;
    }

    .get-quote .top {
        flex-direction: column;
    }

    .get-quote .left {
        margin-bottom: 15px;
        max-width: 400px;
    }

    .get-quote .right {
        text-align: center;
    }

    .get-quote .left,
    .get-quote .right {
        width: 100%;
    }

    .get-quote .right p:last-child {
        margin-bottom: 0;
    }

    .get-quote form {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .get-quote .list {
        width: 100%;
        max-width: 580px;
    }

    .get-quote .left,
    .get-quote .right,
    .get-quote .list:nth-child(odd),
    .get-quote .list:nth-child(even) {
        padding: 0px;
    }

    .get-quote .list:nth-child(even) label {
        left: 0;
    }

    .service-projects .description h3 {
        font-size: 1.25rem;
    }

    .service-projects .description p {
        font-size: 14px;
        margin-bottom: 0;
    }

    .service-projects .cont {
        max-width: 500px;
    }

    .service-projects .div {
        justify-content: center !important;
    }

    .service-projects .text-hover {
        height: unset;
    }

    .userpage-container .userpage-box p,
    .userpage-container .userpage-box a {
        font-size: 14px;
    }

    .userpage-container p.order-desc {
        font-size: 11px;
    }

    .userpage-container .order-item .left-content {
        flex-direction: column;
    }

    .userpage-container .order-item .prod-name {
        max-height: 19.3px;
        -webkit-line-clamp: 1;
        font-weight: 400;
    }

    .userpage-container .order-item .left-content .bottom {
        max-width: 100%;
        padding-left: 0;
    }

    .userpage-container .order-footer .total-price {
        font-size: 18px;
    }

    .userpage-container .order-footer .delivery-info {
        white-space: nowrap;
        font-size: 12px;
    }

    .userpage-box.profile .body {
        flex-direction: column;
        align-items: center;
    }

    .userpage-box.profile .profile-right {
        border-left: unset;
        border-bottom: 1px solid rgb(239, 239, 239);
        margin-bottom: 30px;
        padding: 10px 0 30px 0;
    }

    .userpage-box.profile .profile-left {
        order: 2;
        width: 100%;
        padding-right: 30px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    button.btn-black,
    .userpage-box.profile .cancel-btn p {
        margin: 10px 0 0 10px !important;
        max-width: 100%;
        width: 250px;
    }

    .userpage-box.profile .cancel-btn p {
        margin-bottom: 10px !important;
    }

    .userpage-box.manage-account .list {
        flex-direction: column;
    }

    .userpage-box.manage-account .list > .left {
        margin-left: 0;
        margin-bottom: 15px;
        max-width: 100%;
    }

    .userpage-box.manage-account .tag-item {
        max-width: 100%;
    }
}

@media (max-width: 690px) {
    #career_page .step-container .step-content {
        max-width: 325px;
        min-width: 280px;
        overflow: hidden;
        padding-left: 36px;
        padding-bottom: 68px;
    }

    #career_page .step-container .box {
        width: 100%
        max-width: 300px;
        margin: 0 0 20px 0 !important;
        position: relative;
    }

    #career_page .step-container .box .circle,
    #career_page .step-container .box img.tablet {
        display: none;
    }

    #career_page .step-container .box img.mobile {
        display: block;
        position: absolute;
        height: 106.8%;
        left: -27px;
        top: 50%;
        transform: translateY(-50%);
    }

    #career_page .step-container .box:last-child img.mobile {
        height: 126%;
        left: -32px;
        top: 60%;
    }

    #career_page .job-header h3,
    #career_page .process-box h3 {
        font-size: 22px;
    }

    #career_page .items .urgent-tag {
        font-size: 12px;
        margin-right: 20px;
    }

    #career_page .items .left p {
        font-size: 14px;
    }

    #career_page .items .right {
        min-width: 260px;
    }

    #career_page .items .right a > p {
        font-size: 12px;
        padding: 8px 20px;
    }
}

@media (max-width: 550px) {
    .userpage-container .order-footer .delivery-info {
        order: 2;
        border-top: 1px solid rgba(0, 0, 0, .1);
        width: 100%;
        display: flex;
        margin-top: 10px;
        padding-top: 8px;
    }

    .userpage-container .order-footer .buttons {
        order: 1;
        width: 100%;
        display: flex;
        justify-content: flex-end;
    }

    .userpage-container .order-footer button.buy {
        margin-left: 5px;
    }
}

@media (max-width: 480px) {
    .banner img {
        max-width: 85% !important;
    }

    .banner p {
        font-size: 12px !important;
    }

    .banner .btn-request {
        font-size: 14px !important;
    }

    #career_page .banner img.mobile {
        max-width: 100% !important;
    }

    #career_page .items .urgent-tag {
        font-size: 10px;
        margin-right: 14px;
        padding: 5px 8px 4px 8px;
    }

    #career_page .items .right {
        min-width: 220px;
    }

    #career_page .items .right a > p {
        font-size: 12px;
        padding: 6px 12px;
    }

    .carousel-indicator li {
        padding: 0 0 6px 6px;
    }

    .content-box .box {
        padding: 40px 0;
        max-width: 325px;
    }

    .container2 .content-box {
        min-height: 520px !important;
        margin-bottom: 24px;
    }

    .content-box .pos_btn_main {
        max-width: 250px;
    }

    .content-box .pos_btn_main p {
        font-size: 14px;
        padding: 11px;
    }

    .content-box .pos-tills .inner-box {
        margin: 0;
    }

    /*.content-box .pos-tills .pos_mob {
        margin-top: 15px;
    }*/

    .content-box .pos-tills .pos_h2_title,
    .content-box .pos-payment .pos_title {
        font-size: 18px !important;
    }

    .content-box .pos-tills ul li {
        font-size: 12px !important;
    }

    .content-box .pos-software .inner-box p,
    .content-box .pos-software .pos_sub_title,
    .content-box .pos-hardware .inner-box p,
    .content-box .pos-hardware .pos_sub_title,
    .content-box .pos-payment .inner-box p {
        font-size: 12px;
    }

    .content-box .pos-software .inner-box p,
    .content-box .pos-hardware .inner-box p {
        font-family: 'aileronlight';
    }

    .content-box .pos-software .left {
        margin-top: 45px;
    }

    .content-box .pos-hardware .inner-box h2 {
        font-size: 18px !important;
    }

    .content-box .pos-hardware .left {
        margin-top: 80px;
    }

    .content-box .pos-hardware .left img {
        width: 62vmin !important;
        /*max-width: 75% !important;*/
        max-width: 380px; 
        margin: 15px auto 0 auto;
    }

    .content-box .pos-payment .left {
        padding-top: 78px;
    }

    .content-box .pos-payment .inner-box p {
        line-height: 15px;
    }

    .footer .email input {
        min-width: unset;
        width: 100%;
    }

    .prof-address-table td:before {
        width: 110px;
    }

    .prof-address-table td {
        padding-left: 125px;
    }

    .prof-address-table td[data-column="Status"] {
        width: 90%;
    }

    .userpage-box.profile .profile-left {
        padding: 0 15px;
    }

    .userpage-box.profile .input-wrapper {
        flex-direction: column;
        margin-bottom: 20px;
    }

    .userpage-box.profile .input-label {
        text-align: left;
        width: 100%;
    }

    .userpage-box.profile .input-content {
        width: 100%;
        padding: unset;
    }

    .userpage-box.profile .cancel-btn p {
        margin-left: 0 !important;
    }

    button.btn-black {
        margin: 0 auto !important;
    }

    .userpage-box.manage-account .tag-body {
        flex-direction: column;
    }

    .userpage-box.manage-account .address-book .tag-item:first-child {
        border-right: none;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
        padding-right: 0;
        padding-bottom: 10px;
        max-width: 100%;
    }

    .userpage-box.manage-account .address-book .tag-item:nth-child(2) {
        max-width: 100%;
        padding-left: 0;
        padding-top: 10px;
        padding-bottom: 2px;
    }
}

@media (max-width: 450px) {
    #career_page .items {
        flex-direction: column;
        text-align: center;
        padding: 22px 16px 28px 16px;
    }

    #career_page .items .left .urgent-tag {
        display: inline-block;
        margin-right: 0;
        font-family: 'aileronregular';
        font-size: 12px;
        margin-bottom: 16px;
    }

    #career_page .items .left p {
        margin: 0 0 20px 0;
        font-size: 16px;
        font-family: 'aileronregular';
    }

    #career_page .items .right {
        min-width: unset;
        justify-content: center;
        width: 100%;
    }

    #career_page .items .right .urgent-tag {
        display: none;
    }

    #career_page .items .right a {
        width: 80%;
        max-width: 150px;
    }

    #career_page .items .right a > p {
        font-family: 'aileronlight';
        font-size: 14px;
    }
}

@media (max-width: 375px) {
    .prof-address-table td:before {
        width: 100px;
        display: none;
    }

    .prof-address-table td {
        padding: 5px 0;
    }

    .prof-address-table td[data-column="Name"] p {
        font-family: 'aileronregular';
        font-size: 16px !important;
    }
}

@media (max-width: 360px) {
    #career_page .step-container .step-content {
        max-width: 280px;
    }

    #career_page .step-container .box {
        padding: 30px;
        min-width: 230px;
    }

    .userpage-box.profile .profile-left {
        padding: 0;
    }
}

@media (max-width: 320px) {
    .container2 .content-box {
        min-height: 460px !important;
    }
}
