/* Begin Common */
.home_h1title{
	width: 0px;
	height:0px;
	overflow: hidden;
}
.break {
  flex-basis: 100%;
  width: 0px; 
  height: 0px; 
  overflow: hidden;
}
.ul_links{
	margin: 0px;
	padding: 0px 0px 0px 15px;
	list-style-type: square;
}
.ul_links li{
	margin: 0px;
	padding: 0px 0px 5px 0px;
}
.card-1__text{
	font-size: 24px;
	text-transform: uppercase;
}
.card-1__text strong{
	text-transform: none;
	font-size: 84px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 10px;
	display: block;	
}
.card-1__text b{
	font-size: 54px;
	font-weight: 700;	
	margin-bottom: 30px;
	display: block;	
}

/* Absolute Center Spinner */
.dvs_loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: visible;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.dvs_loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.dvs_loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.dvs_loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: rotation 1500ms infinite linear;
  -moz-animation: rotation 1500ms infinite linear;
  -ms-animation: rotation 1500ms infinite linear;
  -o-animation: rotation 1500ms infinite linear;
  animation: rotation 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}


.dvs_spinner {
   position: absolute;
   left: 50%;
   top: 50%;
   height:60px;
   width:60px;
   margin:0px auto;
   -webkit-animation: rotation .6s infinite linear;
   -moz-animation: rotation .6s infinite linear;
   -o-animation: rotation .6s infinite linear;
   animation: rotation .6s infinite linear;
   border-left:6px solid rgba(0,174,239,.15);
   border-right:6px solid rgba(0,174,239,.15);
   border-bottom:6px solid rgba(0,174,239,.15);
   border-top:6px solid rgba(0,174,239,.8);
   border-radius:100%;
   z-index: 100000;
}


@-webkit-keyframes rotation {
   from {-webkit-transform: rotate(0deg);}
   to {-webkit-transform: rotate(359deg);}
}
@-moz-keyframes rotation {
   from {-moz-transform: rotate(0deg);}
   to {-moz-transform: rotate(359deg);}
}
@-o-keyframes rotation {
   from {-o-transform: rotate(0deg);}
   to {-o-transform: rotate(359deg);}
}
@keyframes rotation {
   from {transform: rotate(0deg);}
   to {transform: rotate(359deg);}
}
/* End Common */
/* Begin Back-to-top */
a.back-to-top {
    display: none;
    position: fixed;
	z-index:9000;
    bottom: 18px;
    right: 15px;
    text-decoration: none;
}

a.back-to-top i {
    display: block;
    font-size: 18px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background: #00549b;
    border-radius: 50% 50%;
    text-align: center;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
}

a.back-to-top:hover,
a.back-to-top:focus {
    text-decoration: none;
}
/* End Back-top-top*/

/* Begin Switch Buttons */
.aside__header.switch_group{
	justify-content: space-between;
}
.aside__header.switch_group .aside__title{
	text-transform: inherit;
}
.aside__header.switch_group .aside__title::before{
	border-top: 0px;
}
.switch_group .switch  {
	position: relative;
	display: inline-block;
	width: 52px;
	height: 24px;	
}

.switch_group .switch input  {
	opacity: 0;
	width: 0;
	height: 0;
}

.switch_group .slider  {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.switch_group .slider:before  {
	position: absolute;
	content: "";
	height: 16px;
	width: 16px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

.switch_group input:checked + .slider {
  	background-color: #00549b;
}

.switch_group input:focus + .slider {
  	box-shadow: 0 0 1px #00549b;
}

.switch_group input:checked + .slider:before  {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}

.switch_group .slider.round {
  	border-radius: 34px;
}

.switch_group .slider.round:before {
  	border-radius: 50%;
}
/* End Switch Buttons*/

/*BEGIN CONTENT PAGE CSS*/      
#dvsArticleContent, #dvsPageContent{
	
}   
	#dvsArticleContent .tplCaption, #dvsPageContent .tplCaption{
		background: #F1F1F1;
	}
		#dvsArticleContent .tplCaption p.Image, #dvsPageContent .tplCaption p.Image{
			padding: 3px 5px;
			font-style: italic;
			font-size: 90%;
		}
	#dvsArticleContent p, #dvsPageContent p{
     	margin: 0.8em 0px;
    }         

#dvsArticleContent iframe{
	width:100%;
}

.previewIframe{
	background: url("../images/Loading-Bar.gif") center center no-repeat;
	background-size: 100% 100%;
}
/*END CONTENT PAGE CSS*/

/*********************** DARK MODE ************************/
.darkmode{
	background: #333;
}
/*********************** OVERRIDE ************************/
.product-2__price span{
	font-size: 15px;
}
.product__name{
	height: 48px;
}
.product-4__frame img{
	object-fit: contain;
}
.product-4__toggle::after{
	content: "";
}
.product-4__quantity, .cart__quantity{
	font-size:30px!important;	
}
.cart-summary__info{
	font-size: 18px!important;
}
.filter__item{
	font-size:14px;
}
.product-info__quantity{
	width: 80px;
	font-size: 30px;
}
.color-picker__item:not(:last-child){
	margin-right:5px;
}


.login-btn--google{
	background-color: #e04a39;/*#4285f4;*/
}
.product__colors .color-picker__item span{
	width:30px;
}
.color-picker__item span{
	width: 60px;
}
.logo{
	margin: 20px 0px;
}
.header__inner .logo img{
	height: 150px;
}
.navbar__header .logo img{
	height: auto!important;
	max-height: 100px;
}
.top-menu{
	top: -230px;
}
.review-form__rating-label{
	min-width: 100px;
}
figure.image{
	background: #f2f2f2;
}
figure.image figcaption{
	color: #666;
	font-size: 12px;
	font-style: italic;
	padding: 5px 0px;
}

.btn-movetop{
	bottom: 120px;
}
.f-contact, .f-menu__link{
	font-size: inherit!important;
}
@media (min-width: 1024px) {
	.product-grid__col{
		max-width:33.333333%!important;
	}
}

@media (max-width: 767px) {
	.detail-content img{ width: 100%; height:auto;}
}
@media (max-width: 500px) {
	#dvsPageContent img, #dvsArticleContent img{
    	width:auto!important;
    	height: auto;
    }
	.media-body{
		width: 100%;
	}
}