body {
  background: #fff;
  color: #1A1819;
  /*font-family: 'Montserrat', sans-serif;;*/
  font-family: 'Futura', 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 1px;
}


a {
  color: #000;
  transition: 0.5s;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

a:hover,
a:active,
a:focus {
  color: #000;
  outline: none;
  text-decoration: none;
}

input:focus {
  outline: none;
  box-shadow: none;
}

.form-control:focus {
  box-shadow: none;
}

.web-prod {
  display: none;
}

p {
  padding: 0;
  color: #494949;
  margin: 0 0 30px 0;
  font-weight: 400;
}

h1 {
  font-weight: bold;
}
h2 {
  font-family: 'Futura';
}

h4 {
  font-size: 14px;
}

span {
  font-size: 16px;
}

.ql-align-center{
  text-align: center;
}

.ql-align-right{
  text-align: right;
}

.ql-align-justify{
  text-align: justify;
}


.mt {
  margin-top: 55px;
}

.mt15 {
  margin-top: 15px;
}

.imt {
  margin-top: 108px;
}

.btn.focus, .btn:focus {
  box-shadow: none;
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  transition: all ease-in-out .5s;
}

.nav-up {
  top: -40px;
}

.heading {
  text-align: center;
  margin: 20px auto 45px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.block-header__divider {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 1px;
    background: #333;
}
.heading h2 {
  margin: 0;
}

.heading h2 {
  position: relative;
  font-size: 22px;
  letter-spacing: 1px;
  color: #262626;
  font-weight: 600;
  padding: 0px 15px;
}

.header .navbar-nav .nav-link img {
  width: 22px;
}

.search-bar {
  display: inline-block;
  width: 100%;
  background: #fff;
  border-bottom: none;
  transform: translateY(-200px);
  opacity : 0;
  box-shadow: 0 0 8px 0 rgba(0,0,0,0.1);
  z-index: -1;
  position: fixed;

}
.comes-out{
  opacity: 1!important;
  transform: translateY(0px)!important;
  transition : 0.3s!important;
  z-index: inherit;
  position: relative;
}
.search-bar .input-group span.input-group-text {
  background: #fff;
  border: 0;
  font-size: 20px;
  font-weight: lighter;
  color: #2c2c2c;
  padding-left: 0;
}

.search-bar .input-group span.input-group-text img {
  height: 18px;
}

.search-bar .input-group input {
  border: 0;
  width: 100%;
  max-width: 95%;
  padding-left: 10px;
  height: 48px;
}
.search-bar .input-group input:focus,.search-bar .input-group input :focus-within{
  outline: none!important;
  box-shadow: none!important;
}
.navbar {
  /*padding: 10px 0 5px;*/
  padding: 13px 0px
}
.navbar .navbar-brand img {
  height: 20px;
  margin-bottom: 5px;
  margin-right: 25px;
}
.header .navbar-nav .nav-link {
  padding: 0;
  padding-right: 0px;
  font-weight: 400;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: #1A1819;
}

.slider .carousel-item img {
  width: 100%;
}

.slider .item {
  width: 100%;
  /*height: 550px;*/
  height: 300px;
  background-size: cover !important;
  background-position: center center !important;
}

.slider .contest {
  width: 100%;
  height: 600px;
  background-size: contain !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

.slider .item-mobile{
  width: 100%;
  /*height: 550px;*/
  height: 130px;
  background-size: cover !important;
  background-position: center center !important;
}

.slider .item-mobile-2{
  width: 90%;
  /*height: 550px;*/
  height: 90px;
  margin-left: 5%;
  margin-right: 5%;
  background-size: cover !important;
  background-position: center center !important;
}

.three-banner-item {
  /* width: 33.33%; */
  /*height: 550px;*/
  height: 100px;
  display: flex;
  max-width: 100%;
  background-size: cover !important;
  background-position: center center !important;
  /* margin-top: 10px;

  margin-left: 5px;
  margin-right: 5px; */
  margin: 0px 5px;
  border-radius: 10px;
}

.three-banner-item-circle {
  /* width: 33.33%; */
  /*height: 550px;*/
  height: 150px;
  width: 150px;
  display: flex;
  /* max-width: 100%; */
  background-size: cover !important;
  background-position: center center !important;
  /* margin-top: 10px;

  margin-left: 5px;
  margin-right: 5px; */
  margin: 0px auto;
  border-radius: 50%;
}

.three-banner-item-blog {
  /* width: 33.33%; */
  /*height: 550px;*/
  height: 400px;
  display: flex;
  max-width: 100%;
  background-size: cover !important;
  background-position: center center !important;
  /* margin-top: 10px;

  margin-left: 5px;
  margin-right: 5px; */
}


.three-banner-column {
  width: 33.33%;
  align-self: center;
  /*height: 100px;*/
}

.three-banner-column h4 {
  font-size: 24px;
}

.three-banner-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
  margin: 15px 0px;
  width: 100%;
}

.three-banner-column-blog {
  width: 30%;
  margin-right: 1.6%;
  margin-left: 1.6%;
  align-self: center;
  box-shadow: 2px 2px grey;
}

.mobile-slider .three-banner-column-blog h5{
  margin: 1rem;
  font-size: 0.8rem;
}

.image-column-blog {
  width: 100%;
  height: 700px;
  background-size: cover !important;
  background-position: center center !important;
}

.image-column-blog-mobile {
  height: 350px;
  background-size: cover !important;
  background-position: center !important;
}



.owl-theme .owl-controls .owl-buttons .owl-prev {
  position: absolute;
  top: 45%;
  left: 40px;
  background: url(../img/sl.png) no-repeat;
  height: 30px;
  width: 44px;
  opacity: 1;
  background-size: 80%;
}

.owl-theme .owl-controls .owl-buttons .owl-next {
  position: absolute;
  top: 45%;
  right: 40px;
  background: url(../img/sr.png) no-repeat;
  height: 30px;
  width: 44px;
  opacity: 1;
  background-size: 80%;
}

.stores-small .owl-controls .owl-buttons .owl-prev {
  position: absolute;
  top: 70%;
  left: 40px;
  background: rgba(0,0,0,.3) url(../img/sl.png) no-repeat;
  height: 30px;
  width: 44px;
  opacity: 1;
  background-size: 80%;
  background-position: center;
}

.stores-small .owl-controls .owl-buttons .owl-next {
  position: absolute;
  top: 70%;
  right: 40px;
  background: rgba(0,0,0,.3) url(../img/sr.png) no-repeat;
  height: 30px;
  width: 44px;
  opacity: 1;
  background-size: 80%;
  background-position: center;
}


.section-list-menu h4{
  font-size: 22px;
  font-weight: bold;
}

.section-list-menu li{
  font-size: 16px;
}

.section-list-menu a:hover{
  background-color: black;
  color: white;
}

.section-list-menu .horizontal-ul  {
  display: inline-block;

  zoom:1;
  display:inline;

}

.row.stores-small {
  margin-left: 0px;
}


.slider-text-block {
  position: absolute;
  bottom: 20px;
  right: 20px;
  background-color: white;
  color: black;
  padding-left: 20px;
  padding-right: 20px;
}

.slider .item-text-block {
  width: 100%;
  /*height: 550px;*/
  height: 350px;
  background-size: cover !important;
  background-position: center center !important;
}

.slider .item-text-block-2 {
  width: 75%;
  /*height: 550px;*/
  height: 100%;
  background-size: cover !important;
  background-position: center center !important;
}

.slider .row-banners-with-side-text {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.row-banners-with-side-text p{
  font-size: 16px;
  font-weight: 800;
}

.banner-slider-side-text {
  margin-top: 5%;
}

.banner-slider-side-text-larger-images {
  margin-top: 5%;
}

.slider .item-side-text-block {
  padding-left: 5%;
  padding-right: 5%;
  /*height: 550px;*/
  height: 220px;
  background-size: cover !important;
  background-position: center center !important;
}

.slider .item-side-text-block-2 {
  width: 100%;
  /*height: 550px;*/
  height: 100%;
  background-size: cover !important;
  background-position: center center !important;
}

.slider .item-side-text-block-larger-images {
  padding-left: 5%;
  padding-right: 5%;
  /*height: 550px;*/
  height: 220px;
  background-size: cover !important;
  background-position: center center !important;
}


.slider .item-text-block .slider-text-block{
  position: absolute;
  bottom: 20%;
  right: 20px;
  background-color: white;
  color: black;
  padding-left: 20px;
  padding-right: 20px;
  width: 50%;
  height: 60%;
}

.slider .item-mobile .slider-text-block{
  position: absolute;
  bottom: 10%;
  right: 0px;
  background-color: white;
  color: black;
  padding-left: 10px;
  padding-right: 10px;
  width: 60%;
  height: 85%;
}


.slider-text {
  /* position: absolute;
  top: 32%;
  text-align: center;
  width: 100%;
  right: 11%;
  max-width: 40%;
  color: #fff;
  text-transform: uppercase; */
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
  width: 100%;
  max-width: 40%;
  color: #fff;
  text-transform: uppercase;
}

.slider-text p {
  color: #fff;
  font-size: 18px;
}


.slider-text h1 {
  font-weight: bold;
  font-size: 47px;
  text-transform: uppercase;
  color: #fff;
  margin: 0px auto 50px;
  letter-spacing: 2px;
  line-height: 36px;
}

.slider-text h4 {
  font-size: 15px;
  letter-spacing: 1px;
  margin-bottom: 40px;
}


.slider-text-block p {
  color: black;
  font-size: 12px;
  margin: 0px 10% 10% 5%;
}


.slider-text-block h1 {
  font-size: 24px;
  text-transform: none;
  color: black;
  margin: 10% 10% 2% 5%;
  line-height: 36px;
}

.slider-text-block h4 {
  font-size: 15px;
  letter-spacing: 1px;
  margin: auto 5% 2% 5%;
  font-weight: 700;
}


.slider a.carousel-control-prev img, .slider a.carousel-control-next img {
  width: 32px;
}

.slider a.carousel-control-prev, .slider a.carousel-control-next {
  width: 10%;
  opacity: 1;
}

.slider .carousel-indicators .active {
  width: 8px;
  background-color: #fff;
  height: 8px;
  border: solid 1px #fff;
}

button.btn.slide-btn {
  border: 2px solid #BCD4DE;
  background: transparent;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  padding: 15px 45px;
  letter-spacing: 1px;
  margin: 0 auto;
  display: inline-block;
  border-radius: 0;
  font-weight: 500;
}

.slider .carousel-indicators li {
  width: 8px;
  height: 8px;
  border-radius: 100px;
  border: 1px solid #fff;
  background-color: transparent;
  margin: 0 6px;
}

.slider .carousel-indicators {
  bottom: 45px;
  z-index: 1;
  align-items: center;
  margin: 0;
}


ul.partner-list {
  padding: 0;
  align-items: center;
  text-align: center;
  width: 100%;
  margin: 45px auto 20px;
  display: inline-block;
  display: none;
}

ul.partner-list li {
  width: 16.66%;
  float: left;
  text-align: center;
  display: inline-block;
}

/*ul.partner-list li img {
    height: 65px;
}*/

.sub-banner {
  position: relative;
  overflow: hidden;
  background: #1b2839;
  margin-bottom: 15px;
  display: inline-block;
  max-width: 100%;
}

.sub-banner::before, .sub-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

.sub-banner img {
  height: auto;
  max-width: 100%;
  border: none;
  outline: none;
  transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}

.sub-banner .sub-banner-detail {
  color: #1f1f2f;
  position: absolute;
  text-align: center;
  left: 50%;
  top: 40%;
  width: calc(100% - 50px);
  transform: translateX(-50%);
  display: none;
}

.sub-banner .sub-banner-detail .sub-banner-title h4 {
  font-size: 35px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.sub-banner .sub-banner-detail .sub-banner-title img {
  margin: 0 5px 10px;
}

.sub-banner-block .sub-banner:hover img {
  opacity: 0.6;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.sub-banner:hover::before {
  top: 50%;
  bottom: 50%;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  background-color: rgba(255, 255, 255, 0.5);
}

.sub-banner:hover::after {
  left: 50%;
  right: 50%;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  background-color: rgba(255, 255, 255, 0.5);
}

.sub-banner-block {
  display: none;
  width: 100%;
  padding: 40px 0;
}

.btn-div {
  display: block;
  margin: 0px auto;
  text-align: center;
}

a.catg-btn {
  background: #000;
  color: #fff;
  text-transform: uppercase;
  transition: all ease .5s;
  padding: 0px 20px;
  border: 1px solid #000;
  font-size: 12px;
  height: 44px;
  line-height: 43px;
  display: inline-block;
  font-weight: 600;
}

a.catg-btn:hover {
  background: #fff;
  color: #000;
  transition: all ease .5s;
}

/* .store-banner img{
  width: 100%;
  height: auto;
  padding-bottom: 30px;
} */

.store-banner-widget{
  padding-bottom: 30px;
}

.store-banner{
  background-position: center;
  background-blend-mode: normal;
  background-size: cover;
  height: 200px; width: 100%;
}

.pill-button-section {
  padding-bottom: 30px;
}

.pill-button {
  background-color: #ddd;
  border: none;
  color: black;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 16px;
}

div .scrollmenu {
  overflow: auto;
  white-space: nowrap;
}



.product-img:hover span.pro-txt, .product-img:hover .heart-icon {
  /*display: none;*/
}

.product-slide .heading {
  margin-top: 0;
}

.prod-heading {
  text-align: center;
}

.product-slide .heading h2:after {
  content: url(../img/right-ar1.png);
}

.product-slide .heading h2:before {
  content: url(../img/left-ar1.png);
}

.product-listing .owl-controls.clickable {
  display: none !important;
}

.product-listing .owl-item {
  width: 283px !important
}

.product-img {
  overflow: hidden;
  background: #fff;
  position: relative;
  height: 250px;
  transition: transform .2s;
}
.related-products .product-img {
  height: 160px;
}
.featured-product .display-product img {
  height: 100%;
}


.product-box .product-img img {
  transition: all 0.4s ease-in-out 0s;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
}

.product-box .prod-effect::before, .product-box .prod-effect::after {
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.product-box .prod-effect::after {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
}

.product-box a.read {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
}

.product-box:hover .product-img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  /*opacity: 0.2;*/
  /*filter: alpha(opacity=20);*/
}
.product-box .product-img a:hover, .cart-row a:hover {
  filter: unset;
}
.product-box:hover .prod-effect::before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

.product-box:hover .prod-effect::after {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

.product-box:hover a.read {
  opacity: 1;
  filter: alpha(opacity=100);
}

.featured-product {
  display: inline-block;
  width: 100%;
  padding-bottom: 40px;
  text-align: center;
}

.product-box {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}

.product-img img {
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}

.stores-grid-logo {
  width: 500px;
  padding: 0;
  overflow-x: hidden;
}
.stores-grid-logo .store-name {
  display: block;
  font-size: 15px;
  margin-top: 40px;
}
.stores-grid .product-img {
  height: 90px;
}

.stores-grid .product-img img {
  width: auto;
  height: 100%;
  margin: 0 auto;
  transform: translate(30%, -50%);
}
.stores-grid .product-box , .categories-grid .product-box {
  margin-bottom: 0px;
}
.stores-small .product-img img {
  height: auto;
}

.product-detail {
  display: inline-block;
  width: 100%;
  text-align: left;
  padding: 10px 0px 10px;
}

.product-detail h4 {
  font-size: 14px;
  letter-spacing: .5px;
  margin: 0 0 10px;
  font-weight: 500;
  line-height: 18px;
  color: #555555;
}

.product-detail.store-name {
  padding: 10px 0px 5px;
}
.product-detail.store-name h4{
  margin-bottom: 0px;
}
.product-listing .col-12 {
  padding: 0;
}

.product-slide.web-product {
  padding-top: 50px;
}

.product-detail h5 {
  color: #000;
  font-size: 14px;
}

.product-detail h6 {
  color: #000;
  font-size: 10px;
  text-decoration: line-through;
}

.product-detail s {
  color: #ddd;
  font-weight: lighter;
  font-size: 12px;
}

.product-img {
  position: relative;
}

.product-img .heart-icon {
  position: absolute;
  top: 3%;
  right: 3%;
  font-size: 26px;
  height: auto;
}

/*.product-review .owl-item{width: 100% !important;}*/

.product-review {
  padding-top: 70px;
  margin: 50px 0;
  display: inline-block;
  width: 100%;
  position: relative;
}

.product-review::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #f5f6f8;
  height: 290px;
}

/*.left-img{width: 50%; float: left; display: inline-block;}
.review-right{width: 50%; float: right; display: inline-block;text-align: left;}*/
.left-img img {
  text-align: right;
  float: right;
  margin-bottom: 30px;
  max-width: 100%;
}

.right-review .btn-div {
  text-align: left;
  margin: 0;
}

.right-review {
  margin-top: 40px;
}

.exp-head span {
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  font-size: 8px;
  letter-spacing: 0;
  display: inline-block;
  line-height: 40px;
  text-align: center;
  font-weight: 600;
}

.exp-head {
  display: inline-block;
  width: 100%;
  font-weight: 600;
  letter-spacing: 0;
  margin-bottom: 0px;
}

.exp-head p {
  display: inline-block;
  margin-left: 10px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 20px;
}

.right-review h3 {
  margin-bottom: 35px;
  font-weight: bold;
  font-size: 30px;
}

.right-review h5 {
  font-size: 24px;
  color: #555555;
  font-weight: normal;
}

.right-review .btn-div a.catg-btn {
  padding: 0 45px;
}

p.review-content {
  margin: 40px 0;
  line-height: 26px;
  font-size: 15px;
  letter-spacing: 0;
  font-weight: 300;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

div.review-content p, div.review-content p span {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* so dong limit*/
  -webkit-box-orient: vertical;
}

.footer {
  display: inline-block;
  width: 100%;
  background: #ffffff;
  padding: 30px 0;
  border-top: 6px solid #000;
}

.footer-title h4 {
  text-transform: uppercase;
  font-size: 14px;
  margin: 0 0 20px;
  font-weight: bold;
}

.footer-title ul {
  padding: 0;
  margin: 0;
  display: inline-block;
  font-size: 14px;
}

.footer-title li {
  list-style-type: none;
  display: block;
  padding: 5px 10px;
}

.footer-title li a {
  line-height: 36px;
  font-size: 14px;
  width: 100%;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0;
  color: #494949;
}
.footer-title .fa-2x {
  font-size: 1.5em;
}

.footer-message li {
  line-height: 24px;
  font-size: 14px;
  letter-spacing: 0;
  color: #494949;
  text-align: center;
}

.mobile-br{
  display: none
}

span.next-btn {
  position: absolute;
  top: 1px;
  right: 1px;
  background: #fff;
  height: 46px;
  width: 40px;
  line-height: 44px;
  text-align: center;
  cursor: pointer;
}

span.next-btn img {
  width: 21px;
}

.footer-title p {
  font-size: 13px;
  letter-spacing: 0;
  line-height: 20px;
  margin-bottom: 20px;
}

.foot-search span.input-group-text {
  background: transparent;
  border: 0;
}

.foot-search span.input-group-text img, .mail-group span.input-group-text img {
  width: 20px;
}

a.footer-logo img {
  /*max-width: 45%;*/
}

.mail-group input {
  border: 1px solid #000;
  height: 48px;
  width: 80%;
  max-width: 80%;
  padding: 0 8px;
  font-size: 13px;
}

.mail-group span.input-group-text {
  background: #000;
  color: #fff;
  border: 1px solid #000;
  margin-left: 5px;
}

.input-group.mail-group .ui-input-text input {
  width: 100%;
  max-width: 100%;
}

.owl-controls .owl-page span {
  width: 10px;
  height: 10px;
  background: #000000;
  opacity: 1;
}

.owl-theme .owl-controls .owl-page span {
  background: transparent;
  opacity: 1;
  width: 8px;
  height: 8px;
  border: solid 1px #000;
}

.owl-controls .owl-page.active span, .product-slider .carousel-indicators .active {
  width: 8px;
  background-color: #000;
  border: solid 1px #000;
  height: 8px;
}

.owl-theme .owl-controls .owl-page {
  vertical-align: middle;
}

.product-slider .carousel-indicators li {
  background: #000;
}

span.pro-txt {
  position: absolute;
  left: 5%;
  top: 5%;
}

span.pro-txt a {
  background: #000;
  color: #fff;
  font-size: 9px;
  letter-spacing: 0;
  padding: 6px 10px;
  border-radius: 15px;
  display: inline;
  line-height: 12px;
  margin-right: 5px;
  white-space: nowrap;
}


/*...............inner page...............*/
.inner-slider {
  background: #000;
  height: 209px;
  text-align: center;
  width: 100%;
  color: #fff;
  display: flex;
  align-items: center;
}

.inner-page-heading {
  display: inline-block;
  text-align: center;
  color: #fff;
  width: 100%;
  margin: 0 auto;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.inner-page-heading h2 {
  font-size: 24px;
}

.innerpg-product {
  padding: 50px 0 60px;
}

/*.innerpg-product .product-detail {padding: 18px 0px 10px;}*/
.product-detail {
  padding: 18px 0px 10px;
}

.prod-btn {
  display: inline-block;
  width: 100%;
  text-align: right;
  margin-bottom: 20px;
}

.prod-btn a {
  border: 1px solid #000;
  padding: 8px 20px 9px;
  text-transform: uppercase;
  font-size: 13px;
  display: inline-block;
  vertical-align: middle;
  float: right;
  color: #494949;
}

.prod-btn img {
  width: 16px;
  margin-left: 5px;
  margin-top: -2px;
}

.display-product {
  position: relative;
  background-position: center !important;
  background-size: cover;
  width: 100%;
  height: 390px;
}

.innerpg-product .display-product img {
  opacity: .3;
}

.innerpg-product .disp-effect img {
  opacity: 1;
  height: 76px !important;
}

.disp-effect {
  position: absolute;
  opacity: 1;
  top: 40%;
  left: 20%;
}

.innerpg-product .product-listing {
  margin-bottom: 30px;
}

.ark-product-list .product-img img {
  height: 256px;
}


/*....................arkdia style............*/


.navbar-toggler {
  margin-top: 15px;
}

.mobile-menu {
  display: none;
}

@media (min-width: 992px) {
  #nav-left .navbar-nav .nav-link {
    padding-right: 20px;
  }

  #nav-right .navbar-nav .nav-link {
    padding-left: 35px;
  }
}


/*............catalogo........*/

.pg-breadcrumb .breadcrumb {
  background-color: transparent;
  padding: 1.2rem 0;
  margin-bottom: 0;
}

.breadcrumb-item + .breadcrumb-item::before {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  color: #6c757d;
  content: "\f105" !important;
  font-family: FontAwesome;
  font-size: 18px;
}

.pg-breadcrumb .breadcrumb-item a, .pg-breadcrumb .breadcrumb-item.active {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0;
}

.pg-breadcrumb .breadcrumb-item.active {
  color: #000;
  font-weight: 600;
}

.cata-heading h2 {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0;
}

.product-tab .nav-item + .nav-item::before {
  padding-right: .5rem;
  padding-left: .5rem;
  color: #000;
  content: "|";
  font-size: 18px;
  font-weight: normal !important;
}

.product-tab .nav-item {
  display: inline-flex;
  align-items: center;
}

.product-tab .nav-item .nav-link {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: .5px;
  padding: .5rem .75rem;
}

.product-tab .nav-item.show .nav-link, .product-tab .nav-link.active {
  border-color: transparent;
  font-weight: 600;
}

.product-tab {
  border-bottom: 0;
  display: inline-block;
  width: 100%;
  text-align: right;
}

.product-tab li {
  display: inline-block;
  text-align: right;
}

.product-tab li.head-tab {
  padding: .5rem 1rem;
  font-size: 13px;
}

.left-filter ul {
  padding: 0;
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}

.left-filter ul li {
  display: inline-block;
  padding: 0 5px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.left-filter ul li img {
  margin-right: 5px;
  width: 8px;
}

.cata-heading {
  display: flex;
  height: 100%;
  align-items: center;
}

.catalog-head, .left-filter {
  display: inline-block;
  width: 100%;
  margin: 0px auto;
}

.left-filter {
  display: inline-block;
  width: 100%;
  margin: 10px auto;
}

.right-filter {
  text-align: right;
}

.filter-sec {
  margin: 20px 0 25px;
}

button.btn.filter-btn {
  display: inline-block;
  border: 2px solid #000000;
  border-radius: 0;
  color: #000000;
  background: transparent;
  text-transform: uppercase;
  font-size: 12px;
  padding: 11px 70px;
  font-weight: 500;
}
button.btn.add-to-cart-btn {
  border: 1px solid #000000;
  border-radius: 0;
  color: #000000;
  text-transform: uppercase;
  font-size: 12px;
  padding: 7px 63px;
  font-weight: 500;
  background: transparent;
}

.product-pagination li img {
  width: 20px;
}

ul.pagination.product-pagination {
  margin: 10px auto 40px;
}

.page-item:last-child .page-link, .page-item:first-child .page-link {
  border-radius: 0;
}

.product-pagination .page-link {
  border: 0;
  color: #aeaeae;
  margin: 0;
  font-weight: normal;
  font-size: 13px;
  padding: 1rem 1.1rem;
  letter-spacing: 0;
}

.product-pagination .page-link:focus {
  outline: 0;
  box-shadow: none;
}

.product-pagination .page-link:hover {
  background: transparent;
}

.product-pagination .page-link.active {
  border: 1px solid #000;
  color: #000;
  font-weight: 600;
}


.gc-display-area {
  border: 0;
  padding: 0;
}

.gc-thumbs-area {
  left: 98% !important;
  top: 0 !important;
  width: 100px !important;
  height: 100% !important;
}

.gc-display-container, .gc-display-display {
  width: 100% !important;
  /*height: 100% !important;*/
  max-width: 96%;
}

.glass-case ul {
  height: 100% !important;
  width: 100% !important;
  display: block;
}

.gc-thumbs-area.gc-hz li {
  display: block;
  float: left;
  width: 100% !important;
  height: 90px !important;
  max-width: 85%;
}

.glass-case ul li .gc-li-display-container img {
  top: 48%;
  width: 70px;
  height: 70px;
}

.glass-case ul li.gc-active, .glass-case ul li.gc-active:hover {
  border-color: #faf7f7
}

.display-detail h5 {
  font-size: 25px;
  color: #000;
  font-weight: lighter;
  margin-bottom: 20px;
}

.rating img {
  padding-right: 3px;
}

.rating span {
  font-size: 12px;
  margin-left: 4px;
}

.display-detail .exp-head span {
  width: 50px;
  height: 50px;
  line-height: 50px;
}

.display-detail .exp-head p {
  font-size: 17px;
}

.display-detail h3 {
  margin: 15px 0 20px;
  font-weight: bold;
  font-size: 30px;
}

.display-detail h5 {
  font-size: 24px;
  margin: 30px 0 25px;
}

.display-detail p.review-content {
  margin: 15px 0 30px;
  line-height: 25px;
}

.display-section {
  margin-top: 25px;
}

.glass-case ul li {
  border: 0;
}

.new-product {
  background: url('../img/review-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  padding: 40px 0;
  margin: 30px 0;
}

.display-description {
  width: 100%;
  display: block;
}
.login-section .display-description {
  max-width: 68%;
  margin: 75px auto 60px;

}

.display-description .tab-content {
  border-top: 0;
  padding: 20px 5px;
}

.display-description .nav-tabs {
  border-bottom: none;
  text-align: center;
  display: inline-block;
  width: 100%;
}

.display-description .nav-tabs .nav-link {
  color: #000;
  text-transform: uppercase;
  font-size: 13px;
  padding: .5rem 4rem;
  font-weight: 500;
  transition: inherit;
  border-bottom: 1px solid #000000;
}

.display-description .nav-tabs .nav-link:focus {
  border: solid 1px transparent;
  border-radius: 0;
}

.display-description .nav-tabs .nav-link:hover {
  border: solid 1px transparent;
  border-radius: 0;
}

.display-description .nav-tabs .nav-item.show .nav-link, .display-description .nav-tabs .nav-link.active {
  border: solid 1px #000;
  font-weight: 600;
  border-radius: 0;
  background: #fff;
  color: #000;
  border-bottom: none;
}

.display-description .nav-tabs .nav-item {
  text-align: center;
  display: inline-block;
  margin-left: -5px;
}

.nav-item.item-mb {
  width: 18% !important;
}

.display-description .tab-content p {
  color: #898989;
  margin-bottom: 0;
  line-height: 25px;
  font-size: 15px;
}

.social-list ul {
  padding: 0;
  display: inline-block;
  width: 100%;
  margin-bottom: 0;
}

.social-list ul li {
  display: inline-block;
  width: auto;
  padding: 0 10px;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: .5px;
  font-weight: 600;
}

.social-list {
  margin: 25px auto 10px;
}

.social-list ul li img {
  font-size: 20px;
  padding: 0 15px;
}

.inc-dec-btn {
  width: 100%;
  display: block;
  margin: 25px 0 0px;
  max-width: 40%;
  text-align: center;
}

.inc-dec-btn span.input-group-btn .btn {
  border-radius: 0;
  background: transparent;
  border: solid 1px #000;
  padding: 2px 18px;
  font-size: 26px;
}

.product-box .inc-dec-btn {
  max-width: 75%;
  margin-right: auto;
  margin-left: auto;
}

.product-box .inc-dec-btn span.input-group-btn .btn {
  padding: 0px 10px;
  font-size: 22px;
}

.inc-dec-btn input {
  text-align: center;
  font-size: 14px;
  border: none;
  transition: inherit;
  border-bottom: solid 1px #000;
  border-top: solid 1px #000;
}

.inc-dec-btn .form-control:focus {
  border-color: #000;
  box-shadow: none;
}

.p-des-list td {
  width: 50%;
  border: 1px solid #000;
  border-width: 1px 0;
}

.table.p-des-list tr td {
  border: solid 1px #000;
  padding: 0;
}

tr.des-item td {
  padding: 20px 8px;
}

select#select-list {
  border: 0;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  background: url(../img/caret.png) no-repeat right center;
  padding: .75rem;
  background-color: #fff;
}

.table.p-des-list .des-item td {
  padding: 1rem;
}

select:focus {
  box-shadow: none;
  outline: 0;
}

.p-des-list tr:first-child td:first-child {
  border: 1px solid #000;
}

.table.p-des-list h6 {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
}

table.table.p-des-list span {
  text-align: right;
  color: #41393988;
  float: right;
  font-size: 15px;
}

.wish-div {
  margin: 20px 0;
  display: inline-block;
  width: 100%;
}

.wish-div .btn {
  border: 1px solid #000;
  border-radius: 0;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0px 20px;
  background: transparent;
  vertical-align: middle;
  height: 46px;
  line-height: 46x;
}

button.btn.cart-btn {
  background: #000;
  color: #fff;
}

button.btn.wish-btn i {
  font-size: 18px;
  margin-right: 5px;
}

.btn.wish-btn {
  padding: 13px 15px;
  margin-left: 10px;
}

.product-tab-mobile, .new-filter {
  display: none;
}

.product-tab-mobile .dropdown-toggle::after {
  display: none;
}

.product-tab-mobile .dropdown-toggle:hover .dropdown-menu {
  display: block;
}

.header-top {
  display: inline-block;
  width: 100%;
  background: #000;
  max-height: 75px;
}


button.btn.wish-btn img {
  width: 20px;
  margin-right: 5px;
}

img.bag-icon {
  height: 25px;
}

.display-section.login-section .tab-content {
  padding: 20px 180px 40px;
}

.login-section .tab-content h2 {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  margin: 0 0 40px;
  letter-spacing: 1px;
}

.login-section .form-control {
  height: 48px;
  border-radius: 0;
  font-size: 14px;
  border-color: #282828;
  box-shadow: none;
  color: #282828;
}

.login-section .form-group span {
  /*position: absolute;*/
  /*top: 8px;*/
  /*right: 25px;*/
  /*text-transform: uppercase;*/
  font-size: 12px;
  color: #494949;
}

.login-section .form-group {
  text-align: center;
}

.login-section .form-group a {
  display: inline-block;
  margin: 5px 0 0;
  text-transform: uppercase;
  font-size: 12px;
  color: #494949;
}

.login-section .form-group a.catg-btn {
  color: #fff;
}

.login-section .form-group a.catg-btn:hover {
  color: #282828;
}

.carrito-section {
  display: inline-block;
  width: 100%;
  padding: 10px 0px;
}

.left-heading {
  display: inline-block;
  padding-bottom: 50px;
}

.left-heading h3 {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 600;
  color: #282828;
  margin: 0px;
}

.left-heading span {
  font-size: 12px;
  font-weight: 500;
}

.left-heading.right span {
  padding-right: 20px;
}

.left-heading.right {
  float: right;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 1px solid #d1d1d1;
  color: #d1d1d1;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
  padding: 10px 2px;
}

.table td, .table th {
  border-top: none;
  padding: 20px 0;
  vertical-align: middle;
  font-size: 14px;
}

.item-table .inc-dec-btn {
  width: 50%;
  margin: 0 auto;
  max-width: 100%;
}

/*.item-table .inc-dec-btn .input-group {
    border: none;
}*/
.item-table .inc-dec-btn span.input-group-btn .btn {
  padding: 0px 10px;
  font-size: 24px;
  border: solid 1px #000;
}

.item-table .form-control {
  width: 40px;
  padding: 0;
}

.item-table tr td span {
  font-weight: 500;
  font-size: 15px;
  margin-right: 15px;
}

.item-table tr td img {
  width: 85px;
  margin-right: 40px;
}

.item-table tr td h5 {
  display: inline-block;
  width: 60%;
  font-size: 14px;
  line-height: 20px;
  vertical-align: middle;
  margin: 0;
}

.item-table tr td h5 span {
  display: block;
  font-size: 14px;
  color: #494949;
  margin: 0;
}

.item-table tr td .input-group-btn {
  margin: 0;
}

.table {
  margin: 0;
}

.tfooter {
  display: inline-block;
  width: 100%;
  border-top: solid 1px #ddd;
  padding-top: 20px;
}

.tfooter h4 {
  font-size: 14px;
  text-transform: uppercase;
  text-align: right;
  margin: 0 0 25px;
}

.tfooter a {
  display: inline-block;
  float: left;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  border-bottom: solid 2px #202020;
  line-height: 26px;
  padding-top: 10px;
}

.btn.table-btn {
  background: #000;
  color: #fff;
  text-transform: uppercase;
  transition: all ease .5s;
  padding: 0px 60px;
  border: 1px solid #000;
  font-size: 14px;
  height: 45px;
  line-height: 45px;
  display: inline-block;
  font-weight: 600;
  border-radius: 0;
  float: right;
}

.btn.table-btn:hover {
  background: #fff;
  color: #000;
}

.input-group.foot-search:focus {
  outline: none;
}

.nav-right-container {
  position: fixed;
  top: 0;
  right: 0;
  background: #fff;
  width: 25%;
  z-index: 9999;
  height: 100%;
  display: none;
}

.filter-catlog {
  display: inline-block;
  width: 100%;
  padding: 10px 0;
  height: calc(100% - 140px);
  overflow-y: auto;
  margin-left: 20px;
}

.filter-catlog-heading {
  display: inline-block;
  width: 100%;
  padding: 20px 30px 10px;
  box-shadow: 0 0 3px #eee;
}

.nav-right-container h3 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0 0 10px;
  display: inline-block;
}

.nav-right-container ul li:last-child ul {
  border-bottom: none;
}

.hide-filter {
  float: right;
  margin-top: -4px;
  cursor: pointer;
}

.nav-right-container ul {
  margin: 0;
  padding: 0 30px 0 10px;
}

.nav-right-container li {
  display: inline-block;
  width: 100%;
}

.nav-right-container li a {
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
  padding: 10px 0;
}

.nav-right-container li .card-header {
  padding: 0;
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: none;
}

.nav-right-container li .card-header span {
  float: right;
}

.custom-control-label::before {
  width: 14px;
  height: 14px;
  background-color: #fff;
  border: solid 1px #000;
  top: 8px;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0;
}

.custom-checkbox span {
  float: right;
}

.custom-control-label {
  text-transform: capitalize;
  font-size: 14px;
}

.nav-right-container li ul li a {
  padding: 5px 0;
}

.nav-right-container ul li ul {
  border-bottom: solid 1px #000;
  padding: 0 0 10px;
}

.custom-control-label::after {
  position: absolute;
  top: 8px;
  left: 0;
  display: block;
  width: 14px;
  height: 14px;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #000;
}

.catlog-filter-btn {
  width: 100%;
  border-top: solid 1px #000;
  padding: 15px 0;
  text-align: center;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}

.btn.catlog-btn {
  background: #000;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  padding: 11px 80px;
  border-radius: 0;
  font-weight: 500;
}

.order-category {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 9999;
  padding: 40px 40px 100px;
  text-align: center;
  border: solid 1px #eee;
}

.order-category li.active {
  font-weight: bold;
}
.display-section.login-section .tab-content
.order-category h3 {
  font-size: 20px;
  text-transform: uppercase;
  margin: 0 0 40px;
}

.order-cat-hide {
  position: absolute;
  top: 35px;
  left: 25px;
  cursor: pointer;
}

.order-category ul {
  padding: 0;
  margin: 0;
}

.order-category li {
  display: inline-block;
  width: 100%;
}

.order-category li a {
  display: inline-block;
  width: 100%;
  padding: 5px 0;
}

.product-slider.mobile-slider {
  display: none;
}

.mb-footer {
  display: none;
}

.cart-item {
  color: #000;
  background-color: #fff;
  border-radius: 50%;
  font-size: 10px;
  font-weight: 500;
  padding: 0;
  position: absolute;
  right: -6px;
  width: 15px;
  height: 15px;
  line-height: 14px;
  bottom: 0;
  top: -13px;
  text-align: center;
  border: none;
}

.mobile-slider {
  display: none;
}

.mobile-td {
  display: none;
}

.mobile-social {
  display: none;
}

.mobilecart-list {
  display: none;
}

.btn-cart-btm {
  display: none;
}

.mobile-product {
  display: none;
}

.mt110 {
  margin-top: 110px;
}

.contact-infomation h2 {
  font-size: 22px;
  letter-spacing: 1px;
  color: #262626;
  font-weight: 600;
  text-transform: uppercase;
  margin: 15px 0 20px;
}

.contact-infomation p {
  letter-spacing: 0;
  margin-bottom: 20px;
}

.contact-infomation .form-control {
  height: 48px;
  color: #494949;
  font-size: 13px;
  border-radius: 0;
  border: solid 1px #000;
  box-shadow: none;
  transition: inherit !important;
  padding: 0 15px;
}

.contact-infomation .custom-control-label::before {
  width: 24px;
  height: 24px;
  top: 3px;
}

.contact-infomation .custom-control-label::after {
  top: 3px;
  left: 0;
  width: 24px;
  height: 24px;
}

.contact-infomation .custom-control {
  padding-left: 2.5rem;
  display: inline-block;
}

.delivery-information {
  display: inline-block;
  width: 100%;
  margin-top: 50px;
}

.delivery-information .display-description {
  max-width: 100%;
  margin: 25px auto 60px;
}

.delivery-information .display-description .tab-content {
  border: none;
  padding: 20px 0;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #000;
}

.quantity-price {
  display: inline-block;
  float: right;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: none;
}

.continue-caeckout a {
  padding-top: 3px;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 13px;
  border-bottom: solid 2px #000;
}

.continue-caeckout .catg-btn {
  padding: 0 30px;
  text-align: center;
  border-bottom: solid 1px #000;
  font-size: 12px;
  float: right;
}

.info-icon {
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 21px;
}

.continue-caeckout {
  padding-top: 30px;
}

.right-cart-list {
  /*position: absolute;*/
  /*top: 0;*/
  /*right: 0;*/
  /*width: 46.5%;*/
  background: #f5f6f8;
  /*height: 100%;*/
  padding: 60px 60px;
}

.right-cart-list ul {
  padding: 0;
  margin: 0;
}

.right-cart-list li {
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}

.cart-img {
  display: inline-block;
  position: relative;
}

.cart-img span {
  position: absolute;
  bottom: 0;
  right: -15px;
  background: #000;
  width: 34px;
  height: 34px;
  color: #fff;
  text-align: center;
  line-height: 34px;
  font-size: 14px;
  font-weight: 500;
}

.cart-item-detail h5 {
  font-size: 14px;
  letter-spacing: .5px;
  line-height: 22px;
  margin: 0;
}

.cart-item-detail {
  display: inline-block;
  vertical-align: middle;
  padding-left: 30px;
  max-width: 60%;
}

.right-cart-list li b {
  float: right;
  padding-top: 20px;
}

.subtotal {
  display: inline-block;
  width: 100%;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
  padding: 10px 0;
}

.subtotal li {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 36px;
}

.subtotal li span {
  float: right;
}

.total h4 {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .5px;
}

.total h4 span {
  float: right;
  font-size: 18px;
}

.total {
  display: inline-block;
  width: 100%;
  padding-top: 40px;
}

.coupon-discount {
  display: inline-block;
  width: 100%;
  padding: 10px 0;
}

.coupon-discount li {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 36px;
}

.coupon-discount li span {
  float: right;
}

.login-section .display-description .nav-tabs .nav-link {
  padding: .5rem 6rem;
}

.oreder-confirm {
  display: inline-block;
  width: 100%;
  padding: 40px 0;
}

.oreder-confirm h4 {
  text-transform: uppercase;
  font-weight: 500;
  color: #494949;
  font-size: 18px;
}

.oreder-confirm span {
  display: block;
  margin-bottom: 20px;
}

.oreder-confirm span img {
  width: 50px;
}

.oreder-confirm h2 {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 32px;
  color: #262626;
  margin: 10px 0 0;
}

.contact-information {
  display: inline-block;
  width: 100%;
  margin-top: 50px;
}

.contact-information h3 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
  border-bottom: solid 2px #808080;
  color: #262626;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.contact-information ul {
  padding: 0;
  margin: 0;
  display: inline-block;
  width: 50%;
  float: left;
}

.contact-information li {
  display: inline-block;
  width: 100%;
}

.contact-information li h5 {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  color: #262626;
  position: relative;
  margin-bottom: 15px;
}

.contact-information li h5::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  height: 2px;
  width: 25px;
  background: #808080;
}

.contact-information li p {
  font-size: 12px;
  letter-spacing: .5px;
  line-height: 24px;
  margin-bottom: 40px;
}

.confirm-btn {
  display: inline-block;
  width: 100%;
  border-top: solid 2px #808080;
  padding-top: 20px;
  text-align: right;
}

.confirm-btn .catg-btn {
  padding: 0 20px;
  font-weight: 500;
}

.mobile-show {
  display: none;
}

.mobile-checkout-item {
  display: none;
}

.metodo-caeckout .catg-btn {
  float: right;
}

.ui-loader.ui-corner-all.ui-body-a.ui-loader-default {
  display: none;
}

.input-group.mail-group {
  width: 100%;
  max-width: 100%;
}

.input-group.mail-group .ui-input-text {
  max-width: 80%;
  width: 80%;
}

.overlay-body {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .7);
  width: 100%;
  height: 100%;
  z-index: 1111;
  display: none;
}

.display-description .tab-content ul {
  padding: 0;
  margin: 0;
}

.display-description .tab-content li {
  /*display: inline-block;*/
  /*width: 100%;*/
  text-align: left;
  line-height: 22px;
}

.product-review ul li {
  text-align: left;
}

.nav.navbar-nav.web-menu-drodown li .dropdown-menu {
  padding: 0;
  margin: 0;
  border-radius: 0;
  border-color: #eee;
  box-shadow: none;
  min-width: 13rem;
  max-height: 550px;
  overflow-x: hidden;
  overflow-y:auto;
  
}


.dropdown-menu-2 {
  padding: 0;
  margin: 0;
  border-radius: 0;
  border-color: #eee;
  box-shadow: none;
  min-width: 15rem;
  max-height: 600px;
  overflow: auto;
}

.panel-heading > a:hover:after {
  transform: rotate(-90deg);

}

.panel-heading > a::after {
  margin-top: 8px;
  margin-right: 4px;
  float: right;
 /*  margin-top: 15px; */
  color:rgb(197, 185, 185) ;
}


.panel-heading{
  position:relative;
 /*  border-bottom: solid 1px #eee; */

}


/* sub menu derecho */
.panel-heading> .dropdown-menu  {
  top:0px;
  left:240px;
  
 
}

#nav-left .nav.navbar-nav.web-menu-drodown li .dropdown-menu .nav-link {
  padding: 3px 10px;
  padding-right: 10px;
  font-size: 14px;
  border-bottom: solid 1px #eee;
  color: #494949;
}

#nav-right .nav.navbar-nav.ml-auto li .dropdown-menu .nav-link {
  padding: 3px 10px;
  padding-right: 10px;
  font-size: 14px;
  min-width: 12rem;
  border-bottom: solid 1px #eee;
  color: #494949;
}


.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: #fff;
}

#nav-left .nav.navbar-nav.web-menu-drodown li .dropdown-menu .nav-link:hover {
  background: #f5f5f5;
  color: #202020;
}

.slider .owl-pagination {
  bottom: 30px;
  z-index: 1;
  align-items: center;
  margin: 0;
  position: absolute;
  left: 0;
  width: 100%;
}

.slider .owl-pagination .owl-page span {
  border-color: #fff;
}

.slider .owl-pagination .owl-page.active span {
  background: #fff;
  border-color: #fff;
}

.coming-soon-date {
  color: #bb0000 !important;
  line-height: 13px !important;
  font-size: 12px !important;
}

.blog-entry-date {
  line-height: 13px !important;
  font-size: 12px !important;
}

.store-name h4 {
  text-align: center;
}

.gc-lens {
  background: none;
}

.sub-category {
  margin-left: 15px !important;
}

.d-none {
  display: none !important;
}

.ui-widget.ui-widget-content {
    border: 1px solid #000 !important;
    border-radius: 0px;
    padding: 0px;
}
.ui-draggable .ui-dialog-titlebar {
    background: #000;
    color: #fff;
    border: none;
    border-radius: 0;
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer;
    border-radius: 0;
    background: #000;
    color: #fff;
    border: none;
}
.ui-dialog .ui-dialog-titlebar-close {
    border: none;
    border-radius: 0;
}
.ui-dialog .ui-dialog-content p{
  color: #000 !important;
}

.widget_shopping_cart ul.product_list_widget li {
    padding-right: 30px;
}

ul.product_list_widget li {
    list-style: none;
    padding: 10px 0 5px 75px;
    min-height: 80px;
    position: relative;
    overflow: hidden;
    vertical-align: top;
    line-height: 1.33;
  margin-bottom: .6em;
}

ul.product_list_widget li a.remove {
    position: absolute;
    right: 0px;
    z-index: 9;
    width: 25px;
    padding: initial;
}
ul.product_list_widget li a:hover {
  filter: unset;
}
a.remove, a.icon-remove {
    display: block;
    width: 24px;
    height: 24px;
    font-size: 15px !important;
    line-height: 19px !important;
    border-radius: 100%;
    color: #ccc;
    font-weight: bold;
    text-align: center;
    border: 2px solid currentColor;
}
ul.product_list_widget li a:not(.remove) {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3;
}

ul.product_list_widget li img {
    top: 10px;
    position: absolute;
    left: 0;
    width: 60px;
    height: 60px;
    margin-bottom: 5px;
    object-fit: cover;
    object-position: 50% 50%;
}

ul.product_list_widget li .quantity {
    display: block;
    margin-top: 3px;
    font-size: .85em;
    opacity: 0.6;
}
ul.product_list_widget .btn {
    border-radius: 0;
    background: transparent;
    border: solid 1px #000;
}
ul.product_list_widget .input-number {
text-align: center;
    font-size: 14px;
    border: none;
    transition: inherit;
    border-bottom: solid 1px #000;
    border-top: solid 1px #000;
}

.loading-wrapper {
    z-index: 9;
    top: 0px;
    left: 0;
    height: 100%;
    background-color: #7b7d8365;
    position: absolute !important;
    width: 100%;
}
.loading-wrapper .loader {
    border: 8px solid #ffffff;
    border-radius: 50%;
    border-top: 6px solid #000;
    width: 40px;
    height: 40px;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


.custom-checkbox-dash .custom-control-input:checked~.custom-control-label::after {
    background-image: url(../img/dash.svg);
}
