html body{
    color:#000;
}
body h1,
body .h1{
    color:#000;
    font-family: "AvantGardeGothicITCW01B 731063";
    font-size: 30px;
}
body h2,
body .h2{
    color:#000;
    font-family: "AvantGardeGothicITCW01B 731063";
    font-size: 27px;
}
body h3,
body .h3{
    color:#000;
    font-family: "AvantGardeGothicITCW01B 731063";
}
body h4,
body .h4{
    color:#000;
    font-family: "AvantGardeGothicITCW01B 731063";
}
body h5,
body .h5{
    color:#000;
    font-family: "AvantGardeGothicITCW01B 731063";
}
@media only screen and (max-width: 1472px){
    .page-header .account-cart .cv-ico-general-user {
        float: none;
    }
}
.page-header .account-cart .cv-ico-general-user{
    vertical-align: middle;
}
.page-header .cv-ico-general-user:before{
    content:" ";
    display: inline-block;
    vertical-align: -2px;
    width: 14px;
    height: 14px;
    background:url('../images/cv-ico-general-user.png') no-repeat 0 0 transparent;
    -webkit-background-size: 100%;
    background-size: 100%;
}
.category-products .ias-trigger.ias-trigger-next{
    padding-bottom: 20px;
}
body .products-found{
    font-size: 12px;
    top:14px;
}
.under-menus-general{
    background-color:rgb(67, 67, 67);
    padding:16px 0;
}
@media only screen and (max-width: 1472px){
    .under-menus-inner{
        width: 94%;
    }
}
@media (max-width: 1024px) {
    .under-menus-inner {
        width: 100%;
    }
    .under-menus-general{
        padding-left: 1%;
        padding-right: 1%;
    }
}
@media (max-width: 592px) {
    .under-menus-general{
        padding-left: 2%;
        padding-right: 2%;
    }
}
.under-menus-list{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    margin:0;
    padding:0;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -moz-box-align:center;
    -ms-flex-align:center;
    align-items:center;
}
.under-menus-list > li{
    position: relative;
    font-family: "AvantGardeGothicITCW01X";
    font-size: 15px;
    color:rgba(255, 255, 255, 1);
    padding:0 18px 0 38px;
    line-height: 1.3;
}
.under-menus-list > li span{
    font-family: "AvantGardeGothicITCW01B 731063";
}
.under-menus-list > li.click-and-collect:before{
    content:" ";
    position: absolute;
    width: 27px;
    height: 32px;
    background:url('../images/click-and-collect.png') no-repeat 0 0 transparent;
    -webkit-background-size: 100%;
    background-size: 100%;
    left:0; top:50%;
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    transform:translateY(-50%);
}
.under-menus-list > li.free-shipping:before{
    content:" ";
    position: absolute;
    width: 22px;
    height: 19px;
    background:url('../images/free-shipping.png') no-repeat 0 0 transparent;
    -webkit-background-size: 100%;
    background-size: 100%;
    left:0; top:50%;
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    transform:translateY(-50%);
}
.under-menus-list > li.lowest-prices{
    padding-left: 25px;
}
.under-menus-list > li.lowest-prices:before{
    content:" ";
    position: absolute;
    width: 11px;
    height: 31px;
    background:url('../images/lowest-prices.png') no-repeat 0 0 transparent;
    -webkit-background-size: 100%;
    background-size: 100%;
    left:0; top:50%;
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    transform:translateY(-50%);
}
.header-minicart{
    vertical-align: middle;
    margin-left: 12px;
}
.header-minicart .skip-link{
    background:transparent;
}
.header-minicart .skip-cart .icon{
    width: 30px;
    height: 30px;
    background:url('../images/cart_icon.png') no-repeat 0 0 transparent;
    -webkit-background-size: 100%;
    background-size: 100%;
}
.header-minicart .skip-cart:not(.skip-active):hover{
    opacity: 1;
}
.header-minicart .skip-cart:not(.skip-active):hover .icon{
    background-position: left top;
}
@media only screen and (min-width: 771px){
    .header-minicart .skip-cart .count,
    .header-minicart .skip-link.skip-active .count{
        color:#fff;
    }
    .header-minicart .skip-cart .count:before{
        margin-right: 0;
    }
}
.products-grid .product-info a.fav,
.products-list a.fav{
    font-size: 0;
    line-height: 0;
    float: left;
    width: 48%;
    background:rgb(245, 245, 245);
    padding:7px 4px 11px;
    border-radius: 3px;
}
.products-grid .product-info .fav::before,
.products-list .fav::before{
    content:" ";
    display: inline-block;
    width: 14px;
    height: 13px;
    background:url('../images/favourites.png') no-repeat 0 0 transparent;
    background-size: 100%;
}
.products-grid .product-info a.fav:hover,
.products-list a.fav:hover{
    background:rgb(246, 190, 0);
}
.products-grid .product-info a.fav:hover:before,
.products-list a.fav:hover:before{
    background-position: left bottom;
}
div.toolbar .view_by .view-mode strong.grid,
div.toolbar .view_by .view-mode strong.list{
    color:#da291c;
}
div.tier_price_button{
    font-family: "AvantGardeGothicITCW01M 731087";
    margin: 5px 0;
    width: 48%;
    background:rgb(245, 245, 245);
    color:rgba(0, 0, 0, 1);
    font-size: 13px;
    padding: 8px 4px 7px;
    border-radius: 3px;
    text-align: center;
}
div.tier_price_button:hover{
    background:rgb(218, 41, 28);
    color:#fff;
}
.catalog-list-wish-multi{
    padding-top: 10px;
}
.products-list .catalog-list-wish-multi a.fav{
    width: auto;
    margin:0 12px 10px 0;
    padding-left: 25px;
    padding-right: 25px;
}
.products-list .product-shop .catalog-list-wish-multi .tier_price_button{
    clear:none;
    margin-top: 0;
    float: left;
    padding-top: 9px;
    padding-bottom: 8px;
    margin-bottom: 0;
}
.breadcrumbs span{
    font-size: 0;
    line-height: 0;
    width: 18px;
    height: 12px;
    background:url('../images/breadcrumbs_sep.png') no-repeat center center transparent;
    -webkit-background-size: 6px auto;
    background-size: 6px auto;
}
div.block-layered-nav .filter_con .filter_con_list li a{
    position: relative;
    padding-right: 38px;
}
div.block-layered-nav .filter_con .filter_con_list li a:after{
    content:" ";
    position: absolute;
    right:10px; top:50%;
    width: 16px;
    height:16px;
    background:url('../images/filters_tick.png') no-repeat left bottom transparent;
    -webkit-background-size: 100%;
    background-size: 100%;
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    transform:translateY(-50%);
}
.block-layered-nav .filter_con .filter_con_list li span.m-selected-filter-item{
    position: relative;
    display: block;
    padding: 8px 38px 8px 8px;
    width: 100%;
    font-size: 11px;
}
.block-layered-nav .filter_con .filter_con_list li span.m-selected-filter-item a{
    font-size: 0;
    line-height: 0;
    padding:0;
    width: 16px;
    height: 16px;
    position: absolute;
    right:10px; top:50%;
    margin-top: -8px;
}
.block-layered-nav .filter_con .filter_con_list li span.m-selected-filter-item a:after{
    right: 0;
    background-position: left top;
}
.product-shop .main_desc_view.main_desc_view_readmore ul{
    margin-top: 0;
    margin-bottom: 0;
}
div.main_desc_view.main_desc_view_readmore{

    height: 50px;
    overflow: hidden;
    margin-bottom: 13px;
}
div.main_desc_view.main_desc_view_readmore.readmore_fade{
    position: relative;
}
div.main_desc_view.main_desc_view_readmore.readmore_fade:after{
    content:" ";
    position: absolute;
    left:0; bottom:0;
    height: 50px;
    width: 100%;
    background: linear-gradient(to bottom, transparent 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.main_desc_readmore_but{
    margin-bottom: 15px;
}
.main_desc_readmore_but button{
    margin:0;
    position: relative;
    padding:0 15px 0 0;
    background:transparent;
    border-style: none;
    font-size: 13px;
    line-height: 20px;
    color:rgba(0, 0, 0, 0.6);
    font-weight: 400;
    outline:none;
    font-family: "AvantGardeGothicITCW01M 731087";
}
.main_desc_readmore_but button:after{
    content:" ";
    position: absolute;
    border: 4px solid transparent;
    border-top-color: #808080;
    right: 0; top: 50%;
    margin-top: -1px;
}
.main_desc_readmore_hidden{
    display: none;
}
.main_desc_view_expanded{
    height:auto !important;
    overflow:visible !important;
}
.pro_main_view .product_main_details.product_details_rearrange{
    float:none;
    max-width: none;
    clear:both;
    padding-top: 30px;
}
.product_main_details.product_details_rearrange .view_price_pr{
    float:none;
    margin-bottom: 30px;
}
.product_main_details.product_details_rearrange .view_price_pr:after{
    content:" ";
    display: block;
    height: 0;
    clear: both;
}
.product_details_rearrange_inner{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align:end;
    -webkit-align-items:flex-end;
    -moz-box-align:end;
    -ms-flex-align:end;
    align-items:flex-end;
}
div.product_details_rearrange_inner > .add-to-cart{
    -webkit-box-ordinal-group:1;
    -webkit-order:0;
    -moz-box-ordinal-group:1;
    -ms-flex-order:0;
    order:0;
    margin-right: 12px;
}
div.product_details_rearrange_inner > .det_btn{
    -webkit-box-ordinal-group:2;
    -webkit-order:1;
    -moz-box-ordinal-group:2;
    -ms-flex-order:1;
    order:1;
    margin-right: 12px;
}
div.product_details_rearrange_inner > .tier_price_button.tier_btn_view{
    -webkit-box-ordinal-group:3;
    -webkit-order:2;
    -moz-box-ordinal-group:3;
    -ms-flex-order:2;
    order:2;
    margin:0 13px 0 0;
}
.product_details_rearrange_inner > div.add-to-cart .qty-wrapper{
    float:none;
}
.product_details_rearrange_inner > div.add-to-cart .add-to-cart-buttons{
    padding-top: 20px;
}
.product_details_rearrange .product_details_rearrange_inner .fav{
    font-size: 0;
    line-height: 0;
    width: auto;
    background:rgb(245, 245, 245);
    padding:7px 10px 11px;
    border-radius: 3px;
}
.product_details_rearrange .product_details_rearrange_inner .fav::before{
    content:" ";
    display: inline-block;
    width: 14px;
    height: 13px;
    background:url('../images/favourites.png') no-repeat 0 0 transparent;
    background-size: 100%;
}
.product_details_rearrange .product_details_rearrange_inner .fav:hover{
    background:rgb(246, 190, 0);
}
.product_details_rearrange .product_details_rearrange_inner .fav:hover:before{
    background-position: left bottom;
}
@media only screen and (max-width: 1472px){
    .product_details_rearrange_inner > div.add-to-cart .add-to-cart-buttons .btn_cart{
        padding: 7px 0px 8px;
    }
}
div.product_details_rearrange_inner > .product_details_share{
    position: relative;
    -webkit-box-ordinal-group:4;
    -webkit-order:3;
    -moz-box-ordinal-group:4;
    -ms-flex-order:3;
    order:3;
    border-radius: 3px;
    background:#fff;
}
div.product_details_rearrange_inner > .product_details_share.share_opened{
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
div.product_details_rearrange_inner > .product_details_share button{
    line-height: 20px;
    height: 31px;
    font-size: 13px;
    color:#0c0c0c;
    outline:none;
    padding:0 25px 0 40px;
    border-style:none;
    font-weight: 700;
    background:url('../images/share_icon.png') no-repeat 15px center #fff;
    -webkit-background-size: 15px auto;
    background-size: 15px auto;
    position: relative;
    z-index: 201;
}
.pro_main_view .product-shop .product_main_description{
    overflow: visible;
}
.product_details_share_dropdown{
    position: absolute;
    width: 100%;
    top:31px;
    left:0;
    z-index: 200;
    border-top: 2px solid #f5f5f5;
    padding:7px 0;
    background:#fff;
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.3);
    display: none;
}
div.product_details_rearrange_inner > .product_details_share.share_opened .product_details_share_dropdown{
    display: block;
}
.product_details_share_dropdown a.btn{
    display: block;
    padding:6px 0 6px 16px;
    font-family: "AvantGardeGothicITCW01B 731069", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    color: #0c0c0c;
    font-weight: 700;
}
.product_details_share_dropdown a.btn:hover{
    color:#f7c600;
}
.product_details_share_dropdown a.btn:before{
    margin-right: 11px;
}
div.pro_main_view .toggle-content.tabs{
    width: 630px;
    max-width: 100%;
}
div.pro_main_view .toggle-tabs{
    display: none;
}
div.pro_main_view .toggle-tabs li{
    width: 100%;
    float:none;
    cursor: pointer;
}
div.pro_main_view .toggle-tabs li.current > span{
    background:transparent;
}
div.pro_main_view .toggle-tabs li:first-child{
    border-left-style:none;
}
div.pro_main_view .toggle-tabs li,
div.pro_main_view .toggle-tabs li.current{
    border-left-style:none;
    border-right-style: none;
}
div.pro_main_view .toggle-content.tabs > dl > dt{
    display: block;
}
div.pro_main_view .toggle-content.tabs > dl .tab{
    position: relative;
    padding:20px 50px 20px 0;
    border-top:2px solid rgb(67, 67, 67);
    font-family: "AvantGardeGothicITCW01B 731063", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color:#000;
    font-size: 25px;
    line-height: 28px;
    text-shadow: 0 0;
}
div.pro_main_view .toggle-content.tabs > dl .tab:after{
    content:" ";
    position: absolute;
    right:20px;
    top:50%;
    width: 12px;
    height: 8px;
    margin-top: -4px;
    background:url('../images/toggle_tab_arrow.png') no-repeat 0 0 transparent;
}
div.pro_main_view .toggle-content.tabs > dl .tab.current:after{
    -webkit-transform:rotate(180deg);
    -moz-transform:rotate(180deg);
    -o-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    transform:rotate(180deg);
}
div.pro_main_view .toggle-content.tabs > dl .tab.last{
    border-bottom:2px solid rgb(67, 67, 67);
}
div.pro_main_view .toggle-content.tabs > dl > .tab-container{
    border-style: none;
    border-top: 2px solid rgb(67, 67, 67);
    box-shadow: none;
    padding:15px 0;
}
div.pro_main_view .toggle-content.tabs > dl .tab-container.last{
    border-top-style: none;
    border-bottom:2px solid rgb(67, 67, 67);
}
.category-products .products-grid.related_products.related_owl_carousel{
    width: auto;
}
.category-products .products-grid.related_products.related_owl_carousel li.item{
    width: auto;
}
@media (max-width: 768px){
    .under-menus-list{
        display: block;
    }
    .under-menus-list > li{
        margin-bottom: 16px;
    }
    .under-menus-list > li.free-shipping:before{
        left:4px;
    }
    .under-menus-list > li.lowest-prices{
        padding-left: 38px;
    }
    .under-menus-list > li.lowest-prices:before{
        left:9px;
    }
    .under-menus-list > li:last-child{
        margin-bottom: 0;
    }
    .under-menus-general{
        padding:20px 10px;
    }
    .product_details_rearrange_inner{
        -webkit-flex-flow:wrap;
        -ms-flex-flow:wrap;
        flex-flow:wrap;
    }
    div.product_details_rearrange_inner > .add-to-cart{
        width: 100%;
        margin:0 0 12px;
    }
    .product_details_rearrange_inner > div.add-to-cart .add-to-cart-buttons{
        float:none;
        padding-top: 12px;
    }
    .product_details_rearrange_inner > div.add-to-cart .qty-wrapper{
        width: 90px;
    }
    .product_details_rearrange_inner > div.add-to-cart .add-to-cart-buttons .btn_cart{
        width: 143px;
        float:none;
    }
}
div#vss_solo_popup_parent{
    top: 0 !important;
    margin-top: 0;
    height: 100%;
    width: 300px;
    position: absolute;
    right: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    background:#fff;
    overflow: auto;
}
div#vss_solo_popup_parent #vss_solo_popup_close{
    width: 14px;
    height: 14px;
    top:auto;
    left: auto;
    margin-bottom: 28px;
    float:right;
    background:url('../images/close_login_popup.png') no-repeat 0 0 transparent;
    margin-top: 20px;
    margin-right: 20px;
}
div#vss_solo_popup_parent #vss_solo_login_error_box{
    color: #db2516;
}
div#vss_solo_popup_parent .vss_solo_panel{
    box-shadow: none;
}
div#vss_solo_popup_parent .vss_solo_head{
    border-bottom-style: none;
}
div#vss_solo_popup_parent .vss_solo_head h2{
    font-family: "AvantGardeGothicITCW01B 731063", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 30px;
    line-height: 32px;
    color:#000;
}
div.vss_solo_input_field .vss_solo_login_label{
    display: none;
}
div.vss_solo_input_field input[type="text"],
div.vss_solo_input_field input[type="password"]{
    width: 100% !important;
    float:none !important;
    background:rgb(245, 245, 245) !important;
    height:39px !important;
    border-style: none !important;
    margin-bottom: 10px !important;
    border-radius: 3px;
    color:#7a7a7b;
    font-family: "AvantGardeGothicITCW01B 731069", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px !important;
}
div.vss_solo_input_field input[type="text"]:focus::-webkit-input-placeholder{
    opacity: 0;
}
div.vss_solo_input_field input[type="text"]:focus::-moz-placeholder{
    opacity: 0;
}
div.vss_solo_input_field input[type="password"]:focus::-webkit-input-placeholder{
    opacity: 0;
}
div.vss_solo_input_field input[type="password"]:focus::-moz-placeholder{
    opacity: 0;
}
div.vss_solo_input_field:after{
    content:" ";
    display: block;
    height: 0;
    clear:both;
}
.vss_right.vss_error_message_v{
    float:none;
}
.vss_solo_submit_wrap{
    padding-top: 9px;
}
.vss_solo_submit_wrap:after{
    content:" ";
    display: block;
    height: 0;
    clear:both;
}
.vss_solo_submit_wrap .vss_solo_submit{
    outline:none;
    background:#db2516;
    min-width: 85px;
    border-radius: 5px;
    height: 43px;
    float: left;
    margin-bottom: 0;
    margin-right: 20px;
    font-family: "AvantGardeGothicITCW01B 731069", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.vss_solo_submit_wrap .vss_solo_submit + .vss_cusor{
    float:left;
    color:#0c0c0c;
    font-family: "AvantGardeGothicITCW01B 731069", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-top: 13px;
}
div#vss_solo_popup_parent form#vss_solo_login{
    margin-bottom: 35px !important;
}
.vss_solo_sign_list{
    margin:0 0 30px;
    padding:10px 0 0;
    list-style-type: none;
}
.vss_solo_sign_list li{
    position: relative;
    font-family: "AvantGardeGothicITCW01B 731069", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color:#000;
    margin-bottom: 18px;
    padding-left: 28px;
}
.vss_solo_sign_list li:before{
    content:" ";
    position: absolute;
    left:0; top:0;
    width: 20px;
    height: 18px;
    background:url('../images/cursor_bag.png') no-repeat 0 0 transparent;
    -webkit-background-size: 100%;
    background-size: 100%;
}
.vss_solo_sign_list li:last-child{
    margin-bottom: 0;
}
div#vss_solo_popup_parent .vss_solo_panel-body{
    padding-left: 20px;
    padding-right: 20px;
}
div#vss_solo_popup_parent .vss_solo_signup_but{
    outline: none;
    background: #db2516;
    border-radius: 5px;
    padding:13px 20px 14px;
    float: left;
    margin-bottom: 0;
    margin-right: 20px;
    font-family: "AvantGardeGothicITCW01B 731069", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color:#fff;
}
form#search_mini_form #es_search_suggestion,
form#search_mini_form .es-input-box{
    width: 500px;
}
form#search_mini_form .es-input-box{
    position: relative;
    border-style: none;
    border-radius: 5px;
}
form#search_mini_form button.button.search-button span{
    display: none !important;
}
form#search_mini_form button.button.search-button{
    width: 40px;
    height: 38px;
    background:url('../images/new_search_icon.png') no-repeat center center transparent;
}
form#search_mini_form #es_search_suggestion{
    top:34px;
    left:0;
    right:0;
}
#search_mini_form .es-input-box input[type="search"]{
    font-family: 'AvantGardeGothicITCW01B 731069';
    font-size: 15px;
    color: #000;
}
form#search_mini_form #es_search_suggestion ul{
    border-radius: 0 0 5px 5px;
    border-style: none;
    max-height: 390px;
    overflow: auto;
}
form#search_mini_form #es_search_suggestion ul li{
    border-bottom-style: none;
}
form#search_mini_form #es_search_suggestion ul:before{
    content:" ";
    position: absolute;
    width: 100%;
    height: 1px;
    background:#c1c1c1;
    left:50%; top:0;
    -webkit-transform:translateX(-50%);
    -moz-transform:translateX(-50%);
    -o-transform:translateX(-50%);
    -ms-transform:translateX(-50%);
    transform:translateX(-50%);
    padding-left: 6px;
    padding-right: 11px;
    background-clip: content-box;
}
form#search_mini_form #es_search_suggestion:before{
    display: none;
}
form#search_mini_form #es_search_suggestion li.show_more{
    padding-bottom: 20px;
}
form#search_mini_form #es_search_suggestion li.show_more a{
    font-family: "AvantGardeGothicITCW01B 731072";
    color:#000;
}
.site-search .es-search-suggestions .es-suggestion-name{
    font-size: 14px;
    color:#000;
    font-family: "AvantGardeGothicITCW01X";
    padding:3px 170px 0 80px;
    line-height: 20px;
}
.site-search .es-search-suggestions .es-suggestion-price{
    text-align: left;
    padding-left: 80px;
    padding-right: 170px;
}
.site-search .es-search-suggestions .es-suggestion-price .price-box .price{
    font-family: "AvantGardeGothicITCW01D 731075";
    font-size: 14px;
    line-height: 17px;
}
.autosuggestion_add_tocart{
    position: absolute;
    top:50%; right:60px;
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    transform:translateY(-50%);
}
.autosuggestion_addto_fav{
    width: 42px;
    height: 40px;
    position: absolute;
    top:50%; right:10px;
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    transform:translateY(-50%);
}
.autosuggestion_addto_fav a.fav{
    display: block;
    height: 100%;
    width: 100%;
    border-radius: 4px;
    font-size: 0;
    line-height: 0;
    background: rgb(245, 245, 245);
    position: relative;
}
.autosuggestion_addto_fav a.fav:before{
    content: " ";
    position: absolute;
    left:50%; top:50%;
    width: 14px;
    height: 13px;
    background: url('../images/favourites_search.png') no-repeat 0 0 transparent;
    background-size: 100%;
    -webkit-transform:translate(-50%, -50%);
    -moz-transform:translate(-50%, -50%);
    -o-transform:translate(-50%, -50%);
    -ms-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
}
.autosuggestion_addto_fav a.fav:hover{
    background: rgb(246, 190, 0);
}
.autosuggestion_addto_fav a.fav:hover:before{
    background-position: left bottom;
}
.autosuggestion_add_tocart .button.btn-cart{
    position: static !important;
    margin-left: 3px !important;
    width: 42px !important;
    height: 40px !important;
    background:url('../images/search_cart_icon.png') no-repeat center center rgb(218, 41, 28);
    border-radius: 4px;
}
.autosuggestion_add_tocart .cart_qty_item{
    float:left;
}
.autosuggestion_add_tocart .cart_qty_item .cart_left:after{
    content:" ";
    display: block;
    height: 0;
    clear: both;
}
.autosuggestion_add_tocart input.qty{
    width: 42px !important;
    height: 40px !important;
    background:rgb(251, 251, 251) !important;
    position: static !important;
    margin:0 !important;
    font-family: 'AvantGardeGothicITCW01B 731063' !important;
    color:#000 !important;
    font-size: 14px !important;
}
.autosuggestion_add_tocart .cart_right{
    float: left;
}
.autosuggestion_add_tocart .cart_right .items-count{
    width: 20px !important;
    height: 20px !important;
    position: static !important;
    display: block;
    background:transparent;
    font-weight: 600;
    font-size: 13px;
    outline:none;
}
.autosuggestion_add_tocart .cart_right_top,
.autosuggestion_add_tocart .cart_right_bottom{
    display: block;
}
/*Ajax cart*/
.header-minicart div#header-cart{
    height: 100%;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    top:0;
}
.header-minicart #header-cart p.block-subtitle{
    position: relative;
    font-family: "AvantGardeGothicITCW01B 731063", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 30px;
    line-height: 32px;
    color:#000;
    text-transform: none;
    text-align: left;
    padding:35px 15px 15px 21px;
}
.header-minicart #header-cart p.block-subtitle a.close{
    font-size: 0;
    line-height: 0;
    width: 14px;
    height: 14px;
    background:url('../images/close_cart_ajax.png') no-repeat 0 0 transparent;
    top:42px; right:20px;
}
.header-minicart #header-cart .product-details .product-name{
    text-align: left;
    margin-bottom: 0;
}
.header-minicart #header-cart .product-details .product-name a{
    font-size: 14px;
    color: #000;
    font-family: "AvantGardeGothicITCW01X";
    line-height: 20px;
    text-transform: none;
}
.header-minicart #header-cart .product-details .product-name a:hover{
    text-decoration: underline;
}
.product-ajax-cart-sku{
    text-align: left;
    color:#000;
    font-family: "AvantGardeGothicITCW01B 731063";
    font-size: 11px;
    line-height: 12px;
    margin-bottom: 5px;
}
.product-ajax-cart-sku span{
    font-family: "AvantGardeGothicITCW01M 731087";
}
.product-ajax-cart-price{
    text-align: left;
    margin-bottom: 10px;
}
.product-ajax-cart-price .price{
    color:rgb(218, 41, 28);
    font-family: "AvantGardeGothicITCW01B 731063";
    font-size: 20px;
    line-height: 23px;
}
.product-ajax-cart-qty{
    text-align: left;
    margin-bottom: 8px;
}
.product-ajax-cart-qty input{
    width: 50px;
    height: 40px;
    background:rgb(251, 251, 251);
    border-style: none;
    text-align: center;
    font-family: 'AvantGardeGothicITCW01B 731063';
    color: #000;
    font-size: 14px;
    vertical-align: middle;
}
.product-ajax-cart-qty-plus,
.product-ajax-cart-qty-minus{
    display: inline-block;
    vertical-align: middle;
}
.product-ajax-cart-qty-plus button.items-count,
.product-ajax-cart-qty-minus button.items-count{
    color:#000;
    font-family: "AvantGardeGothicITCW01B 731069";
    font-size: 27px;
    line-height: 29px;
    display: block;
    background: none;
    border-style: none;
    height: 30px;
    outline:none;
}
.product-ajax-cart-qty-minus button.items-count{
    font-size: 43px;
    margin-right: 8px;
}
.product-ajax-cart-qty-plus button.items-count{
    margin-left: 8px;
}
.product-ajax-cart-qty .button.quantity-button{
    width: 42px;
    height: 40px;
    border-radius: 4px;
    background:url('../images/refresh_cart_but.png') no-repeat center center rgb(218, 41, 28);
    outline:none;
    margin-left: 15px;
    vertical-align: top;
}
.product-ajax-cart-new-icons:after{
    content:" ";
    display: block;
    height: 0;
    clear: both;
}
.product-ajax-cart-new-icons a.fav{
    float:left;
    height: 42px;
    width: 40px;
    border-radius: 4px;
    font-size: 0;
    line-height: 0;
    background: rgb(245, 245, 245);
    position: relative;
    margin:0 7px 0 0;
}
.product-ajax-cart-new-icons a.fav:hover{
    background: rgb(246, 190, 0);
}
.product-ajax-cart-new-icons a.fav:before{
    content: " ";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 20px;
    height: 18px;
    background: url(../images/favourites_ajax_cart.png) no-repeat 0 0 transparent;
    background-size: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.product-ajax-cart-new-icons a.fav:hover:before{
    background-position: left bottom;
}
.product-ajax-cart-new-icons .masoic-section{
    display: none;
    clear:both;
}
.product-ajax-cart-new-icons .masoic-section.masoicc_active{
    display: block;
}
.product-ajax-cart-new-icons .masoic-section textarea{
    margin-top: -5px;
    height: 110px;
    border-style: none;
    border-radius: 4px;
    background:rgb(245, 245, 245);
    outline:none;
    resize: none;
    width: 182px;
    display: block;
    margin-bottom: 20px;
    font-size: 11px;
    line-height: 15px;
    color:#a5a5a5;
    padding:15px;
}
.product-ajax-cart-new-icons .masoic-section textarea:focus::-webkit-input-placeholder{
    opacity: 0;
}
.product-ajax-cart-new-icons .masoic-section textarea::-moz-placeholder{
    opacity: 1;
}
.product-ajax-cart-new-icons .masoic-section textarea:focus::-moz-placeholder{
    opacity: 0;
}
.product-ajax-cart-new-icons .masoic-section .add-note-save-button{
    display: block;
    text-align: center;
    width: 80px;
    outline: none;
    background: #db2516;
    border-radius: 5px;
    height: 43px;
    float: left;
    margin-bottom: 0;
    margin-right: 20px;
    font-family: "AvantGardeGothicITCW01B 731069", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    border: 1px solid #D76E01;
    cursor: pointer;
    font-size: 15px;
    padding: 6px 16px;
}
.product-ajax-cart-new-icons .product-ajax-cart-add-note-toggle{
    float:left;
    height: 42px;
    width: 40px;
    border-radius: 4px;
    font-size: 0;
    line-height: 0;
    background: rgb(245, 245, 245);
    position: relative;
    cursor:pointer;
    border-style: none;
    outline:none;
    margin:0 7px 0 0;
}
.product-ajax-cart-new-icons .product-ajax-cart-add-note-toggle:hover,
.product-ajax-cart-new-icons .product-ajax-cart-add-note-toggle.note-active{
    background: rgb(246, 190, 0);
}
.product-ajax-cart-new-icons .product-ajax-cart-add-note-toggle:before{
    content:" ";
    position: absolute;
    left:50%;
    top:50%;
    width: 16px;
    height: 20px;
    background:url('../images/add_note_icon.png') no-repeat left top transparent;
    margin:-10px 0 0 -8px;
}
.product-ajax-cart-new-icons .product-ajax-cart-add-note-toggle:hover:before,
.product-ajax-cart-new-icons .product-ajax-cart-add-note-toggle.note-active:before{
    background-position: left bottom;
}
.product-ajax-cart-new-icons .masoic-section .btn.note.note-click{
    display: none !important;
}
.product-ajax-cart-new-icons .product-ajax-cart-substitute-toggle{
    float:left;
    height: 42px;
    width: 40px;
    border-radius: 4px;
    font-size: 0;
    line-height: 0;
    background: rgb(245, 245, 245);
    position: relative;
    cursor:pointer;
    border-style: none;
    outline:none;
    margin:0 7px 0 0;
}
.product-ajax-cart-new-icons .product-ajax-cart-substitute-toggle:hover,
.product-ajax-cart-new-icons .product-ajax-cart-substitute-toggle.active-subst{
    background: rgb(246, 190, 0);
}
.product-ajax-cart-new-icons .product-ajax-cart-substitute-toggle:before{
    content:" ";
    position: absolute;
    left:50%;
    top:50%;
    width: 14px;
    height: 18px;
    background:url('../images/substitute_arrows.png') no-repeat left top transparent;
    margin:-8px 0 0 -7px;
}
.product-ajax-cart-new-icons .product-ajax-cart-substitute-toggle:hover:before,
.product-ajax-cart-new-icons .product-ajax-cart-substitute-toggle.active-subst:before{
    background-position: left bottom;
}
.product-ajax-cart-new-icons .add-note-substitute-feature{
    clear: both;
    padding-top: 10px;
    text-align: left;
    display: none;
}
.product-ajax-cart-new-icons .add-note-substitute-feature.substitute-show-text{
    display: block;
}
.product-ajax-cart-new-icons .add-note-substitute-feature .substitutehelptext{
    font-size: 10px;
    font-family: "AvantGardeGothicITCW01B 731069";
    line-height: 14px;
    color:#000;
}
.product-ajax-cart-new-icons .add-note-substitute-feature input[type="checkbox"]{
    display: none;
}
.product-ajax-cart-new-icons .product-ajax-cart-remove{
    float:left;
    height: 42px;
    width: 40px;
    border-radius: 4px;
    font-size: 0;
    line-height: 0;
    background: rgb(245, 245, 245);
    position: relative;
    border-style: none;
    outline:none;
    margin:0;
}
.product-ajax-cart-new-icons a.product-ajax-cart-remove{
    cursor:pointer;
}
.product-ajax-cart-new-icons .product-ajax-cart-remove:hover{
    background: rgb(246, 190, 0);
}
.product-ajax-cart-new-icons .product-ajax-cart-remove:before{
    content:" ";
    position: absolute;
    left:50%;
    top:50%;
    width: 14px;
    height: 14px;
    background:url('../images/ajax-cart-remove-item.png') no-repeat left top transparent;
    margin:-7px 0 0 -7px;
}
.product-ajax-cart-new-icons .product-ajax-cart-remove:hover:before{
    background-position: left bottom;
}
.header-minicart #header-cart .mini-products-list li{
    margin-bottom: 16px;
    border-bottom-style: none;
}
.minicart-bottom-total{
    padding-top: 20px;
    position: absolute;
    bottom:0; left:0;
    width: 100%;
    background:#fff;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.minicart-bottom-total:before{
    content:" ";
    position: absolute;
    left:0; bottom:100%;
    height: 15px;
    width: 100%;
    background: linear-gradient(to bottom, transparent 0%,rgba(0, 0, 0, 0.15) 100%);
}
.header-minicart .minicart-bottom-total .subtotal{
    background-color:#fff;
    padding-left: 21px;
    padding-right: 15px;
    margin-bottom: 20px;
}
.header-minicart .minicart-bottom-total .subtotal:after{
    content:" ";
    display: block;
    height: 0;
    clear:both;
}
.header-minicart .minicart-bottom-total .subtotal .label{
    float:left;
    color:#000;
    text-transform: none;
    font-family: "AvantGardeGothicITCW01B 731063", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 30px;
    line-height: 32px;
}
.minicart-bottom-total > .block-content{
    border-style: none;
}
.header-minicart .minicart-bottom-total .subtotal .price{
    float:right;
    color:rgb(218, 41, 28);
    text-transform: none;
    font-family: "AvantGardeGothicITCW01B 731063", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 30px;
    line-height: 32px;
}
.header-minicart .minicart-bottom-total .minicart-actions{
    padding:0 15px 25px 21px;
    text-align: left;
}
.header-minicart .minicart-bottom-total .minicart-actions:after{
    content:" ";
    display: block;
    height: 0;
    clear:both;
}
.header-minicart .minicart-bottom-total .minicart-actions .cart-link{
    float: left;
    text-transform: none;
    color: #000;
    height: auto;
    line-height: 15px;
    font-size: 13px;
    font-family: "AvantGardeGothicITCW01M 731087";
    margin-top: 13px;
}
.header-minicart .minicart-bottom-total .minicart-actions .cart-link:hover{
    text-decoration: underline;
}
.header-minicart .minicart-bottom-total .minicart-actions ul.checkout-types.minicart{
    float:left;
    margin-right: 25px;
    width: auto;
}
.header-minicart .minicart-bottom-total .minicart-actions .button.checkout-button{
    min-width: 0;
    outline: none;
    background: #db2516;
    border-radius: 5px;
    padding: 13px 20px 14px;
    float: left;
    margin-bottom: 0;
    margin-right: 0;
    font-family: "AvantGardeGothicITCW01B 731069", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
}
.header-minicart .minicart-wrapper{
    position: relative;
    padding-bottom: 150px;
    padding-top: 88px;
    height: 100%;
    overflow: hidden;
}
.header-minicart .minicart-wrapper.with_tax_switcher{
    padding-top: 135px;
}
.header-minicart .minicart-wrapper .minicart-scrollable-area{
    overflow-y:auto;
    max-height: 100%;
    margin-right: -30px;
    padding-right: 30px;
}
.tax-selector.ajax-cart-tax-selector{
    display:block;
    padding-left: 21px;
    padding-right: 15px;
    padding-bottom: 20px;
}
.tax-selector.ajax-cart-tax-selector:after{
    content:" ";
    display: block;
    height: 0;
    clear:both;
}
.tax-selector.ajax-cart-tax-selector label.switch{
    float:left;
    margin:0 8px 0 0;
    width: 40px;
    height: 20px;
}
.tax-selector.ajax-cart-tax-selector .slider.round{
    border:2px solid #d3d4d4;
}
.tax-selector.ajax-cart-tax-selector .slider.round{
    background:transparent;
}
.tax-selector.ajax-cart-tax-selector input:not(:checked) + .slider.round:before{
    height: 16px;
    width: 16px;
    left: 0;
    bottom: 0;
    background-color:#999999;
}
.tax-selector.ajax-cart-tax-selector input:checked + .slider.round:before{
    background-color:rgb(246, 190, 0);
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
    height: 16px;
    width: 16px;
    margin: 0;
    bottom: 0;
}
.tax-selector.ajax-cart-tax-selector .price-including-tax,
.tax-selector.ajax-cart-tax-selector .price-excluding-tax{
    float:left;
    color:#000;
    font-size: 14px;
    line-height: 17px;
    font-family: "AvantGardeGothicITCW01M 731087";
    margin-top: 2px;
}
.header-minicart #minicart-success-message{
    font-family: "AvantGardeGothicITCW01M 731087";
}
.header-minicart .minicart-wrapper p.empty{
    font-family: "AvantGardeGothicITCW01M 731087";
    color:#000;
}
.minicart-title-and-tax{
    position: absolute;
    background: #fff;
    width: 100%;
    z-index: 1;
    top:0;
    left:0;
    border-top-left-radius: 20px;
}
.minicart-title-and-tax.shadowedCartHeading:after{
    content:" ";
    position: absolute;
    left:0; top:100%;
    height: 15px;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.15) 0%,transparent 100%);
}
.minicart-title-and-tax .minicart-message{
    position: absolute;
    left:0; top:0;
    width: 100%;
    text-align: center;
}
@media (max-width: 770px){
    .header-minicart div#header-cart{
        position: absolute;
        width: 300px;
        right:0;
        z-index:1000;
        background: #fff;
        height: auto;
        max-height: 475px;
        overflow: auto;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
    }
    .header-minicart .minicart-bottom-total .subtotal .price{
        font-size: 28px;
        line-height: 30px;
        margin-top: 2px;
    }
    .minicart-title-and-tax{
        position: relative;
    }
    .header-minicart .minicart-wrapper,
    .header-minicart .minicart-wrapper.with_tax_switcher{
        padding-top: 8px;
        padding-bottom: 0;
    }
    .minicart-title-and-tax.shadowedCartHeading:after{
        display: none;
    }
    .minicart-bottom-total{
        position: static;
    }
    .header-minicart .minicart-bottom-total .minicart-actions ul.checkout-types.minicart{
        margin-right: 18px;
    }
    .header-minicart .minicart-bottom-total .minicart-actions .cart-link{
        width: auto;
        position: static;
    }
    .header-minicart .minicart-wrapper p.empty{
        padding-bottom: 25px;
    }
}
/*Ajax cart*/

/*2476 Checkout*/
body.checkout-onepage-index .page-title h1{
    font-family: "AvantGardeGothicITCW01B 731063";
    color:#000;
    font-size: 32px;
    line-height: 36px;
}
body.checkout-onepage-index .page-title{
    margin-bottom: 35px;
}
body.checkout-onepage-index #checkout-step-billing h2,
body.checkout-onepage-index #checkout-step-shipping h2,
body.checkout-onepage-index #checkout-step-shipping_and_payment h2 {
    font-size: 24px;
    position: relative;
    padding-left: 26px;
    margin-bottom: 15px;
}
body.checkout-onepage-index #checkout-step-shipping h3{
    font-size: 20px;
}
body.checkout-onepage-index #checkout-step-billing h2:before,
body.checkout-onepage-index #checkout-step-shipping h2:before{
    content:"1.";
    position: absolute;
    left:0; top:1px;
    color:rgb(218, 41, 28);
}
body.checkout-onepage-index ol#checkoutSteps p.required{
    display: none;
}
body.checkout-onepage-index ol#checkoutSteps label{
    font-family: "AvantGardeGothicITCW01B 731069";
    font-size: 14px;
    line-height: 17px;
    color:#000;
    padding-left: 4px;
}
body.checkout-onepage-index ol#checkoutSteps label.required:after{
    color:rgb(218, 41, 28);
    font-size: 17px;
}
@media only screen and (min-width: 980px){
    body.checkout-onepage-index .col-main{
        width: 50%;
    }
}
body.checkout-onepage-index ol#checkoutSteps .customer-name{
    font-size: 0;
    line-height: 0;
}
body.checkout-onepage-index ol#checkoutSteps li.fields .customer-name > div.field{
    width: 50%;
    margin-bottom: 0;
}
body.checkout-onepage-index ol#checkoutSteps .fields{
    margin-bottom: 12px;
}
body.checkout-onepage-index ol#checkoutSteps .customer-name > div.field:first-child{
    padding-right: 13px;
}
body.checkout-onepage-index ol#checkoutSteps .customer-name > div.field:last-child{
    padding-left: 13px;
}
body.checkout-onepage-index ol#checkoutSteps input.input-text{
    width: 100%;
    height:40px;
    border-radius: 4px;
    background:rgb(245, 245, 245);
    padding:0 16px 0 22px;
    font-family: "AvantGardeGothicITCW01B 731069";
    font-size: 14px;
    line-height: 17px;
    color:#000;
}
body.checkout-onepage-index ol#checkoutSteps input.input-text:not(.validation-failed){
    border-color: transparent;
}
body.checkout-onepage-index ol#checkoutSteps select{
    width: 100%;
    height:40px;
    border-radius: 4px;
    background:url('../images/select_drop_arrow.png') no-repeat right 15px center rgb(245, 245, 245);
    padding:0 40px 0 22px;
    font-family: "AvantGardeGothicITCW01B 731069";
    font-size: 14px;
    line-height: 17px;
    color:#000;
    outline:none;
    background-size: 12px;
}
body.checkout-onepage-index ol#checkoutSteps select:not(.validation-failed){
    border-color: transparent;
}
body.checkout-onepage-index ol#checkoutSteps select.validation-failed{
    border-color: #df280a;
}
body.checkout-onepage-index ol#checkoutSteps input.input-text::-webkit-input-placeholder{
    color:#8f8f8f;
}
body.checkout-onepage-index ol#checkoutSteps input.input-text::-moz-placeholder{
    color:#8f8f8f;
    opacity: 1;
}
body.checkout-onepage-index ol#checkoutSteps input.input-text:focus{
    box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.3);
}
body.checkout-onepage-index ol#checkoutSteps input.input-text:focus::-webkit-input-placeholder{
    opacity: 0;
}
body.checkout-onepage-index ol#checkoutSteps input.input-text:focus::-moz-placeholder{
    opacity: 0;
}
body.checkout-onepage-index ol#checkoutSteps ul.form-list-wide{
    float:none;
}
body.checkout-onepage-index ol#checkoutSteps li.fields > div.field{
    width: 100%;
}
body.checkout-onepage-index ol#checkoutSteps input[type="checkbox"],
body.checkout-onepage-index ol#checkoutSteps input[type="radio"]{
    opacity: 0;
}
body.checkout-onepage-index ol#checkoutSteps input[type="checkbox"] + label,
body.checkout-onepage-index ol#checkoutSteps input[type="radio"] + label{
    display:table;
    min-width: 0;
    padding:2px 5px 2px 28px;
    position: relative;
    background:transparent;
    cursor: pointer;
}
body.checkout-onepage-index ol#checkoutSteps input[type="radio"] + label{
    display: block;
    padding-right: 65px;
}
body.checkout-onepage-index ol#checkoutSteps input[type="checkbox"] + label:before,
body.checkout-onepage-index ol#checkoutSteps input[type="radio"] + label:before{
    content:" ";
    position: absolute;
    left:0; top:50%;
    width: 16px;
    height: 16px;
    background:url('../images/filters_tick.png') no-repeat left bottom transparent;
    margin-top:-8px;
    -webkit-background-size: 100%;
    background-size: 100%;
}
body.checkout-onepage-index ol#checkoutSteps input[type="checkbox"]:checked + label:before,
body.checkout-onepage-index ol#checkoutSteps input[type="radio"]:checked + label:before{
    background-position: left top;
}
body.checkout-onepage-index ol#checkoutSteps input[type="radio"] + label span.price{
    float:right;
    font-weight: 400;
    font-family: "AvantGardeGothicITCW01B 731063";
    position: absolute;
    right:0; top:50%;
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    transform:translateY(-50%);
}
body.checkout-onepage-index ol#checkoutSteps .buttons-set{
    border-top-style: none;
    margin-top: 15px;
}
body.checkout-onepage-index ol#checkoutSteps .buttons-set .button{
    outline: none;
    background: #db2516;
    min-width: 85px;
    border-radius: 5px;
    height: 43px;
    float: left;
    margin-bottom: 0;
    margin-right: 20px;
    font-family: "AvantGardeGothicITCW01B 731069", "Helvetica Neue", Helvetica, Arial, sans-serif;
    box-shadow: 0 0 3px 0 rgba(112, 112, 112, 0.5), 0 3px 4px 0 rgba(0, 0, 0, 0.24);
}
body.checkout-onepage-index ol#checkoutSteps .buttons-set .back-link a{
    color: #000;
    font-family: "AvantGardeGothicITCW01M 731087", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-top: 0;
    font-size: 14px;
    background:rgb(245, 245, 245);
    border-radius: 5px;
    padding:11px 15px;
    text-shadow: 0 0;
}
body.checkout-onepage-index ol#checkoutSteps .form-list > li{
    display: block;
}
body.checkout-onepage-index ol#checkoutSteps .form-list .control{
    margin-top: 0;
}
body.checkout-onepage-index ol#checkoutSteps #co-shipping-method-form h2,
body.checkout-onepage-index ol#checkoutSteps #co-shipping-method-form + h3,
body.checkout-onepage-index ol#checkoutSteps #co-shipping-method-form > h3,
body.checkout-onepage-index ol#checkoutSteps #checkout-step-shipping_and_payment > h2{
    font-size: 24px;
    position: relative;
    margin-bottom: 15px;
}
body.checkout-onepage-index ol#checkoutSteps #co-shipping-method-form h2:first-of-type{
    padding-left: 26px;
}
body.checkout-onepage-index ol#checkoutSteps #checkout-step-shipping_and_payment h2:before{
    content:"2.";
    position: absolute;
    left:0; top:1px;
    color:rgb(218, 41, 28);
}
body.checkout-onepage-index ol#checkoutSteps #co-shipping-method-form .sp-methods > dt{
    display: none;
}
body.checkout-onepage-index ol#checkoutSteps #co-shipping-method-form .sp-methods > dd{
    margin-bottom: 12px;
}
body.checkout-onepage-index ol#checkoutSteps #co-shipping-method-form .sp-methods > dd:last-child{
    margin-bottom: 0;
}
body.checkout-onepage-index ol#checkoutSteps #checkout-shipping-method-load{
    width: 349px !important;
    margin-right: 0 !important;
    float:none;
    margin-bottom: 20px;
    max-width: 100%;
}
body.checkout-onepage-index ol#checkoutSteps #co-shipping-method-form{
    margin-bottom: 35px;
}
body.checkout-onepage-index ol#checkoutSteps textarea{
    width: 100%;
    height:110px;
    border-radius: 4px;
    max-width: none;
    border-style: none;
    background:rgb(245, 245, 245);
    padding:10px 13px;
    font-family: "AvantGardeGothicITCW01B 731069";
    font-size: 14px;
    line-height: 19px;
    color:#000;
    outline:none;
    resize:none;
}
body.checkout-onepage-index ol#checkoutSteps #checkout-review-submit .buttons-set p.f-left{
    font-family: "AvantGardeGothicITCW01B 731069";
    font-size: 14px;
    line-height: 17px;
    color: #000;
    margin-top: 6px;
}
body.checkout-onepage-index ol#checkoutSteps #checkout-review-submit .buttons-set p.f-left a{
    font-family: "AvantGardeGothicITCW01D 731075";
    color:#000;
}
body.checkout-onepage-index ol#checkoutSteps #checkout-agreements ul.form-list{
    float:none;
}
body.checkout-onepage-index ol#checkoutSteps form#co-payment-form .sp-methods{
    display: flex;
    align-items: flex-start;
    flex-flow: wrap;
}
body.checkout-onepage-index ol#checkoutSteps form#co-payment-form .sp-methods dt{
    order:1;
    margin-top: 0;
}
body.checkout-onepage-index ol#checkoutSteps form#co-payment-form .sp-methods dd{
    order:2;
    width: 100%;
    padding-top: 5px;
}
body.checkout-onepage-index ol#checkoutSteps form#co-payment-form .sp-methods .form-list{
    padding-left: 0;
    width: auto;
    float:none;
    margin:0 -10px;
}
body.checkout-onepage-index ol#checkoutSteps form#co-payment-form .sp-methods .form-list:after{
    content:" ";
    display: block;
    height: 0;
    clear:both;
}
body.checkout-onepage-index ol#checkoutSteps form#co-payment-form .sp-methods .form-list > li{
    padding:0 10px;
}
body.checkout-onepage-index ol#checkoutSteps form#co-payment-form .sp-methods .form-list > li:not(:first-child){
    float:left;
    width: 50%;
    margin-top: 5px;
}
body.checkout-onepage-index ol#checkoutSteps form#co-payment-form .sp-methods .form-list > li:last-child:not(:first-child){
    display: none;
}
body.checkout-onepage-index ol#checkoutSteps form#co-payment-form .sp-methods .form-list input.input-text{
    min-width: 80px;
}
body.checkout-onepage-index ol#checkoutSteps form#co-payment-form .sp-methods .form-list a.cvv-what-is-this{
    display: none;
}
body.checkout-onepage-index ol#checkoutSteps #checkout-step-shipping_and_payment{
    font-size: 0;
}
body.checkout-onepage-index ol#checkoutSteps #checkout-review-submit{
    padding-top: 10px;
}
body.checkout-onepage-index ol#checkoutSteps .store_list{
    width: 100% !important;
    font-size: 14px;
    float:none;
    outline:none;
    height: 360px !important;
}
body.checkout-onepage-index ol#checkoutSteps .store_list input[type="radio"]{
    width: 16px;
    height: 16px;
    margin:0;
    padding:0;
    border-style: none;
    position: absolute;
    left:0; top:2px;
    opacity: 0;
}
body.checkout-onepage-index ol#checkoutSteps .store_list #location > .item{
    position: relative;
}
@media (max-width: 767px){
    body.checkout-onepage-index ol#checkoutSteps .store_list #location{
        padding:10px 12px;
    }
}
body.checkout-onepage-index ol#checkoutSteps .store_list .store-name{
    padding-left: 24px;
}
body.checkout-onepage-index ol#checkoutSteps .store_list .store-name:before{
    content:" ";
    position: absolute;
    left:0; top:2px;
    width: 16px;
    height: 16px;
    margin:0;
    padding:0;
    border-style: none;
    background:url('../images/filters_tick.png') no-repeat left bottom transparent;
    background-size: 100% auto;
    cursor: pointer;
}
body.checkout-onepage-index ol#checkoutSteps .store_list input[type="radio"]:checked + .store-name:before{
    background-position: left top;
}
body.checkout-onepage-index ol#checkoutSteps .store_list .str-dist{
    margin-left: 10px;
}
body.checkout-onepage-index ol#checkoutSteps .store_list + button#more_stores{
    outline: none;
    background: #db2516;
    min-width: 85px;
    border-radius: 5px;
    height: 43px;
    margin-bottom: 0;
    margin-top: 20px;
    font-family: "AvantGardeGothicITCW01B 731069", "Helvetica Neue", Helvetica, Arial, sans-serif;
    box-shadow: 0 0 3px 0 rgba(112, 112, 112, 0.5), 0 3px 4px 0 rgba(0, 0, 0, 0.24);
}
body.checkout-onepage-index .col-right.sidebar{
    width: 50%;
    padding-left: 20px;
    padding-top: 71px;
    text-align: center;
}
body.checkout-onepage-index .col-right.sidebar #checkout-progress-wrapper{
    display: inline-block;
    max-width: 50%;
    text-align: left;
    min-width: 300px;
}
body.checkout-onepage-index .col-right.sidebar #checkout-progress-wrapper .block-title{
    padding:0;
    background:transparent;
    max-height: none;
    color: #000;
    font-family: "AvantGardeGothicITCW01B 731063";
    font-size: 24px;
    line-height: 31px;
    margin-bottom: 15px;
}
body.checkout-onepage-index .col-right.sidebar #checkout-progress-wrapper .block-title strong{
    font-size: inherit;
    font-family: inherit;
    color:inherit;
    font-weight: 400;
}
body.checkout-onepage-index .col-right.sidebar #checkout-progress-wrapper .block-content{
    border-style: none;
}
body.checkout-onepage-index .col-right.sidebar #checkout-progress-wrapper .mini-products-list li.item{
    margin-bottom: 35px;
}
body.checkout-onepage-index .col-right.sidebar #checkout-progress-wrapper .mini-products-list .product-name{
    padding-top: 0;
}
body.checkout-onepage-index .col-right.sidebar #checkout-progress-wrapper .mini-products-list .product-name a{
    font-size: 14px;
    color: #000;
    font-family: "AvantGardeGothicITCW01X";
    line-height: 20px;
    text-transform: none;
    font-weight: 700;
}
body.checkout-onepage-index .col-right.sidebar #checkout-progress-wrapper .mini-products-list .product-name a:hover{
    text-decoration: underline;
}
body.checkout-onepage-index .col-right.sidebar #checkout-progress-wrapper .summary{
    padding-top: 15px;
    border-top: 2px solid rgb(218, 41, 28);
}
body.checkout-onepage-index .col-right.sidebar #checkout-progress-wrapper .summary .subtotal:after{
    content:" ";
    display: block;
    height: 0;
    clear:both;
}
body.checkout-onepage-index .col-right.sidebar #checkout-progress-wrapper .summary .label{
    float: left;
    color: #000;
    text-transform: none;
    font-family: "AvantGardeGothicITCW01B 731063", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 26px;
    line-height: 28px;
}
body.checkout-onepage-index .col-right.sidebar #checkout-progress-wrapper .summary .price{
    float: right;
    color: rgb(218, 41, 28);
    text-transform: none;
    font-family: "AvantGardeGothicITCW01B 731063", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 26px;
    line-height: 28px;
}
body.checkout-onepage-index .col-right.sidebar #checkout-progress-wrapper .mini-products-list a.btn-edit{
    display: none;
}
body.checkout-onepage-index .col-right.sidebar #checkout-progress-wrapper .mini-products-list .product-details{
    font-weight: 700;
    color: #000;
    text-transform: none;
    font-family: "AvantGardeGothicITCW01B 731063", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 17px;
}
body.checkout-onepage-index .col-right.sidebar #checkout-progress-wrapper .mini-products-list .product-details .price{
    color:rgb(218, 41, 28);
    font-size: 20px;
    line-height: 23px;
    font-family: inherit;
    font-weight: 400;
}
body.checkout-onepage-index ol#checkoutSteps #already_registered{
    position: relative;
    padding:13px 20px;
    border-radius: 4px;
    box-shadow:0 0 3px 0 rgba(112, 112, 112, 0.4), 0 3px 4px 0 rgba(0, 0, 0, 0.2);
    background:rgb(218, 41, 28);
    color:#fff;
    font-family: "AvantGardeGothicITCW01X";
    font-size: 15px;
    line-height: 18px;
    margin-top: 8px;
    margin-bottom: 60px;
}
body.checkout-onepage-index ol#checkoutSteps #already_registered:after{
    content:" ";
    position: absolute;
    width: 100%;
    height: 2px;
    background:rgb(218, 41, 28);
    left:0; top:100%;
    margin-top: 32px;
}
body.checkout-onepage-index ol#checkoutSteps #already_registered a{
    font-family: "AvantGardeGothicITCW01B 731063";
    font-size: 14px;
    color:inherit;
}
body.checkout-onepage-index ol#checkoutSteps #already_registered a:hover{
    color:rgb(246, 190, 0);
}
body.checkout-onepage-index ol#checkoutSteps a.button.edit-billing-address,
body.checkout-onepage-index ol#checkoutSteps a.button.edit-shipping-address{
    padding: 12px 25px;
    margin: 14px 0 16px;
    outline: none;
    background: #db2516;
    min-width: 85px;
    border-radius: 5px;
    float: left;
    font-family: "AvantGardeGothicITCW01B 731069", "Helvetica Neue", Helvetica, Arial, sans-serif;
    box-shadow: 0 0 3px 0 rgba(112, 112, 112, 0.5), 0 3px 4px 0 rgba(0, 0, 0, 0.24);
}
body.checkout-onepage-index .checkout-right-cart-sku{
    text-align: left;
    color: #000;
    font-family: "AvantGardeGothicITCW01B 731063";
    font-size: 11px;
    line-height: 12px;
    margin-bottom: 5px;
    font-weight: 400;
}
body.checkout-onepage-index .checkout-right-cart-sku span{
    font-family: "AvantGardeGothicITCW01M 731087";
}
body.checkout-onepage-index ol#checkoutSteps form#co-payment-form .sp-methods dd label[for="magebasedpspxpost_expiration"] + .input-box .v-fix{
    margin:0;
}
body.checkout-onepage-index ol#checkoutSteps form#co-payment-form .sp-methods dd label[for="magebasedpspxpost_expiration"] + .input-box .v-fix:first-child{
    width: 60%;
}
body.checkout-onepage-index ol#checkoutSteps form#co-payment-form .sp-methods dd label[for="magebasedpspxpost_expiration"] + .input-box .v-fix:last-child{
    width: 34%;
    float:right;
}
@media (max-width: 1269px){
    body.checkout-onepage-index ol#checkoutSteps form#co-payment-form .sp-methods dd label[for="magebasedpspxpost_expiration"] + .input-box .v-fix:first-child,
    body.checkout-onepage-index ol#checkoutSteps form#co-payment-form .sp-methods dd label[for="magebasedpspxpost_expiration"] + .input-box .v-fix:last-child{
        width: 100%;
    }
    body.checkout-onepage-index ol#checkoutSteps form#co-payment-form .sp-methods dd label[for="magebasedpspxpost_expiration"] + .input-box .v-fix:first-child{
        margin-bottom: 10px;
    }
}
@media (max-width: 479px){
    body.checkout-onepage-index ol#checkoutSteps li.fields .customer-name > div.field{
        width: 100%;
        padding:0;
    }
    body.checkout-onepage-index ol#checkoutSteps li.fields .customer-name > div.field:first-child{
        margin-bottom: 12px;
    }
    body.checkout-onepage-index ol#checkoutSteps #already_registered{
        line-height: 20px;
    }
    body.checkout-onepage-index ol#checkoutSteps form#co-payment-form .sp-methods .form-list > li:not(:first-child){
        width: 100%;
    }
}
body.checkout-onepage-success .col-main{
    padding-top: 35px;
    display: flex;
    flex-flow: wrap;
}
body.checkout-onepage-success .col-main .page-title{
    display: none;
}
body.checkout-onepage-success .col-main .sub-title{
    display: none;
}
body.checkout-onepage-success .success_page_title_confirmed{
    font-family: "AvantGardeGothicITCW01B 731063";
    color:#000;
    font-size: 40px;
    line-height: 43px;
    margin:0 0 25px;
    width: 100%;
    order:0;
}
body.checkout-onepage-success .success_page_receive_email{
    font-size: 16px;
    line-height: 18px;
    font-family: "AvantGardeGothicITCW01B 731069";
    color:#000;
    text-align: center;
    margin:0 0 35px;
    width: 100%;
    order:0;
}
body.checkout-onepage-success .block.block-cart{
    width: 50%;
    padding:0 15px 0 0;
    text-align: right;
    float:left;
}
body.checkout-onepage-success .block.block-cart .block-content{
    display: inline-block;
    max-width: 50%;
    text-align: left;
    min-width: 300px;
}
body.checkout-onepage-success .block.block-cart .block-title{
    display: inline-block;
    padding:0;
    background:transparent;
    max-height: none;
    color: #000;
    font-family: "AvantGardeGothicITCW01B 731063";
    font-size: 24px;
    line-height: 31px;
    margin-bottom: 15px;
    max-width: 50%;
    min-width: 300px;
    text-align: left;
}
body.checkout-onepage-success .block.block-cart .block-title strong{
    font-size: inherit;
    font-family: inherit;
    color:inherit;
    font-weight: 400;
}
body.checkout-onepage-success .block.block-cart .block-content{
    border-style: none;
}
body.checkout-onepage-success .block.block-cart .block-content .mini-products-list li.item{
    margin-bottom: 35px;
}
body.checkout-onepage-success .block.block-cart .block-content .mini-products-list .product-name{
    padding-top: 0;
}
body.checkout-onepage-success .block.block-cart .block-content .mini-products-list .product-name a{
    font-size: 14px;
    color: #000;
    font-family: "AvantGardeGothicITCW01X";
    line-height: 20px;
    text-transform: none;
    font-weight: 700;
}
body.checkout-onepage-success .block.block-cart .block-content .mini-products-list .product-name a:hover{
    text-decoration: underline;
}
body.checkout-onepage-success .block.block-cart .block-content .summary{
    padding-top: 15px;
    border-top: 2px solid rgb(218, 41, 28);
}
body.checkout-onepage-success .block.block-cart .block-content .summary .subtotal:after{
    content:" ";
    display: block;
    height: 0;
    clear:both;
}
body.checkout-onepage-success .block.block-cart .block-content .summary .label{
    float: left;
    color: #000;
    text-transform: none;
    font-family: "AvantGardeGothicITCW01B 731063", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 26px;
    line-height: 28px;
}
body.checkout-onepage-success .block.block-cart .block-content .summary .price{
    float: right;
    color: rgb(218, 41, 28);
    text-transform: none;
    font-family: "AvantGardeGothicITCW01B 731063", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 26px;
    line-height: 28px;
}
body.checkout-onepage-success .block.block-cart .block-content .mini-products-list a.btn-edit{
    display: none;
}
body.checkout-onepage-success .block.block-cart .block-content .mini-products-list .product-details{
    font-weight: 700;
    color: #000;
    text-transform: none;
    font-family: "AvantGardeGothicITCW01B 731063", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 17px;
}
body.checkout-onepage-success .block.block-cart .block-content .mini-products-list .product-details .price{
    color:rgb(218, 41, 28);
    font-size: 20px;
    line-height: 23px;
    font-family: inherit;
    font-weight: 400;
}
body.checkout-onepage-success .checkout-right-cart-sku{
    text-align: left;
    color: #000;
    font-family: "AvantGardeGothicITCW01B 731063";
    font-size: 11px;
    line-height: 12px;
    margin-bottom: 5px;
    font-weight: 400;
}
body.checkout-onepage-success .checkout-right-cart-sku span{
    font-family: "AvantGardeGothicITCW01M 731087";
}
body.checkout-onepage-success .block.block-progress{
    width: 50%;
    float:left;
    padding-left: 15px;
    opacity: 1 !important;
}
body.checkout-onepage-success .block.block-progress .block-title{
    display: none;
}
body.checkout-onepage-success .block.block-progress .block-content dt.complete{
    padding: 0;
    background: transparent;
    max-height: none;
    color: #000;
    font-family: "AvantGardeGothicITCW01B 731063";
    font-size: 24px;
    line-height: 31px;
    margin-bottom: 20px;
    text-align: left;
    border-style: none;
}
body.checkout-onepage-success .block.block-progress .block-content dd.complete{
    font-size: 16px;
    line-height: 22px;
    color:#000;
    font-family: "AvantGardeGothicITCW01B 731069";
    text-align: left;
    padding-left: 0;
    padding-top: 0;
}
body.checkout-onepage-success .block.block-progress .block-content dd.complete .price,
body.checkout-onepage-success .block.block-progress .block-content dd.complete strong{
    font-family: "AvantGardeGothicITCW01B 731063";
    font-weight: 400;
}
body.checkout-onepage-success .buttons-set{
    width: 100%;
    order:20;
    text-align: center;
    border-top-style: none;
}
body.checkout-onepage-success .buttons-set button.button{
    outline: none;
    background: #db2516;
    min-width: 85px;
    border-radius: 5px;
    height: 43px;
    margin:0 15px;
    font-family: "AvantGardeGothicITCW01B 731069", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #FFFFFF;
    border: 1px solid #D76E01;
    cursor: pointer;
    font-size: 15px;
    padding:6px 16px;
    display: inline-block;
    vertical-align: bottom;
}
body.checkout-onepage-success .buttons-set a.print_order{
    display: inline-block;
    padding: 11px 23px;
    font-family: "AvantGardeGothicITCW01B 731069", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    width: auto;
    color: #0c0c0c;
    font-weight: 700;
    margin:0 15px;
    vertical-align: bottom;
}
body.checkout-onepage-success .buttons-set a.print_order:before{
    content:"\e629";
    font-family: 'cv-ico-general';
    margin-right: 10px;
    font-size: 15px;
    vertical-align: -1px;
}
body.checkout-onepage-success .buttons-set a.print_order:hover{
    color: #f7c600;
}
@media (max-width: 767px){
    body.checkout-onepage-success .col-main{
        padding-top: 15px;
    }
    body.checkout-onepage-success .success_page_title_confirmed{
        font-size: 34px;
        line-height: 38px;
        margin-bottom: 20px;
    }
    body.checkout-onepage-success .block.block-cart{
        display: none;
    }
    body.checkout-onepage-success .block.block-progress{
        width: 100%;
    }
}
@media (max-width: 479px){
    body.checkout-onepage-success .buttons-set a.print_order{
        margin:0 10px 10px;
    }
    body.checkout-onepage-success .buttons-set button.button{
        width: auto;
        margin:0 10px 10px;
    }
    body.checkout-onepage-success .success_page_title_confirmed {
        font-size: 30px;
        line-height: 34px;
        margin-bottom: 18px;
    }
    body.checkout-onepage-success .success_page_receive_email{
        line-height: 21px;
    }
}
/*2476 Checkout*/