

.appcohesion-widget-modal-popupDiv {
    width: calc(100% - 80px);
    height: 600px;
    max-width: 80em;
    background-color: white;
    border-radius: 5px;
    padding: 20px 20px;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    z-index: 1001;
    display: none;
}

.appcohesion-widget-modal-close-Icon {
    width: 35px;
    height: 35px;
    position: absolute !important;
    border-radius: 40px;
    background-size: 18px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    top: -15px;
    right: -15px;
    box-shadow: 0px 0px 15px -4px rgb(0, 0, 0);
    background-color: white;
    background-image: url(https://png.pngtree.com/svg/20170708/dialog_close_1342690.png);
}

.appcohesion-widget-modal-backdrop {
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    z-index: 99;
    display: block;
    background-color: rgba(35, 35, 35, 0.95);
    display: none;
}

.appcohesion-widget-modal-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}

.appcohesion-widget-modal-loader .loginloaderNew {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}

.appcohesion-widget-modal-loader .loginloaderNew .spinner {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 10px;
    vertical-align: middle;
}

.appcohesion-widget-modal-loader .loginloaderNew .spinner-1 .spinner-outter {
    border: 4px solid #34aae0;
    -webkit-border: 4px solid #34aae0;
    border-left-color: transparent;
    border-bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-animation: spinner-1-outter 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
    animation: spinner-1-outter 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
}

.appcohesion-widget-modal-loader .loginloaderNew .spinner-1 .spinner-inner {
    position: absolute;
    border: 4px solid #34aae0;
    -webkit-border: 4px solid #34aae0;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    left: calc(50% - 12px);
    top: calc(50% - 12px);
    border-right: 0;
    border-top-color: transparent;
    -webkit-animation: spinner-1-inner 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
    animation: spinner-1-inner 1s cubic-bezier(0.42, 0.61, 0.58, 0.41) infinite;
}

@-webkit-keyframes spinner-1-outter {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner-1-outter {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spinner-1-inner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@keyframes spinner-1-inner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

.ruger-buynow-widget-buynow-button {
    color: #ffffff !important;
    background-color: #e72a33 !important;
    border: 1px solid #e72a31 !important;
    border-radius: 3px;
    padding: 13px 15px 10px 15px !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    white-space: normal !important;
    width: 100px !important;
    position: relative;
    top: -17px;
    height: 45px;
    cursor: pointer;
}

@media only screen and (max-width: 1072px) {
    .ruger-buynow-widget-buynow-button {
        margin: 0 auto !important;
    }
}

@media only screen and (max-width: 767px) {
    .appcohesion-widget-modal-close-Icon {
        top: 10px;
        left: 20px;
        background-color: rgba(255, 255, 255, 0);
        box-shadow: none;
        background-image: url(https://s3.amazonaws.com/demo.appcohesion.io/widget/assets/left-arrow.svg);
    }
    .appcohesion-widget-modal-popupDiv {
        max-width: 100vw;
        width: 100%;
        height: 100%;
        padding: 0px;
        -webkit-overflow-scrolling: touch;
        overflow-y: scroll;
    }
}

