#views_block, .resetimg {
	display: none ;
}

#sdfs {
	display: none;
}

.hidden, .product-flags, .scroll-box-arrows {
	display: none !important;
}

.images-container {
	display: none;
}

.sd-fullscreen {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(196,196,196,1);
	z-index: 999;
}

.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%;*/
}

.sd-fullscreen #sdfs-view {
	display: none;
}

#sdfs-view, #sdfs-view p{
	/*text-align: center;
	width: 100%;*/
}

#sdfs-view p{
	/*position: relative;
	top:-50px;*/
	margin-bottom: 0px;
	font-size: 12px;
}

#sdfs_show {
	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;*/
}

#sdfs_show img {
	width:40px;
	margin:0 auto;
	display: block;
}

.sdfs_panel {
	z-index: 2;
	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%;
}

/* **********************************************************************************************
									 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 5px;

	width:24%;
	min-width: 360px;

	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;*/
}

.sdfs_panel_top_right  .col-md-6 {
	width: 100%;
}

@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: 0;
	left:0;
	right:0;
	width:90%;

	min-width:150px;

	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}


/* ********************
		BOTTOM UNDER 
***********************/
.sdfs_panel_bottom_under {
	margin-top: 0px;
	position: relative;
}

.sd-fullscreen .sdfs_panel_bottom_under {
	bottom: 10px;
	left: 15px;
	position: absolute;
}

.sd-fullscreen #bgColorsHtmlContainer {
	width: 100%;
}


/* **********************************************************************************************
									 PANELS CONTENT 
*************************************************************************************************/

/* ********************
		CLOSE 
***********************/

#sdfs_close {
	text-align: center;
}

#sdfs_close p {
	margin:0 0 1px !important;
}

.sdfs-close-btn p {
	/*color: white;
	font-size: 25px;
	line-height: 25px;
	font-weight: bold !important;
	color:grey !important;
	display: block;	
	*/
}

/* ********************
		COLOR PICKERS 
***********************/

.colorPickerResponsive {
	padding-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 3px;
	background-color: none;
	border-bottom: 1px solid #dedede;

	display: none;

	font-size: .9375rem;
	text-align: center;

}

#sd_color_prod_container .control-label {
	display: none;
}

#sd_color_prod_container ul {
	margin-block-end: 0px;
}

.sd-color-tab {
	color:#7a7a7a;
	padding: 0 10px;
}

.sd-color-tab.sd-active {
	color: #2fb5d2;
	border-bottom: 3px solid #2fb5d2;
}


/* ********************
		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: 0px;
	padding: 0px;
	/*text-align: center;*/
	font-size: 15px;
	font-weight: bold;
	/*text-shadow: 1px 1px 5px #333333;*/

	width:75%;
	float: left;
}

#bgColorsHtml {
	margin-bottom: 0px;
}

#bgColorsHtml p {
	margin:0;
	font-size: 12px;
}

.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;
}

.sdfs-bg-pick.color {
	margin: 2px;
}


/* *******************************
		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;
	color:#00b79b;
}


/* **********************************************************************************************
									 CANVAS 
*************************************************************************************************/

#sdfs_canvas {

}


/* **********************************************************************************************
									 CUSTOM 
*************************************************************************************************/


#bgColorsHtmlContainer ul li a::before{
	content:'' !important;
	padding-right: 1px !important;
}


/* **********************************************************************************************
									 RESPONSIVE 
*************************************************************************************************/

@media (max-width: 970px){

	#sdfs-view {
		display: none;
	}

	h1 {
		clear: both;
	}
}

@media (max-height: 432px){

	#sdfs-view {
		display: none;
	}

	h1 {
		clear: both;
	}
}

@media (max-width: 768px){

	.colorPickerResponsive {
		display: block;
	}

	#bgColorsHtmlContainer .sd-label {
		display: none;
	}

	.sdfs-bg-pick.color {
		margin: 2px;
		width: 20px;
	    height: 20px;
	}

	#bgColorsHtmlContainer {
		width: 100%;
		margin-top: 3px;
		margin-bottom: 12px;

		display: none;
	}
}

@media (max-width: 380px){

	.colorPickerResponsive .sd-color-tab{
		padding: 0 0;
	}
}



