/* Add here all your CSS customizations */
@import url('../../icomoon/dist/css/style.css');
@import url('../../fonts1/Tenor.css');
@import url('../../fonts6/inter.css');



/* roboto-condensed-regular - latin */
@font-face {
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('../../fonts3/roboto-condensed-v17-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto Condensed'), local('RobotoCondensed-Regular'),
       url('../../fonts3/roboto-condensed-v17-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../fonts3/roboto-condensed-v17-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../fonts3/roboto-condensed-v17-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../../fonts3/roboto-condensed-v17-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../fonts3/roboto-condensed-v17-latin-regular.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}

header {
    /* background-color: #fefefe; */
    /* padding: 10px 0; */
}

.navbar {
    position: relative;
    min-height: auto;
    margin-bottom: 0px;
    border: 1px solid transparent;
}


body
{
    background-color: #F6F6F0;
    font-family: 'Inter';

}



span.img-text {
    display: block;
    color: #FFF !Important;
    font-size:12px;
    margin-bottom: 3px;
}

td.td-4box .fa {
    font-size: 20px;
    color: #FFF !Important;
    margin:3px 0;
}

.color-white
{
    color:#FFF !Important;
}

.color-black
{
    color:#000 !Important;
}

.color-gold
{
    color: #000000 !Important;
}

#footer .footer-copyright .col p.text-center:nth-child(2) {
    display: none !important;
}

.bg-gold
{
    /*background: #000 !Important;*/
    color:#FFF;
}

#header .header-search {
    margin-top: -4px;
    
}
.thumb-info img {
    height: 300px;
    width:auto;
}
.product-thumb-info {
    /*background:#F7F9FC*/
    background: #FFF;
}
.product-thumb-info .product-thumb-info-content {
    background: #F7F9FC;
}
.product-thumb-info h4 {
    font-size: 1.2em;
    text-align: center;
}

i.fa.fa-bars
{
    color:#000 !Important;
}

.menu_logoo {
    background: url(../img/ss/HEader.png) center no-repeat;
    background-size: 100% 100%;
    text-align: center;
}

.menu_logoo img {
    padding:10px;
}



@media (max-width: 1500px) {
      /*.header-logo img {
        width: 175px !Important;
        height : auto !Important
    }*/
    #header .header-body {
        /*padding: 8px 0 0px !Important;*/
        margin: 0px !Important;
    }
    
    li.col-xs-6.product {
        padding-right: 5px;
        padding-left: 5px;
    }
    
    .product-thumb-info .product-thumb-info-content {
	    padding: 15px 10px;
	    text-align: left;
	    display: block;
	    height: 110px;
        font-size: 12px;
    }
    
    
}





p#Float_Message {
    color: #000;
}


.fds
{
    height: 25px;
    padding-left: 11px;
    padding-right: 7px;
}


.homepage-bar {
  margin-bottom: 20px;
  border: 1px solid #e1e1e1;
  background-color: #fbfbfb;
  border-radius: 5px;
}
.homepage-bar .col-md-4 {
  padding-top: 20px;
  padding-bottom: 21px;
  text-align: center;
}

.homepage-bar .bar-icon {
  font-size: 36px;
  color: #000;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 1991px) {
  .homepage-bar .bar-icon {
    min-width: 36px;
    text-align: center;
  }
}
.homepage-bar .bar-textarea {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  margin-left: 7px;
}
.homepage-bar h3 {
  color: #313131;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  line-height: 1.5;
}
.homepage-bar p {
  font-size: 12px;
  margin: 0;
  line-height: 1;
}

/* ------------------------------------------ */

@media (max-width: 1500px) {
  .header-logo img {
        /*height: 65px;*/
        /*height: 81px;*/
        /*height: 30px;*/
        padding: 20px 20px 20px 0;
        /*width: 75%;*/
        max-height: 140px;
    }
    
    .cart-total-css
    {
        float: none !Important;
    }
    
}

/* Footer */
@media (max-width: 1500px) 
{
    
    #footer {
        position: fixed;
        z-index: 99;
        width: 100%;
        bottom: 0;
        padding: 0 5px;
        box-shadow: -2px -3px 3px 0px rgba(0, 0, 0, 0.08);
        border-top: 1px solid #f2d570 !important;
    }
    
      #footer .footer-copyright {
         background: #383f48; 
         border-top: 0px solid #060606; 
         margin-top: 0px;
         padding-bottom: 0px !important;
         padding: 8px 5px; 
    }
    
    
    #header .header-logo img {
        /*margin: -4px 3px 0 0;*/
        /*margin: 0 0px 0 -25px;*/
    }
    
    #footer .footer-copyright p {
        color: #fff;
    }
    
    .footer-copyright p {
        opacity: 1 !Important;
        font-size: 10px;
    }
    
}


/*Live Rates Css*/
table.rate_index, table.rate_index tr td {
    color: #FFF;
    padding: 1px 4px;
}



.connectionmsg {
    display: none;
    color: #FFF;
    background-color: red;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 0rem;
    width: 100%
}

.retry_connection_btn {
    display: none;
    color: #FFF !important;
    background-color: #000;
    line-height: 30px;
    font-weight: 700;
    text-decoration: underline;
    margin-bottom: 0rem;
    padding: 0px 24px;
    border-radius: 5px;
    border: 1px solid #f8f8f8;
}

.connectiondiv {
    display: none;
    background-color: red;
    text-align: center;
    padding: 3px 0;
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 9999999;
}

@media (min-width: 601px) {
    .col-xs-3 img {
        height: 60px !important;
    }

    span.d-block.font_footer {
        font-size: 30px !important;
    }

    .text-muted {
        font-size: 20px !important;
        padding: 10px 0;
    }
}

.back-button {
    display: inline-block;
    padding: 5px 15px;
    margin: 5px 0 5px 5px;
    background-color: #EDDDC6;
    border: 0px solid #313131;
    color: #000;
    font-size: 14px;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    transition: background-color 0.3s ease;
}