.clear {
    clear: both;
}

.vspace-small {
    clear: both;
    height: 0.5em;
    margin: 0;
    padding: 0;
    width: 100%;    
}

.vspace {
    clear: both;
    height: 1em;
    margin: 0;
    padding: 0;
    width: 100%;    
}

.vspace5 {
    clear: both;
    height: 5px;
    margin: 0;
    padding: 0;
    width: 100%;
}
.vspace10 {
    clear: both;
    height: 10px;
    margin: 0;
    padding: 0;
    width: 100%;
}
.vspace20 {
    clear: both;
    height: 20px;
    margin: 0;
    padding: 0;
    width: 100%;
}


.vspace-row {
    margin-top: 15px;
    margin-bottom: 15px;
}

.required {
    color: red;
}

.hspace-small {
    width: 0.5em;
    margin: 0;
    padding: 0;
    float: left;      
}


#component-radio-credit-card-new,
.billing-address-new {
    font-weight: bold;
}

.hspace {
    width: 1em;
    margin: 0;
    padding: 0;
    float: left;    
}

.hspace5 {
    width: 5px;
    margin: 0;
    padding: 0;
    float: left; 
}
.hspace10 {
    width: 10px;
    margin: 0;
    padding: 0;
    float: left; 
}
.hspace20 {
    width: 20px;
    margin: 0;
    padding: 0;
    float: left; 
}


.hand {cursor:pointer; cursor:hand}

.line-through {
  text-decoration: line-through;
}

.underline {
  text-decoration: underline;
}

.overline {
  text-decoration: overline;
}


h1 {font-size:1.6em;line-height: normal;}
h2 {font-size:1.4em;line-height: normal;}
h3 {font-size:1.3em;line-height: normal;}
h4 {font-size:1.2em;line-height: normal;}
h5 {font-size:1.1em;line-height: normal;}
h6 {font-size:1.0em;line-height: normal;}



table {
  padding: 20px;
  border: 1px solid rgba(54, 64, 74, 0.08);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  background-clip: padding-box;
  margin-bottom: 20px;
  background-color: #fff;
}

.view-content {
    padding: 0 0 0px 0px;
}

.pagination {
    padding: 10px 0 0 0;
    display: block;
}

#report-table_paginate .pagination {
    padding: 10px 0 0 0;
    display: flex;
}

.pagination p {
  margin-bottom: 0.5rem;
}

.pagination a.pagination-active {
  color: #ffffff;
}

.notification .dropdown-menu>li>a  {
    white-space: normal;
}

.alert {
    margin: 0 0 40px 0;
}


.comment-one {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #888888;  
    color: #bbbbbb;
}

legend {
    border-bottom: none;
}

.hide,
.hidden {
    visibility: hidden;
}


.popup-item {
  float: left;
  margin-bottom:15px;
  clear: both;
}
.popup-label {
  float: left;
  width: 100px;
    margin: 5px 10px 0px 0px;
}
.popup-input-text {
  float: left;
  width: 250px;
    margin: 0px 0px 0px 0px;
}
.popup-required {
  float: left;
  margin: 7px 0 0 5px;
  color: red;
}  

.topbar .topbar-left {
    overflow: hidden;
}

.store-index-product-item .thumbnail {
    height: 400px;
}

.store-wishlist-index-item .thumbnail {
    min-height: 450px;
}

.store-index-product-item .thumbnail a>img {
    height: 280px;
}

.cart-product-img {
    height: 100px;
}


/*
td { position: relative; }

tr.striketr td:before {
  content: " ";
  position: absolute;
  top: 50%;
  left: 0;
  border-bottom: 1px solid #ccc;
  width: 100%;
}


tr.striketr td:after {
  content: "\00B7";
  font-size: 1px;
}
*/

.table.fit, 
.table td.fit, 
.table th.fit {
    white-space: nowrap;
    width: 1%;
}

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

#report-actions .md {
    font-size: 30px;
}

#store_order-manager_display #item-action select,
#store_order-manager_index #item-action select,
#store_product-manager_index #item-action select {
    width: 180px;
}

#store_order-manager_display #item-action #keyword,
#store_order-manager_index #item-action #keyword,
#store_product-manager_index #item-action #keyword {
    width: 250px;
}

.store_product-manager_index_thumb {
    float:left;margin:0 15px 15px 0;height:140px;
}

.store_product-copy-manager_index_thumb {
    float:left;margin:0 15px 15px 0;height:60px;
}

.global_object-admin_index_thumb {
    float:left;margin:4px 15px 0 0;height:45px;
}

#galleryLoadingImage,
#global-object-read-content img,
#global-object-read-tree-content img {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.store-index-product-item .thumbnail {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.content-body-general p {
    min-height: 10px;
}

.modal .modal-dialog .modal-content .modal-body {
    padding: 10px 0;
}

p popup-label {
    width: 80px;
    margin-right: 10px;
}

.sticky {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
}

/*
.table-header-fixed {
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 998;
}
*/

.table-fixed-header thead {
  width: 97%;
}
.table-fixed-header tbody {
  height: 230px;
  overflow-y: auto;
  width: 100%;
}
.table-fixed-header thead, .table-fixed-header tbody, .table-fixed-header tr, .table-fixed-header td, .table-fixed-header th {
  display: block;
}
.table-fixed-header tbody td, .table-fixed-header thead > tr> th {
  float: left;
  border-bottom-width: 0;
}


.table-solid-border td,
.table-solid-border th {
    border: solid 1px #dddddd;
}

.table-text-center td,
.table-text-center th {
    text-align: center;
}

td.left-thick-border,
th.left-thick-border {
    border-left: solid 3px #777777;
}

.gi-1p5x{font-size: 1.5em;}    
.gi-2x{font-size: 2em;}
.gi-3x{font-size: 3em;}
.gi-4x{font-size: 4em;}
.gi-5x{font-size: 5em;}



.category-section .nav > li > a{
    color: #337ab7 !important; 
    line-height: 25px;
    padding: 0;
    position: relative;
}

#store-product-similar-products .caption, 
#store-product-also-like .caption,
#store-product-related-products .caption {
  text-align: left;
  padding: 10px;
}


.image-gallery-one {
    max-width: 80px;
}

.image-gallery-one img {
    height: 60px;
    overflow: hidden;
}


.blog-index-list-item-img {
    float: left;
    max-width: 150px;
    overflow: hidden;
    margin: 0 20px 0 0;
}

.blog-index-list-item-img img {
    width: 150px;
}

.blog-index-list-item-text {
    margin: 0 0 0 10px;
}

.blog-index-list-item-description {
    margin: 10px 0 10px 0;
}

/*-- Post list --*/

.list-post-block{
	margin-top: 30px;
}

.list-post{
	list-style: none;
	margin: 0;
	padding: 0;
}

.list-post-block .list-post > li{
	margin-bottom: 30px;
	max-height: 75px;
}

.list-post-block .list-post > li:last-child{
	margin-bottom: 0;
}

.post-block-style.post-float .post-thumb {
	float: left;
	position: relative;
	z-index: 1;
	margin-right: 20px;
  min-width: 100px;
}

.post-block-style.post-float .post-thumb img{
	max-width: 100px;
	min-height: 75px;
}

.post-block-style.post-float .post-title{
	margin-top: 0;
}

.post-block-style.post-float .post-content{
	z-index: 0;
}

.post-block-style.post-float .post-cat{
	font-size: 8px;
	left: 0;
	top: 0;
}


.sidebar-right .post-thumb,
.list-post-block .post-thumb {
	overflow: hidden;
	min-width: 100px;
}

.social-icon {
  padding-left: 0;
  list-style: none;
  float: left;
  margin-bottom: 0;
  clear:both;
}
.social-icon > li {
  float: left;
  margin-right: 24px;
}
.social-icon > li:last-child {
  margin-right: 0;
}
.social-icon > li > a {
  display: block;
  font-size: 17px;

}
.social-icon > li > a:hover {
  color: #00d793;
}

.widget {
  position: relative;
  background: #f4f4f4;
  margin-bottom: 30px;
  clear:both;
}

.widget .widget-title {
  margin: 0;
  background: #3c3d41;
  color: #ffffff;
  font-size: 18px;
  padding: 12px 24px;
}

.widget .widget-content {
  padding: 24px;
  font-size: 13px;
}

.app-search a { 
  left: 165px;
}

.navbar-custom .nav-link {
    margin-top: 25px;
    line-height: 20px;
}

.btn-default {
  background-color: #dae6ec;
  border-color: #dae6ec;
}
.btn-default:focus {
  background-color: #dae6ec;
  border-color: #C2CED4;
}
.btn-default:hover {
  background-color: #dae6ec;
  border-color: #C2CED4;
}
.btn-default:active {
  background-color: #dae6ec;
  border-color: #C2CED4;
}
.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
  background-color: #dae6ec !important;
  border-color: #C2CED4 !important;
}

#report-actions select,
#report-actions input,
#report-actions button,
#report-actions a,
#item-action select,
#item-action input,
#item-action button,
#item-action a {
  margin-bottom: 5px;
}

#reportrange {
  margin-bottom: 5px;
}


#report-actions select,
#report-actions input[type=text],
#item-action select,
#item-action input[type=text] {
  width: 200px;
  margin-right: 10px;
}

#report-actions input,
#item-action input {
  margin-right: 10px;
}

#itemsPerPage {
  width: auto;
  display:inline;
}

.alert-item {
  margin-bottom: 0.5rem;
}

#modal-body-content {
  margin: 10px 20px 10px 20px;
}

#modal-body-content .alert {
    margin: 0 40px 40px 0;
}

.btn-xs {
    padding: .15rem;
    font-size: .7rem
}

#category-section-product ul {
  list-style-type: none;
  padding-left: 0;
}


.form-control::-webkit-input-placeholder { /* Edge */
  color: #cdcdcd;
  font-size: 1rem;
  font-weight: 400;
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #cdcdcd;
  font-size: 1rem;
  font-weight: 400;
}

.form-control::placeholder {
  color: #cdcdcd;
  font-size: 1rem;
  font-weight: 400;
}

#item-check-all {
  margin: 10px 0 0 0;
  float: left;
}

.list-view-option {
  margin: 7px 0 0 10px;
}

#sidebar-menu ul ul a {
  padding: 10px 20px 10px 59px;
}

.store-index-product-item .caption {
  padding: 10px;
}

.element-category .item-label {
  font-weight: bold;
}

.swal-loading {
  width: 200px !important;;
  height: 200px !important;
}

/* Just a parent container for the videos */
.videos {
  margin: 20px auto;
  max-width: 700px;
}
/* Individual video container */
.video-wrap {
  position: relative;
  max-width: 700px;
  width: 100%;
  margin-bottom: 10px;
}
/* video poster frame or placeholder image */
.video-wrap .placeholder {
  max-width: 700px;
  width: 100%;
}
/* SVG play button container */
.video-wrap .play-btn {
  position: absolute;
  max-width: 700px;
  width: 60px;
  height: 60px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.video-wrap .play-btn svg {
  transition: all .2s ease;
  fill: #fff;
}
.video-wrap .play-btn:hover svg,
.video-wrap .play-btn:focus svg {
  cursor: pointer;
  fill: #17e617;
}
 
.site-shadow {
  border-radius: .25rem;
  box-shadow:
    0 2.8px 2.2px rgba(0, 0, 0, 0.034),
    0 6.7px 5.3px rgba(0, 0, 0, 0.048),
    0 12.5px 10px rgba(0, 0, 0, 0.06),
    0 22.3px 17.9px rgba(0, 0, 0, 0.072),
    0 41.8px 33.4px rgba(0, 0, 0, 0.086),
    0 100px 80px rgba(0, 0, 0, 0.12)
  ;    
}

.img-shadow{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.footer {
  bottom: 0px;
}

.content-page > .content {
  margin-bottom: 200px;
}

.container-max-1140 {
  margin: 0 auto;
  max-width: 1140px;
}

#page-title {
  text-align: left;
  padding: 0 1rem 0 0 ;
  font-size: 1rem;
}

#footer-payment-section .footer-payment {
  width: 3rem;
  display: inline;
}

.store-index-product {
  margin-right: 1rem;
}

.store-index-product-img {
  max-height: 350px;
  overflow: hidden;
}

.store-index-product-img img{
  width: 100%;
}

.sqimgwrap {
  position: relative;
  width: 100%; /* The size you want */
  min-width: 300px;
}

.sqimgwrap:after {
  content: "";
  display: block;
  padding-bottom: 100%; /* The padding depends on the width, not on the height, so with a padding-bottom of 100% you will get a square */
}

.sqimgwrap img {
  position: absolute; /* Take your picture out of the flow */
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; /* Make the picture taking the size of it's parent */
  width: 100%; /* This if for the object-fit */
  height: 100%; /* This if for the object-fit */
  object-fit: cover; /* Equivalent of the background-size: cover; of a background-image */
  object-position: center;
}

.store-index-product-caption {
  max-width: 300px;
}

.btn-primary-ext {
  background-color: orange;
  border: 1px solid orange;
  color: white;
}

a.btn-primary-ext:hover,
input[type=button].btn-primary-ext:hover 
{
    color:white;
}

#discountCode {
  max-width: 180px;
}

#cart-items p{
  min-width: 100px;
}

#cart-items p {
  margin-bottom: .1rem;
}

.card-body li {
  width: 100%;
}

#cart-items .form-group {
  margin-bottom: 0rem;
}

.shopping-cart-quantity {
  max-width: 50px;
}

.btn {
  margin-bottom: .25rem;
}

#gobj-add {
  color: white;
}

.embed-container 
{ position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%;} 
.embed-container iframe, 
.embed-container object, 
.embed-container embed 
{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

@media (max-width: 450px) {
  #report-actions select,
  #report-actions input[type=text],
  #item-action select,
  #item-action input[type=text] {
    width: 100%;
    margin-right: 0;
  }

  #report-actions input, #item-action input {
    margin-right: 0;
  }  
}

@media (max-width: 600px) {
  /*
  #wrapper.enlarged .topbar .topbar-left {
    width: 70% !important;
  }
  
  #wrapper.enlarged .topbar .topbar-left .logo span {
      display: auto !important; 
      opacity: 1;
  }*/ 

  .content-page > .content {
    margin-bottom: 300px;
  }

  .page-title-box{
    padding: 10px;
  }

  .store-index-product {
    margin-right: 0rem;
    width: 100%;
  }

  .store-index-product-img {
    width: 100%;
    height: auto;
    overflow: hidden;
  }

  .store-index-product-caption {
    max-width: 100%;
  }

  .video-wrap .play-btn {
    width: 70px;
    height: 70px;
  }

  .container-xs {
    padding:0px;
  }
}

@media (max-width: 991px) {
    .store-index-product-item .thumbnail {
        height: 400px;
    }

    .store-index-product-item .thumbnail a>img {
        height: 280px;
    }
}
