body, td {
   font-size: 14px;
    color: #404040;
    border: 0;
}

body {
    margin: 0px;
    padding: 0px;
    background: #CCCCC9;
}

img {
    border: 0px;
    display: inline-block;
}

html, body, td, div, a {
    font-family: 'Open Sans',Arial, sans-serif;
    
}

a {
    color: #900028;
    text-decoration: none;
}

    a:hover {
        color: #404040;
        text-decoration: none;
    }

    a.action {
        color: #000000;
        text-decoration: none;
    }

        a.action:hover {
            color: #f45b1a;
            text-decoration: none;
        }


.offers a {
    color: #404040;
    text-decoration: none;
}

    .offers a:hover {
        color: #404040;
        text-decoration: none;
    }


h1 {
    color: #900028;
    font-family: 'Open Sans',Arial, sans-serif;
    margin-top: 0px;
    padding-top: 0px;
}

h2 {
    color: #900028;
    font-family: 'Open Sans',Arial, sans-serif;
    margin-top: 0px;
    padding-top: 0px;
}

h3 {
    color: #900028;
    font-family: 'Open Sans',Arial, sans-serif;
    margin-top: 0px;
    padding-top: 0px;
}


.top-area {
    background: #404040;
    padding-top: 30px;
    padding-bottom: 30px;
}

.menu-wrapper {
    background: #ffffff;
    border-top-right-radius: 10px;
}

.logo-wrapper {
    background: #ffffff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
    text-align: center;
}

img.img-responsive {
    display: inline-block !important;
}

 
#slider {
    background: #fff;
}

.flex-direction-nav .flex-next,
.flex-direction-nav .flex-prev {
    background: #900026;
    color:#fff;
    opacity: 1;
    width: 50px;
    height: 50px;
    line-height: 50px;
}

    .flex-direction-nav .flex-next::after, .flex-direction-nav .flex-prev::after {
        line-height: 50px;
    }


    .flex-direction-nav .flex-next:hover,
    .flex-direction-nav .flex-prev:hover {
        background: #900026;
        opacity: 1;
    }

p.flex-caption {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 15px;
    color: #919191;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    line-height: 22px;
    margin: 0 0 20px;
    font-size: 18px;
    color: #ffffff;
    padding: 15px 102px 14px 30px;
    background: rgba(0, 0, 0, 0.4);
    margin: 0;
    width: 100%;
    z-index: 3;
}

.flex-direction-nav {
    width: 101px;
    height: 50px;
}



@media (min-width:768px) {
    .navbar-default {
        background: none;
        border: none;
    }

    .navbar {
        border-radius: 0px;
    }

    .navbar {
        position: relative;
        min-height: 50px;
        margin-bottom: 0px;
        border: 1px solid transparent;
    }



    .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        color: #333;
        font-weight: 500;
    }

        .navbar-default .navbar-nav > li > a:after {
            background: #8F0127;
            height: 2px;
            content: "";
            margin-top: 4px;
            display: block;
            width: 0%;
        }

        .navbar-default .navbar-nav > li > a:hover:after, .navbar-default .navbar-nav > li > a:focus:after {
            -webkit-transform-origin: 0 0;
            -moz-transform-origin: 0 0;
            transform-origin: 0 0;
            -webkit-transition: 1s cubic-bezier(0.23, 1, 0.32, 1);
            -moz-transition: 1s cubic-bezier(0.23, 1, 0.32, 1);
            transition: 1s cubic-bezier(0.23, 1, 0.32, 1);
            width: 100%;
        }

    .nav .dropdown:hover .dropdown-menu {
        display: block;
    }

    .navbar-collapse {
        padding-left: 0px;
    }

    .search-wrapper {
        text-align: right;
        height: 90px;
    }

    .logo-wrapper {
        text-align: center;
    }

    .search-form {
        max-width: 250px;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        display: inline-block;
        vertical-align: middle;
    }

    .inline-cart {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        display: inline-block;
        vertical-align: middle;
    }

        .inline-cart .btn.btn-primary {
            margin: 0px;
            margin-right: 20px;
        }
}

@media (min-width:768px) AND (max-width:990px) {

    .search-wrapper {
        text-align: right;
        height: 60px;
    }

    .search-form {
        max-width: 200px;
    }



    .inline-cart .btn.btn-primary {
        margin: 0px;
        margin-right: 10px;
    }
}

@media (max-width:767px) {
    .inline-cart {
        position: absolute;
        top: -60px;
        right: 30px;
    }

    .menu-wrapper {
        background: #ffffff;
        border-top-right-radius: 0px;
    }

    .logo-wrapper {
        text-align: left;
    }

    .navbar-default {
        background: none;
        border: none;
    }

    .navbar {
        border-radius: 0px;
    }

    .navbar {
        position: relative;
        min-height: 50px;
        margin-bottom: 0px;
        border: none;
        border-bottom: 2px solid #333;
    }

    .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        color: #333;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #333;
    }

    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
        color: #333;
        background-color: transparent;
    }

    .navbar-default .navbar-brand {
        color: #333;
    }

    /*.search {
        display: block;
        margin-top: 20px;
    }*/
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #333;
    }

    .bottom-col {
        padding-bottom: 30px;
    }

    .search-form {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #900028;
        background: #ffffff;
    }
}

@media (max-width:600px) {
    .inline-cart {
        position: relative;
        top: initial;
        right: initial;
        display: block;
        max-width: 100%;
        text-align: center;
        background: #ffffff;
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .logo-wrapper {
        text-align: center;
    }



    .flex-direction-nav .flex-next,
    .flex-direction-nav .flex-prev {
        background: #900026;
        opacity: 1;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

        .flex-direction-nav .flex-next::after, .flex-direction-nav .flex-prev::after {
            line-height: 30px;
        }



    p.flex-caption {
        position: absolute;
        left: 0;
        bottom: 0;
        font-size: 15px;
        color: #919191;
        font-family: 'Roboto', sans-serif;
        font-weight: 300;
        -webkit-font-smoothing: antialiased;
        line-height: 22px;
        margin: 0 0 20px;
        font-size: 18px;
        color: #ffffff;
        padding: 5px 62px 4px 30px;
        background: rgba(0, 0, 0, 0.4);
        margin: 0;
        width: 100%;
        z-index: 3;
        display: none;
    }

    .flex-direction-nav {
        width: 61px;
        height: 30px;
    }
}



.content-area {
    background: url(skn/content-bg.png) 0% 0% repeat-x;
}

.content {
    background: #ffffff;
    padding: 15px;
}

    .content:first-child {
        min-height: 200px;
    }

.address {
    text-align: right;
    padding-right: 200px;
    background: url(skn/address.jpg) 98% 50% no-repeat;
}





.tile {
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=1, Color=#acacac),progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=90, Color=#acacac),progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=180, Color=#acacac),progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=270, Color=#acacac);
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=1, Color=#acacac),progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=90, Color=#acacac),progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=180, Color=#acacac),progid:DXImageTransform.Microsoft.Shadow(Strength=9, Direction=270, Color=#acacac)";
    box-shadow: 0 0 4px #9B9B9B;
    -moz-box-shadow: 0 0 4px #9B9B9B;
    -webkit-box-shadow: 0 0 4px #9B9B9B;
    -o-box-shadow: 0 0 10px 4px #9B9B9B;
    border: 1px solid #ccc;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 10px;
    padding: 15px;
    position: relative;
}


    /*.tile.toffereqcol  {
    float: left;
    width: 33%;
    vertical-align:top;
    display:inline-block;
}*/

    .tile.product-tile {
        padding-bottom: 60px;
    }

    .tile .product-tile-details {
        position: absolute;
        bottom: 0px;
        padding-left: 30px;
        padding-right: 30px;
        width: 100%;
        left: 0px;
    }

.tile_thumbnail {
    text-align: center;
}

    .tile_thumbnail img {
        display: inline-block;
    }

.tile_title {
    color: #900028;
    font-size: 16px;
    padding: 5px;
}

    .tile_title a {
        color: #900028;
        font-size: 16px;
        font-weight: 500;
    }

        .tile_title a:hover {
            color: #900028;
            font-size: 16px;
            font-weight: 500;
        }

        .tile_title a:visited {
            color: #000000;
            font-size: 18px;
            font-weight: 500;
        }

.tile_description {
    font-size: 14px;
    padding: 5px;
    padding-top: 0px;
    color: #333;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 5px;
}

    .tile_description p {
        font-size: 13px;
        color: #7e7979;
        font-weight: 400;
    }



.tile_price {
    margin-bottom: 10px;
}

.path-area {
    padding-top: 10px;
    border-bottom: 1px solid #900028;
    padding-bottom: 10px;
}

#TotalQuantity {
    color: #F06810;
    font-size: 16px;
}

#PriceText {
    font-size: 17px;
    text-decoration: none;
    text-align: left;
}

#InitialPrice {
    color: #000000;
    font-size: 17px;
}

    #InitialPrice span.ShopStrike {
        color: #cc0000;
        font-size: 17px;
    }

#VatText {
    text-decoration: none;
    text-align: left;
    font-size: 15px;
}

#VatPrice {
    color: #000000;
    text-decoration: none;
    text-align: left;
    font-size: 19px;
}

#ProductDiscountPrice {
    color: #000000;
    font-size: 20px;
}

.outofstock {
    color: #cc0000;
    font-size: 20px;
}

.ShopStrike {
    color: #cc0000;
    font-size: 20px;
    text-decoration: line-through;
}


#AddToCartBtn {
    margin-left: 10px;
    margin-bottom: -15px;
}

    #AddToCartBtn:hover {
        margin-left: 10px;
        margin-bottom: -15px;
    }

.wishlist-button-wrapper {
    margin-left: 124px;
    margin-top: -10px;
}

.wishlist-button-wrapper {
    margin-left: 124px;
    margin-top: -10px;
}

.overflow {
    overflow: hidden;
}



#AddToWishListBtn {
    margin-left: -5px;
}



.NodeTabs div.NodeTabsMenu {
    border: none;
    text-align: left;
    height: 32px;
    line-height: 32px;
    padding: 0px;
    margin: 0px;
    margin-bottom: 5px;
}

.NodeTabs div.NodeTabsContent {
    background: none;
    margin-bottom: 5px;
    border: none;
}

.NodeTabs div.NodeTabsMenu div {
    border: 1px solid #E4E4E4;
    background: #E4E4E4;
    color: #000000;
    font-weight: normal;
    padding-left: 5px;
    font-size: 18px;
}

    .NodeTabs div.NodeTabsMenu div.current, .NodeTabs div.NodeTabsMenu div.Current {
        border: 1px solid #E4E4E4;
        background: #E4E4E4;
        color: #000000;
        font-weight: normal;
        padding-left: 5px;
        font-size: 18px;
    }

    .NodeTabs div.NodeTabsMenu div b {
        color: #000000;
        font-weight: normal;
        padding-left: 5px;
        font-size: 18px;
    }

    .NodeTabs div.NodeTabsMenu div.current b, .NodeTabs div.NodeTabsMenu div.Current b {
        color: #000000;
        font-weight: normal;
        padding-left: 5px;
        font-size: 18px;
    }

.MinimumQuantity {
    margin-left: 20px;
}
@media(max-width:768px){
#cartactionsdiv{
	position:relative;
}

.MinimumQuantity{
	position:absolute;
	bottom:-25px;
	left:0px;
	margin-left:0px;
}
}
.additional-links-title {
    color: #000000;
    background: #E4E4E4;
    text-align: left;
    font-size: 18px;
    margin-bottom: 5px;
    height: 32px;
    line-height: 32px;
    padding-left: 10px;
    margin-top: 30px;
}



.ProductOptions td {
    vertical-align: middle;
}




#PriceText {
    font-size: 22px;
    text-decoration: none;
    text-align: left;
}

#InitialPrice {
    color: #333333;
    font-size: 22px;
}

    #InitialPrice span.ShopStrike {
        color: #cc0000;
        font-size: 22px;
    }

#VatText {
    text-decoration: none;
    text-align: left;
    font-size: 12px;
}

#VatPrice {
    color: #000000;
    text-decoration: none;
    text-align: left;
    font-size: 19px;
}

#ProductDiscountPrice {
    color: #000000;
    font-size: 20px;
}

.outofstock {
    color: #cc0000;
    font-size: 14px;
}

.ShopStrike {
    color: #cc0000;
    font-size: 20px;
    text-decoration: line-through;
}


.overflow {
    overflow: hidden;
}

#CartProceedToOrder {
    display: none;
}

#AddToWishListBtn {
    margin-left: -5px;
}


#TotalQuantity {
    color: #E40010;
    font-size: 16px;
}




#salt {
    width: 120px;
    display: inline-block;
}

.alt {
    background: #ededed;
}

    .alt td, .alt2 td {
        padding: 2px;
    }

th {
    background: #cccccc;
    font-weight: 500;
    padding: 2px;
}

    th br {
        display: none;
    }

    th img {
        display: none;
    }

.alt {
    background: #ededed;
}

th img {
    display: none;
}

th {
    white-space: nowrap;
}







.formpane, .formPane {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.step-title {
    margin-top: 10px;
    display: block;
}

    .step-title .step-title-text {
        background: #CCCCC9;
        color: #333;
        padding: 5px;
        font-size: 18px;
    }

    .step-title.active .step-title-text {
        background: #CCCCC9;
        color: #333;
        padding: 5px;
        font-size: 18px;
    }

    .step-title:first-child {
        margin-top: 0px;
    }

    .step-title .step-title-caret-wrapper {
        display: none;
        background: #ffffff;
    }

    .step-title.active .step-title-caret-wrapper {
        display: block;
        background: #ffffff;
    }

    .step-title .step-title-caret {
        width: 0;
        height: 0;
        margin-left: 30px;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #CCCCC9;
        display: block;
    }

.step-title {
    position: relative;
}

.step-edit-button {
    position: absolute;
    top: 3px;
    right: 3px;
    height: 20px;
    width: 20px;
    padding: 2px;
    display: inline-block;
    cursor: pointer;
    background: url(img/edit-icon.png) 50% 50% no-repeat #ffffff;
    background-size: 18px;
    border-radius: 4px;
}

.step-body {
    padding-right: 15px;
    padding-left: 15px;
    background: #ffffff;
    position: relative;
}

.step-overlay-wrapper {
    position: absolute;
    background: url(img/overlay.png) repeat;
    top: 0px;
    left: 0px;
    display: inline-block;
    text-align: center;
}

    .step-overlay-wrapper img {
        display: inline-block;
        margin: auto;
        left: 0px;
        right: 0px;
        top: 0px;
        bottom: 0px;
        text-align: center;
        padding: 4px;
        background: #333333;
        border: 1px solid #333333;
        border-radius: 5px;
    }

.step-body .step-body-edit-wrapper {
    height: 0px;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
    overflow: hidden;
    padding-top: 0px;
    padding-bottom: 0px;
}

.step-body .step-body-read-wrapper {
    height: initial;
    visibility: visible;
    opacity: 1;
    padding-top: 0px;
    padding-bottom: 0px;
}

.step-body.active .step-body-edit-wrapper {
    height: initial;
    visibility: visible;
    opacity: 1;
    padding-top: 7px;
    padding-bottom: 7px;
}

.step-body.active .step-body-read-wrapper {
    height: 0px;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
}

.step-body .formpane, .step-body .formPane, .step-body .form-control {
    max-width: 220px;
}







div.ContextMenu {
    position: absolute;
    z-index: 3;
    text-align: left;
    width: 220px;
    padding: 5px 0px;
    margin: 2px 0px 0px;
    list-style: none outside none;
    font-size: 14px;
    background-color: #FFF;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.176);
    background-clip: padding-box;
}

    div.ContextMenu a {
        display: block;
        background: #ffffff url('res/ac3/img/ContextMenuGutter.gif') 0% 0% repeat-y;
        font-weight: normal;
        font: 11px/11px Arial,Trebuchet MS,Verdana,sans-serif;
        color: #00356A;
        text-decoration: none;
        padding: 4px 5px;
    }

        div.ContextMenu a:hover {
            background: #d9d9d9 url('res/ac3/img/ContextMenuHover.gif') 50% 50% repeat-x;
            font-weight: normal;
            font: 11px/11px Arial,Trebuchet MS,Verdana,sans-serif;
            color: #00509F;
            color: #000000;
            text-decoration: none;
        }

        div.ContextMenu a.ajax {
            display: block;
            background: #ffffff url('res/ac3/img/ContextMenuGutter.gif') 0% 0% repeat-y;
            font-weight: normal;
            font: 11px/11px "Trebuchet MS",Verdana,sans-serif;
            color: #00356A;
            text-decoration: none;
            padding: 4px 5px;
        }

            div.ContextMenu a.ajax:hover {
                display: block;
                background: #ffffff url('res/ac3/img/ContextMenuGutter.gif') 0% 0% repeat-y;
                font-weight: normal;
                font: 11px/11px "Trebuchet MS",Verdana,sans-serif;
                color: #00356A;
                text-decoration: none;
                padding: 4px 5px;
            }



.formbutton, .formButton, .FormButton {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.formbutton, .formButton, .FormButton {
    color: #fff;
    background-color: #A62A32;
    border-color: #A62A32;
}

td {
    padding: 3px;
}

.btn-primary, .formButton {
    color: #fff;
    background-color: #A62A32;
    border-color: #A62A32;
    font-size: 14px;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary, .formButton:hover, .formButton:focus {
        color: #fff;
        background-color: #892328;
        border-color: #892328;
        font-size: 14px;
    }



        .btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary.active[disabled], fieldset[disabled] .btn-primary.active {
            color: #fff;
            background-color: #A62A32;
            border-color: #A62A32;
            font-size: 14px;
        }



.slick-dots {
    position: absolute;
    bottom: -20px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}

    .slick-dots li {
        position: relative;
        display: inline-block;
        width: 11px;
        height: 11px;
        margin: 3px;
        padding: 0;
        cursor: pointer;
    }

        .slick-dots li button {
            font-size: 0;
            line-height: 0;
            display: block;
            background: #B5B6BF;
            border-radius: 50%;
            border: none;
            width: 11px;
            height: 11px;
            padding: 0px;
            cursor: pointer;
            color: transparent;
        }

        .slick-dots li.slick-active button {
            background: #900028;
            border-radius: 50%;
        }



.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #333;
    background-color: #ededed;
    border: 1px solid #ccc;
    margin-left: -1px;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    background-color: #a42a31;
    border-color: #a42a31;
    cursor: default;
}


.content-area .middle-shadow,.menu-wrapper{
-webkit-box-shadow: -5px 5px 10px 0px rgba(0,0,0,0.75);
-moz-box-shadow: -5px 5px 10px 0px rgba(0,0,0,0.75);
box-shadow: -5px 5px 10px 0px rgba(0,0,0,0.75);
}
.footer-area {
    background:#404040;
    margin-top:30px;
    padding-top:30px;
    padding-bottom:20px;
}

.footer-area a,.footer-area a:hover,.footer-area a:focus,.footer-area span,.footer-area div{
    color:#ffffff;
}

.banks img {
    display:inline-block;
    vertical-align:middle;
    margin-right:10px;
}
@media(min-width:768px) {
    .information {
        text-align: right;
    }
}
@media(max-width:767px) {
    .information {
        text-align: center;
    }
}
.information .sep{
        margin-right:5px;
        margin-left:5px;
    }

.login-area {
     background:#404040;
     text-align:center;
}
.login-area a,.login-area a:hover,.login-area a:focus,.login-area span,.login-area div{
    color:#ffffff;
}

.about {
     background:#404040;
     text-align:center;
     color:#fff !important;
}
.about a,.about a:hover,.about a:focus,.about span,.about div{
    color:#ffffff !important;
    font-size:13px;
}