/* Modifiche Retemedia */

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

.page-footer .footer-static-container .footer-static .footer-links ul li a{
	color: #fff;
	padding-left: 0; 
}

.page-footer .footer-static-container .footer-static .footer-links ul li a:before {
    content: "\f111";
    font-family: fontawesome;
    font-size: 7px;
    left: 0;
    position: absolute;
    top: 0;
	display: none;
}

.page-footer .footer-static-container .footer-static .footer-links .title {
    position: relative;
    margin-bottom: 20px;
    font-size: 20px;
    padding-bottom: 0;
    padding-left: 0;
    text-transform: uppercase;
    line-height: 1;
    color: #fff;
    display: block;
}

.page-footer .footer-static-container .footer-static .footer-links .title::before {
    background: #79b6c8;
    bottom: 0;
    content: "";
    height: 15px;
    left: 0;
    position: absolute;
    width: 2px;
	display: none;
}

.page-footer .footer-static-container .footer-static .link-follow li {
    list-style: none;
    padding-bottom: 11px;
}

.page-footer .footer-static-container .footer-static .link-follow li a {
	color: #fff;
	padding-left: 0;
}

.footer-static .title{
	font-family: 'Bebas Neue', cursive;
}

.page-footer .footer-bottom {
    color: #000;
    padding: 18px 0;
    background: #fff;
    font-size: 14px;
}

.product-item .product-info, .product-list-item .product-info {
    margin-top: 15px;
    padding-right: 0;
    position: relative;
    text-align: center;
}

.header-container .header .logo {
    margin: 20px auto;
}

.header-container.sticky .header .logo {
    margin: 1px auto;
}

.product-item .product-info .price-box .price, .product-list-item .product-info .price-box .price {
    font-size: 16px;
    color: #000;
}

.product-item .product-info .product-name a, .product-list-item .product-info .product-name a {
    font-size: 16px !important;
    font-weight: 600 !important;
	color: #000;
	font: inherit;
}

.page-footer .footer-static-container {
    padding: 80px 0 80px;
    background: #000;
    position: relative;
}

.page-footer .footer-static-container:before {
    background: #000;
    content: "";
    height: 33px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 0;
}


/* block_newsletter */

.page-footer .footer-static-container .footer-static .footer-links .block.newsletter {
    width: auto;
    margin-top: 30px;
    margin-bottom: 0;
    max-width: 485px;
}

.block.newsletter .form.subscribe {
    display: table;
    width: 100%;
}

.page-footer .footer-static-container .footer-static .footer-links .block.newsletter .field.newsletter {
    margin-right: 0;
    display: block;
    max-width: 100%;
}

.page-footer .footer-static-container .footer-static .footer-links .block.newsletter .field.newsletter .control {
    position: relative;
	width: 100%;
	text-decoration: none;
	display: block;
}

.page-footer .footer-static-container .footer-static .footer-links .block.newsletter .field.newsletter .control input {
    background: 0 0;
	border: none;
    border-bottom: 1px solid #ebebeb;
    font-size: 14px;
    color: #ebebeb;
    padding: 0 145px 0 20px;
    margin-right: 0;
	height: 50px;
}

.page-footer .footer-static-container .footer-static .footer-links .block.newsletter .actions {
    display: block;
    width: auto;
    position: absolute;
    right: 0;
    top: 0;
}

.page-footer .footer-static-container .footer-static .footer-links .block.newsletter .actions .subscribe {
    margin-top: 0;
    border-radius: 0;
    background: #000;
    padding: 17px 30px;
    font-size: 14px;
}

.page-footer .footer-static-container .footer-static .footer-links .block.newsletter .short_text{
    color: #fff;
	margin: 30px 0;
}
/* fine block_newsletter */



	

.breadcrumbs {
    padding: 14px;
    max-width: 100%;
	background-color: #000;
	color: #fff;
    text-align: center;
}

.breadcrumbs a:visited {
    color: #fff;
}

.breadcrumbs ul li a:hover {
    color: #fff;
}

.breadcrumbs ul li strong {
    color: #fff;
}

.breadcrumbs .items {
    color: #fff;
}

.breadcrumbs ul li {
    font-size: 16px;
}

.breadcrumbs ul li a {
    color: #fff;
}

.filter-content .filter-options .filter-options-title::before {
    content: "";
    width: 20px;
    border-top: 3px solid #000;
    position: absolute;
    left: 0;
    bottom: 0;
}

.ui-slider-horizontal {
    margin-top: 10px;
    height: 6px;
    background: #000;
}

.ui-slider .ui-slider-handle {
    background: #fff;
    top: -6px;
    height: 18px;
    width: 18px;
    border: 5px solid #000;
    border-radius: 100%;
    cursor: ew-resize;
}

.product-item .product-info .price-box .price, .product-list-item .product-info .price-box .price {
    margin-top: 0px;
    position: relative;
    z-index: 2;
    font-weight: 400;
    display: inline-block;
}

.filter-options .filter-options-title {
    font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
    font-family: inherit;
}

.filter-content .filter-options .filter-options-title {
    font-size: 18px;
    color: #333;
    position: relative;
    text-transform: uppercase;
    padding-bottom: 12px;
    margin-bottom: 20px;
    font-family: inherit;
    display: block;
	font-weight: 700;
}

.toolbar-products .sorter .sorter-options {
    border: 1px solid;
    background: #fff;
    height: 40px;
}

.swatch-attribute.color .swatch-option {
    width: 20px;
    min-width: auto;
    height: 20px;
    border: none;
    border-radius: 20px;
}

.swatch-option.text {
    background: #fff !important;
    color: #686868 !important;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin-right: 7px;
    min-width: 30px;
    padding: 0;
    border: 0;
}

.swatch-option:not(.disabled):hover {
    border: 0;
    color: #333;
    outline: 1px solid #999;
}

.product-options-wrapper .swatch-attribute.color .swatch-option{
    margin-top: 0px;
	border: 1px solid #ddd;
}

.page-title-wrapper .page-title .base {
    font-size: 32px;
    color: #333;
    position: relative;
    text-transform: uppercase;
    padding-bottom: 6px;
    margin-bottom: 10px;
    font-family:inherit;
    display: block;
    font-weight: 700;
}

.product-view div [itemprop="description"] {
    color: #606060;
    font-size: 15px;
    font-style: normal;
    margin-bottom: 30px;
    line-height: 27px;
}


.page-title-wrapper .page-title .base:before{
	display: none;
}	

.product-view .product-info-stock-sku .attribute.sku .value {
    display: inline-block;
    color: #000;
    font-size: 16px;
}

.product-view .product-info-stock-sku .attribute.sku .value,.product-view .product-info-stock-sku .attribute.sku .type {
    display: inline-block;
    color: #000;
    font-size: 16px;
}

.product-view .product-info-main .price-box .price-wrapper .price {
    font-size: 28px;
    color: #000;
}

.product-info-main .price-box {
    margin-top: 30px;
}

.product-item .product-info .price-box .old-price, .product-list-item .product-info .price-box .old-price {
    float: left;
}

.product-item .product-info .price-box .old-price .price, .product-list-item .product-info .price-box .old-price .price {
    color: #797979;
    text-decoration: line-through;
    font-weight: normal;
}

.product-view .product-info-main .price-box .old-price .price-container .price {
    font-size: 32px;
    color: #797979;
    font-weight: bold;
    text-decoration: line-through;
}

.old-price, .old.price {
    text-decoration: none;
}

.product-view .product-info-main .price-box .special-price .price-container .price {
    font-size: 32px;
    font-weight: bold;
    color: #000;
}

.swatch-attribute-label {
    font-weight: 700;
    position: relative;
    font-size: 20px;
}

.product-view .product-info-main .price-box {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}


.swatch-opt {
    margin: 50px 0;
}


.swatch-attribute-options {
    margin: 20px 0;
}

body .fotorama__nav {
    height: inherit !important;
}


.fotorama__thumb-border {
    backface-visibility: hidden;
    background-image: inherit !important;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 9;
}

.product-view .box-tocart .action.tocart, .product-options-bottom .box-tocart .action.tocart {
    font-family: inherit;
}


button:hover, .cart.table-wrapper .actions-toolbar > .action:hover, .cart.table-wrapper .action-gift:hover, .block-cart-failed .action.continue:hover, .cart-container .form-cart .action.continue:hover, .action.primary:hover {
    background: #797979;
    border: 0;
    border-radius: 0;
    color: #fff;
}

#relate_product_slider .actions-primary{
	display: none;
}	

.rokan-product-heading h2 {
    color: #201f1f;
    font-family: inherit;
    padding: 0;
    position: relative;
    text-transform: inherit;
    margin-bottom: 20px;
    font-weight: 700;
}

.product-view .rokan-product-heading h2 {
    text-align: left;
    font-size: 32px;
    padding-bottom: 18px;
}


.header-container .header .minicart-wrapper .action.showcart .counter.qty {
    position: absolute;
    min-width: 18px;
    height: 18px;
    border-radius: 100%;
    background: #000;
    line-height: 18px;
    padding: 0;
    margin: 0;
    text-align: center;
    top: 27px;
    right: -7px;
    font-size: 10px;
    color: #fff;
    display: block;
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}


.custommenu.navigation li.level0.fullwidth {
    position: static;
    text-align: left;
    margin: 2px 30px;
}

.custommenu.navigation li.level0.fullwidth a {
	font-size: 16px
}

.payment-method-title .radio{
	display: initial;
}

.sidebar-main-1 hr{
	display: none;
}

.product-item .onsale, .product-list-item .onsale, .product-item .newlabel, .product-list-item .newlabel, .product-item .featuredlabel, .product-list-item .featuredlabel {
    background: #535353;
    color: #fff;
    display: block;
    font-family: 'Montserrat',sans-serif;
    font-size: 11px;
    font-weight: normal;
    height: 28px;
    right: 15px;
    line-height: 28px;
    padding: 0 10px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 20px;
    z-index: 10;
    min-width: 50px;
    border-radius: 0;
    left: auto;
    min-height: auto;
    border: 0;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.menu_footer{
	text-align:right;
}


.special-price .price{
	color: red !important;
}


@media (min-width:768px){
.header-container .toggle-action.active:before {
    background: rgba(0,0,0,0.5);
    bottom: 0;
    content: "";
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000;
}


.header-container .absolute-menu {
    position: absolute;
    top: 0%;
    left: 0;
    background: #fff;
    z-index: 1010;
    width: 340px;
}

.header-container .toggle-action.active .menu-line:first-child {
    transform: rotate(45deg);
    transform-origin: 4px 50% 0;
    background: #000;
}

.header-container .toggle-action.active .menu-line:nth-child(3) {
    transform: rotate(-45deg);
    transform-origin: 4px 50% 0;
    background: #000;
}


.navigation .level0 > .level-top {
    color: #000;
    line-height: inherit;
    padding: 0px;
    font-weight: 500;
    font-size: 25px;
    text-transform: uppercase;
    text-decoration: none;
    box-sizing: border-box;
    display: inline-block;
    border: 0;
	letter-spacing: 1px
}

.header-container .toggle-action.active1 .menu-line:first-child {
    transform: rotate(45deg);
    transform-origin: 4px 50% 0;
    background: #000;
}

.header-container .toggle-action.active1 .menu-line:nth-child(2) {
    opacity: 0;
}

.header-container .toggle-action.active1 .menu-line:nth-child(3) {
    transform: rotate(-45deg);
    transform-origin: 4px 50% 0;
    background: #000;
}

.header-container .active1{
	width: 30px;
	height: 20px;
	-webkit-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	display: block;
	margin: 35px 30px;
	cursor: pointer;
}
	
.navigation .level0 {
    margin: 0;
    display: inherit;
    position: relative;
}	
	
.navigation .level0.parent > a:after {
	right: 0;
	content: "";
	font-size: 12px;
	border: 0;
	font-family: 'FontAwesome';
	top: 34px;
	position: absolute;
}		

.navigation .level0.parent > .level-top {
    padding-right: 0;
}	
	
.link_custom{
	text-align: left;
	margin: 2px 30px !important;
	font-family: 'Bebas Neue', cursive;
}
	
.link_custom a{
	font-weight: 700 !important;
	margin-bottom: 8px;
}	
	
.nav-sections {
    position: relative;
    z-index: 100;
    margin: 20px;
}	
	
.header-container .toggle-action.active1 .menu-line:first-child {
    transform: rotate(45deg);
    transform-origin: 4px 50% 0;
    background: #000;
}	
	
	
}

@media (max-width:768px){
	.active1{
		display: none !important;
	}
	
	.link_custom{
		text-align: left;
		margin: 2px 30px !important;
		font-family: 'Bebas Neue', cursive;
	}

	.link_custom a{
		font-weight: 700 !important;
		margin-bottom: 8px;
	}

	.navigation .level0 > .level-top {
		display: block;
		color: #ddd;
		padding: 2px 20px;
		text-decoration: none;
		border-bottom: 1px solid rgba(0,0,0,0.05);
		-webkit-transition: all .25s ease;
		-o-transition: all .25s ease;
		transition: all .25s ease;
		font-size: 25px;
		text-transform: uppercase;
		letter-spacing: 1px;
	}	

	.navigation {
		text-align: left;
		padding: 30px 0;
	}	
	
	.col-menu-control{
		display: none !important;
	}
	
	.pull-right{
		width: 40%;
	}
	
	.header-container .header .logo img {
		width: 140px;
		float: left;
	}
	
	.header-container {
		margin: 0 15px 0;
	}
	
	.menu_footer{
		text-align:center;
	}		

}	

@media (max-width:480px){
	.col-logo, .col-search {
		width: 50%;
	}	
	
	.header-container .header .nav-toggle {
		font-size: 14px;
		top: 0;
		right: -10px;
		left: auto;
	}
	
	.header-container .header .minicart-wrapper {
		padding: 0px;
		margin: 0;
		margin-left: 15px;
		font-size: 18px;
	}
	
	.header-container .header .header-top-setting {
		cursor: pointer;
		padding-left: 15px;
		margin-left: 6px;
		position: relative;
		z-index: 500;
	}	
}	