#fine-uploader-gallery
{
    height: 50px;
}

html,body{
    height: 100%;
    overflow-x: hidden !important;
    -webkit-overflow-scrolling:touch;
    overscroll-behavior: contain;
    -moz-user-select: none;
}
body.dm-active{
    background-color: #1D272E;
}
.row{
    padding:0px;
    margin:0px;
}

.container-fluid{
    margin:0px;
    padding:0px;
}
.row-main{
    height: 100%;
}
.upload-container{
    width: 147px;
    height: 112px;
}

.progress-container{
    display:none;
    position: relative;
    width: 100%;
    height: 100%;
}
.progress{
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%);
    height: 18px;
    width: 95%;
    border-radius: 30px;
}

.progress-transition{
    transition: width .4s ease !important;
}

.progress-text-moving{
    -webkit-animation: moving 0.7s;
    -moz-animation:    moving 0.7s;
    -o-animation:      moving 0.7s;
    animation:         moving 0.7s;
}


@-webkit-keyframes progress-loaded {
    0% {  background-color: #007bff; }
    50% { background-color: #0056b3; }
    100% {  background-color: #007bff; }
}
@-moz-keyframes progress-loaded {
    0% {  background-color: #007bff; }
    50% { background-color: #0056b3; }
    100% {  background-color: #007bff; }

}
@-o-keyframes progress-loaded {
    0% {  background-color: #007bff; }
    50% { background-color: #0056b3; }
    100% {  background-color: #007bff; }
}
@keyframes progress-loaded {
    0% {  background-color: #007bff; }
    50% { background-color: #0056b3; }
    100% {  background-color: #007bff; }
}

.progress-loaded{

    -webkit-animation: progress-loaded 1.2s infinite;
    -moz-animation:    progress-loaded 1.2s infinite;
    -o-animation:      progress-loaded 1.2s infinite;
    animation:         progress-loaded 1.2s infinite;
}
.row-gallery{
    position:relative;
    min-height: 152px;
}

.gallery-container{
    width: 100%;
    margin:0px;
    z-index: 10000;
}


/*--- FINE UPLOADER STYLES ---*/

#fine-uploader-s3 .preview-link {
    display: block;
    height: 100%;
    width: 100%;
}
.qq-total-progress-bar-container/* hide progress bar */
{
    display: none !important;
}
.qq-upload-list-selector/* hide upload list */
{
    display: none !important;
}
.qq-gallery.qq-uploader/* decrease height of uploader window */
{
    min-height: 105px !important;
}
.qq-gallery.qq-uploader::before/*  */
{
    content: " " !important;
}
#fine-uploader-s3
{
    display: none !important;
}
/*--- END FINE UPLOADER STYLES ---*/

.gallery-reel{
    position: relative;
    width: calc(100% - 147px);
    height: 112px;
}
.gallery-reel-top{
    border-top: 5px solid #000;
    border-left: 3px solid #000;
}
.gallery-reel-top.dm-active{
    border-top-color: #ECEFF1;
    border-left-color: #ECEFF1;
    background-image: repeating-linear-gradient(90deg, transparent 0 10px, #ECEFF1 7px 16px);
}
.gallery-reel-bottom{
    border-bottom: 5px solid #000;
    border-left: 3px solid #000;
}
.gallery-reel-bottom.dm-active{
    border-bottom-color: #ECEFF1;
    border-left-color: #ECEFF1;
    background-image: repeating-linear-gradient(90deg, transparent 0 10px, #ECEFF1 7px 16px);
}
.gallery-reel-top,
.gallery-reel-bottom{
    position: relative;
    width: 100%;
    height: 15px;
    background-image: repeating-linear-gradient(90deg, transparent 0 10px, black 7px 16px);
}
.gallery{
    position: relative;
    width: 100%;
    padding: 0px 35px 0px 35px;
    height: 82px;
    background-color: #000;
    text-align: center;
    color: #4d88ff;
}
.gallery.dm-active{
    background-color: #ECEFF1;
}
.glr-loading{
    width: 100%;
    background-color: #000;
    color: #F8FBFC;
    font-family: Open Sans;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
}
.glr-loading-txt{
    margin-top: 12px;
}
.glr-i-main{
    margin-bottom: 10px;
}
.glr-i-second{
    font-size: 12px;
    font-weight: normal;
}
.glr-i-bolded{
    font-weight: 600;
}

.jcarousel-wrapper a{
    background-color: initial !important;
    color: #ECEFF1 !important;
    opacity: 1 !important;
    top: 33px;
}
.jcarousel-wrapper a.dm-active{
    color: #1D272E !important;
}

.jcarousel-wrapper{
    margin: 0px;
    height: 82px;
    box-shadow: none;
    padding-top: 8px;
}

.jcarousel img.singleImg{
    max-height: 66px;
    min-height: 66px;
    height: auto;
    cursor: pointer;
}
.rm-btn{
    position:absolute;
    top: calc(100% - 44px);
    left: calc(100% - 11px);
    height: 22px;
    width: 22px;
    background-color: #FFB300;
    border-radius: 50%;
    z-index: 100;
    cursor: pointer;
}
.rm-tt{
    display:none;
    position: absolute;
    font-family: Open Sans;
    font-size: 12px;
    color: #F8FBFC;
    background-color: #FF0021;
    border-radius: 50px;
    padding: 4px;
    width: 105px;
    z-index: 10001;
    text-align: center;
}
.rm-tt svg{
    margin-right: 1px;
}

.rm-btn svg{
    padding-bottom: 2px;
    height: auto;
}
.jcarousel li{
    height: 66px;
    position: relative;
}
.inst-img{
    height: 66px;
    width: 100px;
    background-color: #0071E3;
}

.img-progress {
    width: 30px;
    height: 30px;
    background: none;
    position: relative;
}

.img-progress::after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 6px solid #4da6ff;
    position: absolute;
    top: 0;
    left: 0;
}

.img-progress>span {
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}

.img-progress .progress-left {
    left: 0;
}

.img-progress .progress-bar {
    width: 100%;
    height: 100%;
    background: none;
    border-width: 6px;
    border-style: solid;
    position: absolute;
    top: 0;
}

.img-progress .progress-left .progress-bar {
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}

.img-progress .progress-right {
    right: 0;
}

.img-progress .progress-right .progress-bar {
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;
}

.img-progress .progress-value {
    position: absolute;
    top: 0;
    left: 0;
}

.li-img{
    margin-right: 8px !important;
}
.li-active .singleImg{
    outline: 5px solid #FFB300;
    outline-offset: -5px;
    max-height:66px;
}

.mgi-active{
    outline: 5px solid #0071E3;
    outline-offset: -5px;
    opacity: 1 !important;
}
.final-img.hovered{
    outline: 5px solid rgba(255, 179, 0, 0.5);
    outline-offset: -5px;
}

.li-img:not(.li-active):hover{
    outline: 5px solid rgba(255, 179, 0, 0.5);
    outline-offset: -5px;
}

.li-img:not(.li-active):hover .rm-btn{
    display: block !important;
}

.li-img-inst:not(.li-active):hover{
    outline: none;
    outline-offset: initial;
}

.hidden{
    display:none;
}
.no-padding{
    padding: 0px;
}
.margin-right{
    margin-right: 5px;
}
.margin-left{
    margin-left: 5px;
}
.removed-margins{
    margin-right: -15px;
    margin-left: -15px;
}
.right-upload-wrapper{
    width:100%;
    color: #fff;
}
.img-name{
    display:none;
    position: absolute;
    font-family: Open Sans;
    z-index: 10001;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
    max-width:250px;
    text-overflow: ellipsis;
    font-size: 12px;
    border-radius: 169px;
    padding: 4px 14px;
    color: #272727;
    background-color: #D3DBE1;
}

.swal2-container{
    z-index: 10002;
}
.swal2-popup{
    font-family: "Open Sans";
}
.c-e-popup{
    max-width: 320px;
    border-radius: 15px;
}
.c-e-title div p{
    font-weight: bold;
    font-size: 16px;
    color: #262626;
    margin: 0px 0px 0px 7px;
}
.c-e-container{
    color: #272727;
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 0px;
}
.c-e-btn, .mfo-btn{
    background-color: #FF0021;
    color: #FFFFFF;
    font-size: 16px;
    width: 100%;
    max-width: 270px;
    border-radius: 11px
}
.c-c-btn{
    font-size: 16px;
    width: 100%;
    max-width: 270px;
    margin-top: 12px;
    border-radius: 11px;
    background-color: #ECEFF1;
}

.mfo-btn{
    background-color: #0071E3;
    font-weight: bold;
    font-family: "Open Sans";
}


body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){
    height: 100% !important;
}
#uploadBtn{
    position: relative;
    cursor: pointer;
    height: 74px;
    width: 74px;
    border-radius: 50%;
    animation: pulse 1.5s infinite;
    background-color: rgba(243, 17, 26,1);
    margin-left: 20px;
}

@keyframes pulse {
    0% {
        transform: scale(0.95,0.95);
        box-shadow: 0 0 0 0 rgba(243, 17, 26, 0.7);
    }

    70% {
        transform: scale(1,1);
        box-shadow: 0 0 0 10px rgba(243, 17, 26, 0);
    }

    100% {
        transform: scale(0.95,0.95);
        box-shadow: 0 0 0 0 rgba(243, 17, 26, 0);
    }
}
#uploadBtn svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}


.el-disabled, .el-disabled a, .el-disabled svg, .el-disabled svg rect,
.el-disabled .rb-container, .el-disabled i{
    opacity: 0.65 !important;
    cursor:not-allowed !important;
}
.smp-disabled, .smp-disabled i{
    cursor:wait !important;
}

#uploadBtn p {
    margin:0px;
}
.gmeb-text{
    font-weight: bold;
    color: #ECEFF1;
    font-size: 12px;
}
.mabb-wrapper{
    margin: 30px 20px 10px 20px;
}
.mebr-wrapper,
.mebzi-wrapper{
    max-width: 80px;
}

#uploadBtn p{
    display:inline-block;
}
.as-in-block{
    display:inline-block;
}

/* IE unsupported */
#ie_container{
    background-color: #3188c8;
    width:100%;
    min-height:100%;
}

#ie_text_big{
    font-size: 2em;
    font-weight: 400;
    font-family: Arial;
    margin-top: 2%;

}

.ie_logo_bar{
    background-color: #fff;
    min-height: 60px;
}

#ie_text_area{
    width: 70%;
    font-size: 1.2em;
    color: #fff;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 20px;
}

.ie_logo_bar img{
    width:100%;
    max-width: 180px;
    margin-left: 8px;
    will-change: transform;
    height: auto;
    max-height: 35px;
    cursor: initial;
}

.ie_logo {
    margin-top: 65px;
    width: 100%;
    max-width: 120px;

}

.ie_link{
    text-decoration: underline;
    color: #fff;
}

.tip{
    cursor: pointer;
}

#colpick_text{
    font-size: 0.6em;
    padding-left: 4px;

}

.initial_step {
    height:100%;
    width: 100%;
    position: absolute;
    z-index: 10000;
    background: rgba(211, 219, 225,0.7);

}
.initial_step_container {
    width:100%;
    height: 100%;
    padding-right: 300px;
    position: relative;
}
.initial-droppable{
    background: #D3DBE1 0% 0% no-repeat padding-box;
    opacity: 1;
    width: 384px;
    height: 384px;
    border-radius: 50%;
    margin-bottom: 100px;
    cursor: pointer;
}
.initial-animation div {
    width: 16px;
    height: 16px;
    margin: 32px 5px;
    background: #007FFF;
    border-radius: 50%;
    animation: 0.9s bounce infinite alternate;
}

.initial-animation div:nth-child(2) {
    animation-delay: 0.3s;
}

.initial-animation div:nth-child(3) {
    animation-delay: 0.6s;
}

@keyframes bounce {
    to {
        opacity: 0.3;
        transform: translate3d(0, -16px, 0);
    }
}

.initial-d-i {
    display: none;
}
.initial-d-i i{
    font-size:111px;
    color: #272727;
}
.initial-d-t {
    color: #272727;
    margin-top: 23px;
    display: none;
}
.initial-p1{
    font: normal normal 600 20px/15px Open Sans;
}
.initial-p2{
    font: normal normal normal 14px/15px Open Sans;
}

/*canvas/image containers*/

.canvas-viewer{
    overflow:hidden;
    position:relative;
}
.preview-window-wrapper{
    width:100%;
}
.msg-alert-wrapper{
    width: 100%;
    margin-top: 9px;
}
.msg-alert{
    display: none;
    padding: 3px;
    background-color: #D3DBE1;
    border-radius: 169px;
    font-size: 12px;
    color: #272727;
    padding-left: 30px;
    padding-right: 30px;
    font-family: "Open Sans";
    font-weight: normal;
}
.triangle{
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 10px solid #0071E3;
}
.hanging-alert-txt{
    padding-left: 20px;
    padding-right: 20px;
    font-width: normal;
    text-align: center;
    white-space: nowrap;
}
.questionmark{
    padding-top: 22px;
    padding-right: 32px;
}
.questionmark svg{
    cursor: pointer;
}
.m-e-viewer{
    overflow:hidden;
    position:relative;
}
.front-viewer{
    overflow: hidden;
    position: relative;
}
.m-e-front-viewer{
    overflow: hidden;
    position: relative;
}
.maskBasic{
    background-color: #ffffff;
    opacity: 0.2;
    z-index: 0;
}
.maskBasicTop{
    position: absolute;
    top: 0px;
    border-top: 1px solid rgba(0, 0, 0,1);
}
.maskBasicRight{
    position: absolute;
    right: 0px;
    top: 0px;
    border-right: 1px solid rgba(0, 0, 0,1);
}
.maskBasicBottom{
    position: absolute;
    bottom: 0px;
    border-bottom: 1px solid rgba(0, 0, 0,1);
}
.maskBasicLeft{
    position: absolute;
    left: 0px;
    top: 0px;
    border-left: 1px solid rgba(0, 0, 0,1);
}

.blrMirrMask{
    opacity: 1;
}
.blrMirrMaskBgr{
    background: url(../includes/img/edge_pattern.png);
}

.blrMirrImgTop{
    max-width: 100%;
}

.blrMirrImgRight{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
    position: absolute;
}

.blrMirrImgLeft{
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(270deg);
    position: absolute;
}

.blrMirrImgBottom{
    max-width: 100%
}

.cornerBasic{
    background-color: rgb(255, 255, 255);
}
.mobile.cornerBasic{
    background-color: #1D272E;
    border: none !important;
}
.mobile.maskBasic{
    border: none !important;
}
.cornerTopLeft{
    position: absolute;
    top: 0px;
    left: 0px;
    border-right: 1px solid rgba(0, 0, 0,0.6);
    border-bottom: 1px solid rgba(0, 0, 0,0.6);
    border-top: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    z-index: 9999 !important;
}
.cornerTopLeft.dm-active{
    border-top-color: #1D272E;
    border-left-color: #1D272E;
}
.cornerTopRight{
    position: absolute;
    top: 0px;
    right: 0px;
    border-left: 1px solid rgba(0, 0, 0,0.6);
    border-bottom: 1px solid rgba(0, 0, 0,0.6);
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    z-index: 9999 !important;

}
.cornerTopRight.dm-active{
    border-top-color: #1D272E;
    border-right-color: #1D272E;
}
.cornerBottomLeft{
    position: absolute;
    bottom: 0px;
    left: 0px;
    border-right: 1px solid rgba(0, 0, 0,0.6);
    border-top: 1px solid rgba(0, 0, 0,0.6);
    border-bottom: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    z-index: 9999 !important;

}
.cornerBottomLeft.dm-active{
    border-bottom-color: #1D272E;
    border-left-color: #1D272E;
}
.cornerBottomRight{
    position: absolute;
    bottom: 0px;
    right: 0px;
    outline: none;
    border-top: 1px solid rgba(0, 0, 0,0.6);
    border-left: 1px solid rgba(0, 0, 0,0.6);
    border-bottom: 1px solid #ffffff;
    z-index: 9999 !important;
}
.cornerBottomRight.dm-active{
    border-bottom-color: #1D272E;
    border-right-color: #1D272E;
}

#imageEditor{
    -webkit-transform: translateZ(0);
    image-rendering:-webkit-optimize-contrast;
    cursor: grab;
}

#mEditor{
    -webkit-transform: translateZ(0);
    image-rendering: -webkit-optimize-contrast;
}
#ornament{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 200;
    display:none;
    pointer-events: none;
}
#mOrnament{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 200;
    display:none;
    pointer-events: none;
}
.editor-loader{
    height: 100%;
}
.editor-loader img{
    max-width: 32px;
    max-height: 32px;
}
#mobileEditor{
    -webkit-transform: translateZ(0);
    image-rendering: -webkit-optimize-contrast;
}
.canvas-wrapper{
    position:relative;
}

.m-e-wrapper{
    width:100%;
}

canvas{
    position:relative;
}

.preview-editor{
    padding: 10px;
    height: 100%;

}
.basic-preview-window{
    margin:25px 0px 0px 0px;
    padding:0px;
    width:100%;
    height: 100%;
    position:relative;
}
.editor-center-btns{
    width: 100%;
    height: 48px;
    min-height: 48px;
    margin-bottom: 38px;
    margin-top: 20px;
}
.e-c-b-wrapper{
    height: 48px;
    background-color: #D3DBE1;
    border-radius: 112px;
    font-family: Open Sans;
    font-size: 10px;
    color: #272727;
    padding-top: 6px;
    padding-left: 15px;
    padding-right: 15px;

}
.mainPreviewContainer{
    background-color: #fff;
    display:inline-block;
}

/*mobile editor containers*/

.mg-overlay{
    height:100%;
    width: 100%;
    position: absolute;
    display:none;
    z-index: 10001;
    background: rgba(29, 39, 46, 0.90);
    font-family: "Open Sans";
}

.mg-wrapper{
    font-weight: 600;
    font-size: 13px;
    padding-right: 40px;
    padding-left: 40px;
    padding-bottom: 120px;
}

.mg-container{
    width: 100%;
    max-width: 333px;
    background-color: #F8FBFC;
    border-radius: 15px;
    min-width: 330px;
}
.mg-top-bar{
    padding-top: 15px;
    padding-bottom: 15px;
}
.mgt-txt{
    padding-left: 26px;
}
.mgt-close{
    padding-right: 12px;
    visibility: hidden;
}
.mgtc-active{
    visibility: visible;
}
.mg-bottom-bar{
    padding: 10px 5px 14px 5px;
}
.mgc-swap-wrapper{
    width: 100%;
    position: relative;
}
.mg-swiper{
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.mgs-slide{
    height: auto;
}
.mgsv-wrapper{
    padding-left: 5px;
}
.mg-img-row{
    padding-right: 5px;
}
.mgi-placeholder{
    min-height:100px;
    background-color: #b3c1cb;
    -webkit-transition: background-color 1s ease;
    -moz-transition: background-color 1s ease;
    -o-transition: background-color 1s ease;
    transition: background-color 1s ease;
}
.mgip-ready{
    background-color: #000000;
}

.mgip-ready .m-final-img{
    opacity: 0.5;
    -webkit-transition: opacity 1s ease;
    -moz-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
    transition: opacity 1s ease;
}

.mg-img-wrapper{
    width: 100px;
    max-height: 100px;
    margin-left: 5px;
    margin-top: 5px;
}
.mg-img-wrapper .img-progress{
    min-height: 30px;
    will-change: transform;
    background: #b3c1cb;
}
.mg-img-wrapper .img-progress::after{
    border-color: #95a9b7;
}
.mg-img-wrapper img{
    height: 100px;
    width: 100px;
    object-fit: cover;
    will-change: transform;
    position: relative;
}
.mg-img-wrapper .mgi-placeholder{
    max-width: 100%;
    height: 100px;
    max-height: 100px;
}
.mg-bottom-bar{
    position: relative;
}
.mgs-pagination{
    position: relative;
    bottom: unset !important;
    padding-bottom: 10px;
}
.mgb-upload{
    min-width: 50px;
    background-color: #272727;
    border-radius: 10px;
    margin-right: 10px;
}
.mgb-rm{
    min-width: 50px;
    background-color: #272727;
    border-radius: 10px;
    margin-right: 10px;
}
.mgb-startproject{
    background-color: #0071E3;
    font-weight: bold;
    font-size: 15px;
    color: #FFFFFF;
    height: 37px;
    border-radius: 10px;
    width: 100%;
    max-width: 188px;
}
.mge-disabled{
    opacity: 0.4;
    pointer-events: none;
}

.mobile-editor-txt{
    text-align: center;
}

.product-name-mb-wrapper{
    display:none;
}

.mobile-editor-container{
    position: absolute;
    z-index: 10000;
    background-color: #1D272E;
    width: 100%;
    height:100%;
    top: 0px;
    display:none !important;
    color: #3088c8;
    font-family: "Open Sans";
}
.mobile-editor-top{
    font-weight: bold;
    padding: 18px 16px;
}
.mobile-editor.bottom{
    height:100px;
}
.meit-text{
    font-weight: bold;
    font-size: 12px;
    color: #F8FBFC;
    padding-left: 14px;
}
.meisc-wrapper{
    padding: 20px 20px 16px 20px;
    background-color: #D3DBE1;
}
.meicb, .meisb{
    background-color: #0071E3;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    font-size: 15px;
    border-radius: 10px;
    font-weight: bold;
    height: 37px;
    min-height: unset;
}
.meicb{
    color: #000000;
    background-color: #ECEFF1;
    min-width: 115px;
}
.meisb{
    width: 100%;
    margin-left: 14px;
    max-width: 240px;
}

.full-height{
    height: 100%;
}
.basic-left-side{
    width: calc(100% - 341px);
    position:relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.editor-top-bar{
    min-height: 82px;
}
.editable-container{
    width:100%;
    position:relative;
    height: calc(100vh - 306px);
    min-height: 100px;
}

.left-button-center{
    display: none !important;
}

.pm-btn{
    cursor: pointer;
    background-color: #0071E3;
    padding: 3px 5px 3px 3px;
    border-radius: 25px;
    font-size: 10px;
    color: #ECEFF1;
    width:79px;
}
.pm-btn:active,
.pm-btn:focus{
    box-shadow: none !important;
    outline: unset !important;
}
.pm-btn i{
    margin-right: 9px;
    font-size: 21px;
    color: #4a4a4a;
}

.pm-container{
    display:none;
    position:absolute;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background-color: rgba(0, 0, 0,0.8);
    top:0;
    left:0;
    overflow-y:auto;
    overflow-x:hidden;
}
.mobile-row-add-product{
    border: none !important;
    background-color: transparent !important;
}
.mobile-pm-container{
    display:none !important;
    width: 100%;
    height: 100%;
    z-index: 10003;
    background-color: #fff;
}
.mobile-pm-show{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.mobile-product-name{
    min-height: 32px;
}

.mb-pm-p-name{
    margin-bottom: 0px;
}

.mobile-pm-preview{
    height: 100%;
}
.mobile-pm-bottom-wrapper{
    min-height: 250px;
    background-color: blue;
}

.pm-container-flex{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    height: 100% !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    overflow-y:auto;
    overflow-x:hidden;
}

.pm-inside-wrapper{
    margin: auto;
}
.pm-close-wrapper{
    background-color:#ffffff;
    padding-top: 25px;
    padding-right: 25px;
    padding-bottom: 20px;
}
.pm-cb-t-wrapper{
    width: 100%;
}
.pm-cb-t-wrapper span{
    font-size: 15px;
    font-weight: bold;
    font-family: "Open Sans";
    padding-left: 39px;

}
.pm-cb-svg-wrapper{

}

.pm-menu-wrapper{
    padding-right:10px;
}
.pm-menu{
    padding:10px;
    background-color: #ffffff;
}
.pm-center-wrapper{
    width:100%;
    border-radius: 15px;
    overflow: hidden;
}
.pm-close{
    cursor: pointer;
}

.pm-render-wrapper{
    background-color:#ffffff;
    padding-left: 24px;
    padding-right: 24px;
}
.swiper,
.mpm-swiper{
    width: 100%;
    height: 100%;
}
.pm-s-img{
    max-height: 100%;
    will-change: transform;
}
.mpms-wrapper{
    overflow: hidden;
}
.mpms-img{
    max-width: 100%;
}
.pm-c-nav{
    position: relative;
    background-color: #ffffff;
    padding-bottom: 15px;
    padding-top: 20px;
}
.s-c-slide{
    background-color: #ffffff;
}
.s-c-slide-prod{
    background-color: #fff;
}

.cs-pagination,
.mpm-pagination{
    position: relative;
    width: auto !important;
    margin-left: 23px;
    margin-right: 23px;
    bottom: unset !important;
}
.cs-pagination .swiper-pagination-bullet,
.mpm-pagination .swiper-pagination-bullet{
    height: 10px;
    width: 10px;
    outline: none;
}
.cs-pagination .swiper-pagination-bullet-active,
.mpm-pagination .swiper-pagination-bullet-active{
    background-color: #262626;
}
.cs-next-button,
.mpm-slide-next{
    position: relative;
    height: 30px;
    width: 30px;
    font-size: 16px;
    background-color: #707070;
    border-radius: 50%;
    font-weight: bold;
    padding: 0px;
    margin: 0px;
    line-height: normal;
    right: unset;
    left: unset;
    min-width: 30px;
    padding-left: 3px;
    outline: none;
}
.cs-prev-button,
.mpm-slide-prev{
    position: relative;
    height: 30px;
    width: 30px;
    font-size: 16px;
    background-color: #707070;
    border-radius: 50%;
    font-weight: bold;
    padding: 0px;
    line-height: normal;
    right: unset;
    left: unset;
    min-width: 30px;
    margin: 0px;
    padding-right: 3px;
    outline: none;
}
.cs-next-button:after,
.cs-prev-button:after,
.mpm-slide-prev:after,
.mpm-slide-next:after{
    font-size: 16px;
    color: #ffffff;
}

#pm-render{
    max-height: 540px;
    max-width: 540px;
    height: auto;
}
.render-loading{
    width: 30px;
    height:auto;
}

.pm-btn-wrapper{
    /*max-height: 56px;*/
    background-color: #d3d9de;
    font-family: "Open Sans";
    padding: 24px;
}
.pm-edit-btn{
    min-width: 89px;
    height: 43px;
    color: #262626;
    font-weight: 600;
    cursor:pointer;
    font-size: 16px;
    background-color: #ECEFF1;
    border-radius: 11px
}
.pm-pq-wrapper{
    width:100%;
}
.pm-actual-price-wrapper{
    padding-right:20px;
}
.pm-qty-wrapper{
    padding: 0px 29px 0px 20px;
    font-size: 14px;
}
.pm-qty-text{
    margin-right: 40px;
    font-weight: bold;
}
#pm-qty{
    width: 118px;
    font-size:14px;
    padding-right:3px;
}

.grid-row{
    padding:80px 3px 0px 0px;
}

/*interactions with buttons */

.active-item{
    background-color: #3088c8;
}

.active-item svg path{
    fill: #fff;
}
.active-item svg rect{
    fill: #fff;
}

.st0{
    fill:#EEEEEE;
}

.st1{
    fill:#3D86C4;
}

.active-item svg  .st0 {
    fill: #3D86C4;
}

.active-item svg  .st1 {
    fill: #fff;
}

.active-product p{
    color: #fff !important;
}

/*options*/
#accordion{
    height: calc(100vh - 344px);
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-y: auto;
    background-color: #ECEFF1;
    width:100%;
    padding-bottom: 20px;

}
.border-line{
    height: 1px;
    margin: 7px 10px 3px 20px;
    width: 100%;
    background-color: rgba(168, 170, 172,0.3);

}
.options-row{
    margin: 0px;
}
.options-row-active{
    display:block;
}

.active-option p{
    color:#3088c8;
    font-weight: bold;
}
label.active-option{
    color:#3088c8;
    font-weight: bold;
}
.option-wrapper{
    float: left;
    padding:0px;
    margin:0px;
}

.color-select-button{
    background-color: #fff;
    color:#fff;
    margin-top: 11px;
    border-radius: 5px;
    width: 28px;
    height: 28px;
    min-width: 28px;
    background-image:url("../includes/icons/color-picker-bg.png");
    background-size: cover;
    cursor: pointer;
}

.type-of-back-row{
    float:left;
    padding:5px 0px 5px 0px;
    color: #000;
    margin:0px;
}
.active-edge-back p{
    color:#3088c8;
    font-weight: bold;
}
.orientation{
    float:left;
    margin-right: 3px;
}

.landscape{
    width: 100%;
}
.portrait{
    width: 100%;
}
.mo-group{
    max-width: 370px;
    width: 100%;
    margin-left: 20px;
    margin-right: 20px;
}
.mo-group .btn {
    background-color: #D3DBE1;
    outline: none !important;
    box-shadow: none !important;
    border: none;
    z-index: unset !important;
    width: 100%;
}
.orientation-active,
.m-orientation-active{
    background-color: #007bff !important;
    color: #ffffff !important;
    font-weight: bold !important;
}
.m-orientation-active svg rect{
    stroke: #ffffff;
}
.m-orientation-btn svg{
    margin-right: 5px;
}

.mo-landscape{
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.mo-portrait{
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
/*color picker*/

.colpick{
    z-index: 100 !important;
    left: 10px !important;
    top: 200px !important;
    padding: 3px !important;
}
.toolbar-btn{
    width: 100%;
    margin: 0px 10px;
    cursor:pointer;
}
.toolbar-btn .svg-wrapper{
    width: 19px;
    height: 19px;
}
.toolbar-btn:not(.filter-mode):hover .svg-wrapper{
    background-color: #ECEFF1;
    border-radius: 5px;
}

.toolbar-btn.filter-mode:hover .svg-wrapper{
    background-color: #ECEFF1;
    border-radius: 5px;
}


.toolbar-btn span{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.meb-cf-wrapper{
    position: static !important;
}
.meb-cf-wrapper .dropdown-menu{
    left: 50% !important;
    top: auto !important;
    transform: translate3d(-50%, -150px, 0px) !important;
    right: 0;
    width: 95% !important;
    padding: 0px !important;
    overflow: hidden;
}
.dropdown-filter {
    height: 100%;
}
.dropdown-filter .dropdown-menu{
    background-color: #ECEFF1;
    font-size: 10px;
    color: #272727;
    z-index: 9999;
    min-width: initial;
    width: 96px;
    padding-left:5px;
}
.dropdown-filter .svg-wrapper{
    width: 19px;
    text-align: center;
    margin-left: 4px;
}
.dropdown-menu .active-color{
    display: inline-block;
    height: 3px;
    width: 3px;
    border-radius: 50%;
    vertical-align: middle;
}
.dropdown-menu .a-c-now{
    background-color: #272727;
}
.dropdown-menu .color-filter{
    padding: 0px;
    display: inline;
    padding: 2px;
    margin-left: 2px;
}
.dropdown-menu .color-filter:hover,
.dropdown-menu .m-color-filter:hover{
    background-color: #D3DBE1;
}
.dropdown-menu .m-color-filter{
    margin-left: 20px;
    font-size: 16px;
    display: inline-block;
    padding: 10px;
    width: calc(100% - 20px);
}
.dropdown-menu .m-color-filter:hover {
    background-color: transparent;
}

.meb-cf-wrapper .dropdown-menu.show > div:not(:last-child) {
    border-bottom: 1px solid #D3DBE1;
}
.dropdown-menu .m-active-color{
    vertical-align: middle;
    border-radius: 50%;
    height: 8px;
    width: 8px;
    margin-top: 18px;
    margin-left: 10px;
    position: absolute;
}
.dropdown-menu .m-a-c-now{
    background-color: #0071E3;
}
.active-dot{
    height: 3px;
    width: 3px;
    border-radius: 50%;
}
.m-active-dot{
    height: 5px;
    width: 5px;
    border-radius: 50%;
}
.active-dot.a-d-now,
.m-active-dot.m-a-d-now{
    background-color: #0071E3;
}
.dm-active{
    background-color: #1D272E;
}

#grid-mode{
    cursor:pointer;
}
.grid-svg{
    cursor: pointer;
}
.grid-svg rect{
    fill: #4a4a4a;
}

.grid-big-left{
    width: 2px;
    background-color: #3188c8;
    position: absolute;
    height: 100%;
    top: 0px;
    opacity: 0.5;
}
.grid-big-top{
    width: 100%;
    background-color: #3188c8;
    position: absolute;
    height: 2px;
    opacity: 0.5;
}

.grid-big-left2{
    width: 2px;
    background-color: #ff00ff;
    position: absolute;
    height: 100%;
    top: 0px;
    opacity: 0.5;
}
.grid-big-top2{
    width: 100%;
    background-color: #ff00ff;
    position: absolute;
    height: 2px;
    opacity: 0.5;
}

.grid-small-left{
    width: 1px;
    background-color: #f2f2f2;
    position: absolute;
    height: 100%;
    top: 0px;
    opacity: 0.4;
}
.grid-small-top{
    width: 100%;
    background-color: #f2f2f2;
    position: absolute;
    height: 1px;
    opacity: 0.4;
}

.grid-small-left2{
    width: 1px;
    background-color: #000;
    position: absolute;
    height: 100%;
    top: 0px;
    opacity: 0.4;
}
.grid-small-top2{
    width: 100%;
    background-color: #000;
    position: absolute;
    height: 1px;
    opacity: 0.4;
}

.custom-p{
    padding: 0px;
    margin: 0px;
    display:inline-block;
    font-weight: bold;
}
.options-p{
    padding: 0px;
    margin: 0px;
    display: inline-block;
    color: #000;
    font-size: 10px;
}
.selected-size{
    padding:0px;
    margin:0px;
    margin-left: 5px;
    display:inline-block;
    font-size: 12px;
    color: #000;

}
.left-center-buttons{
    padding:5px;
}
.basic-right-side{
    background-color: #eeeeee;
    min-width: 341px;
    max-width: 341px;
    position: relative;
    z-index: 9999;
}
.right-side-wrapper{
    width:100%;
    height:100%;
    position:absolute;
}

/*dropdowns (products, options, size)*/

.card{
    border-bottom: none;
    border-radius: 0;
}
.card-header a:focus {
    outline: none;
}
.card-header a{
    color: #3386c8;
    font-size: 15px;
}
.card-header{
    background-color: #eeeeee;
    padding: 0px;
    margin: 0px;
}
.card-link{
    display:block;
    height:100%;
}
.card-link-wrapper{
    padding: .75rem 1.25rem;
}
.collapsing{
    background-color: #dce6f0;
}
.collapse{
    background-color: #dce6f0;
}
.card-body{
    padding: 1px;
    color: #969696;
}
.products-row{
    padding-left: 38px;
    padding-right: 50px;
    font: normal normal normal 12px/15px Open Sans;
    background-color: #D3DBE1;
}
.products-row .po-item-label{
    font-size: 13px;
    margin-top: 23px;
}

.bootstrap-select button.dropdown-toggle{
    font: normal normal normal 12px/15px Open Sans;
}
.bootstrap-select a{
    outline: none;
}
.bootstrap-select .dropdown-menu a span{
    font-size: 12px;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner{
    font-weight: bold;
}

.category-select {
    margin: 10px 0px 21px 0px;
    outline: none;
    width: 259px;
}

.options-container{
    padding-left: 38px;
    padding-right: 68px;
    font: normal normal normal 12px/15px Open Sans;
}
.options-container span{
    font-size: 13px;
}
.option-select{
    margin: 10px 0px 21px 0px;
    border-radius: 5px;
    border-color: transparent;
    outline: none;
    background-color: #F8FBFC;
    font-weight: bold;
}
.btn-hs-wrapper{
    text-align: center;
    width: 235px;
}
.eb-container{
    text-align: center;
    padding-left: 38px;
    padding-right: 68px;
}
.btn-hs{
    border-radius: 25px;
    margin-top: 10px;
    outline: none !important;
    box-shadow: none !important;
    font-family: Open Sans;
    padding-top: 1px;
    padding-bottom: 1px;
}
.btn-jt{
    border-radius: 25px;
    outline: none !important;
    box-shadow: none !important;
    font-family: Open Sans;
    padding-top: 2px;
    padding-bottom: 2px;
    line-height: normal;
    margin: 0px;
}
.btn-jt span{
    font-size: 10px;
    vertical-align: middle;
    text-transform: uppercase;
    margin-left: 5px;
    padding-bottom: 2px;
    display: inline-block;

}
.frame-activator{
    background-repeat: no-repeat;
    background-color: #fff;
    width: 197px;
    height: 37px;
    border: none;
    padding: 0;
}

.pic-container{
    padding: 20px 29px 20px 38px;
    background-color: #ECEFF1;
}
.pic-wrapper{
    background-color: #DFE8EF;
    border-radius: 10px;
    padding: 5px 10px 5px 10px;
    width: 100%;
    height: 130px;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}
.pict-wrapper{
    width: 100%;
}

.pic-img{
    max-width: 100%;
    height: auto;
    display: none;
}

.pic-txt p{
    margin: 0px;
}
.pic-p1{
    font-size: 13px;
}
.pic-p2{
    font-size: 9px;
}
.size-column .btn-hs span{
    margin-left: 5px;
    font-size: 10px;
    vertical-align: middle;
    padding-bottom: 2px;
    display: inline-block;
}
.size-column{
    padding-left: 38px;
    padding-right: 68px;
    font: normal normal normal 12px/15px Open Sans;
    margin-top: 32px;
    margin-bottom: 21px;
}
.size-column .cs-wrapper{
    width: 235px;
}
.size-column span{
    font-size: 13px;
}
.size-column .size,
.size-column .custom-size1,
.size-column .custom-size2{
    margin: 10px 0px 0px 0px;
    border-radius: 5px;
    border-color: transparent;
    outline: none;
    background-color: #F8FBFC;
    font-weight: bold;
}

.size-column .custom-size1,
.size-column .custom-size2{
    max-width: 110px;
}
.size-column .custom-size1{
    margin-right: 8px
}
.size-column .custom-size2{
    margin-left: 8px
}
.orientation-column{
    padding-left: 38px;
    padding-right: 68px;
    font: normal normal normal 12px/15px Open Sans;
}
.orientation-column span{
    font-size: 13px;
}
.orientation-column .btn-group{
    margin: 10px 0px 21px 0px;
    width: 235px;
}
.orientation-column button{
    font: normal normal normal 12px/15px Open Sans;
}
.btn-light:not(:disabled):not(.disabled):active:focus{
    box-shadow: none;
}
.orientation-column button:focus{
    box-shadow: none;
}

.wrap-container{
    padding-left: 38px;
    padding-right: 29px;
    font: normal normal normal 12px/15px Open Sans;
}

.wrap-container span,
.frame-container span{
    font-size: 13px;
}
.edges-wrapper .bootstrap-select{
    margin: 10px 11px 21px 0px;
    min-width: 235px;
}

.wrap-container select,
.frame-container select{
    border-radius: 5px;
    border-color: transparent;
    outline: none;
    background-color: #F8FBFC;
    font-weight: bold;
    width: 100%;
}
.frame-select-row .bootstrap-select{
    margin: 10px 11px 21px 0px;
    min-width: 235px;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 235px;
}
.btn-light:hover{
    background-color: #D3DBE1;
    color: initial;
    border-color: #D3DBE1;
}
.bootstrap-select .dropdown-toggle:focus{
    outline: none !important;
    outline-offset: unset !important;
    box-shadow: none !important;
}

.frame-container{
    padding-left: 38px;
    padding-right: 29px;
    font: normal normal normal 12px/15px Open Sans;
}
.fc-wrapper{
    width: 28px;
    height: 28px;
    background-color: transparent;
    border-radius: 5px;
    min-width: 28px;
    min-height: 28px;
    margin-top: 10px;
    visibility: hidden;
}
.fcw-active{
    visibility: visible;
    cursor: pointer;
}

.product{
    width: 100%;
    max-width: 100%;
    border: 1px solid #dce6f0;
    background-color: #fff;
    padding: 0px;
    margin: 0px;
    cursor: pointer;

}
.product-image{
    position: relative;
    width: 100%;

}
.product p{
    font-size: 10px;
    padding: 0px;
    margin: 0px;
    padding-bottom: 3px;
    text-align: center;
    color: #000;
}
.row-select-product{
    height: 20%;
    background-color:#94b8b8;
}
.row-select-options{
    height: 20%;
    background-color:#669999;
}
.row-select-size{
    height: 20%;
    background-color:#527a7a;
}
.row-add-product{
    width:100%;
    bottom:0;
    position:relative;
    background-color: #D3DBE1;
    padding-left: 23px;
    padding-right: 26px;
    padding-top: 20px;
    padding-bottom: 16px;
}
.row-price-qty{
    background-color: #D3DBE1;
    width:100%;
    padding-left: 22px;
}
.actual-price-wrapper{
    width: 100%;
}
.actual-price-wrapper i{
    color: #3386c8;
    font-size: 15px;
}
#pm-add-btn{
    background-color: #0071E3;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    height: 43px;
    width: 250px;
    border-radius: 11px;
    font: normal normal 600 16px/15px Open Sans;
}
#add-btn{
    background-color: #1f4ce0 !important;
    border: 1px solid #1f4ce0;
    color: #fff;
    display: inline-flex;
    height: 48px;
    align-items: center;
    text-align: center;
    cursor: pointer;
    min-height: 77px;
    font-size: 14px !important;
    text-transform: uppercase !important;
    font-weight:  600 !important;
    font-family: "Montserrat" !important;
}
#launcher{
    display: none;
}
#add-btn:disabled, #add-btn.disabled{
    background-color: rgba(31, 76, 224,0.3) !important;
}
#add-btn:focus , #add-btn:focus-visible, #add-btn:focus-within{
    background-color: #1f4ce0 !important;
    border-color: #fff;
    color: #fff;
    outline: 1px solid #1f4ce0 !important;
}
#add-btn:not(:disabled):hover{
    background-color: #4c70e6 !important;
    border-color: #4c70e6;
    color: #fff;
}
#add-btn:not(:disabled):not(.disabled).active{
    background-color: #1f4ce0 !important;
    border-color: #1f4ce0;
    color: #fff
}
#add-btn{
    min-height: unset;
}
.cart-popup{
    font-family: Open Sans;
    max-width: 319px;
    border-radius: 15px;
}
.ch-container{
    padding-top: 13px;
}
.cha-container{
    padding: 15px 10px 10px 10px;
}
.chp-title{
    font-size: 15px;
    color: #262626;
    font-weight: bold;
}
.chp-title-svg{
    margin-right: 10px;
}
.chp-detail{
    font-sze: 12px;
    color: #262626;
    border-bottom: 1px solid #000;
    padding-bottom: 15px;
    margin-top: 10px;
}
.chp-s-remove{
    color: #000000;
    font-weight: 600;
    text-decoration: underline;
    padding-top: 6px;
    height: 100%;
}
.chp-rm-wrapper{
    display:inline-block;
    cursor: pointer;
}
.chp-rm-txt{
    text-decoration: underline;
}
.chp-s-svg{
    margin-right: 5px;
}
.chp-subtotal{
    font-size: 12px;
    color: #262626;
    margin-top: 10px;
    padding-right: 25px;
}
.chp-cart-url{
    color: #0071E3 !important;
    font-weight: 600;
    cursor: pointer;
}
.chp-cart-url:hover{
    text-decoration: underline !important;
}
.ch-btns{
    font-size: 16px;
    width: 270px;
    font-weight: 600;
}
.ch-rm-btn{
    background-color: #FF0021;
}
.cha-rm-txt{
    font-size: 15px;
    font-weight: bold;
    font-family: "Open Sans";
    margin-left: 10px;
}
.chr-s-svg svg{
    width: 100%;
    height: 100%;
}
.chr-s-svg{
    width: 13px;
}
.ch-rm-title{
    padding: 10px;
}
.ch-actions{
    margin-top: 15px;
}
.ch-exit-btn{
    display: flex !important;
    border-radius: 0;
    height: 48px;
    margin-top: 14px;
    background-color: #fff;
    border: 1px solid #0f0f28;
    color: #0f0f28;
    font-size: 14px !important;
    text-transform: uppercase !important;
    font-weight:  600 !important;
    font-family: "Montserrat" !important;
    justify-content: center;
    align-items: center;
}
.ch-exit-btn.disabled, .ch-exit-btn:disabled{
    background-color: rgba(255, 255, 255, 1);
    border-color: rgba(255, 255, 255, 0.3);
}
.ch-exit-btn:not(:disabled):active, .ch-exit-btn:active{
    background-color: #fff;
    border-color: #0f0f28;
}
.ch-exit-btn:hover{
    color: #0f0f28;
    border-color: #0f0f28;
    background-color: #e7e7ea;
}
.ch-exit-btn:focus, .ch-exit-btn:focus-visible, .ch-exit-btn:focus-within{
    background-color: #fff;
    border-color: #0f0f28;
    color: #0f0f28;
    outline: 1px solid #1f4ce0 !important;
}
.ch-approved-btn{
    background-color: #1f4ce0;
    border-color: #1f4ce0;
    display: flex !important;
    border-radius: 0;
    height: 48px;
    justify-content: center;
    align-items: center;
    font-size: 14px !important;
    text-transform: uppercase !important;
    font-weight:  600 !important;
    font-family: "Montserrat" !important;
}
.ch-approved-btn:hover{
    background-color: #4c70e6;
    border-color: #4c70e6;
    color: #fff;
}
.ch-approved-btn:focus, .ch-approved-btn:focus-visible, .ch-approved-btn:focus-within{
    background-color: #1f4ce0;
    border-color: #fff;
    color: #fff;
    outline: 1px solid #1f4ce0 !important;
}
.ch-approved-btn:not(:disabled).active, .ch-approved-btn:active{
    background-color: #1f4ce0;
    border-color: #1f4ce0;
    color: #fff
}
.ch-c-btn{
    color: #000000;
}
.chp-img-wrapper{
    width: 111px;
    min-width: 111px;
}
.chp-prod-wrapper{
    padding-left: 17px;
    font-size: 12px;
}
.chp-img{
    max-width: 100%;
    height: auto;
    -webkit-transform: translateZ(0);
    image-rendering: -webkit-optimize-contrast;
}
.whole-basket-text{
    margin: 0px;
    padding: 0px;
}
.add-btn-wrapper{
    position: relative;
    margin-top: 16px;
}
.checkout-btn-wrapper{
    margin-top: 11px;
    cursor: pointer;
}
.checkout-btn{
    height: 48px;
    background-color: #0f0f28;
    border: 1px solid #0f0f28;
    font: normal normal 600 16px/15px Open Sans;
    color: #FFFFFF;
    padding-left: 22px;
    padding-right: 22px;
}
.checkout-btn:hover{
    background-color: #3f3f53;
    border-color: #3f3f53;
}
.checkout-btn:focus{
    background-color: #0f0f28;
    border-color: #fff;
    outline: 1px solid #0f0f28;
}
.checkout-btn .ch-txt{
    font-size: 14px !important;
    text-transform: uppercase !important;
    font-weight:  600 !important;
    font-family: "Montserrat" !important;
}
.ch-price{
    margin-right: 10px;
    font-weight: normal;
    min-width: 60px;
}
.ch-d-wrapper{
    width: 100%;
}
.ch-svg{
    transform: rotate(180deg);
    margin-bottom: 3px;
}
.ch-svg svg{
    fill: #fff;
}

.rotate-spin-load{
    -webkit-animation: spin-load 0.8s infinite;
    -moz-animation:    spin-load 0.8s infinite;
    -o-animation:      spin-load 0.8s infinite;
    animation:         spin-load 0.8s infinite;
}

@-webkit-keyframes spin-load {
    100% {  -webkit-transform: rotate(360deg); }
}
@-moz-keyframes spin-load {
    100% {  -moz-transform: rotate(360deg); }
}
@-o-keyframes spin-load {
    100% { transform:rotate(360deg); }
}
@keyframes spin-load {
    100% {
        -webkit-transform: rotate(360deg); transform:rotate(360deg);
    }
}

.added-done{
    width:100%;
    /*-webkit-animation: moving 0.7s;*/
    /*-moz-animation:    moving 0.7s;*/
    /*-o-animation:      moving 0.7s;*/
    /*animation:         moving 0.7s;*/
}

.count-update{
    -webkit-animation: moving 0.7s;
    -moz-animation:    moving 0.7s;
    -o-animation:      moving 0.7s;
    animation:         moving 0.7s;
}

.background-flash{
    -webkit-animation: background-flash 0.7s;
    -moz-animation:    background-flash 0.7s;
    -o-animation:      background-flash 0.7s;
    animation:         background-flash 0.7s;
}


@-webkit-keyframes moving {
    0% {  -webkit-transform: translateY(-50%); }
    100% {  -webkit-transform: translateY( 0%); }
}
@-moz-keyframes moving {
    0% {  -moz-transform: translateY(-50%); }
    100% { -moz-transform: translateY( 0%); }

}
@-o-keyframes moving {
    0% {  transform: translateY(-50%); }
    100% {  transform: translateY( 0%); }
}
@keyframes moving {
    0% {  transform: translateY(-50%); }
    100% {  transform: translateY( 0%); }
}

@-webkit-keyframes background-flash {
    50% {  background-color: #3088c8 }
    100% { background-color: #33cc33 }
}
@-moz-keyframes background-flash {
    50% {  background-color: #3088c8 }
    100% { background-color: #33cc33 }

}
@-o-keyframes background-flash {
    50% {  background-color: #3088c8 }
    100% { background-color: #33cc33 }
}
@keyframes background-flash {
    50% {  background-color: #3088c8 }
    100% { background-color: #33cc33 }
}

.logo-btn{
    cursor: pointer;
}
.main-logo-wrapper{
    max-height: 68px;
    margin-left: 10px;
    margin-top: 10px;
    padding-right: 10px;
}
.main-logo-wrapper:hover{
    background-color: #ECEFF1;
    border-radius: 10px;
}
.main-logo-wrapper img{
    max-height: 33px;
    will-change: transform;
}
.close-wrapper{
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 3px;

}
.close-wrapper svg{
    cursor: pointer;
}
.close-wrapper svg.dm-active{
    fill: #ffffff;
    background-color: initial;
}
.t-b-details-wrapper{
    padding-right: 180px;
    padding-top: 31px;
}
.p-summary-container{
    font-size: 12px;
    font-family: Open Sans;
    color: #272727;
}
.p-summary-container,.p-summary-mobile{
    width: 100%;
}
.p-summary-container p,.p-summary-mobile p{
    margin: 0px;
}
.p-summary-mobile{
    margin-top:8px;
    margin-bottom: 8px;
    font-size: 11px;
}
.product-summary{
    font-weight: bold;
    margin-right:5px !important;
}
.product-summary.dm-active,
.product-summary-wrap.dm-active{
    color: #ffffff;
}
.customization-text{
    margin-right: 10px;
    font-size: 12px;
    color: #3088c8;
    font-style: italic;
    font-weight: bold;
}
.show-me-btn{
    border: 2px solid #3088c8;
    color: #3088c8;
    padding: 3px 20px;
    font-size: 13px;
    font-weight: bold;
    display:inline-block;
}
.items-added-btn{
    background-color: #0071E3;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    padding: 5px;
    min-width: 25px;
    min-height: 25px;
    border-radius: 50%;
    margin-right: 10px;
}
.items-count{
    font-size: 14px;
}
.simple-text-cnc{
    margin-right: 5px;
}
.price-p{
    padding: 0px;
    margin: 0px;
    float:left;
    font-size:16px;
}
.price-each{
    line-height: 0;
    margin:0px;
    padding:0px 0px 0px 3px;
    font-size: 11px;
    color: rgba(0,0,0,.34);

}
.price-dot{
    margin:0px;
    padding:0px;
}
.price-basic{
    font-size: 24px;
}

.price-span-up{
    padding-top:-5px;
}
.qty-wrapper{
    display:inline-block;
    float:left;
    padding:0px;
    /*width:40px;*/
}
.qty-text{
    font-size: 17px;
}
.qt-d{
    margin-right: 43px;
    font: normal normal 400 22px/26px Segoe UI;
}
#qty{
    display: inline-block;
    float:left;
    width: 118px;
    font-size:12px;
    padding-right: 1px;
    height: 37px;
}
#add-btn i p{
    display: inline-block;
    padding: 0px;
    margin: 0px;
}

.active-header-card{
    background-color: #dce6f0;
    border-bottom: none;
}
.active-header-card div{
    color: #000;
}
.active-header-card p:last-of-type{
    display:none;
}

.collapsed.card-link .arrow{

    -webkit-transform: rotate(-180deg);
    -moz-transform:    rotate(-180deg);
    -ms-transform:    rotate(-180deg);
    -o-transform:      rotate(-180deg);
    transform:        rotate(-180deg);
}

/*horizontal slider*/

.slider-wrapper{
    display:block;
    width: 100px;
    margin: 0px;
    padding-bottom: 6px;
    min-width: 100px;
    height: 100%;
}
.ui-slider .ui-slider-handle{
    border-radius: 50%;
    height: 5px;
    width: 5px;
    top: 45%;
    background-color: #272727 !important;
}
.ui-slider::before{
    width: 100%;
    background-color: #848484;
    height: 1px;
    content:"";
    top: 51%;
    position: absolute;
    left: -2px;
}
#slider .ui-slider-handle.ui-state-active,
#slider .ui-slider-handle.ui-state-focus{
    background-color: #272727 !important;
    border: none !important;
    outline: none !important;
}
.ui-slider-horizontal{
    height: 100%;
    background-color: initial;
    width: 100px;
    cursor: grab;
    outline: none;
}
.ui-widget.ui-widget-content{
    border: none;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{
    background-color: #3088c8;
    border:none;
}
.ui-slider.ui-state-disabled{
    opacity: initial;
}
.preview-editor-buttons{
    padding-right: 15px;
    height:79px;
    min-height:79px;
    width:100%;
}
.med-txt{
    font-weight: bold;
    font-size: 12px;
    padding-bottom: 30px;
    padding-top: 5px;
    color: #F8FBFC;
}
.m-slider-wrapper{
    padding-left: 15px;
    padding-right:15px;
    height: 10px;
    margin-top: 5px;
}
.m-slider-wrapper .ui-slider-handle{
    background-color: #ECEFF1 !important;
    margin-left: 0px;
    top: 3px;
}
.m-slider-wrapper .ui-slider:before{
    left: 0px;
}

.swal2-confirm:focus, .swal2-cancel:focus{
    box-shadow: none !important;
}
.mmvb-wrapper{
    display: none;
}
.mpmn-wrapper{
    margin-top: 10px;
}
.pm-row-price-qty{
    min-width: 180px;
    padding-left: 0px;
    width: auto;
}
.mobile-pm-price-wrapper{
    width:100%;
}
.mpm-preview-wrapper{
    padding-left: 20px;
    padding-right: 20px;
}
.matc-wrapper{
    display: none;
    height: 100%;
    position: absolute;
    top: 0px;
    background-color: #fff;
    z-index: 10001;
    width: 100%;
    font-family: "Open Sans";
}
.matc-content{
    padding-left: 25px;
    padding-right: 25px;
}
.matc-added-txt{
    font-weight: bold;
    font-size: 12px;
    color: #000000;
    margin-left: 10px;
}
.matc-imgw{
    width: 100%;
    height: calc(100% - 250px);
    max-height: 360px;
    margin-top: 25px;
    margin-bottom: 25px;
}
.matc-imgc{
    height: 100%;
    max-width: 360px;
    max-height: 360px;
}
.matc-img{
    max-width: 100%;
    height: auto;
    max-height: 100%;
    -webkit-transform: translateZ(0);
    image-rendering: -webkit-optimize-contrast;
}
.matc-txtw{
    text-align: center;
    font-size: 16px;
}
.matc-product-txt{
    font-weight: bold;
}
.matc-checkout-btn{
    background-color: #0071E3;
    border-radius: 11px;
    font-size: 16px;
    width: 270px;
    font-weight: 600;
    margin-top: 25px;
}
.matc-cont-btn{
    margin-top: 14px;
    background-color: #ECEFF1;
    border-radius: 11px;
    font-size: 16px;
    width: 270px;
    font-weight: 600;
}
.mpm-rightside-wrapper{
    display: none;
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -0.125em;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: .75s linear infinite spinner-border;
    animation: .75s linear infinite spinner-border;
}

@media (prefers-reduced-motion: reduce) {
    .spinner-border{
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s;
    }
}

.mgsp-spinner{
    height: 25px;
    width: 25px;
}

.pm-spinner{
    height: 42px;
    width: 42px;
    position: absolute;
    top: calc(50% - 21px);
    left: calc(50% - 21px);
    border: 0.25em solid #007aff;
    border-top-color: transparent;
    -webkit-animation: 1s linear infinite spinner-border;
    animation: 1s linear infinite spinner-border;
}
.pmnav-hidden{
    visibility: hidden;
}


@media (min-width: 991.98px) and (max-width: 1199.98px) {
    .orientation-text {
        margin-top: 0px;
    }
}
@media (min-width: 767.98px) and (max-width: 991.98px) {
    .left-button-center {
        margin:0px;
    }
}

@media (max-width: 1199.98px) {
    .t-b-details-wrapper{
        padding-right: 0px;
    }
    .msg-alert{
        padding-left: 20px;
        padding-right: 20px;
    }
    .hanging-alert-txt{
        padding-right: 16px;
        padding-left: 16px;
    }
    .glr-i-main{
        font-size: 20px;
    }
    .main-logo-wrapper{
        padding-right: 0px;
    }
}

@media (max-width: 991.98px) {

    .mpm-rs-show{
        display: block;
        height: calc(100vh - 164px);
    }

    .matc-wrapper{
        height: calc(100% - 42px);
        top: 42px;
    }

    .initial_step{
        background: rgba(29, 39, 46, 0.90);
        z-index: 10001;
        font-family: Open Sans;
    }

    .mg-overlay.mg-active{
        display: block;
    }

    #imageEditor{
        cursor: initial;
    }

    .editor-top-bar{
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
        min-height: initial;
    }
    .t-b-details-wrapper{
        padding-top: 21px;
        /*display: none !important;*/
    }
    .mctb-wrapper{
        padding-top: 10px;
        padding-left: 15px;
        padding-right: 15px;
        min-height: 42px;
        max-height: 42px;
    }

    .mctb-menu-white{
        z-index: 10002;
    }
    .mctb-menu-white svg{
        fill: #ffffff;
    }

    .mctb-tw{
        width: 100%;
        text-align: center;
        font-family: "Open Sans";
        font-weight: bold;
        font-size: 12px;
        padding-top: 3px;
    }
    .mctb-cw{
        position: relative;
    }
    .mctb-c-white{
        z-index: 10002;
    }
    .mctb-c-white svg{
        fill: #ffffff;
    }
    .mctb-cw svg{
        margin-top: 5px;
        margin-right: 6px;
    }
    .mctb-count{
        position: absolute;
        font-size: 10px;
        font-weight: bold;
        top: 0;
        right: 0;
        background-color: #0071E3;
        border-radius: 50%;
        color: #ffffff;
        min-width: 16px;
        min-height: 16px;
        text-align: center;
    }
    .mm-popup{
        width: 147px;
        font-size: 16px;
        font-family: "Open Sans";
        padding: 0px;
    }
    .mm-e-wrapper{
        border-bottom: 1px solid  #bfbfbf;
        padding-left: 20px;
        padding-bottom: 5px;
    }
    .mm-c-wrapper{
        padding-left: 20px;
        padding-top: 5px;
    }
    .mme-txt{
        padding-left: 5px;
    }
    .mmc-txt{
        padding-left: 5px;
    }
    .mm-container{
        padding: 10px 0px 10px 0px;
        color: #000000;
        background-color: #F8FBFC;
        border-radius: 5px;
        font-size: 16px;
    }
    .mmci-wrapper{
        background-color: #0071E3;
        border-radius: 50%;
        color: #ffffff;
        width: 21px;
        height: 21px;
        text-align: center;
        padding-right: 1px;
        font-weight: bold;
        font-size: 12px;
    }

    #add-btn{
        font-size: 15px;
    }
    .mmvb-wrapper{
        display: block;
        font-family: "Open Sans";
        font-size: 10px;
        background-color: #e1e6ea;
        padding: 4px 6px 4px 6px;
    }
    .mmvb-active{
        background-color: #0b0b0b !important;
        color: #ffffff !important;
        font-weight: bold;
    }
    .mmvb-active svg{
        fill: #ffffff;
    }

    .mmvb-edit-image{
        max-width: 128px;
        width: 100%;
        border-radius: 10px;
        min-height: 41px;
        color: #000000;
        background-color: #F8FBFCBF;
        margin-right: 9px;
    }
    .mmvb-product-options{
        max-width: 128px;
        width: 100%;
        border-radius: 10px;
        min-height: 41px;
        color: #000000;
        background-color: #F8FBFCBF;
        margin-right: 9px;
    }
    .mb-pm-wrapper{
        max-width: 128px;
        width: 100%;
        border-radius: 10px;
        min-height: 41px;
        color: #000000;
        background-color: #F8FBFCBF;
    }

    .hanging-alert-txt{
        font-size: 10px;
        padding-left: 12px;
        padding-right: 12px;
    }
    .msg-alert {
        max-height: 58px;
        padding-right: 5px;
        padding-left: 5px;
        width: 100%;
        max-width: 362px;
    }
    .questionmark{
        display: none !important;
    }
    .main-logo-wrapper{
        display: none !important;
    }
    .rap-wrapper{
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }
    .row-price-qty{
        min-width: 180px;
        padding-left: 0px;
        width: auto;
    }
    .colpick{
        top: 40% !important;
        left: 50% !important;
        transform: translate(-50%, -40%);
        padding: 0px !important;
    }

    .row-gallery{
        display: none !important;
    }
    .pic-container{
        display: none !important;
    }
    .editable-container{
        height: calc(100vh - 283px);
    }
    .basic-left-side{
        width:100%;
        position:relative;
        height: 100%;
    }
    .editor-center-btns{
        margin-top: 0px;
        margin-bottom: 20px;
    }
    .m-center-btns{
        font-family: "Open Sans";
        font-size: 16px;
        font-weight: bold;
        color: #0071E3;
    }
    .mb-r-wrapper{
        margin-right: 25px;
    }

    .mbr-txt, .mbe-txt{
        margin-left: 5px;
    }

    .e-c-b-wrapper{
        display: none !important;
    }

    .i-m-top{
        margin-top: 10px;
        color: #F8FBFC;
        font-size: 12px;
        padding-left: 7px;
        padding-right: 7px;
        min-height: 74px;
    }
    .i-m-top p{
        margin-top: 10px;
    }
    .i-m-top p i{
        margin-right: 5px;
    }
    .i-m-center{
        color: #F8FBFC;
    }
    .i-m-center p{
        margin-top: 23px;
        font-size: 20px;
        font-weight: bold;
        text-align: center;
        margin-bottom: 80px;
        white-space: pre-wrap;
    }
    .i-m-img{
        max-width: 152px;
        width: 100%;
        will-change: transform;
    }
    .i-m-btn{
        height: 144px;
        width: 144px;
        position: relative;
    }

    .customization-wrapper{
        display:none;
    }

    input, select {
        font-size: 16px !important;
    }
    .qty-text{
        margin: 0px 7px 0px 14px;
    }
    .simple-text-ia{
        display:none;
    }
    .simple-text-cnc{
        display: none;
    }
    .items-added-btn {
        width: 50%;
    }

    #uploadBtn{
        margin-top:0px;
    }
    #uploadBtn p {
        font-size: 20px;
        display:none;
    }
    #uploadBtn .fa-cloud-upload-alt{
        margin-bottom: 0px;
        margin-right: 0px;
    }
    #uploadBtn .fa-cloud-upload-alt:before{
        font-size: 20px !important;
    }


    .left-button-center-wrapper{
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }
    .left-button-center{
        padding:0px;
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    #accordion{
        padding-bottom: 10px;
        display: none;
    }
    .mobile-accordion{
        display: block !important;
        min-height: calc(100vh - 164px) !important;
    }
    .mobile-bls{
        height: auto;
    }
    .mobile-brs{
        position: absolute;
        top: 42px;
    }

    .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
        width: 100%;
        max-width: 370px;
        min-width: 235px;
    }

    .products-row,
    .size-column,
    .options-container,
    .wrap-container,
    .frame-container,
    .orientation-column
    {
        -webkit-box-align: center !important;
        -ms-flex-align: center !important;
        align-items: center !important;
        padding-left: 22px;
        padding-right: 22px;
        width: 100%;
    }

    .products-row select,
    .orientation-column .btn-group,
    .frame-select-row,
    .edges-wrapper{
        width: 100%;
        max-width: 370px;
        min-width: 235px;
    }

    .size-column .cs-wrapper {
        width: 100%;
        max-width: 370px;
    }

    .size-column .custom-size1,
    .size-column .custom-size2 {
        min-width: auto !important;
    }

    .po-item-label{
        width: 100%;
        max-width: 370px;
    }

    .selected-option-edge{
        min-width: initial;
    }

    .edges-wrapper .bootstrap-select{
        margin-right: 0px;
    }
    .color-select-button{
        margin-left: 11px;
    }
    .eb-container{
        padding-left: 22px;
        padding-right: 22px;
    }



    .center-flex-row{
        flex-direction: row-reverse !important;
    }
    .upload-container{
        min-width: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .gallery-container{
        width:100%;
    }
    .gallery{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
        padding: 4px 33px 0px 33px;
    }
    #content-form{
        position: relative;

    }
    .row-main{
        height: 100vh;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
        flex-direction: column !important;
        position:relative;
    }
    .basic-right-side{
        width:100%;
        max-width: none;
        min-width: 0;
        min-height: 122px;
    }
    .right-side-wrapper{
        position:relative;
    }
    .hidden{
        display:block;
    }
    .preview-editor-buttons{
        display:none !important;
    }
    .basic-preview-window{
        margin: 20px 0px 20px 0px;
    }
    .bpw-additional-wrapper{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .p-summary-container{
        display: none !important;
    }
    .preview-window-wrapper{
        margin-left: 20px;
        margin-right: 20px;
        width:100%;
    }
    .mobile-editor-txt{
        position: absolute;
        bottom: 0;
        -webkit-box-flex: 0;
        left: 0;
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
        width:100%;
    }
    .mobile-editor-wrapper{
        position:relative;
        height:100%;
    }
    #grid-mode{
        display: none !important;
    }
    .checkout-btn-wrapper{
        display: none;
    }
    .add-btn-wrapper{
        width: 100%;
        max-width: 180px;
        margin-top: 0px;
        margin-left: 10px;
    }
    #qty{
        max-width: 70px;
    }

    .product-name-mb-wrapper{
        background-color: #fff;
        width: 100%;
        display:none;
    }
    .canvas-wrapper{
        min-height: 0;
    }
    .mobile-hide{
        display:none;
    }
    .row-add-product{
        position: relative;
        padding-left: 20px;
        padding-right: 20px;
    }
    .left-center-buttons{
        padding:0px;
    }
    .left-center-buttons div{
        padding:3px;
        width: 100%;
    }
    .left-center-buttons i{
        height: auto;
        max-width: 100%;
        display: block;
    }

    .fa-cloud-upload-alt{
        display: block;
        margin-bottom: 5px;
    }

    .fa-cloud-upload-alt:before{
        font-size:40px;
    }


    .hanging-alert-txt {
        padding-left: 5px;
        padding-right: 5px;
        text-align: center;
    }
    .triangle{
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 11px solid #0071E3;
    }
}
