/* reset style */
html{
    height:100%;
}
a:focus,button:focus{
    outline: none;
}
.btn{
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear;
}
input[type=text],input[type=number],input[type=email],select,input[type=password]{
    border:1px solid #dddddd !important;
    box-shadow: none !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 3px !important;
    height:40px;
    box-sizing: border-box;
    line-height: 40px;
    padding:0 15px;
}
input[type=text]:focus,input[type=number]:focus,input[type=email]:focus,select:focus,input[type=password]:focus,input[type=tel]:focus,textarea:focus{
    border:1px solid #bbb !important;
}
.btn{
    box-shadow: none !important;
}
.btn.btn-primary:focus,.btn.btn-default{
    outline: none;
}
/* header */
.cms-index-index #sharkskin-header2{
    position: relative;
}
#sharkskin-header2{
    background: transparent;
}
.switcher-selector{
    background: transparent;
    border: none;
}
.switcher-selector:hover .switcher-current:after{
    display: none;
}
.switcher-selector .switcher-options{
    background: #fff;
    border: none;
    margin:0;
}
.sharkskin-header-widget .widget-header,.sharkskin-header-cart .widget-header .sharkskin-cart-items,
#sharkskin-header2 #sharkskin-header-main .sharkskin-header-widget{
    background-image: none;
}
#sharkskin-header2 #sharkskin-header-main .sharkskin-header-widget,
.sharkskin-header-widget .widget-header{
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

#sharkskin-header-top{
    position: relative;
}
#sharkskin-header2 #sharkskin-header-top .sharkskin-header-toplinks .sharkskin-links li + li:before{
    display: none;
}
#sharkskin-header2 #sharkskin-header-top{
    padding:0;
}
#sharkskin-header2 #sharkskin-header-menu #sharkskin-header-menu-container .sharkskin-megamenu{
    margin-top:0;
}
.switcher-selector{
    padding-left: 0;
}
#sharkskin-header2 #sharkskin-header-top .sharkskin-header-toplinks .sharkskin-links{
    margin:9px 0;
}
#sharkskin-header2 #sharkskin-header-top .sharkskin-header-toplinks .sharkskin-links li{
    margin:0 10px 0 0;
}
#sharkskin-header2 #sharkskin-header-top .sharkskin-header-toplinks .sharkskin-links li.last{
    margin:0;
}

#sharkskin-header2 #sharkskin-header-main h1.logo{
    line-height: 81px;
}

#sharkskin-header-cart .fa-chevron-down,.sharkskin-header-compare .fa-chevron-down{
    font-size: 8px;
    position: absolute;
    top:50%;
    margin-top:-6px;
    right:0;
}
.sharkskin-header-cart .widget-header{
    padding:0 8px 8px 42px;
    position: relative;
    margin-right:20px;
}
.sharkskin-header-cart .widget-header .fa-shopping-cart{
    font-size: 23px;
}
.sharkskin-header-cart .widget-header .fa-shopping-cart{
    font-size: 23px;
    position: absolute;
    left: 15px;
    top: 6px;
}

#algolia-searchbox label,.clear-query-autocomplete{
    display: none;
}
#algolia-glass{
    display: none;
}
#algolia-searchbox #search{
    border:1px solid #dddddd;
    width:100%;
    height:44px;
    border-radius: 3px;
    position: relative;
    color: #555555;
    padding-left: 15px;
}
#algolia-searchbox #search:focus{
    outline: none;
}
#algolia-searchbox .fa-search{
    color: #df6f2d;
    position: absolute;
    top: 13px;
    right: 19px;
    font-size: 15px;
}
.switcher-selector span, .switcher-selector a{
    color:#555555;
    font-weight: 400;
}
#sharkskin-header2 #sharkskin-header-top .switcher{
    margin:0;
}
.store-switcher > span.switcher-label{
    line-height: 38px;
    float: left;
    position: relative;
    padding:0 20px 0 0;
}
.store-switcher > span.switcher-selector{
    line-height: 38px;
    float: left;
    position: relative;
    padding:0 20px 0 17px;
}
.current-logo{
    border-left:1px solid #dddddd;
    border-right:1px solid #dddddd;
}
.current-logo:after,.switcher-selector:hover:after{
    content:"";
    display: block;
    height:2px;
    background: #c59a7e;
    bottom:-2px;
    position: absolute;
    width: 100%;
    left:0;
    z-index:9999;
}
.shop_btn{
    font-size: 12px;
    border:2px solid #cccccc;
    background: #fff;
    width:180px;
    height:46px;
    box-sizing: border-box;
    color:#696a6c !important;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 44px !important;
    text-align: center;
    display: inline-block;
    text-decoration: none !important;
    letter-spacing: 0.5px !important;
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
    transition:all .5s;
}
.shop_btn:hover{
    color:#fff !important;
    background: #df6f2d;
    border:2px solid #df6f2d;
}
.switcher-label span{
    font-weight: 400;
}
.switcher-selector{
    border-left:1px solid #dddddd;
    border-right:1px solid #dddddd;
    position: relative;
}
.switcher-selector:hover .switcher-options{
    border:1px solid #fff;
}
.switcher-selector:after{
    content:"";
    display: block;
    height:2px;
    background: #c59a7e;
    bottom:-2px;
    position: absolute;
    width: 100%;
    left:0;
    z-index:9;
}
/* footer */

#sharkskin-footer ul{
    padding:0;
}

#sharkskin-footer .sharkskin-footer-content{
    padding-top:39px;
    padding-bottom:0;
}
#sharkskin-footer ul li{
    line-height: 24px;
}

#sharkskin-footer ul li a:hover{
    text-decoration: underline;
    color:#df6f2d;
}
.sharkskin-footer-content hr{
    background: #dddddd;
    height: 0;
    border: none;
    margin-top:46px !important;
    margin-bottom:18px !important;
}
.sharkskin-footer-footnotes .col-md-4:nth-child(2){
    text-align: center;
    float: right;
}
.sharkskin-footer-footnotes .col-md-4.last{
    text-align: right;
    float: right;
    padding-top:30px;
}
.sharkskin-footer-footnotes p{
    line-height: 20px;
    margin:0;
    color:#555555;
}
.sharkskin-footer-footnotes .col-md-4.first p{
    margin-top:45px;
}
#sharkskin-footer .sharkskin-footer-footnotes{
    padding-bottom:15px;
}

/* home cms content */

.tab-content .fa{
    color:#9f9f9f;
}
.tab-content .fa:hover{
    color:#0f0f0f;
}
.carousel-prev,.carousel-next{
    width:10px;
    height:17px;
    display: inline-block;
}
.carousel-prev{
    background: url(../images/prev.jpg);
}
.carousel-prev:hover{
    background: url(../images/prev_hover.jpg);
}
.carousel-next{
    background: url("../images/next.jpg");
}
.carousel-next:hover{
    background: url("../images/next_hover.jpg");
}
.cms-index-index .sharkskin-content .product-image-box img{
    border:none;
}
.product-box{
    text-align: center;
    padding-bottom:1px;
}
#product-carousel-box .product-image-box img{
    padding:0;
}
#product-carousel-box .owl-navigation-top-right-angle-middle .owl-controls .owl-buttons div.owl-prev{
    right:32px;
}
.tab-content .owl-carousel .owl-item{
    padding-top:4px;
}
.owl-carousel.owl-theme .product-name{
    color:#111111 !important;
    margin-top:8px;
    min-height: inherit;
    font-weight: 400;
    margin-bottom: 3px;
}

.home-banner .col-md-4{
    padding:0 10px;
    margin-bottom: 20px;
}
.home-banner{
    padding:0 5px;
    margin-top:10px;
}


.home-banner .content p{
    color:#555555;
}


.home-banner .equalheight.center .info{
    padding:26px 30px 24px 30px;
	text-align: left;
}
.home-banner .equalheight.center .info:after{
    content:"";
    display: block;
    clear: both;
}
.home-banner .equalheight{
    padding:0 10px;
	text-align: left;
}
.home-banner .equalheight.first .top p,.home-banner .equalheight.last .bottom p{
    line-height: 18px;
    margin-bottom:16px;
}

.home-banner .equalheight.center h2{
    color:#fff;
    margin-bottom: 13px;
}
.home-banner .equalheight.center p{
    color:#fff;
}
.home-banner .equalheight.center .btn.btn-primary{
    border:2px solid #fff;
    background: transparent !important;
    color:#fff !important;
    margin-top: 16px;
    line-height: 32px !important;
}
.home-banner .equalheight.center .info p{
    margin:0;
    line-height: 19px;
}

.sharkskin-header-widget .widget-content{
    background: #fff;
    box-shadow: none;
    border: 1px solid #dddddd;
    border-radius: 0;
    margin-top: -2px;
    right:-1px;
    left:auto !important;
    padding:17px 20px;
}
/* cart */

.sharkskin-header-widget .mini-products-list .item .product-image img{
    border:none;
}
.sharkskin-header-widget .mini-products-list .item .product-image{
    margin: 0;
    width: 75px;
    padding: 4px 13px 0 0;
}

.sharkskin-header-widget .mini-products-list .item .product-name{
    margin-top:3px;
    margin-bottom:6px;
}

.btn-edit i{
    font-size: 12px !important;
    color:#555555 !important;
}
.sharkskin-header-widget .mini-products-list .item .btn-remove i{
    color:#555555 !important;
}
.sharkskin-header-widget .mini-products-list .item + .item{
    margin-top:25px;
}

.sharkskin-header-widget .subtotal{
    margin-top:35px;
}

.sharkskin-header-widget .subtotal .grand .label,
.minicart-wrapper .subtotal .grand .price{
    font-size: 12px;
}
.sharkskin-header-widget .subtotal{
    text-align: left;
}
.minicart-wrapper .subtotal .price{
    float: right;
    line-height: 22px;
}
.sharkskin-header-widget .subtotal{
    padding-top:14px;
}
.sharkskin-header-widget .subtotal .label{
    padding-left: 0;
}
.sharkskin-header-widget .subtotal p:after {
    content: "";
    display: block;
    clear: both;
}
.minicart-wrapper .subtotal .grand .price{
    line-height: 18px;
}
.sharkskin-header-widget .minicart-actions .checkout-types{
    float:none;
}
.minicart-actions .checkout-button{
    background: #56565a;
    display: block;
    border:none;
    color:#fff;
    letter-spacing: 0.5px;
    margin-top:11px;
    border:none !important;
}

i.delete{
    display: inline-block;
    width:11px;
    height:12px;
    background: url(../images/delete.jpg);
}

.sharkskin-megamenu .megamenu-mega2 a.level1{
    color:#555555;
    font-weight: 400;
    font-size: 11px;
}

.sharkskin-megamenu li:hover > .megamenu-dropdown.megamenu-mega6{
    display: block;
}

/*---------------------category page ------------------*/
#sliderSubcategories{
    background: #fff;
    box-shadow:none;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
}
#sliderSubcategories .title-box{
    background: none;
    box-shadow:none;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
}
#sliderSubcategories .subcategory-slider{
    padding-top:0;
}
#sliderSubcategories .title-box:before,#sliderSubcategories .title-box:after{
    display: none;
}
#sliderSubcategories .title-box .title{
    font-weight: 700;
    color:#464646;
    font-size: 13px;
    text-transform: uppercase;
}
#sliderSubcategories{
    border-bottom:1px solid #dddddd;
}
#sliderSubcategories .subcategory-slider .subcategories-box .subcategories-list{
    min-height: 130px;
}
#sliderSubcategories .owl-navigation-left-right-angle-middle .owl-controls .owl-buttons div{
    top:40% !important;
}
.title-box > .title:after {
    content: "";
    display: block;
    width: 1px;
    height: 69px;
    border-right: 1px solid #dddddd;
    position: absolute;
    right: -10px;
    top: -3px;
    transform: rotate(-20deg);
}
.title-box > .title:before {
    content: "";
    display: block;
    width: 1px;
    height: 70px;
    border-right: 1px solid #dddddd;
    position: absolute;
    right: -10px;
    bottom: -12px;
    transform: rotate(20deg);
}
#sliderSubcategories .subcategory-slider{
    padding-left: 218px;
}
.sharkskin-breadcrumb{
    margin:15px 0 0;
}
.sharkskin-breadcrumb > li + li:before{
    padding:0 0 0 3px;
}

.collapse-button:after{
    content:"\f077";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 10px;
    position: absolute;
    right:17px;
}
.collapse-button.active:after{
    content:"\f078";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 10px;
    position: absolute;
    right:17px;
}
.sidebar .block .block-title{
    background:#fff;
}
.catalog-category-view .sidebar .block .block-content{
    padding:0;
}

.sidebar .block ol li{
    line-height: 24px;
    margin-bottom:0;
}
.block-layered-nav .block-content dd{
    padding-left: 20px;
    padding-top:6px;
    /*border-bottom:1px solid #dddddd;*/
    background: #fff;
}
.catalog-category-view .product-cms h1:not(.logo){
    margin-bottom:16px;
}
/*hide toolbar sort and catalog view mode*/
.category-view-mode{
    display: none !important;
}
.limiter.dropdown{
    float: right;
}
.page-pager{
    position: absolute;
    width:100%;
    text-align: center;
    display:none !important;
}
.hidden-desktop.number-item{
    display: block;
}
.dropdown{
    z-index:9;
    box-shadow:none;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    border:1px solid #dddddd;
    height:35px;
    line-height: 32px;
    padding:0 11px;
}
.dropdown i{
    border:none;
    color:#222222;
}


/* hide product action*/
.category-products .products-grid .item .product-list-grid-box .product-action{
    display: none !important;
}
.dropdown ul{
    padding:0 10px;
    box-shadow: none;
}
.dropdown ul li:hover{
    background: transparent;
}
.dropdown ul li a{
    color:#555555;
    font-weight: normal;
}
.category-products .products-grid .item .product-list-grid-box .ratings{
    display: none;
}
.category-products .products-grid .item .product-list-grid-box{
    margin:24px 0 0 0;
}
.category-products .products-grid .item .product-info{
    text-align:center;
    margin-top:8px;
}

.category-products .products-grid .item .actions{
    position: relative;
    margin-top: 0;
}
.category-products .products-grid .item .actions .availability.out-of-stock{
    padding: 8px 15px !important;
    width: 100%;
    background: transparent;
    border: 1px solid #ddd;
    text-align: center;
    display: inline-block;
    color: #fff;
    width: 100%;
    background: #56565a;
    border: 0!important;
    font-weight: 600;
    text-transform: uppercase;
    opacity: 0.6;
}
.catalog-category-view .product-page-qty-buttons{
    padding-top: 0;
}
.catalog-category-view .qty-input .qty-inc {
    border-left: 0!important;
}
.catalog-category-view .qty-input .qty-dec{
    border-right: 0 !important;
}
.catalog-category-view .qty-inc, .catalog-category-view .qty-dec{
    width: 20%;
    display: inline-block;
    border: 1px solid #dddddd !important;
    height: 40px;
    float: left;
    text-align: center;
    color: #aaa;
    background: #f4f4f4;
}
.catalog-category-view .qty-input input#qty:focus, .catalog-category-view .qty-input input#qty:active{
    border-color:#ddd!important
}
.catalog-category-view .qty-inc:hover, .catalog-category-view .qty-dec:hover{
    color: #aaa;
}
.catalog-category-view .qty-inc .fa, .catalog-category-view .qty-dec .fa{
    margin-top: 14px;
}
.catalog-category-view .qty-input input#qty{
    float: left;
    text-align: center;
    width: 60%;
    border-radius: 0!important;
}
.sharkSkinUnlimScrollBtn{
    /*padding:0;*/
    border-bottom:1px solid #dddddd;
    margin-bottom:20px;
}
.category-products .products-grid{
    margin-bottom:0;
}
.category-products .products-grid .item .product-info{
    min-height: 79px;
}
.sharkSkinUnlimScrollBtn .btn.btn-primary{
    padding:12px 25px;
}
.catalog-category-view #sharkskin-footer{
    margin-top:0;
}
#sliderSubcategories .subcategory-slider .subcategories-box .subcategories-list a .image{
    padding-top:13px;
}
#sliderSubcategories .subcategory-slider .subcategories-box .subcategories-list a .title{
    padding:10px 5px 0 5px;
    color:#555555;
    font-size: 11px;
}
#sliderSubcategories .subcategory-slider .subcategories-box:hover a .title{
    color:#e56f1e !important;
}

.col-md-9.col-xs-12.initial-pos{
    position: inherit;
}
.category-cms-block p{
    font-size: 11px;
    color:#555555;
    line-height: 20px;
}
.category-cms-block .col-md-4{
    margin-bottom:20px;
    /*padding:0 10px;*/
}
/*.category-cms-block .row{*/
    /*margin-left:-10px;*/
    /*margin-right:-10px;*/
/*}*/
/* hide zoom */
.zoomContainer{
    display: none;
}
.product-page2 .product-media-box .product-gallery .jcarousel-vertical ul li{
    width:96px !important;
    height:103px !important;
    margin-bottom:20px;
}
.product-page2 .product-short-info-box .shadow-price-box{
    box-shadow: none;
    border-left: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    padding:0;
    background: #fff;
}

.catalog-product-view .sharkskin-breadcrumb{
    margin:16px 0 0;
}
.product-page2 .product-short-info-box{
    margin-top:-5px;
}
.product-pre-name{
    color:#464646;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom:0;
}

.add-info ul{
    padding:0;
}
.add-info ul li{
    float:left;
    margin-right:20px;
    color: #777777;
    list-style: inside !important;
    max-width: 100%;
}
.add-info ul li:first-child{
    list-style: none !important;
}
/* hide status product */
.price-info .availability{
    display: none;
}
.add-info:after{
    content:"";
    display: block;
    clear: both;
}
.product-page2 .product-short-info-box .shadow-price-box .price-box{
    margin:0;
}
.catalog-product-view .short-description{
    margin-top:12px;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 26px;
    margin-bottom:30px;
    color:#555555;
}
.catalog-product-view .short-description .class{
    color:#555555;
    font-size: 11px;
    line-height: 20px;
}

.product-page2 .product-short-info-box .qty-holder label{
    display: none !important;
}
.product-page2 .product-short-info-box .shadow-price-box .product-page-cart-box{
    margin:20px 0 20px;
}
.product-page2 .product-short-info-box .shadow-price-box input.qty{
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border:1px solid #dddddd;
    color:#222222;
    font-size: 12px;
    font-weight: 400;
    width: 50px;
    height: 36px;
}
.product-page2 .product-short-info-box .shadow-price-box .product-page-qty-buttons{
    background: transparent;
    height:36px;
    width:20px;
}
.product-page2 .product-short-info-box .shadow-price-box .product-page-qty-buttons a{
    line-height: 15px;
}
.product-page2 .product-short-info-box .shadow-price-box .product-page-qty-buttons a.qty-inc i{
    border-bottom:1px solid #dddddd;
    height:10px;
    line-height: 5px;
}
.product-page2 .product-short-info-box .shadow-price-box .product-page-qty-buttons a.qty-dec i{
    border:none;
}
.product-page-qty-buttons{
    padding-top:3px;
}
.product-page2 .product-short-info-box .shadow-price-box .qty-holder{
    display: block;
    float: left;
    margin-top:0;
}

.product-page2 .wide-shadow:before{
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border-bottom:1px solid #dddddd;
}
.product-page2 .product-page-right{
    background:#fff;
}

.product-page2 .bottom{

}
.product-page2 .product-page-right{
    padding:16px 0 0 0;
}
.product-page2.row.bottom{
    margin-top:44px;
}
.product-related-box .owl-controls{
    position: absolute;
    top:-60px;
    right:0;
}
.owl-theme .owl-controls .owl-buttons div{
    background: transparent;
}
.product-related-box .owl-theme .owl-controls .owl-buttons div{
    margin:0;
}
.product-tabs:after{
    content:"";
    display: block;
    clear: both;
}
.product-tabs li a{
    text-decoration: none !important
}
.product-tabs li{
    margin-right:5px;
}
.fancybox-skin .fancybox_message_title{
    display: none;
}
.fancybox-skin{
    background: #fff !important;
}

.fancybox-skin .fancybox-close-default{
    background: transparent;
}
.fancybox-skin .fancybox-close-default{
    width:16px;
    height:16px;
    background:url('../images/close.jpg');
    top:20px;
    right:20px;
}
.fancybox_message_content{
    width:460px;
    max-width: 100%;
}
.fancybox-skin .fancybox_message_content_panel{
    text-align: center;
}
.fancybox-skin .fancybox_message_content_panel{
    padding-top:27px;
    padding-bottom:29px;
}
.fancybox-opened .fancybox-skin{
    padding:20px 50px 25px 50px !important;
}

#product-carousel-box{
    margin:0;
}
.fancybox_message_content .owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
    position: absolute;
    top: -44px;
    right: 0;
}

.relate-popup{
    border-top:1px solid #dddddd;
}

/* checkout page */
#header-checkout .back-to-cart{
    position: absolute;
    top:50%;
    margin-top:-18px;
}
#header-checkout div.logo{
    text-align: center;
    margin-top:32px;
    margin-bottom:30px;
}
.checkout-onepage-index .sharkskin-footer-content{
    display: none;
}
.checkout-onepage-index .sharkskin-footer-footnotes{
    padding-top:19px;
}
.checkout-onepage-index h1{
    border-bottom: 1px solid #dddddd;
    padding-bottom: 17px;
    margin-bottom:0;
}
.checkout-onepage-index .sharkskin-breadcrumb{
    margin:14px 0 0;
}
.checkout-onepage-index .page-title, .checkout-onepage-index aside{
    margin-top:0;
}
#checkoutSteps li .step-title h3 .number,.allow .step-title:hover{
    background: transparent;
}
#checkoutSteps li .step-title h3 .number{
    padding-left: 0;
    margin-right: 5px;
    padding-right: 0;
}
.allow .step-title .number{
    color:#464646 !important;
}
.checkout-onepage-index .page-title{
    margin-bottom:0;
}
#checkoutSteps li #checkout-step-billing, #checkoutSteps li #checkout-step-shipping, #checkoutSteps li #checkout-step-shipping_method, #checkoutSteps li #checkout-step-payment, #checkoutSteps li #checkout-step-review{
    padding-left: 0;
}
#checkoutSteps li label{
    font-size: 11px;
    color:#555555;
    margin-top:0;
    display: block;
    float: none;
    margin-bottom: 0;
}
.radio:after {
    content: "";
    display: block;
    clear: both;
}
/*input[type=radio] {*/
    /*display: none;*/
/*}*/

/*input[type=radio]:not(:checked) + .after_radio:before{*/
    /*border:1px solid #dddddd;*/
    /*background: #fff;*/
/*}*/
/*input[type=radio] + .after_radio:before{*/
    /*display: inline-block;*/
    /*width: 20px;*/
    /*height: 20px;*/
    /*position: absolute;*/
    /*left: 0;*/
    /*content: "";*/
    /*border-radius: 50%;*/
/*}*/

/*input[type=radio]:checked + .after_radio:after{*/
    /*content:"";*/
    /*width: 20px;*/
    /*height: 20px;*/
    /*position: absolute;*/
    /*left: 0;*/
    /*top:0;*/
    /*border-radius: 50%;*/
    /*border:1px solid #dddddd;*/
/*}*/
div.radio {
    position: relative;
}
div.radio label{
    margin-left: 0;
    line-height: 20px;
}

/* shopping cart */
.checkout-cart-index .sharkskin-breadcrumb{
    margin:17px 0 0;
}
.checkout-cart-index .cart{
    margin-top:4px;
}
.checkout-cart-index main .checkout-types .btn.btn-black{
    padding:0 73px !important;
    max-width: 100%;
}
.btn.btn-black{
    outline:none !important;
}
#shoppingCart .toolbar:after{
    content:"";
    display: block;
    clear: both;
}
.checkout-cart-index h1{
    margin-top:6px;
    margin-bottom:28px;
}
.cart table.data-table{
    border-top:1px solid #dddddd;
    margin-top:0;
}
.cart table.data-table tbody{
    border-top:1px solid #dddddd;
}

.cart table.data-table tr .product-image{
    border:none;
}
.cart table.data-table tr .product-image{
    padding:0;
}
.cart table.data-table tr td{
    padding:10px 10px 10px 0;
    vertical-align: middle;
}
.cart table.data-table tr .product-image{
    width:112px;
    margin:0;
}
.cart table.data-table tr td:first-child,.cart table.data-table tr th:first-child{
    width:100px;
}
/*.cart table.data-table tr td .qty-box{*/
    /*padding-top:52px;*/
/*}*/
.cart table.data-table tr td .qty{
    background: #fff;
    padding:0;
    width:50px;
    height:35px;
    line-height: 35px;
    text-align:center;
    border-radius: 3px;
    border:1px solid #dddddd;
    box-shadow: none;
    -webkit-box-shadow:none;
    color:#222222;
    -moz-box-shadow:none;
    font-size: 12px;
}
.cart table.data-table tr td:last-of-type{
    line-height: 70px;
    padding:0;
}
.cart table.data-table tr td .product-page-qty-buttons{
    height:35px;
    background: #fff;
    border:1px solid #dddddd;
    width:20px;
    margin:0 4px;
    border-radius: 3px;
}
.cart table.data-table tr td .product-page-qty-buttons a{
    height:16px;
}
.cart table.data-table tr td .product-page-qty-buttons a.qty-dec i{
    border-top:1px solid #dddddd;
}
.cart table.data-table tr td .product-page-qty-buttons a  i{
    padding-top:3px;
    color:#777777;
}
.cart table.data-table tfoot .btn-update{
    float: right
}
.cart table.data-table tfoot tr td:last-of-type{
    padding-top:20px;
}
#shopping-cart-totals-table, .cart .shipping, .cart .col-sm-9 .discount{
    background: transparent;
    border-radius: 3px;
    border:1px solid #dddddd;
    border-collapse: separate;
    overflow: hidden;
    padding: 24px 20px;
}
#shopping-cart-totals-table{
    background: #fbfbfb !important;
}
.cart .col-sm-3 .discount{
     background: transparent;
     padding: 0;
     margin-bottom: 0;
}
span.price-label{
    display: none;
}
.old-price .price{
    text-decoration: line-through;
}
#shopping-cart-totals-table td:first-child{
    text-align:left;
    width: 80px;
}
.checkout-cart-index .cart-collaterals .checkout-types .btn.btn-primary,
.checkout-cart-index .cart-collaterals .checkout-types .btn.btn-default{
    padding:0;
    width:100%;
    height: 36px;
    line-height: 36px;
}
.checkout-cart-index .related ul{
    list-style:none;
    padding:0 15px;
}
.checkout-cart-index .related{
    border-top-left-radius:3px;
    border-top-right-radius:3px;
    border-left:1px solid #dddddd;
    border-right:1px solid #dddddd;
    border-bottom:1px solid #dddddd;
}

.checkout-cart-index .related ul li .product-img{
    float:left;
    display:block;
}
.checkout-cart-index .related ul li:after{
    content:"";
    display:block;
    clear:both;
}
.checkout-cart-index .related ul li{
    border-bottom:1px solid #dddddd;
    padding:9px 0;
}
.checkout-cart-index .related ul li:last-child{
    border:none;
}


.checkout-cart-index .related ul li > div{
    margin-left:100px;
    padding-top:18px;
}


.checkout-cart-index ul.messages{
    /*border-top:1px solid #dddddd;*/
    /*padding-top:20px;*/
    margin-bottom:20px;
}
.cart table.data-table tr td{
    border-bottom:1px solid #dddddd;
}
.cart table.data-table tbody tr td:last-of-type{
    border-bottom:1px solid #dddddd;
}
#shopping-cart-totals-table td.discount{
    background: transparent;
}

#sliderSubcategories .owl-wrapper-outer{
    width:100%;
}
#sliderSubcategories .owl-navigation-left-right-angle-middle .owl-controls .owl-buttons div.owl-next{
    right:-40px;
}

.category-cms-block .col-md-4 a{
    display: block;
    text-decoration: none !important;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 6px;
    margin-bottom: 10px;
}
.catalog-category-view .catalogCategoryProductList{
    margin-bottom:35px;
}
.catalog-category-view .toolbar-bottom{
    margin-bottom:55px;
    position: relative;
}
body input[type=text].validation-failed,
body input[type=email].validation-failed,
body input[type=password].validation-failed,
body input[type=number].validation-failed,
body select.validation-failed{
    border:1px solid #ee1414 !important;
    color:#555 !important;
}
input[type=checkbox]{
    position: absolute;
    display: block;
    overflow: hidden;
    opacity: -1;
    cursor: pointer;
    width: 20px;
    height: 20px;
    margin: 0;
    /*top: -5px;*/
}
.after_checkbox {
    width: 20px;
    height: 20px;
    display: inline-block;
    border: 1px solid #e1e1df !important;
    /*margin-top: 5px;*/
    float: left;
    margin-right:10px;
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"]{
    margin-left: 0;
    outline:none !important;
    cursor: pointer;
}
.checkbox{
    padding-left: 0;
}
.catalog-category-view .sidebar .block .block-content > ol{
    padding:10px 20px;
}
.sidebar .block .actions{
    padding: 8px 7px 0;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 8px;
}
.sidebar .block .btn-remove{
    position: absolute;
    right: 30px;
}
select{
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     background:url(../images/bg-select.png) 95% center no-repeat !important;
 }
select::-ms-expand {
    display: none !important;
}
.product-page2 .product-short-info-box .shadow-price-box .product-page-qty-buttons a.qty-inc{
    line-height: 12px;
}
.sidebar .block ol li a.current{
    text-decoration: underline;
}
.checkout-onepage-index .step{
    padding-top:17px;
    padding-right:0;
    padding-bottom:17px;
}

#opc-shipping_method address{
    margin-top:4px;
    margin-bottom: 21px;
}

#checkoutSteps li form{
    padding:0;
    margin-top:15px;
}
.form-group{
    margin-bottom:12px;
}
.opc .buttons-set{
    margin-top:23px;
}
.checkout-onepage-index .step{
    border-bottom:1px solid #dddddd;
}
#opc-payment form{
    margin-top:0 !important;
}
#opc-payment div.radio label{
    margin-left: 5px;
    padding-left: 5px;
}
#payment_form_ccsave{
    width:320px;
    margin-left: 29px;
}
#checkoutSteps #payment_form_ccsave li label{
    margin-top:6px;
}
#checkoutSteps li select, #checkoutSteps li input[type='text']{
    height:40px;
}
#checkoutSteps li{
    margin:5px 0;
}
#checkoutSteps li .v-fix{
    float:left;
}
#checkoutSteps li #ccsave_expiration_yr {
    margin-right: 0;
    margin-left: 10px;
}
.validation-advice{
    font-size: 11px;
    color:#ee1414;
    margin-top:5px;
}
#checkoutSteps li #checkout-review-table-wrapper img{
    float:left;
    background: transparent;
}
#checkoutSteps li #checkout-review-table-wrapper th{
    border:none;
}
#opc-review .step{
    padding-top:2px;
}

#checkoutSteps li #checkout-review-table-wrapper th:first-child{
    padding-left: 120px;
}
#checkoutSteps li #checkout-review-table-wrapper th:nth-child(2){
    width:115px;
    text-align: center;
}
#checkoutSteps li #checkout-review-table-wrapper tbody td:not(:first-child)
{
    text-align: center;
}
#checkoutSteps li #checkout-review-table-wrapper tbody td:last-child{
    text-align: right;
}
#checkoutSteps li #checkout-review-table-wrapper tbody td{
    vertical-align: middle;
}

#checkoutSteps li #checkout-review-table-wrapper th:last-child{
    text-align: right;
    width:100px;
    padding-right:0;
}
#checkoutSteps li #checkout-review-table-wrapper th:nth-child(3){
    width:135px;
    text-align: center;
}

#checkoutSteps li #checkout-review-table-wrapper td{
    border-bottom:1px solid #dddddd;
}

#checkoutSteps .forgot-item{
    display: none;
}
#checkoutSteps li #table-checkoutsteps-totals{
    background:#fbfbfb;
    margin-top: 2px;
    border: 1px solid #dddddd;
    border-radius: 3px;
    border-collapse: separate;
    overflow: hidden;
    padding:28px 30px 23px 30px;
    margin-bottom:20px;
}
#checkoutSteps li #checkout-review-table-wrapper tfoot td{
    border:none;
    padding:0;
}
#table-checkoutsteps-totals tfoot tr td{
    font-size: 13px !important;
    color:#555555 !important;
}
/*#checkoutSteps li #checkout-review-table-wrapper .grand-total{*/
    /*padding-top:5px;*/
/*}*/
.checkout-onepage-index .btn-black.btn-checkout{
    margin-top:-8px;
    letter-spacing: 1px;
    width: 100%;
}
.agreement-content h3{
    font-size: 14px;
    font-weight: bold;
}
.checkout-agreements{
    padding: 0;
}
.checkout-agreements li{
    list-style: none;
}
.checkout-onepage-index #opc-review .step{
    border: none;
}
.amconf-images-container{
    margin-top:20px;
}
.amconf-color-container{
    border-radius: 50% !important;
    position: relative;
}
.cart table.data-table tr td dl dt,.cart table.data-table tr td dl dd{
    font-weight: 400;
    padding-top: 0;
    float: left;
    font-size: 10px;
    color:#777777;
}
.cart table.data-table tr td dl dt:after {
    content: ":";
    display: inline-block;
    margin-right: 2px;
}
/*input[type=checkbox]:not(old), input[type=radio ]:not(old) {*/
    /*width: 20px;*/
    /*margin: 0;*/
    /*padding: 0;*/
    /*opacity: 0;*/
    /*height:20px;*/
    /*cursor: pointer;*/
/*}*/

/*input[type=radio]:not(old):checked + .after_radio{*/
    /*background:#fff;*/
    /*width:20px;*/
    /*height:20px;*/
    /*position: relative;*/
/*}*/
/*input[type=checkbox]:not(old) + .after_radio, input[type=radio ]:not(old) + .after_radio {*/
    /*display: block;*/
    /*margin-left: -25px;*/
    /*width:20px;*/
    /*height:20px;*/
    /*border:1px solid #dddddd;*/
    /*border-radius: 50%;*/
    /*float: left;*/
/*}*/
.sp-methods .radio{
    padding-left: 0;
    margin-top:0;
    clear: both;
}
.sp-methods .radio .shipping_method{
    float: left;
}
.sp-methods .form-group{
    margin-bottom:6px;
}
#co-payment-form .after_radio{
    margin-right: 10px;
}
.success-msg{
    color:#1cac0d !important;
    background: #ddf3db !important;
    text-align: center;
}
.error-msg{
    color:#ee1414 !important;
    background: #fcdcdc !important;
    text-align: center;
    border: none !important;
    border-radius: 0 !important;
}
#checkoutSteps li #checkout-review-table-wrapper td dt{
    font-weight: 400;
    padding-top:0;
    float: left;
}
#checkoutSteps li #checkout-review-table-wrapper td dt:after{
    content:":";
    margin-right:3px;
}
#checkoutSteps li #checkout-review-table-wrapper td dl{
    padding-left: 120px;
    color: #777777;
}
.category-banner{
    background: transparent;
}
.category-description{
    font-size: 11px;
    color: #555555;
    line-height: 20px;
}

.catalog-product-view .read-more{
    cursor: pointer;
}
.owl-navigation-top-right-angle-middle .owl-controls .owl-buttons div{
    position: absolute;
    color: #006fa4;
    background: transparent;
    font-size: 16px;
    margin: 0;
    padding: 0;
    opacity: 0.9;
    top: -55px;
}
.owl-navigation-top-right-angle-middle .owl-controls .owl-buttons div.owl-prev{
    right:32px !important;
}
.owl-navigation-top-right-angle-middle .owl-controls .owl-buttons div.owl-next{
    right:5px !important;
}
.checkout-cart-index ul.messages > li{
    margin-bottom:10px;
    background: #fff;
    border:none;
    border-radius:0;
    padding:15px 0;
}
#checkoutSteps li #table-checkoutsteps-totals tr td:first-child{
    text-align: left !important;
}

.fancybox-skin .fancybox_message_content_panel .btn{
    margin:0 5px !important;
}
.relate-popup.tab-title{
    padding:0;
}

/* accouunt page */
.sidebar li.current strong{
    color:#555555;
    font-weight: 400;
    text-decoration: underline;
}
.sidebar .block .block-content{
    padding:16px 20px 10px 20px;
}
.block-layered-nav .block-content .filter-item:last-child dd {
    border: none;
}
.my-account main h1{
    margin-bottom:20px;
}
.my-account main h1,.customer-account-index main h1,.sales-order-history main h1{
    border-bottom:1px solid #dddddd;
    padding-bottom:17px;
}
.my-account .box{
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border: 1px solid #dddddd;
    background: transparent;
}
.my-account .box .box-title{
    background: transparent;
    border-bottom:1px solid #dddddd;
    padding:16px 19px;
}
.my-account .box .box-content{
    padding:15px 19px 19px 19px;
}
/*#express-order input[type=file]::-webkit-file-upload-button{*/
    /*visibility: hidden;*/
/*}*/
/*#express-order input[type=file]{*/
    /*color:transparent;*/
    /*margin-top: 15px;*/
    /*outline:none !important;*/
/*}*/
.customer-account-index h1{
    margin-bottom:5px;
}
.my-account h2{
    margin-top:0;
}
.my-account .box-account .box-head{
    padding: 0;
    margin: 2px 0 17px 0;
}
.my-account h2{
    font-size: 15px;
}
.my-account .box .box-title a{
    top:15px;
}

.inputfile {
    /*opacity: 0;*/
    overflow: hidden;
    position: absolute;
    z-index: 99;
    margin-left: 40px;
    outline: none !important;
}
#express-order .inputfile.select{
    opacity: 1;
}
body .inputfile + label {
    max-width: 80%;
    font-size: 11px;
    /* 20px */
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 7px 17px;
    text-transform: uppercase;
    border:1px solid #cccccc;
    margin-bottom:0;
    /* 10px 20px */
    background: #fff;
    position: relative;
    z-index: 99;
}
.inputfile:focus + label,


.inputfile + label * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
}
/* style 1 */


.inputfile + label:hover {
    background-color: #f8f8f8;
}
div.input-file{
    margin-top:15px;
}
.my-account .my-account-table-box{
    border:1px solid #dddddd;
    box-shadow: none;
    background: transparent;
    border-radius: 3px;
    padding:0;
}
.sales-order-history .limiter{
    display: none;
}
.sales-order-history .pages label{
    display: none;
}
.my-account{
    margin-bottom:0;
}
.sales-order-history .amount{
    display: none;
}
.sales-order-history .size{
    float: left;
}
.sales-order-history .pages ol{
    float: right;
}
.sales-order-history tr th{
    color:#464646;
    font-style: italic;
    border-bottom:1px solid #dddddd;
    padding:15px 20px;
    font-weight: 400;
}
.sales-order-history h1{
    margin-bottom:20px;
}
.sales-order-history tr td{
    padding:15px 20px;
    border-bottom:1px solid #dddddd;
}
.sales-order-history tr:last-child td{
    border: none;
}
.pager li > a{
    border: none;
    background: transparent !important;
    padding:0;
}
.pager li{
    padding:0 5px;
}

/*.tparrows.default:hover{*/
    /*background: #fff !important;*/
/*}*/
.tp-rightarrow.default:after{
    content: '\e825';
}
.tp-leftarrow.default:after {
    content: '\e824';
}
.tparrows.default:hover:after{
    color:#d6d7dc !important;
}
.tparrows.default:after{
    position: absolute;
    left: 0px;
    top: 0px;
    font-family: "revicons";
    color: #fff;
    text-align: center;
    background: #fff;
    background: rgba(0,0,0,0.15);
    z-index: 2;

    -webkit-transition: background 0.3s, color 0.3s;
    -moz-transition: background 0.3s, color 0.3s;
    transition: background 0.3s, color 0.3s;
}
.product-page2 table#product-attribute-specs-table tr td, .product-page2 table#product-attribute-specs-table tr th{
    color: #555 !important;
}
.customer-account-index .dashboard .remain-day{
    float: right;
    color:#ee1414;
    text-transform: none;
    font-weight: 400;
    display: inline-block;
}
.navigation_select select{
    width:100%;
}
#sharkskin-header-main #sharkskin-header-main-container .text-left-xs .sharkskin-collapse-toggle i{
    display: none;
}
#sharkskin-header-main #sharkskin-header-main-container .text-left-xs .sharkskin-collapse-toggle{
    width:18px;
    height:18px;
    padding: 0;
    margin-top: 25px;
    margin-left: 14px;
}
#sharkskin-header-main #sharkskin-header-main-container .text-right-xs .fa-search,
#sharkskin-header-main #sharkskin-header-main-container .text-right-xs .fa-shopping-cart{
    display: none;
}
#sharkskin-header-main #sharkskin-header-main-container .text-right-xs .first
{
    width:19px;
    height:18px;
    padding: 0;
    margin-top: 25px;
    margin-right: 5px;
    margin-bottom: 22px;
}
#sharkskin-header-main #sharkskin-header-main-container .text-right-xs .last{
    width:23px;
    height:20px;
    padding: 0;
    margin-top: 25px;
    margin-right: 5px;
    margin-bottom: 22px;
}
#sharkskin-header-main #sharkskin-header-main-container .text-right-xs .last{
    margin-right:19px;
    /*margin-top:2px;*/
}
#sharkskin-header-main #sharkskin-header-main-container .text-right-xs .first{
    margin-right:18px;
}
#sharkskin-header-main #sharkskin-header-main-container .text-right-xs .last.active i:before{
    opacity: 0;
}
.product-page2 .product-details-box{
    float: right;
    margin-bottom:50px;
}
/* accourdion */

/*----- Section Titles -----*/
.accordion{
    position: relative;
}
.accordion-close{
    background: #efefef;
    color:#464646;
    font-size:13px;
}
.accordion-open:after{
    position: absolute;
    width:15px;
    height:1px;
    background: #fff;
    content:"";
    right:15px;
    top:50%;
    margin-top:-1px;
}
.accordion-close:not(.accordion-open):after,.accordion-close:not(.accordion-open):before{
    content:"";
    position: absolute;
    width:15px;
    height:1px;
    background: #464646;
}
.accordion-close:after{
    right:15px;
    top:50%;
    margin-top:-1px;
}
.accordion-close:before{
    -webkit-transform:rotate(90deg);
    -moz-transform:rotate(90deg);
    transform:rotate(90deg);
    right: 15px;
    top: 25px;
}
.info_accordion .container{
    padding:9px 0;
}
.add-info ul{
    margin: 0;
}
.owl-theme .owl-controls .owl-buttons div.owl-next{
    padding-right:0;
}
.heading-mobile{
    margin-top:10px;
    margin-bottom:17px;
    line-height: 24px;
}
.hidden-desktop{
    text-align: center;
}
#catalogLeftnav #narrow-by-list .filter-item dd{
    border-bottom:1px solid #dddddd;
}

.sidebar .block ol ul {
    padding-left: 10px;
    list-style: inside;
}
#product-carousel-box .owl-carousel.owl-theme .price-box .special-price{
    padding:3px 0 7px 0;
}
#coupon_code{
    height:40px;
    border-radius: 0 !important;
}
.checkout-cart-index .pull-right.text-right-sm .checkout-types .btn.btn-black{
    padding:0 !important;
    width:100%;
}
.cart table.data-table tr td:last-child a {
    margin-bottom: 0;
    width:11px;
    height:11px;
}
.cart table.data-table tr td:last-child a i{
    display: none;
}
.cart table.data-table tr td:last-child a{
    background: url(../images/delete.jpg);
}
.cart-price.discounts .discount{
    background: transparent;
    border:none;
    padding:0;
    color:#df6f2d;
}
#shopping-cart-table thead tr th:nth-child(3){
    width:115px;
}
#shopping-cart-table thead tr th:nth-child(4){
    width:80px;
    text-align: center;
}
#shopping-cart-table thead tr th:nth-child(5),#shopping-cart-table thead tr th:nth-child(6){
    text-align: center;
}
#shopping-cart-table tbody tr td:nth-child(4){
    padding-right:0;
    text-align: center;
}
#shopping-cart-table tbody tr td:nth-child(5){
    width:140px;
    position: relative;
    text-align: center;
}
#shopping-cart-table tbody tr td:nth-child(5) .qty-box{
    margin-left: 37px;
}
#shopping-cart-table tbody tr td:nth-child(6){
    text-align: center;
}

#payment_form_ccsave li label{
    float: none;
}
.cms-page-view .sidebar .block .block-content{
    padding:0;
}
h2.title-1{
    padding-top: 28px;
}
h2.title-1,h3.title-2{
    border-top: 1px solid #dddddd;
    padding-bottom: 17px;
    margin: 0;
}
h3.title-2{
    padding-top: 17px;
}
.pdfitem-widget-view.view-1 h4,.pdfitem-widget-view.view-2 h4{
    position: relative;
    padding-left: 27px;
}
.pdfitem-widget-view.view-1 h4:before,.pdfitem-widget-view.view-2 h4:before{
    content:"";
    width:18px;
    height:20px;
    background: url(../images/pdf.png);
    display: block;
    left:0;
    position: absolute;
    top:-5px;
}
.pdfitem-widget-view{
    padding-bottom: 20px;
    position: relative;
}
.pdfitem-widget-view.view-1{
    padding-top:16px;
    border-top: 1px solid #dddddd;
}
.pdfitem-widget-view.view-1 .content-widget{
    margin-top:18px;
}
.pdfitem-widget-view.view-1 .content-widget p{
    margin-bottom: 0;
    margin-top: 19px;
}

.pdfitem-widget-view .info .file{
    border:1px solid #dddddd;
    margin-top: 4px;
    padding: 13px 19px 13px 19px;
}
.pdfitem-widget-view .info p{
    line-height: 18px;
    color: #888888;
    margin-bottom:0;
}
.pdfitem-widget-view .info p span{
    color:#555555;
}

.pdfitem-widget-view.view-3{
    padding-top:16px;
    border-top:1px solid #dddddd;
    min-height: 140px;
}
.widget-thumbnail{
    float: left;
}
.pdfitem-widget-view .action{
    clear: both;
    margin-top:16px;
}
.pdfitem-widget-view.view-3 .title-widget{
    color:#111111;
    margin-left: 85px;
    margin-top: 14px;
    max-width: 200px;
    line-height: 18px;
    font-weight: 700;
}
.pdfitem-widget-view .action a{
    margin-right:10px;
}
.clearfix{
    clear: both;
}
.pdfitem-widget-view .info .label{
    text-transform: uppercase;
    color:#fff;
    float: right;
    margin-top: 11px;
    padding: 10px 11px;
    border-radius: 15px;
    position: absolute;
    right: 0;
}
.pdfitem-widget-view.view-2 {
    padding-top: 17px;
    border-top: 1px solid #dddddd;
}
.cms-page-view .col-sm-9 h1{
    border-bottom: 1px solid #dddddd;
    padding-bottom: 17px;
    margin-bottom:15px;
}
.pdfitem-widget-view.view-anchor{
    padding-top: 0;
    background: #fff;
    padding-bottom: 13px;
}
.pdfitem-widget-view.view-anchor a{
    display: block;
    line-height: 30px;
}

.catalogCategoryProductList .page-title:not(.category-title){
    display: none;
}
form#express-order{
    margin-top:20px;
}
.pdfitem-widget-view.view-3 .content-widget{
    margin-top:10px;
}
.zblock-checkout_cart_after_header{
    /*border-top: 1px solid #dddddd;*/
    /*padding-top:18px;*/
    /*padding-bottom:10px;*/
}
.success-msg br {
    display: none;
}
.zblock-checkout_cart_after_header p{
    margin:0;
}
.sharkskin-compare-items{
    background: transparent !important;
}
.sharkskin-header-compare .widget-header .sharkskin-compare-items{
    color:#555555;
    text-transform: none;
    font-weight: 400;
    font-size: 11px;
    margin-right:5px;
}
.icon-compare{
    display: inline-block;
    width:22px;
    height:16px;
}
#sharkskin-header-compare{
    margin-right: 2px;
}
#sharkskin-header-compare > a{
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 8px;
}
.sharkskin-header-compare .fa-chevron-down{
    right:7px !important;
}
.addto-compare {
    border-top: 1px solid #dddddd;
    margin-top: 27px;
    padding-top: 26px;
    text-align: center;
    padding-bottom: 16px;
}
.addto-compare a{
    padding-left: 33px;
}
.addto-compare a:before{
    content:"";
    display: block;
    position: absolute;
    width:14px;
    height:11px;
    background-size:cover !important;
    left: 11px;
    top: 2px;
}
table#product_comparison{
    border-top:1px solid #dddddd;
}
#product_comparison td,#product_comparison th{
    border-right:1px solid #dddddd;
}
#product_comparison .compare-product-container .compare-product-box{
    max-width:100%;
}
.compare-product-box .delete{
    width:11px;
    height:12px;
    background: url(../images/close.jpg);
    background-size:cover ;
}
.catalog-product-compare-index main h1{
    margin-top:0;
}
#product_comparison{
    margin-top:16px;
}
#product_comparison th{
    padding: 15px 0 15px 0;
    min-width: 172px;
}
#product_comparison td{
    padding:10px 20px 10px 20px;
    vertical-align: top;
    min-width: 225px;
    max-width: 225px;
}
#product_comparison .compare-product-container .compare-product-box .image-container a.btn-remove{
    right: 10px;
    top: 5px;
}
#product_comparison .compare-product-container .compare-product-box .product-image{
    padding:0;
}
#product_comparison .compare-product-container{
    text-align: left;
}
#product_comparison .compare-product-container .compare-product-box .product-name{
    margin:18px 0 6px;
}
#product_comparison .add-to-cart{
    margin-top:15px;
}

#product_comparison tr{
    border-bottom:1px solid #dddddd;
}
#product_comparison .compare-product-container .compare-product-box{
    margin:10px 0 0 0;
}
#product_comparison tbody tr:nth-child(2) td:nth-of-type(1) {
    padding-top:14px;
    padding-bottom:15px;
}

#product_comparison tbody tr.add-to-row td h4{
    margin-top:5px;
    margin-bottom:6px;
}
.related a.btn.btn-related {
    margin-bottom: 15px;
}

.sharkskin-footer-footnotes p a {
    text-decoration: underline !important;
}
#checkoutSteps li .step-title h3 a{
    display: none;
}
.reward h3{
    margin-top:4px;
    color:#464646;
    margin-bottom:15px;
}
.reward.col-md-6{
    padding:0 10px;
}
.reward .info{
    background: #fff;
    padding: 22px 36px 30px 36px;
    text-align: center;
}
.reward.col-md-6 .item{
    padding:56px;
}
select.select-page{
    width: 100%;
    outline: none !important;
}
.sidebar .block ol li.active > a{
    text-decoration: underline;
}
.compare_wrapper{
    overflow: auto;
}
#product_comparison td .std{
    word-wrap: break-word;
}
.block-layered-nav .block-content dt{
    font-weight: 400;
}
.sidebar .block ol li a{
    font-weight: 400;
}
.sidebar .block .btn-remove i{
    opacity: 0;
}
.sidebar .block .btn-remove{
    width:11px;
    height:12px;
    display: inline-block;
    background: url(../images/close_sidebar.jpg);
}
.category-cms-block h2.title-1:first-of-type{
    border: none;
}
.info_accordion .container .content{
    word-wrap: break-word;
}
#sharkskin-header-main #sharkskin-header-main-container .text-right-xs .btn-group button:nth-child(2){
    width: 23px;
    height: 20px;
    padding: 0;
    margin-top: 25px;
    margin-right: 5px;
    margin-bottom: 22px;
    z-index: 9999;
}
#sharkskin-header-main #sharkskin-header-main-container .text-right-xs .btn-group button.last{
    width: 23px;
    /*height: 16px;*/
    padding: 0;
    margin-top: 25px;
    margin-right: 5px;
    margin-bottom: 22px;
    z-index: 9999;
}
hr{
    margin:0 !important;
    border-top:1px solid #dddddd !important;
}
.category-cms-block .col-sm-8 h2.title-1{
    padding-top:0 !important;
}
h4.title-3{
    border-top: 1px solid #dddddd;
    padding-top: 10px;
    margin-top:0;
}
#shopping-cart-totals-table td:last-child {
    text-align: right;
}
#checkoutSteps{
    color:#464646 !important;
}
#checkoutSteps .form-list li label {
    margin-bottom: 5px;
}
#checkoutSteps li select:focus, #checkoutSteps li input[type='text']:focus{
    border:1px solid #bbb !important;
}
#opc-review .info span{
    font-weight: 400 !important;
}
.fsRowBody input[type="checkbox"]:checked:before{
    border-color:#dddddd !important;
    background-color:#fff !important;
}
.fsRowBody input[type="checkbox"]:checked:before{
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

/* form stack */
/*input[type="radio"],input[type=checkbox]{*/
    /*opacity:1 !important;*/
/*}*/
/*.fsBody .fsForm{*/
    /*padding:0;*/
/*}*/
/*input.fsField{*/
    /*border-radius:0 !important;*/
/*}*/
/*.fsBody{*/
    /*padding:0;*/
/*}*/
/*.fsLabelVertical .fsLabel{*/
    /*margin-bottom:4px;*/
/*}*/
/*input[type=text],input[type=email]{*/
    /*height:40px !important;*/
/*}*/
/*.fsRowBody input[type="radio"], .fsRowBody input[type="checkbox"]{*/
    /*width:20px;*/
    /*height:20px;*/
    /*box-shadow:none;*/
/*}*/
/*.fsRowBody input[type="radio"]:before, .fsRowBody input[type="radio"]:checked:before, .fsRowBody input[type="checkbox"]:before, .fsRowBody input[type="checkbox"]:checked:before{*/
    /*width:20px;*/
    /*height:20px;*/
/*}*/
/*.fsRowBody input[type="radio"]:checked:after {*/
    /*content: "";*/
    /*width: 20px;*/
    /*height: 20px;*/
    /*border: 1px solid #dddddd;*/
    /*top: 0;*/
    /*position: absolute;*/
    /*border-radius: 50%;*/
/*}*/
/*.fsBody .fieldset-content .fsOptionLabel.vertical{*/
    /*line-height:30px;*/
/*}*/
/*#label43897713 legend{*/
    /*margin-bottom:0;*/
/*}*/
/*.fsForm .fsSubmit{*/
    /*text-align:left;*/
    /*margin-top:0;*/
/*}*/
/*textarea:focus{*/
    /*box-shadow:none !important;*/
/*}*/
/* end form stack */
label.fsOptionLabel{
    background: transparent !important;
    border:none !important;
}
label.fsOptionLabel{
    margin:0 !important;
    padding:0 !important;
}
.fsSubmit .fsSubmitButton{
    width:auto !important;
    box-shadow: none !important;
    height:36px !important;
    line-height: 36px !important;
    padding-top:0 !important;
    padding-bottom:0 !important;
    border-radius: 0 !important;
}
.fsForm.fsMaxCol1{
    max-width: 100% !important;
}

.after_radio{
    width: 20px;
    height: 20px;
    display: block;
    border: 1px solid #e1e1df !important;
    /*margin-top: -3px;*/
    float: left;
    margin-right: 10px;
    cursor: pointer;
    position: relative;
    border-radius: 50%;
    background: #fff;
}
body input[type=radio]{
    position: absolute;
    display: block;
    overflow: hidden;
    opacity: -1 !important;
    cursor: pointer;
    width: 25px;
    height: 25px;
    margin: 0;
    z-index: 99;
}
/*input[type="radio"]:before, input[type="radio"]:checked:before, input[type="checkbox"]:before, input[type="checkbox"]:checked:before {*/
    /*width: 20px;*/
    /*height: 20px;*/
    /*border:1px solid #dddddd;*/
    /*background:#fff;*/
/*}*/
/*input[type="radio"]:before, input[type="radio"]:checked:before{*/
    /*border-radius:50%;*/
/*}*/
/*input[type=checkbox]:before, input[type=checkbox]:checked:before, input[type=radio]:before, input[type=radio]:checked:before{*/
    /*content: '';*/
    /*display: inline-block;*/
    /*margin-top: 0;*/
    /*-moz-box-sizing: border-box;*/
    /*-webkit-box-sizing: border-box;*/
    /*box-sizing: border-box;*/
    /*-moz-transition-property: border,background-color;*/
    /*-o-transition-property: border,background-color;*/
    /*-webkit-transition-property: border,background-color;*/
    /*transition-property: border,background-color;*/
    /*-moz-transition-duration: .2s;*/
    /*-o-transition-duration: .2s;*/
    /*-webkit-transition-duration: .2s;*/
    /*transition-duration: .2s;*/
    /*-moz-transition-timing-function: ease-in-out;*/
    /*-o-transition-timing-function: ease-in-out;*/
    /*-webkit-transition-timing-function: ease-in-out;*/
    /*transition-timing-function: ease-in-out;*/
/*}*/
input[type="radio"]:checked:after{
    content: "";
    width: 20px;
    height: 20px;
    border: 1px solid #dddddd;
    top: 0;
    position: absolute;
    border-radius: 50%;
    left: 0;
}
input[type=checkbox], input[type=radio] {
    -webkit-appearance: none;
    /*position: relative;*/
    float: left;
    margin: 0 7px 0 0;
    padding: 0;
    border: 0;
    vertical-align: middle;
    overflow: hidden;
    outline: none !important;
    cursor: pointer;
}
input[type=checkbox]:disabled:before, input[type=checkbox]:disabled:checked:before, input[type=radio]:disabled:before, input[type=radio]:disabled:checked:before{
    background: #f0f0f0;
}
input[type="checkbox"]:checked:before{
    background-repeat: no-repeat;
    background-position: center center;
}
.my-account .box .box-content{
    min-height: 40px;
}
.sales-order-view #my-orders-table tr th{
    font-weight: 400;
    font-style:italic;
    padding:15px 20px;
    border-bottom: 1px solid #dddddd;
}
.sales-order-view #my-orders-table tr td h4{
    font-weight: 700;
}
.sales-order-view #my-orders-table tr td {
    padding: 5px 15px;
}
ul#payment_form_ewayrapid_ewayone select {
    width: 150px;
    margin-right: 20px;
    margin-bottom: 5px;
}
.card-number-help{
    color:#555555 !important;
}
li#ewayrapid_ewayone_cc_type_cvv_div input[type=text]{
    width:150px !important;
    margin-right:10px;
}
.cvv-what-is-this{
    line-height: 40px !important;
}
#checkoutSteps li .v-fix{
    display: block;
}
#checkoutSteps li .v-fix label{
    line-height: 35px;
}
#checkoutSteps li #table-checkoutsteps-totals tr td {
    padding: 3px 0;
}
/* validate form stack */
.fsValidationError{
    box-shadow:none !important;
    background: transparent !important;
}
body .fsRow .fsValidationError input[type=text],
body .fsRow .fsValidationError input[type=tel],
body .fsRow .fsValidationError input[type=email],
body .fsRow .fsValidationError textarea{
    border: 1px solid #ee1414 !important;
}
.fsRow .fsValidationError .fsLabel, .fsRow .fsValidationError .fsRequiredLabel{
    color:#555555 !important;
}
.fsRow .fsValidationError .fsRequiredMarker{

}
div.fsError{
    background: #fcdcdc !important;
    color:#ee1414 !important;
    border:none !important;
    padding:15px 0 !important;
}

.fsValidationError:after {
    content: "This field is required";
    display: block;
    color: #ee1414;
    margin-top: 5px;
}
.sidebar .sharkskin-collapse .block{
    border-bottom:none
}
.fsForm.fsMaxCol1{
    width:100% !important;
}
body .fsFieldFocused:not(.fsValidationError).fsSpan100{
    margin:0 !important;
    padding: 0 !important;
}
.fsRow.fsFieldRow {
    margin-top: 10px !important;
	position: relative;
}
.product-box .old-price, .price-box .old-price{
    display:none;
}
.product-page2 .product-short-info-box .shadow-price-box .price-box .special-price .price{
    /*font-weight: 400;*/
}
.sharkskin-collapse.sharkskin-collapse-fixed.sharkskin-collapse-left.sharkskin-collapse-active .block-title{
    border-top:none !important;
}
#payment_form_ewayrapid_ewayone{
    padding-left: 40px;
}
.sharkskin-header-widget #sharkskin-header-cart .widget-content{
    padding-top:13px;
}
.sharkskin-header-widget .mini-products-list .item .btn-remove{
    margin-top:3px;
}
.sharkskin-header-widget .mini-products-list .item .product-details .btn-edit{
    margin-top:2px;
    margin-right:3px;
}

#shoppingCart .promotion .zblock.border{
  padding-top:10px;
  border-top:1px solid #dddddd;
}
#catalogLayerNavigationContent ol{
    position: relative;
}
.sidebar .block #catalogLayerNavigationContent .btn-remove {
    right:10px;
    top:17px;
}
.sharkskin-megamenu .megamenu-mega1 .append a.level1:not(:first-child) {
    margin-top: 20px;
}
.default-shipping .note{
    margin-bottom:10px;
    line-height: 22px;
    max-width: 350px;
}
.col-sm-4:not(.giftcard) #discount-giftcard-form{
    opacity: 0;
}
#sharkskin-header2 #sharkskin-header-top .sharkskin-header-toplinks .sharkskin-links li.bold a{
    font-weight: 700;
}
#payment_form_giftvoucher{
    list-style: none;
    padding:0;
}
#giftvoucher_code{
    height:40px;
    line-height:40px;
    border-radius:0 !important;
}
.gift-card .form-group{
    margin-top:0;
}
#giftvoucher_message,#payment_form_giftvoucher{
    margin:0;
}
body .gift-card .form-group{
    margin-bottom:0;
    margin-top:3px;
}

.promo-code table{
    border:1px solid #dddddd;
    width:100%;
    border-radius: 3px;
    border-collapse: collapse;
}
.cart .shipping, .cart .col-sm-9 .discount{
    padding: 26px 25px;
}
.discount .btn.btn-primary{
    height:40px !important;
    line-height: 40px !important;
}
.giftvoucher_credit{
    display: none;
}
dd#giftcard_shoppingcart_apply, dd.giftvoucher li, dt.giftvoucher, dt.giftvoucher_credit, dd.giftvoucher-credit, li.giftvoucher-discount-code strong{
    margin:0 !important;
}
.absolute{
    position: absolute !important;
}
.giftvoucher{
    display: block !important;
}
.checkout-cart-index #payment_form_giftvoucher ul.messages{
    margin:0;
}
dd.giftvoucher li.giftvoucher-discount-code{
    margin-bottom:10px !important;
    text-align: center;
    text-transform: none;
    font-size: 11px;
}
.promo-code tr th, .promo-code tr td {
    border-bottom: 1px solid #dddddd;
    padding: 8px 10px;
}
.promo-code tr td {
    padding: 15px 10px;
}
#discount-giftcard-form .discount{
    padding-bottom:26px;
}
.contact-form2 #comment {
    height: 190px;
    box-shadow: none !important;
    border: 1px solid #dddddd;
}
.contact-form2 .form-group{
    margin-bottom: 10px;
}

.choose-store-index-index {
    height:100%;
    background: url(../images/bg_login.jpg);
    background-size:100% ;
}
.choose-store-index-index .sharkskin-content .container{
    background: transparent;
    position: fixed;
    top:50%;
    margin-top:-145px;
    left:50%;
    margin-left:-585px;
}
.list-store{
    text-align: center;
}
.list-store{
    padding:0 35px;
}

.list-store .item{
    padding:0 15px;
    display: inline-block;
}
.list-store.single .item{
    max-width: 500px;
    float: none;
}
.list-store .item > div{
    background: #fff;
    padding-top:75px;
    padding-bottom:32px;
    border: 1px solid #dddddd;
}

.btn{
    outline: none !important;
}
.my-account #form-validate{
    box-shadow: none;
    border:1px solid #dddddd;
    border-radius: 3px;
    background: #fff;
    padding:0;
}
.customer-account-edit h1:not(.logo){
    border-bottom:1px solid #dddddd;
    padding-bottom:16px;
    margin-bottom:20px;
}
.my-account h2.legend{
    border-bottom: 1px solid #dddddd;
    padding: 16px 19px;
}
.customer-account-edit ul.form-list{
    padding:7px 20px;
}
.my-account .buttons-set .required,.my-account .buttons-set .back-link a{
    display: none;
}
.my-account .buttons-set{
    padding-left: 20px;
}
.my-account #form-validate .fieldset:last-of-type{
    border-top:1px solid #dddddd;
}
#checkout-review-submit{
    clear: both;
}
#checkout-review-submit ol{
    list-style: none;
}
#checkout-review-submit .agree label,#checkout-review-submit .agree input{
    float: right;
}
#checkout-review-submit .agree{
    margin-top:10px;
}
p.agree:after {
    content: "";
    display: block;
    clear: both;
}
#checkout-payment-method-load .giftvoucher label{
    line-height: 27px;
    margin-left: 30px;
    font-weight: 400;
}
.gift-card .form-group{
    float: none;
}
#checkout-payment-method-load #giftvoucher_container{
    margin-bottom:8px;
    margin-left: 10px;
}
.agreement-content{
    text-align: left;
}
.checkout-agreements .agree{
    padding: 12px 0 8px;
}
.checkout-agreements .agree label{
    position: absolute;
    left: 27px;
}
.sharkskin-footer-content .fa,.social-media ul li .fa{
    width:40px;
    height:40px;
    border-radius: 50%;
    color:#fff !important;
    line-height: 40px;
    text-align: center;
    margin-top: 5px;
    margin-right: 10px;
    font-size: 18px;
    padding-left: 5px;
}
.sharkskin-footer-content .fa-facebook,.social-media ul li .fa-facebook{
    background: #537bbd;
}
.sharkskin-footer-content .fa-twitter,.social-media ul li .fa-twitter{
    background: #78cdf0;
}
.sharkskin-footer-content .fa-pinterest, .social-media ul li .fa-pinterest{
    background: #b12225;
}
.sharkskin-footer-content .fa-instagram, .social-media ul li .fa-instagram{
    background: url(../images/bg-instagram.png);
}
.gift-card .form-group{
    margin-bottom:0 !important;
}
#checkout-payment-method-load > div {
    margin-bottom: 0;
    margin-top: 10px !Important;
}
.category-products .products-grid .item .product-list-grid-box .price-box .special-price{
    padding:0;
}
#checkoutSteps .form-list li label em {
    display: none;
}
.cart .discount h3, .cart .shipping h3{
    font-size: 13px;
    font-weight: 700;
}
.promo-code{
    opacity: 0;
}
.list-promo .promo-code{
    opacity: 1;
    margin: 1px;
}
#advice-required-entry-coupon_code:not(.hidden) {
    display: block !important;
    opacity: 1 !important;
}
.component-banner img {
    width: 100%;
}
input[type='checkbox']:checked + span{
    background: url("../images/checked_default.png") center center no-repeat;
}
input[type="radio"]:disabled + span{
    background: #f0f0f0;
}
input[type=radio]:not(old):checked:disabled + .after_radio:before{
    border:5px solid #f0f0f0;
}
input[type=radio]:not(old):checked:disabled + .after_radio:before{
    background: #d2d2d2 !important;
}
.mini-products-list table {
    margin-left: 72px !important;
}
#checkout-review-submit .agree{
    display: inline-block;
}
.checkout-agreements li{
    text-align: right;
}
.sidebar .block ol li + li, .sidebar .block ul li + li{
    padding-top:0;
}
.checkout-onepage-index #payment_form_giftvoucher #giftvoucher-custom-code,.checkout-onepage-index #payment_form_giftvoucher{
    margin-bottom:15px !important;
}
#giftcard_notice_1{
    margin-bottom:10px !important;
}
.checkout-onepage-index #payment_form_giftvoucher li {
    padding-left: 30px !important;
}
.checkout-onepage-index #payment_form_giftvoucher #giftvoucher_code{
    height:100px;
}
#giftvoucher_message li{
    padding: 0 17px;
    list-style: none;
}
.banktransfer-instructions-content.agreement-content{
    text-align: left;
    padding-left: 40px;
}
.promo-code tr th{
    font-weight: 400;
    color:#464646 !important;
}
.contacts-index-index .info p {
    margin-bottom: 0;
}
#product-carousel-box .owl-carousel.owl-theme .product-name,
#best-seller .product-name,.owl-wrapper .product-name,
#product_comparison .compare-product-container .compare-product-box .product-name,
#product_comparison tbody tr.add-to-row td h4,
.equalheight-name .owl-wrapper .product-name,
.category-products .products-grid .item .product-info .product-name{
    /*min-height: 45px;*/
    margin-bottom:0;
}
.category-products .products-grid .item .product-info .product-name{
    padding: 0 10px;
}
li#giftcard_notice {
    font-weight: 400 !important;
    padding-top:0 !important;
    clear: both;
    padding-bottom:0;
    line-height:25px !important;
}
.discount-form .validation-advice{
    margin-top:0;
    line-height: 25px;
}
.category-products .products-grid .item .product-list-grid-box .image-container{
    text-align: center;
}
.fsRowBody .after_checkbox{
    margin-top:6px !important;
    cursor: pointer
}
body .fsRowBody input[type=checkbox],body .fsRowBody input[type=radio]{
    position: absolute !important;
}
body .fsRowBody input[type=checkbox]{
    z-index:-1;
}
body .after_radio, body .after_checkbox{
    display: inline-block !important;
}
.fsRowBody .after_radio{
    margin-top:5px !important;
    margin-right:5px;
}
.fsRowBody .after_checkbox{
    margin-right:8px;
}
.switcher-selector img{
    max-height: 38px;
}
body.checkout-onepage-index .gift-card .form-group {
    margin-bottom: 6px !important;
}
body.checkout-onepage-index ul#payment_form_pay_on_account{
    padding-left: 40px;
}
#sharkskin-global-notices{
    background: #fff !important;
}
.product-page .product-short-info-box .product-shop-container .qty-holder + .btn-add-to-cart:not(.ajax-loading){
    background: #fff !important;
}
.product-page .product-short-info-box .product-shop-container .qty-holder + .btn-add-to-cart:not(.ajax-loading):hover{
    background: #f8f8f8 !important;
}
.product-page .product-short-info-box .product-shop-container .product-page-qty-buttons{
    height:36px;
}
.product-page .product-short-info-box .product-shop-container input.qty{
    height:36px;
}
#amasty_gallery a:not(.active) img{
    border:none !important;
}
.product-page2 .product-media-box .product-gallery .jcarousel-vertical ul li a.active img{
    padding-bottom:10px;
}
body.page-empty{
    height:100%;
}
body.page-empty .content{
    text-align: center;
    margin-top:176px;
}
body.page-empty .content i{
    width:57px;
    height:57px;
    color:#fff;
    border-radius: 50%;
    line-height: 57px;
}
body .fsForm textarea{
    padding-top:15px !important;
}
.sharkskin-header-widget .mini-products-list .item .truncated{
    margin-left: 75px;
}
.product-page2 .wide-shadow:before{
    display: none;
}
#checkout-step-shipping {
    padding-top: 0;
}
#checkout-step-shipping label{
    margin-bottom:5px !important;
}
#checkout-step-shipping select{
    background: url('../images/bg-select.png') 98% center no-repeat !important;
}
.checkout-cart-index ul.messages > li:last-child {
    margin-bottom: 0;
}
.catalog-category-view .col-sm-9 > .messages{
    display: none;
}
#sharkskin-header2 #sharkskin-header-top .sharkskin-header-toplinks .sharkskin-links{
    float:right;
}
#sharkskin-header2 #sharkskin-header-top .welcome-msg{
    float: right;
    margin: 0 20px 0 0;
    padding: 9px 0;
}
/*table#shopping-cart-totals-table tfoot tr:last-child,*/
/*table#table-checkoutsteps-totals tfoot tr:last-child{*/
    /*display: none;*/
/*}*/
.list-store .item > div.environ {
    padding-top: 26px;
    padding-bottom:29px;
}
.list-store .item > div.environ a{
    margin-top:19px;
}
.list-store .item > div.janeiredale a{
    margin-top:35px;
}
.footer_algolia{
    display: none;
}
.cart #empty_cart_button{
    margin-right:10px;
    display: block;
}
#sliderSubcategories,#sliderSubcategories .title-box .title{
    height:130px;
}
.in-cart-top a,.in-cart a{
    margin-right:10px;
}
.customer-account-expressorder .sidebar dd{
    padding:0;
}
.customer-account-expressorder .sidebar ol{
    margin:0;
}
#express-order .inputfile{
    opacity: 0;
}
.customer-address-form #form-validate{
    padding:0 20px 20px 20px;
}
.customer-address-form form h2.legend{
    margin-left: -20px;
    margin-right:-20px;
}
hr.amconf-hr {
    width: 25px !important;
    top: 14px !important;
    left: 2px !important;
    border-top: 1px solid #fff !important;
}
#ewayrapid_ewayone_token{
    margin-left: 0 !important;
}
.cart table.data-table tr td dl dt {
    clear: both;
}
#my-orders-table tr td dl dd, #my-orders-table tr td dl dt{
    display:inline-block;
    font-weight: 400;
}
table#my-orders-table td.last {
    text-align: right;
}
table#my-orders-table tr th:last-child{
    text-align:right;
}
table#my-orders-table tr td:not(:first-child),table#my-orders-table tr th:not(:first-child){
    text-align: center;
}
#checkout-payment-method-load #giftvoucher_container{
    display: none;
}
.giftvoucher-index-index .limiter select{
    padding-right:18px;
}
table#giftvoucher_grid tr td {
    background: #fff;
}
.amconf-image-selected{
    outline: none !important;
}
.amconf-image-container img{
    border-radius: 50%;
}
.truncate em{
    color:#555555;
}
.product-media-box.wide-shadow{
    z-index:1;
}
.info_accordion .container{
    max-width: 100%;
}
em{
    color:#555555 !important;
}
.table-category tr td:first-child {
    padding-left: 20px;
}
.table-category tr td em{
    display: none;
}
.page-pager .pages ol li a.previous, .page-pager .pages ol li a.next{
    border:none;
    box-shadow: none;
}
.table-category td.amount{
    position: relative;
}
.orderlist-message{
    top:-25px;
}
.orderlist-message > span{
    background: transparent !important;
    padding:13px 5px !important;
    line-height: 64px !important;
}
.toolbar .sort i{
    height:35px;
    line-height: 35px;
    box-shadow: none;
}
.toolbar .sort{
    margin-left:5px;
}
.table-category td.sort-price{
    width:230px;
}
#sb_instagram.sbi_col_6 #sbi_images .sbi_item {
    padding: 10px !important;
}
.my-account .box .box-title:after{
    content:"";
    display: block;
    clear: both;
}
.my-account .box .box-title h3{
    float: left;
}
.my-account .box .box-title .link{
    float: right;
}
.my-account .box .box-title .link a,.my-account .box .box-title a{
    position: relative !important;
    top:auto;
    margin-left:20px;
    right:0;
    float: right;
}
body #ampromo-overlay .close{
    width: 11px;
    height: 11px;
    background:url(../images/delete.jpg);
}
body .ampromo_items_form h4 a{
    line-height: 22px;
}
.ampromo-carousel-control.prev{
    background: url(../images/prev.jpg) no-repeat;
}
.ampromo-carousel-control.next{
    background: url(../images/next.jpg) no-repeat;
}
.ampromo-carousel-control{
    width: 10px !important;
    height: 17px !important;
    top:50% !important;
    background-position: 0 0 !important;
    margin-top:-8px;
}
#giftvoucher-check-balance,#giftvoucher-result{
    list-style: none;
    padding:0;
}
.giftvoucher-index-check .sidebar{
    display:none;
}
#giftvoucher-check-balance .form-group:last-child{
    margin-top:15px !important;
}
#giftvoucher_form:after{
    content:"";
    display: block;
    clear: both;
}
.gift-card .sub-title{
    clear: both;
    margin-top:30px !important;
}
.giftvoucher-discount-code ul{
    padding-left: 0 !important;
    list-style: none !important;
}
.giftvoucher-grid-title th:nth-child(3){
    width:115px;
}
.giftvoucher-grid-title th:last-child{
    width:115px;
}
.gift-card .pager .pages label{
    display: none;
}
.giftvoucher-grid-search th:not(:nth-child(3)) .giftvoucher-grid-detail{
    display: none;
}
.cart-collaterals{
    display: none;
}
.promo-explanation > div{
    border:1px solid #dddddd;
    padding:0 25px 10px 25px;
}
.list-promo{
    margin-top:30px;
}
.col-sm-4.pull-right.giftcard{
    float: left !important;
    margin-top:30px;
}
.giftvoucher.absolute{
    display: none !important;
}
.zblock > .zblock-item > p {
    margin: 0;
}
.cart-collaterals .checkout-types li{
    margin-bottom:0;
}
.category-cms-block .zblock > .zblock-item{
    border:none;
    text-align: left;
    padding:0;
    margin:0;
}
.fsRowBody .inputfile + label{
    font-weight: 400;
	z-index: 999;
}
.giftvoucher-index-index .page-title{
    display: none;
}
#aw-customerattributes-customer-form-register-fieldset em{
    display: none;
}
.field.name-middlename{
    display: none;
}
.summary-details-amrules + .summary-total td:first-child:before{
    content: "\f106";
    font: normal normal normal 14px/1 FontAwesome;
    float: left;
    margin-right:3px;
    color: #000000;
    font-size: 12px;
    margin-top: 3px;
}
.summary-details-amrules + .summary-total:not(.show-details) td:first-child:before{
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    float: left;
    margin-right:3px;
    color: #000000;
    font-size: 12px;
    margin-top: 3px;
}
.giftvoucher-total .fa-angle-down:before,.giftvoucher-total .fa-angle-up:before{
    color:#000000;
}
#shoppingCart .col-sm-9 .gift .zblock .zblock-item,#shoppingCart .col-sm-9 .gift .zblock .zblock-item strong,#shoppingCart .col-sm-9 .gift .zblock .zblock-item span,
#shoppingCart .col-sm-9 .gift .zblock .zblock-item em,#shoppingCart .col-sm-9 .gift .zblock .zblock-item a{
    color:#fff !important;
}
.fsForm input:focus, .fsForm select:focus, .fsForm textarea:focus, .fsForm .ui-slider-handle:focus{
    box-shadow: none !important;
}

.pdfindex-widget-view {
    border-top: 1px solid #dddddd;
}
ul.messages > li.success-msg, ul.messages > li.error-msg{
    padding-left: 15px;
    padding-right: 15px;
}
.default-shipping dt.complete{
    display: none;
}
.product-page2 .product-short-info-box .data-table .qty-box{
    min-width: 95px !important;
}
.product-page-cart-box button{
    width: 100%;
}
.mini-products-list{
    max-height: 380px;
    overflow: auto;
}
.blog-index-list .toolbar-blog .sharkskin-collapse-toggle{
    display: none;
}
#shoppingCart .messages{
    display: none;
}
.fancybox-skin .btn-add-to-cart{
    width:200px;
}
#eway_save_card{
    display: none !important;
}
.inputfile{
    background: transparent;
}
.inputfile::-ms-browse{
    display: none;
}
.inputfile::-ms-value{
    border:none;
    background: transparent;
    margin-left: 74px;
}
body .fsFieldRow.inputfile > div{
    position: relative;
    margin:0 !important;
}
.inputfile input[type=file]::-webkit-file-upload-button{
    opacity: 0;
}
body .fsBody .fsFieldRow {
    margin-bottom: 0 !important;
}
body .fsBody .fsRowBody {
    margin-bottom: 10px !important;
}

.fancybox-skin .btn-add-to-cart{
    width:200px;
}
#eway_save_card{
    display: none !important;
}
body .jquery-bar {
    box-shadow: none;
    margin: 0;
}
body .jquery-bar .jquery-arrow.down {
    display: none;
}
body .jquery-bar .ticker {
    height: auto !important;
    padding: 0 !important;
}
body .jquery-bar .ticker li{
    text-align: center !important;
    padding: 5px 17px !important;
}
.btn-group .sharkskin-cart-on-mobile .sharkskin-cart-items{
    background: #dda37d;
    color: #fff;
    font-size: 12px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    width: 22px;
    display: inline-block;
    height: 22px;
    line-height: 22px;
    position: absolute;
    top: -7px;
    right: -8px;
}
.btn-group .sharkskin-cart-on-mobile.active .sharkskin-cart-items{
    display: none;
}
#sharkskin-header-main .sharkskin-header-mobile-toggle.text-left-xs .sharkskin-cart-items{
    display: none!important;
}