@charset 'UTF-8';


/**************************************************************************************************************************************************************************************************************************
 **************************************************************************************************************************************************************************************************************************
 OVERWRITE OLD SHOPPING CART CSS
 **************************************************************************************************************************************************************************************************************************
**************************************************************************************************************************************************************************************************************************/

#checkout_container {
    width:100% !important;        
}    
.checkout_td_left {
    width:50%;
    padding-right:40px;
}
.checkout_td_right {
    width:50%;
    padding-left:40px;
}
.checkout_container_left {
    width:100% !important;
    white-space: normal;
    font-size:14px;
}    
.checkout_container_right {
    width:100% !important;
    white-space: normal;
    font-size:14px;
}
#checkout_cart_summary_delivery tr {
    /*border:none;*/
    border:1px solid #cccccc;
    background-color:#f5f5f5;
    border-radius:10px;    
}
#checkout_cart_summary_delivery .border-selected {
    border-color:#cccccc !important;    
}
#checkout_cart_summary_delivery .div_shipping_text {    
    border:none;
    border-top:1px solid #cccccc;
    border-radius:0px;
}


@media screen and (max-width: 1024px) {
    .checkout_container_left, .checkout_td_left {
        width:100% !important;
    }
    .checkout_continue h1 {
        font-size:14px !important;        
    }
    .checkout_continue h1 div {
        margin-top:0px;
    }
}

.sc-border-bottom-remove {
    border-bottom:none !important;
    margin-bottom:0px !important;
}

.sc-content .newsletters_line {
    display:inline-block;
    color:#333333;
    text-align: center !important;
    width:auto !important;
}
.sc-content .newsletters_line p {
    display:inline-block;
    width:100%;
    font-size:12px;
    padding:0px;
    margin:0px 0px 0px 8px;
    white-space: normal;            
}
.sc-content .newsletters_line a {
    color:#3fa9f5;
}
.sc-content .newsletters_line:nth-of-type(2) {
    min-width:auto !important;
}
.sc-content .newsletters_line input[type=text] {
    display:inline-block;
    vertical-align: middle;
    padding:9px 10px 8px 10px;
    background-color:#ffffff;
    border:1px solid #cccccc;
    outline: none;
    max-width: 350px;
    margin-bottom:10px;
    margin-left:0px;
    font-size:12px;
}
.sc-content .newsletters_line input[type=checkbox] {
    display:inline-block;
    vertical-align: middle;
    padding:11px 2% 11px 2%;
    background-color:#ffffff;
    border:none;
    outline: none;
    max-width: 10px !important;
    margin-bottom:10px;
    margin-left:0px;
}
.sc-content .newsletters_button {
    display:inline-block;
    vertical-align: middle;
    margin-left:-10px;
    background-color:#3fa9f5;
    color:#ffffff;
    padding:8px 20px 8px 20px;
    text-align: center;
    margin-bottom:10px;
    font-size:12px;
}    


iframe.zoid-component-frame {
    z-index:1 !important;
}

/**************************************************************************************************************************************************************************************************************************
 **************************************************************************************************************************************************************************************************************************
 SHOPPING CART STYLES
 **************************************************************************************************************************************************************************************************************************
**************************************************************************************************************************************************************************************************************************/

a,a:visited { 
    color: #3fa9f5;
}
.sc-right {text-align:right !important}
.sc-left {text-align:left !important}
.sc-center {text-align:center !important}
.sc-normal {font-weight:normal !important}
.sc-m-l-10 {margin-left:10px;}
.sc-m-l-20 {margin-left:20px;}
.sc-m-l-30 {margin-left:30px;}
.sc-m-l-40 {margin-left:40px;}
.sc-m-r-10 {margin-right:10px;}
.sc-m-r-20 {margin-right:20px;}
.sc-m-r-30 {margin-right:30px;}
.sc-m-r-40 {margin-right:40px;}
.sc-m-t-10 {margin-top:10px;}
.sc-m-t-20 {margin-top:20px;}
.sc-m-t-30 {margin-top:30px;}
.sc-m-t-40 {margin-top:40px;}
.sc-m-b-10 {margin-bottom:10px;}
.sc-m-b-20 {margin-bottom:20px;}
.sc-m-b-30 {margin-bottom:30px;}
.sc-m-b-40 {margin-bottom:40px;}

.sc-p-l-10 {padding-left:10px;}
.sc-p-l-20 {padding-left:20px;}
.sc-p-l-30 {padding-left:30px;}
.sc-p-l-40 {padding-left:40px;}
.sc-p-r-10 {padding-right:10px;}
.sc-p-r-20 {padding-right:20px;}
.sc-p-r-30 {padding-right:30px;}
.sc-p-r-40 {padding-right:40px;}
.sc-p-t-10 {padding-top:10px;}
.sc-p-t-20 {padding-top:20px;}
.sc-p-t-30 {padding-top:30px;}
.sc-p-t-40 {padding-top:40px;}
.sc-p-b-10 {padding-bottom:10px;}
.sc-p-b-20 {padding-bottom:20px;}
.sc-p-b-30 {padding-bottom:30px;}
.sc-p-b-40 {padding-bottom:40px;}
.sc-line-through {text-decoration: line-through;}

.sc-success-icon {
    background-image:url(success.jpg);
    display:inline-block;
    margin:20px;
    width:90px;
    height:94px;
}

.sc-paypal-border {    
    width: calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: -webkit-calc(100% - 20px);   
    position:relative;
    border:1px solid #cccccc;
    border-radius:10px;
    padding:10px;
    text-align:center;
}
.sc-paypal-header {
    position:absolute;
    background-color:#ffffff;
    top:-10px;
    left:50%;
    width:140px;
    margin-left:-70px;
    text-align: center;    
}
.sc-back {
    color:#3fa9f5;
    cursor: pointer;
    cursor:hand;
    text-decoration:underline;
    text-align:left !important;
    float:left !important;    
    margin:10px 0px 40px 0px;
}

@media screen and (min-width: 1025px) and (max-width: 1335px) {
    .sc-content {
        width: calc(100% - 20px);
        width: -moz-calc(100% - 20px);
        width: -webkit-calc(100% - 20px);        
        overflow-x:hidden;                   
    }
}

@media screen and (min-width: 1336px) {
    .sc-content {    
        position:relative;
        left:50%;
        margin-left:-640px;    
        width:1280px;        
        overflow-x:hidden;                           
    }
}

/**************************************************************************************************************************************************************************************************************************
 **************************************************************************************************************************************************************************************************************************
 MOBILE
 **************************************************************************************************************************************************************************************************************************
**************************************************************************************************************************************************************************************************************************/

@media screen and (max-width: 1024px) {

    .sc-desktop {
        visibility:hidden !important;
        display:none !important;
    }

    .sc-content {
        width: calc(100% - 20px);
        width: -moz-calc(100% - 20px);
        width: -webkit-calc(100% - 20px);        
        text-align: center;
        overflow-x:hidden;  
        margin-left:10px;                 
    }

    .sc-header {
        visibility:hidden;
        display:none;
    }
    .sc-header-mobile {
        display:inline-block;
        text-align: center;
        vertical-align: middle;
        width:100%;   
        margin-bottom:20px;     
    }

    .sc-header-mobile-box {
        width:20%;           
        display:inline-block;
        position:relative;
        text-align:center;
    }

    .sc-header-circle {
        width:28px;
        height:28px;
        background-color: #3fa9f5;
        border:2px solid #3fa9f5;
        border-radius: 50%;
        display:inline-block;
        text-align: center;
        vertical-align: middle;
        color:white;
        font-size: 20px;
        z-index:2;
        position:relative;
        cursor:pointer;
        cursor:hand;
    }
    .sc-header-line {
        position:absolute;
        top:25%;
        left:0%;
        width: calc(50% - 10px);
        width: -moz-calc(50% - 10px);
        width: -webkit-calc(50% - 10px);
        height:2px;
        background-color: #3fa9f5;
        z-index:1;
    }
    .sc-header-line2 {
        position:absolute;
        top:25%;
        right:0%;
        width: calc(50% - 10px);
        width: -moz-calc(50% - 10px);
        width: -webkit-calc(50% - 10px);
        height:2px;
        background-color: #3fa9f5;
        z-index:1;
    }    
    .sc-header-text {
        color: #3fa9f5;
        font-size: 10px;        
        height:20px;        
        display:block;        
        width:100%;
        text-align:center;
        font-weight:bold;
        margin-top:5px;
    }

    .sc-header-circle-gray {
        width:28px;
        height:28px;
        background-color: #ffffff;
        border:2px solid #555555;
        border-radius: 50%;
        display:inline-block;
        text-align: center;
        vertical-align: middle;
        color:#555555;
        font-size: 20px;
        z-index:2;
        position:relative;
    }
    .sc-header-line-gray {
        position:absolute;
        top:25%;
        left:0%;
        width: calc(50% - 10px);
        width: -moz-calc(50% - 10px);
        width: -webkit-calc(50% - 10px);
        height:2px;
        background-color: #555555;
        z-index:1;
    }
    .sc-header-line2-gray {
        position:absolute;
        top:25%;
        right:0%;
        width: calc(50% - 10px);
        width: -moz-calc(50% - 10px);
        width: -webkit-calc(50% - 10px);
        height:2px;
        background-color: #555555;
        z-index:1;
    }    
    .sc-header-text-gray {
        color: #555555;
        font-size: 10px;        
        height:20px;        
        display:block;        
        width:100%;
        text-align:center;
        font-weight:bold;
        margin-top:5px;
    }

    .sc-header-gray {
        width:100%;
        background-color:#f0f0f0;
        font-size:14px;  
        text-align:left;  
        padding:10px;
        font-size:18px;
        font-weight:bold;    
        margin-bottom:10px;
    }

    .sc-row {
        width:100%;
        display:block;        
    }
    .sc-col {
        display:inline-block;
        vertical-align: middle;
        font-weight:bold;
        /*border:1px solid #000000;*/
    }

    /*------------------------------------------------------------------------------------------------------
    STEP1
    ------------------------------------------------------------------------------------------------------*/
    .sc-col-1 {width:70%;text-align: left;white-space: normal !important;}
    .sc-col-1 a {text-decoration: none;color:black}
    .sc-col-1 a:hover {text-decoration: underline;}
    .sc-col-2 {width:30%;text-align: right;}    
    .sc-col-3 {width:40%;text-align: left;}
    .sc-col-4 {width:20%;text-align: center;}
    .sc-col-5 {width:40%;text-align: right;}    
    .sc-colspan-50-perc {width:50%;}    
    .sc-colspan-50-perc2 {
        width: calc(50% - 10px);
        width: -moz-calc(50% - 10px);
        width: -webkit-calc(50% - 10px);   
    }

    .sc-title-meta {
        font-weight:normal !important;
    }

    .sc-minus {
        width:30px;
        height:30px;
        background-color: #cccccc;        
        border:1px solid #cccccc;    
        border-radius: 50%;
        display:inline-block;
        text-align: center;
        vertical-align: middle;
        color:black;
        font-size: 20px;        
        position:relative;        
        cursor:pointer;
        cursor:hand;        
    }

    .sc-plus {
        width:30px;
        height:30px;
        background-color: #9ed4fa;   
        border:1px solid #9ed4fa;         
        border-radius: 50%;
        display:inline-block;
        text-align: center;
        vertical-align: middle;
        color:black;
        font-size: 20px;        
        position:relative;
        cursor:pointer;
        cursor:hand;
    }

    .sc-qty {
        height:14px;
        margin:0px 10px;
        font-weight:bold;    
        display:inline-block;    
    }

    .sc-remove {
        width:30px;
        height:30px;
        background-color: #ffffff;        
        border:1px solid #999999;
        border-radius: 50%;
        display:inline-block;
        text-align: center;
        vertical-align: middle;
        color:#999999;
        font-size: 20px;        
        position:relative;        
        cursor:pointer;
        cursor:hand;        
    }

    .sc-divider {
        width:100%;
        display:block;
        height:1px;
        margin:10px 0px;
        background-color:#cccccc;
    }
    .sc-suma-divider {
        width:100%;
        display:block;
        height:2px;
        margin:10px 0px;
        background-color:#cccccc;
    }
    
    .sc-button-next {
        background-color: #3fa9f5;
        color:white;
        border-radius:10px;
        width: calc(100% - 20px);
        width: -moz-calc(100% - 20px);
        width: -webkit-calc(100% - 20px);   
        text-align:center;
        padding:10px 0px;
        margin-top:20px;
    }

    .sc-small-print {
        font-size:12px !important;        
    }
    .sc-text-grey {
        color:#cccccc !important;
    }

    /*------------------------------------------------------------------------------------------------------
    STEP2
    ------------------------------------------------------------------------------------------------------*/
    .sc-button-next2 {
        float:left;
        font-size:14px;
        font-weight:bold;	
        background-color:#3fa9f5;
        color:#ffffff;
        width:100%;
        max-width:400px;
        padding: 20px 0px;
        text-decoration:none;
        text-align: center;
        letter-spacing:1px;
        border-radius:10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
    }

     /*------------------------------------------------------------------------------------------------------
    STEP3
    ------------------------------------------------------------------------------------------------------*/
    #delivery_data td {
        display:block;
        width:100%;
    }    

     /*------------------------------------------------------------------------------------------------------
    STEP4
    ------------------------------------------------------------------------------------------------------*/
    .payment_row_icon {
        width:30%;
    }
    .paypal_own_button {
        background-color:#F2BA36;
        padding:0px 10px;
        text-align: center;
        border-radius:20px;
        margin-top:5px;
    }

}

/**************************************************************************************************************************************************************************************************************************
 **************************************************************************************************************************************************************************************************************************
 DESKTOP
 **************************************************************************************************************************************************************************************************************************
**************************************************************************************************************************************************************************************************************************/

@media screen and (min-width: 1025px) {    

    .sc-mobile {
        visibility:hidden !important;
        display:none !important;
    }

    .sc-header-mobile {
        visibility:hidden;
        display:none;
    }
    .sc-header {
        display:inline-block;
        text-align: center;
        vertical-align: middle;
        margin-bottom:50px;
    }
    .sc-header-circle {
        width:36px;
        height:36px;
        background-color: #3fa9f5;
        border:2px solid #3fa9f5;
        border-radius: 50%;
        display:inline-block;
        text-align: center;
        vertical-align: middle;
        color:white;
        font-size: 26px;
        cursor:pointer;
        cursor:hand;
    }

    .sc-header-text {
        color: #3fa9f5;
        font-size: 16px;        
        height:20px;        
        display:inline-block;
        margin:0px 10px;
        font-weight:bold;
    }

    .sc-header-line {
        width:50px;
        height:1px;
        border-bottom: 2px solid #3fa9f5;                    
        display:inline-block;
        margin-bottom:5px;
        margin-right:10px;
    }

    .sc-header-circle-gray {
        width:36px;
        height:36px;
        background-color: #ffffff;
        border:2px solid #555555;
        border-radius: 50%;
        display:inline-block;
        text-align: center;
        vertical-align: middle;
        color:#555555;
        font-size: 26px;
    }

    .sc-header-text-gray {
        color: #555555;
        font-size: 16px;        
        height:20px;        
        display:inline-block;
        margin:0px 10px;
        font-weight:bold;
    }

    .sc-header-line-gray {
        width:50px;
        height:1px;
        border-bottom: 2px solid #555555;                    
        display:inline-block;
        margin-bottom:5px;
        margin-right:10px;
    }

    .sc-header-gray {
        width:100%;
        background-color:#f0f0f0;        
        text-align:left;      
        padding:10px;
        font-size:16px;
        font-weight:bold;    
        display:block;  
        margin-bottom:20px;   
    }

    .sc-row {
        width:100%;
        display:block;        
    }
    .sc-col {
        display:inline-block;
        vertical-align: middle;
        font-weight:bold;
        /*border:1px solid #000000;*/
    }


    /*------------------------------------------------------------------------------------------------------
    STEP1
    ------------------------------------------------------------------------------------------------------*/
    .sc-col-1 {width:10%;text-align: center;}
    .sc-col-2 {width:40%;text-align: left;padding-left:10px;}
    .sc-col-2 a {text-decoration: none;color:black}
    .sc-col-2 a:hover {text-decoration: underline;}
    .sc-col-3 {width:20%;text-align: center;}
    .sc-col-4 {width:12%;text-align: center;}
    .sc-col-5 {width:12%;text-align: center;}
    .sc-row .sc-col-5 {padding-left:10px}
    .sc-col-6 {width:4%;text-align: center;}
    .sc-colspan-3 {width:70%;text-align: left;}
    .sc-colspan-30-perc {width:30%;}
    .sc-colspan-2 {width:41%;text-align: left;}
    .sc-colspan-50-perc {width:50%;}    
    .sc-colspan-50-perc2 {
        width: calc(50% - 30px);
        width: -moz-calc(50% - 30px);
        width: -webkit-calc(50% - 30px);   
    }

    .sc-title-meta {
        font-weight:normal !important;
    }

    .sc-minus {
        width:20px;
        height:20px;
        background-color: #cccccc;        
        border:1px solid #cccccc;    
        border-radius: 50%;
        display:inline-block;
        text-align: center;
        vertical-align: middle;
        color:black;
        font-size: 14px;        
        position:relative;        
        cursor:pointer;
        cursor:hand;        
    }

    .sc-plus {
        width:20px;
        height:20px;
        background-color: #9ed4fa;   
        border:1px solid #9ed4fa;         
        border-radius: 50%;
        display:inline-block;
        text-align: center;
        vertical-align: middle;
        color:black;
        font-size: 14px;        
        position:relative;
        cursor:pointer;
        cursor:hand;
    }

    .sc-qty {
        height:14px;
        margin:0px 10px;
        font-weight:bold;    
        display:inline-block;    
    }

    .sc-remove {
        width:20px;
        height:20px;
        background-color: #ffffff;        
        border:1px solid #999999;
        border-radius: 50%;
        display:inline-block;
        text-align: center;
        vertical-align: middle;
        color:#999999;
        font-size: 14px;        
        position:relative;        
        cursor:pointer;
        cursor:hand;        
    }

    .sc-divider {
        width:100%;
        display:block;
        height:1px;
        margin:10px 0px;
        background-color:#cccccc;
    }
    .sc-suma-divider {
        width:100%;
        display:block;
        height:2px;
        margin:10px 0px;
        background-color:#cccccc;
    }
    
    .sc-button-next {
        background-color: #3fa9f5;
        color:white;
        border-radius:10px;
        width: calc(100% - 20px);
        width: -moz-calc(100% - 20px);
        width: -webkit-calc(100% - 20px);   
        text-align:center;
        padding:10px 0px;
        margin-top:20px;
    }    

    .sc-small-print {
        font-size:12px !important;        
    }

    /*------------------------------------------------------------------------------------------------------
    STEP2
    ------------------------------------------------------------------------------------------------------*/
    .sc-button-next2 {
        font-size:14px;
        font-weight:bold;	
        background-color:#3fa9f5;
        color:#ffffff;
        padding: 20px;
        text-decoration:none;
        text-align: center;
        letter-spacing:1px;
        border-radius:10px;
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
    }

    /*------------------------------------------------------------------------------------------------------
    STEP4
    ------------------------------------------------------------------------------------------------------*/
    .payment_row_icon {
        width:33%;
    }    
    .payment-cart {
        margin-top:2px;
    }
    .paypal_own_button {
        background-color:#F2BA36;
        padding:3px 10px;
        text-align: center;
        border-radius:20px;
        margin-top:5px;
    }

}