@charset "UTF-8";



@font-face {
  font-family: "regular";
  src: url("regular/regular.woff2") format("woff2"),
    url("regular/regular.woff") format("woff"),
    url("regular/regular.ttf") format("truetype");
}

@font-face {
  font-family: "bold";
  src: url("bold/bold.woff2") format("woff2"),
    url("bold/bold.woff") format("woff"),
    url("bold/bold.ttf") format("truetype");
}/*Mobile Devices.*/		@media all and (max-width: 480px) and (min-width: 320px){	.tp-bgimg{background-size:contain !important;}}

.payment_logo {
  width: 40px;
  height: auto;
  margin: 0 5px;
}

.tt-product,
.tt-collection-item {
  border: solid 1px #ddd;
  padding: 5px;
}

.tagimg {
  border: 1px #cccccc solid;
  margin: 2px;
  padding: 2px;
  width: 20px;
  height: 20px;
  border-radius: 5px;
}
.tagtxt {
  border: 1px #cccccc solid;
  margin: 2px;
  padding: 2px;
  width: 20px;
  height: 20px;
  border-radius: 5px;
}
.options-color {
  border: 1px #ccc solid;
}
/* .dropdown-menu{top:80px !important;} */

.tt-label-location-float {
  position: absolute;
  margin: 3px;
  border-radius: 5px;
}
.optionradio {
  list-style: none;
  margin-left: -35px;
}
.optionradio li {
  float: left;
  margin-right: 10px;
  font-size: 14px;
  font-weight: normal;
  vertical-align: middle;
}
.optionradio input[type="radio"],
input[type="checkbox"] {
  height: 16px;
  width: 16px;
}
.tt-margin-top {
  margin-top: 20px;
}
.tt-margin-top-home-submenu {
  margin-top: 20px !important;
}
.tt-margin-top-submenu {
  margin-top: 10px !important;
}
.tt-custom-logo img {
  max-height: 40px;
  max-width: 180px;
  margin-right: 10px;
  margin-top: 5px;
}
/* .tp-banner-container{height:750px !important;} */
/*.tt-stuck-nav button i::before, .tt-stuck-parent-menu i::before, .tt-stuck-parent-multi button{color:#b57746;}*/
.tt-multi-obj button {
  background: none;
  margin: 0;
}

.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 120px;
  right: 10px;
  text-align: center;
  font-size: 30px;
  z-index: 100;
}

.float_map{
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 190px;
  right: 10px;
  text-align: center;
  z-index: 100;
}
.my-float {
  margin-top: 16px;
}
.trackorder {
  font-size: 12px !important;
}
.topheadernote {
  background-color: #fc0;
  color: #000;
  padding: 2px;
  text-align: center;
}
.languageButton {
  border: 0;
  background-color: #fff;
  font-size: 18px;
  font-weight: normal;
  margin-top: 7px;
  color: #666666;
  cursor: pointer;
}
.error {
  color: #ff0000;
}
/*font color for order status*/
.pending {
  color: #f60;
}
.completed {
  color: #009900;
}
.canceled {
  color: #ff0000;
}
.returned {
  color: #03f;
}
/*alert box*/
.alert-danger {
  padding: 20px;
  background-color: #f44336; /* Red */
  color: #ffffff;
  margin-bottom: 15px;
}

.alert-success {
  padding: 20px;
  background-color: #bceeb5; /* Red */
  color: #006633;
  margin-bottom: 15px;
  font-size: 16px;
}
.textureattr {
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.textureattr li {
  float: left;
  min-width: 40px;
  min-height: 40px;
  margin: 1px;
}
/*pagination*/
.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}
.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}
.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.price_red {
  color: #f8353e !important;
}
.price_black {
  color: #191919 !important;
}

.price_new {
  background-color: #2879fe !important;
  color: #ffffff !important;
}
.deals {
  background: #df1629 !important;
}
.deals>a {
  color: #ffffff !important;
}
.deals>a>li {
  color: #000000 !important;
}
.tt-img img{
	max-height: 300px;
}
.tt-img-roll-over img{
	max-height: 300px;
}

header .tt-search .tt-dropdown-menu .tt-search-input {
  text-transform: none;
}