<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Loopo Milano Child
Author: Pasquale D'Ambrosio
Template: loopomilano
Version: 1.0.0
Text Domain: loopomilano
*/

@font-face {
    font-family: 'HK Grotesk';
    src: url('fonts/HKGrotesk-Regular.woff2') format('woff2'),
        url('fonts/HKGrotesk-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HK Grotesk';
    src: url('fonts/HKGrotesk-MediumItalic.woff2') format('woff2'),
        url('fonts/HKGrotesk-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'HK Grotesk';
    src: url('fonts/HKGrotesk-Bold.woff2') format('woff2'),
        url('fonts/HKGrotesk-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HK Grotesk';
    src: url('fonts/HKGrotesk-Italic.woff2') format('woff2'),
        url('fonts/HKGrotesk-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'HK Grotesk';
    src: url('fonts/HKGrotesk-Medium.woff2') format('woff2'),
        url('fonts/HKGrotesk-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HK Grotesk';
    src: url('fonts/HKGrotesk-BoldItalic.woff2') format('woff2'),
        url('fonts/HKGrotesk-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'HK Grotesk';
    src: url('fonts/HKGrotesk-Light.woff2') format('woff2'),
        url('fonts/HKGrotesk-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HK Grotesk';
    src: url('fonts/HKGrotesk-LightItalic.woff2') format('woff2'),
        url('fonts/HKGrotesk-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

body {
    font-family: "HK Grotesk", sans-serif;
    font-weight: 500;
}
body .entry-content p a,
.konte-info-list a {
	color: #e10600;
	font-weight: 900;
	position: relative;
}
body .entry-content p.return-to-shop a{
    color: #ffffff;
}
body .entry-content p a:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(211, 37, 49, .1);
    transform: scaleX(0) scaleY(.9);
    transform-origin: left center;
    transition: transform .3s cubic-bezier(.455, .03, .515, .955);
}
body .entry-content p a:focus:before, body .entry-content p a:hover:before{
    transform: scaleX(1) scaleY(.9);
}

header .wpml-ls-legacy-dropdown a {
    background: transparent;
    border: none;
    font-size: 13px;
    color: #fff;
}

header .wpml-ls-legacy-dropdown a:hover, header .wpml-ls-legacy-dropdown a:focus, .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover&gt;a{
    background: transparent!important;
    color: #fff!important;
}

header .wpml-ls-legacy-dropdown{
    width:auto
}

header .wpml-ls-legacy-dropdown .wpml-ls-sub-menu{
    border: none;
}
header .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
    border: solid white;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(45deg);
    top: 6px;
    -webkit-transform: rotate(45deg);
}

header.text-dark .wpml-ls-legacy-dropdown a{
    color:#000
}

header.text-dark .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
    border: solid #000;
    border-width: 0 2px 2px 0;
}

header.text-dark .wpml-ls-legacy-dropdown a:hover, header .wpml-ls-legacy-dropdown a:focus, 
header.text-dark .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover&gt;a{
    background: transparent!important;
    color: #e10600!important;
}


.icon-account {
    line-height: 2;
}

#cookie-law-info-bar {
    border-radius: 25px;
    bottom: 10px !important;
    width: calc(100% - 100px);
    left: 50px;
}
#cookie-law-info-bar[data-cli-style="cli-style-v2"] {
    padding: 25px !important;
}
.cli-style-v2 .cli-bar-message{
	font-size: 14px;
	line-height: 22px;
}
.cli-style-v2 .cli-bar-message a{
    text-decoration: underline;
}
.cli-style-v2 .cli-plugin-main-link:not(.cli-plugin-button), .cli-style-v2 .cli_settings_button:not(.cli-plugin-button), .cli-style-v2 .cli_action_button:not(.cli-plugin-button) {
    font-size: 13px;
	text-transform: uppercase;
	font-weight: 500;
	text-decoration: none;
}
#cookie-law-info-again {
    display: none !important;
}
.displaynone{
	display: none;
}
.topbar {
    height: 25px;
}
.topbar.light {
    background-color: #e10600;
}

.socials-menu a:before {
   font-family: 'Font Awesome 5 Brands';
}

.socials-menu a[href*="facebook.com"]:before{
    content:"\f39e";
}

.woocommerce-checkout-2-columns .form-row label.screen-reader-text{
    text-indent: inherit!important;
}

#bg_currency{
    display: none; 

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 4000px;
    z-index: 1600;
    cursor: pointer;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    background: rgba(22, 22, 25, 0.2);
}

#currency_box h2 {
    font-size: 25px;
    color: #e10600;
    text-transform: uppercase;
}


div#currency_box {
    display: none;

    position: fixed;
    background: #fff;
    z-index: 1700;
    top: 50%;
    left: 50%;
    max-width: 300px;
    width: 90%;
    border-radius: 20px;
    transform: translate(-50%, -50%);
    padding: 35px;
    font-weight: 300;
    box-shadow: 0 -1px 10px 0 rgba(172, 171, 171, 0.3);
    font-size: 15px;
    box-sizing: border-box;
	text-align: center;
}
div#currency_box select {
    border-bottom: 1px solid #898079;
}

.svg-icon.icon-currency svg{
    width: 0.7em;
}
.currency_icon img{
    height: 17px;
}

#currency_box ul li {
    list-style-type: none;
    display: block;
}

#currency_box ul li:hover {
    color: rgb(225, 6, 0);
}
.rev-btn{
	margin-left: 60px;
	margin-top: 40px;
}
#rev_slider_1_1_wrapper .konte-dot-circle .tp-bullet:hover, #rev_slider_1_1_wrapper .konte-dot-circle .tp-bullet.selected {
    background: #e10600;
}
.tp-bullet {
    background: #1c0001;
}
.konte-product-grid__title{
	font-weight: 500;
	font-size: 45px;
	line-height: 45px;
}
ul.products li.product .product-thumbnail{
	border-radius: 25px;
}
ul.products li.product .product-thumbnail img {
    border-radius: 25px;
}
.konte-product-grid__description {
    line-height: 20px;
    font-size: 13px;
    font-weight: 500;
}
ul.products li.product .product-thumbnails--slider .slick-arrow {
    background: #eeeeec !important;
}
ul.products .product-inner:hover {
    border-radius: 25px;
}
ul.products li.product .woocommerce-loop-product__title {
    text-transform: none;
    font-weight: 500 !important;
    font-size: 13px !important;
	line-height: 20px;
    margin-bottom: 0 !important;
}
ul.products li.product .price {
    font-size: 13px;
    font-weight: 500;
}
.home .site-header-space{
	display: none;
}
.woocommerce-badge.onsale {
    background-color: #e10600 !important;
}
ul.products li.product .buttons {
    padding-top: 10px;
}
ul.products li.product .button:first-child {
    font-weight: 500;
}
ul.products .button,
ul.products .svg-icon {
    font-size: 13px;
}
.home rs-fullwidth-wrap {
    border-bottom: 2px solid #e10600;
}
.konte-banner__tagline {
    font-size: 13px;
    text-transform: uppercase;
    color: #1c0001;
}
.konte-banner__text {
    text-transform: uppercase;
}
.konte-button.button-outline,
.konte-banner:not(.special-project-banner),
.konte-subscribe-box{
    border-radius: 25px;
}

.konte-subscribe-box__title {
    font-size: 35px;
    font-weight: 500;
}
.konte-subscribe-box__desc {
    font-size: 13px;
    line-height: 17px;
	margin-top: 20px;
	margin-bottom: 30px;
}
.mc4wp-form input, .mc4wp-form select, .mc4wp-form textarea {
    font-size: 13px;
    text-transform: uppercase;
    padding: 12px 0 0 0;
	border: 0;
    border-bottom: 1px solid #1c0001;
}
.mc4wp-form input[type=submit], .mc4wp-form input[type=reset], .mc4wp-form button {
    border-radius: 25px;
}
.mc4wp-form input[type=text], .mc4wp-form input[type=email], .mc4wp-form select {
    height: 42px;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
    line-height: 42px;
}
.banner-speciale{
	position: absolute;
    z-index: 9;
    border-radius: 25px;
    margin: 0 21px;
    left: 0;
    height: 30px;
    background: #e10600;
}
.banner-speciale-top{
	top: 20px;
}
.banner-speciale-bottom{
	bottom: 20px;
}
.konte-banner.special-project-banner{
    border-radius: 15px;
}
.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid&gt;li {
    margin-bottom: 0px;
}
.con-testo{
	font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    height: 30px;
	border-radius: 25px;
}
.button {
    background-color: #e10602;
 	border-radius: 35px;
}
.visibledesk{
	display: block;
}
.visiblemob{
	display: none;
}

/*** TICKER ***/

@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.ticker-wrap {
  overflow: hidden;
  height: 2rem;
  background-color: #000; 
  padding-left: 100%;
  box-sizing: content-box;
}
.ticker-wrap-sanvalentino {
  background-color: #e10602;
}

.ticker-wrap .ticker {

    display: inline-block;
    height: 2rem;
    line-height: 2rem;  
    white-space: nowrap;
    padding-right: 100%;
    box-sizing: content-box;

    -webkit-animation-iteration-count: infinite; 
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
   -webkit-animation-name: ticker;
           animation-name: ticker;
    -webkit-animation-duration: 40s;
            animation-duration: 40s;
}
.ticker-wrap .ticker__item {
    display: inline-block;
    padding: 0 2rem;
    font-size: 1rem;
    color: white;
	text-transform: uppercase;
}


/*** MENU ***/

.site-header.transparent.transparent-hover.text-light:hover {
    background: transparent !important;
}
.main-navigation .mega-sub-menu &gt; a, .main-navigation .mega-sub-menu &gt; span{
	font-size: 13px;
}
.main-navigation .mega-sub-menu li {
    padding: 0 0;
}
.main-navigation a:hover:after, .main-navigation li.menu-item-has-children:hover &gt; a:after {
    width: 0;
}
.main-navigation a:hover,
.main-navigation .current-menu-item a{
    color: #e10600;
}
.nav-menu &gt; li {
    padding: 0 13px;
}
.blog-header-menu li {
    margin: 0 13px;
}
.main-navigation .container-fluid .mega-sub-menu {
    background-size: 50%;
	background-position: right !important;
}
ul#menu-primary-menu &gt; li:hover &gt; ul {
    padding: 20px 0;
}
.text-light .main-navigation ul#menu-primary-menu &gt; li &gt; a:hover, .text-light .main-navigation .current-menu-item a {
    color: rgba(255,255,255,0.5) !important;
}
.zie-mob{
		margin-top: 73px;
}
.main-navigation .nav-menu &gt; li:last-child,
.main-navigation .nav-menu &gt; li:nth-last-child(2){
    display: none;
}

/*** MOBILE MENU ***/

.mobile-menu-panel .panel {
    text-transform: uppercase;
}

/*** FOOTER ***/

.footer-widgets .widget li {
    padding: 0 0;
}
.footer-widgets .widget a{
	line-height: 1;
}
.widget .mc4wp-form input, .widget .mc4wp-form select, .widget .mc4wp-form textarea, .widget .mc4wp-form button {
    font-size: 12px;
}
.site-footer.text-light .mc4wp-form input, .site-footer.text-light .mc4wp-form select, .site-footer.text-light .mc4wp-form textarea {
    color: #fff;
    border-color: #fff;
}
.site-footer .mc4wp-form input[type=submit]{
	color: #fff !important;
}
.footer-widgets-area-2, .footer-widgets-area-3, .footer-widgets-area-4{
	margin-top: 80px;
}
.widget .mc4wp-form .mc4wp-form-fields &gt; :first-child {
    text-transform: none;
}
.site-footer .mc4wp-form input, .site-footer .mc4wp-form select, .site-footer .mc4wp-form textarea, .site-footer .mc4wp-form button{
	border-bottom: 1px solid #fff;
}
.footer-main hr{
    background-color: #ea514c;
}
::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #fff;
}
::-ms-input-placeholder { /* Microsoft Edge */
 color: #fff;
}
.footer-widgets .widget ul li:first-child{
    margin-bottom: 10px;
}
.footer-widgets .widget ul li:first-child a:after{
    width: 100%;
    left: 0;
}

/*** SPECIAL PROJECT ***/

.single-page-header.title-none .entry-thumbnail:after {
    height: 0;
}
.single-page-header.title-none + .site-content-container {
    margin-top: 0;
}
.roundborder img{
	border-radius: 25px;
}

/*** CONTACT ***/
.konte-info-list {
    font-size: 20px;
}

/*** SHOP ***/
.woocommerce-products-header {
    margin-bottom: 0px !important;
}
.products-tools .products-tabs a:hover, .products-tools .products-tabs a.active {
    color: #e10600 !important;
}
.products-tools .products-tabs a {
    font-size: 13px !important;
	color: #1c0001 !important;
	text-transform: uppercase;
}
.products-tools .products-filter-toggle {
    font-size: .8125rem !important;
    text-transform: uppercase;
}
.shop-content-container{
	padding-top: 80px;
}
.woocommerce-products-header {
    text-align: center !important;
}
.woocommerce-products-header.layout-minimal .page-title {
    font-size: 5.625rem !important;
    float: none !important;
}
.woocommerce-products-header.layout-standard .page-title {
	color: #e10600 !important;
    margin-top: 500px !important;
	font-size: 1.625rem !important;
}
.woocommerce-products-header .breadcrumbs {
    float: none !important;
	clear: both;
}
.woocommerce-products-header.layout-standard .breadcrumbs {
    display: none !important;
}
.next-posts-navigation a {
    color: #e10600 !important;
	border: 1px solid #e10600 !important;
}
.products-tools .woocommerce-result-count {
    font-size: .8125rem !important;
    text-transform: uppercase;
}
.products-toolbar.layout-v5 .woocommerce-result-count {
    padding: 0px 0 !important;
}
.woocommerce-product-gallery img{
	border-radius: 25px;
}
.woocommerce div.product.layout-v4 .flex-control-thumbs .flex-active {
    border-color: #e10600 !important;
}
.products.related h2, .products.upsells h2 {
    font-size: 1.5625rem !important;
    font-weight: 500 !important;
}
.woocommerce div.product .single_add_to_cart_button {
    background: #e10602 !important;
    border-radius: 25px;
}
.woocommerce div.product.layout-v4 .add-to-wishlist-button {
    color: #fff !important;
    background: #e10602 !important;
    border-radius: 25px;
}
.woocommerce div.product.layout-v4 .product-share .socials a {
    color: #e10602 !important;
    border: 0px !important;
	font-size: 14px !important;
}
.woocommerce div.product.layout-v4 .product-share .sharing-icon {
    padding-left: 10px !important;
}
.products-tools .products-tabs a {
    margin-right: 26px;
}
.products-tools .woocommerce-ordering .select2 .select2-selection--single .select2-selection__rendered {
    	text-transform: uppercase;
}
.swiper-pagination-bullet-active span {
    background: #e10600 !important;
}
.swiper-pagination-bullet-active {
    border-color: #fff;
}
.woocommerce div.product .price {
    font-size: 22px !important;
	font-weight: 400;
}
.woocommerce .tawcvs-swatches .swatch {
    font-weight: 500 !important;
    color: #1c0001 !important;
}
.woocommerce div.product.layout-v4 .variations td.label,
.woocommerce div.product.layout-v4 .quantity-dropdown label{
    color: #e10602 !important;
    text-transform: uppercase;
    font-size: 13px !important;
}
.woocommerce .tawcvs-swatches .swatch.selected:after {
    border-color: #e10602 !important;
}
.woocommerce .tawcvs-swatches .swatch:after {
    border-bottom: 1px solid transparent !important;
    bottom: -5px !important;
}
.pattern-box{
	margin-bottom: 20px;
	font-size: 13px;
}
.pattern-box span:not(.infoSpan) {
    font-size: 13px !important;
    color: #e10602 !important;
    text-transform: uppercase !important;
	padding-bottom: 15px;
}
.pattern-box span.infoSpan {
    font-weight: 900;
}
.woocommerce div.product.layout-v4 .product-toolbar {
    padding-bottom: 10px !important;
}
.breadcrumbs,
.breadcrumbs a{
    font-size: 10px;
	line-height: 20px;
    text-transform: uppercase;
    font-weight: 500;
    color: #1c0001 !important;
}
.breadcrumbs a:hover {
    color: #e10602 !important;
}
.products-tools .woocommerce-ordering {
    font-size: 13px !important;
}
.woocommerce div.product.layout-v4 .price {
    margin-bottom: 15px !important;
}
#scalapayPopUpTrigger{
      margin: 0 0 35px 0 !important;
}
.sp-container {
    font-size: 13px !important;
}
.sp-price {
    color: #e10600 !important;
}
table.cart .product-name small{
    display: none;
}

/*** BLOG ***/
.blog-header-content .header-title {
    font-weight: 500;
    letter-spacing: 0;
}
.blog-header-content {
    padding: 0 0 52px 0;
}
.entry-meta {
    font-size: 0.8125rem;
    text-transform: none;
}
.hfeed .hentry .entry-title {
    font-size: 1.875rem;
    font-weight: 500;
    line-height: 1;
}
.featured-content-carousel, 
.hfeed .hentry .post-thumbnail img{
    border-radius: 25px;
}
.hfeed .hentry .entry {
    border-bottom: 0;
}
.entry-header .entry-thumbnail:after {
    height: 0;
}
.entry-header .entry-thumbnail + .post-info {
    margin-top: 0;
}
.entry-header .entry-thumbnail img {
    border-radius: 25px;
}
.single-post .entry-title {
    font-size: 2.75rem;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    color: #e10602;
}
.underline-hover.active, .list-dropdown .active.current, .konte-tabs__nav li.active, .hamburger-navigation li li a.active, .blog-header-menu a.active, .underline-hover:hover, .list-dropdown .current:hover, .konte-tabs__nav li:hover, .hamburger-navigation li li a:hover, .blog-header-menu a:hover, .blog-header-menu .current-menu-item &gt; a{
    color: #e10602;
}
.blog-header-menu a:after {
    border-bottom-width: 0;
}
.blog-header-title {
    border-radius: 25px;
}
.blog-header-title .page-title {
    font-size: 2.5rem;
    font-weight: 500;
}
.single-post .entry-header .cat-links {
    font-weight: 500;
    padding-left: 0;
    text-align: center;
}
.entry-header .cat-links:before {
    width: 0;
}
.single-post .entry-meta {
    display: none;
}
.comments-area {
    display: none;
}
.entry-header .cat-links {
    font-size: 13px;
    font-weight: 500;
    padding-left: 0;
}
.featured-content-carousel .entry-header a {
    border-radius: 25px;
}
.related-posts img {
    border-radius: 25px;
}
.entry-footer .tags-links a {
    font-size: 10px;
    font-weight: 500;
    color: #e10600;
    padding: 0px 10px;
    border: 1px solid #e10600;
    border-radius: 25px;
    line-height: 24px;
}
.no-sidebar.single-post .content-area {
    max-width: 100%;
}
.single .blog-header{
	display: none;
}
.single .site-content {
    padding-top: 0px;
}

/*** SPECIAL PROJECT LAYOUT ***/
body:not(.blog) .special_projects_page .blog-header {
    display: none;
}
body:not(.blog) .special_projects_page .konte-container:not(.footer-container) {
    width: 100vw;
	padding-left: 0;
	padding-right: 0;
}
body:not(.blog) .special_projects_page .entry-header .entry-thumbnail img {
    width: 100vw;
	border-radius: 0;
}
body:not(.blog) .special_projects_page .site-content {
    padding-top: 0;
    margin-top: -95px;
}
.no-sidebar.single-post .special_projects_page .content-area {
    max-width: 100%;
}
.no-sidebar .special_projects_page .entry-header .post-info{
	display: none;
}
body:not(.blog) .special_projects_page .entry-content {
    margin-top: 0px;
}
body:not(.blog) .special_projects_page .breadcrumb_class{
	margin-bottom: 0;
}
body:not(.blog) .special_projects_page .breadcrumb_class p{
	font-size: 13px;
	text-transform: uppercase;
}
body:not(.blog) .special_projects_page .breadcrumb_class p a{
	font-weight: 500;
	color: #1c0001;
}
body:not(.blog) .special_projects_page .breadcrumb_class p a:hover{
	color: #e10602;
}
body:not(.blog) .special_projects_page .related-posts{
	display: none;
}
.special_projects_page .entry-footer .tags-links {
    display: none;
}
.wpb_video_widget .wpb_wrapper iframe{
	border-radius: 25px;
}
div.mb-siwc-popup div.mb-siwc-popup-inner h1 {
    font-weight: 500;
    font-size: 13px !important;
    padding-bottom: 10px;
    line-height: 16px;
}
div.mb-siwc-popup div.mb-siwc-popup-inner a, div.mb-siwc-popup div.mb-siwc-popup-inner h1, div.mb-siwc-popup div.mb-siwc-popup-inner h2 {
    color: #1c0001;
}
div.mb-siwc-popup div.mb-siwc-popup-inner h2 {
    line-height: 18px;
    font-size: 18px;
    font-weight: 500;
    color: #e10600;
}
div.mb-siwc-popup div.mb-siwc-popup-inner a {
    font-size: 13px;
    line-height: 16px;
    border-radius: 20px;
    background: #e10600;
    text-transform: uppercase;
	color: #fff;
}
form#footer_nl input {
    background: none;
    border: none;
}
form#footer_nl .mc4wp-form-fields {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
form#footer_nl input[type="email"] {
    padding: 0px!important;
    border-bottom: thin solid #fff;
    line-height: 50px;
    flex: 1;
}

#footer_nl input[type="submit"] {
    position: absolute;
    right: 0;
    border-bottom: 0;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 50px;
    font-size: 13px;
}

#footer_nl .checkbox_box{
margin-top:-18px}

div#confirm {
    line-height: 18px;
}

#newsletter_box div#confirm {
    font-size: 13px;
    color: #e13530;
}

.widget input{
padding:0px}

.pattern-box span:not(.infoSpan) {
    display: block;
    font-size: 0.875rem;
    color: #838889;
}

.pattern-box a {
    width: 18px;
    height: 18px;
	border-radius: 0px;
    display: inline-block;
    margin-right: 10px;
    position: relative;
}

.pattern-box a.active:after, .pattern-box a:hover:after {
    display: inline-block;
    content: "";
    position: absolute;
    width: 18px;
    height: 1px;
    background: inherit;
    bottom: -5px;
}

#newsletter_box {
    border-top-width: 2px !important;
    border-right-width: 2px !important;
    border-bottom-width: 2px !important;
    border-left-width: 2px !important;
    padding-top: 30px !important;
    padding-right: 30px !important;
    padding-bottom: 50px !important;
    padding-left: 30px !important;
    border-left-color: #e10600 !important;
    border-left-style: solid !important;
    border-right-color: #e10600 !important;
    border-right-style: solid !important;
    border-top-color: #e10600 !important;
    border-top-style: solid !important;
    border-bottom-color: #e10600 !important;
    border-bottom-style: solid !important;
}

.checbox_box label,.checbox_box input{
    display: inline-block;
    vertical-align: middle;
}

div#subscribe-result_page {
    font-size: 13px;
    line-height: 17px;
    color: #e23530;
}

@media (max-width: 1440px){
body:not(.blog) .special_projects_page .konte-container, body:not(.blog) .special_projects_page .konte-container-fluid {
    margin-left: 0;
    margin-right: 0;
}
}

/*** CONTACT ***/

.wpcf7-form .wpcf7-submit {
    border-radius: 25px !important;
}
.wpcf7-form label {
    color: #1c0001;
	font-size: 13px;
	text-transform: uppercase;
}

/*** TERMINI E CONDIZIONI ***/

.vc_toggle.vc_toggle_ .vc_toggle_title, .vc_toggle.vc_toggle_ .vc_toggle_content {
    padding-right: 0 !important;
}
.vc_toggle.vc_toggle_ .vc_toggle_title &gt; h4{
	font-size: 18px;
	text-transform: uppercase;
	padding: 15px 0 !important;
}


/*** CHECKOUT ***/

.checkout-login .woocommerce-info, .checkout-coupon .woocommerce-info {
    font-size: 13px !important;
	border-radius: 35px;
}
form.woocommerce-checkout .form-row label {
    font-size: 13px;
    text-transform: uppercase;
}
.form-row input.input-text {
    font-size: 13px !important;
}
.woocommerce-billing-fields h3,
h3#order_review_heading{
    font-size: 20px !important;
}
.woocommerce-checkout-payment .place-order .button,
.woocommerce-info{
    background-color: #e10600 !important;
    border-radius: 35px;
}
.woocommerce-info,
.woocommerce-info a{
    color: #fff !important;
}
.woocommerce-checkout-2-columns .woocommerce-checkout-review-order {
    border-radius: 25px;
}
.checkout-login, .checkout-coupon {
    font-size: 13px !important;
}

.currency_mob{
    margin-top: 6px;
}

@media (min-width: 1200px){
    .currency_mob{display: none;}
}

@media (min-width: 768px){
	.woocommerce-checkout-2-columns .woocommerce-checkout-payment &gt; h4,
	.woocommerce-checkout-2-columns .woocommerce-checkout-review-order-table tbody tr:first-child th{
  	  font-size: 20px !important;
		text-transform: uppercase;
	}
	.woocommerce-checkout-2-columns .woocommerce-checkout-review-order-table,
	.woocommerce-checkout-2-columns .woocommerce-checkout-review-order-table tfoot .order-total{
    	font-size: 13px !important;
	}
	.woocommerce-checkout-2-columns .woocommerce-checkout-review-order-table tfoot .order-total{
    	text-transform: uppercase;
	}
	
}

/*** WISHLIST + CART ***/

table.wishlist_table th,
table.cart th{
    font-size: 13px !important;
    font-weight: 500 !important;
}
table.wishlist_table .product-thumbnail img,
table.cart .product-thumbnail img{
    border-radius: 25px !important;
}
table.wishlist_table .product-item a,
table.wishlist_table .product-item,
table.cart .cart_item a,
table.cart .cart_item{
    font-weight: 500;
    font-size: 13px;
}
.woocommerce .quantity {
    border-radius: 25px;
}
table.cart .svg-icon {
    font-size: 13px;
}
table.cart .actions .button {
    border-radius: 0;
	color: #e10600 !important;
}
.cart-collaterals .cart-subtotal-table th, .cart-collaterals .order-total-table th,
.cart-collaterals .cart-subtotal-table td, .cart-collaterals .order-total-table td{
    font-size: 13px;
}
.cart-collaterals .checkout-button {
    color: #fff !important;
    background: #e10600 !important;
}
.woocommerce-message .button, .woocommerce-info .button, .woocommerce-error .button {
    border-radius: 0;
}

/*** CART TENDINA ***/

.cart-panel .widget_shopping_cart_content .woocommerce-mini-cart-item__name {
    font-size: 13px !important;
	text-transform: uppercase;
}
.widget_shopping_cart_content .woocommerce-mini-cart-item__thumbnail img {
    border-radius: 25px;
}
.cart-panel .widget_shopping_cart_content .buttons .button {
    font-weight: 500 !important;
}
.cart-panel .widget_shopping_cart_content .buttons .checkout {
    background: #e10600 !important;
}
.cart-panel .widget_shopping_cart_content .buttons .button {
    border: 1px solid #e10602 !important;
}
.widget_shopping_cart_content .total {
    font-size: 13px !important;
}

/*** ACCOUNT DETAILS ***/
.woocommerce-MyAccount-navigation a {
    font-size: 13px !important;
    text-transform: uppercase;
}

/*** POPUP NEWSLETTER ***/

.pum-theme-2920 .pum-content + .pum-close,
.pum-theme-default-theme .pum-content + .pum-close {
    color: #000;
    border: 0;
    box-shadow: none;
    background-color: transparent;
}
.pum-theme-2920, .pum-theme-default-theme {
    background-color: rgba( 0, 0, 0, 0.5 );
}
.pum-container {
    border-radius: 25px !important;
}
.pum-container #newsletter_box {
    border-top-width: 0px !important;
    border-right-width: 0px !important;
    border-bottom-width: 0px !important;
    border-left-width: 0px !important;
}
.pum-container .konte-subscribe-box__desc {
    font-size: 20px;
    line-height: 28px;
    color: #000;
}
.pum-container .mc4wp-form input[type=email]{
	background-color: #f9f9f9;
}

/*** SAN VALENTINO ***/

.woocommerce-products-header.layout-minimal .term-description {
    color: #000 !important;
    padding-top: 5px;
    margin: 30px auto 50px auto;
    width: 100%;
	margin-left: auto !important;
}
.woocommerce-products-header.layout-minimal .term-description p{
    line-height: 33px;
    max-width: 700px;
    margin: 0 auto;
    font-size: 24px;
}
.woocommerce-products-header.layout-minimal .term-description p.red,
.woocommerce-product-details__short-description p.red{
    color: #e10600;
	font-weight: 800;
}

/**** SALDI ****/

.stock.in-stock {
    color: #e10602 !important;
    font-weight: bold;
    text-transform: uppercase;
    border: 1px solid #000;
    text-align: center;
}
ul.products li.product .price del {
    color: #e10600 !important;
}


@media (max-width: 767px){
	.visibledesk{
		display: none;
	}
	.visiblemob{
		display: block;
	}
	.single-page-header .entry-title, .page .page .entry-title {
    	font-size: 3rem;
	}
	.woocommerce div.product.layout-v4 .quantity-dropdown {
		border-radius: 25px;
	}
	.woocommerce div.product .variations {
    	font-size: 13px !important;
    	text-transform: uppercase;
	}
	.woocommerce div.product.layout-v4 .variations td.label {
    	padding-top: 15px !important;
	}
	.woocommerce div.product.layout-v4 .variations td {
    	display: block !important;
	}
	.woocommerce div.product.layout-v4 .variations td.value {
    	margin-bottom: 20px;
	}
	.shop-content-container {
    	padding-top: 40px;
	}
	.woocommerce-products-header .page-title,
	.blog-header-content .header-title,
	.special_projects_page h1,
	h1.vc_custom_heading{
    	font-size: 3rem !important;
	}
	.site-content {
    	padding-top: 30px;
    	padding-bottom: 30px;
	}
	.mb-30{
		margin-bottom: 30px;
	}
	.zie-mob{
		margin-top: 30px;
	}
	#cookie-law-info-bar {
    	width: calc(100% - 40px);
    	left: 20px;
	}
	.woocommerce-products-header.layout-standard .page-title {
    	margin-top: 225px !important;
    	font-size: 1.125rem !important;
	}
	.editorialRow h2.vc_custom_heading{
		padding-top: 0px !important;
		padding-right: 0px !important;
		padding-left: 0px !important;
		padding-bottom: 40px !important;
	}
	.editorialRow .editorialText{
		padding-right: 0 !important;
    	padding-bottom: 40px !important;
    	padding-left: 0px !important;
	}
	.editorialRow .editorialImg{
		padding-right: 0 !important;
    	padding-left: 0 !important;
		padding-bottom: 40px !important;
	}
}
@media (max-width: 991px){
	.footer-widgets .footer-widgets-area {
    	margin-bottom: 0px;
	}
	.product-template-default .site-content {
    	padding-top: 0px;
	}
	.woocommerce-product-gallery .flex-control-thumbs li .flex-active + span {
    	background: #e10602 !important;
	}
	.woocommerce div.product .product_meta {
    	font-size: 13px !important;
	}
	.woocommerce-products-header.layout-minimal .page-title {
    	font-size: 2.625rem !important;
		margin-top: 20px;
	}
}
</pre></body></html>