@media (min-width: 980px) {
	section[role="global-impact"] .options .details .image .circle,
	section[role="global-impact"] .options .details .share .content{
	    transform: translateY(0) !important;
	    -webkit-transform: translateY(0) !important;
	    -moz-transform: translateY(0) !important;
	    -o-transform: translateY(0) !important;
	    -ms-transform: translateY(0) !important;
	}
}

/* MENU */
header[role="top-header"] .sub-menu{
    opacity: 0;
}
header[role="top-header"] nav[role="header-menu"] ul .menu-item-has-children.show-sub-menu .sub-menu {
    opacity: 1;
}
/* DIAMOND PRE LOADER */
#pre-loader-results{
	display: none;
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 50;
	background: rgba(255,255,255,0.8);
}
div.results.filtering{
	min-height: 400px !important;
}
#pre-loader-results i,
#pre-loader-results-with-session i{
	font-size: 50px;
	color: #325C84;
	margin-bottom: 15px;
}
#pre-loader-results p,
#pre-loader-results-with-session p{
	font-size: 22px;
}
#pre-loader-results .pre-loader-results-container{
	width: auto;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    position: absolute;
}
#pre-loader-results-with-session{
	display: none;
}
#pre-loader-results-with-session{
	position: fixed;
    z-index: 100;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    padding: 40px 20px;
    background: #fff;
    min-width: 320px;
    text-align: center;
    -webkit-box-shadow: 1px 1px 20px 1px rgba(50,92,132,1);
	-moz-box-shadow: 1px 1px 20px 1px rgba(50,92,132,1);
	box-shadow: 1px 1px 20px 1px rgba(50,92,132,1);
}

/*CLEAR FORM STYLE*/
#clear-builder-form{
    margin-right: 15px;
    position: absolute;
    right: 0;
    z-index: 50;
    padding-top: 25px;
}
#clear-builder-form button{
    cursor: pointer;
    outline: none;
    font-family: "Source Sans Pro",sans-serif;
    padding: 0px;
    display: inline-block;
    width: auto;
    min-width: auto;
    padding: 6px 8px;
    border: 0px;
    background-color: #414141;
    margin-top: -1px;
}
#steps_id li.active.next.completed:last-child a.step{
   max-width: 100%;
   padding-right: 100px;
}
@media screen and (max-width: 768px) {
    #steps_id li:last-child a,
    #steps_id{
        overflow: hidden !important;
    }
    #clear-builder-form{
        position: relative;
        padding: 8px;
        margin-right: 0px;
        text-align: right;
        background: #fff;
        right: auto;
        display: block;
        clear: both;
    }
    #clear-builder-form button{
        margin: 0px;
        width: 100%;
    }
}
@media screen and (max-width: 1345px) {
    #steps_id li:last-child a{
        overflow: hidden !important;
    }
}

/* CART */
.cart-container>form tbody .product-name .variation{
    max-width: 400px !important;
}

/* WOO COMMERCE ERROR */
.error_ring_combination{
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}
.error_ring_combination p{
    display: inline-block;
    padding: 10px 15px;
    margin-top: 15px;
    background: #414141;
    color: #fff;
    border-radius: 12px;
    font-family: "Source Sans Pro",sans-serif;
    font-size: 18px;
}

/* CHECKOUT */
.checkout .select2-container--default .select2-selection--single{
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    color: #6D6E70;
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    border: 1px solid #414141;
    border-radius: 4px;
    height: auto;
}
.checkout .select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 100%;
}
.checkout-container #billing_first_name_field,
.checkout-container #billing_email_field,
.checkout-container #billing_state_field,
.checkout-container #shipping_first_name_field,
.checkout-container #shipping_email_field,
.checkout-container #shipping_state_field,
.checkout-container #billing_last_name_field,
.checkout-container #billing_phone_field,
.checkout-container #billing_postcode_field,
.checkout-container #shipping_last_name_field,
.checkout-container #shipping_phone_field,
.checkout-container #shipping_postcode_field{
    min-height: 100px;
}
.select2-results ul li{
    font-family: "Source Sans Pro",sans-serif;
}
.button{
    border: 0px;
}