/* Cookie Modal */
@media (max-width: 991px) {
    .tcn-cookie-modal-content {
        width: 35%;
    }

    .tcn-text-wrapper {
        width: 90%;
    }

    .tcn-btns {
        padding: 15px;
        font-size: 1rem;
    }

    .tcn-cookie {
        width: 40%;
    }

    h2.tcn-title {
        font-size: 1.3rem;
    }
}

@media (max-width: 550px) {
    .tcn-cookie-modal-content {
        width: 70%;
        margin: 250px auto;
    }
}

@media (min-width: 992px) {
    .tcn-cookie-modal-content {
        width: 280px;
    }

    .tcn-text-wrapper {
        width: 100%;
    }

    .tcn-btns {
        padding: 10px;
        font-size: .8rem;
    }

    .tcn-cookie {
        width: 60%;
    }

    h2.tcn-title {
        font-size: 1.5rem;
    }
}

.tcn-cookie-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: rgba(0, 0, 0, .7);
}

.tcn-cookie-modal-content {
    margin: 300px auto;
    position: relative;
    -webkit-animation-name: tcn-animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: tcn-animatetop;
    animation-duration: 0.4s;
}

@-webkit-keyframes tcn-animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

@keyframes tcn-animatetop {
    from {
        top: -300px;
        opacity: 0
    }
    to {
        top: 0;
        opacity: 1
    }
}

.tcn-cookie-close {
    float: right;
}

.tcn-cookie-close:hover,
.tcn-cookie-close:focus {
    cursor: pointer;
}

.tcn-cookie-modal-header {

}

.tcn-cookie-modal-body {
    padding: 2px 16px;
}

.tcn-modal-wrapper {
    background: #fff;
    border-radius: 30px;
}

.tcn-text-wrapper {
    text-align: center;
    margin: 0 auto;
}

.tcn-body-wrapper {
    padding: 20px 10px;
    text-align: center;
}

.tcn-footer-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.tcn-btns {
    width: 50%;
    font-weight: 900;
    border: none;
    border-top: 1px solid #ddd;
}

.tcn-left {
    border-radius: 0 0 0 30px;
    background: #ffffff;
}

.tcn-right {
    border-radius: 0 0 30px 0;
    background: #000000;
    color: #ffffff;
}

.tcn-cookie {
    margin: 0 auto;
}

.tcn-cookie-close {
    float: right;
    position: relative;
    font-size: 30px;
    right: 15px;
    top: 15px;
}

h2.tcn-title {
    font-weight: 900;
    text-transform: capitalize;
}

p.tcn-desc {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.4;
}

.tcn-privacy-page-link {
    text-decoration: none;
    color: #000000;
}

/* END Cookie Modal */

/* Circled modal */

@media (max-width: 991px) {
    .tcn-circled-modal-content {
        width: 90%;
    }

    .tcn-circled-title-p {
        width: 60%;
    }
}

@media (min-width: 992px) {
    .tcn-circled-modal-content {
        width: 25%;
    }

    .tcn-circled-title-p {
        width: 50%;
    }
}

.tcn-circled-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(255, 255, 255, .7);
}

.tcn-circled-modal-content {
    position: relative;
    border-radius: 30px;
    margin: 150px auto;
    background: #403f3d;
    padding: 10px 0;
    -webkit-animation-name: tcn-animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: tcn-animatetop;
    animation-duration: 0.4s
}

.tcn-circled-close {
    float: right;
    color: #ffffff;
    font-size: 1rem;
    position: absolute;
    font-weight: bold;
    top: 10px;
    right: 15px;
}

.tcn-circled-close:hover,
.tcn-circled-close:focus {
    text-decoration: none;
    cursor: pointer;
}

.tcn-circled-modal-header {
    padding: 2px 16px;
}

.tcn-circled-modal-body {
    padding: 2px 16px;
}

.tcn-circled-modal-footer {
    padding: 2px 16px;
    margin: 20px 0 0 0;
    text-align: right;
}

p.tcn-circled-title-p {
    background: #fff;
    font-weight: 600;
    color: #403f3d;
    border-radius: 30px;
    padding: 0px 5px;
}

p.tcn-circled-desc-p {
    font-size: 1.4rem;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 1px;
    line-height: 1.1;
}

.tcn-circled-title {
    margin: 0 0 30px 0;
}

.tcn-circled-desc {
    margin: 30px 0 0 0;
}

button.tcn-circled-btn {
    padding: 40px;
    border-radius: 50%;
    background: #fedc59;
    color: #403f3d;
    font-weight: 600;
    font-size: 1.6rem;
    -ms-transform: rotate(-15deg);
    border: 1px solid #fedc59;
    position: relative;
    right: 10%;
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
}

span.tcn-circled-inner-btn {
    position: relative;
    bottom: 20px;
    right: 10px;
    cursor: pointer;
}

img.tcn-circled-arrow {
    position: absolute;
    top: 70px;
    right: 37px;
    -webkit-transform: rotate(20deg);
    -ms-transform: rotate(20deg);
    transform: rotate(20deg);
    width: 30px;
}

img.tcn-circled-arrow-down {
    position: relative;
    left: 30px;
    width: 1rem;
}
/* END Circled modal */