@import url(https://fonts.googleapis.com/css?family=Roboto:500);
@font-face {
    font-family: HighVoltage;
    src: url('../fonts/HighVoltage-Rough-AZE.otf') format("opentype");
}
:root {
    --clr-darkcyan : #111;
    --clr-blue : #2196f3;
    --clr-purple : #673ab7;
    --clr-green : #4caf50;
}
#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dispnon{
    display: none !important;
}
.thank-you-section{
    max-width: 480px;
    font-family: inherit;
}
.thank-you-section h4{
    font-weight: 500;
}
.thank-you-section .social-buttons{
    gap:.7rem;
}
.thank-you-section .social-buttons object{
    height: 30px;
}
.thank-you-section .made-with-love{
    height: 60px;
}
.promo-applied{
    padding-block: 5px;
    padding-inline: 7px;
    background: #8bc34a;
    color: #fff;
}
.language-change a{
    text-transform: uppercase;
}
.header-right-container .user-login a::before{
    content: none;
}
.header-right-container .user-login{
    margin: 0 0 0 30px;
}
.text-pending{
    color: #9e9e9e;
    text-transform: lowercase;
    font-weight: 700;
}
.text-not-paid{
    color: #ff5722;
    text-transform: lowercase;
    font-weight: 700;
}
.text-paid{
    color: #4caf50;
    text-transform: lowercase;
    font-weight: 700;
}
.no-padding{
    padding: 0px;
}
.link-in-button{
    color: #fff;
}
.loading-holder{
    display: flex;
    justify-content: center;
    align-items: center;
}
.hidden-spinner{
    display: none;
    margin-right: 10px;
}
.spinner-big{
    width: 1.2rem;
    height: 1.2rem;
}
.spinner-small{
    width: 1rem;
    height: 1rem;
}

.flex-holder{
    display: flex;
    justify-content: center;
}
.mini_cart::-webkit-scrollbar-track{
    /* border-radius: 10px; */
    background-color: #e4e4e4;
}
.mini_cart::-webkit-scrollbar {
    width: 5px;
}
.mini_cart::-webkit-scrollbar-thumb {
    border-radius: 2px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #c0e5ea;
}
.alert-outline-danger {
    color: #f5365c;
    border: 1px solid #f5365c;
    border-right: 4px solid #f5365c;
    border-left: 4px solid #f5365c;
}
.empty-cart-image{
    margin: 30px auto;
}
.empty-cart-text{
    text-align: center;
    font-size: 1.2rem;
    margin-top: 20px;
}
.user-details{
    padding: 10px;
    width: 100%;
}
.returning{
    font-weight: bold;
    color: var(--clr-blue);
}
.form-section{
    padding: 20px;
    transition: .2s;
    margin-top: 40px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.form-section h4{
    text-align: center;
}
.form-section input, .form-section textarea{
    background: #fff;
}
.form-section h3{
    text-align: center;
    background: none;
    color: var(--clr-darkcyan);
    font-weight: 700;
    margin-bottom: 20px;
}
.form-section .panel-default{
    display: flex;
    /* justify-content: center; */
    align-items: center;
    padding: 0px 15px;
}
.form-section .panel-default input{
    width: auto;
    margin: 0 10px 0 0;
}
.form-section .panel-default label{
    margin: 0;
    /* font-size: .9rem; */
    flex: 1 0 100%;
}
.form-section .order_button{
    text-align: center;
    padding: 15px;
}
.user-actions h3{
    font-size: 1rem;
}
.user-actions h3 {
    font-size: 13px;
    font-weight: 400;
    background-color: #f7f6f7;
    padding: 15px 10px;
    border-top: 3px solid var(--clr-darkcyan);
    margin-bottom: 0;
}
.user-actions .attention{
    text-align: center;
    font-size: 1.4rem;
}
.user-actions .attention-error{
    border-top: 3px solid #f44336;
}
.user-actions .attention-info{
    border-top: 3px solid #9e9e9e;
}
.order_table{
    overflow: unset;
}
.order_table table {
    width: 100%;
}
.table-responsive table thead {
    background: #f7f5f5;
}
.table-responsive table thead tr th {
    /* text-align: center; */
}
.order_table table thead tr th {
    min-width: 50%;
    /* text-align: center; */
    padding: 15px 15px;
}
.order_table table tbody {
    border-bottom: 2px solid #ddd6;
}
.table-responsive table tbody tr td {
    font-weight: 500;
    text-transform: capitalize;
    font-size: 14px;
    /* text-align: center; */
}

.order_table table tbody tr td {
    min-width: 50%;
    /* text-align: center; */
    padding: 15px 15px;
}

.order_table table tfoot tr th {
    min-width: 50%;
    /* text-align: center; */
    padding: 15px 15px;
}
.order_table table tfoot tr td {
    min-width: 50%;
    /* text-align: center; */
    padding: 15px 15px;
}

.collapser{
    font-weight: 700 !important;
}

/* Pagination */
.page-item.disabled .page-link {
    color: #111;
    background-color: #f1f1f1;
    border: 1px solid #dee2e6;
    pointer-events: none;
    cursor: auto;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #177284;
    border-color: #177284;
}
.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    /* margin-left: -1px; */
    line-height: 1.25;
    color: #111;
    background-color: #f1f1f1;
    border: 1px solid #dee2e6;
    box-shadow: 0 0.125rem 0.25rem rgb(80 73 73 / 6%);
}
.page-link:hover {
    z-index: 2;
    color: rgb(255 255 255);
    text-decoration: none;
    background-color: rgb(63 156 175);
    border-color: rgb(63 156 175);
}
.page-link:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.fly-text-holder{
    position: relative;
    margin-bottom: 30px;
}
.fly-text{
    text-decoration: none;
    color: #333;
    font-weight: 700;
    font-size: .8rem;
    line-height: 40px;
    display: block;
    border: 1px solid #333;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: 0 20px;
    text-align: center;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.user-form{
    background-color: #f2f2f2;
}
.shipping-form{
    background-color: #f2f2f2;
}
.order-form{
    background-color: #f2f2f2;
}

.user-form .fly-text{
    background-color: #fff;
}
.shipping-form .fly-text{
    background-color: var(--clr-purple);
}
.order-form .fly-text{
    background-color: var(--clr-darkcyan);
}

table .niceselect_option{
    margin: auto 25px;
}
.continue-holder{
    padding: 1rem 3rem;
    margin-bottom: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    color: #fff;
    border: 1px solid #333;
    box-shadow: rgb(0 0 0 / 30%) 0px 10px 15px -3px, rgb(0 0 0 / 30%) 0px 4px 6px -2px;
    transition: .2s;
}
.continue-holder p{
    font-size: 1.5rem;
    margin: 0px;
}
.continue-holder i{
    font-size: 3rem;
}

@media only screen and (max-width: 600px) {
    .continue-holder p{
        font-size: 1rem;
        margin: 0px;
    }
    .continue-holder i{
        font-size: 2rem;
    }
}
.continue-holder:hover{
    background: #fff;
    color: #333;
}
.guest-box{
    background-color: #333;
    margin-bottom: 4rem;
}
.login-box{
    background-color: var(--clr-blue);
}
.register-box{
    background-color: var(--clr-green);
}
.register-text{
    text-align: center;
    margin-top: 1rem;
}
.register-text a{
    font-weight: bold;
    color: var(--clr-darkcyan);
}
.page_content{
    margin: 40px auto;
}
.single_product:hover{
    /* box-shadow: 0 3px 7px #0000004d; */
    transform: translateY(-2px);
    box-shadow: 0px 5px 11px rgb(0 0 0 / 16%);
}
.load-more{
    cursor: pointer;
    font-size: 16px;
    line-height: 30px;
    padding: 5px 10px;
    text-transform: capitalize;
    color: #ffffff;
    background: var(--clr-darkcyan);
    font-weight: 500;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    margin-bottom: 0;
    border-radius: 5px;
}

.load-button{
    cursor: pointer;
    font-size: 16px;
    line-height: 30px;
    padding: 5px 10px;
    text-transform: capitalize;
    color: #ffffff;
    background: var(--clr-darkcyan);
    font-weight: 500;
    -webkit-transition: 0.2s;
    margin-bottom: 0;
    border-radius: 5px;
    border: 1px solid var(--load-border-color);
    transition: .2s;
}
.load-button:hover {
    background: #222222;
}
.load-button span{
    color: var(--load-font-color);
    text-transform: uppercase;
    font-size: .9rem;
    font-weight: bold;
    user-select: none;
}
.actions-holder{
    display: flex;
    justify-content: center;
    align-items: center;
}
.actions-holder span:first-child{
    margin-right: 5px;
}
.bordered-button{
    cursor: pointer;
    font-size: .8rem;
    line-height: 20px;
    padding: 3px 7px;
    text-transform: capitalize;
    font-weight: 500;
    -webkit-transition: 0.2s;
    margin-bottom: 0;
    border-radius: 3px;
    background: var(--clr-darkcyan);
    color: #fff;
    text-transform: capitalize;
    font-weight: bold;
    user-select: none;
    transition: .2s;
}
.bordered-button:hover {
    background: #222222;
    color: #fff;
}
.bordered-button a{
    transition: .2s;
}
.bordered-button a,
.bordered-button:hover a{
    text-decoration: none;
}
.bordered-button a:hover{
    text-decoration: none;
    color: #fff;
}
.bordered-big{
    padding: 10px 15px;
    font-size: 1rem;
    font-weight: 400;
}
.button-gray{
    background: #646464;
}
.button-gray:hover{
    background: #434343;
}
.button-green{
    background: var(--clr-darkcyan);
}
.button-green:hover{
    background: #000;
}
.load-holder{
    padding-top: 15px;
    text-align: center;
    min-height: 60px;
}
.load-holder .load-button{
    padding: 10px 30px;
}
.no-text{
    display: none;
}
.no-load{
    display: none;
}
.search-holder{
    position: relative;
}

.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2rem;
    text-align: center;
    pointer-events: none;
    color: var(--clr-darkcyan);
}
.has-search input{
    margin-top: 0px;
    width: 200px;
    height: 30px;
    border-radius: 5px;
    font-size: .9rem;
    min-height: 30px;
}
.search-holder .form-group{
    margin-bottom: 0px;
}
.area-gray{
    background-color: #F7F7F7;
    padding: 50px 0px;
}
.white-to-gray{
    background: linear-gradient(180deg, #ffffff00, #F7F7F7);
}
.gray-to-white{
    background: linear-gradient(180deg, #F7F7F7, #ffffff00);
}
.image-holder {
    position: relative;
    padding-bottom: 130%;
}
.big-image-holder{
    border: 1px solid #ccc;
    position: relative;
    padding-bottom: 130%;
}
.big-image{
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
}

.small-image-holder{
    position: relative;
    padding-bottom: 130%;
    margin: auto .5px;
}
.small-image{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}
.single-product .image-holder img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}
.order-page{
    margin-bottom: 40px;
}
.order-page h4{
    padding: 10px;
}
.order-page .half-holder{
    padding: 20px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    background: #f2f2f2;
}
.order-page .half-holder div{
    flex: 1 0 100%;
    display: flex;
    justify-content: space-around;
    padding: 10px;
}
.order-page .half-holder div span{
    flex: 1 0 50%;
}
.order-page .half-holder div span:first-child{
    color: #8f8f8f;
}
.order-page i{
    color: var(--clr-darkcyan);
}

.order-title{
    text-align: center;
    padding-bottom: 40px;
}
.order-items-holder{
    margin: 80px auto;
}
.order-items-holder h4{
    text-align: center;
}
.order-items img{
    width: 50px;
    border-radius: 3px;
}
.order-items tbody tr td{
    vertical-align: middle;
}
.modal-content button.close {
    position: absolute;
    left: 94%;
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: block;
    border: 1px solid #e1e1e1;
    top: 10px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 18px;
    z-index: 9;
}
.modal_body {
    padding: 29px 6px 38px;
}
.logo a{
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer-container .logo a{
    justify-content: flex-start;
}
.logo object{
    width: 150px;
    pointer-events: none;
}
.is-sticky .logo object{
    width: 100px;
}
@media only screen and (max-width: 767px) {
    .thank-you-section .thank-you-title{
        font-size: 3rem;
    }
    .modal-content button.close {
        left: 83%;
        width: 32px;
        height: 32px;
        line-height: 32px;
        top: 4px;
        margin-bottom: 14px;
    }
    .modal_body {
        padding: 40px 6px 38px;
    }
    .single-product__floating-icons span {
        visibility: visible;
        opacity: 1;
    }
    .logo object{
        width: 100px;
    }
    .logo a{
        display: inline-block;
        height: 100%;
    }
    .footer-container{
        text-align: center;
    }
    .customer_login {
        margin-top: 10px !important;
    }
    .shopping_cart_area{
        margin-top: 10px !important;
    }
}
.product_navactive.owl-carousel .owl-nav div {
    position: absolute;
    background: #f2f2f2;
    border-radius: 3px;
    color: #333;
    height: 32px;
    top: 50%;
    transform: translatey(-50%);
    width: 32px;
    text-align: center;
    line-height: 32px;
    left: -7px;
    font-size: 18px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
}
.product-details-tab:hover .s-tab-zoom.owl-carousel .owl-nav div {
    opacity: 1;
    visibility: visible;
}
.product_navactive.owl-carousel .owl-nav div.owl-next {
    right: -7px;
    left: auto;
}
.product_navactive.owl-carousel .owl-nav div:hover {
    background: #111;
    color: #ffffff;
}
.button {
    background: #111;
    box-shadow: none;
    color: #ffffff;
    display: inline-block;
    height: 45px;
    line-height: 45px;
    padding: 0 22px;
    text-transform: uppercase;
    font-size: 13px;
    border-radius: 3px;
}
.product_variant.quantity button {
    border: 0;
    font-size: 16px;
    margin-left: 20px;
    background: #111;
    color: #ffffff;
    height: 42px;
    line-height: 42px;
    text-transform: capitalize;
    min-width: 170px;
}
.product_variant.quantity input {
    width: 130px;
    border: 1px solid #ebebeb;
    background: none;
    height: 42px;
    padding: 0 12px;
    border-radius: 5px;
    margin-left: 15px;
}
.product_variant.quantity button:hover {
    background: #3E444A;
}
.product_header .section_title{
    text-align: center;
    margin-bottom: 35px
}
.section_title h2 {
    font-size: 30px;
    line-height: 48px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 0;
    position: relative;
    padding-bottom: 22px;
}
.section_title h2::before {
    position: absolute;
    content: "";
    width: 80px;
    height: 2px;
    background: #222222;
    bottom: 0;
    left: 50%;
    transform: translatex(-50%);
}
.account_form form {
    border: 1px solid #e1e1e1;
    padding: 23px 20px 29px;
    border-radius: 5px;
}
.account_form h2, .login_submit{
    text-align: center;
}
.continue-link{
    display: inherit;
}

.product-colors input[type=radio] {
    display: none;
}
.product-colors input[type=radio]:checked + label span {
    transform: scale(1.3);
}
.product-colors input[type=radio]:checked + label .red,
.product-colors input[type=radio]:checked + label .orange,
.product-colors input[type=radio]:checked + label .yellow,
.product-colors input[type=radio]:checked + label .white,
.product-colors input[type=radio]:checked + label .green,
.product-colors input[type=radio]:checked + label .brown,
.product-colors input[type=radio]:checked + label .blue,
.product-colors input[type=radio]:checked + label .grey,
.product-colors input[type=radio]:checked + label .purple,
.product-colors input[type=radio]:checked + label .pink {
    border: 2px solid #333;
}
.product-colors input[type=radio]:checked + label .black{
    border: 2px solid #999999;
}

.product-colors label {
    display: inline-block;
    width: 25px;
    height: 25px;
    margin-right: 10px;
    cursor: pointer;
    transition: transform .1s ease-in-out;
}
.product-colors label:hover span {
    transform: scale(1.3);
}
.product-colors label span {
    display: block;
    width: 100%;
    height: 100%;
    transition: transform .1s ease-in-out;
    border-radius: 50%;
    border: 1px solid #ccc;
}

.product-sizes input[type=radio] {
    display: none;
}
.product-sizes input[type=radio]:checked + label span {
    transform: scale(1.3);
}

.product-sizes input[type=radio]:checked + label span {
    border: 2px solid #333;
}
.product-sizes input[type=radio]:checked + label .black{
    border: 2px solid #999999;
}
.product-sizes label {
    display: inline-block;
    width: 40px;
    height: 27px;
    margin-right: 10px;
    margin-bottom: 15px;
    cursor: pointer;
    transition: transform .1s ease-in-out;
}
#modal_box .product-sizes label {
    margin-bottom: 0px;
}
.product-sizes label:hover span {
    transform: scale(1.3);
}
.product-sizes label span {
    display: block;
    width: 100%;
    height: 100%;
    transition: transform .1s ease-in-out;
    border: 2px solid #ccc;
    text-align: center;
}

.category-masonary {
    display: flex;
    flex-wrap: wrap;
    flex-flow: column wrap;

}
.category-masonary-holder>div:nth-child(1)>div>.single-category__image{
    position: relative;
    padding-bottom: 100%;
}
.category-masonary-holder>div:nth-child(2)>div>.single-category__image{
    position: relative;
    padding-bottom: 50%;
}
.category-masonary-holder>div:nth-child(3)>div>.single-category__image{
    position: relative;
    padding-bottom: 100%;
}
.category-masonary-holder>div:nth-child(4)>div>.single-category__image{
    position: relative;
    padding-bottom: 100%;
}
.category-masonary-holder>div:nth-child(5)>div>.single-category__image{
    position: relative;
    padding-bottom: 100%;
}
.category-masonary-holder img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}
.cart-options{
    display: flex;
    align-items: center;
}
.cart-options-size{
    border: 2px solid #b4b4b4;
    padding: 0px 10px;
    margin-right: 15px;
}
.cart-options-color{
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: block;
    border: 2px solid #b4b4b4;
}
.dashboard_tab_button ul li {
    margin-bottom: 5px;
}
.dashboard_tab_button ul li a {
    font-size: 13px;
    font-weight: 400;
    display: inline-block;
    float: left;
    margin: 0 5px 0 0;
    padding: 7px 10px;
    text-transform: capitalize;
}
.dashboard_tab_button ul li a.active,
.dashboard_tab_button ul li a:hover {
    background: var(--clr-darkcyan);
    color: #ffffff;
}
.error_form {
    text-align: center;
    margin: 50px auto;
}
.error_form h1 {
    font-size: 200px;
    font-weight: 700;
    color: var(--clr-darkcyan);
    letter-spacing: 10px;
    line-height: 160px;
    margin: 0 0 83px;
}
.error_form h2 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 20px;
}
.error_form p {
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 30px;
}
.error_form form {
    width: 450px;
    margin: 0 auto;
    position: relative;
}
.error_form form input {
    padding: 0 60px 0 30px;
    background: #f8f8f8;
    border: 1px solid #ddd;
    color: #222222;
    height: 40px;
    width: 100%;
    border-radius: 3px;
}
.error_form a {
    color: #fff;
    display: inline-block;
    background: var(--clr-darkcyan);
    font-size: 12px;
    font-weight: bold;
    height: 40px;
    /* line-height: 44px; */
    /* padding: 0 30px; */
    text-transform: uppercase;
    margin-top: 35px;
    /* border-radius: 3px; */
}
.error_form form button {
    position: absolute;
    right: 0;
    height: 100%;
    border: none;
    background: no-repeat;
    font-size: 20px;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    top: 0;
    text-transform: uppercase;
    padding: 0 15px;
    font-weight: 600;
}
.bag-icon{
    width: 14px;
    vertical-align: top;
    padding-top: 2px;
}
.add-to-bag-icon{
    width: 14px;
    vertical-align: middle;
}
.payment_method .panel-default input{
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.payment_method .panel-default label{
    font-size: 14px;
    border: 2px solid #ccc;
    cursor: pointer;
    transition: .2s;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px 20px;
    text-transform: none;
}
.payment_method .panel-default label>span {
    display: flex;
    flex-wrap: wrap;
}
.payment_method .panel-default label>span:nth-child(1) {
    flex: 1 0 15%;
}
.payment_method .panel-default label>span:nth-child(2) {
    flex: 1 0 85%;
}
.payment_method .panel-default label>span span{
    flex: 1 0 100%;
    line-height: 15px;
}
.payment_method .panel-default label>span span:first-child{
    font-weight: bold;
}

.payment_method .panel-default input:checked ~ label{
    border: 2px solid #111;
}
.payment_method .payment-icon{
    width: 25px;
}
.payment-badges-holder{
    margin-bottom: 0px !important;
}
.rights-text{
    margin-bottom: 0px !important;
}
.payment-badges{
    width: 200px;
}
.instagram-feed{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.instagram-feed div{
    flex: 0 0 20%;
    padding: 3px;
}
.instagram-feed div img{
    width: 100%;
}
.contact-form form input[type="text"], .contact-form form input[type="email"], .contact-form form input[type="password"], .contact-form form textarea {
    font-size: 14px;
    display: block;
    width: 100%;
    padding: 9.5px 10px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #333;
    border: 1px solid #9b9b9b;
    /* border-bottom: 2px solid #cccccc; */
    background: transparent;
}

input[type="search"] {
    border-radius: 0;
    -webkit-appearance: none;
}
.page_content img{
    max-width: 100%;
    height: auto;
}
.pro-qty .qty-btn span{
    transition: none;
}
.google-btn {
    margin: auto;
    width: max-content;
    height: 54px;
    border: 1px solid #d7d6d6;
    border-radius: 10px;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.25);
    cursor: pointer;
    padding-inline: 1rem;
}
.google-btn .google-icon-wrapper {
    border-radius: 2px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.google-btn .google-icon {
    width: 18px;
    height: 18px;
}
.google-btn .btn-text {
    float: right;
    font-size: 14px;
    letter-spacing: 0.2px;
    font-family: "Roboto";
}
.google-btn a{
    width: 100%;
    height: 100%;
    gap: 1rem;
}
.google-btn a:hover{
    text-decoration: none;
    color: inherit;
}
.google-btn:hover {
    border-color: #a19f9f;
}
.form-option {
    padding-left: 0
}

.form-option.form-check-inline {
    margin-right: .25rem
}

.form-option .form-check-input {
    border: 0;
    background: none
}

.form-option .form-check-input:checked {
    background-image: none !important
}

.form-option .form-check-input:disabled~.form-option-label {
    color: #9e9fb4;
    pointer-events: none
}

.form-option-label {
    position: relative;
    margin-bottom: 0;
    transition: color .2s ease-in-out,border-color .2s ease-in-out;
    border: 1px solid #e9e9f2;
    /*border-radius: .5rem;*/
    color: #5a5b75;
    font-size: .9375rem;
    font-weight: normal;
    text-align: center;
    cursor: pointer;
    display: flex;
    padding: 0.2rem 0.6rem;
}

.form-option-size .form-check-input:checked~.form-option-label {
    border-color: #333333;
    background-color: #333333;
    color: #fff
}
.form-option-size .form-check-input:disabled~.form-option-label {
    border-color: #dedbdb;
    color: #dedbdb;
}

.form-option-size .form-option-label:hover {
    border-color: #cfcfe3;
    color: #4a4b65
}

.form-option-color .form-option-label {
    min-width: 1.625rem;
    height: 1.625rem
}

.form-option-color .form-option-label {
    border-color: transparent
}

.form-option-color .form-check-input:checked~.form-option-label {
    border-color: #e9e9f2;
    color: #766df4
}

.form-option-color-indicator {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1rem;
    height: 1rem;
    margin-top: -0.5rem;
    margin-left: -0.5rem
}
.form-check-input:focus {
    border-color: #86b7fe;
    outline: 0;
    box-shadow: none;
}
