.mycart_contents {
    display: none;
    position: relative;
    z-index: 110;
    height: 0px;
}
.mycart_contents.myCartContents_fixed {
    position: fixed;
    right: 34px;
    top: 12px;
}
.mycart_contents_float {
    width: 500px;
    background-color: #FFF;
    position: absolute;
    top: 30px;
    right: -7px;
    z-index: 110;
    box-shadow: 1px 5px 20px #333;
}
@media (max-width: 768px) {
    .mycart_contents_float {
        width: 540px;
        right: -235px;
    }
}
.mcc_toparrow {
    width: 28px;
    height: 12px;
    background-image: url(/assets/img/mcc_toparrow.png);
    position: absolute;
    top: -12px;
    right: 20px;
    display:none;
}
.mcc_header {
    padding-top: 14px;
    padding-bottom: 14px;
    background-color: #42abc7;
    text-align: center;
    color: #FFF;
    text-transform: capitalize;
}
.mycart_contents .checkout_ordersummary_wrapper {
    margin-top: 0;
}
.checkout_ordersummary_wrapper {
    position: relative;
}
.mycart_contents .checkout_ordersummary {
    border: none;
    position: static;
}
.checkout_ordersummary {
    width: 100%;
    border: solid 1px #CCC;
    position:relative;
}
.checkout_ordersummary_inner {
    padding: 20px;
}
.cos_products {
    
}
.cos_products {
    max-height: 400px;
    overflow: auto;
    border: 1px solid rgba(0,0,0,0.1);
    overflow-x: hidden;
    padding-top:10px;
    padding-bottom:10px;
}
.cos_products .cartproduct {
    padding-right:6px;
}
.mycart_contents .cos_totalprice {
    background-color: #fff;
    border-bottom: solid 1px #ccc;
    border-top: 1px solid #999;
    margin-top: 0px;
    position: relative;
}
.cos_totalprice {
    margin-top: 13px;
    padding-bottom: 5px;
    background-color: #efefef;
    height: 48px;
    line-height: 48px;
}
.ccir_row {
    padding-right: 25px;
    text-align: right;
    font-size: 13px;
    /* border: 1px dotted red; */
    margin-top: 1%;
    margin-bottom: 1%;
}
.mycart_contents .ccirr_left {
    text-align: left;
}
.mycart_contents .cos_totalprice label {
    color: #000;
}

.cos_totalprice label {
    color: #FFF;
    text-transform: capitalize;
    font-size: 12px;
}
.ccir_row label {
    color: #cdcdcd;
    font-size: 12px;
}
.cos_totalprice .row .ccirr_right {
    font-size: 22px;
    text-align: right;
}

.mycart_contents .ccirr_right {
    padding-right: 0;
}
.cos_totalprice .row .ccirr_right {
    font-size: 22px;
    text-align: right;
}
.cos_totalprice .row .ccirr_right {
    font-size: 22px;
    text-align: right;
}
.cos_totalprice .row .ccirr_right {
    font-size: 22px;
    text-align: right;
}
.mcc_bottomnav {
    padding-top: 20px;
}
.cbn_continueshopping, .cbn_continueshopping:hover {
    color: #323232;
    font-size: 14px;
}
.btn_gotocheckout {
    color: #FFF !important;
    background-color: #000;
    text-align: center;
    display: inline-block;
}
.mycart_contents .btn-default {
    background-color: #000;
}
.cplpd_aditionalinfo > span {
    display: block;
    font-size:.9rem;
}
.mycart_contents,
.mycart_contents * {
    text-rendering: optimizeLegibility;
}
.cpl_deleteproduct_wrapper > a {
    width: 20px;
    height: 20px;
    color: #f00;
    display: inline-block;
    text-align: center;
    margin-top: 13px;
    margin-right: 0px;
    font-size: 1.2rem;
    text-decoration: none;
    font-family: Helvetica, Arial, sans-serif;
}
.cosi_subtotal {
}



.dealers_filter {
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 10px;
    margin-bottom: 30px;
}
.dealers_filter .df_country {
    width: 355px;
    color: #b9b9b9;
    border: 0;
    padding: 15px 30px;
    border-right: 20px solid #6d6d6d;
    background: url(/images/select-arrow.png) right no-repeat #6d6d6d;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.dl_countrytitle {
    display: block;
    text-align: center;
    font-family: "Fjalla One",sans-serif;
    font-size: 1.375rem;
    background-color: #f1f1f1;
    color: #898989;
    padding: 25px;
    margin-bottom: 30px;
}
.dl_areatitle {
    font-size: 1.7rem;
    margin-bottom: 8px;
    margin-top: 49px;
    color: #999;
}
.dealers_list h5 {
    font-family: 'Roboto';
	font-weight: 800;
    font-size: 1.4rem;
    margin-bottom: 15px;
}

.dli_email{
	margin-bottom: 0px;
}

.dli_viewonmaps {
    cursor: pointer;
    color: #337ab7;
    background: url(/images/icon-maps.png) left center no-repeat;
    padding-left: 25px;
    margin-bottom: 15px;
    padding-top: 10px;
    padding-bottom: 5px;
}
.dli_viewonmaps:hover {
    color: #337ab7;
    text-decoration:none;
}
.dl_item p {
    color:#888;	 
}
#gmpreview_big_map {
    width:100%;
    height: 75vh;
}
.cartproduct .cplh_col4 .cpl_quantityselect.qtdreadonly_true {
    text-align: center;
}
.cartproduct .cplh_col4 .cpl_quantityselect.qtdreadonly_true .cplqs_value {
    max-width: 100%; 
    margin: 0 auto;
}

.dbvimd_buttons a {
    display:inline-block;
    margin-bottom:15px;
}
@media (max-width: 768px) {
    .dbvimd_buttons a {
        width:100%;
    }
}


.selectcurrency_wrapper select {
    -webkit-font-smoothing: antialiased;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;

    min-width: 48px;
    height: 32px;
    font-size:12px;
    color: #fff;
    text-shadow: none !important;
    border: 0 !important;
    background-color: transparent;
    outline: 0;
    text-indent: 0.01px;
    text-overflow: '';
    text-shadow: none !important;
    box-shadow: none !important;
    text-transform: uppercase;
    position: relative;
    display: block;
    padding: 0;
    background: url(//cdn.shopify.com/s/files/1/1145/4088/t/6/assets/select.png?v=1125959?) no-repeat right;
    box-sizing: border-box;
    border-radius: 3px;
    border: none;
}