.canhcam-shop-details-4 .product-description .tab-content .item {
    margin: 5px 0;
}

.canhcam-checkout-2 .checkout-lists .list-items .payment-method {
    display: flex;
    align-items: center;
    padding: 15px 0;
    margin-bottom: 0;
}

.canhcam-checkout-2 .checkout-lists .list-items .payment-method:nth-child(3) {
    border-bottom: 1px solid #f5f3ef;
    border-top: 1px solid #f5f3ef;
    margin-top: 15px;
}

.canhcam-checkout-2 .checkout-lists .list-items .payment-method label {
    margin-left: 10px;
    color: #11637c;
    margin-bottom: 0;
}

.canhcam-checkout-2 .checkout-lists .list-items .item-img .img-line a {
    display: inline-block;
    border: 1px solid #edecec;
    border-radius: 5px;
}

.canhcam-checkout-2 .checkout-lists .list-items .item-img .img-line a+a {
    margin-left: 30px;
}

.canhcam-checkout-2 .checkout-lists .list-items .item-img .img-line:nth-child(2) {
    margin-top: 15px;
}

.canhcam-checkout-2 .checkout-lists .list-items .item-img .img-line:nth-child(2) a {
    padding: 5px 20px;
}

.canhcam-checkout-2 .checkout-lists .list-items .item .item-radio {
    margin-top: 20px;
    display: flex;
}

.canhcam-checkout-2 .checkout-lists .list-items .item .item-radio input {
    margin-top: 11px;
    transform: translateY(-50%)
}

.canhcam-checkout-2 .checkout-lists .list-items .item .item-radio label {
    margin-left: 10px;
    margin-bottom: 0;
}

.txtNotifyMessage {
    display: block;
    margin-bottom: 20px;
    color: red
}

@-webkit-keyframes hotline-animate {
    0% {
        -webkit-transform: scale3d(1.3, 1.3, 1.3);
        -khtml-transform: scale3d(1.3, 1.3, 1.3);
        transform: scale3d(1.3, 1.3, 1.3);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale3d(2.2, 2.2, 2.2);
        -khtml-transform: scale3d(2.2, 2.2, 2.2);
        transform: scale3d(2.2, 2.2, 2.2);
        opacity: 0;
    }
}

@keyframes hotline-animate {
    0% {
        -webkit-transform: scale3d(1.3, 1.3, 1.3);
        -khtml-transform: scale3d(1.3, 1.3, 1.3);
        transform: scale3d(1.3, 1.3, 1.3);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale3d(2.2, 2.2, 2.2);
        -khtml-transform: scale3d(2.2, 2.2, 2.2);
        transform: scale3d(2.2, 2.2, 2.2);
        opacity: 0;
    }
}

@-webkit-keyframes phone-ring {
    0% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        transform: rotate(0deg) scale(1) skew(1deg);
    }
    5% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    10% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    15% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    25% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        transform: rotate(0deg) scale(1) skew(1deg);
    }
    100% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        transform: rotate(0deg) scale(1) skew(1deg);
    }
}

@keyframes phone-ring {
    0% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        transform: rotate(0deg) scale(1) skew(1deg);
    }
    5% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    10% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    15% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
        transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
        transform: rotate(25deg) scale(1) skew(1deg);
    }
    25% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        transform: rotate(0deg) scale(1) skew(1deg);
    }
    100% {
        -webkit-transform: rotate(0deg) scale(1) skew(1deg);
        transform: rotate(0deg) scale(1) skew(1deg);
    }
}

.contact-button-wrapper {
    position: fixed;
    right: 50px;
    bottom: 160px;
    z-index: 333;
}

.contact-button-wrapper .ic {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    z-index: 22;
    border-radius: 50%;
    background: -webkit-linear-gradient(0deg, #19547c 0%, #007d8f 100%);
    width: 50px;
    height: 50px;
    color: #fff;
    font-size: 20px;
    -webkit-animation-name: phone-ring;
    animation-name: phone-ring;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.contact-button-wrapper .phone-number {
    position: absolute;
    right: 150%;
    top: 50%;
    transform: translateY(-50%);
    white-space: nowrap;
    background: linear-gradient(0deg, #19547c 0%, #007d8f 100%);
    padding: 10px;
    color: #fff;
    border-radius: 10px;
    opacity: 0;
    transition: .4s ease-in-out all;
    pointer-events: none;
}

.contact-button-wrapper:before {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-animation-duration: 2s;
    -webkit-animation-name: "circle";
    -webkit-animation-delay: 2s;
    -webkit-animation-iteration-count: infinite;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%, -50%);
    -webkit-animation-name: hotline-animate;
    animation-name: hotline-animate;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    border-radius: 50%;
    background: -webkit-linear-gradient(0deg, #19547c 0%, #007d8f 100%);
    width: 100%;
    height: 100%;
    content: "";
}

.contact-button-wrapper:hover {
    color: #fff;
}

.contact-button-wrapper:hover .phone-number {
    pointer-events: initial;
    opacity: 1;
    right: 130%;
}

@media (min-width: 992px) {
    .canhcam-header-7 .navbar .navbar-nav,
    .canhcam-header-7 .cart-toggle {
        height: 90px;
    }
    .canhcam-header-7 .navbar .navbar-nav .nav-item .nav-link {
        height: 100%;
        display: flex;
        align-items: center;
    }
    .canhcam-header-7 .navbar .navbar-nav .nav-item .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }
    .canhcam-checkout-1 .list-items .item figure figcaption>div {
        display: flex;
        align-items: center;
    }
    .canhcam-checkout-1 .input-group {
        margin-top: 0!important;
    }
}

.canhcam-checkout-1 .input-group {
    margin-top: 10px;
    display: flex;
    align-items: center;
}

.canhcam-checkout-1 .input-group label {
    margin: 0 5px;
    display: inline-block;
    margin-bottom: 0;
}

.canhcam-checkout-1 .input-group label {
    margin: 0 5px;
    display: inline-block;
    margin-bottom: 0;
}

.canhcam-checkout-1 .input-group input[name="Address_Street"] {
    margin-left: 5px;
}

.canhcam-carousel-4,
.canhcam-boxes-1,
.canhcam-boxes-16 {
    display: none
}