@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300;400;500;600;700&display=swap'); @import url('https://fonts.googleapis.com/css2?family=EB+Garamond&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Belgrano&display=swap'); /* Font de pe google fonts, Belgrano, pentru preturi */ :root { --default-color: #a19380; --rating-color: #FFD314; } /* === ELEMENTS === */ body{ font-family: 'Josefin Sans', sans-serif; color:#000; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: 100%; -moz-osx-font-smoothing: grayscale; } .container-h{max-width:1300px;} .text-main {color: var(--default-color)!important;} .bg-main{background: var(--default-color)!important;} .total-rate{font-size:13px;} .fullRate {color: var(--rating-color);} .fa{font-weight:300;} .stock-status {font-size: 16px;} /* BUTTON */ .btn {background:none;border:1px solid #000;border-radius: 0;line-height: 41px;transition:all .2s ease-in;} .btn:hover {background: #000;color:#fff;border:1px solid #000;opacity:1;} .btn.std {background:#000;border:none;} .btn.btn-cmd {font-weight: 400;line-height: 41px;background: #000;border:1px solid transparent;} .btn.btn-cmd:hover {color:#fff;background: var(--default-color);} .btn.-g-btn-subscription{line-height:50px;} .btn.center {max-width: 220px;} #top a i {background-color: #fff;color: #000;border-radius: 0;box-shadow: 0 3px 8px -1px rgb(0 0 0 / 35%);} #logo{max-width:100%;} #logo img{max-height:50px;} /* ACCOUNT HEADER */ .acount-section {display: inline-block!important;} .acount-section>ul>li>a>i {font-size: 21px;} .acount-section ul li a {color: #000;padding-left: 0;margin-left: 8px!important;border-left: none;} .acount-section ul li a span{display:none;} .acount-section .search-m{display:inline-block!important;cursor:pointer;} .cart-header-btn .count{display:none!important;} .-g-user-icon .-g-user-fidelity-registration-bonus{min-width:60px;} .-g-user-fidelity-registration-bonus-popup{left:auto;right:0;} .cart-header-btn .q-cart, .cart-m .q-cart, .wishlist-header-m .-g-wishlist-product-count, .wishlist-header .-g-wishlist-product-count { font-size: 11px;color: #fff;background: var(--default-color); min-width: 16px;height: 17px;line-height: 19px; } .cart-dd .product-name {font-size: 14px;} .cart-dd .cart-button .btn {font-size: 12px!important;} .product-remove{line-height: 23px;} .cart-dd .-g-empty-cart{font-size:15px;} .main-header .logo-h {text-align:center;} /* ACCOUNT HEADER MEDIA Q */ @media screen and (max-width: 1090px){ .acount-section .-g-user-icon{display:none!important;} } @media screen and (max-width: 991px){ .main-header .acount-section{width:100%;padding-left:5px;} .acount-section ul li a {margin-left: 5px!important;} } /* SEARCH */ .main-header .main.search-form-box{display:none;} .main-header .main.search-form-box .search-form{max-width:300px;} .main-header .main.search-form-box .search-form input[type=text]{font-size:15px;border:none;border-bottom: 1px solid #d5d5d5;border-radius:0;background:none;} .search-form-box.search-toggle .search-modal {display: block!important;position: absolute;top: 20px;right: 25px;font-size: 26px;color: #fff} .search-form-box.search-toggle .search-close {display: block!important} .search-form-box.search-toggle {position: fixed;top: 0;left: 0;right: 0;margin: auto;padding: 30px;width: 100%;height: 100%;background: rgba(0,0,0,.85);z-index: 9999;overflow-y: auto;} .search-form-box.search-toggle .search-form {margin: 50px auto 0;max-width: 1000px} .search-form-box.search-toggle input[type=text] {background: none;height: 50px;font-weight: 300;font-size: 21px;color: #fff;border: none;border-bottom: 1px solid #fff;border-radius: 0;box-shadow: none;} .search-form-box.search-toggle input[type=text]::placeholder {color: #fff} .search-form-box.search-toggle .search-button {font-size:21px;} .search-form-box.search-toggle .search-button i {color: #fff;} .search-form-box.search-toggle .autocomplete-suggestion {background: 0 0;box-shadow: none;} .search-form-box.search-toggle .autocomplete-suggestion div {font-weight: 300;font-size: 17px;color: #fff!important;} .search-form-box.search-toggle .ac-h {padding: 10px 0;} .search-form-box.search-toggle .ac-h .ac-head {display: none;} .search-form-box.search-toggle .ac-h .ac-list {overflow: hidden;height: auto;margin-top: 10px;} .search-form-box.search-toggle .ac-h .ac-box {float: left;width: calc(25% - 4px);min-height: 260px;padding: 0;border: none;border-radius: 3px;background: #fff;overflow: hidden;position: relative;margin: 0 2px 4px;} .ac-h .ac-image {display:block;float:none!important;padding: 0!important;width: 100%!important;height: 100%;margin-bottom: 10px;} .search-form-box.search-toggle .ac-h .ac-image img { /*-webkit-object-fit: cover;object-fit: cover;width: 100%;height: 100%;max-height: 100%;*/ max-height: 420px; } .search-form-box.search-toggle .ac-h .ac-title {font-weight:300;font-size: 17px;color: #000;padding:0 15px;margin-bottom: 5px;position: relative;overflow:hidden;text-overflow: ellipsis;white-space: nowrap;} .search-form-box.search-toggle .ac-h .ac-title b {font-weight: 500!important;} .search-form-box.search-toggle .ac-h .ac-price {position: relative;font-weight: 600;font-size: 14px;color:#000!important;padding:0 15px;margin-bottom: 15px;} .search-form-box.search-toggle .ac-categ a {color: #fff} /* SEARCH MEDIA Q */ @media screen and (min-width: 1091px){ .main-header .main.search-form-box{display:block;} .main-header .main.search-form-box, .main-header .acount-section{width:40%;} .main-header .main.search-form-box{order:-1;} .main-header .acount-section .search-m{display:none!important;} } @media screen and (max-width: 991px){ .search-form-box.search-toggle .ac-h .ac-box{width: calc(33.333% - 4px);} } @media screen and (max-width: 767px){ .search-form-box.search-toggle .ac-h .ac-box{width: calc(50% - 4px);} } @media screen and (max-width: 480px){ .search-form-box.search-toggle input[type=text] {font-size: 17px;} .search-form-box.search-toggle .ac-h .ac-box{width: calc(100% - 10px);} } /* MENU */ #wrapper{overflow:initial;} .main-header .main-menu {min-height: auto;} .main-header{position:relative;position: -webkit-sticky;position: sticky!important;top:0;z-index:999;box-shadow: 0 2px 7px -4px rgba(0,0,0, .3);-webkit-transition: .2s!important;transition: .2s!important;} .main-header .cart-header, .top-head {padding-top: 10px;padding-bottom: 10px;} .main-header .nav-menu-hh, .main-header .nav-menu{padding:0;} .main-header .main-menu{background: none;padding:0;} .main-header .main-menu ul li > a{font-size: 13px;color: #000;} .main-header .menu-dd{pointer-events: none;} .main-header .menu-dd.open{top:39px;pointer-events: auto!important;} .main-header .menu-dd li .title a {font-weight: 600;font-size: 16px;} .main-header .menu-dd li a {font-weight: 400;font-size: 14px;color: #7d7b7b;} .main-header .menu-dd li a i {display:none;} /*menu update*/ .main-header .menu-dd.column2 ul{-webkit-column-count: 2;-moz-column-count: 2;column-count: 2;} .main-header .menu-dd.column3 ul{-webkit-column-count: 3;-moz-column-count: 3;column-count: 3;} .main-header .menu-dd.column4 ul{-webkit-column-count: 4;-moz-column-count: 4;column-count: 4;} .main-header .menu-dd.column3.banner ul{-webkit-column-count: 2;-moz-column-count: 2;column-count: 2;} .main-header .menu-dd.column4.banner ul{-webkit-column-count: 3;-moz-column-count: 3;column-count: 3;} .main-header .menu-dd ul li{width:100%!important;max-width:100%;-webkit-column-break-inside: avoid;page-break-inside: avoid;break-inside: avoid;} @-moz-document url-prefix() { .main-header .menu-dd ul li{float:none!important;} } .main-header .nav-menu-hh{position:relative;} .main-header .nav-menu > li.initial-h{position:static;} .main-header .menu-dd.column1{width:300px!important;} .main-header .menu-dd.column1.banner{width:600px!important;} .main-header .menu-dd.column2{width:550px!important;} .main-header .menu-dd.column3{width:700px!important;} .main-header .menu-dd.column4{width:100%!important;} .main-header .menu-dd.column-sld{min-width:400px;} .main-header .menu-dd.col-sub-img {width: 650px;} .main-header .menu-dd.col1-img {width: 450px;} .main-header .menu-dd.column-sld .carousel-slide .owl-next{right: -30px;} .main-header .menu-dd.column-sld .carousel-slide .owl-prev{left: -30px;} .menu-trg span, .menu-trg span:after, .menu-trg span:before, .main-header.fade-menu .menu-trg span, .main-header.fade-menu .menu-trg span:after, .main-header.fade-menu .menu-trg span:before{background:#000;} .mm-mobile-menu .base-menu>li>a {font-size: 13px!important;letter-spacing: .12em;text-transform:uppercase!important;} .mm-mobile-menu .menu-dd li .title a {font-weight:500;} .mobile-icon {display: none!important;} /* MENU MEDIA Q */ @media screen and (min-width: 1091px){ .top-head {padding-bottom: 0;} .main-header .top-head .row{flex-wrap:wrap;} .main-header .logo-h{width:20%;} .main-header .logo-h img{margin:0 auto;} .main-header .nav-menu{width:100%;} .main-header .menu-dd{text-align:left;} .main-header .navigation-holder{width:100%;text-align:center;margin-top: 15px;} } @media screen and (max-width: 1090px){ .main-header .navigation-holder{order:-1;} .main-header.fix-nav .top-head{padding-top:5px;padding-bottom:5px;} } @media screen and (max-width: 991px){ .main-header .navigation-holder{width:60px;padding-right:5px;} .main-header .logo-h{width:100%;max-width: 160px;padding:0;} } @media screen and (max-width: 767px){ .menu-trg{margin:10px 0 0 0;} } @media screen and (max-height: 725px){ .main-header .menu-dd {overflow-y:auto;max-height:550px;} .main-header .menu-dd::-webkit-scrollbar {width: 6px;} .main-header .menu-dd::-webkit-scrollbar-track {background:rgba(0,0,0,0.2);-webkit-border-radius: 10px;border-radius: 10px;} .main-header .menu-dd::-webkit-scrollbar-thumb {-webkit-border-radius: 10px;border-radius: 10px;background: rgba(68, 68, 68, .6);} .main-header .menu-dd::-webkit-scrollbar-thumb:window-inactive {background: rgba(68, 68, 68, .4);} } @-moz-document url-prefix(){ .main-header .menu-dd ul li{float:none!important;} } /* TITLE */ .title-carousel {margin-bottom: 50px;} .title-carousel .title {font-size: 29px;font-weight: 600;color: #000;padding: 0;} .title-carousel hr{display:none;} /* TITLE MEDIA Q */ @media screen and (max-width: 767px){ .title-carousel .title {font-size: 24px;} } /* CAROUSEL */ .owl-next .fa, .owl-prev .fa{font-weight: 400!important;} #main-bnn .owl-theme .owl-controls .owl-buttons div, .carousel-slide .owl-theme .owl-controls .owl-buttons div{font-size: 25px;color:#444;width: 45px;height: 45px;text-align: center;background: rgba(255, 255, 255,.85);box-shadow: 0 2px 7px -2px rgb(0 0 0 / 30%);transition: all .2s ease-in;} #main-bnn .owl-next, #main-bnn .owl-prev{top: 50%;} #main-bnn .owl-next:hover, .carousel-slide .owl-next:hover{transform: translateX(-5px);} #main-bnn .owl-prev:hover, .carousel-slide .owl-prev:hover{transform: translateX(5px);} .carousel-slide.-g-slider-background .holder {padding: 20px 12%;} /* CAROUSEL MEDIA Q */ @media screen and (max-width: 991px){ .carousel-slide {padding: 0 4px 30px;} } @media screen and (max-width: 480px){ #main-bnn .owl-theme .owl-controls .owl-buttons div, .carousel-slide .owl-theme .owl-controls .owl-buttons div{width: 40px;height: 40px;line-height: 40px;} } /* TRUST ICON */ .icon-group .col .trust-h .trust-item{flex-direction: row;} .icon-group .col .icon-label {font-weight: 600;font-size: 16px;} .icon-group .col .icon-label span{font-weight: 400;font-size: 12px;color:#000;line-height:1.2;margin-top:4px;} .t-tips {font-weight: 300;font-size: 12px;line-height:1.4;letter-spacing: 0.3px;} /* TRUST ICON MEDIA Q */ @media screen and (max-width: 991px){ .icon-group .row {flex-wrap: nowrap;overflow: auto hidden;} .icon-group .col {flex-shrink: 0;-webkit-box-flex: 0;flex-grow: 0;width:auto!important;} .icon-group .col .trust-h {width: 220px;max-width: 100%;} } @media screen and (max-width: 480px){ .carousel-slide .owl-carousel{padding:0;} .icon-group .col .icon-label {font-size: 14px;} } /* PIN */ .-g-component-banner-group{padding:0;} .pinGrid {padding: 0;margin:0;} .pin{position:relative;padding:0;margin:0 auto;} .pin a{overflow: hidden;} .pin img{transform:scale(1);transition: all .4s ease-out;} .pin:hover img{transform:scale(1.05);} .pin .figcaption{position: absolute;top: 0;left: 0;height: 100%;padding: 10%;display: flex;flex-wrap: nowrap;justify-content: flex-end;align-items: flex-start;flex-direction: column;color: #fff;text-align: left;pointer-events:none} .pin .figcaption .title{font-weight:600;font-size:33px;text-transform:uppercase;margin: 0 0 10px;pointer-events:auto} .pin .figcaption a{font-weight: 600;font-size: 15px;color:#fff;text-transform:uppercase;position:relative;overflow:visible;pointer-events:auto} .pin .figcaption a:after {content: '';display:block;position: absolute;width: 50px;height: 2px;background-color: #FFF;bottom: -5px;left: 0;transition: 0.3s ease-in;} .pin .figcaption a:hover:after {width:100%;} /* PIN MEDIA Q */ @media screen and (min-width: 1091px){ .pin .figcaption {width: 80%;} } /* PRODUCT BOX */ .product-box .box-holder {max-width: 340px;} .product-box .image, .product-box .product-icon-holder{padding-top:135%;} .product-box .title{font-size:16px;color:#000;} .product-box .price {font-family: 'EB Garamond', serif;font-weight: 400;font-style:italic;font-size: 15px;color: #000;} .product-box .price .price-full {color: #979797;} .product-box:not(.list-type) .icon, .product-icon-box .icon{float:none;} .product-icon-box{left:0;} .product-box .icon, .product-icon-box .icon, .product-box .icon.-g-icon-discount-value, .product-icon-box .icon.-g-icon-discount-value{font-size: 13px;font-weight: 400;border-radius:0;height: 24px;line-height: 25px;margin: 8px 8px 0;} .product-listing .product-box.list-type .product-icon-box .icon{float: left;} .product-box:not(.list-type) .add-list{position: absolute;top: 0;right: 0;width: 40px;display: flex;flex-direction: column;justify-content: center;flex-wrap: nowrap;transform: translate(60px, 0);opacity: 0;visibility: hidden;transition: all .5s cubic-bezier(0.8, 0, 0.3, 0.95);z-index: 9;} .product-box:not(.list-type):hover .add-list{transform: translate(-10px, 0);opacity: 1;visibility: visible;} .product-box:not(.list-type) .add-list .qty-regulator {display: inline-flex;flex-direction:column;align-items: center;justify-content: center;width:unset} .product-box:not(.list-type) .add-list .qty-regulator .minus,.product-box:not(.list-type) .add-list .qty-regulator .plus {display:flex;align-items:center;justify-content:center;background: #fff;height:40px;width:40px;box-shadow: 0 4px 12px -3px rgb(0 0 0 / 25%);} .product-box:not(.list-type) .add-list .qty-regulator input[type=text] {margin:0;width: 40px;height: 40px;border: solid 1px #dbdbdb;box-shadow: 0 4px 12px -3px rgb(0 0 0 / 25%);} .product-box .add-list .btn{background:#fff;color:#000;width:40px;height:40px;font-size:19px;line-height:45px;padding: 0;margin:0 0 7px;border:none;box-shadow: 0 4px 12px -3px rgb(0 0 0 / 25%);transition:all .2s ease-in;} .product-box .add-list .btn.__GomagAddToCartDisabled {color:transparent!important;line-height:40px} .product-box .add-list .btn.__GomagAddToCartDisabled:before {content:"\f05e";font-family:'font awesome 6 pro';color:#000;display:block} .product-box .add-list .btn.__GomagAddToCartDisabled:hover:before {color:#fff} .product-box .add-list .btn .fa{display:inline-block;} .product-box .add-list .btn span{display:none;} .product-box .add-list .btn:hover{background: #000;color:#fff;} .product-box .versionAttribute a span {font-weight: 500;padding: 4px 8px;min-width: 30px;border-radius: 3px;} .product-box .versionAttribute a img {overflow: hidden;border-radius: 16px;} /* PRODUCT BOX MEDIA Q */ @media screen and (max-width: 991px){ .product-box{padding:0 2px;} .product-box:not(.list-type) .add-list{display:none;} } @media screen and (min-width:768px) { .product-listing .product-box.list-type .image-holder {width: 300px;} .product-listing .product-box.list-type .image img {max-height: 300px;} .product-listing .product-box.list-type .figcaption{padding-left:35px;} .product-listing .product-box.list-type .title{font-size:22px;} .product-listing .product-box.list-type .price {font-size: 18px;} .product-listing .product-box.list-type .-g-productlist-description {font-size: 15px;font-weight: 300;} .product-listing .product-box.list-type .add-list {padding-bottom: 20px;} } /* INSTAGRAM */ .instagramContainer{border: none;padding: 5% 5px 0;max-width: 100%;text-align: center;} .instaHeader{font-size:15px;} .instaPinGrid{margin:0!important;} /* FOOTER */ .newsletter-holder{background:#fff;padding:30px 0;text-align:center;border-top: 1px dashed #ddd;} .newsletter-holder .newsletter{display: flex;justify-content: space-evenly;align-items: center;} .newsletter-holder .newsletter .title{font-weight: 600;font-size: 37px;padding: 0 10px;} .newsletter-holder .newsletter .title span{display: block;font-weight: 300;font-size: 20px;} .newsletter .newsletter-form{margin-top:5px;} .newsletter .newsletter-form input[type=text] {font-weight: 300;font-size: 17px;color: #000;line-height: 50px;height: 50px;max-width: 280px;padding: 0 20px;border: none;background: #f4f2f2;} .newsletter .newsletter-form input[type=submit] {display: inline-block;width: 130px;letter-spacing: 1px;line-height: 50px;background: #000000;border-radius: 0;margin:0;} .newsletter .custom-chk label{font-weight:300;font-size:14px;} footer{padding: 0!important;background: #f4f2f2;box-shadow: 0 -2px 7px -4px rgb(0 0 0 / 30%);} .main-footer .col .title {position:relative;font-size: 17px;font-weight: 600;color: #000;margin-bottom: 20px;} .main-footer .col .title a{color: #000;} .main-footer .col ul li{margin-bottom: 8px;} .main-footer .col, .main-footer .col ul li, .main-footer .col ul li a, .main-footer .support a {font-weight: 300;font-size: 15px;color: #000;} .main-footer .col ul li a {position:relative;display:block;transition: all .25s ease-in-out;} .main-footer .col ul li a:hover {color: var(--default-color);} .main-footer .col .footer-submenu li a:hover {transform:translate(5px, 0);} .main-footer .support .title span {display:block;font-weight: 300;font-size: 15px;color: #000;margin-top:20px;} .main-footer .social {text-align:center;padding-top:20px;} .main-footer .social .title{display:none;} .main-footer .social ul {display:block;} .main-footer .social ul li {display:inline-block;margin:0;} .main-footer .social ul li a {font-size: 25px;padding:0 5px;color: #000;} .copyright-payment {padding:25px 0;font-size:14px;border-top:1px solid #ddd;} .copyright-payment .copyright{display:inline-block;margin:0;margin-top:6px;} .copyright-payment .copyright a{font-weight:600;} .copyright-payment .copyright span{display:inline-block;} .copyright-payment .payment-accepted {display: flex;flex-wrap: wrap;justify-content: flex-end;} .copyright-payment .payment-accepted img{display:inline-block;max-height:35px;margin:3px 2px ;} .-g-footer-affiliate-block .container-h{display: flex;align-items: center;justify-content: center;flex-wrap: wrap;} /* FOOTER MEDIA Q */ @media screen and (max-width: 991px){ .main-footer .col:not(.social){float:left;width:50%;clear: none;padding-top:0;} .copyright-payment{text-align:center;} .copyright-payment .payment-accepted {justify-content: center;} } @media screen and (max-width: 800px){ .bottom-section .col {border:none!important;} .newsletter-holder .newsletter {flex-direction: column;} .newsletter-holder .newsletter .newsletter-form {max-width: 100%;margin: 15px auto 0;} } @media screen and (max-width: 520px){ .main-footer .col .title{margin-bottom:15px;} .main-footer .col:not(.social){width:100%;text-align:left;} .main-footer .col .title .fa{float:right;margin-top: 6px;} .main-footer .col .support .title span{margin-top: 5px;} .main-footer .col .support .title span:before{display:none;} .main-footer .col .support .support-contact{display:block!important;} } @media screen and (max-width: 480px){ .newsletter-holder .newsletter .title span{font-size: 17px;} .newsletter-form input[type=text]{max-width: 200px;} .newsletter-form input[type=submit] {width: 120px;} } /* COMPONENTS */ .-g-banner-fixed .title {letter-spacing: 3px;} .-g-banner-fixed .btn {line-height: 41px!important;} /* COMPONENTS MEDIA Q */ @media screen and (min-width:992px) { .-g-banner-fixed .subtitle {font-size: 22px!important;line-height: 1.2!important;} } /* CATEGORY */ #category-page {padding-top:0;} #category-page .filter-group{display:none;} #category-page .category-content{width:100%;} .breadcrumbs-box{padding-top:30px;} .breadcrumbs-box ol{text-align:center;} .breadcrumbs-default ol li, .breadcrumbs-default ol li a, .breadcrumbs-box ol li, .breadcrumbs-box ol li a{font-weight:300;font-size:15px;} .breadcrumbs-default ol li a, .breadcrumbs-box ol li a{color: var(--default-color);} .catTitle {font-size: 30px;padding: 0px 0 60px;text-align: center;text-transform: capitalize;} .result-section .result{line-height:30px;} .filter-trg{display:inline-block!important;float: right;margin-left: 5px;margin-right:0;} .filter.box .title {font-size: 18px;font-weight: 500;margin:0;text-transform:capitalize;} .filter.box .title-h {padding: 4px 0;margin-bottom: 15px;} .filter.box .title-h:after, .filter.box .title-h.line:after {content: '';display: block;border-bottom: 1px solid #dbdbdb;position: absolute;top: 16px;left: 0;width: 100%;z-index: 9;} .option-group li{margin-bottom:5px;} .option-group li, .option-group li a {color: #000;font-size: 15px;font-weight: 300;} .option-group li a:hover {color: var(--default-color);} .mm-nav-filter .filter.box .title{font-size:15px;} /* CATEGORY MEDIA Q */ @media screen and (max-width: 767px){ .catTitle {padding: 25px 0 ;} } /* DETAIL */ .product-page-holder .breadcrumbs-default{text-align:center;} .breadcrumbs-default {padding-top: 25px;padding-bottom: 25px;} .detail-title .title span {font-size: 28px;margin-top: 5px;} .detail-rate-box{margin-top:10px;} .thumb-sld{display:none;} .vertical-slider-box, .vertical-slide-img, .vertical-slide-img img{max-height:initial!important;} .prod-lg-sld:hover a, .fancybox-can-zoomIn .fancybox-content {cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAABmJLR0QA/wD/AP+gvaeTAAABo0lEQVRIie2WS04CQRCGP0Fmoywh8QrIHcSFrlwoUa5AJMbHLYhn0JWPg8jCR9iIJmBQ9m7RhS4UF1Wd6ZB52MNoTORPOjPpruqvu7qr0jDVH5IH1IBzoAe8ausBZzrmpQ2tAk/AKKY9AhtpADPAoTXxLbALlIA5bYvAHtCx7Jrqm1gG+gbUYybLANtqa+CJVLWgSw5+FQu+7gr18M+0HmJzDVyGjDXUtw/kXMA1/DMNC685zyBlgTsd34wCjU9ubuYR8PmdlY7pAzjWf6dwPyCrLUXYRO0Y5LaPkDz/tobqlLf6WsTnccuyz2vfMAo0Uc5ZCorAjMsEaYS6jH+zQzW+47Z+V2IWGKVV/V65OJl06gQsyigune51fMsF7CEFf4SUwSC1gIuQsR31HQCzLmCQXDYls+Lgtwy8q++aK9SoacEbSAjDlEV2aqDPQCEpOGPBR0gZ3EeKw7y2MnCAf6YGauyLSeEgZa9PfAEZIOEt4NfqieE5pOCfAl3gBXn69IET5PbaF6mYJtxVBfyXSRdY+DdwO+w3vwk28Dbhr5apflZfmcORXr6V40MAAAAASUVORK5CYII=), zoom-in;} .detail-price{font-weight:500;font-size:20px;margin-top:15px;margin-bottom:15px;} .detail-price s {font-weight:400;font-size:16px;color: #83868c;} .short-description {font-weight: 300;font-size: 17px;color: #000000;line-height: 1.3;border-top: 1px solid #e7e7e7;padding-top: 20px;} .__optionSelectorImage {overflow: hidden;border: 1px solid #f2f2f2;border-radius: 3px;margin-right: 4px;margin-bottom: 4px;width: 80px;height:auto;background: #f2f2f2;} .__optionSelectorImage:hover{border:1px solid #000;} .__optionSelectorImage a:before{display:none;} .__optionSelectorImage a{height:auto;} .__versionProductImage {max-height: 110px;} .-g-version-attribute-holder .-g-versions-attribute-name {font-size:16px;} .-g-version-attribute-holder .-g-versions-attribute-name span{font-weight:700;} .detail-product-atributes .input-s {font-weight:600;font-size:14px;border:1px solid #000;min-height: 40px;} .add-section .qty-regulator {position:relative;margin: 0 15px 5px 0;padding-right: 35px;width:80px;} .add-section .qty-regulator input[type=text] {border: 1px solid #000;width: 45px;height: 51px;font-size: 17px;line-height: 50px;} .add-section .qty-regulator .minus, .add-section .qty-regulator .plus{position:absolute;right:0;border: 1px solid #000;height: 26px;width: 36px;line-height: 28px;font-size: 14px;} .add-section .qty-regulator .minus{bottom:0;} .add-section .qty-regulator .plus{top:0;} .add-section .add2cart{font-weight: 600;line-height:50px;letter-spacing: .5px;} .add-section .add2cart:hover{background:#000;color:#fff;} .product-code{padding-top:15px;border-top: 1px solid #dbdbdb;} .product-code .code, .product-code .help-phone {font-size: 15px;color: #000;} .wish-section{margin-top:10px;} .wish-section .col{font-size:15px;margin-right: 15px;} .wish-section {padding-top: 0;border-top: none;border-bottom: 1px solid #dbdbdb;} .extra-offer .detail-price {display: block;margin: 10px 0;position: relative;} .extra-offer{border:none;border-top: 1px solid #dfdfdf;} .extra-offer .extra-offer-title{display:inline-block;position:relative;font-weight: 600;color: #000;font-size: 15px;text-transform: capitalize;} .extra-offer .extra-offer-title:after {border-bottom: 2px solid var(--default-color);bottom: -2px;left: 0;content: '';position: absolute;width: 100%;} .extra-offer .box {border:none;border-top: 1px solid #dfdfdf!important;} .extra-offer .box ul li {padding: 0 2px;} .extra-offer .prod-img {font-weight: 400;} .extra-offer .prod-img img {max-height: 280px;border-radius:2px;} .extra-offer .prod-img span {max-width: 160px;} .extra-offer .detail-price {display: block;margin: 10px 0;} .extra-offer .buy .btn {line-height: 35px;} .extra-offer.carousel-slide .owl-theme .owl-controls .owl-buttons div {top: 45%;} .detail-tabs, .detail-recomended{width:100%;} .detail-tabs .resp-tabs-list li{position:relative;display:inline-block;float:none;font-weight: 500;font-size: 13px!important;letter-spacing: .12em;text-transform: uppercase;padding: 12px 10px!important;border-top:1px solid #ddd;border:none!important;background:none!important;margin-bottom:0!important;} .detail-tabs .resp-tabs-list li:after {border-bottom: 2px solid var(--default-color);bottom: -1px;left: 0;content: '';position: absolute;transform: scale(0);transition: all 0.3s linear 0s;-o-transition: all 0.3s linear 0s;-webkit-transition: all 0.3s linear 0s;width: 100%;} .detail-tabs .resp-tabs-list li:hover:after, .detail-tabs .resp-tabs-list li.resp-tab-active:after {transform: scale(1);} .detail-tabs .description-tab h3 {font-weight: 300;font-size: 32px;color: #000;line-height: 1.3;margin-bottom: 20px;} .detail-tabs .description-tab p{margin-bottom:10px;} .detail-tabs .resp-tab-content ul, .short-description ul {list-style: initial;padding: 15px 20px 0 15px;} .detail-tabs .resp-tab-content ul li{margin-bottom: 3px;} .detail-tabs .description-tab {font-weight: 300;font-size: 14px;color: #000;line-height: 1.3;} .detail-tabs .resp-tabs-container{border-top: 1px solid #dfdfdf!important;} .detail-tabs .resp-tab-content{border:none;font-size: 18px;max-width: 1080px;margin: 0 auto;} .detail-tabs .resp-accordion {font-weight: 500;font-size: 17px!important;color:#000;padding: 15px!important;border:none!important;border-bottom:1px solid #ddd!important;background:none!important;} /* DETAIL MEDIA Q */ @media screen and (min-width:992px) { .detail-tabs .resp-tab-content {padding: 60px 50px;} .detail-tabs .video-tab {padding: 60px 100px;} } @media screen and (max-width: 991px){ .extra-offer .box {padding: 20px 0;} } @media screen and (min-width:768px) { .detail-tabs .resp-tabs-list{display:block;text-align:center;} .product-page-holder .-g-product-details-holder{position: sticky;top: 120px;width:35%;transition:top 0.3s ease;} .product-page-holder .detail-slider-holder{position: sticky;top: 120px;width:65%;padding-right: 5%;} .prod-lg-sld{visibility: visible;display: flex;flex-direction: row;flex-wrap: wrap;align-items: center;justify-content: center;} .prod-lg-sld li{width: 50%;padding: 0 5px;margin-bottom: 10px; } .vertical-slide-img img{border-radius:2px;} } @media screen and (max-width: 767px){ .detail-tabs .resp-tab-content {border:none!important;} .detail-slider-holder{padding:0;} .detail-title .title span {font-size: 21px;margin-top: 10px;} .extra-offer .buy {text-align: center;} } /* CART */ .main-header.-g-pagetype-cart{position:relative!important;} #shoppingcart {padding-top:10px;max-width:1200px;} .cart-box {border: none;} .cart-head {background: none;border-top: 1px solid #dfdfdf;border-bottom: 1px solid var(--default-color);} .cart-head li{color:#000;} .cart-items>li {border-bottom: 1px solid #dfdfdf;} .free-account, .free-account .new-checkbox {font-weight: 400;font-size: 14px;margin-bottom:0;} .checkout .-g-checkout-summary {border:none;border-top: 1px solid var(--default-color);} .cart-items .info-prod .title {font-size: 15px;} .cart-items .info-prod ul li {font-weight: 400;} .form-h {margin-bottom: 10px;} .custom-chk {margin-bottom: 0;} /* CART MEDIA Q */ @media screen and (max-width: 767px){ .main-header .cart-header .row{justify-content: center;} } #succes-page .newsletter .newsletter-form {padding-right: 0;} #succes-page .newsletter input[type=submit] {height: 50px;line-height: 50px;} @media screen and (max-width: 800px){ #succes-page .newsletter .newsletter-form {max-width: 100%;} } /* IMPORT */ /* HEADER */ .main-header {position:relative!important;box-shadow:none;} .main-header .top-head.container-h{margin-top:40px;max-width:1600px;padding:0 50px;} .top-head .row .logo-h {order:-1;width:21%;} .main-header .main-menu ul li > a {font-size:15px;} .top-head .row .navigation-holder {text-align: start;margin: 10px 0 10px 0;} #navigation .container-h.nav-menu-hh {max-width:100%;} #navigation .main-menu ul li a {text-transform:none;} .top-head .row .search-form-box {padding-left:8px;} .top-head .row .search-form-box .search-form input[type=text] {border: 1px solid #d5d5d5!important;border-radius: 40px!important;height:40px!important;padding-left:20px;} .top-head .row .search-form-box .search-form .search-button {position: absolute;top: 3px;bottom: 3px;right: 4px;background: #1e249e;border-radius: 50%;width: 34px;height: 34px;color: #fff;display: flex;justify-content: center; align-items: center;font-size:14px;} .top-head .row .account-section {width:45%;padding-right:30px;} .fa-bag-shopping:before, .fa-shopping-bag:before {content: '\e0af';} .cart-header-btn .q-cart {background:#e5006d;} .discount-tape {font-size:18px!important;font-weight:300;} /* GENERALE */ /* BUTOANE */ .btn.std, .btn.btn-cmd {background:#1e249e!important;border-radius:20px;color:#fff!important;} /* CULOARE STELUTE */ .option-group .rating i.on {color:#FFD314!important;} .wishlist-header .-g-wishlist-product-count {background: #1e249e;} .wishlist-box .item-r .wish-btn-remove {background:transparent;} .add2cart-pp .btn {border-radius:20px;} /* #wrapper {overflow-x:hidden;} */ /* TITLURI COMPONENTE */ .gomagComponent.titleComponent .title {font-size:21px;font-weight:500;margin:40px 0 20px 0;text-align:left;} .gomagComponent.titleComponent {max-width:80%;} /* BANNERE */ .-g-component-banner-group {max-width:80%!important;} .-g-component-banner-group .pinGrid .pin {padding:15px!important;} .-g-component-banner-group .pinGrid .pin img{border-radius:10px;} .-g-component-banner-group .pinGrid .pin .figcaption {justify-content: flex-start;width:95%;position:relative; color:#000; align-items:center; text-align:center;margin:auto;padding:6% 0 !important;height:auto;} .-g-component-banner-group .pinGrid .pin .figcaption .title {font-size: 16px;text-transform:none;font-weight:400;margin:0;} .-g-component-banner-group .pinGrid .pin .figcaption p {color:#ff007b;font-size:16px;} /* CONTENT */ .gomagComponent.landing-content.container-h {max-width: 80%;} .gomagComponent.landing-content.purple {font-size: 14px;padding:0!important;background: #4d144a!important;color: #fff;border-radius: 10px;} /* CONT CUSTOM */ .gomagComponent.landing-content.cont-blue{background-image: url(http://bogdanteste.gomag.ro/domains2/bogdanteste/files/banner/bg-text6512.png)!important;margin: 50px auto;border-radius: 10px;}/* CONT CUSTOM */ .box-description .landing-content span {font-family: 'Josefin Sans'!important;} /* PRODUCT BOX */ .product-box .icon, .product-icon-box .icon {border-radius:5px;} .product-box .icon.discount, .product-icon-box .icon.discount {background: #e5006d!important;} .product-box {padding: 15px!important;} .product-box .box-holder {border: solid 1px #cdd8df;border-radius: 10px;padding:10px;max-width:400px;} .product-box .box-holder .top-side-box {align-self: flex-end;width: 100%;display: flex;flex-direction: column;align-items: flex-start;} .product-box .image {padding-top:80%;} .product-box .title {overflow:visible;font-size:15px;font-weight:400;margin-top:10px;line-height:1.3;} .product-box .price {margin-top: 60px;margin-bottom:10px;font-style:normal;font-size:14px;font-family:'Belgrano';display:flex;flex-direction:column;align-items:flex-start;justify-content:center;} .product-box .price .text-main {color:#213038!important;font-size:19px!important;} .product-box .price .price-full {color:#e5006d;} .product-box .-g-product-listing-um {display:none;} .product-box.center {text-align:left;} .product-box .rating {margin:0;} .icon.discount.bg-main {background:#1e249e!important;} .product-box .add-list .qty-regulator {background:#fff;border-radius:20px;} .product-box .add-list .btn {border-radius:50%} .product-box.list-type .add-list .qty-regulator {margin:65px -90px 5px;} .qty-regulator .minus {border-radius:20px 0 0 20px;} .qty-regulator .plus {border-radius:0 20px 20px 0;} .product-box .qty-regulator .minus {border-radius:20px 20px 0 0;} .product-box .qty-regulator .plus {border-radius:0 0 20px 20px;} /* CAROUSEL */ .carousel-slide .owl-next:before, .carousel-slide .owl-prev:before {font-weight: 100;background: rgba(137,155,162,0.8);border-radius: 50%;color: #fff;} .gomagComponent.carousel-slide.container-h {max-width:80%;} .gomagComponent.carousel-slide .holder .title-carousel {text-align:left;margin-bottom:15px;} .gomagComponent.carousel-slide .holder .title-carousel .title {font-size:16px;text-transform:none;font-size:20px;font-weight:400;} .owl-carousel {touch-action: pan-y!important;} /* LISTARE (PAGINA CATEGORIE) */ #category-page.container-h, #category-page .container-h {max-width:1600px!important;padding:0 50px!important;} /* BREADCRUMBS */ .-g-breadcrumbs-container.container-h {padding:0!important;max-width:100%;border-top: solid 1px #cdd8df;border-bottom: solid 1px #cdd8df;} .-g-breadcrumbs-container .breadcrumb {background:transparent;} .-g-breadcrumbs-container .breadcrumbs-box {padding:0;max-width:100%;max-width:1600px;} .-g-breadcrumbs-container .breadcrumb2 {padding:5px 50px;max-width:1600px;margin:auto;} .-g-breadcrumbs-container .breadcrumbs-box ol{text-align:left;} .-g-breadcrumbs-container .breadcrumb2 .breadcrumbs-box ol li a {color: #1e249e;font-weight: 400;font-size: 12px;} .-g-breadcrumbs-container ol li {font-weight:400; font-size:12px;} .-g-breadcrumbs-container .active {text-decoration:none;} #category-page {box-shadow: 0 -2px 6px -6px rgb(0 0 0 / 30%)} /* RESULT SECTION */ #category-page .result-section {border: none;display: flex;padding-top: 0;align-items: center;} #category-page .result-section .result {order:1;margin-left:15px;} #category-page .result-section .-g-category-result-prefix {display:none;} #category-page .result-section .list-grid{height:50px;order:5;margin-left:auto;background:#f2f2f2;border-radius:30px;border:solid 1px #f2f2f2;} #category-page .result-section .list-grid li {display: inline-block;font-size: 16px;width: 75px;border-radius: 30px;border:none;} #category-page .result-section .list-grid li .fa {display:flex;align-items:center;justify-content:center;font-size:21px;font-weight:300!important;} #category-page .result-section .list-grid li .fa.on {color: #000;border: solid 1px #f2f2f2;border-radius: 30px;width: 75px;height:48px;background:#fff;} #category-page .result-section .order-type.col span{display:none;} #category-page .result-section .filter-trg.btn.std{display:none!important;margin-left:10px;} #category-page .result-section .order-type select {width: 300px;border-radius: 10px;height: 50px;margin-left:10px;} #category-page .row {margin:0;} #category-page .input-s {font-size:14px;border:solid 1px #cdd8df;} #category-page .product-listing .product-box {margin-top:0px; padding: 10px!important} #category-page .category-content:first-of-type {width:100%;margin-top:50px;padding-left:0;display:flex;flex-direction:column;} #category-page .category-content .catTitle{text-align:left;font-size:23px;padding:0 0 31px;order:-1;} #category-page .category-content .catDesc {order:-1;} #category-page .category-content .catDesc span{font-family: 'Josefin Sans'!important;} /* FILTRE - IN PAGINA CATEGORIE */ #category-page .row {margin:0 -1px;} #category-page .box-holder {background:#fff;border:none;} #category-page .filter-group {padding:60px 0 7px 0;margin-bottom:75px;background:#fff;border: solid 1px #cdd8df;border-radius: 10px;display: block;float: left;position: sticky;height:calc(100vh - 30px);;top: 15px;width:25%;} #category-page .filter.box {margin-left:20px;margin-bottom:10px;} #category-page .filter.box .title-h{margin-bottom:10px;} #category-page .filter.box .title-h:after,#category-page .filter.box .title-h.line:after {content: '\f077';font-size: 16px;font-family: 'font awesome 6 pro','font awesome 6 brands';display: block;border: none;position: absolute;top: 4px;left: 90%;} #category-page .filter.box .title-h.hidden-filter:after {content:'\f078';} #category-page .filter.box:after {content: '';display: block;border-bottom: solid 1px #cdd8df;margin-left: -20px;margin-top: 10px;} #category-page .filter.box:last-child:after {content:none;} #category-page .filter.box .title {font-size:15px;} #category-page .filter-group:before {content: 'Filtre';padding-bottom: 4px;position: absolute;margin-top: -43px;height:40px;z-index: 99;font-size: 20px;width: 100%;margin-left:20px;} #category-page .filter-holder {overflow-y: auto;overflow-x:hidden;height: 100%;} #category-page .filter-holder:before {content: '';display: block;border-bottom: solid 1px #cdd8df;margin-bottom: 10px;} #category-page .filter-holder::-webkit-scrollbar {width: 6px;background-color: #e9eaeb;border-radius: 10px;} #category-page .filter-holder::-webkit-scrollbar-thumb {border-radius: 21px;margin-right: 5px;background-color: #abb3b9;box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);} #category-page .filter-holder::-webkit-scrollbar-track {background-color: #e9eaeb;border-radius: 10px;} #category-page .category-content {width:75%;padding-left:10px;} #category-page .product-listing .product-box.list-type .bottom-side-box {width:auto;} #category-page .product-listing .product-box.list-type .price {float:right;} #category-page .option-group .rating i.on {color: #FFD314!important;} #category-page .option-group li a {font-size:16px; font-weight:300;} #category-page .filter-group .hidden-filter + .option-group {display:none;} #category-page .-g-category-filter-remove, #category-page .filter-remove {font-size: 36px;font-weight: 200;color: #cdd8df;background: transparent;padding-right: 15px;line-height:7px;} #category-page .filter-group-selected .filter {border-radius: 10px;background: #ffffff;border: solid 1px #cdd8df;font-size: 12px;} #category-page .filter-group-selected .title {font-weight: 400;text-transform: none;margin-right: 20px;display: inline-block;font-size: 15px;padding-left: 10px;} /* PRODUSE - IN PAGINA CATEGORIE */ .category-content .list-type.product-box {border:none;} .category-content .list-type .price {margin-top:0;} .category-content .list-type.product-box .title {overflow:hidden;} #category-page .box-holder {border:solid 1px #cdd8df;} .product .list-type .bottom-side-box {display:flex; flex-direction:column; align-items:flex-end;} .compare-label {display:flex;align-items:center;} /* DESCRIERE - IN PAGINA CATEGORIE */ #category-page .catDesc {padding: 20px;font-size: 15px;font-weight: 300;margin-bottom:50px;} #category-page .catDesc h2 {margin-bottom:15px;font-size:20px;} /* PAGINA PRODUS */ /* BREADCRUMBS */ #product-page {margin-top:60px;} .breadcrumbs-default ol li a {color:#1e249e;font-size:12px;font-weight:400;} .breadcrumbs-default {text-align:left;position: absolute;left: 0;width: 100%;max-width: 100%;padding: 5px 0;border-bottom: solid 1px #cdd8df;} .breadcrumbs-default ol {max-width: 1600px;margin: auto;padding: 0px 50px;} .product-page-holder .breadcrumbs-default {margin-top:-60px;text-align:left;} /* TITLU SI PRET */ #product-page .detail-title .title span {font-size:22px;} #product-page .detail-price.text-main {color:#1e249e!important;font-weight:600;} #product-page .short-description {font-size:16px;} /* ZONA ADD TO CART */ #product-page .add-section .add2cart {width:70%;line-height:38px;} #product-page .add-section .btn.btn-cmd {background:#1e249e;border-radius:40px;} #product-page .add-section .qty-regulator {width:25%;padding:0;margin:0 10px 0 0;} #product-page .add-section .qty-regulator input[type=text] {border: 1px solid #cdd8df;border-left: none;border-right: none;width: 35%;height: 40px;font-size: 17px;line-height: 40px;border-radius:0;} #product-page .add-section .qty-regulator .minus, .add-section .qty-regulator .plus {position: relative;right: 0;border: 1px solid #cdd8df;height: 40px;width: 30%;line-height: 40px;font-size: 14px;} #product-page .add-section .qty-regulator .minus {border-radius:40px 0 0 40px;} #product-page .add-section .qty-regulator .plus {border-radius: 0 40px 40px 0;} /* ADD TO CART CU VERSIUNI */ #product-page .-g-version-attribute-holder {margin-bottom:15px;} #product-page .-g-versions-product:first-of-type{border-top:solid 1px #cdd8df;} #product-page .-g-versions-product-list .-g-versions-product {background: #ffffff;border-bottom: solid 1px #cdd8df;padding: 10px 0;margin-bottom: 0px;} #product-page .-g-versions-product-list .-g-versions-product-image {width: 36px;} #product-page .-g-versions-product-list .-g-versions-product-name {font-weight: 400;width: 27%;text-align: left;} #product-page .-g-versions-product-list .-g-versions-product-price {padding: 0 5px;} #product-page .-g-versions-product-list .-g-versions-product-addToCart .add-list {margin-top: 4px;} #product-page .-g-versions-product-list .qty-regulator {width: 74px;margin: 0 5px;} #product-page .-g-versions-product-list .qty-regulator .minus, .-g-versions-product-list .qty-regulator .plus {height: 28px;width: 22px;line-height: 26px;} #product-page .-g-versions-product-list .qty-regulator input[type=text] {width: 30px;height: 28px;font-size: 13px;line-height: 28px;} #product-page .-g-versions-product-list .btn.btn-cmd {font-weight: 400;line-height: 26px;background: #1e249e;border: 1px solid transparent;font-size:9px;padding:0 7px;} #product-page .-g-versions-product-price .text-main {color:#1e249e!important;} /* COD, WISH ETC */ #product-page .product-code {margin-top:15px;} #product-page .product-code, #product-page .wish-section {display:flex; justify-content:space-between;} /* DESCRIERE ACORDION */ #resp-tab ._descriptionTab.__showDescription {display:flex;flex-direction:column;} #resp-tab .description-tab .btn.-g-btn-readmore {background: #1e249e;color: #fff;width: 150px; height: 30px;border-radius: 20px;line-height: 30px!important;font-size: 12px!important;} .detail-tabs .resp-tabs-container {border-top:none;} #resp-tab .resp-tabs-list.tab-grup {display:none;} #resp-tab .resp-accordion {padding:20px 15px!important;display: block;border: solid 1px #cdd8df!important;border-radius: 10px 10px 0 0;margin-top: 15px;transition-delay:500ms;transition-property:border-bottom;} #resp-tab .resp-accordion.resp-tab-active {border-bottom: none!important;border-radius: 10px 10px 0 0;} .detail-tabs .resp-tab-content {border: solid 1px!important;border-color: #cdd8df!important;border-top: none!important;font-size: 16px;max-width: 100%;border-radius: 0 0 10px 10px;margin: 0;padding: 15px;} /* REVIEW */ .new-comment-form .title-box hr {top:20px;} .new-comment-form .btn.std {border-radius:20px;} /* CART */ .cart-dd .cart-open {border-radius:20px;} #shoppingcart .-g-checkout-summary{border:solid 1px #cdd8df;border-radius:10px 0 10px 10px;background:#fff;} #shoppingcart .cart-head{border-top:none;border-bottom:solid 1px #cdd8df;padding:10px;} #shoppingcart .cart-items{padding:10px;} #shoppingcart .btn-cmd, .cart-open .btn-cmd {background:#1e249e;border-radius:20px} .cart-open .cart-button .btn {border-radius:20px;} #shoppingcart .btn-cmd:hover,.cart-open .btn-cmd:hover {background:#000} .cart-dd .subtotal span,.-g-cart-dropdown .description .price .text-main {color:#1e249e!important;} #shoppingcart .-g-order-continue-shopping-button {border-radius:30px;} #shoppingcart .input-s, #shoppingcart .testimonials {border-radius:10px;} #shoppingcart .checkout .form-cmd {background:#f2f2f2;border-radius:10px;padding-top:15px;} #shoppingcart .checkout .cart-login {background:#f2f2f2;} #shoppingcart .checkout .fixed-side {background:transparent;} #shoppingcart #updateCart {margin-bottom:10px;} #shoppingcart .text-main {color:#1e249e!important} /* PAGINA INREGISTRARE */ #register-page .btn.std {background:#1e249e; border-radius:20px;} #register-page .old-client-section-h {border-radius:20px;} #register-page .register-form .input-s {border-radius:5px;} .account-section .btn {line-height:33px;background:#1e249e;border-radius:20px;color:#fff;} /* PAGINA CONTACT */ #contact-page {max-width:100%;padding:0;} #contact-page .row{max-width:1300px;margin:auto;padding:15px;} #contact-page .c-row.send input[type=submit] {background:#1e249e;border-radius:20px;} #contact-page input[type=checkbox], input[type=radio] {margin:4px 5px 0;} /* FOOTER */ footer .container-bg{background:transparent!important} .main-footer .col .title {text-transform:none;font-weight:400;} .main-footer .col.social ul li a {font-size: 18px;padding: 0 15px;color: #fff;background: #56707a;border-radius: 50%; aspect-ratio: 1;display: flex;align-items: center;justify-content: center;width: 32px;} /* MOBILE MENU */ .mm-mobile-menu .base-menu>li>a {text-transform:none!important;} /* MEDIA QUERIES */ @media screen and (max-width:1091px){.main-header .top-head.container-h{margin-top:0!important;padding:0 10px;}.top-head .row .logo-h {min-width:50%;order:0}.main-header .acount-section{width:25%;}.top-head .row .navigation-holder1{width:25%;}.top-head .row .navigation-holder{width:25%;}.product-box .price {margin-top: 70px}#product-page .-g-versions-product-list .-g-versions-product-name {width:50%;}} @media screen and (max-width:910px){.product-box .title {font-size:13px;}} @media screen and (max-width: 860px){#category-page .product-listing .product-box{padding:10px 5px 10px 10px!important;}#category-page.container-h{padding:0 5px!important;}#category-page .result-section .order-type select{width:100%;}#category-page .filter-group{display:none;}#category-page .category-content {width:100%;padding:0;} #category-page .result-section .filter-trg.btn.std{display:block!important;background:#1e249e;border-radius:10px;height:50px;line-height:50px!important;} .-g-component-banner-group .pinGrid .pin .figcaption {min-height:135px;}.pin {width: 50%!important;margin: 0 auto 1.5%!important;}.-g-component-banner-group .pinGrid .pin .figcaption { width: 70%;padding:0;}.gomagComponent.landing-content.cont-blue{font-size:10px;}.gomagComponent.landing-content.purple{font-size:10px;}.product-box .title {font-size:12px;}#category-page .category-content .catTitle{margin-left:10px;}} @media screen and (max-width:767px){#product-page {margin-top:0;}} @media screen and (max-width: 560px){.-g-component-banner-group .pinGrid .pin .figcaption {min-height:50px;}.pin, .pinGrid .pin, .pinGrid .pin.large, .pinGrid .pin.medium, .pinGrid .pin.small {width: 100%!important;}} @media screen and (max-width:495px){#category-page .result-section .result{display:none;}.product-box .title {font-size:12px;}.product-box .price .text-main {font-size:13px!important;} .product-box .price .price-full {font-size: 12px;}} @media screen and (max-width:480px){.result-section.toggle-grid .filter-trg {width: 45%;margin: 0 10px;border-radius: 10px!important;}.icon-group .col .trust-h {width:160px;}} @media screen and (max-width:432px){.product-box .price .price-full {font-size:11px;}.product-box .title {font-size:11px;}} @media screen and (min-width: 1091px){ .main-header .main.search-form-box {width: 35%;} .top-head .row .search-form-box .search-form { width: 100%; max-width: 500px; } } .fb-login-button { justify-content: center; display: flex; } .checkout .fb-logH {margin:unset;} .checkout .login-s .line-text .title {background:unset;line-height:40px;} @media screen and (max-width:480px){ .login-s .btn-std, .login-s .line-text, .login-s .fl-logH { display: block; } } .detail-title .code {display:block;} @media screen and (min-width:768px){ .product-page-holder .-g-product-details-holder, .product-page-holder .detail-slider-holder { width:50%; } } .landing-content a { color: #1f1fcb; }