.bodybg  {
    background-image: url("../../images/bodybg.jpg");
    height: 0;
    padding: 0; /* remove any pre-existing padding, just in case */
    
    background-position: top center;
    background-size: 100%;
    background-repeat: no-repeat;
}

.svg-color-bg {
    /* background-color:#d5dbdb; */
    cursor: pointer;
    width: 100px;
    height: 30px;
    margin-bottom: -5px;
    font-size: 15px;
    font-weight: bolder;
}        
.svg-color-bg-none {
    /* background-color:transparent; */
    cursor: pointer;
    width: 100px;
    height: 30px;
    margin-bottom: -5px;
    font-size: 13px;
    font-weight: normal;
}   

.svg-color-div {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    -webkit-column-gap: 10px; /* Chrome, Safari, Opera */
    -moz-column-gap: 10px; /* Firefox */
    column-gap: 10px;
}

.vg-color {
    width: 150px;
    height: 30px;
    position:absolute;
}
.fcolor-multi {
    /* display: inline-block; */
    margin-top: -10px;
    padding: 5px;
    padding-top: 3px;
    /* width:30px; */
    height:30px;
}

.fcollt {
    float:left; 
    position:relative;
    margin-right:25px;
}

.fcolrt {
    position:relative;
    width:500px;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus, .cartMenu:hover > a.dropdown-toggle {
    background-color:transparent;
}

.navbar-default.navbar-hero .navbar-brand {
    float: left;
    font-size: 18px;
    height: 50px;
    line-height: 20px;
    padding: 15px;
    padding-top: 5px;  
}

@media (max-width: 400px) {
    .navbar-default.navbar-hero .navbar-brand {
        padding-top: 20px;  
    }
    .navbar-brand img {
        max-width: 150px;
        vertical-align: middle;
    }
}

.description-center {
    margin: 0 auto;
    padding-top: 5px;
    min-height: 70px;
    line-height: 115%;
    max-width: 235px;
    text-align: center;
}

.price {
    font-size: 18px;
    font-weight: bold;
    color: #454545;
    text-align: center;
    display: inline-block; /* or block */
    padding-top: 5px;
}

.text-align-center {
    text-align: center;
}

.text-11-black {
    color: #000;
    font-size: 11px;
    font-weight: normal;
}

.text-11-gray {
    color: #999;
    font-size: 11px;
}

.text-12-gray {
    color: #999;
    font-size: 12px;
}

.text-13-gray {
    color: #999;
    font-size: 13px;
}

.text-12-black {
    color: #000;
    font-size: 12px;
    font-weight: normal;
}

.text-13-black {
    color: #000;
    font-size: 13px;
    font-weight: normal;
}

.text-14-black {
    color: #000;
    font-size: 14px;
    font-weight: normal;
}

.text-15-black {
    color: #000;
    font-size: 15px;
    font-weight: normal;
}

.text-14-gray {
    color: #999999;
    font-size: 14px;
}

.text-16 {
    font-size: 16px;
}

.text-16-red {
    color: #DC143C;
    font-size: 16px;
}

.checkbox-inline13, .checkbox {
    color: #000;
    font-size: 13px;
    font-weight: normal;
}
.checkbox-inline2, .checkbox {
    color: #000;
    font-size: 14px;
    font-weight: normal;
}


.somecolor { 
   /* background-color: #f2f2f2; */
   border-style: solid;
   border-top-color: #ffffff;
   border-left-color: #ffffff;
   border-right-color: #ffffff;
   /* border-bottom-color: #f2f2f2; */
   border-bottom: 1px solid #f2f2f2;
   /* margin-bottom: -35px; */
}

input[readonly] {
    background-color: #fff;
    /* any other styles */
}

.navbar-xs { 
    min-height:28px; 
    height: 28px; 
    background-color: #fff;
    border:0px;
}
.navbar-xs .navbar-nav > li > a {  
    padding-top: 0px; 
    padding-bottom: 0px; 
    line-height: 28px; 
}

@media (min-width: 768px) {
    .navbar .navbar-nav {
        display: inline-block;
        float: none;
        
        *display:inline; /* ie7 fix */
        *zoom:1; /* hasLayout ie7 trigger */
        vertical-align: top;
    }

    .navbar .navbar-collapse {
        text-align: center;
    }
}

.listTableTr {
    background: #fff;
}

/* in category top container */
.headerOffsetCat {
    padding-top: 100px;
}

.hr5 {
    margin-top: 0px;
    margin-bottom: 15px;
}

.shipaddr {
    margin-left: 10px;
}

/* new badge colors */
.badge-danger {
  background-color: #d43f3a;
}

.badge-warning {
background-color: #d58512;
}

.badge-success {
background-color: #398439;
}

.badge-info {
background-color: #269abc;
}

.badge-inverse {
background-color: #333333;
}

/* search box */
input.search-query {
    padding-left:26px;
}

form.form-search {
    position: relative;
}

form.form-search:before {
    content:'';
    display: block;
    width: 14px;
    height: 14px;
    background-image: url(../../images/glyphicons-halflings.png);
    background-position: -48px 0;
    position: absolute;
    top:8px;
    left:8px;
    opacity: .5;
    z-index: 1000;
}
.gapsmall {
    height: 10px;
    width: 100%;
    clear: both;
    display: block;
}

.gapmed {
    height: 20px;
    width: 100%;
    clear: both;
    display: block;
}
.gaplarge {
    height: 50px;
    width: 100%;
    clear: both;
    display: block;
}

.gapxlarge {
    height: 80px;
    width: 100%;
    clear: both;
    display: block;
}

.gap450 {
    height: 450px;
    width: 100%;
    clear: both;
    display: block;
}

/*  shopping cart checkout menu */
.orderStep {
    clear: both;
    display: inline-block;
    height: auto;
    padding: 0;
    margin-bottom: 5px;
    width: 100%;
    text-align: justify;
}

.orderStep li {
    display: inline-block;
    float: left;
    height: auto;
    margin: 0;
    min-height: 55px;
    padding: 0;
    width: 33.3%;
    
}

.orderStep li.active a {
    color: #fff;
}

.orderStep li.active a {
    position: relative;
}

.orderStep li.active a:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-width: 10px;
    margin-left: -10px;
}

.orderStep li a {
    background: #EFF0F2;
    display: inline-block;
    font-size: 12px;
    height: 100%;
    line-height: normal;
    padding: 20px 0 0;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    text-transform: uppercase;
}

.orderStep li a i {
    background: rgba(0, 0, 0, 0.05);
}

.orderStep li.active a i {
    background: rgba(0, 0, 0, 0.1);
    color: #FFFFFF;
}

.orderStep li a i {
    border-radius: 0;
    display: block;
    font-size: 20px;
    height: auto;
    left: 0;
    line-height: 40px;
    margin-top: -20px;
    padding: 0;
    text-align: center;
    width: auto;
    float: none !important;
}

.orderStep li a span {
    display: block;
    padding: 5px 0;
}

.zoomThumb1 {
    text-align: center;
    margin-top: 10px;
    /* width: 450px; */
    width: auto;
    /* height: 650px; */
}

.load-img {
    /* height: 100%;  Or whatever */
    margin: auto;  /* Magic! */
}
.load-img-list {
    padding-left: 50px;
    float:left;   
}

.load-img-thumbs  {
  display: flex;
  flex-direction: column;
}

.zoomThumb1 a {
    display: inline-block;
    width: 475px;
    margin-bottom: 5px;
    /* border: 2px solid #eee; */
    display: inline-block;
    
}

.zoomThumb1 a img {
    max-width: 100%;
}

.bootBoxWidth {
    width: 400px;
    margin: 0 auto;
}

.btn-space {
    margin-right: 5px;
}

/* for sell by pc table */
table {
    table-layout: fixed;
}
th.scolor {
    width: 20%;
}
th.size {
    width: 11%;
}

.panel.noborder {
    border: none;
    box-shadow: none;
}

.div-vertical-space {
    margin-bottom:3px;
}    

.div-bottom-line {
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.margin-left-10 {
    margin-left: -10px;
}

.back-to-top {
    background: none;
    margin: 0;
    padding: 5px;
    padding-left: 8px;
    position: fixed;
    bottom: 0;
    right: 0;
    width: 45px;
    height: 40px;
    z-index: 100;
    display: none;
    text-decoration: none;
    color: #ffffff;
    background-color: #ccc;
}
.back-to-top i {
    font-size: 30px;
}

.container-full {
  padding-left: 10px;
  padding-right: 10px;
  width: 98%;
}

.discount-rt {
    background: #eb5e58; /* old browser */
    /* was border-radius: 0 4px 4px 0; */
    color: #fff;
    display: inline-block;
    float: right;
    font-family: Oswald, Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: lighter;
    height: 100%;
    padding: 0px 5px;
}

.badge-square {
    font-size: 14px;
    text-align: center;
    margin-right: 5px;
    width: 40px;
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
}
.badge-square-qty {
    font-size: 11px;
}

.shadowStroke {
   -webkit-text-stroke: 1px black;
   color: white;
   text-shadow:
       3px 3px 0 #000,
     -1px -1px 0 #000,  
      1px -1px 0 #000,
      -1px 1px 0 #000,
       1px 1px 0 #000;
}

.old-price {
    color: #de1332;
    font-size: 14px;
    font-weight: normal;
    text-decoration: line-through;
}

.old-price2 {
    color: #de1332;
    font-size: 20px;
    font-weight: normal;
    text-decoration: line-through;
}

@media screen and (max-width: 1185px) {
    .cs-same-height {
        display: flex;
        flex-wrap: wrap;
    }
    
    .imageHover {
        display: block;
        height: auto;
        width: auto;
        max-width: none;
        max-height: 600px;
    }
    
    .product:hover .secondaryImage {
    display: none;
}
    .product {
        max-height: 600px;
        max-width: none;
        height: auto;
        width: auto;
    }

}

.aboutus-title {
    font-family: Georgia; 
    font-size: 35px; 
    line-height: 34px; 
    font-style: normal; 
    font-weight: 300; 
    color: #303030; 
    text-decoration: none; 
    padding: 0; 
    margin: 0; 
    text-align: left;
    margin-top: 40px;
    margin-left: 30px;
    text-transform: uppercase;
}

.aboutus {
    margin-top: 40px;
    margin-left: 10px;
    color: gray;
}

.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
    .modal-login-width {
        width: 40%; /* either % (e.g. 60%) or px (400px) */
    }
}

.modal-header {
    color: #000000;
    background-color: #ffffff;
    text-align: center;
}

.centeredTextOverImage {
    position: absolute;
    top: 50%;
    left: 30%;
    transform: translate(-50%, -30%);
}

.bottom-left {
    position: absolute;
    bottom: 3px;
    left: 8px;
}

.rotate {

/* Safari */
-webkit-transform: rotate(-90deg);

/* Firefox */
-moz-transform: rotate(-90deg);

/* IE */
-ms-transform: rotate(-90deg);

/* Opera */
-o-transform: rotate(-90deg);

/* Internet Explorer */
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

}

.outlineRed {
    color: black;
    -webkit-text-fill-color: red; /* Will override color (regardless of order) */
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
}
  
.top-menu-font {
    font-family: Century Gothic, Tahoma, Geneva, Sans-Serif;
    font-size: 15px;
    letter-spacing: 1.0px;
    color: #000;
}
.top-menu-font-v3 {
    font-family: Assistant, Sans-Serif;
    font-size: 15px;
    color: #000;
}

.top-submenu-font {
    font-family: Century Gothic, Tahoma, Geneva, Sans-Serif;
    font-size: 13px;
    letter-spacing: 1.0px;
    font-weight: normal;
    color: #000;
    text-transform: capitalize;
    /* padding: 10px 15px; */
}
.top-submenu-font-v3 {
    font-family: Assistant, Sans-Serif;
    font-size: 15px;
    font-weight: normal;
    color: #000;
    text-transform: capitalize;
}
.main-cat-title {
    text-align: center; 
    font-family: Century Gothic, Tahoma, Geneva, Sans-Serif;
    font-size: 25px;
    padding-bottom: 15px;
}
.homepage-cat-title-v3 {
    font-family: Assistant, Sans-Serif;
    font-size: 25px;
    font-weight: normal;
    color: #000;
}
p.footMainTitle {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: bold;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: -17px;
    color: #fff;
    text-transform: uppercase;
}  

/*---12/5/2019 wkim--------- */
.zoomThumb2 {
    text-align: center;
    margin-top: 10px;
}

.zoomThumb2 a {
    display: inline-block;
    width: 275px;
    margin-bottom: 10px;
    border: 1px solid #eee;
    display: inline-block;
    margin-right: 5px;
}

.zoomThumb2 a img {
    max-width: 100%;
}

.row-margin-top {
  padding-top : -100px
}

.textInImage {
    font-size: 18px;
    font-weight: bold;
  -webkit-text-fill-color: black;
  -webkit-text-stroke-color: white;
  -webkit-text-stroke-width: 0.50px; 
}

.col:not(:first-child,:last-child) {
  padding-right:0px;
  padding-left:0px;
}

.col2 {
  padding-right:0px;
  padding-left:0px;
}

.no-gutter {
  margin-right: 0;
  margin-left: 0;
}

.no-gutter > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.chkout-title {
  font-size: 120%;
}
.chkout-title-bold {
  font-weight: bold;
  font-size: 150%;
}

/* list pagination */
.pagination span, .pagination a {
    display: inline-block;
    width: 44px;
    height: 35px;
    text-decoration: none;
    background-color: whitesmoke;
    transition: background-color .3s;
    border: 1px solid #ddd;
    padding: 3px;
    text-align: center;
    border-radius: 2px;
    margin: 0 1px;
    color: rgba(0, 0, 0, 0.54);
    font-weight: bold;
}

.step.gap {
    display: none;
    /* ^ if we don't want to see the dots*/
}

.nextLink, .prevLink {
    padding: 10px;
    color: black;        
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
}

.pagination .currentStep {
    background-color: #4CAF50;
    color: white;
    border: 1px solid #4CAF50;
}

a:hover:not(.active) {
    background-color: #ddd;
}
/* list pagination end */