* {
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
    box-sizing: border-box;
    /* overflow-x: clip; */
}

/*=============== Common ================*/
i {
    font-size: 14px;
}
a {
    text-decoration: none;
    color: #000;
}
.form-control:focus {
    outline: 0;
    box-shadow: 0 0 0 0;
}
.page-item .page-link {
    color: #000;
}
.page-item .page-link:active,
.page-item .page-link:focus {
    box-shadow: 0 0 0 0;
}
.page-item.active > .page-link,
.page-link.active {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: #f0cb2e;
    border-color: #f0cb2e;
}
.read {
    border-radius: 14px;
    border: 1px solid #dfdfdf;
}
#myProduct {
    display: none;
}
.no-result {
    display: none;
    color: red;
}
.hiddenBtn1 {
    display: none;
}
/*=============== Search ================*/
.productList {
    max-width: 94%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 46px;
    z-index: 1100;
    box-shadow: 0px 1px 7px rgb(195 195 195 / 54%);
    border-radius: 13px;
    background: #fff;
    padding: 10px;
    /* visibility: hidden; */
    /* opacity: 0; */
    transition: all 700ms ease-in;
    height: auto;
    overflow: auto;
}
.productList ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.productList li {
    line-height: 1.3;
    margin-bottom: 10px;
}
.productList a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border: 1px solid #e3e3e3;
    border-radius: 12px;
    color: #000;
}
.productList img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.productList .product-detail {
    margin-left: 15px;
}
.productList .price {
    margin-left: auto;
    color: #000000;
    font-weight: 600;
}

/*=============== Filter ================*/
.filter-head {
    font-size: 18px;
    font-weight: 700;
    margin: 16px 0;
}
.filter-list {
    display: flex;
    line-height: 1.1;
    font-size: 16px;
    margin-bottom: 5px;
}
.filter-input-list,
.filter-input,
.filter-input input[type="checkbox"] {
    padding-top: 5px;
    padding-left: 5px;
    color: #000;
    accent-color: #f0cb2e;
    font-size: 14px;
    line-height: 20px;
    font-family: montserrat, sans-serif;
    font-weight: 500;
}

/*=============== breadcrums ================*/
.breadcrums p {
    color: #bcbaba;
}
.breadcrums span {
    color: #000;
}
/*=============== header ================*/

#header-1 {
    height: 100vh;
    width: 100%;
    background: #404040;
    position: relative;
}
#header-1 .logo {
    height: 100%;
    width: 540px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
}
.header-text1 {
    color: #fff;
    width: 100%;
    margin: 0 auto;
    padding-top: 5px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.header-text1 img {
    width: 50%;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: -25px;
    margin-left: -15px;
}
.header-text1 h4 {
    letter-spacing: 1px;
}
.header-text1 .p-relative {
    letter-spacing: 10px;
    position: relative;
}
.header-text1 .p-relative .p1-relative {
    position: relative;
}
.power-heading {
    position: absolute;
    font-size: 10px;
    letter-spacing: 0;
    margin-left: -10px;
    top: 0;
}

.header-text1 h1 {
    font-size: 120px;
    font-weight: 700;
    font-style: normal;
    margin-top: -30px;
}
.header-text1 h1 span {
    color: #f0cb2e;
}
.btn-mac,
.btn-black {
    width: 260px;
    letter-spacing: 1px;
    font-style: normal;
    background: 0 0;
    color: #f0cb2e;
    border-radius: 13px;
    border: 1px solid #f0cb2e;
    font-size: 21px;
    padding: 1rem;
    display: inline-block;
    vertical-align: middle;
    transform: perspective(1px) translateZ(0);
    position: relative;
    overflow: clip;
    transition-property: color;
    transition-duration: 0.3s;
}
.btn-mac:before,
.btn-black:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f0cb2e;
    border-radius: 100%;
    transform: scale(0);
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}
.btn-mac:hover,
.btn-black:hover {
    color: #000;
    display: inline-block;
    vertical-align: middle;
    transform: perspective(1px) translateZ(0);
    position: relative;
    overflow: clip;
    transition-property: color;
    transition-duration: 0.3s;
}
.btn-pc {
    width: 260px;
    letter-spacing: 1px;
    font-style: normal;
    background: 0 0;
    color: white;
    border-radius: 13px;
    border: 1px solid white;
    font-size: 21px;
    padding: 1rem;
    display: inline-block;
    vertical-align: middle;
    transform: perspective(1px) translateZ(0);
    position: relative;
    overflow: clip;
    transition-property: color;
    transition-duration: 0.3s;
}
.btn-pc:hover,
.btn-black:hover {
    color: #000;
    background-color: white;
    display: inline-block;
    vertical-align: middle;
    transform: perspective(1px) translateZ(0);
    position: relative;
    overflow: clip;
    transition-property: color;
    transition-duration: 0.3s;
}
.btn-black:hover:before,
.btn-black:focus:before,
.btn-black:active:before,
.btn-mac:hover:before,
.btn-mac:focus:before,
.btn-mac:active:before {
    transform: scale(2);
}

/*=============== Nav ================*/
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0;
}
.nav-item {
    margin-left: 25px;
}
.nav-item .nav-link {
    color: #000;
}
.nav-link {
    color: #000;
    font-weight: bold;
}

.mac-logo {
    height: 100px;
    object-fit: contain;
    width: 100%;
    max-width: 350px;
}
.input-group-text {
    border-radius: 20px;
}
.header-cart {
    position: relative;
}
.cart img {
    margin-left: 15px;
    margin-top: 3px;
}
.header-cart span {
    width: 23px;
    height: 23px;
    position: absolute;
    background: #e8b32c;
    border-radius: 50%;
    top: -8px;
    right: -9px;
    font-size: 12px;
    color: #000000;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*=============== about ================*/

.about {
    margin-top: 60px;
    margin-bottom: 90px;
}
.btn-black {
    width: auto;
    font-weight: bold;
    border-radius: 8px;
    color: #000;
    border: 1px solid #000;
    text-align: center;
    padding: 10px 9px;
    font-size: 14px;
    text-transform: uppercase;
}
.btn-black:before {
    background: #000;
}
.btn-black:hover {
    color: #e8b32c;
    transition-property: color;
    transition-duration: 0.3s;
}
.about p {
    color: #000;
    font-size: 18px;
    line-height: 27px;
    padding-top: 13px;
    letter-spacing: -0.5px;
    font-family: montserrat, sans-serif;
}

/* =============== category ================ */

.category {
    margin-top: 60px;
    margin-bottom: 75px;
}
.category h3 {
    font-weight: bold;
}
.cat-box {
    background: transparent;
    box-shadow: 6px 6px 10px #00000029;
    border-radius: 15px;
    opacity: 1;
    margin: 10px;
    height: 200px;
    position: relative;
    border: 1px solid #92929296;
}
.cat-box a {
    position: absolute;
    left: 0;
    right: 0;
    height: 200px;
    display: block;
}
.box-text {
    text-align: left;
    padding: 1rem;
}
.box-text h1 {
    font-size: 22px;
    color: #000;
    transition: 0.3s cubic-bezier(0.47, 0.1, 1, 0.63), color 0.2s linear;
    transition-delay: 0s, 0.15s;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 25px;
}
.box-img-1 {
    padding-left: 80px;
    padding-top: 17px;
}
.cat-box img {
    position: absolute;
    right: 25px;
    bottom: 25px;
    scale: 1.1;
    height: 140px;
}

.sub-cat-img{
    height: 135px !important;
}

/* =============== Products ================ */
.products {
    margin-top: 60px;
    margin-bottom: 75px;
}
.for-bdr {
    border: 1px solid #807a7a;
    border-radius: 20px;
    padding: 0;
    height: 100%;
}
.for-bdr img {
    width: 100%;
    border-radius: 20px;
    padding: 1rem;
    height: 200px;
    object-fit: contain;
}
.prd-text {
    font-family: montserrat, sans-serif;
    border-top: 1px solid #807a7a;
    padding: 1rem;
}
.prd-text p {
    font-size: 15px;
    color: #363636;
    font-weight: 500;
    font-family: "Myriad Pro Regular";
    line-height: 1.3;
}
.prd-text h4 {
    font-size: 16px;
    font-weight: 700;
    font-family: lato, sans-serif;
    padding-bottom: 5px;
    color: #494949;
    letter-spacing: 2px;
    line-height: 1;
}
.cart-btn {
    position: absolute;
    top: auto;
    bottom: -22px;
    left: auto;
    right: 3px;
    color: #000;
    padding: 10px;
}
.prd-btn {
    position: relative;
    margin: auto;
    padding: 0 25px;
    transition: all 0.2s ease;
    color: transparent;
    text-decoration: none;
}
.prd-btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    display: block;
    border-radius: 28px;
    border: 1px solid #807a7a;
    background: #fff;
    width: 25px;
    height: 25px;
    transition: all 0.3s ease;
}
.prd-btn:hover:before {
    width: 100%;
    background: #f0cb2e;
    color: #272838;
    border: none;
}
.prd-btn span {
    position: relative;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    font-family: montserrat, sans-serif;
}
.cart-btn svg {
    position: relative;
    top: -1px;
    right: -22px;
    stroke: #111;
    transform: translateX(-5px);
    transition: all 0.3s ease;
}
.cart-btn a:hover {
    color: #272838;
}

.for-bdr:hover {
    border: 1px solid #f0cb2e;
    box-shadow: 0 0 11px #e5a72f;
}
.hvr-float:hover,
.hvr-float:focus,
.hvr-float:active {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}
.hvr-float {
    width: 225px;
    height: 335px;
    margin: 0 10px 20px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

/* =============== product description ================ */
.product-image {
    box-shadow: 0px 1px 5px 0px #00000029;
    border-radius: 20px;
    padding: 25px;
    display: flex;
    align-items: center;
    max-height: 450px;
    position: none;
    top: none;
    overflow: clip;
}
.product-image img {
    width: 100%;
    object-fit: contain;
    height: 100%;
}
/* =============== Add to cart ================ */
.qty-sec {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    background: #f6f6f6;
    max-width: 70%;
    position: relative;
    margin: 0 auto;
    border-radius: 25px 25px 0 0;
}
.quantity.buttons_added {
    text-align: left;
    margin-left: 0;
    position: relative;
    white-space: nowrap;
    vertical-align: top;
    font-weight: 700;
    font-family: lato, sans-serif;
}
.quantity {
    display: flex;
    max-height: 50px;
    border-radius: 9px;
    align-items: center;
}
.quantity button {
    font-size: 14px;
    height: 20px;
    width: 20px;
    padding: 3px 0;
    overflow: clip;
    color: #000000;
    background: none;
    font-weight: 600;
    margin: 0 5px;
    border: 1px solid #e5e5e5;
    outline: none;
}
.quantity.buttons_added i {
    font-size: 14px;
}
.quantity .input-text.qty {
    width: 40px;
    height: 39px;
    padding: 0 5px;
    text-align: center;
    font-weight: 700;
    font-family: lato, sans-serif;
    background-color: transparent;
    border: none;
}
.quantity.buttons_added input {
    display: inline-block;
    margin: 0;
    vertical-align: top;
    box-shadow: none;
}
.N-card-btn:focus,
.N-card-btn:active {
    background-color: #f0cb2e !important;
    transform: perspective(1px) translateZ(1) !important;
}
.N-card-btn {
    width: 70% !important;
    height: 35px !important;
    font-size: 16px !important;
    padding: 0 !important;
    display: block;
    margin: auto;
    margin-bottom: 10px !important;
    border-radius: 10px !important;
    background-color: #f0cb2e !important;
    /* color: #000!important; */
}
.N-card-btn:hover {
    padding: 0 !important;
    width: 70% !important;
    height: 35px !important;
    font-size: 16px !important;
    display: block;
    margin: auto;
    margin-bottom: 10px !important;
    border-radius: 10px !important;
}

.nav-pills .nav-link {
    background: 0 0;
    border: 0;
    border-radius: 25px;
    border: 1px solid #000;
    background-color: white !important;
    color: #000 !important;
}
.nav-pills .nav-link:hover {
    background-color: #f0cb2e !important;
    color: white !important;
}
.sticky-row {
    border: 1px solid #dfdfdf;
    border-radius: 14px;
    background: #fff;
    margin: 0;
    padding: 15px 0 10px;
}
.sticky-top1 {
    border: 1px solid #dfdfdf;
    border-radius: 14px;
    background: #fff;
    margin: 0;
    padding: 10px;
}
/* =============== cart ================ */
.cart-b {
    border-radius: 14px;
    border: 1px solid #dfdfdf;
}
.cart-head {
    font-family: lato, sans-serif;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 20px;
}
.cart-head span {
    color: #f0cb2e;
}
.table > :not(caption) > * > *,
.table1 > :not(caption) > * > * {
    text-align: center;
}
table tr td:first-child {
    /* width: 400px; */
    text-align: left;
}
.table-check tr td:first-child {
    width: auto !important;
    text-align: left;
}
.table-check tr td:nth-child(2) {
    width: auto !important;
    text-align: left;
}
.tble-add {
    overflow: hidden;
    border-radius: 10px;
}
.table-bordered {
    border-radius: 15px;
}
table tr th:first-child {
    text-align: left;
}
.table-check tr th:nth-child(2) {
    text-align: left;
}
.table-check tr td:last-child,
.table-check tr th:last-child {
    text-align: right;
}
.tble-price tr td {
    text-align: right;
}

.cart-b .table1 {
    border: 2px solid #d2d2d2;
    background-color: #fff;
    padding: 0;
    margin-bottom: 0;
    border-radius: 10px !important;
    box-shadow: 0px 0px 52px -3px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow-y: auto;
    border-radius: 15px;
}
.cart-b table thead tr {
    border-bottom: 2px solid #d2d2d2;
}
.cart-b table thead tr th {
    font-size: 15px;
    font-weight: 500;
    min-width: 100px;
    text-transform: uppercase;
    padding: 17px 9px;
}
.cart-b h4 {
    font-size: 14px;
    text-align: left;
    line-height: 1.4;
    font-weight: 400;
}
.quantity button {
    font-size: 14px;
    height: 25px !important;
    width: 20px !important;
    padding: 3px 0 !important;
    outline: none !important;
    overflow: hidden;
    color: #000000;
    background: none;
    font-weight: 600;
    margin: 0 5px !important;
}
.cart-quantity input {
    height: auto;
    border: none;
    min-width: 25px;
    width: 25px !important;
    padding: 0;
}
.quantity input {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    border-radius: 0;
    width: 50px;
}
.cart-quantity button {
    border: none !important;
}
table .btn i {
    color: red;
}
/* =============== checkout ================ */
.btn-complete {
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
    padding: 10px 25px !important;
    transition: 0.5s all;
    margin-top: 15px;
    border-radius: 25px;
}
.btn-checkout {
    background-color: #000;
    transition: 0.5s all;
    border: 1px solid #000;
    color: #fff;
    width: 100%;
    padding: 10px;
    margin-top: 15px;
    border-radius: 25px;
}
.btn-checkout:hover,
.btn-complete:hover {
    background-color: transparent;
    border: 1px solid #000;
}
.shipping-box label {
    font-weight: bold;
}
.shipping-box label span {
    font-size: 13px;
    color: #6e6c6c;
    font-weight: 500;
}
.shipping-box {
    margin: 10px 0;
    border: 1px solid #000;
    padding: 10px 10px 10px 35px;
    justify-content: space-between;
    align-items: center;
    border-radius: 7px;
}
.check-pay .input-group-text {
    border-radius: 0px;
}
.b2 {
    height: 70px;
}
.checkout-box .billing {
    border: 1px solid #dfdfdf;
    border-radius: 15px;
}
.checkout-box .shipping {
    border: 1px solid #dfdfdf;
    border-radius: 15px;
}
.checkout-box .payment {
    border: 1px solid #dfdfdf;
    border-radius: 15px;
}
/* =============== addon ================ */
.addon-list {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.addon-list li {
    padding: 11px;
    border: 1px solid #dfdfdf;
    border-radius: 10px;
    margin-bottom: 12px;
    width: calc(50% - 26px);
    margin: 7px;
    transition: all 700ms ease-in;
}
.addon-list li .addon-products {
    margin-bottom: 0;
    display: flex;
    align-items: center;
}
.addon-list .product-info {
    margin: 0 5px;
    width: calc(100% - 100px);
}
.addon-list .product-info p {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.1;
}
.addon-list .product-info span {
    font-size: 17px;
    font-weight: 600;
}
.addon-list .addon-product-detail {
    width: 80px;
}
.addon-list .addon-product-detail .quantity {
    margin: 0 !important;
    height: 100%;
}
.addon-list .addon-product-detail .quantity button {
    padding: 0;
    width: 20px;
    height: 20px;
    background: #edc24b;
    margin: 0;
}
.addon-list .addon-product-detail .quantity .input-text {
    height: 20px;
    top: 0;
    margin-top: 0;
    position: relative;
}
.quantity .input-text.qty {
    width: 40px !important;
    height: 39px !important;
    padding: 0 5px !important;
    text-align: center;
    font-weight: 700;
    font-family: lato, sans-serif;
    background-color: transparent;
    border: none;
}
.quantity.buttons_added input {
    display: inline-block;
    margin: 0;
    vertical-align: top;
    box-shadow: none;
}
.quantity.buttons_added i {
    font-size: 14px;
}
.addon-list .addon-product-detail button {
    width: 100% !important;
    margin: 8px 0 0 0 !important;
}
.addon-list .btn-black {
    padding: 1px 9px !important;
}
.addon-list .btn-black:hover,
.addon-list .btn-black:focus,
.addon-list .btn-black:active {
    color: #f0cb2e;
}

/* =============== footer ================ */

.footer {
    background-color: #000;
    color: #fff;
    padding: 10px 0 10px;
    margin-top: 50px;
    text-align: center;
    overflow: hidden;
}
.footer .foot-logos img {
    width: 160px;
    object-fit: contain;
}
.footer .foot-logos1 {
    display: inline-block;
}
.footer .foot-logos1 img {
    width: 40px;
    margin-right: 5px;
    object-fit: contain;
}
.footer .foot-logos2 img {
    height: 70px;
    margin-right: 5px;
    object-fit: contain;
}
/* .ups-logo {
    height: 50px!important;
} */
.footer .foot-navbar a {
    color: #fff;
    display: inline-block;
    font-size: 19px;
    letter-spacing: 2px;
    padding: 0 10px;
    border-right: 1px solid #8d8d8dbd;
    font-weight: 400;
}
.rights {
    margin: 0;
    border-top: 1px solid #2e2e2e;
    margin-top: 50px;
    padding-top: 15px;
    text-align: left;
    font-family: montserrat, sans-serif;
    color: #fff;
}
.rights .foot-navbar {
    text-align: right;
}
.rights .img-footer1 {
    height: 20px;
    /* width: 115px; */
}
.rights .img-footer2 {
    height: 30px;
}
.rights .img-footer2.ups-logo {
    /* height: 30px; */
}

/* =============== Media Queries ================ */
@media screen and (max-width: 767px) {
    #filter-form {
        position: absolute;
        background: #fff;
        z-index: 99;
        border: 1px solid #dfdfdf;
        border-radius: 15px;
        width: 100%;
    }
    .hiddenDiv1 {
        display: none;
    }
    .hiddenBtn1 {
        display: block;
    }
    .addon-list li {
        width: calc(1000% - 26px);
    }
    #myProductList {
        justify-content: center;
    }
    .hvr-float {
        width: 100%;
    }
    #header-1 .logo {
        width: 280px;
    }
    #header-1 h1 {
        font-size: 55px;
    }
    .navbar-toggler {
        top: -75px;
        right: 20px;
        position: absolute;
    }
    .cart {
        margin-right: 15px;
    }
    .mobile-icons {
        position: absolute;
        right: 75px;
        top: -40px;
    }
    .navbar-nav {
        align-items: center;
    }
    .navbar-collapse a {
        color: #fff;
    }
    .navbar-collapse {
        width: 100vw;
        position: absolute;
        top: -30px;
        left: 0;
        background: #818181fa;
        height: auto;
        z-index: 9999;
    }
    .input-group {
        top: 15px;
    }
    .footer .foot-navbar a {
        font-size: 14px;
    }
    .footer .mac-logo {
        max-width: 250px;
    }
    .sticky-top {
        padding: 15px;
    }
}

@media (min-width: 1200px) {
    .about h3 {
        font-size: 1.75rem;
    }
}
.style-box {
    padding: 25px;
    position: relative;
    box-shadow: 2px 2px 8px rgb(139 139 139 / 50%);
    border-radius: 20px;
}
.style-dark-menu {
    top: 6px !important;
    background: #000000;
}
.style-dark-menu a {
    color: #e8b32c;
    padding: 5px 10px;
    margin-bottom: 0;
    display: inline-block;
    width: 100%;
}
.nav-pills .clicked-product {
    background-color: #f0cb2e !important;
}
/* .header-top{
    background-color: #fff;
    z-index: 999;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
} */

.toast-container{
    top: 89px;
    width: 330px;
}
.toast-header{
    padding: 5px 10px 5px 5px;
}
.toast-header strong{
    font-size: 14px;
}
.toast-header img{
    width: 36px;
}
.toast-header button{
    font-size: 12px;
}
.sticky-top1 {
    z-index: 9;
  }

  .sticky-top2 {
    border-radius: 14px;
    background: #fff;
    margin: 0;
    z-index: 9;
  }

.btn-pc{
    width: 260px;
    letter-spacing: 1px;
    font-style: normal;
    background: 0 0;
    color: #fff;
    border-radius: 13px;
    border: 1px solid #fff;
    font-size: 21px;
    padding: 1rem;
    display: inline-block;
    vertical-align: middle;
    transform: perspective(1px) translateZ(0);
    position: relative;
    overflow: clip;
    transition-property: color;
    transition-duration: 0.3s;

}
.btn-pc:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    border-radius: 100%;
    transform: scale(0);
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}
.btn-pc:hover {
    color: #000;
    display: inline-block;
    vertical-align: middle;
    transform: perspective(1px) translateZ(0);
    position: relative;
    overflow: clip;
    transition-property: color;
    transition-duration: 0.3s;
}
.btn-pc:hover:before, .btn-pc:focus:before, .btn-pc:active:before {
    transform: scale(2);
}
