/* wp_eStore_custom_style.css */

/* 1 */ /* 
/* 2 *| * Place your custom CSS styles in this file. 
/* 3 *| * When upgrading the plugin just keep a backup copy of this file 
/* 4 *| * so you don't lose the CSS changes you made during the upgrade.
/* 5 *| */
/* 6 */ 
/* 7 */ 

/* style.css */

/* 1   */ .content_countdown{
/* 2   */ 	clear:both;
/* 3   */ }
/* 4   */ .hided_element{
/* 5   */ 	visibility:hidden;
/* 6   */ }
/* 7   */ #title_style h1{
/* 8   */ 	padding: 0px;
/* 9   */ 	margin:0px;
/* 10  */ }
/* 11  */ #descrip{
/* 12  */ 	margin: 5px 0px 5px 0px;
/* 13  */ }
/* 14  */ .soc_icon_coneiner{
/* 15  */ 	display:inline-block;
/* 16  */ 	margin-top:2%;
/* 17  */ 	width: 100%;
/* 18  */ }
/* 19  */ .soc_icon_coneiner .soc_icon{
/* 20  */ 	display: inline-block;
/* 21  */ 	margin-right: 3%;
/* 22  */ }
/* 23  */ 
/* 24  */ .soc_icon_coneiner .soc_icon img{
/* 25  */ 	width:100%;				
/* 26  */ 	max-height:82px;
/* 27  */ }
/* 28  */ .countdown{
/* 29  */ 	width:100%;
/* 30  */ }
/* 31  */ .countdown > div{
/* 32  */ 	text-align:center;
/* 33  */ 	margin-top:2%;
/* 34  */ 	float:left;
/* 35  */ 	color:#fff;
/* 36  */ 	font-size:48px;
/* 37  */ 	font-weight:bold;
/* 38  */ }
/* 39  */ .element_conteiner{
/* 40  */ 	text-align:center;
/* 41  */ 	display: inline-block;					
/* 42  */ }
/* 43  */ .time_left{
/* 44  */ 	border:none;
/* 45  */ 	display:block;
/* 46  */ 	padding-bottom: 10%;
/* 47  */ 	padding-top: 10%;
/* 48  */ 	padding-left: 25%;
/* 49  */ 	padding-right: 25%;
/* 50  */ 	font-weight:bold;

/* style.css */

/* 51  */ }
/* 52  */ .time_description{
/* 53  */ 	display:block;
/* 54  */ 	text-align:center;
/* 55  */ 	margin-top:1%;
/* 56  */ 	margin-bottom:1%;
/* 57  */ 	font-weight:bold;
/* 58  */ }
/* 59  */ .information{
/* 60  */ 	box-sizing:border-box;
/* 61  */ 	display:inline-block;
/* 62  */ 	z-index:999999;
/* 63  */ 	width:100%;
/* 64  */ }
/* 65  */ #main_inform_div{
/* 66  */ 	overflow:hidden;
/* 67  */ 	box-sizing:border-box;
/* 68  */ 	display:table;
/* 69  */ 	position:relative;
/* 70  */ 	z-index:1000;
/* 71  */ }
/* 72  */ .aligment{
/* 73  */ 	display:table-cell;
/* 74  */ 	width: 10%;
/* 75  */ }	
/* 76  */ 	/*Countedown*/
/* 77  */ .countdown figure ul{
/* 78  */ 	padding:0px !important;
/* 79  */ }	
/* 80  */ .ClassyCountdown-wrapper{
/* 81  */ 	width:100%;
/* 82  */ }
/* 83  */ .ClassyCountdown-wrapper > div {	
/* 84  */     display: inline-block;
/* 85  */     position: relative;
/* 86  */ 	margin-right:2%;
/* 87  */    
/* 88  */ }
/* 89  */ .ClassyCountdown-value > span{
/* 90  */ 	display:block;
/* 91  */ }
/* 92  */ .ClassyCountdown-wrapper .ClassyCountdown-value {
/* 93  */     width: 100%;
/* 94  */     position: absolute;
/* 95  */     top: 50%;
/* 96  */     text-align: center;
/* 97  */     left: 0;
/* 98  */     display: block;
/* 99  */ }	
/* 100 */ #countdown{

/* style.css */

/* 101 */ 	height: auto;
/* 102 */ }
/* 103 */ figure, figcaption {
/* 104 */ 	display: block;
/* 105 */ }
/* 106 */ .transition {
/* 107 */     -webkit-transition: top 400ms linear;
/* 108 */     -moz-transition: top 400ms linear;
/* 109 */     -ms-transition: top 400ms linear;
/* 110 */     -o-transition: top 400ms linear;
/* 111 */     transition: top 400ms linear;
/* 112 */ }
/* 113 */ 
/* 114 */ .timeTo {	
/* 115 */ 	line-height: 108%;
/* 116 */ 	font-weight: bold;
/* 117 */ }
/* 118 */ 
/* 119 */ .timeTo span {
/* 120 */ 	vertical-align: top;
/* 121 */ }
/* 122 */ .timeTo figure {
/* 123 */ 	display: inline-block;
/* 124 */ 	margin: 0;
/* 125 */ 	padding: 0;
/* 126 */ }
/* 127 */ .timeTo figcaption {
/* 128 */ 	text-align: center;
/* 129 */ 	/*font-size: 12px;*/
/* 130 */ 	line-height: 80%;
/* 131 */ 	font-weight: normal;
/* 132 */ 	color: #888;
/* 133 */ }
/* 134 */ 
/* 135 */ .timeTo div {
/* 136 */ 	position: relative;
/* 137 */ 	display: inline-block;
/* 138 */ 	/*width: 25px;
/* 139 *| 	height: 30px;*/
/* 140 */ 	border-top: 1px solid silver;
/* 141 */ 	border-right: 1px solid silver;
/* 142 */ 	border-bottom: 1px solid silver;
/* 143 */ 	overflow: hidden;
/* 144 */ }
/* 145 */ .timeTo div.first {
/* 146 */ 	border-left: 1px solid silver;
/* 147 */ }
/* 148 */ 
/* 149 */ .timeTo ul {
/* 150 */ 	list-style-type: none;

/* style.css */

/* 151 */ 	margin: 0;
/* 152 */ 	padding: 0;
/* 153 */ 	position: absolute;
/* 154 */ 	left: 3px;
/* 155 */ }
/* 156 */ 
/* 157 */ .timeTo ul li {
/* 158 */     margin: 0;
/* 159 */     padding: 0;
/* 160 */     list-style: none;
/* 161 */ }
/* 162 */ 
/* 163 */ 
/* 164 */ 
/* 165 */ /*       PROGRES BARR        */
/* 166 */ 
/* 167 */ 
/* 168 */ 
/* 169 */ #progressbar { 
/* 170 */ 	height: 20px;  /* Can be anything */
/* 171 */ 	position: relative;
/* 172 */ 	padding: 3px;
/* 173 */ 	border-style: solid;
/* 174 */ 	
/* 175 */ }
/* 176 */ #progressbar > span {
/* 177 */ 	float:left;
/* 178 */ 	display: block;
/* 179 */ 	height: 100%;
/* 180 */ 	border-top-right-radius: 8px;
/* 181 */ 	border-bottom-right-radius: 8px;			
/* 182 */ 	border-top-left-radius: 8px;
/* 183 */ 	border-bottom-left-radius: 8px;
/* 184 */ 	background-color: #000000;		
/* 185 */ 			
/* 186 */ 	
/* 187 */ 	position: relative;
/* 188 */ 	overflow: hidden;
/* 189 */ }
/* 190 */ #progressbar > span:after, .animate > span > span {
/* 191 */ 	content: "";
/* 192 */ 	position: absolute;
/* 193 */ 	top: 0; left: 0; bottom: 0; right: 0;
/* 194 */ 	background-image: 
/* 195 */ 	   -webkit-gradient(linear, 0 0, 100% 100%, 
/* 196 */ 		  color-stop(.25, rgba(255, 255, 255, .2)), 
/* 197 */ 		  color-stop(.25, transparent), color-stop(.5, transparent), 
/* 198 */ 		  color-stop(.5, rgba(255, 255, 255, .2)), 
/* 199 */ 		  color-stop(.75, rgba(255, 255, 255, .2)), 
/* 200 */ 		  color-stop(.75, transparent), to(transparent)

/* style.css */

/* 201 */ 	   );
/* 202 */ 	background-image: 
/* 203 */ 		-moz-linear-gradient(
/* 204 */ 		  -45deg, 
/* 205 */ 		  rgba(255, 255, 255, .2) 25%, 
/* 206 */ 		  transparent 25%, 
/* 207 */ 		  transparent 50%, 
/* 208 */ 		  rgba(255, 255, 255, .2) 50%, 
/* 209 */ 		  rgba(255, 255, 255, .2) 75%, 
/* 210 */ 		  transparent 75%, 
/* 211 */ 		  transparent
/* 212 */ 	   );
/* 213 */ 	z-index: 1;
/* 214 */ 	-webkit-background-size: 50px 50px;
/* 215 */ 	-moz-background-size: 50px 50px;
/* 216 */ 	-webkit-animation: move 2s linear infinite;
/* 217 */ 	overflow: hidden;
/* 218 */ }
/* 219 */ 
/* 220 */ .animate > span:after {
/* 221 */ 		display: none;
/* 222 */ }
/* 223 */ 
/* 224 */ @-webkit-keyframes move {
/* 225 */ 	0% {
/* 226 */ 	   background-position: 0 0;
/* 227 */ 	}
/* 228 */ 	100% {
/* 229 */ 	   background-position: 50px 50px;
/* 230 */ 	}
/* 231 */ }

/* thickbox.css */

/* 1   */ #TB_overlay {
/* 2   */ 	background: #000;
/* 3   */ 	opacity: 0.7;
/* 4   */ 	filter: alpha(opacity=70);
/* 5   */ 	position: fixed;
/* 6   */ 	top: 0;
/* 7   */ 	right: 0;
/* 8   */ 	bottom: 0;
/* 9   */ 	left: 0;
/* 10  */ 	z-index: 100050; /* Above DFW. */
/* 11  */ }
/* 12  */ 
/* 13  */ #TB_window {
/* 14  */ 	position: fixed;
/* 15  */ 	background: #fff;
/* 16  */ 	z-index: 100050; /* Above DFW. */
/* 17  */ 	visibility: hidden;
/* 18  */ 	text-align: left;
/* 19  */ 	top: 50%;
/* 20  */ 	left: 50%;
/* 21  */ 	-webkit-box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
/* 22  */ 	box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
/* 23  */ }
/* 24  */ 
/* 25  */ #TB_window img#TB_Image {
/* 26  */ 	display: block;
/* 27  */ 	margin: 15px 0 0 15px;
/* 28  */ 	border-right: 1px solid #ccc;
/* 29  */ 	border-bottom: 1px solid #ccc;
/* 30  */ 	border-top: 1px solid #666;
/* 31  */ 	border-left: 1px solid #666;
/* 32  */ }
/* 33  */ 
/* 34  */ #TB_caption{
/* 35  */ 	height: 25px;
/* 36  */ 	padding: 7px 30px 10px 25px;
/* 37  */ 	float: left;
/* 38  */ }
/* 39  */ 
/* 40  */ #TB_closeWindow {
/* 41  */ 	height: 25px;
/* 42  */ 	padding: 11px 25px 10px 0;
/* 43  */ 	float: right;
/* 44  */ }
/* 45  */ 
/* 46  */ #TB_closeAjaxWindow {
/* 47  */ 	float: right;
/* 48  */ }
/* 49  */ 
/* 50  */ #TB_closeAjaxWindow a {

/* thickbox.css */

/* 51  */ 	text-decoration: none;
/* 52  */ }
/* 53  */ 
/* 54  */ #TB_ajaxWindowTitle {
/* 55  */ 	float: left;
/* 56  */ 	font-weight: 600;
/* 57  */ 	line-height: 29px;
/* 58  */ 	overflow: hidden; 
/* 59  */ 	padding: 0 29px 0 10px;
/* 60  */ 	text-overflow: ellipsis;
/* 61  */ 	white-space: nowrap;
/* 62  */ 	width: calc( 100% - 39px );
/* 63  */ }
/* 64  */ 
/* 65  */ #TB_title {
/* 66  */ 	background: #fcfcfc;
/* 67  */ 	border-bottom: 1px solid #dfdfdf;
/* 68  */ 	height: 29px;
/* 69  */ }
/* 70  */ 
/* 71  */ #TB_ajaxContent {
/* 72  */ 	clear: both;
/* 73  */ 	padding: 2px 15px 15px 15px;
/* 74  */ 	overflow: auto;
/* 75  */ 	text-align: left;
/* 76  */ 	line-height: 1.4em;
/* 77  */ }
/* 78  */ 
/* 79  */ #TB_ajaxContent.TB_modal {
/* 80  */ 	padding: 15px;
/* 81  */ }
/* 82  */ 
/* 83  */ #TB_ajaxContent p {
/* 84  */ 	padding: 5px 0px 5px 0px;
/* 85  */ }
/* 86  */ 
/* 87  */ #TB_load {
/* 88  */ 	position: fixed;
/* 89  */ 	display: none;
/* 90  */ 	z-index: 103;
/* 91  */ 	top: 50%;
/* 92  */ 	left: 50%;
/* 93  */ 	background-color: #E8E8E8;
/* 94  */ 	border: 1px solid #555;
/* 95  */ 	margin: -45px 0 0 -125px;
/* 96  */ 	padding: 40px 15px 15px;
/* 97  */ }
/* 98  */ 
/* 99  */ #TB_HideSelect {
/* 100 */ 	z-index: 99;

/* thickbox.css */

/* 101 */ 	position: fixed;
/* 102 */ 	top: 0;
/* 103 */ 	left: 0;
/* 104 */ 	background-color: #fff;
/* 105 */ 	border: none;
/* 106 */ 	filter: alpha(opacity=0);
/* 107 */ 	opacity: 0;
/* 108 */ 	height: 100%;
/* 109 */ 	width: 100%;
/* 110 */ }
/* 111 */ 
/* 112 */ #TB_iframeContent {
/* 113 */ 	clear: both;
/* 114 */ 	border: none;
/* 115 */ }
/* 116 */ 
/* 117 */ .tb-close-icon {
/* 118 */ 	color: #666;
/* 119 */ 	text-align: center;
/* 120 */ 	line-height: 29px;
/* 121 */ 	width: 29px;
/* 122 */ 	height: 29px;
/* 123 */ 	position: absolute;
/* 124 */ 	top: 0;
/* 125 */ 	right: 0;
/* 126 */ }
/* 127 */ 
/* 128 */ .tb-close-icon:before {
/* 129 */ 	content: '\f158';
/* 130 */ 	font: normal 20px/29px 'dashicons';
/* 131 */ 	speak: none;
/* 132 */ 	-webkit-font-smoothing: antialiased;
/* 133 */ 	-moz-osx-font-smoothing: grayscale;
/* 134 */ }
/* 135 */ 
/* 136 */ .tb-close-icon:hover {
/* 137 */ 	color: #00a0d2;
/* 138 */ }
/* 139 */