#views_block, .resetimg {
    display: none;
}

#sdfs {
    display: none;
}

.sd-fullscreen {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(196, 196, 196, 1);
    z-index: 10000;
}

.sd-windowed {
    /*position: fixed;*/
    width: 100%;
    height: 100%;
    /*left: 0;
    top: 0;*/
    background: rgba(251, 251, 251, 1);
    /*z-index: 10000;*/
}

#sdfs-view {
    float: right;
    width: 25%;
}

#sdfs-view, #sdfs-view p {
    /*text-align: center;
    width: 100%;*/
}

#sdfs-view p {
    /*position: relative;
    top:-50px;*/
    color: white;
}

#sdfs_show {
    color: white;
    display: block;
    /*font-size: 20px;*/
    font-weight: 700;
    /*line-height: 22px;*/
    /*padding: 12px 50px 8px 55px;*/
    text-shadow: 1px 1px 5px #333333;


    position: absolute;
    bottom: 5px;

    display: none;
}

#sdfs_show img {
    width: 40px;
    margin: 0 auto;
    display: block;
}

.sdfs_panel {
    z-index: 10001;
    position: absolute;
}

.sdfs-whitespace {
    padding-bottom: 15px;
}

#sdfs a:focus {
    outline: 0; /*removes the dotted border*/
}

#buy_block .page-product-box {
    padding-left: 19px;
    padding-right: 22px;
}

#buy_block .page-product-box h3 {
    word-break: break-all;
}

.customizationUploadLine textarea {
    width: 100%;
}

.cv-hidden {
    display: none;
}

/* **********************************************************************************************
									 PANELS POSITIONS 
*************************************************************************************************/

/* ********************
		TOP CLOSE 
***********************/

.sdfs_panel_top_right_close {
    top: 0;
    right: 30px;

    cursor: pointer;

    padding: 3px 25px;
    background-color: rgba(255, 255, 255, 1);

    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;

    z-index: 10002;
}

/* ********************
		TOP RIGHT 
***********************/

.sdfs_panel_top_right {
    top: 10%;
    right: 0;
    padding: 15px 20px;

    width: 24%;
    min-width: 190px;

    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;

    background-color: rgba(255, 255, 255, 0.95);

    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;

    /*color: white;*/
}

@media screen and (max-width: 550px) {
    .sdfs_panel_top_right {
        font-size: 12px;
        padding: 7px 13px;
        top: auto;
        bottom: 0;
    }

    .sdfs_panel_top_right h1 {
        font-size: 20px;
    }

    .sdfs-whitespace {
        padding-bottom: 2px;
    }

    .bgpanel {
        left: 0px !important;
        right: 100% !important;
    }

    .sdfs-close-btn p {
        display: none;
    }

}

@media screen and (max-height: 450px) {
    .sdfs_panel_top_right {
        font-size: 12px;
        padding: 7px 13px;
        top: auto;
        bottom: 0;
    }

    .sdfs_panel_top_right h1 {
        font-size: 20px;
    }

    .sdfs-whitespace {
        padding-bottom: 2px;
    }

    .bgpanel {
        left: 0px !important;
        right: 100% !important;
    }

    .sdfs-close-btn p {
        display: none;
    }

}

/* ********************
		BOTTOM LEFT 
***********************/

.sdfs_panel_bottom_left {
    bottom: 0;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
}

/* ********************
		BOTTOM MIDDLE 
***********************/

.sdfs_panel_bottom_middle {
    margin: 0 auto;
    bottom: 167px;
    left: 0;
    right: 0;
    width: 90%;

    min-width: 150px;

    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-top-left: 5px;
    -moz-border-radius-top-right: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}


/* **********************************************************************************************
									 PANELS CONTENT 
*************************************************************************************************/

/* ********************
		CLOSE 
***********************/

#sdfs_close {
    text-align: center;
}

#sdfs_close p {
    margin: 0 0 1px !important;
}

#sdfs_close > a {
    font-weight: bold !important;
    color: grey !important;
    display: block;

}

#sdfs_close::after {
    /*color: white;*/
    content: "\f057";
    font-family: "FontAwesome";
    font-size: 25px;
    font-weight: normal;
    line-height: 25px;

}


/* ********************
		BACKGROUND 
***********************/

.bgpanel {
    /*background-color:rgba(255,250,250,0.25);*/
    color: white;

    background: rgba(255, 255, 255, 0);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(246, 246, 246, 0.47) 91%, rgba(255, 255, 255, 0.52) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(91%, rgba(246, 246, 246, 0.47)), color-stop(100%, rgba(255, 255, 255, 0.52)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(246, 246, 246, 0.47) 91%, rgba(255, 255, 255, 0.52) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(246, 246, 246, 0.47) 91%, rgba(255, 255, 255, 0.52) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(246, 246, 246, 0.47) 91%, rgba(255, 255, 255, 0.52) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(246, 246, 246, 0.47) 91%, rgba(255, 255, 255, 0.52) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
}

#bgColorsHtmlContainer {
    margin-top: 7px;
    padding: 0 15px;
    /*text-align: center;*/
    font-size: 15px;
    font-weight: bold;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.55);

    width: 75%;
    float: left;
}

.sdfs-bg-color {
    display: inline;
    list-style-type: none;
    padding-right: 1px;
}

.pantone .sdfs-bg-pick {
    width: 15px;
    height: 15px;
    border: none;

    display: inline-block;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;

    -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.35);
    -o-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.35);

    z-index: 999999;
}


.square .sdfs-bg-pick {
    width: 15px;
    height: 15px;
    border: none;

    display: inline-block;


    z-index: 999999;
}

/* *******************************
		BACKGROUND PANTONE
*********************************/

.pantone-panel {
    width: 90%;
}

.pantone {
    /*position: relative;*/
    height: 136px;
}

#pantoneIE {
    position: relative;
    left: 50%;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* IE10+ CSS styles go here */
    .pantone {
        position: relative;
        left: 50%;
    }
}

.pantone li {
    position: absolute;
    /*left: 150px;*/
    /*top: -178px;*/
}

.pantone .sdfs-bg-pick {
    width: 30px;
    height: 76px;
    border: none;

    display: inline-block;
    border-radius: 5px;

    outline: 1px solid transparent;

    -moz-box-shadow: -1px 1px 1px 1px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: -1px 1px 1px 1px rgba(0, 0, 0, 0.25);
    -o-box-shadow: -1px 1px 1px 1px rgba(0, 0, 0, 0.25);
    box-shadow: -1px 1px 1px 1px rgba(0, 0, 0, 0.25);

    z-index: 999999;
}


/* ********************
		ADD TO CART 
***********************/

#sdfs_add_to_cart .box-info-product {
    border-style: none;
    background: none;

}

#sdfs_add_to_cart .box-cart-bottom {
    box-shadow: none;
}

#sdfs_add_to_cart .box-info-product p {
    margin-bottom: 0;
}


#sdfs_add_to_cart .box-info-product .exclusive span {
    /* border-color: #06b2e6;
     border-radius: 5px;
     border-style: solid;
     border-width: 1px;
     color: #fff;
     display: block !important;
     font-size: 16px;
     font-weight: 700;
     line-height: 16px;
    padding: 10px 33px 10px 70px;
     text-shadow: 0 1px #015883;
     transition: all 0.3s ease 0s;*/
}

#sdfs_add_to_cart .buttons_bottom_block {
    padding: 0px 0px 0;
}

.sdfs-price-invite {
    font-size: 0.5em !important;
    color: #00b79b;
    padding-left: 0px !important;
}

#sd-add-to-cart .btn {
    background: #1A5E6B;
    color: #fff;
    height: 38px;
    border: 0;
    padding: 0 45px;
    text-transform: uppercase;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    -ms-border-radius: 23px;
    -o-border-radius: 23px;
    border-radius: 23px;
    font-size: 15px;
    font-family: 'AvenirBlack';
    /* font-family: 'proxima_nova_condensedSBd'; */
}


/* **********************************************************************************************
									 CANVAS 
*************************************************************************************************/

#sdfs_canvas {
    cursor: pointer;
}


/* **********************************************************************************************
									 CUSTOM 
*************************************************************************************************/


#bgColorsHtmlContainer ul li a::before {
    content: '' !important;
    padding-right: 1px !important;
}


.inputs-container .lien-position-motif button,
.inputs-container .lien-position-motif button:hover {
    display: inline-block;/* added */
	background-image: url(/themes/leo_mayshop/img/icon/loupe-hd-gris.png);
    background-position: right 25px center;
    background-repeat: no-repeat;
    background-color: #D8E4E4 !important;
    background-size: 20px;
    color: #1A5E6B;
    height: 38px;
    border: 0;
/*    padding: 0 45px;*/
    padding-left: 5%;
    padding-right: 60px;
    text-transform: uppercase;
    border-radius: 23px;
/*    font-size: 15px;*/
    font-family: 'AvenirBlack';
}

#position-motif {
    overflow-x: hidden;
}

#position-motif h3 {
    font-family: 'AvenirBlack' !important;
    font-size: 16px;
    text-align: center;
}

#position-motif h3:first-child {
    margin-top: 0;
}

#position-motif .inputs-container {	margin-top: 15px;/* added */
    text-align: center;
}

#position-motif input[type="radio"] {
    margin-left: 5px;
    margin-right: 10px;
}

#position-motif .position-motif-warning {	display: none!important; /* added */
    font-style: italic;
    text-transform: none;
    text-align: center;
}

#position-motif p.disabled {
    opacity: .5;
}

#position-motif img {
    display: inline-block;
    vertical-align: middle;
}

#position-motif label {
    display: inline-block;
    width: calc(100% - 70px);
    vertical-align: middle;
    font-size: 13px;
}