@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";

body {
    font-family: 'Poppins', sans-serif;
    background: #fafafa;
	background-image: url("../../system/img/bgchristmas.png");
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

.follow {
    background: #F7F8F9;
    border-color: #000;
    height: 250px;
    overflow: hidden;
    position: relative;
    float: left;
    width: 165px;
    margin: 1px 0 6px 6px;
    padding-top: 20px;
    text-align: center;
    color: #777;
    border-radius: 3px;
    box-shadow: 0 0 2px #999;
}

element {

    width: 90px;
    font-size: 13px;
    border-radius: 6px;
    padding: 4px 5px 4px 5px;
    display: table-cell;

}
.content a {

    color: #777;
    text-decoration: none;

}
.but_custom {
    width:120px;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #7386D5;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#dismiss:hover {
    background: #fff;
    color: #7386D5;
}

.overlay {
    display: none;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.overlay.active {
    display: block;
    opacity: 1;
}

#footer{
    width: 100%;
    background-color: #f5f5f5;
	text-align:center;
}

#sidebar 
{
    min-width: 250px;
    max-width: 250px;
    color: #ddd;
    transition: all 0.3s;
	background-image: url("../img/bg.png");
	z-index: 999;
}

#sidebar.active {
    margin-left: -250px;
}

#sidebar .sidebar-header {
    padding: 20px;
}

#sidebar ul.components {
    padding: 20px 0;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
	outline: none;
}

#sidebar ul li a:hover {
    background: #262626;
}

#sidebar ul li.active > a{
		color: #fff;
		background: -webkit-gradient(linear,left bottom,left top,color-stop(0,#333),color-stop(1,#404040));
		border-left: none;
		outline: none;

}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    padding: 20px;
    transition: all 0.3s;
	min-height: 70vh;
	
}

.frontContent {
	float:left;
	margin:auto;
}

.siteFrontContent {
	display:inline-block;
	float:left;
	padding-top:50px;
	width:400px !important;
	padding-top:50px !important;
}

.siteFront {
	display:inline-block;
	float:left;
	padding-top:50px;
	text-align:center;
}

.vl {
  border-left: 1px solid #cecece;
  height: 250px;
  float:left;
  margin-left: 140px;
  margin-right: 120px;
  margin-top: 150px;
}
.siteFronta{
	display:block;
	width:270px;
	float:left;
}

input[type=range] {
  -webkit-appearance: none;
  width: 100%;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 5.2px;
  cursor: pointer;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  background: #3071a9;
  border-radius: 0px;
  border: 0px solid #010101;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 4px #000000, 0px 0px 0px #0d0d0d;
  border: 0.9px solid #000000;
  height: 20px;
  width: 20px;
  border-radius: 41px;
  background: #ffffff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -7.4px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #3071a9;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
  background: #3071a9;
  border-radius: 0px;
  border: 0px solid #010101;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 4px #000000, 0px 0px 0px #0d0d0d;
  border: 0.9px solid #000000;
  height: 17px;
  width: 17px;
  border-radius: 41px;
  background: #ffffff;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #3071a9;
  border: 0px solid #010101;
  border-radius: 0px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range]::-ms-fill-upper {
  background: #3071a9;
  border: 0px solid #010101;
  border-radius: 0px;
  box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
input[type=range]::-ms-thumb {
  box-shadow: 0px 0px 4px #000000, 0px 0px 0px #0d0d0d;
  border: 0.9px solid #000000;
  height: 17px;
  width: 17px;
  border-radius: 41px;
  background: #ffffff;
  cursor: pointer;
  height: 5.2px;
}
input[type=range]:focus::-ms-fill-lower {
  background: #3071a9;
}
input[type=range]:focus::-ms-fill-upper {
  background: #3071a9;
}

.purchase {
    width: 49%;
    height: auto;
    text-align: center;
    margin-top: 10px;
    top: 0px;
    background: #fff;
    border: solid 1px #e5e5e5;
    float: left;
    margin: 0 0 10px 10px;
    border-radius: 5px;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    transition: .3s ease;
    position: relative;
}

.purchase-hdr {
    color: #48525b;
    display: block;
    font-size: 14px !important;
    font-weight: normal;
    margin-bottom: 15px;
    font-weight: bold;
    padding: 10px 5px;
    text-align: center;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    width: 80%;
    margin: auto;
    margin-bottom: auto;
    margin-bottom: 5px;
}
.btn_disabled {
    opacity: 0.5;
    pointer-events: none;
}
.card-body-icon {
  position: absolute;
  z-index: 0;
  top: -1.25rem;
  right: -1rem;
  opacity: 0.1;
  font-size: 6rem;

}

#sidebar {
	-webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, .5);
	box-shadow: 0 0 5px 2px rgba(0, 0, 0, .5);    
}

.text-muted {
  position: absolute;
  bottom: 10px;
  width: 100%;
}

.order-card {
    color: #fff;
}
.bg-c-blue {
    background: linear-gradient(45deg, #4099ff, #73b4ff);
}
.card {
    border-radius: 5px;
    box-shadow: 0 1px 2.94px 0.06px rgba(4,26,55,0.16);
    border: none;
    transition: all 0.3s ease-in-out;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}


#sidebarCollapse {
	position:absolute;
	left: 250px;
	top: 0px;
	background: #2e2e2e;
	border:0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	display:none;


}
.pre-scrollable {
    overflow-y: scroll;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* IE 10+ */
}
.pre-scrollable::-webkit-scrollbar { /* WebKit */
    width: 0;
    height: 0;
}

.mr-2 {
	font-size: 12px;
}

.mr-1 {
	font-size: 12px;
}
.card-notification{
 line-height:27px;
 padding:21px;
}

.card-header-store{
	padding: 25%;
}
.fa-sign-in-alt{
	display:none;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {

.f-mob{
	display:none;
} 
	#content {
		padding-top: 25px;
	}

	.fa-sign-in-alt{
		display:inline;
	}
	.sign-in-site{
		display:none;
	}
	.col{
		display: block;
		width:100%;
		flex-basis: unset;
		padding-bottom:5px;
	}
	.card-header-store{
		padding: 50px;
	}
	.siteFronta{
		width:100% !important;
	}
    #sidebar {
        margin-left: -250px;
		min-height:100% !important;
		position: absolute;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #sidebarCollapse {
        display: inline !important;
		z-index:1;
		font-size: 10px;
    }

	.siteFrontContent {
        float:none  !important;
		display:block;
		padding-top:50px !important;
		width:100% !important;
		min-height: unset !important;
	}

	.siteFront {
       display:block;
	}
	
	.vl{
		 display:none;
	}
	.btn-add{
		display:none;
	}
}

@media screen and (min-device-width: 768px) and (max-device-width: 1200px){ 
	.btn-add{
		display:none;
	}
.f-mob{
	display:none;
}
	.h4, h4 {
	  font-size: 17px;
	}
	.h1, h1 {
	  font-size: 24px;
	}
.col-md-3 {
  -ms-flex: 0 0 50% !important;
  flex: 0 0 50% !important;
  max-width: 50% !important;
}
.h5, h5 {
  font-size: 1.0rem;
}
.col-sm-3{
	font-size: 12px;
}
.btn {
	font-size: 12px;
}
}