@charset "UTF-8";
@import url(product.css);
@import url(product-list.css);
@import url(contact.css);
@import url(cart.css);
@import url(checkout.css);

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  letter-spacing: 0.05em;
  font-weight: 300;
  line-height: 1.5;
  color: #555;
}
a:hover {
  color:#000;
}
p {
  margin-bottom: 5px;
}
.site-logo-text {
		letter-spacing: 0.1px;
		position: relative;
}
.site-logo-text::after {
	content: '';
	width: 12px;
	height: 12px;
	background: #E76F3A;
	border-radius: 50%;
	position: absolute;
	right: -6px;
	top: calc(50% - 10px);
}
#footer-main .block {
  line-height: 30px;
}
#footer .site-logo-text {
  color: #fff;
  line-height: 20px;
  display: inline-block;
  margin-bottom: 30px;
}
h1, h2, h3, h4, h5, h6 {
  color:#000;
}
.tab-panel .panel {
  border-radius: 0px !important;
  margin-bottom: 0px !important;
  min-height: 527px;
}
header i {
    font-size: 24px;
}
.gdz-slide-content a {
		color: #fff;
    line-height: 1.1;
    padding: 13px 36px;
    font-weight: 500;
    border-radius: 22px;
    border:2px solid #000;
		overflow: hidden;
    background:#000;
    text-transform: uppercase;
}
@media (max-width: 991px) {
  .gdz-slide-content a {
      padding: 7px 20px;
  }
}

.gdz-slide-content a:hover {
		background: #ffffff;
		color:#000;
    border:2px solid #fff;
}

.fraction-slider .prev,
.fraction-slider .next {
  display: none;
  background: none;
	top:auto;
	bottom:20px;
	height: 35px;
}
.fraction-slider .prev {
	right:auto;
	left:2%;
	top: 48%;
	transition: all 0.3s;
}
.fraction-slider .prev:hover {
	left:calc(2% - 5px);
}
.fraction-slider .next {
	left:auto;
	right:2%;
	top: 48%;
	transition: all 0.3s;
}
.fraction-slider .next:hover {
	right:calc(2% - 5px);
}
.fraction-slider .prev:before {
  font-family: "icomoon" !important;
  content: "\e9b7";
  font-size: 33px;
  color: #fff;
}

.fraction-slider .next:before {
  font-family: "icomoon" !important;
  content: "\e9b5";
  font-size: 33px;
  color: #fff;
}
.fraction-slider .prev:hover:before,
.fraction-slider .next:hover:before {
		color:#E76F3A;
}
#mobile-menu-toggle {
    padding: 0px 7px;
}
#more_info_block ul.nav-tabs {
  border: none;
  border-bottom: 1px solid #ededed!important;
}
#more_info_block ul.nav-tabs li a.active {
}
.show-pass button {
  font-size: 14px;
  font-weight: 500;
  display: none;
}
@media (min-width: 768px) {
  #login-form .col-md-8 {
      flex: 0 0 100%;
      max-width: 100%;
  }
}
#login-wrapper .signup-form {
    margin-top: 50px;
    padding-top: 50px;
    border-top: 1px solid #dedede;

}
.authentication-links {
    margin-top: 30px;
}
.authentication-links a,
#login-wrapper .no-account a {
    font-weight: 400;
}
#login-wrapper .no-account a {
    width: 100%;
}
.login-layout-4 {
    margin: 0px 5%;
    text-align: center;
}
.login-box {
  width: 100%;
}
.signup-content {
    margin-bottom: 30px;
}
#login-form .btn-default {
  width: 100%;
}
#login-form label {
  flex: 0 0 100%;
  max-width: 100%;
  text-align: left;
}
#contact-info .section::before {
  display: none;
}
.contact-form .send-message {
  width: 100%;
}
.contact-form .file-upload .btn {
  border-radius: 0px;
  padding:3px 10px;
}
@media (max-width: 575px) {
  .fraction-slider .prev:before,
.fraction-slider .next:before {
    padding: 5px;
    font-size: 20px;
  }
}
.fs-pager-wrapper a,
.fs-custom-pager-wrapper a {
  background: #b7b7b7;
  border-radius: 50%;
  margin: 5px;
}

.fs-pager-wrapper a {
	width: auto;
	font-weight: 600;
}
.fs-pager-wrapper a.active {
	background: none;
}
.fs-pager-wrapper a span:after {
		content: "";
    height: 2px;
    width: 0;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 20px;
    -webkit-transition: all ease-in .5s;
    -o-transition: all ease-in .5s;
    transition: all ease-in .5s;
}
.fs-pager-wrapper a.active span:after {
		content: "";
    height: 2px;
    width: 35px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 20px;
		background:#fff;
}
.fs-pager-wrapper a span {
		margin: 0 10px;
		color:#fff;
		opacity: 0.7;
}
.fs-pager-wrapper a.active span {
		opacity: 1;
}
footer .social-links i {
  font-size: 30px;
}
#header {
    position: relative;
    z-index: 5001;
}
.breadcrumb-wrapper {
  margin-bottom: 70px;
  display: none !important
}
.breadcrumb {
  padding:20px 0px;
}
.breadcrumb h3 {
  font-size: 34px;
}
.form-control {
  height: 40px;
}
/**** Menu ****/
#hor-menu .nav > li > a {
    letter-spacing: 0.04em;
}
#hor-menu .nav > li > a:hover {
    position: relative;
}
#hor-menu .nav > li > a::after {
    content: ' ' !important;
    position: absolute;
    top: 50%;
    right: -7px !important;
    bottom: auto;
    left: -7px;
    margin: 0;
    height: 2px;
    -webkit-transform: scale3d(0, 1, 1);
    -ms-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transform-origin: center left;
    -ms-transform-origin: center left;
    transform-origin: center left;
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    -ms-transition: -ms-transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    -o-transition: transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    display: none !important
}

#hor-menu .nav > li > a:hover::after {
    background-color: #E76F3A;
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
.btn,
.btn-default {
    border: 2px solid #333;
    color: #333;
    border-radius: 22px;
    padding:5px 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 14px;
    font-weight: 600;
}
.btn-default {
    background: transparent;
}
.btn-large {
    padding:7px 30px;
}
.shop-all-box .btn,
.shop-all-box .btn-default,
.btn-active,
.btn:hover,
.btn-default:hover {
  border: 2px solid #333;
  background: #333;
  color:#fff;
}
.btn-color {
  background: #e76f3a;
  border: 2px solid #e76f3a;
  color: #fff;
}
/*.btn:not([href]):not([tabindex]):focus,
.btn:not([href]):not([tabindex]):hover {
  color:#fff;
}*/
.header-right .dropdown-menu {
    top:50px;
}

#footer {
  border-top: 1px solid rgba(85, 85, 85, 0.11);
  padding-top: 40px;
  font-size: 15px;
}
#footer-main {
  color:#c0c0c0;
}
#footer .label {
  padding: 0px;
}
#footer li a {
  color: #c0c0c0;
  line-height: 32px;
  font-size: 15px;
}
#footer p {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 32px;
}
#footer .block-title {
  font-size: 16px !important;
}
.block-contact .block-content i {
  margin-right: 5px;
}
.fraction-slider:hover .prev,
.fraction-slider:hover .next {
  display: block !important;
  background: none;
}

.fs-pager-wrapper a,
.fs-custom-pager-wrapper a {
	background: none;
}
@media (max-width:575px) {
  .fs-pager-wrapper a,
  .fs-custom-pager-wrapper a {
      font-size: 12px;
  }
  .fs-pager-wrapper a span {
      margin:0 4px;
  }
  .fs-pager-wrapper a.active span:after {
      width: 15px;
  }
}
.fs-pager-wrapper {
  position: absolute;
  text-align: center;
  bottom: 2%;
	width: 100%;
  z-index: 1000;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.fraction-slider .prev,
.fraction-slider .next,
.fraction-slider .prev:before,
.fraction-slider .next:before {
}

.pb-producttab .nav-tabs {
  /*text-align: center;*/
}
.custom-banner .addon-box:nth-child(3) {
  width: calc(50% - 10px);
  float:left;
}
.custom-banner .addon-box:nth-child(4) {
  width: calc(50% - 10px);
  float:right;
}
.pb-banner-text {
  text-align: left;
}
.pb-banner-subtitle {
    font-size: 16px;
    color: #555555;
    font-weight: 100;
    margin-bottom: 10px;
    letter-spacing: 1px;
}
.pb-banner-subtitle > span {
  background: #fff;
  padding:5px 10px;
}
.pb-banner-title {
  font-size: 20px;
  margin-bottom: 0px;
  line-height: 38px;
  font-weight: 500;
  letter-spacing: 0.5px;
}
.pb-banner-title > span {
  background: #fff;
  padding:7px 30px 7px 30px;
  position: relative;
  will-change: opacity,box-shadow;
    -webkit-transition: padding 0.3s ease-out,box-shadow 0.3s ease-out;
    -ms-transition: padding 0.3s ease-out,box-shadow 0.3s ease-out;
    transition: padding 0.3s ease-out,box-shadow 0.3s ease-out;
}
@media (max-width:991px) {
  .pb-banner-title {
    font-size: 15px;
  }
  .pb-banner-title > span {
    padding:7px 20px 7px 20px;
  }
}
.pb-banner-desc {
  margin-bottom: 20px;
}
.pb-banner-desc > span {
  background: #fff;
  padding:5px 10px;
}
.pb-banner-title > span::after {
  font-family: "icomoon" !important;
  content: "\e9b5";
  font-size: 20px;
  color: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -15px;
  width: 1em;
  height: 1em;
  line-height: 1em;
  text-align: center;
  background: transparent !important;
  color: inherit !important;
  opacity: 0;
  -webkit-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  transition-delay: 0.3s;
  will-change: right, opacity;
  -webkit-transition: right 0.8s ease-out,opacity 0.8s ease-out,color 0.8s ease;
    -ms-transition: right 0.8s ease-out,opacity 0.8s ease-out,color 0.8s ease;
    transition: right 0.8s ease-out,opacity 0.8s ease-out,color 0.8s ease;
}
.pb-banner:hover .pb-banner-title > span::after {
  right: 20px;
  opacity: 1;
}
.pb-banner:hover .pb-banner-title > span {
    padding: 7px 45px 7px 20px;
}
.pb-banner a {
  transition: 0.2s ease-in-out;
}
.pb-banner a:hover {
  color: #000;
}

.gdz-slider-wrapper {
  overflow: hidden !important;
}
.gdz-slider-wrapper .slider {
  margin: 0 auto;
}

.addon-tab .nav.nav-tabs {
  margin-bottom: 48px;
}

.pb-blog .blog-item .post-meta {
  margin-bottom: 0px;
  margin-top: 13px;
  text-align: left;
  letter-spacing: 1px;
  font-weight:300;
}
.pb-blog .blog-item .post-meta li:first-child {
}
.pb-blog .blog-item .post-meta li {
  margin:0px 0px;
  font-weight: 300;
  font-size: 14px;
}
.pb-blog .blog-item .post-title {
  margin: 5px 0px 0px 0px;
  line-height: 1;
  text-align: left;
  font-weight: 400;
}
.pb-blog .blog-item .post-title a {
  font-size: 18px;
  text-transform: inherit;
  color: #000;
}
.pb-blog .blog-item .post-intro {
  margin-top: 10px;
}
.pb-blog .blog-item .post-readmore {
  font-weight: 500;
  font-size: 11px;
  margin-top: 10px;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  float: right;
  color: #e76f3a;
}
.pb-blog .blog-item .post-readmore > span {
  transition: all 0.3s;
}
.pb-blog .blog-item .post-readmore:after {
    font-family: "icomoon" !important;
    content: "\e9b5";
    font-size: 16px;
    color: #fff;
    position: absolute;
    top: 50%;
    right: -1em;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: opacity 0.3s ease-out, right 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out, right 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out, right 0.3s ease-out;
    transition: opacity 0.3s ease-out, right 0.3s ease-out;
    width: 1em;
    height: 1em;
    line-height: 1em;
    text-align: center;
    background: transparent !important;
    color: inherit !important;
    opacity: 0;
    will-change: right, opacity;
}
.pb-blog .blog-item:hover .post-readmore:after {
    right: 0px;
    opacity: 1;
}
.pb-blog .blog-item:hover .post-readmore > span {
    margin-right: 24px !important;
}
.pb-blog .post-thumb {
    overflow: hidden;
}
.pb-blog .blog-item img {
  transition: all 0.5s;
}
.pb-blog .blog-item:hover img {
    transform: scale3d(1.05, 1.05, 1.05);
}
.addon-tab .nav-tabs .nav-item {
  margin-left: 4px;
  margin-right: 43px;
}

.pb-heading {
  font-weight: 500;
  letter-spacing: 0.5px;
  color:#000;
}
.pb-banner img {
  transition: all 0.5s;
}
.pb-banner:hover img {
  transform: scale3d(1.05, 1.05, 1.05);
}
.productbox-1 .product-buttons {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.productbox-1 .product-buttons a {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 14px;
  padding: 5px 25px;
  border-radius: 1.7em;
}
.productbox-1 .product-buttons i {
    font-size: 15px;
    margin-right: 5px;
}
.productbox-1 .product-info {
  margin-top: 0px;
}
.js-product-miniature .content_price {
  font-weight: bold;
  color:#E76F3A;
}
.productbox-1 .product-info .price {
  font-size: 17px;
}
.productbox-1 .product-info .product-title {
    margin-bottom: 9px;
    margin-top: 17px;
    text-transform: none !important;
}
.productbox-1 .product-info .product-title a {
    color:#000;
    letter-spacing: 0px;
}
.productbox-1 .product-info .content_price {
}
.productbox-1 .product-info .product-title a:hover {
  color: #000000;
}
.top-seller .productbox-1 .product-thumbnail {
  max-width: 90px;
  margin-right: 15px;
  float:left;
}
.top-seller .productbox-1 .product-info {
  text-align: left;
  padding-top: 10px;
}
.top-seller .productbox-1 .product-buttons {
  display: none;
}
.top-seller .productbox-1 .category-name {
  margin-top: 0px;
}
.pb-hotdeal .countdown {
    bottom: 140px;
    margin: 0px 10px;
    background: #fff;
    font-weight: 500;
    font-size: 15px;
    color: #000;
}
.countdown .countdown-amount {
    padding-right: 3px;
}
@media (max-width:1024px) {
  .pb-hotdeal .countdown {
      font-size: 12px;
  }
}
@media (max-width:768px) {
  .pb-hotdeal .countdown {
      font-size: 11px;
  }
}
.pb-hotdeal .countdown
#header-top {
  padding-top: 0px;
  padding-bottom: 0px;
}
.countdown-has-banner .pb-banner-countdown-time {
  position: absolute;
  bottom: 20px;
  left: 10px;
  right: 10px;
  background: #fff;
  z-index: 1;
  padding:5px 10px;
  font-weight: 500;
  font-size: 15px;
  color: #000;
}
.pb-banner-countdown-subtitle,
.pb-banner-countdown-title,
.pb-banner-countdown-desc{
  margin-bottom: 15px;
}
.pb-banner-countdown-subtitle > span,
.pb-banner-countdown-title > span,
.pb-banner-countdown-desc > span{
  background: #fff;
  padding:5px 10px;
}
#header-top .col-auto {
  align-self: center;
}

.cart-icon .ajax_cart_quantity {
  top: -8px;
  right: -12px !important;
  font-weight: 400;
}

.header-right .col-auto {
  padding-right: 15px;
  padding-left: 15px;
}

.pb-popup .gdz-popup {
  padding-right: 80px;
  padding-left: 80px;
  padding-top: 50px;
}
.pb-popup .gdz-popup .gdz-popup-content h2 {
  font-weight:600;
  margin-top: 7px;
  margin-bottom: 24px;
}
.pb-popup .gdz-popup input {
  background:#ebebeb;
  text-align: center;
  border-radius: 5px;
  font-size: 14px;
  color:#555555;
}
.pb-popup .gdz-popup .btn {
  width: 100%;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 30px;
  font-size: 14px;
}
.pb-popup .gdz-popup .btn:hover {
  color:#fff;
}
.dontshow {
  display: flex;
  justify-content: center;
  align-items: center;
}
.dontshow input,
.dontshow div {
  height: auto !important;
  margin-bottom: 0px;
}
.dontshow input {
  border: 1.25px solid #b7b7b7;
  border-radius: unset;
}
.dontshow label {
  font-size: 14px;
  color: #555555;
  margin-bottom: 0px;
}
.header-right .col-auto {
  padding-right: 0px;
}
.remove-from-cart i {
  font-size: 21px!important;
}
.gdz-popup-content .email_subscription .newsletter-desc {
  font-weight:400;
  font-size: 15px;
  margin-bottom: 35px;
}
.gdz-popup-content .email_subscription .newsletter-input-group input {
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ebebeb;
  border-radius: 5px !important;
  font-size: 14px;
}
.gdz-popup-content .email_subscription .newsletter-input-group button {
  width: 100%;
  text-align: center;
  display: block;
  background-color: black;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 1px;
}

.gdz-popup-content .social-list {
  display: flex;
  margin: 30px auto 20px;
  justify-content: center;
}
.gdz-popup-content .social-list li {
  margin-right: 10px;
  line-height: 36px;
  width: 40px;
  border: 2px solid #e1e1e1;
  border-radius: 4px;
}
#blockcart-modal .modal-body {
  padding: 40px 30px;
}
#blockcart-modal .modal-dialog {
  max-width: 400px;
  text-align: center;
}
#blockcart-modal .modal-dialog .close {
  top:20px;
}
#blockcart-modal .modal-title {
  font-size: 20px;
  margin-bottom: 20px;
}
#blockcart-modal .product-image {
  width: 120px;
  margin-bottom: 20px;
}
#blockcart-modal .product-attributes span {
    margin: 0px 10px;
    font-size: 14px;
}
#blockcart-modal .total-price {
  border-top: 1px solid #eee;
  padding-top: 20px;
  font-size: 20px;
  margin:20px 0px;
}
#blockcart-modal .btn {
  width: 100%;
  margin-bottom: 10px;
  padding:5px 20px;
}
#blockcart-modal .close i {
  color: #999;
}
#blockcart-modal .close i:hover {
  color: #333;
}
#cart-summary-product-list .product-name,
.cart_block_list .product-link {
  font-size: 15px;
  font-weight: 500;
}
.gdz-megamenu li {
  padding-right: 22px;
  padding-left: 22px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .pb-banner-desc {
    font-size: 24px;
  }

  .container .pb-service-box .pb-service-content .pb-service-title {
    white-space: pre;
  }
}
.block-categories,
.top-seller,
#search_filters .facet {
    margin-bottom: 30px;
}
.pre-loader {
  background-color: #fff;
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
}

.sk-fading-circle {
  margin: auto;
  width: 40px;
  height: 40px;
  position: relative;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #136cf1;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}

.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
}

.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
}

.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
}

.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
}

.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
}

.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
}

.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
}

.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
}

.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
}
.breadcrumb{text-transform: none !important}
.breadcrumb li{font-size: 14px;}
#product .product-name{text-transform: none !important}
.product-title a {
    font-size: 15px !important;
    font-weight: normal !important;
    font-style: normal !important;
    text-transform: none !important;
}
/*# sourceMappingURL=custom.css.map */
.breadcrumb{display: none !important}
#column-p1k8csu2e {
    padding-left: 0px;
    padding-right: 0px;
}
.breadcrumb-wrapper{display: none !important}
#column-uuqp3i6ts {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
#column-u0fxsuyyw{
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.textodes {
    font-weight: 500 !important;
    letter-spacing: 0px !important;
    font-size: 16px;
    color: #000;
    margin-bottom: 40px
}
.logoantequerana {
    width: 17% !important;
    margin: 0 auto;
    margin-bottom: 8px;
}
#addon-k6cztmxxr .gdz-megamenu.navbar {
    background: #f2f2f2;
    height: 45px;
    padding: 4px 40px;
}
#addon-k6cztmxxr #hor-menu .nav > li > a{font-weight: bold;}

#addon-k6cztmxxr .nav {
    display: contents;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    text-align: center;
}
.gris{background: #f2f2f2}
#addon-k6cztmxxr .gdz-megamenu .nav > li > a {
    font-size: 15px !important;
    padding: 0px;
    color: #555;
    line-height: 70px;
    font-weight: normal;
    letter-spacing: .5px;
}
[data-id="561"] a {
    border-bottom: 1px solid;
    color: #000 !important;
}
#row-8rcr4m7ax {
    background: #f2f2f2;
    padding: 28px;
    margin-top: 17px;
}
