@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: 'Inter', sans-serif;
  font-size: 15px;
  color: #000;
  font-weight: 400;
  line-height: 1.6;
  background: #f6c9e8 !important;
}
.fab, .fa, .far {
  font-family: "FontAwesome";
}
.modal-open{
  overflow-y: auto;
  padding-right: 0!important;
}
h1,h2,h3,h4,h5,h6 {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  color: #333333;
  font-weight: 600;
  letter-spacing: -0.2px;
}
input{
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  color: #555;
  font-weight: 400;
  outline: 0;
}
button{
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
}
.btn,
.btn-default {
  font-weight: 600;
  font-family: 'Inter', sans-serif;
  cursor: pointer;
}
.btn:focus,
.btn-default:focus {
  box-shadow: none;
}
.btn:hover,
.btn-default:hover{
  background-color: #ffba00;
  color: #fff;
}
.btn-default, .btn-primary, .form-footer .js-cancel-address {
  border-radius: 5px;
}
.pb-button .btn-default::after {
  content: '\e606';
  padding-left: 5px;
  font-size: 12px;
  font-family: 'simple-line-icons';
}
a:hover {
  color: #000;
}
.container-fluid{
  max-width: 1920px!important;
}
.container{
  max-width: 1356px!important;
}
#content-wrapper{
  width: 100%;
}
.s-padding i{
  line-height: 1.6;
}
.product-preview span.sale-label{
  font-family: 'Inter', sans-serif;
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 14px;
  color: #ffffff;
  background-color: #ffa800;
  padding: 0px 8px;
  font-weight: 600;
  text-transform: uppercase;
  z-index: 9;
}
.productbox-1 .wrapp-buttons {
  bottom: 2px;
  background-color: #000000;
  transition: all 1s!important;
}
.productbox-1 .product-buttons {
  width: 100%;
  height: 42px;
  background-color: #000000;
  padding-left: 0;
  padding-right: 0;
  max-width: calc(100%);
  display: none !important;
}
.product-buttons .btn-icon {
  max-width: 22%;
  padding: 10px 5px;
  background: #000;
}
.product-buttons .btn-icon i{
  color: #ffffff;
  font-size: 20px;
}
.product-buttons .product-btn {
  color: #ffffff;
  border-right: 1px solid #404040;
  border-left: 1px solid #404040;
  max-width: unset;
  background: #000;
}
.product-buttons .btn-icon .text-addwishlist1{
  max-width: 180px;
  color: #ffffff;
  font-weight: 500;
  padding:7px 0;
  display: none;
}
.product-buttons .product-btn .icons{
  display: none;
}
.js-product-miniature .category-name a{
  font-size: 13px;
  color: #777777;
  display: none !important
}


.js-product-miniature .product-title a {
    color: #000000;
    font-family: 'Inter';
    text-transform: none;
    font-weight: 400;
    font-size: 15px;
    text-transform: none !important;
}
.js-product-miniature .content_price{
  font-size:18px ;
  color: #000000;
  font-weight: bold;
}
.js-product-miniature .product-info {
  margin-top: 21px;
  line-height: 1.3;
}
.js-product-miniature:hover .product-preview img {
  transition: all 1s;
}
.js-product-miniature .product-info .product-buttons {
  display: none;
}
.productbox-2 .product-buttons {
  text-align: center;
}
.productbox-2 .product-preview .product-buttons li{
  background: #000;
  border-radius: 5px;
  width: 38px;
  height: 38px;
  margin-top: 5px;
}
.productbox-2 .product-buttons .btn-icon {
  padding: 0;
  background: initial;
  max-width: initial;
}
.productbox-2 .btn-icon i {
  line-height: 38px;
}
.productbox-2 .product-preview .product-buttons li:hover{
  background: #ffba00;
}
.productbox-2 .product-info .product-cart i{
  display: none;
}
.productbox-2 .text-addcart, .productbox-2 .text-outofstock {
  font-size: 14px;
  color: #000;
  font-weight: bold;
  text-transform: inherit;
}
.products-list .productbox-2:hover .product-cart {
  position: absolute;
  bottom: auto;
}
.owl-dots{
  margin: 0;
}
.owl-dots button span {
  border: 2px solid #d7d7d7 !important;
  height: 15px;
  width: 15px;
  margin: 2px;
}
.owl-dots button.active span {
  background: #ffba00 !important;
  border-color: #ffba00 !important;
  border: 0;
  margin: 3px;
}
.slogan1{
  font-family: 'Inter', sans-serif;
}
.gdz-slide-content a {
  color:#fff;
  border-bottom: 2px solid #fff;
  letter-spacing: 3px;
  line-height: 1.1;
}
.fraction-slider .prev,
.fraction-slider .next {
  background-image: none!important;
}
.fraction-slider .prev:before,
.fraction-slider .next:before{
  color: #bfbfbf;
  font-weight: 600;
  font-size: 18px;
  position: absolute;
  font-family: 'simple-line-icons';
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.fraction-slider .prev:before {
  content: '\e605';
}
.fraction-slider .next:before {
  content: '\e606';
}
.fraction-slider .prev:hover::before,
.fraction-slider .next:hover::before {
  color: #ffba00;
}
.fs-pager-wrapper {
  width: 100%;
  text-align: center;
  z-index: 999;
}
.fs-pager-wrapper a,
.fs-custom-pager-wrapper a {
  background: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  margin: 0px 5px;
}
.fs-pager-wrapper a span {
  display: none;
}
.fs-pager-wrapper a.active {
  background: #fff;
}
.gdz-slider-wrapper .fraction-slider .next,
.gdz-slider-wrapper .fraction-slider .prev{
  width: 64px;
  background-color: #ffffff;
  height: 64px;
  position: absolute;
  border: 2px solid #ebebeb;
  border-radius: 50%;
  top:48%;
}
.gdz-slider-wrapper .fraction-slider .prev{
  left: 150px;
}
.gdz-slider-wrapper .fraction-slider .next{
  right: 150px;
}
.slider-button a{
  font-size: 14px;
  padding: 12px 17px!important;
  letter-spacing: 0px;
  border-bottom: 0!important;
  border-radius: 4px;
}
.slider-button .btn i{
  font-size: 13px;
  padding-left: 6px;
  font-weight: 600;
}
.pb-banner-text{
  bottom: auto;
}
.pb-banner:hover img {
  transform: scale3d(1.1, 1.1, 1);
}
.pb-banner img{
  transition: all 1s;
}
.pb-image{
  overflow: hidden;
}
.pb-banner .pb-banner-button{
  font-size: 14px;
  padding: 7px 16px;
  color: #333333;
  background-color: #ffffff;
  border-radius: 5px;
  margin-top: 20px;
}
.pb-banner .pb-banner-button::after{
  content: '\e606';
  padding-left: 7px;
  font-size: 11px;
  font-family: 'simple-line-icons';
}
.pb-banner .pb-banner-button:hover{
  background-color: #ffba00;
  color: #fff;
}
.pb-banner-countdown {
  text-align: center;
}
.pb-banner-countdown .pb-banner-countdown-text span {
  font-size: 27px;
  font-weight: 600;
  color: #333333;
  position: relative;
  font-family: 'Inter', sans-serif;
}
.countdown .countdown-section {
  display: inline-block;
  min-width: 60px;
  margin: 0 5px;
}
.countdown-section .countdown-period {
  font-size: 14px;
  text-transform: lowercase;
}
.countdown-section .countdown-amount {
  font-size: 30px;
  color: #000000;
  display: block;
  font-weight: 600;
  line-height: 1.1;
  padding-right: 0;
  position: relative;
}
.countdown-section .countdown-amount::after {
  content: ":";
  font-size: 30px;
  position: absolute;
  right: -15px;
  top: -1px;
}
.countdown-section:nth-last-child(1) .countdown-amount::after {
  content:none;
}
.footer-main{
  padding: 0 0 20px 0!important;
}
.social-links li a:hover {
  background-color: #ffba00!important;
  border: 2px solid #ffba00!important;
}
.dropdown-menu{
  margin-top: 18px;
}
.pb-brand .brand-item{
  overflow: hidden;
}
.pb-brand .brand-item img{
  transition: all 1s;
}
/* element */
.pb-producttab .nav-item .nav-link,
.pb-categorytab .nav-item .nav-link {
  font-size: 16px;
  font-weight: 600;
  font-family: 'Inter', sans-serif;
  color: #666;
  padding-bottom: 7px;
}
.pb-producttab .nav-item .nav-link:hover,
.pb-categorytab .nav-item .nav-link:hover{
  color: #000;
  border-bottom: 2px solid #ffba00;
}
.pb-producttab .nav-item .nav-link.active,
.pb-producttab .nav-item .nav-link.selected,
.pb-categorytab .nav-item .nav-link.active,
.pb-categorytab .nav-item .nav-link.selected{
  color: #000;
  border-bottom: 2px solid #ffba00;
}
#block-order-detail{
  margin-bottom: 30px;
}
/* my account */
.breadcrumb-wrapper {
  padding: 0;
  margin-bottom: 20px;
}
.breadcrumb-wrapper .breadcrumb{
  background: #f0f0f0;
  display: none !important;
}
.breadcrumb ul {
  padding: 30px 0;
}
.breadcrumb-wrapper ul h1{
  font-size: 36px;
  display: none !important
}
#exportDataToCsv {
  margin: 0;
}
.order-actions .btn{
  border-radius: 5px;
  margin: 5px 0;
}
.links .link-item {
  display: block;
  text-align: center;
  color: #000;
}
.links .link-item i {
  font-size: 20px;
  margin-right: 0;
}
.wishlist-footer-links li {
  margin: 5px 0;
}
/*detail*/
#product .breadcrumb ul {
  padding: 0px !important;
}
#product .breadcrumb ul h1{
  display: none;
}
.horizonal-thumbs .js-qv-mask {
  opacity: 0;
  overflow: hidden;
  position: absolute;
  width: 100%;
  padding: 0 10px;
  padding-bottom: 15px;
  margin-top: 20px;
  bottom: 0;
  left: 0;
  z-index: 992;
  transition: all 400ms;
}
.product-detail:hover .horizonal-thumbs .js-qv-mask {
  opacity: 1;
}
.horizonal-thumbs .slick-arrow {
  color: #cbcbcb;
  background: #fff;
  border: 2px solid #ebebeb;
  padding: 0;
  opacity: 0;
  width: 42px;
  height: 42px;
  margin: auto;
  border-radius: 50%;
}
.horizonal-thumbs .slick-next:hover {
  color: #ffba00;
}
.horizonal-thumbs .slick-prev:hover {
  color: #ffba00;
}
.horizonal-thumbs .js-qv-mask:hover .slick-arrow {
  opacity: 1;
}
#search_filters .ui-slider .ui-slider-handle {
  border: 4px solid #ffba00;
}
#search_filters .ui-slider-horizontal {
  height: 5px;
  background: #ccc;
}
.product-images .thumb-container>.thumb.selected {
  border: 1px solid #ffba00!important;
}
#product .product-name,
.quickview-modal .product-name {
  font-size: 29px;
  color: #000;
  font-weight: normal; 
}
#product .product-detail .content_price .price.new,
.quickview-modal .content_price .price {
  font-size: 24px;
  color: #000;
  font-weight: 600;
}
.product-variants-item .color {
  border-radius: 50%;
  height: 14px;
  width: 14px;
  border: 0;
}
#product .product-variants-item.color input:checked ~ .color {
  border: 0;
}
.product-variants-item .color::after {
  content: "";
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  position: absolute;
  top: 50%;
  left: 50%;
  border: 0 solid #b9b9b9;
  transform: translate(-50%,-50%);
  border-radius: 50%;
  transition: all 400ms;
}
.product-variants-item.color input:checked~.color::after {
  border-width: 1px;
}
.product-variants .product-variants-item {
  display: inline-flex;
  margin-right: 70px;
}
.product-variants-item ul {
  display: inline-flex;
}
.product-variants-item .select-option {
  border-radius: 5px;
}
.product-quantity{
  flex-wrap: wrap;
}
.product-quantity .customs {
  margin-bottom: 10px;
}
.product-quantity .qty .input-group {
  height: 100%;
  padding-left: 47px;
  border: 2px solid #ccc;
  border-radius: 5px;
}
.product-quantity input#quantity_wanted {
  font-size: 18px;
  font-weight: bold;
  width: 50px;
  height: 42px;
  border: 0;
  border-radius: 0;
  border-left: 0px solid #ccc;
  border-right: 0px solid #ccc;
}
.product-add-to-cart .bootstrap-touchspin .input-group-btn-vertical>.btn {
  display: inline-flex;
  padding: 0;
  border: 0;
  width: 47px;
  height: 42px;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  margin-left: 0;
}
.product-add-to-cart .bootstrap-touchspin .input-group-btn-vertical {
  position: initial;
}
.product-add-to-cart .input-group-btn-vertical .bootstrap-touchspin-down {
  position: absolute!important;
  left: 0;
}
.product-information .product-desc {
  border: 0;
  padding-top: 0;
}
.bootstrap-touchspin .input-group-btn-vertical i{
  display: none;
}
#cart .bootstrap-touchspin .input-group-btn-vertical i{
  display: block;
}
.product-add-to-cart .input-group-btn-vertical .bootstrap-touchspin-up::after {
  content: "+";
  font-size: 24px;
  color: #000;
  font-family: 'Archivo', sans-serif;
}
.product-add-to-cart .input-group-btn-vertical .bootstrap-touchspin-down::after {
  content: "-";
  font-size: 24px;
  color: #000;
  font-family: 'Archivo', sans-serif;
}
.product-quantity .product-btn.cart-button {
  width: 100% !important;
  height: 46px;
}
.product-add-to-cart .addToWishlist{
  background-color: initial;
  color: #555;
  padding: 0;
  margin-top: 30px;
  display: inline-flex;
}
.product-add-to-cart .addToWishlist:hover{
  background-color: initial;
}
.product-add-to-cart .addToWishlist i{
  font-size: 20px;
  color: #000;
}
.product-add-to-cart .addToWishlist span{
  font-size: 14px;
  display: inline-flex;
  padding-left: 7px;
}
.other-info {
  display: block;
  margin-bottom: 5px;
}
.other-info > li label::before {
  display: none;
}
.other-info > li label, .other-info > li span {
  padding-left: 0;
}
.block-social {
  display: none;
}
#more_info_block {
  margin-top: 80px;
  margin-bottom: 72px;
  width: 100%;
}
#more_info_block .nav.nav-tabs {
  text-align: left;
  display: inline-block;
  width: 100%;
  border-bottom: 0;
}
#more_info_block li{
  margin-right: 20px;
}
#more_info_block li a {
  font-size: 18px;
  color: #000;
  font-weight: 500;
  border-radius: 5px;
}
#more_info_block li a.active {

    color: #000;
    background: transparent;
    border: 0px;
    border-bottom: 2px solid;
    border-radius: 0;
}


.product-accessories .addon-title{
  text-align: center;
  margin-bottom: 40px;
}
.product-accessories .addon-title h3 {
  font-size: 27px;
  display: block;
}
.product-information .product-desc p{
  padding-top: 8px;
}
.product-actions .product-add-to-cart {
  margin-top: 0px;
  padding-bottom: 0px;
  border-bottom: 0;
}
/* detail-thumbs */
#product .block-categories {
  margin-top: 0px;
}
.vertical-thumbs .slick-arrow {
  width: 39px;
  height: 39px;
  border-radius: 50%;
  border: 2px solid #cbcbcb;
  opacity: 0;
}
.vertical-thumbs .js-qv-mask:hover .slick-arrow {
  opacity: 1;
}
.vertical-thumbs .slick-prev:hover,
.vertical-thumbs .slick-next:hover {
  color: #ffba00;
}
.product-layout-3columns .product-images .thumb-container > .thumb {
  border: 1px solid transparent;
}
.productbox-flex{
  display: flex;
  padding-bottom: 15px;
  margin-top: 15px;
  border-bottom: 1px dashed #d7d7d7;
}
.productbox-flex:nth-last-child(1){
  border-bottom: 0;
}
.productbox-flex .product-preview{
  max-width: 86px;
  min-width: 86px;
  margin-right: 25px;
}
.productbox-flex .product-info {
  margin-top: 10px;
}
.productbox-flex .product-title {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: Ellipsis;
  width: 180px;
}
.productbox-flex .product-preview span.sale-label {
  display: none;
}
/* Gallery */
.images-container.grid .product-images > li.thumb-container {
  display: inline-block;
}
.product-layout-3columns .product-cover {
  display: none;
}
#product #block-reassurance {
  display: block;
  margin-top: 15px;
}
.column-right {
  border: 0;
  padding: 0;
}
#product .modal-content {
  background: #fff;
  border: 1px solid rgba(0,0,0,.2);
}
/*grid & list*/
#category .breadcrumb ul {
    padding: 0px;
    text-align: left;
}
#category .breadcrumb-wrapper ul li a{
  color: #555;
}
#category #content-wrapper, #category #left-column, #category #right-column {
   padding-top: 0px;
}
.block-categories .title-block h3, #search_filters .facet-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 14px;
}
#search_filters .facet-title {
  margin-top: 30px;
}
.block-categories ul li a{
  font-size: 14px;
}
.best-sellers_block_right .title-block h3{
  font-size: 20px;
  font-weight: 500;
  color: #000;
  margin-bottom: 26px;
  padding-top: 14px;
}
#search_filters .facet .facet-label a {
  color: #555;
  font-size: 14px;
}
#js-product-list-header {
  margin-bottom: 0px;
  display: none !important
}
#js-product-list-header .block-category h1{
  display: none;
}
.products-grid .js-product-miniature {
  position: relative;
}
.products-list .js-product-miniature {
  position: relative;
}
#search_filters .btn-default.js-search-filters-clear-all {
  border-radius: 5px;
}
#search_filters .btn-default.js-search-filters-clear-all:hover{
  background-color: #ffba00;
}
.view-mode .switch-view {
  width: 44px;
  height: 44px;
  display: inline-flex;
  border: 2px solid #e1e1e1;
  cursor: pointer;
  border-radius: 5px;
}
.view-mode .switch-view.view-grid {
  margin-right: 10px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjUzRjUyMDRBNTZERjExRUE4QTI3RTM4QTJCQjI1Q0RCIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjUzRjUyMDRCNTZERjExRUE4QTI3RTM4QTJCQjI1Q0RCIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NTNGNTIwNDg1NkRGMTFFQThBMjdFMzhBMkJCMjVDREIiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NTNGNTIwNDk1NkRGMTFFQThBMjdFMzhBMkJCMjVDREIiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6e8s13AAAAPklEQVR42mK8ffv2fwZMwAilSZJjYqAiGCGGsSAFKAOewMYpp6KiQjuXUZQ07ty5M5o0RpPGaNKgvmEAAQYA4rwRwoMTQxEAAAAASUVORK5CYII=) center no-repeat;
}
.view-mode .switch-view.view-grid.active{
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAA/SURBVHjaYvy/i+E/AyZghNIkyTExUBGMEMNYkAKUAU9g45Zz/U87l1GWNHYzjiaN0aQxmjSobxgAAAD//wMAe2sO6qdbxBAAAAAASUVORK5CYII=) center no-repeat;
}
.view-mode .switch-view.view-list {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAATCAYAAABlcqYFAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjcyMjYyQzJENTZERjExRUE5QTg4OTdDRTdBRTQ0Rjc4IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjcyMjYyQzJFNTZERjExRUE5QTg4OTdDRTdBRTQ0Rjc4Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NzIyNjJDMkI1NkRGMTFFQTlBODg5N0NFN0FFNDRGNzgiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NzIyNjJDMkM1NkRGMTFFQTlBODg5N0NFN0FFNDRGNzgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4co3YkAAAARklEQVR42mLcu3fvfwZMwMhARcBCQP4/NSxhYqADoIslhIKLkVqWYDXIyclp6AUX1iS8b9++0SQ8moRHk/BoEh6sSRggwAAHfA5zQjfHPgAAAABJRU5ErkJggg==) center no-repeat;
}
.view-mode .switch-view.view-list.active {
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAATCAYAAABlcqYFAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAABISURBVHjaYvy/yes/AyZgZKAiYCEg/58aljAx0AHQxRJCwcVILUuwG+S7degFF/YkvNl7NAmPJuHRJDyahAdrEgYAAAD//wMAIh0MN7/1/VoAAAAASUVORK5CYII=') center no-repeat;
}
.view-mode .switch-view i {
  display: none;
}
#products-top .sort-by .pagination {
  width: auto;
  display: inline-block;
  margin: 0;
  margin-top: 0;
  border-top: 0;
  padding-top: 0;
}
#products-top .sort-by .pagination .left-pagination{
  width: 100%;
  max-width: 100%;
  display: inline-block;
}
#products-top .sort-by .pagination .right-pagination{
  display: none;
}
.inlude_sort_by {
  height: 44px;
  border-radius: 5px;
}
.sort-by .inlude_sort_by>span{
  display: none;
}
.products-sort-order .select-title span {
  color: #555;
  font-size: 14px;
  padding: 0;
  padding-right: 15px;
}
#products-top .filter-button {
  display: none;
}
#search_filters_wrapper .btn-secondary{
  display: none;
}
.sort-by .gdz-icon-more-1_light:before {
  content: "\e604";
  font-family: 'simple-line-icons';
  color: #555;
  font-weight: 600;
  font-size: 10px;
}
.grid-banner{
  position: relative;
  height: 360px;
  margin-top: 35px;
}
.grid-banner a{
  position: absolute;
}
.grid-banner span{
  bottom: 25px;
  position: absolute;
  color: #fff;
  left: 0;
  right: 0;
  text-align: center;
}
.products-list .js-product-miniature .product-info {
  height: 100%;
  margin-top: 0;
  position: initial;
}
.products-list .js-product-miniature .product-info .product-short-desc p{
  margin-top: 22px;
  font-size: 14px;
  line-height: 1.95;
}
.products-list .js-product-miniature .product-preview .product-buttons {
  display: none;
}
.products-list .js-product-miniature .product-info .product-buttons {
  display: flex;
  position: static;
  opacity: 1;
  visibility: visible;
  background: transparent;
  justify-content: flex-start;
  margin-top: 2.6rem;
  transform: none;
  transition: none;
  align-items: center;
  box-shadow: none;
}
.products-list .product-buttons li {
  padding: 0;
  margin-right: 20px;
}
.products-list .product-info .product-buttons .product-btn {
  padding: 10px 2.2rem 9px;
  background: #333;
  border: 0;
}
.products-list .product-info .product-buttons .product-btn:hover {
  background: #ffba00;
}
.products-list .product-buttons li a{
  border: 2px solid  #ebebeb;
  border-radius: 5px;
  padding: 14px 11px 8px;
}
.products-list .product-buttons li i{
  color: #000;
  font-size: 20px;
}
.products-list .product-buttons li:hover i{
  color: #ffba00;
}
.products-list .productbox-1 .product-buttons li:not(:first-child) {
  opacity: 0;
  visibility: hidden;
}
.products-list .productbox-1:hover .product-buttons li:not(:first-child) {
  opacity: 1;
  visibility: visible;
}
.pagination .left-pagination {
  display: none;
}
.pagination .right-pagination{
  flex: 100%;
  max-width: 100%;
  margin-top: 10px;
}
.pagination .right-pagination ul{
  float: initial;
}
.pagination .right-pagination li {
  margin-left: 6px;
}
.pagination li.current a {
  color: #fff;
  background-color: #ffba00;
  border: 0;
}
.pagination .js-search-link {
  font-size: 19px;
  color: #000;
  font-weight: bold;
  width: 48px;
  height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #ebebeb;
  border-radius: 50%;
}
.pagination li a i {
  font-size: 16px;
  color: #cbcbcb;
  font-weight: 600;
}
.pagination li a:hover i{
  color: #ffba00;
}
.product-pack{
  margin-bottom: 15px;
  padding-right: 15px;
}
#product-availability span{
  color: red;
}
.product-reference{
  display: none;
}
#category .grid-banner {
  display: none;
}
/* search form */
.gdz_ajax_search  .modal{
  height: 250px;
  overflow: initial;
  z-index: 19999;
  background: #fff;
}
.gdz_ajax_search .search-box{
  width: 41%;
  margin: auto;
  padding-top: 60px;
}
/* .modal-backdrop {
  height: 0;
  background-color: #fff;
} */
.gdz_ajax_search .search-box .label-form {
    display: grid;
}
.gdz_ajax_search .search-box .label-form p{
  color: #555;
  width: 100%;
}
.gdz_ajax_search .search-box .label-form i,
#search-form-full .search-box i{
  color: #555;
  font-size: 18px!important;
  cursor: pointer;
}
.gdz_ajax_search .search-input {
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  font-size: 18px;
  font-weight: 500;
  margin-top: 35px;
  padding-left: 0;
  font-family: 'Poppins';
}
.gdz_ajax_search .input-group > input::placeholder{
  color: #333;
}
.gdz_ajax_search .button-search{
  padding: 0;
  height: auto;
  bottom: 0;
}
.gdz_ajax_search .button-search i{
  color: #000;
}
/*shopping cart*/
#blockcart-modal.show,
.quickview-modal.show{
  z-index: 9999;
  padding-left: 17px;
}
.modal-content {
  width: 76%;
  margin: auto;
}
.modal-dialog .close {
  font-size: 20px;
}
#blockcart-modal .modal-dialog {
  height: 100%;
}
#blockcart-modal .modal-title {
  margin: auto;
}
#blockcart-modal .product-name {
  font-size: 17px;
}
#blockcart-modal .content_price{
  font-size: 18px;
  color: #000;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 5px;
}
#blockcart-modal .cart-content a {
    color: #000;
    margin-left: 20px;
    margin-top: 7px;
    background: transparent;
    border: 2px solid #000;
    border-radius: 22px;
}
/*shoppingcart-box*/
.dropdown-menu.shoppingcart-box {
  min-width: 370px;
  padding: 35px 30px;
  max-width: 370px;
}
.dropdown-menu.shoppingcart-box .cart-product-image{
  max-width: 86px;
}
.shoppingcart-box .cart_block_list .product-info{
  padding-left: 20px;
}
.shoppingcart-box .cart_block_list .product-info .product-link{
  color: #000;
  font-size: 17px;
  letter-spacing: -0.3px;
  display: block;
  width: 185px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: Ellipsis;
}
.shoppingcart-box .cart_block_list .product-info .content_price span{
  font-size: 18px;
  font-weight: bold;
  color: #000;
}
.shoppingcart-box .cart_block_list .product-info .line span{
  font-size: 18px;
  color: #555;
}
.shoppingcart-box .cart_block_list .product-info .line a i{
  font-size: 17px!important;
  color: #555;
  font-family: 'FontAwesome';
  padding-left: 27px;
}
.cart_block_list {
  max-height: 245px;
  overflow-y: auto;
}
.cart_block_list .row {
  margin: 0px 0px 30px 0px;
}
.shoppingcart-box .billing-info .cart-total {
  display: none;
}
.shoppingcart-box .billing-info .label {
  font-size: 16px;
  color: #555;
}
.shoppingcart-box .billing-info .cart-prices-line .value {
  color: #000;
  font-size: 20px;
  font-weight: bold;
}
.shoppingcart-box .cart-button .checkout-btn{
  margin: 0;
  padding: 8px;
}
.shoppingcart-box .cart-button .cart-btn {
  margin-bottom: 0;
  padding: 8px;
}
.shoppingcart-box .cart-button .btn i{
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding-left: 5px;
}
.cart-items li.cart-item-title {
  color: #000;
}
.product-line-grid .product-line-grid-left .product-line-info a{
  font-size: 17px;
  color: #000;
}
.product-line-grid .product-line-grid-left .product-line-info .price{
  font-size: 18px;
  color: #000;
  font-weight: bold;
}
.label {
  padding: 0;
}
.product-line-grid .product-line-grid-right span button i{
  font-weight: 900;
  color: #333;
}
.product-line-grid .product-line-grid-right .price span{
  font-size: 18px;
  color: #000;
  font-weight: bold;
}
.product-line-grid .product-line-grid-right .cart-line-product-actions a i::before{
  content: '\f2ed';
  font-family: 'Font Awesome 5 Free';
  color: #555;
  font-style: normal;
  font-size: 20px;
}
.cart-grid-right .card .cart-detailed-totals .value{
  font-size: 18px;
  color: #000;
  font-weight: bold;
}
.cart-grid-right .card .checkout a{
  padding: 8px;
}
.show-pass button {
  font-size: 15px;
  color: #000;
  font-weight: 600;
}
.show-pass button:hover{
  color: #fff;
  background-color: #ffba00;
}
.addresses-footer{
  padding-bottom: 20px;
}
.addresses-footer .btn-default i::before{
  display: none;
}
.btn-primary {
  box-shadow: none!important;
}
.btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle,
.btn-primary.disabled:hover, .btn-primary:disabled:hover {
  background-color: #ffba00;
}
.btn-primary.disabled, .btn-primary:disabled {
  background-color: #333;
  opacity: 1;
}
body#checkout section.checkout-step.-current .content .form-control-select {
  height: 35px;
  line-height: 35px;
  font-size: 15px;
  color: #333;
}
.cart-grid-right .right-box .cart-summary {
  padding: 15px;
}
body#checkout #cart-summary-product-list .media-left {
  max-width: 90px;
}
.text-small {
  color: #000;
  font-weight: 600;
}
#header .shoppingcart-box.shoppingcart-sidebar{
  margin-top: 0;
  padding: 20px 30px;
}
.shoppingcart-sidebar .cart-title {
  padding-bottom: 20px;
  font-weight: 600;
  font-size: 18px;
}
.shoppingcart-box.shoppingcart-sidebar .cart_block_list {
  max-height: 100%;
}
.shoppingcart-sidebar .cart-title::after {
  content: "\e082";
  font-family: 'simple-line-icons';
  position: absolute;
  right: 30px;
  cursor: pointer;
}
/* modules  blog */
.cat-post-list.more-columns .item:not(:last-child) {
  margin-bottom: 50px;
}
.cat-post-list .post-thumb img{
  width: 100%;
  transition: all 1s;
}
.cat-post-list .post-thumb a{
  display: block;
  overflow: hidden;
}
.cat-post-list .post-thumb a:hover img{
  transform: scale(1.1);
}
.cat-post-list .post-info{
  margin-top: 20px;
}
.widget-tabs .item-post img {
  width: 75px;
  height: 75px;
  margin-right: 20px;
  margin-top: 5px;
  margin-bottom: 18px;
}
.widget-tabs h6 {
  font-size: 18px;
  color: #000;
  font-weight: 500;
  line-height: 25px;
  padding-bottom: 0;
}
.widget-tabs a p{
  font-size: 13px;
  color: #777;
}
.widget-tabs .item-post {
  border-bottom: 1px dashed #ebebeb;
  margin-bottom: 13px;
}
.widget-tabs .item-post:nth-last-child(1) {
  border-bottom: 0;
}
.blog-widget{
  margin-bottom: 35px;
}
.blog-widget.widget-tabs{
  margin-bottom: 15px;
}
.blog-widget.widget-tabs .widget-title{
  margin-bottom: 15px;
}
.blog-widget.widget-comment{
  margin-bottom: 41px;
}
.blog-widget .widget-title {
  border-bottom: 0;
  font-size: 20px;
  color: #000;
  font-weight: 500;
  text-transform: initial;
  margin-bottom: 10px;
}
.blog-widget li a {
  font-size: 14px;
  line-height: 30px;
}
.widget-comment .comment-item{
  font-size: 14px;
  margin-bottom: 0;
  line-height: 30px;
}
.widget-comment .comment-item img {
  display: none;
}
.widget-comment .comment-item span{
  display: inline-block;
}
.widget-comment .comment-item span p{
  color: #888;
}
.widget-comment .comment-item p{
  display: inline;
  cursor: pointer;
  position: relative;
}
.widget-comment .comment-item > p::after{
  position: absolute;
  width: 0;
  content: "";
  height: 1px;
  background-color: #464646;
  left: 0;
  margin: auto;
  right: 0;
  bottom: -4px;
  transition: all .4s;
}
.widget-comment .comment-item > p:hover::after{
  width: 100%;
}
/* single blog */
#module-gdz_blog-post .block-categories,
#module-gdz_blog-post .best-sellers_block_right {
  display: none;
}
.blog-post {
  position: relative;
}
.blog-post .post-thumb img{
  width: 100%;
}
.blog-post .post-meta .category-name{
  display: none;
}
.blog-post .post-meta .created{
  position: absolute;
  top: 12px;
  left: 12px;
  width: 70px;
  height: 70px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  flex-direction: column;
  line-height: 1.3;
  padding: 4px;
}
.blog-post .created .day {
  font-size: 28px;
  font-weight: bold;
  color: #000;
}
.blog-post .created .month {
  font-size: 15px;
  color: #010101;
}
.blog-post .post-meta {
  display: flex;
  margin: 24px 0 10px;
  font-size: 13px;
  color: #777;
}
.blog-post .post-meta li {
  padding: 0 10px 0 0;
  position: relative;
}
.blog-post .post-meta li:nth-last-child(1)::before {
  content: "|";
  font-size: 14px;
  padding-right: 7px;
}
.single-blog .blog-post h1{
  font-size: 30px;
  color: #000;
  font-weight: 500;
  margin-bottom: 20px;
}
.single-blog .post-fulltext {
  text-align: justify;
  letter-spacing: .1px;
  line-height: 1.82;
}
.single-blog .post-fulltext .row {
  margin-top: 40px;
  margin-bottom: 26px;
}
.post-fulltext .col-xs-12:not(:last-child) {
  margin-bottom: 14px;
}
.single-blog .post-fulltext .testimonial {
  background: #f7f7f7;
  padding: 30px 70px;
  border-top: 3px solid #ffba00;
  margin-top: 42px;
  margin-bottom: 42px;
  text-align: center;
}
.single-blog .post-fulltext .testimonial-comment {
  font-size: 14px;
  font-style: italic;
  letter-spacing: -.05px;
  line-height: 2;
  margin-bottom: 16px;
}
.single-blog .post-fulltext .testimonial-author .name {
  font-size: 16px;
  color: #000;
  font-weight: 600;
  letter-spacing: -.1px;
  font-family: 'Poppins';
}
.single-blog .post-fulltext .testimonial-author .career {
  font-size: 14px;
}
.single-blog .social-sharing {
  margin-top: 40px;
  margin-bottom: 20px;
  padding-top: 20px;
  border-top: 1px solid #ebebeb;
  text-align: right;
}
#comments #new_comment_form_footer .btn-default {
  font-size: 14px;
  color: #333;
  border: 2px solid #e1e1e1;
  background: #fff;
  width: 160px;
  height: 46px;
}
#comments #new_comment_form_footer .btn-default::after{
  content: "\e606";
  font-family: 'simple-line-icons';
  font-size: 11px;
  padding-left: 5px;
}
#comments #new_comment_form_footer .btn-default:hover{
  background: #ffba00;
  color: #fff;
}
/* category  blog */
#module-gdz_blog-category .block-categories {
  display: none;
}
#module-gdz_blog-category .best-sellers_block_right{
  display: none;
}
.blog-post .post-info h4{
  font-size: 30px;
  color: #000;
  font-weight: 500;
}
#module-gdz_blog-category .blog-post .post-meta{
  justify-content: left;
}
.blog-post  .blog-readmore{
  display: none;
}
.cat-post-list .post-intro p {
  line-height: 1.85;
}
/* categories  blog */
#module-gdz_blog-categories .block-categories {
  display: none;
}
#module-gdz_blog-categories .best-sellers_block_right{
  display: none;
}
#module-gdz_blog-categories .cat-post-list.more-columns .item:not(:last-child) {
  margin-bottom: 40px;
}
#module-gdz_blog-categories .category-info .category-title{
  font-size: 30px;
  color: #000;
  font-weight: 500;
  margin-top: 15px;
}
#module-gdz_blog-categories .blog-readmore{
  display: none;
}
/* pages */
.kt_dropcap.dropcap-sm {
  font-size: 72px;
  line-height: 72px;
  height: 72px;
}
.kt_dropcap.dropcap-gray {
  color: #bce5d3;
}
.kt_dropcap {
  float: left;
  display: block;
  margin-right: 10px;
  font-weight: bold;
  text-align: center;
}
.kt_dropcap.dropcap-bg.dropcap-gray {
  background: #bce5d3;
  color: #fff;
}
.kt_dropcap.dropcap-sm.dropcap-bg {
  font-size: 30px;
  line-height: 40px;
  height: 40px;
}
.kt_dropcap.dropcap-bg {
  padding: 0 10px;
  margin-top: 10px;
}
/*ver_menu*/
.ver_menu {
  cursor: pointer;
  width: 309px;
  height: 55px;
}
.ver_menu .gdz-megamenu {
  background: #fff;
}
.ver_menu .pt-icon {
  padding-left: 7px;
  font-size: 14px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
.ver_menu .pt-icon .open-icon {
  padding-right: 7px;
  padding-left: 15px;
}
.ver_menu .gdz-megamenu li{
  border-top: 1px dashed #ebebeb;
  height: 40px;
  margin-left: 0;
}
.ver_menu .gdz-megamenu li:nth-child(1){
  border: 0;
}
.ver_menu .pt-icon .open-icon{
  color: #fff;
}
.ver_menu .pt-icon .icons{
  font-size: 10px;
  font-weight: 600;
  margin-left: 67px;
  color: #fff !important;
}
.ver_menu .gdz-megamenu .nav > li > a{
  font-size: 14px;
  line-height: 30px;
}
#off-canvas-menu .nav > li > a{
  font-weight: 600;
}
/*hor menu*/
#header{
  position: relative;
}
.hor-menu .gdz-megamenu.navbar {
  position: static;
}
.hor-menu .gdz-megamenu .nav>li.item-fullwidth{
  position: static;
}
.sticky .gdz-megamenu .dropdown-menu{
  margin-top: 15px;
}
.gdz-megamenu .dropdown-menu{
  margin-top: 31px;
  margin-left: -20px;
  padding-left: 20px;
}
.hor-menu .gdz-megamenu .dropdown-menu.fullwidth{
  left: 0;
  width: 100%;
  transform: none;
  padding: 20px 0;
  margin-top: 0;
}
.hor-menu .gdz-megamenu .dropdown-menu.fullwidth .mega-dropdown-inner{
  margin: auto;
  max-width: 1326px;
}
.hor-menu .gdz-megamenu .nav > li > a {
    font-weight: normal;
    font-size: 14px;
    position: relative;
    color: #333;
}
.hor-menu .gdz-megamenu .nav > li > a::after{
  position: absolute;
  width: 0;
  content: "";
  height: 2px;
  background-color: #ffab00;
  left: 0;
  margin: auto;
  right: 0;
  bottom: -7px;
  transition: all .4s;
}
.hor-menu .gdz-megamenu .nav > li:hover > a::after{
  width: 100%;
}
.hor-menu .gdz-megamenu .mega-dropdown-inner li a {
  font-size: 14px;
  color: #555;
}
.hor-menu .gdz-megamenu .mega-dropdown-inner li a span{
  position: relative;
}
.hor-menu .gdz-megamenu .mega-dropdown-inner li> a span::after {
  height: 1px;
  background-color: #555;
  bottom: -3px;
  position: absolute;
  width: 0;
  content: "";
  left: 0;
  margin: auto;
  right: 0;
  transition: all .4s;
}
.gdz-megamenu .nav > .menu-item .mega-nav li:hover {
  background: initial;
}
.hor-menu .dropdown-menu a:hover{
  color: #000;
}
.hor-menu .nav li>a:hover span::after {
  width: 100%;
}
.hor-menu .gdz-megamenu .nav>.menu-item .mega-nav li.mega>a::before {
  content: "\e606";
  position: absolute;
  right: 20px;
  font-family: 'simple-line-icons';
  font-size: 11px;
  font-weight: 600;
  line-height: 31px;
}
.hor-menu .gdz-megamenu .menu-home .mega-dropdown-inner li a {
  font-size: 15px;
}
.hor-menu .gdz-megamenu .menu-home .dropdown-menu li a span {
  display: none;
}
.hor-menu .gdz-megamenu .menu-home .mega-dropdown-menu{
  padding: 0;
  margin-top: 10px;
  left: 65%;
}
.hor-menu .gdz-megamenu .menu-home .mega-dropdown-menu ul li{
  padding:  0;
}
.hor-menu .gdz-megamenu .menu-home .dropdown-menu .mod-content a img {
  max-width: 220px;
}
.hor-menu .gdz-megamenu .mega-dropdown-inner .group{
  padding-bottom: 15px;
}
.hor-menu .gdz-megamenu .mega-dropdown-inner .group a{
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #000;
  padding-bottom: 10px;
}
.hor-menu .nav .group >a:hover span::after{
  width: 0;
}
.hor-menu .gdz-megamenu .mega-dropdown-inner .element-image a span{
  display: none;
}
.gdz-megamenu .mega-nav > .mega > .dropdown-menu {
  top: -20px;
}
.gdz-megamenu .menu-home .mega-nav > .mega > .dropdown-menu {
  top: 0px;
}
#footer{
  margin-left: 0;
  margin-right: 0;
}
/*home1*/
.header-1 h4{
  display: none;
}
.btn-search i{
  padding-right: 10px;
}
 #wishlist_block i{
  padding-right: 10px;
  padding-left: 12px;
}
.cart-icon i{
  padding-right: 20px;
}
.header-1{
  height: 94px;
}
.header-1 .logo{
  padding-right: 8px;
}
.header-1 .header-top {
  padding-top: 23px;
}
#cart_block .ajax_cart_quantity{
  background: #ffba00;
  right: 8px;
  bottom: 20px;
  line-height: 1;
}
.hor-menu .gdz-megamenu .caret::after{
  content: "\e604";
  font-family: 'simple-line-icons';
  font-size: 9px;
  font-weight: 600;
  font-style: normal;
}
.footer-3 {
  margin-top: 75px!important;
}
.footer-main .block h3 {
  font-size: 18px!important;
  margin-bottom: 20px!important;
  font-weight: 600;
}
#footer li a {
  font-size: 14px;
}
.footer-3 .block:nth-child(4) li .custom-page-link::before{
  font-family: "FontAwesome";
}
.footer-3 .block:nth-child(4) li:nth-child(1) .custom-page-link::before{
  content: "\f082";
}
.footer-3 .block:nth-child(4) li:nth-child(2) .custom-page-link::before{
  content: "\f099";
}
.footer-3 .block:nth-child(4) li:nth-child(3) .custom-page-link::before{
  content: "\f1b4";
}
.footer-3 .block:nth-child(4) li:nth-child(4) .custom-page-link::before{
  content: "\f16d";
}
.footer-3 .footer-main {
  background-color: #ffffff;
  line-height: 2.15;
}
.footer-3 .footer-main .layout-column {
  padding-left: 0px;
  padding-right: 0px;
  margin-left: -85px;
}
.footer-3 .footer-main .layout-column:nth-child(1) {
  margin-left: 0px;
}
.footer-3 .footer-main ul{
  margin-top: -11px;
  margin-bottom: 34px;
}
.footer-copyright {
  background-color: #ffffff!important;
  padding: 0!important;
}
.footer-copyright .container {
  border-top: 1px solid #ebebeb;
}
.footer-copyright p{
  margin-top: 25px;
  padding-left: 15px;
  color: #555;
}
.footer-copyright ul{
  margin-top: 21px;
  margin-left: 10px;
}
.footer-copyright ul li{
  display: inline-block;
  padding-left: 6px;
}
.footer-copyright ul li img{
  transition: all 1s;
}
.footer-copyright ul li:hover img{
  transform: scale3d(1.3,1.3,0.5);
}
.footer-copyright .btn-group, .btn-group-vertical {
  display: none;
}
/*home 2*/
.h2-header-top {
    height: 58px;
    margin-bottom: 12px;
}
.h2-header-top ul li{
  display: inline-block;
  padding-right: 10px;
}
.h2-header-top ul li a:hover{
  background-color: initial!important;
  border: 0!important;
}
.h2-header-top .header-top .header-left i{
  font-size: 17px;
}

.h2-header-top .header-top h4{
  font-size: 14px;
  margin-top: auto;
  margin-bottom: auto;
  letter-spacing: 0;
}
.h2-header-top .header-top p{
  display: none;
}
.h2-header-bottom {
    height: 56px;
    background: #f6c9e8;
    margin-top: 5px;
}
.h2-header-bottom .gdz-megamenu .caret::after {
  color: #fff;
}
.h2-header-bottom i{
  color: #fff !important;
}
.header-2 .sticky .header-top{
  padding-top: 0;
  padding-bottom: 0;
}
.header-2 .header-top{
  padding-top: 5px;
}
.header-2 #hor-menu .nav > li {
  background: transparent;
}
.header-2 #hor-menu .nav > li:hover {
  background: transparent;
}
.ver_menu .gdz-megamenu{
  position: absolute;
  width: 100%;
  top: 100%;
  z-index: 9;
}
.header-2 .header-top .header-left ul{
  margin-top: auto;
  margin-bottom: auto;
}
#ver-menu svg{
  color: #fff;
}
#ver-menu {
    position: relative;
    background: #422f19;
}
.h2-header-bottom .header-center .gdz-megamenu {
  height: 56px;
}
.h2-header-bottom .header-center .gdz-megamenu li {
  padding: 5px 13px;
}
.h2-header-bottom #hor-menu .nav > li > a span {
  color: #fff;
}
.h2-header-bottom .gdz-megamenu .dropdown-menu {
  margin-top: 8px;
}
.h2-header-bottom #hor-menu .navbar > ul {
    text-align: left;
}
.header-2 .dropdown-menu {
  margin-top: 11px;
}
.footer-4 .footer-main {
  background: #fff;
}

.footer-4 .footer-main .block{
  text-align: center;
  margin-top: 74px;
  width: 100%;
}
.footer-4 .footer-main .block h3 {
  font-size: 27px!important;
  margin-bottom: 12px!important;
}
.footer-4 .footer-main .block input {
  width: 708px;
  height: 50px;
  border-radius: 5px!important;
  border: 2px solid #e1e1e1;
  text-align: center;
}
.footer-4 .footer-main .block button {
  width: 708px;
  height: 50px;
  border-radius: 5px;
  margin-top: 16px;
  margin-bottom: 17px;
  background: #333;
  border: 0;
}
.footer-4 .footer-main .block p {
  margin-bottom: 34px;
  color: #555;
}
.footer-4 .footer-main .block p i{
  font-size: 14px;
  letter-spacing: 0.15px;
}
.footer-4{
  margin-top: 0px!important;
}
.footer-4 .footer-main .container{border-top: 0px !important;}
.footer-4 .footer-copyright{
  background: #fff!important;
}
.footer-4 .footer-copyright .container{
  border: 0;
  padding-top: 10px;
}
/*home 3*/
#header #hor-menu .nav > li{
  background-color: transparent;
}
.header-3{
  height: 84px;
  margin-bottom: -84px;
  z-index: 9999;
  position: relative;
  border-bottom: 1px solid #7d7975;
}
.header-3 #hor-menu .nav > li {
  background: transparent;
}
.header-3 .header-topbar{
  padding-top: 20px;
}
.header-3  #hor-menu .nav > li:hover {
  background: transparent;
}
.header-3 .header-right .btn-group > a > i{
  color: #fff !important;
}
.header-3 .header-sticky.sticky {
  background: #000;
  padding-top: 15px!important;
}
.header-3 .dropdown-menu {
  margin-top: 24px;
}
.header-3 .header-topbar .header-left{
  margin-left: 72px;
}
.header-3 .gdz-megamenu .nav > li > a span {
  color: #fff;
}
.header-3 .header-sticky.sticky {
  padding: 20px 0;
  background-color: #333 !important;
}
.header-3 .gdz-megamenu .caret::after {
  color: #fff;
}
.header-3 i{
  color: #fff;
}
.header-3 .header-topbar .header-center{
  text-align: right;
  margin-right: 66px;
}
.header-3 .gdz-megamenu li {
  padding: 5px 13px;
}
.header-3 .header-icon{
  margin-right: 57px;
}
#address .header-3, #category .header-3, #product .header-3, #authentication .header-3, #checkout .header-3,
#my-account .header-3, #identity .header-3, #history .header-3, #addresses .header-3, #order-slip .header-3,
#module-psgdpr-gdpr .header-3, #module-gdz_wishlist-mywishlist .header-3, #order-detail .header-3, #cart .header-3,
#module-gdz_blog-category .header-3, #module-gdz_blog-categories .header-3, #module-gdz_blog-post .header-3{
  margin-bottom: 0;
  border-bottom: 0;
  background: #000;
}
.footer-5{
  background-color: #222!important;
  margin-top: 80px!important;
}
.footer-5 .footer-main {
  padding: 77px 0 0 0!important;
}
.footer-5 .footer-main .block:nth-child(4){
  display: none;
}
.footer-5 .footer-main .block:nth-child(5){
  display: none;
}
.footer-5 .footer-main .block h3{
  color: #fff!important;
  margin-bottom: 14px!important;
}
.footer-5 .footer-main .block .block-content li{
  margin-bottom: 6px;
}
.footer-5 .footer-main .block .block-content a{
  color: #9f9f9f!important;
}
.footer-5 .block-newsletter h3{
  margin-bottom: 8px!important;
}
.footer-5 .block-newsletter p{
  color: #9f9f9f;
  font-size: 14px;
  line-height: 33px;
  margin-bottom: 12px;
}
.footer-5 .block-newsletter form input {
  border: 2px solid #555;
  height: 44px;
  width: 300px;
  position: absolute;
  background-color: #222;
  border-right: 0;
  padding-left: 17px;
  color: #9f9f9f;
  border-bottom-left-radius: 7px!important;
  border-top-left-radius: 7px!important;
}
.footer-5 .block-newsletter form button {
  height: 44px;
  margin-left: 300px;
  width: 120px;
  color: #010101;
  background-color: #fff;
  padding: 0 19px;
  border: 0;
  margin-top: 0;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  margin-bottom: 26px;
}
.footer-5 .block-newsletter .social-links i {
  font-size: 16px;
  color: #fff;
}
#footer .social-links li {
  margin: 0 2px 0 0;
}
.footer-5 .block-newsletter .social-links li a{
  border-radius: 50%;
  width: 36px;
  background-color: #464646;
  height: 36px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.footer-5 .footer-copyright {
  background-color: #222!important;
  margin-top: 38px;
}
.footer-5 .footer-copyright .container{
  border-top: 1px solid #404040;
}
.footer-5 .footer-copyright p{
  color: #9f9f9f;
}
/*home 4*/
.header-4 .header-sticky.sticky {
  background: #000;
  padding-top: 15px!important;
}
.header-4 .header-sticky.sticky .hor-menu .gdz-megamenu .nav > li > a span,
.header-4 .header-sticky.sticky .gdz-megamenu .caret::after,
.header-4 .header-sticky.sticky i {
  color: #fff;
}
.header-4{
  margin-bottom: -75px;
  height: 75px;
  z-index: 9999;
  position: relative;
}
.header-4 .header-top {
  padding-top: 20px;
  padding-bottom: 15px;
}
.header-4 .header-top .logo {
  margin-left: 56px;
}
.header-4 .gdz-megamenu .dropdown-menu {
  margin-top: 15px;
}
.header-4 .header-top .gdz-megamenu.navbar .nav {
  margin-left: 67px;
}
.header-4 .gdz-megamenu li {
  padding: 5px 13px;
}
.header-4  .hor-menu .gdz-megamenu .nav > li > a span {
  color: #333;
}
.header-4 .header-top .s-padding{
  margin-right:72px;
}
.header-4 .header-top .s-padding .cart-icon i {
  padding-left: 11px;
}
.sidebar-right-open .main-site {
  right: 0;
}
.header-4 .header-top .sidebar i{
  background-color: #ffba00;
  border-radius: 50%;
}
.header-4 .header-top .sidebar i{
  color: #fff;
  padding: 12px;
}
.header-4 .header-sidebar{
  background: #fff!important;
  width: 480px!important;
  height: 1080px!important;
  text-align: center;
}
.header-4 .header-sidebar i{
  font-size: 14px;
  margin-top: 30px;
  margin-left: 300px;
}
.header-4 .header-sidebar a img{
  margin-top: 97px;
}
.header-4 .header-sidebar span{
  top: 30px;
  position: relative;
}
.header-4 .header-sidebar p{
  color: #000;
  padding-top: 12px;
}
.header-4 .header-sidebar .sidebar-banner{
  background-image: url(../img/h4-sidebar-banner.jpg);
  width: 372px;
  height: 372px;
  margin: 80px auto;
  margin-bottom: 46px;
}
.header-4 .header-sidebar .social-links {
  bottom: auto!important;
  margin: 66px auto!important;
  border: 0!important;
  position: relative!important;
}
.header-4 .header-sidebar .social-links li{
  margin: 0 9px!important;
}
.header-4 .header-sidebar .social-links li i{
  margin: 0;
  font-size: 20px!important;
  color: #333!important;
}
.header-4 .header-sidebar .social-links li a:hover{
  background-color: initial!important;
  border: 0px!important;
}
.header-4 .header-sidebar .social-links li a:hover i{
  color: #ffba00!important;
}
#address .header-4, #category .header-4, #product .header-4, #authentication .header-4, #checkout .header-4,
#checkout .header-4, #my-account .header-4, #identity .header-4, #history .header-4, #addresses .header-4,
#order-slip .header-4, #module-psgdpr-gdpr .header-4, #module-gdz_wishlist-mywishlist .header-4, #module-gdz_blog-post .header-4,
#order-detail .header-4, #cart .header-4, #module-gdz_blog-category .header-4, #module-gdz_blog-categories .header-4{
  margin-bottom: 0;
  border-bottom: 0;
  background: #000;
}
.footer-6 {
  background: #222222!important;
  margin-top: 63px!important;
}
.footer-6 .footer-top{
  background: #222!important;
  height: 126px;
}
.footer-6 .footer-top .footer-top-items{
  margin-top: 40px;
}
.footer-6 .footer-top form{
  margin-left: -50px;
}
.footer-6 .footer-top form input {
  border: 2px solid #555;
  height: 46px;
  width: 396px;
  position: absolute;
  background-color: #363636;
  padding-left: 18px;
  text-align: left;
  color: #9f9f9f;
  border-bottom-left-radius: 5px!important;
  border-top-left-radius: 5px!important;
  border-right: 0!important;
}
.footer-6 .footer-top form button {
  height: 46px;
  margin-left: 396px;
  width: 126px;
  border: 0;
  color: #000;
  background-color: #fff;
  margin-top: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-bottom: 6px;
}
.footer-6 .footer-top .social-links i {
  font-size: 16px;
  color: #fff;
}
#footer.footer-6 .social-links li {
  margin: 2px;
}
#footer.footer-6 .social-links li:nth-last-child(1){
  margin-right: 0;
}
.footer-6 .footer-top .social-links li a {
  border-radius: 50%;
  width: 42px;
  background-color: #222;
  height: 42px;
  border: 2px solid #4e4e4e;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.footer-6 .footer-main .container{
  border-top: 1px solid #3e3e3e;
  margin-top: 20px;
  padding-top: 77px!important;
}
.footer-6 .footer-main .block:nth-child(4){
  display: none;
}
.footer-6 .footer-main .block:nth-child(5){
  display: none;
}
.footer-6 .footer-main .block-instagram ul{
  margin-top: 20px;
  width: 310px;
}
.footer-6 .footer-main .block-instagram .block-content li{
  display: inline-block;
  padding-right: 5px;
  margin-bottom: 10px;
  cursor: pointer;
}
.footer-6 .footer-main .block-instagram .block-content li:nth-child(3),
.footer-6 .footer-main .block-instagram .block-content li:nth-child(6){
  padding-right: 0;
}
.footer-6 .footer-main .block-instagram li img{
  transition: all 1s;
}
.footer-6 .footer-main .block-instagram li:hover img{
  transform: scale3d(1.1,1.1,1);
}
.footer-6 .footer-main .block h3{
  color: #fff!important;
  margin-bottom: 14px!important;
}
.footer-6 .footer-main .block-content li{
  margin-bottom: 6px;
}
.footer-6 .footer-main .block .block-content a{
  color: #9f9f9f!important;
}
.footer-6 .footer-copyright {
  background-color: #222!important;
  margin-top: 18px;
}
.footer-6 .footer-copyright .container{
  border-top: 1px solid #404040;
}
.footer-6 .footer-copyright p{
  color: #9f9f9f;
}
/*home 5*/
.header-5{
  height: 190px;
}
.h5-header-top{
  padding-top: 32px;
  padding-bottom: 30px;
  position: relative;
}
.h5-header-top .gdz-megamenu .dropdown-menu {
  margin-top: 30px;
}
.header-5 .sticky .gdz-megamenu .dropdown-menu {
  margin-top: 15px;
}
.header-5 .hor-menu .gdz-megamenu .dropdown-menu.fullwidth {
  margin-top: 0;
}
.h5-header-top .gdz-megamenu li {
  padding: 5px 13px;
}
.h5-header-top .gdz-megamenu{
  margin-left: -15px;
}
.h5-header-bottom .ver_menu {
  border-radius: 5px!important;
}
.h5-header-bottom .ver_menu .gdz-megamenu {
  margin-top: -4px;
}
.h5-header-bottom .header-center{
  max-width: 760px;
  margin-left: 309px;
}
.h5-header-bottom #search-form {
  max-width: 100%;
}
.h5-header-bottom .search-form .input-group{
  height: 55px;
  border: 2px solid #ebebeb;
  border-radius: 5px;
}
.h5-header-bottom .search-form .input-group .icon-magnifier{
  line-height: 1.6;
}
.h5-header-bottom .header-right h4{
  display: none;
}
.h5-header-bottom .header-right p:nth-child(2){
  font-size: 14px;
  letter-spacing: 0.3px;
}
.h5-header-bottom .header-right p:nth-child(3){
  font-size: 22px;
  font-weight: bold;
  color: #ffa800;
  letter-spacing: 0.3px;
}
.h5-header-bottom .header-right {
  text-align: right;
}
#search-form-full .search_product_list .row {
  text-align: center;
}
#search-form-full .search_product_list .row {
  min-width: 220px;
}
.search-result-content{
  box-shadow: none;
}
.search-form .search_product_list{
  display: flex;
  flex-wrap: wrap;
}
.search_product_list .row {
  width: 50%;
}
.form-control:focus {
  border-color:  #ececec;
  box-shadow: none;
}
.search-overlay.open {
  z-index: 9992;
}
.footer-7 .footer-main{
  background: #fff;
  padding-bottom: 39px!important;
  padding-top: 75px!important;
}
.footer-7{
  margin-top: 0!important;
}
.footer-7 .footer-main .block h3 {
  margin-bottom: 14px!important;
}
.footer-7 .footer-main .block-content li {
  margin-bottom: 6px;
}
.footer-7 .footer-main .block:nth-child(4),
.footer-7 .footer-main .block:nth-child(5){
  display: none;
}
.footer-7 .footer-main .block-contact{
  margin-top: 5px;
}
.footer-7 .footer-main .block-contact ul{
  margin-top: 36px;
  width: 320px;
}
.footer-7 .footer-main .block-contact ul li{
  line-height: 28px;
  color: #555;
  font-size: 14px;
  letter-spacing: 0.2px;
  margin-bottom: 5px;
}
.footer-7 .footer-main .block-contact ul li b{
  color: #000;
}
.footer-7   .footer-copyright{
  background: #fff!important;
}
/*home 6*/
.header-6 .header-sticky.sticky {
  padding-top: 15px!important;
}
.header-6 .hor-menu .gdz-megamenu .dropdown-menu {
  margin-top: 26px;
}
.header-6 .sticky .hor-menu .gdz-megamenu .dropdown-menu {
  margin-top: 14px;
}
.header-6 .sticky .hor-menu .gdz-megamenu .fullwidth{
  margin-top: 0;
}
.header-6 .hor-menu .gdz-megamenu .fullwidth{
  margin-top: 0;
}
.header-6 .call-us p{
  margin-left: 73px;
  letter-spacing: 0.2px;
}
.header-6 .call-us p strong{
  color: #000;
}
.header-6 .content-item {
  margin-left: -10px;
}
.header-6 .content-item p {
  display: inline-block;
  letter-spacing: 0.15px;
}
.header-6 .content-item p strong{
  color: #000;
}
.header-6 .content-item a{
  font-size: 14px;
  color: #000;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  position: relative;
  margin-left: 15px;
  letter-spacing: -0.2px;
}
.header-6 .content-item .pt-link-underline::before {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  content: '';
  color: transparent;
  background: #ffba00;
  height: 2px;
  transition: width 0.2s;
}
.header-6 .content-item .pt-link-underline:hover::before {
  width: 0;
}
.header-6 .languages-info a img {
  margin-top: -4px;
  margin-right: 3px;
}
.header-6 .languages-info .btn-xs{
  padding-right: 70px;
}
.header-6 #header-topbar .header-right i{
  padding-left: 6px;
  font-size: 9px;
  font-weight: 600;
  color: #000;
}
.header-6 #header-topbar .header-right a{
  font-size: 14px!important;
  color: #555;
}
.header-6 .currency-info{
  margin-right: -15px;
}
.header-6 .currency-info .dropdown-toggle::after {
  display: none;
}
.header-6  .header-top{
  border-top: 1px solid #ebebeb;
  padding-top: 26px;
  padding-bottom: 26px;
}
.header-6 .logo{
  margin-left: 73px;
}
.header-6  .header-top .gdz-megamenu{
  text-align: center;
  margin-left: 4px;
}
.header-6  .header-top .gdz-megamenu li{
  padding: 5px 13px;
}
.header-6  .header-top i {
  line-height: 1.6;
}
.header-6  .header-top .cart-preview{
  margin-right: 70px;
}
.footer-8{
  margin-top: 5px!important;
  background: #f4f4f4!important;
}
.footer-8 .newsletter h2 {
  font-size: 27px;
  padding-top: 75px;
}
.footer-8  .newsletter input {
  width: 708px;
  height: 50px;
  border-radius: 5px!important;
  border: 2px solid #e1e1e1;
  text-align: center;
  background-color: #f4f4f4;
}
.footer-8  .newsletter button {
  width: 708px;
  height: 50px;
  border-radius: 5px;
  margin-top: 16px;
  margin-bottom: 12px;
  background: #333;
  border: 0;
}
.footer-8 .newsletter p {
  margin-bottom: 42px;
  padding-top: 5px;
  color: #555;
}
.footer-8 .newsletter p i{
  font-size: 14px;
  letter-spacing: 0.15px;
}
.footer-8 .social-links li{
  margin: 12px 8px!important;
}
.footer-8 .social-links li i{
  font-size: 24px;
  color: #b3b3b3;
  transition: all .5s;
}
.footer-8 .social-links li a:hover{
  background-color: initial!important;
  border: 0!important;
}
.footer-8 .social-links li:hover i{
  color: #ffba00;
  transform: scale3d(1.3,1.3,0.5);
}
.footer-8 .footer-copyright{
  background: #f4f4f4!important;
  margin-top: 10px;
}
.footer-8 .footer-copyright .container {
  border:0;
}
/*home 7*/
.header-7 .header-top{
  height: 84px;
  padding-top: 19px!important;
}
.header-7 .header-top .logo{
  margin-left: 57px;
}
.header-7 .header-top .header-right{
  margin-right: 57px;
}
.header-7 .header-top .search-form{
  width: 390px;
  height: 46px;
  margin-right: 13px!important;
}
.header-7 .header-top .input-group input{
  border: 1px solid #f1f1f1;
  background: #f5f5f5;
  border-radius: 20px;
  padding-left: 45px;
  color: #777;
  font-size: 13px;
}
.header-7 .search_product_list .row {
  width: 100%;
}
.header-7 .header-top .input-group button{
  right: auto;
}
.header-7 .header-top .input-group button i{
  font-size: 21px!important;
  line-height: 1.6;
}
.h7-header-bottom{
  height: 75px;
  border-top: 1px solid #ebebeb;
  padding-top: 16px;
}
.h7-header-bottom .gdz-megamenu .dropdown-menu {
  margin-top: 18px;
}
.h7-header-bottom .hor-menu .gdz-megamenu .dropdown-menu.fullwidth {
  margin-top: 0;
}
.h7-header-bottom .header-left .gdz-megamenu > ul{
  text-align: left!important;
  margin-left: 57px;
}
.h7-header-bottom .social-links{
  margin: auto;
  margin-right: 15px;
}
.h7-header-bottom .social-links li{
  display: inline-block;
  padding: 0 9px;
}
.h7-header-bottom .social-links li:hover,
.h7-header-bottom .social-links li a:hover{
  background-color: initial!important;
  border: 0!important;
}
.h7-header-bottom .social-links li i{
  line-height: 1.6;
  font-size: 20px;
  color: #b3b3b3;
}
.h7-header-bottom .social-links li i:hover{
  color: #ffba00;
}
.h7-header-bottom .btn-xs{
  width: 65px;
  height: 32px;
  background: #f5f5f5;
  border-radius: 5px;
  padding: 10px 10px;
  line-height: 1;
  font-size: 14px!important;
  color: #555;
}
.h7-header-bottom .btn-group a i{
  font-size: 9px;
  font-weight: 600;
  padding-left: 7px;
}
.h7-header-bottom .currency-info{
  margin-right: 70px;
}
.h7-header-bottom .languages-info{
  margin-right: 10px;
}
.h7-header-bottom .languages-info img{
  width: 18px;
  height: 11px;
}
.h7-header-bottom .currency-info .dropdown-toggle::after {
  display: none;
}
.footer-1{
  margin-top: 50px!important;
}
.footer-1 .footer-main {
    background-color: #f6c9e8 !important;
    padding-top: 75px !important;
}
.footer-1 .block h3 {
  margin-bottom: 14px!important;
}
.footer-1 .footer-main .block:nth-child(4){
  display: none;
}
.footer-1 .footer-main .block .block-content li {
  margin-bottom: 6px;
}
.footer-1 .footer-copyright {
    background-color: #f6c9e8 !important;
    padding-top: 20px !important;
}
/*home 8*/
.header-8 .header-top .logo{
  margin-left: 57px;
}
.header-8 .header-top .header-right{
  margin-right: 57px;
}
.header-8 .header-top{
  padding-top: 33px;
  padding-bottom: 33px;
}
.header-8 .gdz-megamenu .dropdown-menu {
  margin-top: 33px;
}
.header-8 .sticky .hor-menu .gdz-megamenu .dropdown-menu.fullwidth {
  margin-top: 0;
}
.header-8 .sticky .gdz-megamenu .dropdown-menu {
  margin-top: 15px;
}
.header-8 .hor-menu .gdz-megamenu .dropdown-menu.fullwidth {
  margin-top: 0;
}
.header-8 .sticky{
  padding-top: 15px!important;
}
.footer-2{
  margin-top: 57px!important;
}
.footer-2 .footer-copyright .container {
  border-top: 0;
}
.footer-2 .footer-center ul{
  display: none;
}
.footer-2 .footer-center p{
  width: 350px;
  margin: 0 auto;
}
.footer-2 .social-links i {
  font-size: 24px!important;
  color: #b3b3b3;
  line-height: 1.6;
}
.footer-2 .social-links li{
  margin: 0!important;
  padding-left: 18px;
}
.footer-2 .social-links li a:hover {
  background-color: initial!important;
  border: 0!important;
}
.footer-2 .social-links li i:hover{
  color: #ffba00;
}
/*home 9*/
.header-9 .header-top{
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fff;
}
.header-9 .logo{
  margin-left: 60px;
}
.header-9 .header-top .header-right{
  margin-right: 60px;
}
.header-9 .sticky{
  padding-top: 15px!important;
}
.header-9 .gdz-megamenu .dropdown-menu {
  margin-top: 34px;
}
.header-9 .hor-menu .gdz-megamenu .dropdown-menu.fullwidth {
  margin-top: 0;
}
.header-9 .header-top  .user-info{
  font-size: 14px;
  color: #333;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  padding-right: 23px;
  vertical-align: initial;
}
.header-9 .header-top .cart-icon{
  font-size: 14px;
  color: #333;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  padding-right: 27px;
  display: flex;
}
.header-9 .header-top .sidebar .sidebar-btn{
  color: #111;
}
.header-9 .header-sidebar{
  width: 100%!important;
  height: 124px!important;
  background: #fff!important;
  padding-top: 44px;
  transition: all 0ms!important;
  -webkit-transition: 0ms!important;
}
.header-9 .right-sidebar {
  right: 0;
  opacity: 0;
  visibility: hidden;
}
.sidebar-right-open .header-9 .right-sidebar {
  right: 0px;
  opacity: 1;
  visibility: visible;
}
.sidebar-right-open .header-9 .right-sidebar .header-left{
  padding-left: 0;
  padding-right: 0;
}
.sidebar-right-open .header-9 .right-sidebar .header-right{
  padding-left: 0;
  padding-right: 0;
}
.header-9 #header-sidebar .gdz-megamenu .nav > li {
  padding: 5px 14px;
}
.header-9 #header-sidebar .gdz-megamenu .nav > li > a{
  padding: 0;
  line-height: 1.6;
  color: #333;
}
.header-9 #header-sidebar .gdz-megamenu .nav > li > a > .caret {
  display: initial;
  position: relative;
  top: auto;
  right: auto;
}
.header-9 #header-sidebar .gdz-megamenu .nav > li > a > .caret::after {
  content: "\e604";
  font-family: 'simple-line-icons';
}
.header-9 .header-sidebar .header-right{
  margin-right: 60px;
}
.header-9 #cart_block .ajax_cart_quantity.type-2 {
  display: inline-block;
  position: static;
  font-size: 14px;
  color: #333;
  margin-left: 4px;
  font-weight: 600;
  background: initial;
  width: 27px;
  height: 19px;
  line-height: 1.6;
  border-radius: 0;
}
.header-9 #cart_block .ajax_cart_quantity {
  display: none;
}
.footer-9{
  margin-top: 10px!important;
}
.footer-9 .footer-copyright .container {
  border-top: 0;
}
@media only screen and (max-width: 1356px){
  .container {
    padding: 0 30px;
  }
  .gdz-slider-wrapper .fraction-slider .prev,
  .gdz-slider-wrapper .fraction-slider .next {
    display: none;
  }
  .fs-pager-wrapper a {
    /* display: inline-block; */
    width: 15px;
    height: 15px;
  }
  
}
.fs-pager-wrapper a.active {
  background: #ffba00;
  border: 0;
}
@media only screen and (max-width: 1200px){
  .gdz-megamenu .nav > li {
    padding: 4px 10px;
  }
  .slider-button a {
    font-size: 13px;
  }
  .slider-button .btn i {
    font-size: 10px;
  }
  .pb-banner .pb-banner-button {
    font-size: 13px;
    padding: 4px 10px;
  }
  .grid-banner {
    display: none;
  }
  .products-list .js-product-miniature .product-info .product-short-desc p {
    margin-top: 12px;
    line-height: 1.6;
  }
  .products-list .js-product-miniature .product-info .product-buttons {
    margin-top: 1.3rem;
  }
  .inlude_sort_by .gdz-icon-more-1_light{
    font-size: 15px;
  }
  .login-layout-1{
    padding: 0 15px;
  }
  .widget-tabs h6 {
    overflow: hidden;
    text-overflow: Ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
.productbox-1 .product-buttons .product-btn:hover,
.productbox-1 .product-buttons .addToWishlist:hover{
	color: #fff;
	background-color: #ffa800;
}
  .productbox-flex .product-title {
    white-space: initial;
  }
  .productbox-flex .product-info {
    margin-top: 0px;
  }
  .gdz_ajax_search .search-box {
    width: 75%;
  }
  .search-result-content {
    padding: 20px;
  }
  .modal-content {
    width: 79%;
  }
  #blockcart-modal .modal-body {
    padding: 30px 15px;
  }
  #blockcart-modal .cart-content a {
    margin-left: 0px;
  }
  /* product-grid */
  .products-grid.grid-6 .js-product-miniature:nth-child(3n) {
    margin-right: 0px!important;
  }
  .products-grid.grid-5 .js-product-miniature:nth-child(3n) {
    margin-right: 0px!important;
  }
  .products-grid.grid-5 .js-product-miniature:nth-child(5n) {
    margin-right: 30px!important;
  }
  .products-grid.grid-4 .js-product-miniature:nth-child(3n) {
    margin-right: 0px!important;
  }
  .products-grid.grid-4 .js-product-miniature:nth-child(4n) {
    margin-right: 30px!important;
  }
  .products-grid.grid-2 .js-product-miniature:nth-child(2n) {
    margin-right: 30px!important;
  }
  .products-grid.grid-2 .js-product-miniature:nth-child(3n) {
    margin-right: 0px!important;
  }
  /*home 2*/
  .ver_menu {
    width: 250px!important;
  }
  .ver_menu .pt-icon .icons {
    margin-left: 10px;
  }
  .header-2 .h2-header-bottom .header-center{
    /*margin-left: 200px;*/
  }
  /*home 3*/
  .header-3 .header-topbar .header-left {
    margin-left: 30px;
  }
  .header-3 .header-icon {
    margin-right: 10px;
  }
  /*home 4*/
  .header-4 .header-top .logo {
    margin-left: 20px;
  }
  .header-4 .header-top .s-padding {
    margin-right: 35px;
  }
  /*home 5*/
  .header-5{
    height: auto;
  }
  .h5-header-bottom{
    display: none;
  }
  /*home 6*/
  .header-6 #header-topbar .call-us{
    max-width: 50%;
  }
  .header-6 #header-topbar .call-us p{
    margin-left: 40px;
  }
  .header-6 #header-topbar .header-right{
    display: none;
  }
  .header-6 .header-top .cart-preview {
    margin-right: 40px;
  }
  .header-6 .logo {
    margin-left: 40px;
  }
  .header-6 .header-top .gdz-megamenu li {
    padding: 5px 12px;
  }
}
@media only screen and (max-width: 992px){
  .container {
    padding: 0 15px;
  }
  #mobile-header .row .header-left {
    padding-left: 0;
  }
  #mobile-header .row .header-right{
    padding-right: 0 !important;
  }
  #mobile-header .row .col-auto{
    padding-right: 0 !important;
  }
  .layout-column.col.text-center {
    width: 30%;
}
  .header-mobile-2 #header-mobile-bottom,
  .header-mobile-3 #header-mobile-bottom {
    background: #333;
  }
  header .header-mobile-2 i,
  header .header-mobile-3 i {
    color: #fff;
  }
  .header-mobile-4 #mobile-menu-toggle{
    padding-right: 10px;
  }
  .btn-search i {
    padding-right: 0;
  }
  .dropdown-menu{
    margin-top: 0;
  }
  #mobile-menu-close{
    display: flex;
    justify-content: space-between;
  }
  #off-canvas-menu .open > .dropdown-menu {
    padding: 10px 0 10px 20px;
    margin: 0;
  }
  #off-canvas-menu {
    margin-top: 0;
  }
  #off-canvas-menu .dropdown-menu{
    transition: none;
  }
  #off-canvas-menu .mega .caret {
    pointer-events: none;
}
  .gdz-megamenu li {
    padding: 0px 14px;
  }
  .gdz-megamenu .caret {
    font-weight: 600;
  }
  .mega-dropdown-menu .mega-nav > .mega > a::before {
    content: "\f105";
    font-family: "FontAwesome";
    font-style: normal;
    float: right;
    font-weight: 600;
    margin-right: 6px;
    font-size: 15px;
}
  #mobile-header .gdz-icon{
    font-size: 25px;
    font-weight: 600;
  }
  .close-button i {
    color: initial;
  }
  #products-top div.sort-by{
    display: inline;
  }
  #products-top .filter-button {
    display: inline-block;
    padding-left: 10px;
  }
  #products-top .filter-button .btn-default{
    height: 44px;
  }
  .hidden-sm-down {
    display: none;
  }
  #search_filters_wrapper .btn-secondary{
    display: block;
    margin: auto;
    margin-bottom: 20px;
    border-radius: 5px;
  }
  .login-layout-1{
    padding: 0;
  }
  #history .table-striped.table-bordered{
    display: block;
  }
  /* detail thumbs */
  .thumbs-left .js-qv-mask, .thumbs-right .js-qv-mask {
    width: 70px;
  }
  .vertical-thumbs .product-cover {
    width: calc(100% - 80px);
  }
  .vertical-thumbs .slick-arrow {
    width: 30px;
    height: 30px;
  }
  .slick-next:before, .slick-prev:before {
    font-size: 16px;
    line-height: 8px;
  }
  #product .product-name,
  .quickview-modal .product-name {
    font-size: 30px;
  }
  .product-pack {
    padding-right: 0px;
  }
  .table thead th {
    font-size: 13px;
  }
  .pack-product-name{
    font-size: 13px;
  }
  .product-pack h3{
    font-size: 18px;
  }
  .pack-product-price {
    font-size: 14px;
  }
  /* blog */
  #module-gdz_blog-category #wrapper .container .row, #module-gdz_blog-post #wrapper .container .row,
  #contact-wrapper .contact-row .contact-form .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .widget-tabs .item-post img {
    width: 40%;
    height: auto;
    min-height: 75px;
  }
  .best-sellers_block_right{
    display: none;
  }
  #footer-main .block {
    min-width: 154px;
  }
  /* home 3 */
  #footer-main .block-footer {
    min-width: auto;
  }
  /* home 4 */
  .footer-6 .footer-top form {
    margin-left: -40px;
  }
  .footer-6 .footer-top form input {
    height: 35px;
    width: 220px;
    padding-left: 10px;
  }
  .footer-6 .footer-top form button {
    height: 35px;
    margin-left: 220px;
    width: 100px;
    font-size: 14px;
  }
  .footer-6 .footer-top .social-links li a {
    width: 35px;
    height: 35px;
  }
  .footer-6 .footer-top .social-links i {
    font-size: 14px;
  }
  /* home 7 */
  .footer-1 #footer-main .block:nth-child(5){
    min-width: 190px;
  }
}
@media (min-width: 768px){
  .row.product-detail {
    margin-left: 0;
    margin-right: 0;
  }
  .product-detail .pb-left-column {
    padding-left: 0;
  }
  .product-detail .pb-right-column {
    padding-right: 0;
  }
  .product-detail.thumbs-gallery .pb-right-column {
    padding-left: 0;
  }
  .product-detail.thumbs-gallery .pb-right-column > .content {
    padding-left: 15px;
  }
}
@media (max-width: 767px){
  .product-detail .pb-left-column .pd-left-content,
  .product-detail.thumbs-gallery .pb-right-column > .content,
  .product-detail.product-layout-3columns .pb-right-column > .row{
      position: static !important;
      transform: none !important;
  }
}
@media only screen and (max-width: 767px){
  .logo{
    max-width: 120px;
  }
  #woorebought-popup {
    width: auto;
  }
  #woorebought-popup p {
    width: 68%;
  }
  .dropdown-menu.shoppingcart-box {
    z-index: 99991;
  }
  #contact-wrapper .contact-row .contact-form{
    margin-top: 30px;
  }
  .products-list .js-product-miniature {
    display: block;
  }
  .products-list .product-preview {
    width: 100%;
  }
  .products-list .product-preview > a{
    margin: auto;
    width: 100%;
    padding: 0 30px;
  }
  .products-list .product-preview span.sale-label {
    margin-left: 10px;
    left: auto;
  }
  .products-list .js-product-miniature .product-info {
    width: 100%;
  }
  #products-top .text-left {
    display: none;
  }
  #products-top .sort-by .pagination .left-pagination {
    display: none;
  }
  #my-account .links > div {
    min-width: 200px;
  }
  #history h6{
    font-size: 15px;
    margin-bottom: 30px;
  }
  #history .table-striped.table-bordered{
    display: none;
  }
  /* detail thumbs */
  .product-detail .pb-left-column{
    padding: 0;
  }
  .product-detail .pb-right-column {
    margin-top: 30px;
    padding: 0;
  }
  .thumbs-left .js-qv-mask, .thumbs-right .js-qv-mask {
    width: 90px;
  }
  .vertical-thumbs .product-cover {
    width: calc(100% - 100px);
  }
  /* product-grid */
  .products-grid.grid-6 .js-product-miniature:nth-child(2n) {
    margin-right: 0px!important;
  }
  .products-grid.grid-6 .js-product-miniature:nth-child(3) {
    margin-right: 30px!important;
  }
  .products-grid.grid-5 .js-product-miniature:nth-child(3n) {
    margin-right: 30px!important;
  }
  .products-grid.grid-5 .js-product-miniature:nth-child(2n) {
    margin-right: 0px!important;
  }
  .products-grid.grid-4 .js-product-miniature:nth-child(3n) {
    margin-right: 30px!important;
  }
  .products-grid.grid-4 .js-product-miniature:nth-child(4n) {
    margin-right: 0px!important;
  }
  .products-grid.grid-4 .js-product-miniature:nth-child(2n) {
    margin-right: 0px!important;
  }
  .products-grid.grid-3 .js-product-miniature:nth-child(3n) {
    margin-right: 30px!important;
  }
  .products-grid.grid-3 .js-product-miniature:nth-child(2n) {
    margin-right: 0px!important;
  }
  .products-grid.grid-2 .js-product-miniature:nth-child(3n) {
    margin-right: 30px!important;
  }
  .products-grid.grid-2 .js-product-miniature:nth-child(2n) {
    margin-right: 0px!important;
  }
  /* home 1 */
  .footer-3 .footer-main .layout-column {
    margin-left: 0;
  }
  /*home 2*/
  .footer-4 .footer-main .block form {
    width: 100%;
    left: auto;
  }
  .footer-4 .footer-main .block input, .footer-4 .footer-main .block button {
    width: 90%;
    height: 40px;
  }
  /* home 4 */
  .footer-6 .footer-top {
    height: auto;
  }
  .footer-6 .footer-top .footer-top-items {
    margin-top: 20px;
    display: block;
    text-align: center;
  }
  .footer-6 .footer-top form {
    margin: 20px auto;
    text-align: center;
    height: 42px;
  }
  .footer-6 .footer-top .footer-top-icon{
    text-align: center!important;
  }
  .footer-6 .footer-top form input {
    width: 270px;
    height: 42px;
  }
  .footer-6 .footer-top form button {
    margin-left: 270px;
    width: 120px;
    height: 42px;
  }
  .footer-6 .footer-top .social-links li a {
    width: 42px;
    height: 42px;
  }
  .footer-6 .footer-top .social-links i {
    font-size: 16px;
  }
  /* home 6 */
  .footer-8 .newsletter input, .footer-8 .newsletter button {
    width: 100%;
  }
  /* home 8 */
  .footer-2 .footer-center p {
    width: auto;
  }
  .footer-2 .social-links li {
    padding-left: 7px;
  }
  .footer-2 .social-links i {
    font-size: 20px!important;
  }
}
@media only screen and (max-width: 576px){
  .dropdown-menu.shoppingcart-box {
    min-width: 100%;
  }
  .search_product_list .row {
    width: 100%;
  }
  #search-form-full .search-box {
    padding: 60px 30px;
  }
  #search-form-full .search-result-content {
    padding: 30px 0;
  }
  #more_info_block li {
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-align: center;
  }
  #blockcart-modal .modal-title {
    margin: 0 20px;
    font-size: 14px;
  }
  .modal-content {
    width: 87%;
  }
  #category #content-wrapper {
    padding: 0;
  }
  #exportDataToPdf {
    margin: 10px 0 0 0;
  }
  .wlp_bought_list li {
    width: 100%;
  }
  .wlp_bought_list .wishlist-box {
    padding: 15px;
  }
  .products-list .product-preview > a{
    padding: 0;
  }
  .products-list .js-product-miniature .product-info {
    padding: 0;
  }
  .products-list .product-buttons li {
    margin-right: 10px;
  }
  .text-sm-center {
    text-align: center;
  }
  .productbox-3 .product-button a {
    min-width: 120px;
    padding: 2px;
  }
   /* detail thumbs */
  .thumbs-left .js-qv-mask, .thumbs-right .js-qv-mask {
    width: 70px;
  }
  .vertical-thumbs .product-cover {
    width: calc(100% - 80px);
  }
  .vertical-thumbs .slick-arrow {
    width: 30px;
    height: 30px;
  }
  .slick-next:before, .slick-prev:before {
    font-size: 16px;
    line-height: 8px;
  }
  /*home 1*/
  .footer-copyright p {
    padding: 0 15px;
  }
  .footer-copyright ul {
    margin-left: 0px;
  }
  /*home  3*/
  .footer-5 .block-newsletter p br{
    display: none;
  }
  .footer-5 .block-newsletter form{
    position: relative;
    min-width: 200px;
  }
  .footer-5 .block-newsletter form input {
    height: 44px;
    width: 70%;
  }
  .footer-5 .block-newsletter form button {
    height: 44px;
    margin-left: 70%;
    font-size: 14px;
    width: 30%;
    padding: 0;
  }
  /*home 4*/
  .footer-6 .footer-top form {
    width: 100%;
    position: relative;
  }
  .footer-6 .footer-top form input {
    width: 70%;
  }
  .footer-6 .footer-top form button {
    margin-left: 70%;
    width: 30%
  }
  .pb-producttab .nav-item .nav-link, .pb-categorytab .nav-item .nav-link {
    padding-bottom: 10px;
  }
  /*home 6*/
  .footer-8 .newsletter h2 {
    font-size: 22px;
  }
  .footer-8 .newsletter p {
    margin-bottom: 30px;
  }
  .footer-8 .newsletter input {
    height: 42px;
  }
  .footer-8 .newsletter button {
    height: 42px;
    font-size: 15px;
  }
  .footer-8 .newsletter p i {
    font-size: 13px;
  }
  /* home 8 */
  .footer-2 .footer-center p {
    margin-top: 10px;
  }
  .footer-2 .social-links li {
    padding: 0 10px;
  }
  .footer-2 .social-links i {
    font-size: 24px!important;
  }
}


@media (max-width: 1199px){
  .horizonal-thumbs .js-qv-mask{
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 767px){
  div.product-buttons .product-btn{
    white-space: nowrap;
    padding: 7px;
    overflow: hidden;
  }
  .product-buttons .product-btn .text-addcart1{
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
@media (max-width: 480px){
  .hidden-sm-down{
    display: none !important;
  }
}
.h2-header-top .header-top .logo {
    width: 12%;
    margin-left: 34px;
}
.btn, .btn-default{text-transform: none !important;}
#product .product-name{text-transform: none !important}
#product h1, h2, h3, h4, h5, h6{font-weight: normal !important;}
#product .product-name, .quickview-modal .product-name{font-size: 29px}
.other-info{display: none !important}
.at-share-btn-elements{display: none !important}
.addToWishlist{display: none !important}
.product-desc h5{font-size: 15px !important}
.breadcrumb li:after, .breadcrumb a{text-transform: none !important}
#cart .breadcrumb{display: none !important}
#checkout .breadcrumb{display: none !important}
.atencion{font-size: 12px !important}
.tel {
    font-size: 20px !important;
    font-weight: bold !important;
    color: #60472b !important;
}
#footer .container{max-width: 1356px!important;}
.footer-copyright p {
    margin-top: 25px;
    padding-left: 15px;
    color: #555;
    font-size: 12.7px;
}
#footer-main .block .block-title {
    font-size: ;
    font-style: normal;
    text-transform: uppercase !important;
    font-size: 16px !important;
    letter-spacing: .4px;
}
#hor-menu .nav > li > a{text-transform: uppercase !important}
.tel {
    font-size: 20px !important;
    font-weight: bold !important;
    color: #60472b !important;
    font-family: 'Open Sans' !important;
}
.atencion {
    font-size: 13px !important;
    font-family: 'Open Sans' !important;
}
.btn:hover, .btn-default:hover {
    color: #000;
    background: #60472b;
    border-color: #60472b;
}
#footer-main .block .block-title {
    color: #000;
    font-family: 'Open Sans';
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    margin-right: 2px;
}
.product-variants-item ul {
    display: block !important;
    
}
.product-variants-item ul li {
    cursor: pointer;
    display: block;
    margin-right: 0.5rem;
    position: relative;
    align-items: center;
}
@media (min-width: 768px){
.row.product-detail {
    margin-left: 0;
    margin-right: 0;
    margin-top: 30px;
}}
.otrosclientes{margin-bottom: 20px;}
.phone span{font-size: 20px;}
#footer-main .block .block-title {
    color: #694425 !important;
}
.phone span {
    font-size: 20px;
    color: #694425;
}
.cart-block h1 {
    font-size: 32px;
    margin: 19px 0 50px;
    text-align: center;
    padding: 0;
    color: #17171f;
    letter-spacing: 1.3px;
}
/* #col-895095da6 {
    background-repeat: inherit;
    background-position: 50% 0;
    background-attachment: fixed;
    display: none;
} */

.direccion{width: 6% !important}
.email{width: 6% !important}
.horario{width: 6% !important}
#password .email {
    width: 35% !important;
    margin-bottom: 24px;
}
@media (max-width: 769px){
 .hidden-xs-down{display: none !important}
 #password .email {
    width: 100% !important;
    margin-bottom: 24px;
}
}
.avisotop{
display: none !important;
}
.fa-facebook-square:before {
    content: "\f082";
    color: #60472b;
}
.fa-instagram:before {
    content: "\f16d";
    color: #60472b;
}
.btn-primary, .btn-active {
    background: #60472b !important;
   color: #fff !important;
   font-family: 'open Sans'
}
@media (max-width: 1024px){
  .avisotop {
    padding: 5px;
    font-size: 10px;
    font-weight: normal;
    text-align: center;
    background: #60472b;
    color: #fff;
    text-transform: uppercase;
}
}
.icon-arrow-right:before {
    content: "\e606";
    color: #fff !important;
}
@media (max-width: 769px){
  .product-line-info {
    width: 154px !important;
}
  .product-variants-item ul li {
    cursor: pointer;
    display: block;
    margin-right: 0.5rem;
    position: relative;
    align-items: center;
    width: 250px;
}
  #header-order-detail-content{display: none !important}
}
.fa-times:before {
    content: "\f00d";
    color: #000;
    float: right;
    text-align: right;
}
.sizepopup{font-size:17px !important; font-weight: bold !important;}
.gris {
    background: #ebebeb !important;
    color: #000 !important}
#cart .continue-shopping{display: none !important;}
#cart .promo-code-button {display: none !important}
#cart [data-container-express-checkout]{display: none !important;}
.fa-trash:before{color: #000 !important}
.promo-code-button{text-align: center;text-transform: none !important}
.pp__pl-2 .pp__d-table-cell{display: none !important}
.modal-content .price.new {
    font-weight: bold;
    font-size: 24px;
}
.cantindadadd{font-size: 12px !important;line-height: 10px}
.product-line-info {
    width: 270px;
}
.ajustartel{width: 95px}
.lnk_wishlist {display: none !important}
.langmovil {
    margin-left: 20px;
    margin-top: 22px;
}
h5.donde {
    text-align: center;
    font-size: 25px;
    margin-top: 37px !important;
}
p.descripcioncontacto {
    width: 720px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 50px;
    font-size: 18px;
    line-height: 25px;
}
.telnum {
    font-size: 19px !important;
    font-weight: bold;
}
@media (max-width: 764px){
  p.descripcioncontacto {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 50px;
    font-size: 16px;
    line-height: 21px;
}
}
img.logosuperior {
    width: 32%;
    position: relative;
    z-index: 1;
    float: right;
    margin-bottom: -80px;
}

.h2-header-bottom #hor-menu .navbar > ul {
    text-align: left;
    margin-top: -72px;
}
.h2-header-bottom #hor-menu .nav > li > a span {
    color: #000;
    font-family: inter;
    font-size: 12px;
}
.layout-column.col-auto.header-right.s-padding {
    margin-top: -77px;
}
.icon-magnifier:before {
    content: "Buscar";
    font-family: inter;
    text-transform: uppercase;
    color: #000;
    font-size: 12px;
}
.icon-user:before{
    content: "Mi cuenta";
    font-family: inter;
    text-transform: uppercase;
    color: #000;
    font-size: 12px;
}
.icon-basket:before{
    content: "Cesta";
    font-family: inter;
    text-transform: uppercase;
    color: #000;
    font-size: 12px;
}
.atencion{display: none !important;}
.tel{display: none !important;}
#cart_block .ajax_cart_quantity {
    background: #ff7300;
    right: 8px;
    bottom: 20px;
    line-height: 1;
}
.imagenprincinpal {
    width: 60%;
    height: 697px;
    background-size: cover;
    object-fit: cover !important;
    border-radius: 50vw 50vw 0 0;
    margin: 0 auto;
    display: table;
    margin-top: 80px !important;
    margin-bottom: 70px !important;
}
p.tradicionhome {
    font-size: 60px;
    font-family: "Libre Bodoni", serif;
    position: absolute;
    text-align: center;
    margin-left: 16%;
    margin-top: 46px;
    color: #ff7300;
    line-height: 76px;
    z-index: 9;
}
p.textoizquierdo {
    margin-top: 390px;
    color: #000;
    font-family: inter;
}
p.textoderecho {
    margin-top: 365px;
    color: #000;
    font-family: inter;
}

.container {
    border-left: 1px solid rgba(0,0,0,.2);
    border-right: 1px solid rgba(0,0,0,.2);
    padding-right: 4%; padding-left: 4% !important;}
div#desktop-header {
    border-bottom: 1px solid rgba(0,0,0,.2);
}
.breadcrumb-wrapper {
    padding: 0;
    margin-bottom: 17px;
}
p.textoprincipal {
    font-family: "inter", sans-serif;
    font-size: 19px;
    color: #000;
    margin-top: 5%;
    max-width: 900px;
    margin: 0 auto;
    margin-top: 5%;
    margin-bottom: 70px !important;
}
div#row-54402371 {
    border-top: 1px solid rgba(0,0,0,.2);
}
.seccionprincipal1{border-top: 1px solid rgba(0,0,0,.2);}
.imagenefecto img {
    border-radius: 53vw 50vw 0 0 !important;
    width: 60%;
    height: 500px;
    object-fit: cover;
    margin: 0 auto;
    display: table;
    margin-top: 70px;
    margin-left: 150px !important;
}
.separadorcolumna{  border-left: 1px solid rgba(0,0,0,.2);}
.estrellaseparador {
    width: 4%;
    margin: 0 auto;
    margin-top: 5px;
    margin-bottom: 21px;
}
p.subtitulo {
    font-family: inter;
    color: #000;
    margin-top: 25%;
}
p.descripcion {
    color: #000;
    width: 327px !important;
    font-family: inter;
}
p.acercade {
    font-size: 76px;
    color: #000;
    font-family: inter;
}
.textoabout {
    margin-left: 57px;
    padding-top: 10px;
}
p.boton {
    text-transform: uppercase;
    color: #000;
    font-weight: lighter;
    font-family: inter;
}
#row-21039219 {
    border-top:1px solid rgba(0,0,0,.2);
}
.imagenefectodos img {
    border-radius: 53vw 50vw 0 0 !important;
    width: 60%;
    height: 500px;
    object-fit: cover;
    margin: 0 auto;
    display: table;
    margin-top: 70px;
    margin-left:50px !important;
}
.textoaboutdos {
    margin-left: 34%;
    padding-top: 40px;
}
#column-7688138{border-left: 1px solid rgba(0,0,0,.2) !important}
p.descubre {
    font-size: 41px;
    font-family: "Libre Bodoni", serif;
    color: #000;
    margin: 0 auto;
    display: table;
    margin-top: 70px;
}
#column-86158310 {
    width: 100%;
}
#row-12583487 {
    border-top:  1px solid rgba(0,0,0,.2) !important;
}
p.boton.alinearcentro {
    text-align: center;
    margin-bottom: 70px;
}
#row-64712163 {
    border-top: 1px solid rgba(0,0,0,.2) !important;
}
#column-93746063 {
    border-left:1px solid rgba(0,0,0,.2) !important;
}
#footer-main {
    color: #000;
    background: #f6c9e8;
    border-top: 1px solid rgba(0,0,0,.2) !important;
}

.footer-main {
    padding: 0 0 0px 0 !important;
}


.app-picture.picture-top {
	width: 475px;
	margin: 0 auto;
	position: relative;
}
.app-picture.picture-top .imagenprincinpal {
	width: 100%;
}
.app-picture.picture {
	width: 350px;
	margin: 0 auto;
	position: relative;
}
.picture__border-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 0 solid #ff7300;
  border-radius: 50vw 50vw 0 0;
  overflow: hidden;
  -webkit-mask-image: radial-gradient(#fff,#000);
  mask-image: radial-gradient(#fff,#000);
}
.imagenefecto img {
	border-radius: 50vw 50vw 0 0 !important;
	width: 100%;
	height: 500px;
	object-fit: cover;
	margin: 0 auto;
	display: table;
	margin-top: 70px;
	margin-left: 0 !important;
}
.imagenefectodos img {
	border-radius: 50vw 50vw 0 0 !important;
	width: 100%;
	height: 500px;
	object-fit: cover;
	margin: 0 auto;
	display: table;
	margin-top: 70px;
	margin-left: 0px !important;
}

@-webkit-keyframes infiniteRotation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
@keyframes infiniteRotation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}
.big-picture-link__container {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 100px;
}
.big-picture-link__link {
	position: relative;
	display: block;
  cursor: pointer;
}
.big-picture-link__link .picture {
	width: 780px;
	height: 780px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  -webkit-mask-image: radial-gradient(#fff,#000);
  mask-image: radial-gradient(#fff,#000);
}
.picture__image {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.big-picture-link__text-link {
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	font-size: 36px;
	line-height: 1;
}
.big-picture-link__link .big-picture-link__circle {
	position: absolute;
	top: -2%;
	left: -2%;
	width: 104%;
	height: 104%;
}
.big-picture-link__link svg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: visible;
	-webkit-animation: infiniteRotation 50s linear infinite;
	animation: infiniteRotation 50s linear infinite;
}
.big-picture-link__link svg path {
	fill: transparent;
}
.big-picture-link__link svg text {
	fill: #ff7300;
	font-size: 7.55px;
	font-family: Franklin Gothic,sans-serif;
	font-family: "Hoefler Text",serif;
	text-transform: uppercase;
}
.picture__container {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	-webkit-mask-image: radial-gradient(#fff,#000);
	mask-image: radial-gradient(#fff,#000);
}
.picture[data-shape="circle"] .picture__container, 
.picture[data-shape="oval"] .picture__container, 
.picture[data-shape="pill"] .picture__container, 
.picture[data-shape="upper_arch"] .picture__container, 
.picture[data-shape="upper_arch_tall"] .picture__container {
	position: absolute;
	top: -2%;
	left: -2%;
	width: 104%;
	height: 104%;
}
@media (pointer: fine) and (hover: hover) {
  .big-picture-link__link .picture .picture__container {
    transition: transform .8s cubic-bezier(.215,.61,.355,1);
  }
  .big-picture-link__link:hover .picture .picture__container {
    transform: scale(1.25);
  }
}

@media (max-width: 1024px){
  .big-picture-link__link .picture {
    width: 480px;
    height: 480px;
  }
}
@media (max-width: 600px){
  .big-picture-link__link .picture {
    width: 320px;
    height: 320px;
  }
}
.js-product-miniature .product-preview img {
    width: 100%;
    border-radius: 50vw 50vw 0 0;
    height: 500px;
    object-fit: cover;
    width: 387px !important;
}
h1 {font-family: "Libre Bodoni", serif !important;}
.product-information h2{
  font-size: 15px !important;
}
em {
    text-decoration: none;
    text-transform: none !important;
    font-style: normal;
    font-size: 15px;
}
.tab-content  h2{font-family: "Libre Bodoni", serif !important;} 
.product-quantity .qty .input-group {
    height: 100%;
    padding-left: 47px;
    border: 2px solid #ccc;
    border-radius: 5px;
    background: transparent;
}
.product-add-to-cart .bootstrap-touchspin .input-group-btn-vertical>.btn{background: transparent !important;}
.product-quantity .qty .input-group {
    height: 100%;
    padding-left: 47px;
    border: 2px solid #1e1d1d;
    border-radius: 30px;
    background: transparent;
}
#blockcart-modal .modal-title {
    font-family: "Libre Bodoni", serif !important;
    font-size: 20px;
}
a.btn.btn-default.gris {
    background: transparent !important;
}
.cart-items li.cart-item-title {
    border-top: 1px solid #000000;
    text-align: center;
    font-weight: bold;
}
.cart-items li {
    border-bottom: 1px solid #000000;
    padding: 1rem 0;
}
.cart-grid-right .right-box {
    border: 1px solid #000;
    background: transparent;
}
.cart-summary-line {
    padding: 9px 0;
    border-bottom: 1px solid #000000;
}
.cart-grid-right .right-box .cart-summary{background: transparent !important;}
input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"]{background: transparent; border: 1px solid #000 !important}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    border-radius: 0;
    height: 50%;
    background: transparent;
    border: 1px solid;
    border-radius: 0px !important;
}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    border-radius: 0;
    height: 50%;
    border-top-color: transparent !important;
    margin-top: 0;
    background: transparent;
    border: 1px solid;
    border-radius: 0px !important;
}
#promo-code .btn-primary {
    background: transparent;
    border-radius: 0;
    font-size: 16px;
    padding: 0px 16px;
    margin-top: -2px;
    border: 1px solid #000000;
    line-height: 40px;
    background: transparent !important;
    color: #000 !important;
    border-radius: 25px;
    margin-top: 28px;
}
.btn-primary, .btn-active {
    background: #ff7300 !important;
    color: #fff !important;
    font-family: 'inter';
    border-radius: 25px;
}
#checkout #checkout-personal-information-step, #checkout #checkout-addresses-step, #checkout #checkout-delivery-step, #checkout #checkout-payment-step {
    border: 1px solid #000000;
    width: 100%;
}
section#js-checkout-summary {
    border: none;
    background: transparent;
}
input.promo-input {
    width: 80%;
    margin: 0 auto;
    display: table;
    border-radius: 44px;
    color: #000;
}
#promo-code .btn-primary {
    background: transparent;
    border-radius: 0;
    font-size: 16px;
    padding: 0px 16px;
    margin-top: -2px;
    border: 1px solid #000000;
    line-height: 40px;
    background: transparent !important;
    color: #000 !important;
    border-radius: 25px;
    margin-top: 28px;
    width: 90%;
    margin: 0 auto;
    display: table;
    margin-top: 15px;
}
a.collapse-button.promo-code-button.cancel-promo {
    text-align: center !important;
    margin-left: 21px;
    color: #000;
    font-size: 14px;
}
#checkout .show-pass > button {
    line-height: 1;
    height: 100%;
    padding: 0px 10px;
    border: 1px solid #000000;
    margin-left: 12px;
}
img.js-qv-product-cover {
    border-radius: 50vw 50vw 0 0;
    width: 500px !important;
    height: 600px;
    margin: 0 auto;
    display: table;
}
#product .product-name, .quickview-modal .product-name {
    font-size: 29px;
    margin-top: 50px;
}
.product-quantity input#quantity_wanted{border: 0px !important;}
.dropdown-menu.shoppingcart-box {
    color: #333;
    border-radius: 50px;
}
.cart-product-image img {
    width: 100%;
    border-radius: 50vw 50vw 0 0;
    width: 85%;
    height: 93px;
    object-fit: cover;
    margin: 0 auto;
    display: table;
}
span.product-image.media-middle img {
    width: 82px !important;
    border-radius: 50vw 50vw 0 0;
    height: 100px;
    object-fit: cover !important;
}
.btn, .btn-default {
    font-size: 16px;
    font-style: normal;
    text-transform: capitalize;
    color: #fff;
    background-color: #ff7300;
    border: #000;
    border-radius: 50px !important;
}
.product-btn:hover{background: #000; color: #fff !important;}
.category-description h2{font-family: "Libre Bodoni", serif !important;} 
.pagination {
    margin: 20px 0 0;
    padding-top: 20px;
    padding-right: 0px;
    border-top: 1px solid #000000;
}
.gdz_ajax_search .search-input {
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    font-size: 14px;
    font-weight: 500;
    margin-top: 35px;
    padding-left: 0;
    font-family: 'inter';
    padding-left: 16px;
    text-transform: none;
}
.search-box i.icon-magnifier {
    margin-top: -46px !important;
    position: absolute;
    margin-right: 56px !important;
    margin-left: -72px;
}
@media (max-width: 769px){
  ul.linksfooterfama {
    display: block !important;
    margin-top: 30px !important;
}
  ul.linksfooterfama li {
    text-align: left !important;
    margin: 0 auto;
    line-height: 42px;
    display: table;
    border-bottom: .4px solid #c5a1b9;
    width: 100%;
}
  #mobile-header .header-sticky.sticky{display: none !important;}
  p.textoizquierdo{display: none !important;}
  p.tradicionhome {
    font-size: 61px;
    font-family: "Libre Bodoni", serif;
    position: absolute;
    text-align: center;
    margin-left: 0;
    margin-top: 44px;
    color: #10043f;
    line-height: 64px;
    z-index: 9;
}
.imagenprincinpal {
    width: 100%;
    height: 697px;
    background-size: cover;
    object-fit: cover !important;
    border-radius: 50vw 50vw 0 0;
    margin: 0 auto;
    display: table;
    margin-top: 80px !important;
    margin-bottom: 70px !important;
}
p.textoderecho{display: none !important;}
    #column-85113644 {
        display: none;
    }
    .textoabout {
    margin-left: 34px;
    padding-top: 10px;
}
p.subtitulo {
    font-family: inter;
    color: #000;
    margin-top: 25%;
    font-size: 18px;
}
p.descripcion {
    color: #000;
    width: 327px !important;
    font-family: inter;
    font-size: 17px;
}
p.boton {
    font-size: 19px;
    margin-top: 41px;
}
#column-7688138{border-left: 0px !important;}
.textoaboutdos {
    margin-left: 34px;
    padding-top: 40px;
}
p.descubre {
    font-size: 37px;
    font-family: "Libre Bodoni", serif;
    color: #000;
    margin: 0 auto;
    display: table;
    margin-top: 70px;
    padding: 30px;
    line-height: 47px;
}
.estrellaseparador {
    width: 12%;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 21px;
}
.container{border: 0px !important}
.mobile-menu-wrap {
    background: #f6c9e8 none repeat scroll 0 0;
    left: -300px;
    overflow-y: auto;
    position: fixed;
    top: 0;
    transition: left 0.4s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    width: 270px;
    height: 100%;
    z-index: 999999;
}
    #off-canvas-menu {
        margin-top: 0;
        background: #f6c9e8;
    }
    #off-canvas-menu .nav > li {
    background: #f6c9e8;
}
#off-canvas-menu .nav > li{border: 0px !important}
.close-button{border: 0px !important}
.header-left{display: block !important}
}
.header-left{display: none}
.footer-copyright .container {
    border-top: 1px solid #c5a1b9;
}
#footer-main .block .block-title {
    color: #000 !important;
}
ul.linksfooterfama {
    display: flex ;
    margin-top: 30px !important;
}
ul.linksfooterfama li {
    text-align: center;
    margin: 0 auto;
}
p.acercade.tituloproducto {
    font-size: 44px;
    color: #000;
    font-family: inter;
    line-height: 50px;
}
#cms .container{border: 0px !important}
p.acercade.tituloproducto {
    font-size: 34px;
    color: #000;
    font-family: inter;
    line-height: 40px;
}
p.preciofama {
    font-size: 22px;
}
#cms .textoaboutdos {
    margin-left: 17%;
    padding-top: 40px;
}
@media (min-width: 1200px){
  p.acercade {
    font-size: 54px;
    color: #000;
    font-family: inter;
    line-height: 62px;
    margin-top: 20%;
    margin-bottom: 30px;
}
    p.acercadedos {
        font-size: 54px;
        color: #000;
        font-family: inter;
        line-height: 62px;
        margin-top: 35%;
        margin-bottom: 30px;
    }
}


.page-productos-content .big-picture-link__link .picture {
	width: 400px;
	height: 400px;
}
.page-productos-content .big-picture-link__container {
	margin-bottom: 0;
	margin-top: 100px;
}


.page-productos-content {
  overflow: hidden;
}

@media (max-width: 991px) {
  .separadorcolumna {
    border-left: none;
  }
  #column-7688138 {
    border-left: none !important;
  }
}

@media (max-width: 590px) {
  .page-productos-content .big-picture-link__link .picture {
    width: 300px;
    height: 300px;
  }
}

img.logo.img-responsive {
    z-index: 1;
    position: relative;
}







