.pb10{
	padding-bottom: 10px;
}
.pt10{
	padding-top: 10px;
}
.pb20{
	padding-bottom: 20px;
}
.pt20{
	padding-top: 20px;
}
.pb30{
	padding-bottom: 30px;
}
.pt30{
	padding-top: 30px;
}
.pb40{
	padding-bottom: 40px;
}
.pt40{
	padding-top: 40px;
}
.pb50{
	padding-bottom: 50px;
}
.pt50{
	padding-top: 50px;
}



.mb10{
	margin-bottom: 10px;
}
.mt10{
	margin-top: 10px;
}
.mb20{
	margin-bottom: 20px;
}
.mt20{
	margin-top: 20px;
}
.mb30{
	margin-bottom: 30px;
}
.mt30{
	margin-top: 30px;
}
.mb40{
	margin-bottom: 40px;
}
.mt40{
	margin-top: 40px;
}
.mb50{
	margin-bottom: 50px;
}
.mt50{
	margin-top: 50px;
}

a,a:hover {
    text-decoration: none;
    color: #333;
}
a:visited, .alink:visited, a:active, .alink:active {
    color: #333;
}


.nav-toggle {
    top: 22px;
}
.block-search {
    margin-top: 7px;
}
.block-search .label {
    margin-top: 10px;
}
.block-search input{
	border: 0px;
    border-bottom: 1px solid #c2c2c2;
}
.minicart-wrapper .action.showcart:before {
    height: 50px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 35px;
    line-height: 40px;
    /*color: #8f8f8f;*/
    color: #fff;
/*    content: '\f291';
    font-family: 'FontAwesome';*/
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    /*background: #f9f9f9;*/
	    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00d2ff+0,928dab+100 */
/*	background: rgb(0,210,255);
	background: -moz-linear-gradient(45deg,  rgba(0,210,255,0.75) 0%, rgba(146,141,171,0.75) 100%);
	background: -webkit-linear-gradient(45deg,  rgba(0,210,255,0.75) 0%,rgba(146,141,171,0.75) 100%);
	background: linear-gradient(45deg,  rgba(0,210,255,0.75) 0%,rgba(146,141,171,0.75) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d2ff', endColorstr='#928dab',GradientType=1 );*/
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#01d2ff+0,62a3c6+100 */
background: #076BB0; /* Old browsers */
background: -moz-linear-gradient(45deg,  #076BB0 0%, #049E56 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg,  #076BB0 0%, #049E56 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg,  #076BB0 0%, #049E56 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#076BB0', endColorstr='#049E56',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

    padding: 5px;
    width: 50px;
    border-radius: 100px;
-webkit-box-shadow: 0px 4px 20px -4px rgba(54,184,223,0);
-moz-box-shadow: 0px 4px 20px -4px rgba(54,184,2238,0);
box-shadow: 0px 4px 20px -4px rgba(54,184,223,0);
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}
.minicart-wrapper .action.showcart.active:before {
    font-size: 35px;
    line-height: 40px;
    color: #fff !important;
}

.minicart-wrapper .action.showcart.active:hover:before{
    color: #fff;
}
.minicart-wrapper .action.showcart:hover:before {
    color: #fff;
-webkit-box-shadow: 0px 5px 20px -4px rgba(54,184,223,0.6);
-moz-box-shadow: 0px 5px 20px -4px rgba(54,184,223,0.6);
box-shadow: 0px 5px 20px -4px rgba(54,184,223,0.6);
}

.block-search .field.search .nested a{
	font-size: 0.9rem;
    color: #8f8f8f;
    padding: 0 9px;
}

.sub_title {
    font-weight: 700;
    font-size: 13px;
    color: #076BB0;
}

.page-footer{
	background: #f9f9f9;
}
.footer.content{
	border-top: 0px;
}
.footer.content a {
	color:#a0a0a0;
	display: block;
}
.footer_title {
	font-weight: 700;
    color: #a0a0a0;
}
.logo {
    max-width: 160px;
    width: 50%;
}
.navigation .level0 > .level-top {
    color: #888888;
    font-weight: 500;
}
.header.links a{
	color: #a0a0a0;
}
.abs-margin-for-forms-desktop,
.fieldset .legend,
.column:not(.sidebar-main) form .actions-toolbar,
.column:not(.sidebar-additional) form .actions-toolbar,
.login-container .fieldset:after {
    margin-left: 0%;
    font-weight: 500;
    color: #212529;
    font-size: 1.86rem;
}
input[type="text"]:not(#search),
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"],
select {
    background: #f7f7f7;
    background-clip: padding-box;
    border: 1px solid #f7f7f7;
    border-radius: 1px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    height: 42px;
    line-height: 1.42857143;
    padding: 6px 9px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
    max-width: 600px;
}
textarea{
	background: #f7f7f7;
    background-clip: padding-box;
    border: 1px solid #f7f7f7;
    resize: none;
    max-width: 600px;
}

form .fieldset > .field:not(.choice) > .label{
	padding-top: 4px;
	color: #909090;
    font-weight: 400;
    text-align: left;
    max-width: 300px;
}
.bundle-actions .action.primary, .bundle-options-container .block-bundle-summary .box-tocart .action.primary, .product-info-main .box-tocart .action.tocart, .product-options-bottom .box-tocart .action.tocart, .cart-container .checkout-methods-items .action.primary, .block-minicart .block-content > .actions > .primary .action.primary, .methods-shipping .actions-toolbar .action.primary, .block-authentication .action.action-register, .block-authentication .action.action-login, .checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary, .form-address-edit .actions-toolbar .action.primary, .multicheckout .action.primary {
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 10px 15px;
    min-width: 150px;
}
.action.primary {
/*    background-image: none;
	background: rgb(0,210,255);
	background: -moz-linear-gradient(45deg,  rgba(0,210,255,0.75) 0%, rgba(146,141,171,0.75) 100%);
	background: -webkit-linear-gradient(45deg,  rgba(0,210,255,0.75) 0%,rgba(146,141,171,0.75) 100%);
	background: linear-gradient(45deg,  rgba(0,210,255,0.75) 0%,rgba(146,141,171,0.75) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d2ff', endColorstr='#928dab',GradientType=1 );*/
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#01d2ff+0,62a3c6+100 */
background: #076BB0; /* Old browsers */
    background: -moz-linear-gradient(45deg,  #076BB0 0%, #049E56 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg,  #076BB0 0%, #049E56 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg,  #076BB0 0%, #049E56 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#076BB0', endColorstr='#049E56',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

    border: 0px solid #00d2ff;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
    padding: 10px 15px;
    font-size: 1rem;
    border-radius: 100px !important;
    box-sizing: border-box;
    vertical-align: middle;
    min-width: 150px;
    -webkit-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
}
.action.primary:hover {
/*	background: rgb(0,210,255);
	background: -moz-linear-gradient(45deg,  rgba(0,210,255,0.75) 0%, rgba(146,141,171,0.75) 100%);
	background: -webkit-linear-gradient(45deg,  rgba(0,210,255,0.75) 0%,rgba(146,141,171,0.75) 100%);
	background: linear-gradient(45deg,  rgba(0,210,255,0.75) 0%,rgba(146,141,171,0.75) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d2ff', endColorstr='#928dab',GradientType=1 );*/
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#01d2ff+0,62a3c6+100 */
background: #076BB0; /* Old browsers */
    background: -moz-linear-gradient(45deg,  #076BB0 0%, #049E56 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg,  #076BB0 0%, #049E56 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg,  #076BB0 0%, #049E56 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#076BB0', endColorstr='#049E56',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    border: 0px solid #00d2ff;
    color: #ffffff;
-webkit-box-shadow: 0px 5px 20px -4px rgba(54,184,223,0.6);
-moz-box-shadow: 0px 5px 20px -4px rgba(54,184,223,0.6);
box-shadow: 0px 5px 20px -4px rgba(54,184,223,0.6);
}
.action.primary:focus, .action.primary:active {
    background: #62a3c6;
    border: 1px solid #62a3c6;
}
.page-title{
	font-size: 2rem;
    font-weight: 700;
    color: #076BB0;
    margin-bottom: 1.5rem
}
.breadcrumbs .items {
    font-size: 1rem;
 }
.breadcrumbs .item:not(:last-child):after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 26px;
    content: '\e608';
    font-family: 'icons-blank-theme';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}
.block-subtitle {
    color: #afafaf;
    font-weight: 400;
}
.filter-options .filter-options-content .item a{
	color:#6a9fc2;
}
.filter-options .filter-options-title {
    font-weight: 700;
    line-height: 1.1;
    font-size: 1.1rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
    margin: 16px 0 10px;
    padding-top: 16px;
    word-break: break-all;
    border-top: 1px solid #dedede;
}
.block.filter {
    background: #fbfbfb;
    padding: 20px;
    border-radius: 10px;
}
.block.filter .filter-title {
    color: #b7b7b7;
}
.filter-current .item a, .filter-content .filter-actions a{
	color: #a4adc4;
    background: #fff;
    padding: 5px 10px;
    margin-top: 4px;
    display: inline-block;
    border: 1px solid #dedede;
    border-radius: 5px;
    font-size:0.8rem;
}
.filter-current + .filter-actions {
    margin-bottom: 30px;
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #dedede;
}
.product-item-name > a, .product.name a > a, .abs-product-link > a:visited, .product-item-name > a:visited, .product.name a > a:visited {
    color: inherit;
}
.product-item-name {
    color: #000;
}
.product-item-name, .product.name a {
    font-weight: 500;
    font-size: 1.6rem;
    text-decoration: none;
}
.product .product-qty {
	font-size: 1.4rem;
}
.product .product-qty > span {
	font-weight: 200;
    font-size: 1.2rem;
    padding-right: 5px;
}
.product-item .price-box {
	font-size: 1.4rem;
	margin: 0 0 35px;
}
.product-item-name {
	margin-bottom: 10px;
}
.product-item .price-box .price {
    font-size: 1.6rem;
    font-weight: 600;
    white-space: nowrap;
    color: #076BB0;
    margin-right: -5px;
    letter-spacing: -1px;
    position: relative;
}
/*.product-item .price-box .price:before {
	content: 'Price per unit:';
	display: inline-block;
	font-weight: 200;
    font-size: 1.2rem;
    letter-spacing: 0;
    padding-right: 5px;
    color: #212529;
}*/
.product-item .price-box .unit-price {
    font-weight: 500;
    margin-left: 1px;
    font-size: 1rem;
    color: #343a40;
    letter-spacing: 1px;
}
.product-item .minimal-price-link .price-label, .product-item .minimal-price-link .price-wrapper {
    color: #a1afc6;
    font-size: 1.2rem;
}
.product-item-inner .product-item-description {
    margin: 5px 0 35px;
    font-size: 1rem;
}
.product-item-inner .product-item-description a{
    margin: 5px 0 35px;
    font-size: 1rem;
	color: #a4adc4;
    display: inline-block;
}
.product-item-actions .actions-secondary > .action{
    border-radius: 100px;
    margin-left: 14px;
    width: 40px;
    height: 40px;	
    background: #f1f1f1;
    -webkit-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
}
.product-item-actions .actions-secondary > .action:hover{
	-webkit-box-shadow: 0px 5px 20px -4px rgba(76, 166, 193, 0.4);
    -moz-box-shadow: 0px 5px 20px -4px rgba(76, 166, 193, 0.4);
    box-shadow: 0px 5px 20px -4px rgba(76, 166, 193, 0.4);
    background: #fff;
}
.abs-actions-addto-gridlist:before, .product-item-actions .actions-secondary > .action:before, .table-comparison .wishlist.split.button > .action.split:before, .product-items .wishlist.split.button > .action.split:before, .product-items .action.towishlist:before, .products.list.items .action.towishlist:before, .table-comparison .action.towishlist:before {
    color: #57a9cd;
    -webkit-transition:color 0.25s ease-in-out;
    transition:color 0.25s ease-in-out;
}
.abs-actions-addto-gridlist:hover:before, .product-item-actions .actions-secondary > .action:hover:before, .table-comparison .wishlist.split.button > .action.split:hover:before, .product-items .wishlist.split.button > .action.split:hover:before, .product-items .action.towishlist:hover:before, .products.list.items .action.towishlist:hover:before, .table-comparison .action.towishlist:hover:before {
    color: #12caf5;
}
.abs-product-link > a:visited, .product-item-name > a:visited, .product.name a > a:visited {
    text-decoration: none;
}
.sorter-options {
    height: 40px;
    border-radius: 10px;
}
.sorter-action:before {
    line-height: 44px;
}
.toolbar-products {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f1f1f1;
}
form.form-login .actions-toolbar{
	font-size: 1rem !important;
}
form.form-login .actions-toolbar .secondary a.action{
	font-size: 1rem;
	color: #000;
	line-height: 2rem;
}
form.form-login .actions-toolbar .secondary{
	float:none;
}
form.form-login .actions-toolbar .primary{
	margin-right: 20px;
}
.login-container .fieldset:after {
    font-size: 1rem;
}

.account-nav .item a {
    color: #828282;
}
.account-nav .item {
    display: block;
    width: 100%;
}
.account-nav .item .delimiter {
    border-top: 1px solid #d1d1d1;
    display: block;
    margin: 10px 0rem;
}
.account-nav .item.current a, .account-nav .item.current strong {
    border-color: #076BB0;
    font-weight: 600;
}
.account-nav .content {
    background: #fbfbfb;
    border-radius: 10px;
}
.account .box-actions a{
	line-height: 1.5rem;
    padding: 6px 12px;
    border-radius: 5px;
    background: #eaeaea;
    color: #000;
    margin-right: 8px;
}
.account .box-actions a:hover{
    background: #e4e4e4;
}
.box-billing-address .box-content, .box-shipping-address .box-content, .box-information .box-content, .box-newsletter .box-content {
    margin-bottom: 20px;
}
.account .column.main .block:not(.widget) .block-content .box{
	padding: 20px;
    background: #fbfbfb;
    border-radius: 10px;
}
.block.block-dashboard-addresses .block-title .action.edit,
.block.block-dashboard-orders .block-title .action.view{
	color: #076BB0;
}
.actions-toolbar .action.back{
	font-size: 1rem;
    line-height: 1.5rem;
    padding: 10px 15px;
    border-radius: 100px;
    background: #eaeaea;
    color: #000;
}
.actions-toolbar .action.back:hover{
    background: #e4e4e4;
}
.password-strength-meter {
    max-width: 600px;
    background-color: #ffffff;
}
.field.password .control .mage-error{
	font-size: 1rem;
	max-width: 600px;
}
.password-strength-meter span{
	margin-left: 10px;
}
.form-address-edit .fieldset .field .control{
	max-width: 600px;
}
.message {
    line-height: 1rem !important;
    font-size: 1rem !important;
}
.minicart-wrapper .action.showcart .counter.qty {
    border-radius: 28px;
    margin: 0px 0 0;
    position: absolute;
    right: -5px;
    top: -5px;
    font-size: 0.9rem;
    line-height: 23px;
    padding: 0 4px;
    -webkit-box-shadow: 0px 2px 10px rgba(179, 8, 8, 0.7);
    box-shadow: 0px 2px 10px rgba(179, 8, 8, 0.7);
}



.minicart-items-wrapper .product-item-name{
	margin: 0 0 0px;
	font-size: 1rem;
}
.minicart-items-wrapper .product-item-name a, .minicart-items .product-item-name a{
	font-size: 1rem;
	font-weight: 500;
	color: #000;
}

.minicart-items-wrapper .product-item-name a:hover{
	text-decoration: none;
}
.minicart-items .product-item-details .price-including-tax, .minicart-items .product-item-details .price-excluding-tax {
    margin: 0 0 0;
}
.minicart-items .price-container .price {
    font-size: 1.2rem;
    color: #076BB0;
}
.minicart-items .product-item-details .details-qty {
    margin-top: 5px;
}
.minicart-items .product-item{
    font-size: 1rem;
}
.minicart-items .price-including-tax, .minicart-items .price-excluding-tax {
    font-size: 1.4rem;
}
.minicart-items input[type="number"]{
	height: auto;
	padding: 2px 0px;
}
.minicart-wrapper .product .actions {
    margin: -32px 0 0;
}
.minicart-wrapper .action.close {
    outline:none;
}
.block-minicart .amount .price-wrapper:first-child .price {
    font-size: 1.3rem;
    color: #076BB0;
}
.block-minicart .action.viewcart{
	color: #7d7d7d;
}
.cart-container .item-info .product-item-name{
	font-size: 1.2rem;
	font-weight: 500;
}
.cart-container .item-info .control.qty label{
	margin-bottom: 0rem;
}
.cart-container .item-info .cart-price .price, .cart-container .item-info .cart-price, .cart-container .item-info .price-including-tax, .cart-container .item-info .price-excluding-tax{
	font-size: 1.2rem;
}
.cart.table-wrapper .col{
	vertical-align: middle;
}
.cart.table-wrapper .actions-toolbar > .action,
.cart.table-wrapper .actions-toolbar > .action:focus,
.cart.table-wrapper .actions-toolbar > .action:visited,
.cart.table-wrapper .actions-toolbar > .action:active,
.checkout-index-index .billing-address-details .action.action-edit-address{
	border: 0px solid #eaeaea;
	line-height: 1.5rem;
	font-size: 1rem;
    padding: 6px 12px;
    border-radius: 5px;
    background: #eaeaea;
    color: #000;
    font-weight: 400;
    font-family: inherit;
}
.cart.table-wrapper .actions-toolbar > .action:hover,
.checkout-index-index .billing-address-details .action.action-edit-address:hover{
	border: 0px solid #e4e4e4;
    background: #e4e4e4;
}
.block-cart-failed .action.continue, .cart-container .form-cart .action,
.block-cart-failed .action.continue, .cart-container .form-cart .action.continue {
	border-radius: 100px;
	background-image: none;
    background: #eaeaea;
	border: 0px solid #eaeaea;
    color: #000;
	cursor: pointer;
	font-family: inherit;
	margin: 0;
	padding: 10px 15px;
	font-size: 1rem;
	line-height: 1.5rem;
	box-sizing: border-box;
	vertical-align: middle;
	display: inline-block;
	text-decoration: none;
    font-weight: 500;
    margin-bottom: 10px;
}  
.block-cart-failed .action.continue, .cart-container .form-cart .action:hover,
.block-cart-failed .action.continue, .cart-container .form-cart .action.continue:hover{
	border: 0px solid #e4e4e4;
    background: #e4e4e4;
}
.cart-container .form-cart .action:before{
	vertical-align: middle !important;
}
.cart.table-wrapper .item-actions td {
    padding-bottom: 10px;
    border-top: 0px;
    padding-top: 0px;
}
.cart.table-wrapper .item-info .col{
	border-top: 0px solid #dee2e6;
}
.cart.table-wrapper .items thead + .item{
	border-top: 0px;
}
.column.main .cart-summary .block > .title strong, .column.main .paypal-review-discount .block > .title strong {
    font-size: 1.2rem;
    font-weight: 400;
}
.cart-summary {
    background: #fbfbfb;
    border-radius: 10px;
}
.cart-summary select{
	padding: 10px 0;
    height: auto;
    border-radius: 3px;
    background: #fff;
}
.cart-summary input[type="text"]{
	background: #fff !important;
    border-radius: 3px !important;
    border: 0px solid #c2c2c2 !important;
    height: auto !important;
    padding: 10px 15px !important;
}
.cart-totals {
    border-top: 0px solid #d1d1d1;
    padding-top: 0px;
}
.cart-totals .mark{
	background: transparent;
}
.cart-totals .grand.totals .price{
	color:#076BB0;
	font-weight: 900;
	font-size: 1.2rem;
}
.cart-totals .grand.totals .mark strong{
	color:#076BB0;
	font-weight: 700;
	font-size: 1.2rem;
}
.cart-totals .totals.sub .price, .cart-totals .totals.sub .mark{
	font-weight: 700;
}
.cart-summary #discount-coupon-form .actions-toolbar > .primary button{
	font-size: 1rem;
    font-weight: 600;
    border: 0px;
    background: #fff;
}
.opc-summary-wrapper .modal-content{
	border:0px;
    background: #fbfbfb;
    border-radius: 10px;
}
.opc-summary-wrapper .modal-header{
	border-bottom: 0px;
	padding:0;
}
.opc-summary-wrapper .modal-content .opc-block-summary {
    background: transparent;
    margin: 0 0 0px;
}
.checkout-index-index .opc-sidebar{
	margin: 0;
}
.checkout-index-index .opc-wrapper .form-login{
	margin-top: 0px;
}
.checkout-index-index input[type="text"]:not(#search), 
.checkout-index-index input[type="password"], 
.checkout-index-index input[type="url"], 
.checkout-index-index input[type="tel"], 
.checkout-index-index input[type="search"], 
.checkout-index-index input[type="number"], 
.checkout-index-index input[type="datetime"], 
.checkout-index-index input[type="email"]{
	max-width: 100%;
}
.checkout-index-index .checkout-payment-method .field-select-billing,
.checkout-index-index .checkout-payment-method .billing-address-form {
    max-width: 100%;
}
.checkout-index-index .opc-progress-bar-item {
    text-align: left;
    width: 100%;
}
.checkout-index-index .opc-progress-bar-item._active > span{
    font-size: 2rem;
    font-weight: 700;
    color: #076BB0;
}
.checkout-index-index .opc-progress-bar-item:before,
.checkout-index-index .opc-progress-bar-item > span:before,
.checkout-index-index .opc-progress-bar-item > span:after {
    display: none;
}
.checkout-index-index .opc-progress-bar-item > span{
	padding-top: 30px;
    margin-bottom: 20px;
}
.checkout-index-index .page-header {
    border-bottom: 1px solid #d1d1d1;
}
.checkout-index-index .authentication-wrapper {
    margin-top: -80px;
}
.action.action-auth-toggle{
	font-size: 1rem;
    line-height: 1.5rem;
    padding: 10px 15px;
    border-radius: 100px;
    background: #eaeaea;
    color: #000;
}
.action.action-auth-toggle:hover{
	background: #e4e4e4;
	text-decoration: none;
}
.checkout-payment-method .payment-method-content {
    padding: 0 0 20px 0px;
}
.opc-wrapper .step-title, .opc-block-summary > .title, .cart-summary > .title {
    color: #333333;
    font-weight: 500;
    font-size: 1.4rem;
}
.checkout-index-index legend{
	font-size: 1rem;
}
.checkout-index-index select{
	background: #f7f7f7;
    background-clip: padding-box;
    border: 1px solid #f7f7f7;
    border-radius: 1px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    height: 42px;
    line-height: 1.42857143;
    padding: 6px 9px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
}
.checkout-index-index .checkout-billing-address .actions-toolbar .action,
.checkout-index-index .form-discount .actions-toolbar .action{
	font-size: 1rem;
	line-height: 1.5rem;
    padding: 10px 15px;
    border-radius: 100px;
    background: #eaeaea;
    color: #000;
    border:0px;
    font-weight: 500;
}
.checkout-index-index .checkout-billing-address .actions-toolbar .action:hover,
.checkout-index-index .form-discount .actions-toolbar .action:hover{
	background: #e4e4e4;
    text-decoration: none;
    border:0px;
}
.checkout-payment-method .discount-code .payment-option-title .action-toggle{
    color: #000;
}
div.mage-error[generated],
.field-error {
    font-size: 1rem;
}
.checkout-index-index .payment-method .payment-method-title{
	color: #076BB0;
	font-weight: 700;
}
.checkout-index-index .field-tooltip {
    right: 10px;
    top: 3px;
}
.checkout-index-index .opc-estimated-wrapper .minicart-wrapper .action.showcart:before,
.checkout-index-index .opc-estimated-wrapper .minicart-wrapper .action.showcart:hover:before {
    color: #fff;
}
.checkout-index-index .opc-estimated-wrapper .minicart-wrapper .action.showcart,
.checkout-index-index .opc-estimated-wrapper .minicart-wrapper .action.showcart:hover{
	background: #fff;
    border: 0px solid #cdcdcd;
    padding:0;
}
.checkout-index-index .opc-block-summary .mark, .checkout-index-index .opc-block-summary mark {
    background-color: transparent;
}
.checkout-index-index .opc-block-summary .grand.totals .price{
	color:#076BB0;
	font-weight: 900;
	font-size: 1.2rem;
}
.checkout-index-index .opc-block-summary .grand.totals .mark strong{
	color:#076BB0;
	font-weight: 700;
	font-size: 1.2rem;
}
.checkout-index-index .opc-block-summary .totals.sub .price, .checkout-index-index .opc-block-summary .totals.sub .mark{
	font-weight: 700;
}
.checkout-index-index .opc-block-summary .table-totals .grand .mark,
.checkout-index-index .opc-block-summary .table-totals .grand .amount{
	padding-top: 0px;
}
.checkout-index-index .opc-block-summary .table-totals{
	margin-bottom: 0;
}
.checkout-index-index .opc-block-summary .product-item .price{
	font-size: 1rem;
    font-weight: 500;
}
.authentication-dropdown{
	border:0px;
	-webkit-box-shadow: 0px 4px 25px -4px rgba(156,156,156,1);
	-moz-box-shadow: 0px 4px 25px -4px rgba(156,156,156,1);
	box-shadow: 0px 4px 25px -4px rgba(156,156,156,1);
}
.authentication-dropdown .modal-content,
.authentication-dropdown .modal-header{
	border:0px;
}
.authentication-dropdown .block-authentication .block-title {
    font-size: 1.6rem;
    margin-bottom: 10px;
}
.authentication-dropdown .actions-toolbar{
	display: flex;
    justify-content: flex-start;
    align-items: center;
}
.block-authentication .actions-toolbar > .primary .action{
	font-size: 1rem;
    line-height: 1.5rem;
    padding: 10px 15px;
    background: rgb(1,210,255);
    background: -moz-linear-gradient(45deg, rgba(1,210,255,1) 0%, rgba(98,163,198,1) 100%);
    background: -webkit-linear-gradient(45deg, rgba(1,210,255,1) 0%,rgba(98,163,198,1) 100%);
    background: linear-gradient(45deg, rgba(1,210,255,1) 0%,rgba(98,163,198,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01d2ff', endColorstr='#62a3c6',GradientType=1 );
    border: 0px solid #00d2ff;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
    border-radius: 100px !important;
    box-sizing: border-box;
    vertical-align: middle;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    margin-right: 10px;
}
.block-authentication .actions-toolbar > .primary .action:hover{
	-webkit-box-shadow: 0px 5px 20px -4px rgba(54,184,223,0.6);
	-moz-box-shadow: 0px 5px 20px -4px rgba(54,184,223,0.6);
	box-shadow: 0px 5px 20px -4px rgba(54,184,223,0.6);
}
.block-authentication .actions-toolbar > .primary .action:focus,
.block-authentication .actions-toolbar > .primary .action:active {
    background: #62a3c6;
    border: 1px solid #62a3c6;
}
.block-authentication .actions-toolbar > .secondary{
	font-size: 1rem;
	padding:0;
}
.block-authentication .actions-toolbar > .secondary a{
	color:#333333;
}
.block-authentication .fieldset{
	margin: 0 0 30px;
}
.modal-custom .action-close{
	outline: none;
}
button:focus{
	outline: none;
}
.checkout-success .order-number strong{
	color:#076BB0;
}
.block-reorder .block-title > strong{
    font-size: 1.2rem;
}
.sidebar .product-items-names .product-item-name {
    font-size: 1.1rem;
    line-height: 2.4rem;
}
.sidebar .block-reorder .actions-toolbar{
	max-width: 100%;
}
.sidebar .block-reorder .actions-toolbar .secondary a.action{
	margin-top: 0;
	color: #333;
}
.sidebar .block-reorder .actions-toolbar .secondary{

}
.table-wrapper.orders-history th,
.table-wrapper.orders-history td,
.table-wrapper.orders-recent th,
.table-wrapper.orders-recent td{
	white-space: nowrap;
}
.table-wrapper.orders-history td.actions a,
.table-wrapper.orders-recent td.actions a{
	border: 0px solid #eaeaea;
	line-height: 1.2rem;
	font-size: 0.8rem;
    padding: 3px 6px;
    border-radius: 5px;
    background: #eaeaea;
    color: #000;
    font-weight: 400;
    font-family: inherit;
}
.table-wrapper.orders-history td.actions a:hover,
.table-wrapper.orders-recent td.actions a:hover{
    background: #e4e4e4;
	border: 0px solid #e4e4e4;
}
.sidebar.sidebar-additional .block.block-reorder{
	background: #fbfbfb;
    border-radius: 10px;
    padding: 15px 20px;
}
.account .sidebar-additional{
	margin-top: 0px;
}
.action.btn_invrt{
    margin-top:10px !important;
    background: #fff;
    border: 2px solid #41B3D9;
    color: #41B3D9;
    cursor: pointer;
    display: inline-block;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
    padding: 8px 15px;
    font-size: 1rem;
    border-radius: 100px !important;
    box-sizing: border-box;
    vertical-align: middle;
    min-width: 150px;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}
.action.btn_invrt:hover{
    border: 2px solid #41B3D9;
    color: #41B3D9;
    background: rgba(65,179,217,0.05);
    -webkit-box-shadow: 0px 5px 20px -4px rgba(54,184,223,0);
    -moz-box-shadow: 0px 5px 20px -4px rgba(54,184,223,0);
    box-shadow: 0px 5px 20px -4px rgba(54,184,223,0);
}
.catalog-product-view .castok-product-info .product-info-main{
    position: sticky;
    top:40px;
}
.catalog-product-view .page-title{
    color: #333;
}
.product-info-main .stock.available{
    color:#43c753;
}
.product-info-main .stock.unavailable{
    color:#f15c59;
}
.product-info-main .product.attribute.sku {
    color: #212529;
}
.product-info-main .price-box{
    color: #076BB0;
    margin-top: 40px;
    margin-bottom: 30px;
}
.product-info-main .product-add-form .field.qty {
	position: relative;
}
.product-info-main .product-add-form .field.qty > label {
	position: absolute;
    background: #212529;
    border-radius: 50%;
    color: #fff;
    width: 1.25rem !important;
    height: 1.25rem;
    font-size: .8rem;
    padding: .25rem !important;
    top: -5px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-info-main .product-add-form .field.qty .control > input {
	border-radius: 47px;
    margin-left: 15px;
    font-weight: 400;
    font-size: 1.2rem;
    letter-spacing: -0.5px;
    border: 1px solid #eee;
    min-width: 5rem;
    padding-left: 2px;
    padding-right: 2px;
    height: 45px;
}
.catalog-product-view .prices-tier {
    background: transparent;
    padding: 0px 0px;
}
.catalog-product-view .actions{
    padding-top: 0px !important;
    vertical-align: middle !important;
}
.catalog-product-view .field.qty .label, .catalog-product-view .field.qty .control{
    display: inline-block;
}

.chemical_category #mixed-category-note ,
.mixture_name #mixed-category-note{
    margin-top: 5px;
    font-size: .9rem;
    color: #666;
    font-weight: 300;
}











/*
.customer-account-login .page-wrapper{
background: -moz-linear-gradient(45deg,  rgba(1,209,254,0.02) 0%, rgba(125,185,232,0.02) 100%);
background: -webkit-linear-gradient(45deg,  rgba(1,209,254,0.02) 0%,rgba(125,185,232,0.02) 100%);
background: linear-gradient(45deg,  rgba(1,209,254,0.02) 0%,rgba(125,185,232,0.02) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0501d1fe', endColorstr='#057db9e8',GradientType=1 );
}
*/
.customer-account-login .page-wrapper .page-main{
    background-image: url(http://castokby-products.com/static/version1579778361/frontend/MainSys/castokby/en_US/images/login_header.png);
    background-position: bottom center;
    background-size: contain;
    background-repeat: no-repeat;
    max-width: 100%;
}
.login-container{
    margin-top: 150px;
    margin-bottom: 150px;
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    text-align: center;
}
.login-container input{
    max-width: 100%;
}
.login-container .fieldset.login{
    max-width: 400px;
    margin: 0 auto;
}
.login-container form.form-login .actions-toolbar .primary {
    margin-right: 0px;
}
.login-container .fieldset:after {
    color: #b3b3b3;
}
.login-container img{
    margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
    .login-container{
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .catalog-product-view .castok-product-info{
        display: table;
    }
    .catalog-product-view .castok-product-info .product-info-main{
        display: table-footer-group;
    }
    .catalog-product-view .castok-product-info .product.media{
        display: table-header-group;
    }
    .catalog-product-view .page-title{
        font-size: 1.6rem;
        margin-top: 10px;
    }
    .product.data.items > .item.title > .switch{
        font-size: 1.2rem;
    }
}
@media only screen and (min-width: 768px) {
    .login-container .fieldset > .field > .control {
        width: 100%;
    }
    .login-container .actions-toolbar .primary {
        float: none;
    }
    .login-container .actions-toolbar > .primary .action,
    .login-container .actions-toolbar > .secondary .action {
        width: 100%;
    }
    .login-container .actions-toolbar .primary,
    .login-container .actions-toolbar .secondary{
        display: block;
    }
    .login-container form .fieldset > .field:not(.choice) > .label{
        text-align: center;
        float:none;
    }
    .catalog-product-view .product.data.items > .item.title > .switch{
        height: auto;
        padding: 15px 20px 15px 20px;
        min-height: 51px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        font-size: 1.2rem;
    }
    .product.data.items > .item.content {
        margin-top: 51px;
    }
    .product.data.items > .item.title.active > .switch, .product.data.items > .item.title.active > .switch:focus, .product.data.items > .item.title.active > .switch:hover{
        min-height: 52px !important;
    }
    .catalog-product-view .data.table .col{
        width: auto;
    }
}



















@media only screen and (max-width: 1000px) {
	.authentication-dropdown .actions-toolbar{
		display: flex;
	    justify-content: flex-start;
	    align-items: center;
	    flex-direction: column;
	}
}


@media only screen and (max-width: 768px) {
	.minicart-wrapper {
	    margin-top: 10px;
	}
	.navigation .level0.active > a:not(.ui-state-active), .navigation .level0.has-active > a:not(.ui-state-active) {
	    border-color: #02d1fe;
	}
	.checkout-index-index .authentication-wrapper {
	    margin-top: -85px;
	}
	.checkout-index-index .opc-summary-wrapper .modal-header {
	    padding-bottom: 70px;
	}
	.checkout-index-index .opc-progress-bar-item > span {
	    padding-top: 10px;
	    margin-bottom: 0px;
	}
	.checkout-payment-method .payment-method-content {
	    padding: 0 15px 20px 15px;
	}
	.custom-slide .modal-inner-wrap{
		background-color: #fff;
	}
	.opc-summary-wrapper .modal-content {
	    background: #fff;
	}
    .customer-account-login .page-wrapper .page-main{
        background-size: 200%;
    }
}

@media only screen and (min-width: 1100px) {
	.sidebar .block-reorder .actions-toolbar{
		display: flex;
	    align-items: center;
	    justify-content: flex-start;
	}
}

@media only screen and (min-width: 768px) {
	.footer.content .block {
	    float: none;
	}
	.navigation,
	.breadcrumbs,
	.page-header .header.panel,
	.header.content,
	.footer.content,
	.page-wrapper > .widget,
	.page-wrapper > .page-bottom,
	.block.category.event,
	.top-container,
	.page-main {
	    max-width: 1480px;
	}
	.menu-contact {
	    float: right;
	}
	.navigation .level0.active > .level-top, .navigation .level0.has-active > .level-top {
	    border-color: #02d1fe;
	}
	.page-layout-2columns-left .column.main {
	    width: 77%;
	}
	.page-layout-2columns-left .sidebar-main {
	    width: 23%;
	}
	.modes-mode{
	    border-top-left-radius: 10px;
	    border-bottom-left-radius: 10px;
	    border-top-right-radius: 0px;
	    border-bottom-right-radius: 0px;
	}
	.modes-mode:last-child {
	    border-top-right-radius: 10px;
	    border-bottom-right-radius: 10px;
	    border-top-left-radius: 0px;
	    border-bottom-left-radius: 0px;
	}
	.form.form-newsletter-manage .fieldset > .field.choice:before, .form.form-newsletter-manage .fieldset > .field.no-label:before {
	    padding: 0;
	    width: auto;
	}
	.cart.table-wrapper .product-item-details{
	    vertical-align: middle;
	}

	.checkout-index-index .opc-wrapper .form-login,
	.checkout-index-index .opc-wrapper .form-shipping-address {
	    max-width: 100%;
	}
	.checkout-index-index .opc-progress-bar-item {
	    width: 100%;
	}
	.checkout-onepage-success .print{
		color: #000;
	}

}

.zoomImg {
    display: none !important;
    visibility: hidden;
}

.price-unit {
  font-weight: 200;
  font-size: 1.2rem;
  padding-right: 5px;
}

 .price {
  filter: blur(5px);
}