#customer-is-company {
    height: 23px;
    margin-left: 3px;
    width: 22px;
}
.company-option .admin__field-option{
    display: inline-block;
}

.company-option .admin__field-option{
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 7px;
}

.company-option .admin__field-option input[type="radio"]{
    margin-right: 10px !important;
}

body .rokanthemes-onepagecheckout .opc-wrapper{
    padding-right: 0px;
}
.opc-block-shipping-information .shipping-information-content{
    line-height: 27px;
    font-size: 16px; 
    .label{
        font-weight: bold;
    }
}
.opc-block-shipping-information .shipping-information-title {
    margin-bottom: 15px !important;
    margin-top: 10px;
    span {
        font-size: 22px;
        line-height: 26px;
        font-family: Proxima Nova;
    }
}
.rokanthemes-onepagecheckout .opc-wrapper{
        position: relative;
}
.rokanthemes-onepagecheckout .opc-wrapper #payment,
.rokanthemes-onepagecheckout .opc-wrapper #shipping{
    float: none !important;
}
.rokanthemes-onepagecheckout .opc-wrapper .step-side{
    width: 50%;
    position: absolute;
    right: 0;
    top: 0;
}
.rokanthemes-onepagecheckout .opc-wrapper #opc-shipping_method{
    float: none !important;
    margin-left: 0px !important;
    width: 100%;
    padding-top: 45px;
}
.nav-breadcrumbs .breadcrumbs ul li a{
    line-height: 19px;
}
#shipping .step-title {
    display: block;
}

.rokanthemes-onepagecheckout .checkout-payment-method .checkout-billing-address .billing-address-details{
    padding-left: 0px;
}

.rokanthemes-onepagecheckout .opc-wrapper .shipping-address-item {
        padding: 0 0 20px 0;
        border-top-width: 0;
        border-left-width: 0;
        border-right-width: 0;
        border-bottom-color: #ccc;
        border-bottom-width: 1px;
        line-height: 30px;
}
.rokanthemes-onepagecheckout .opc-wrapper .shipping-address-item:last-child {
    border-bottom-width: 0px;
    margin-bottom: 0px;
}
.rokanthemes-onepagecheckout .opc-wrapper #shipping #checkout-step-shipping .shipping-address-item:hover{
        border-color: #ff5501;
        background-color: unset;
}
.rokanthemes-onepagecheckout .opc-block-shipping-information {
        padding: 0px;
        .shipping-information {
            margin-left: -15px;
            margin-right: -15px;
        }
}
.checkout-payment-method .checkout-billing-address .primary .action-update{
    width: 220px;
    float: right;
}
.checkout-payment-method .checkout-billing-address .primary .action-cancel{
    font-size: 16px;
    display: none;
}
.new-address-popup {
    position: absolute;
    top: 25px;
    right: 30px;
    button {
        border: transparent;
        background: transparent url(../images/add.svg) center right no-repeat;
        background-size: 30px;
        font-family: "Proxima Nova Lt", Rubik, sans-serif;
        font-size: 16px;
        font-weight: bold;
        color: #1c69d4;
        text-align: right;
        padding-right: 35px;
        padding-left: 5px;
        margin: 0 !important;
    }
    button:hover{
        background: transparent url(../images/add.svg) center right no-repeat;
        background-size: 30px;
        color: #1c69d4;
    }
}
.rokanthemes-onepagecheckout{
    .opc-wrapper {
        .shipping-address-item.selected-item:after{
            content: '';
            background: transparent url(../images/selected.svg) center right no-repeat;
            top: 20px;
            height: 30px;
            width: 30px;
            background-size: 30px;
            right: 3px;
        }
        #copy-payment-method .opc-payment .payment-methods .payment-group .payment-method{
            margin-bottom: 15px;
            p {
                margin-bottom: 0px;
            }
        }
    }

    .street .additional{
        display: none;
    }

    .modal-content {
        .form-shipping-address{
            .actions-toolbar{
                display: none;
            }
        }
    }
}

.rokanthemes-onepagecheckout .opc-block-summary .minicart-items-wrapper{
    max-height: unset;
}

.rokanthemes-onepagecheckout .opc-block-summary .minicart-items .details-qty .label:after{
    content: '';
}

.rokanthemes-onepagecheckout .opc-block-shipping-information .shipping-information-title .action-edit:before{
    width: 28px;
    height: 28px;
    background: url(../images/edit.svg) center center no-repeat;
    background-size: 26px;
    content:'';
}
.rokanthemes-onepagecheckout a.action-edit-address{
    display: inline-block;
    float: right;
    padding: 5px 32px 5px 0;
    background: url(../images/edit.svg) center right no-repeat;
    background-size: 26px;
    span {
        font-family: "Proxima Nova Lt", Rubik, sans-serif;
        font-size: 16px;   
        font-weight: bold;
        color: #1c69d4;     
    }
}
.rokanthemes-onepagecheckout .opc-block-shipping-information .shipping-information-title .action-edit{
    top: -12px;
}

.rokanthemes-onepagecheckout .opc-progress-bar-item {
    width: 50%;
}

.rokanthemes-onepagecheckout .opc-progress-bar-item._active:before,
.rokanthemes-onepagecheckout .opc-progress-bar-item._active > span:before {
    background: #1c69d4;
}

.rokanthemes-onepagecheckout .checkout-container .opc-progress-bar .opc-progress-bar-item span:after,
.rokanthemes-onepagecheckout .opc-progress-bar-item._complete > span:after{
    content: counter(i);
    font-family: Proxima Nova;
}

.rokanthemes-onepagecheckout .checkout-container .opc-progress-bar .opc-progress-bar-item span{
    font-size: 16px;
    font-family: Proxima Nova;
}

.rokanthemes-onepagecheckout .opc-progress-bar-item > span{
    color: #949494;
}

.rokanthemes-onepagecheckout #opc-sidebar .opc-block-summary .table-totals tr.grand.totals th.mark {
    display: table-cell !important;
}

.rokanthemes-onepagecheckout #shipping .label,
.rokanthemes-onepagecheckout #opc-shipping_method .label,
.rokanthemes-onepagecheckout #shipping .fieldset>.field:not(.choice)>.label,
.rokanthemes-onepagecheckout #opc-shipping_method .fieldset>.field:not(.choice)>.label,
.rokanthemes-onepagecheckout #payment .fieldset>.field:not(.choice)>.label {
    position: absolute !important;
    margin-top: 1px !important;
    font-size: 10px !important;
    text-transform: uppercase;
    color: #9AADC9 !important;
    z-index:999;
    margin-left: 7px;
    left:  0px;
}
.rokanthemes-onepagecheckout #payment .fieldset>.field:not(.choice)>.label span,
.rokanthemes-onepagecheckout #shipping .fieldset>.field:not(.choice)>.label span
{
    padding-left: 10px;
}
.rokanthemes-onepagecheckout #payment #customer-email-fieldset>.field:not(.choice)>.label span,
.rokanthemes-onepagecheckout #payment #customer-email-fieldset .hidden-fields>.field:not(.choice)>.label span
{
    padding-left: 10px;
}
.rokanthemes-onepagecheckout #shipping #customer-email-fieldset .fieldset .field .label{
    margin-left: 30px !important;
}

.rokanthemes-onepagecheckout .page-main input[type=email], 
.rokanthemes-onepagecheckout .page-main input[type=tel], 
.rokanthemes-onepagecheckout .page-main input[type=text], 
.rokanthemes-onepagecheckout .page-main input[type=password], 
.rokanthemes-onepagecheckout .page-main select, 
.rokanthemes-onepagecheckout .page-main textarea {
    padding: 19px 15px 10px 15px !important;
    height: 45px !important;
}

body.rokanthemes-onepagecheckout #opc-sidebar .label,
body.rokanthemes-onepagecheckout #opc-sidebar .opc-block-summary .table-totals th.mark{
    font-size: 16px;
    font-family: "Proxima Nova", "Rubik", sans-serif;
}
body.rokanthemes-onepagecheckout #opc-sidebar .label{
    line-height: 27px;
    font-family: "Proxima Nova Lt", Rubik, sans-serif;
}

body.rokanthemes-onepagecheckout .opc-wrapper{
     #copy-payment-method .opc-payment .payment-methods .payment-group .payment-method,
     {
        margin-bottom: 15px;
        .payment-method-content {
            padding-left: 47px;
        }
    }
    #copy-payment-method .opc-payment .payment-credit-method .payment-method-content{
        padding-left: 47px;
    }
}

.fnl-btn{
    margin-top: 50px;
}

.checkout-index-index .page-main select {
    padding: 8px 36px 0px 16px !important;
}
.mage-error, div.mage-error {
    margin-bottom: 20px;
}

.rokanthemes-onepagecheckout #shipping .form-shipping-address .field .additional .label{
    display: contents !important;
}

.rokanthemes-onepagecheckout #shipping .form-shipping-address .field .additional .label > span {
    position: absolute !important;
    margin-top: 1px !important;
    margin-left: 15px !important;
}

.rokanthemes-onepagecheckout #payment .field .additional .label {
    display: contents !important;
}

.rokanthemes-onepagecheckout #payment .field .additional .label > span{
    position: absolute !important;
    margin-top: 1px !important;
    font-size: 10px !important;
    text-transform: uppercase;
    color: #9AADC9 !important;
    margin-left: 7px;
}
.rokanthemes-onepagecheckout #payment .field.street .label{
    margin-left: 7px;
}
.rokanthemes-onepagecheckout #payment .field.street .label > span {
    padding-left: 10px;
    margin-top: 1px !important;
    font-size: 10px !important;
    text-transform: uppercase;
    color: #9AADC9 !important;
}
.amstockstatus-status-container > img {
    width:100px;
    display: block;
}

.amstockstatus-info-link {
    display: inline-block !important;
}

.amstockstatus-category {
    display: block !important;
}
.rokanthemes-onepagecheckout #shipping, .rokanthemes-onepagecheckout #opc-shipping_method, .rokanthemes-onepagecheckout #payment {
    width: 50%;
    overflow-x: unset !important;
    overflow-y: unset !important;
}

.rokanthemes-onepagecheckout #shipping .fieldset > .field{
    position: relative;
}

.rokanthemes-onepagecheckout .col-mp{
    padding: 0;
}

.item.mostviewedslider-item .product-thumb .product-item-link,
.rokan-mostviewed .rokan-product-heading a,
.hideblock{
    display: none !important;
}

.rokanthemes-onepagecheckout #payment .fieldset.create-account>.field:not(.choice)>.label{
    position: unset !important;
    font-size: 15px !important;
    color: #000000 !important;
    font-family: 'Proxima Nova', 'Rubik', sans-serif !important;
    text-transform: unset;
    margin-left: 0px !important;
}

body.rokanthemes-onepagecheckout .form-login #customer-email-fieldset .create-account > .field input[type=checkbox]{
    width: 25px;
    height: 25px;
    top:  -2px;
}

.shipping-address-same-as-billing-block input[type=checkbox]{
    top:  -2px; 
    margin-right: 10px !important;
}

.shipping-address-same-as-billing-block input[type=checkbox] + label{ 
    max-width: calc(100% - 40px);
    span{
        font-size:16px;
    }
}

body.rokanthemes-onepagecheckout .form-login #customer-email-fieldset .create-account > .field input[type=password]{
    padding: 10px 15px !important;
}

body.rokanthemes-onepagecheckout #discount-code {
    line-height: 45px ;
    height: 45px !important;
    border-radius: 0px;
    padding: 10px 15px !important;
}

body.rokanthemes-onepagecheckout #opc-sidebar input[type="checkbox"]{
    margin-right:  10px;
    margin-top: -4px;
    line-height: 22px;
}
body.rokanthemes-onepagecheckout #opc-sidebar input[type="checkbox"] + label{
    margin-right:  10px;
    font-family: 'Proxima Nova', 'Rubik', sans-serif !important;
    font-size: 16px;
    line-height: 23px;
    max-width: calc(100% - 50px);
}

body.rokanthemes-onepagecheckout #opc-sidebar .amasty-gdpr-chk input[type="checkbox"] + label{
    max-width: calc(100% - 40px);
    margin-right: 0px;
}

.opc-block-shipping-information .bill-to,
.opc-block-shipping-information .pay-via
 {
    margin: 0 0 20px;
}

body.rokanthemes-onepagecheckout #opc-sidebar .opc-payment-additional.discount-code{
    margin-top: 30px;
}

.billing-address-details:after{
    display: block;
    content: '';
    width: 100%;
    height: 30px;
    clear: both;
}
.shipping-address-preview {
    margin: 15px 0;
    line-height: 27px;
    .primary{
        display: block;
        float: none;
    }
}
#shipping-new-address-form{
    .primary{
        display: block;
        float: none;
        button {
            float: right;
            width: 220px !important;
            display: block;
            margin-right: 0px;
        }
    }
}
.rokanthemes-onepagecheckout #shipping #shipping-new-address-form .button.action-edit-address,
.billing-address-details button.action-edit-address,
.shipping-address-preview button{
    float: right;
    width: 220px !important;
    display: block;
}

body.rokanthemes-onepagecheckout .opc-wrapper #shipping{
    margin-top: 0px;
    padding-bottom: 0px !important;
    position: relative;
}

.rokanthemes-onepagecheckout .opc-wrapper #opc-shipping_method #checkout-step-shipping_method #checkout-shipping-method-load .table-checkout-shipping-method .row td.col-price{
    padding-left: 0px;
    div {
        line-height: 30px;
    }
}

.actions-toolbar.to-summary{
    .primary{
        float: none;
        display: block;
        .action{
            width:100%;
        }
    }
}

body.rokanthemes-onepagecheckout .page-main input[type=text],
body.rokanthemes-onepagecheckout .page-main input[type=email],
body.rokanthemes-onepagecheckout .page-main input[type=password]{
    font-size: 16px !important;
}

#checkout-step-payment .form-login .actions-toolbar .secondary{
    margin-right: 30px;
}

.rokanthemes-onepagecheckout #payment .fieldset > .field{
    position: relative;
}

.rokanthemes-onepagecheckout #opc-sidebar .opc-block-summary .table-totals td.amount span.price{
    text-align:  right !important;
}
.rokanthemes-onepagecheckout .page-main select{
    font-size: 16px !important;
}

.catalog-product-view .action.tocart.disabled span:before{
    width: 16px;
    height: 16px;
    top: 0px;
}

.page.messages{
    max-width: 1300px !important;
    margin: auto !important;
}

body.cms-index-index .content-top-home .page.messages{
    max-width: 1490px !important;
}

body.cms-index-index .content-top-home .page.messages .messages{
    margin-top: 30px;
}

body.catalog-product-view .product-info .product-add-form .info-qty {
    display: block;
}

body.catalog-product-view .product-info .product-add-form .info-qty input{
    height: 43px;
    line-height: 43px;
}

body.catalog-product-view .product-info .product-add-form .info-qty #qty-error.mage-error{
    width: 290px;
    top: 52px;
}

.rokanthemes-onepagecheckout .page-main input[type=text]._hide,
.rokanthemes-onepagecheckout .page-main select.dd-autocomplete,
.rokanthemes-onepagecheckout .modal-popup input[type=text]._hide,
.rokanthemes-onepagecheckout .modal-popup select.dd-autocomplete{
    display: none;
}
.rokanthemes-onepagecheckout .page-main select.dd-autocomplete._active,
.rokanthemes-onepagecheckout .modal-popup select.dd-autocomplete._active{
    display: block;
}

.company-option .admin__additional-info._invoice_note{
    display: none;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 12px;
    margin-top: 10px;
    font-family: "Proxima Nova Lt", "Rubik", Sans-serif;
}

.company-option .admin__additional-info{
    display: none;
}

.totals .freshipping-msg{
    font-size: 15px;
    color: #777777;
    border: 0;
    padding: 15px 0 5px 0;
    strong {
        font-weight: bold;
        font-family: "Proxima Nova Lt", "Rubik", Sans-serif;
        color: #333;
    }
}

body.rokanthemes-onepagecheckout{ 
    .opc-wrapper .edit-address-link>span{
        display: inline-block;
        float: right;
        padding: 5px 32px 5px 0;
        background: url(../images/edit.svg) center right no-repeat;
        background-size: 26px;
        color: #1c69d4;
        font-weight: bold;
    }
    .opc-wrapper {
        .edit-address-link:before{
            content: '' !important;
        }
        #copy-payment-method .opc-payment .payment-methods .payment-group .payment-method .payment-method-title label{
            max-width: calc(100% - 50px);
        }
        #shipping #checkout-step-shipping .not-selected-item{
            color: #808080;
            a {
                color: #808080;
                font-family: Proxima Nova;
            }
        }
    }

    select{
        font-size: 16px;
    }

}

@media (min-width: 767px), print {
    .rokanthemes-onepagecheckout #opc-sidebar {
       width: 100% !important;
    }
}


@media (min-width: 767px), print {
    .rokanthemes-onepagecheckout .opc-wrapper {
        width: 100% !important;
    }
}

.product-view .product-info-main .product.attribute.overview {
    display: block !important;
}

@media (min-width: 991px), print{
    .products-grid .category_page_grid_3 .item-product:nth-child(3n+1) {
    clear: none !important;
    }

    .products-grid .category_page_grid_3 .item-product {
        width: 25% !important;
    }

    body.page-with-filter .item-product .product-thumb {
        height: 190px ;
    }
    .products-grid .category_page_grid_3 .item-product:nth-child(4n+1) {
        clear: both !important;
    }
}

@media (max-width: 767px){
    .rokanthemes-onepagecheckout #payment .fieldset > .field:not(.choice) > .control{
        width: 100% !important;
    }
    body.rokanthemes-onepagecheckout .opc-wrapper #shipping{
        margin-left: -15px;
        padding-left: 30px;
        margin-right: -15px;
        padding-right: 30px;
        width: calc(100% + 30px) !important;
        border-radius: 0px;
        padding-top: 30px;
    }
    .rokanthemes-onepagecheckout #shipping .step-title{
        font-size: 22px;
    }
    .rokanthemes-onepagecheckout .opc-wrapper #opc-shipping_method #checkout-step-shipping_method #checkout-shipping-method-load .table-checkout-shipping-method .row>td:first-child input[type=radio]{
        margin-right: 20px !important;
    }

    .cms-index-index .owl-theme .owl-pagination,
    body.catalog-product-view .page-main .block.upsell .owl-theme .owl-pagination, 
    body.catalog-product-view .page-main .block.related .owl-theme .owl-pagination{
        position: unset ;
        margin-top: 10px;
    }
    .rokanthemes-onepagecheckout .opc-wrapper .step-side{
        position: unset;
        top: unset;
        width: 100%;
        right: unset;
    }
    .rokanthemes-onepagecheckout #shipping, .rokanthemes-onepagecheckout #opc-shipping_method, .rokanthemes-onepagecheckout #payment {
        width: 100%;
    }
    body.rokanthemes-onepagecheckout #opc-sidebar .opc-block-summary .product-item .product-item-name-block{
        display: block;
        .details-qty{
            text-align: left;
        }
    }

    body.rokanthemes-onepagecheckout { 
        .opc-wrapper {
            .edit-address-link>span{
                border: unset;
                clip: unset;
                height: inherit;
                margin: inherit;
                overflow: unset;
                padding: inherit;
                position: unset;
                width: inherit;
            }
            #copy-payment-method,
            #opc-shipping_method,
            #opc-next-button,
            #payment{
                padding-left: 15px;
                padding-right: 15px;
            }
            #opc-next-button{
                margin-top: 25px;
            }
        }
        #opc-sidebar{
            padding-left: 15px;
            padding-right: 15px;            
        }
    }

}

@media (max-width: 420px){
    .rokanthemes-onepagecheckout #payment .fieldset > .field:not(.choice) > .control{
        width: 100% !important;
    }
    body.rokanthemes-onepagecheckout .opc-wrapper #shipping{
        margin-left: -15px;
        padding-left: 15px;
        margin-right: -15px;
        padding-right: 15px;
        width: calc(100% + 30px) !important;
        border-radius: 0px;
        padding-top: 30px;
    }
    .rokanthemes-onepagecheckout #shipping .step-title{
        font-size: 22px;
    }
    .rokanthemes-onepagecheckout .opc-wrapper #opc-shipping_method #checkout-step-shipping_method #checkout-shipping-method-load .table-checkout-shipping-method .row>td:first-child input[type=radio]{
        margin-right: 20px !important;
    }

    body.rokanthemes-onepagecheckout { 
        .opc-wrapper {
            #copy-payment-method,
            #opc-shipping_method,
            #opc-next-button,
            #payment{
                padding-left: 0px;
                padding-right: 0px;
            }

            .new-address-popup{
                right: 15px;
            }
        }
    }

}

@media (max-width: 480px){
    .new-address-popup span{
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 992px)
{ 
    .new-address-popup span{
        display: none;
    }
}



/* Shipping method validation error - more visible */
#co-shipping-method-form .message.notice {
    background-color: #ffd6d6 !important;
    border: 2px solid #e02b27 !important;
    color: #e02b27 !important;
    font-weight: bold !important;
    padding: 12px 16px !important;
    margin-top: 10px !important;
    border-radius: 4px !important;
}
#co-shipping-method-form .message.notice span {
    color: #e02b27 !important;
}

