﻿/*@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600');*/


@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:100,200,300,400,500,600,700,800,900');




/*@font-face {
    font-family: 'myfontxlight';
    src: url('Fonts/SourceSansPro-ExtraLight.ttf') format('truetype'),  url('Fonts/SourceSansPro-Light.ttf') format('truetype');
}


@font-face {
    font-family: 'myfontlight';
    src:  url('Fonts/SourceSansPro-Light.ttf') format('truetype');
}

@font-face {
    font-family: 'myfontsemibold';
    src:  url('Fonts/SourceSansPro-SemiBold.ttf') format('truetype');
    }

@font-face {
    font-family: 'myfontbold';
    src: url('Fonts/SourceSansPro-Bold.ttf') format('truetype');
   }

@font-face {
    font-family: 'myfontblack';
    src: url('Fonts/SourceSansPro-Black.ttf') format('truetype');
      }*/






textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
    -webkit-appearance: none;
    border-radius: 0;
}

textarea, select, input, button, label, a {
    outline: none !important;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    tap-highlight-color: transparent;
}


    input:focus {
        outline: none;
    }


/*SCROLLBAR CUSTOMIZE*/
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    border-radius: 4px;
}

::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 4px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #999;
    }

/*//SCROLLBAR CUSTOMIZE*/




/*stylesheet 1/6 | http://localhost:61465/Styles/google_menu.css*/
.menu1 {
    padding: 3px 0px 0px;
    margin: 0px auto;
    display: table;
}


    .menu1 ul, .menu1 ul:focus {
        list-style: none;
        margin: 0px;
        padding: 0px 0px 0px 5px;
        outline: none;
    }

        .menu1 ul li {
            padding: 0px;
            float: none;
            cursor: default;
        }


            .menu1 ul li ul {
                color: black;
                background: #f8f8f8;
                position: absolute;
                margin-top: 10px;
                padding: 10px;
                z-index: 200;
            }

a.level2.dynamic {
    font-size: 9pt;
    padding: 4px;
    display: block;
}


.notice-body {
    background-color: #fff;
    padding: 15px 380px;
    color: #333;
    font-size: 20px;
    border: 1px solid #333;
}


    .notice-body h3 {
        margin: 0px;
        font-size: 1.1em;
    }

    .notice-body p {
        font-size: 0.8em;
    }

/*stylesheet 3/6 ----------------------------------------------slicknav.css*/
.slicknav_btn {
    position: fixed;
    top: 6px;
    right: 0px;
    z-index: 9;
    display: block;
    vertical-align: middle;
    float: right;
    padding: 2px;
    line-height: 1.125em;
    cursor: pointer;
}

.slicknav_menu .slicknav_menutxt {
    display: block;
    line-height: 1.188em;
    float: left;
}

.slicknav_menu .slicknav_icon {
    float: left;
    margin: 0.188em 0px 0px 0.438em;
    background: url(/images/menubutton.png) no-repeat;
    background-position-x: 0px;
    background-position-y: 0px;
    background-size: contain;
}

.slicknav_menu .slicknav_no-text {
    margin: 0px;
}

.slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 1.125em;
    height: 0.12em;
}

.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
    margin-top: 0.188em;
}

.slicknav_nav {
    clear: both;
    position: fixed;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    overflow-y: auto;
    /*background: #fff;*/
    width: 315px;
}

    .slicknav_nav ul {
        display: block;
    }

    .slicknav_nav ul, .slicknav_nav li {
        display: block;
    }

    .slicknav_nav li {
        padding: 10px 0px;
    }

    .slicknav_nav .slicknav_arrow {
        font-size: 12pt;
        position: absolute;
        right: 20px;
        /*-ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);*/
    }

    .slicknav_nav .slicknav_item {
        display: block;
        cursor: pointer;
    }

    .slicknav_nav a {
        display: block;
    }

    .slicknav_nav .slicknav_item a {
        display: inline;
    }

.slicknav_menu::before, .slicknav_menu::after {
    content: " ";
    display: table;
}

.slicknav_menu::after {
    clear: both;
}

.slicknav_menu {
}

.slicknav_menu {
    font-size: 18px;
}

.slicknav_btn {
    text-decoration: none;
    zoom: 1.6;
    z-index: 4;
}

.slicknav_menu .slicknav_menutxt {
    color: #fff;
    font-weight: 600;
    text-shadow: #000 0px 1px 3px;
}

.slicknav_menu .slicknav_icon-bar {
    /*background-color: #000;*/
}

.slicknav_menu {
    background: #4c4c4c;
}

.slicknav_nav, .slicknav_nav ul {
    list-style: none;
    z-index: 5;
    color: #4c4c4c;
}

    .slicknav_nav ul {
        padding: 0px 0px 0px 20px;
        margin: 0px;
        background-color: #fceded;
    }

    .slicknav_nav .slicknav_item {
        padding: 5px 10px;
        margin: 0px 5px;
    }

    .slicknav_nav a {
        padding: 5px 10px;
        margin: 2px 5px;
        text-decoration: none;
        color: #535353;
    }

    .slicknav_nav .slicknav_item a {
        padding: 0px;
        margin: 0px;
    }

li.slicknav_parent.slicknav_open {
    background-color: #fceded;
}

/*.slicknav_nav .slicknav_item:hover {
        background: #ccc;
        color: #fff;
    }

    .slicknav_nav a:hover {
        background: #ccc;
        color: #222;
    }*/





.slicknav_nav .slicknav_txtnode {
    margin-left: 15px;
}




/*----------------------------------------------------------*/

/*#cookieWrap {
    display: none;
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 280px;
    box-sizing: border-box;
    padding: 24px 34px;
    background-color: #191919;
    border-radius: 15px;
    z-index: 1000;
    font-family: proxima-nova, "Open Sans", "Gill Sans", Corbel, Arial, sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: #fff;
    opacity: 1;
}*/

#cookieWrap {
    display: none;
    position: fixed;
    bottom: 5px;
    left: 5px;
    width: 350px;
    box-sizing: border-box;
    padding: 10px 10px;
    background-color: #EEE;
    /*-moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 7px;*/
    z-index: 1001;
    font-family: Consolas, monaco, monospace;
    /* font-family: "proxima-nova","Open Sans","Gill Sans",Corbel,Arial,sans-serif; */
    /* font-weight: 400; */
    font-size: 14px;
    color: #333;
    /* filter: alpha(opacity=90);
     opacity: 1; */
    text-align: left;
    border: 1px solid #a0a0a0;
}




#cookieAcceptButton {
    border: 1px solid #333;
    background: none 0px 0px no-repeat transparent;
    color: #333;
    display: inline-block;
    text-align: center;
    width: 85px;
    height: 22px;
    line-height: 20px;
    font-size: 14px;
    cursor: pointer;
}

#cookieWrap #cookieReadMore {
    /*float: right;*/
    color: #333;
    font-size: 12px;
    line-height: 24px;
    text-decoration: underline;
}

.ph2 {
    /*margin-top: 156px;*/
    margin-top: 174px;
}

.prod_txt1, .prod_txt3 {
    color: #000;
    font-size: 21px;
    line-height: 30px;
    font-weight: 300;
}

.prod_txt2 {
    color: #AAA;
    font-size: 18px;
    line-height: 30px;
    margin-left: 8px;
    text-decoration: line-through;
    font-weight: 300;
}

.prod_txt4 {
    color: #ff0000;
    font-size: 18px;
    line-height: 30px;
    margin-left: 6px;
    font-weight: 300;
}









.rsblock {
    width: 235px;
    text-align: center;
    height: 400px;
}

    .rsblock .prod_txt1, .rsblock .prod_txt3 {
        font-size: 22px;
    }

.rsblock .prod_txt2{

}

.rsblock .prod_txt4{

}


    .rsblock .imagenewclass {
        left: 0;
    }


 .rsbl .prod_txt1, .rsbl .prod_txt3 {
        font-size: 22px;
    }



.rsdescr {
    display: block;
    text-align: center;
    color: #000;
    font-size: 16px;
    margin-top: 4px;
    height: 38px;
    overflow: hidden;
}

.prod_descr {
    display: block;
    text-align: left;
    color: #333;
    font-size: 16px;
    line-height: 20px;
    height: 44px;
    margin-top: 14px;
    overflow: hidden;
}













.imagenewclass {
    position: absolute;
    z-index: 1;
    background-color: #000;
    color: #fff;
    text-align: center;
    /*height: 20px;*/
    line-height: 20px;
    letter-spacing: 1px;
    /*width: 40px;*/
    padding: 0 3px;
    font-size: 12px;
    top: 8px;
}

.backinstock {
    position: absolute;
    z-index: 1;
    background-color: #000;
    color: #fff;
    text-align: left;
    /*height: 20px;*/
    /*line-height: 20px;*/
    letter-spacing: 1px;
    /*width: 40px;*/
    padding: 0 3px;
    font-size: 12px;
    top: 8px;
}


.newinoffer {
    position: absolute;
    z-index: 1;
    background-color: #FE0000;
    color: #fff;
    text-align: center;
    line-height: 20px;
    letter-spacing: 1px;
    padding: 0 3px;
    font-size: 12px;
    top: 8px;
}



.dailyoffer {
    position: absolute;
    z-index: 1;
    background-color: #FE0000;
    color: #fff;
    text-align: center;
    line-height: 15px;
    letter-spacing: 1px;
    padding: 2px 3px;
    font-size: 12px;
    top: 8px;
}




.colordiv1 {
    display: inline-block;
    padding: 3px;
    width: 37px;
    height: 37px;
    /*height: 60px;
    background-image: url(../Images/arrow1.png);
    background-repeat: no-repeat;*/
    background-position: center top;
    vertical-align: bottom;
}

.colordiv2 {
    display: inline-block;
    padding: 3px;
    width: 37px;
    height: 37px;
    vertical-align: bottom;
}


.colorimage1 {
    /*position: relative;
  top: 10px;*/
    border: 1px solid #000;
    padding: 3px;
    text-decoration: none;
    width: 29px;
    height: 29px;
}


.colorimage2 {
    /*position: relative;
     top: 10px;*/
    border-style: none;
    padding: 0px;
    text-decoration: none;
    width: 37px;
    height: 37px;
}








.ca {
    cursor: auto;
}


.ia {
    display: block;
    margin-bottom: 10px;
    opacity: 1 !important;
}



    .ia:hover {
        opacity: 1 !important;
    }


.heartframe {
    position: absolute;
    bottom: 150px;
    right: 9px;
    z-index: 0;
}

.heartimg {
    background-color: #fff;
    padding: 7px 6px 3px 5px;
    border-radius: 50px;
    width: initial !important;
}


.heartframe_v {
    position: absolute;
    bottom: 96px;
    right: 9px;
    z-index: 0;
}


.heartframe_slider {
    position: absolute;
    bottom: 150px;
    right: 9px;
    z-index: 0;
}




.viewed_wrapper {
    background: #F2F2F2;
    padding-bottom: 50px;
}





.viewed_div {
    display: block;
    text-align: center;
    z-index: 0;
    width: 1260px;
    margin: 0 auto;
    /*padding-top: 16px;*/
}

.clearviewed {
    font-size: 9pt;
    letter-spacing: 1px;
}


.cld {
    display: block;
    text-align: right;
    margin: 5px;
}

.lineheader {
    display: block;
    text-align: left;
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: 600;
    color: #5D5D5D;
    padding: 50px 0 12px;
}

.login1 {
    font-size: x-small;
    text-decoration: none;
    color: #000;
    z-index: 100;
}

    .login1:hover {
        color: #acacac;
    }

.liblock {
    display: inline;
}

.secure1 {
    text-decoration: none;
}

    .secure1:hover {
        opacity: 0.8;
    }

.onecard {
    margin-left: 0px;
    height: 24px;
    width: auto;
}

.slicknav_menu {
    display: none;
}

.nobord {
    border-style: none;
    text-decoration: none;
}

.maindiv {
    width: 100%;
}

.arrows1 {
}

    .arrows1:hover {
        cursor: pointer;
        opacity: 0.7;
    }

.no_wrapping {
    white-space: nowrap;
}

.nound {
    text-decoration: none;
}

.cart {
    padding: 10px 15px;
    text-decoration: none;
    color: #000;
    font-size: small;
    background-color: #eee;
    text-align: center;
    vertical-align: middle;
    width: 190px;
}

    .cart:hover {
        color: #f00;
    }

.wish {
    font-size: x-small;
    padding: 5px 10px;
}

/*----------------------------------------------------------*/

body {
    font-size: small;
    background-color: #fff;
    width: 100%;
    margin: 0px;
    /*font-family: 'Comfortaa', cursive;
    font-family: 'Roboto', sans-serif;
       font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-family: 'Source Sans Pro', sans-serif;
    font-family: 'Didact Gothic', sans-serif;
    font-family: 'Champagne & Limousines';*/
    font-family: 'Source Sans Pro', sans-serif;
    color: #000;
}

a {
    text-decoration: none;
    cursor: pointer;
}

    a:hover {
        opacity: 0.8;
    }


input {
    font-family: 'Source Sans Pro', sans-serif;
}


.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}


.letselect {
    -webkit-touch-callout: initial; /* iOS Safari */
    -webkit-user-select: initial; /* Safari */
    -khtml-user-select: initial; /* Konqueror HTML */
    -moz-user-select: initial; /* Firefox */
    -ms-user-select: initial; /* Internet Explorer/Edge */
    user-select: initial; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}




.ph {
    min-height: 100px;
       width: 100%;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
       text-align: center;
}






.container1 {
    width: 1260px;
    display: block;
    min-height: 500px;
    margin: 0px auto 50px;
    background-color: #FFF;
    color: #000;
}


.menupanel {
    width: 1000px;
    height: 330px;
    display: block;
    background-color: #FFF;
    border-bottom: solid;
    border-bottom-color: black;
    border-bottom-width: 1px;
    padding-bottom: 1px;
}



.back-to-top {
    /*font-size: 34px;*/
    /*color: #222;*/
    position: fixed;
    right: 20px;
    /*bottom: 20px;*/
    text-decoration: none;
    -webkit-transition: opacity .15s linear;
    -moz-transition: opacity .15s linear;
    -ms-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
    /*text-shadow: 0px 0px 4px #fff;*/
    background: url(/icons/back-to-top.png) no-repeat;
    width: 48px;
    height: 48px;
    z-index: 1;
    bottom: 40px;
    padding: 10px;
    background-position: 10px 10px;
}

    .back-to-top:hover {
        opacity: 0.6;
    }


.mcrule1 {
    margin: 10px 0 0 10px;
    display: table;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 10px;
    padding-right: 10px;
    position: relative;
    width: 300px;
    text-align: left;
}



.mcrule2 {
    display: table-cell;
    width: 96px;
    vertical-align: top;
}

.mcrule3 {
    height: 115px;
}



.mcrule5 {
    display: table-cell;
    width: 204px;
}

.mcrule6 {
    text-align: right;
    height: 21px;
}

.mcrule7 {
    background-image: url(../images/icons/bin.png);
    background-size: 14px;
    background-repeat: no-repeat;
    width: 14px;
    height: 18px;
    display: inline-block;
    /*opacity: 0.6;*/
    position: absolute;
    bottom: 14px;
    right: 10px;
}

.mcrule8 {
    text-align: left;
}

.mcrule9 {
    height: 70px;
}

.mcrule10 {
    font-size: 20px;
    display: block;
    line-height: 20px;
}

.mcrule11 {
    font-size: 14px;
    display: block;
    line-height: 16px;
    height: 50px;
    overflow: hidden;
}

.mcrule12 {
    margin-top: 10px;
    letter-spacing: 0.8px;
    line-height: 20px;
}

/*.mcrule13 {
    color: #666;
    width: 72px;
    display: inline-block;
    line-height: 20px;
    font-size: 13px;
    letter-spacing: 1px;
}

.mcrule14 {
    color: #333;
    width: 132px;
    display: inline-block;
    line-height: 20px;
    font-size: 13px;
    letter-spacing: 1px;
}*/



.allnewheaders {
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 3;
    /*background: #fff;*/
    height: 150px;
}


.manage1 {
    display: block;
    position: absolute;
    padding: 5px;
    background-color: #f2f2f2;
    z-index: 999;
    margin-top: 5px;
    margin-left: -7px;
    box-shadow: 3px 3px 5px #5f5f5f;
    -moz-box-shadow: 3px 3px 5px #5f5f5f;
    -webkit-box-shadow: 3px 3px 5px #5f5f5f;
    text-align: left;
    font-size: 8pt;
}


.sizeguide {
    cursor: pointer;
    color: #333;
    margin-left: 240px;
    display: inline-block;
    position: relative;
}

    .sizeguide:hover {
        /*border: 2px solid #000;*/
    }


.sizeguide1 {
    position: fixed;
    left: 50%;
    border-style: solid;
    border-width: 1px;
    border-color: grey;
    background-color: #fff;
    z-index: 900;
    margin-left: -300px;
    top: 140px;
}

.sizeguideclose {
    position: absolute;
    right: 12px;
    top: 12px;
    font-size: 20px;
    font-weight: 700;
    color: black;
    text-decoration: none;
    cursor: pointer;
}



.basket1 {
    position: absolute;
    background-color: #fff;
    z-index: 900;
    margin-left: -237px;
    margin-top: 17px;
    /*box-shadow: 0 30px 40px 0 rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0 30px 40px 0 rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 30px 40px 0 rgba(0, 0, 0, 0.35);*/
    box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.2);
    width: 336px;
}


.basket1_s {
    margin-left: -304px;
}


.starwrap {
    width: 20px;
    height: 20px;
    background: #333;
    border-radius: 18px;
    padding: 8px;
    position: absolute;
    top: 12px;
    right: 0px;
}

#railball {
    width: 16px;
    height: 16px;
    background: #333;
    border-radius: 8px;
    position: absolute;
    top: 24px;
}


.giftrail {
    display: block;
    text-align: center;
    width: 100%;
    height: 4px;
    background-color: #e7e7e7;
}



.pr001 {
    display: inline-block;
    font-size: 14px;
    color: #333;
    width: 13.2%;
    letter-spacing: 1px;
    line-height: 30px;
}

.pr000 {
    display: inline-block;
    font-size: 10px;
    color: #666;
    width: 13.2%;
    letter-spacing: 0.9px;
    line-height: 30px;
}



.CheckoutButton {
    font-size: 14px;
    letter-spacing: 1px;
    display: block;
    line-height: 60px;
    text-align: center;
    border: 1px solid #181818;
    background-color: #181818;
    color: #fff;
    margin: 10px 20px 20px;
}

.gotocart {
    color: #666666;
    font-size: 14px;
    letter-spacing: 1px;
    display: block;
    text-align: center;
    border: 1px solid #9a9a9a;
    margin: 20px 20px 6px;
    line-height: 60px;
}


.shopmore {
    font-size: 10pt;
    line-height: 20px;
    display: block;
    text-align: center;
    padding: 5px 0 15px 0;
}


.giftstripe {
    border-bottom: 1px solid #e7e7e7;
    text-align: center;
    padding: 18px;
}

.black_button {
    display: block;
    border: none;
    font-size: 8pt;
    background: buttonface;
    color: #000;
    width: 100px;
    text-align: left;
    cursor: pointer;
    margin: 4px 0px;
    padding: 4px;
}

    .black_button:hover {
        background: #000;
        color: #fff;
    }


.newheader1_0 {
    width: 100%;
    background-color: #FEFEFE;
    border-bottom: 1px solid #000;
}


.newheader2 {
    width: 100%;
    height: 70px;
    display: table;
    max-width: 1260px;
    /*margin: 5px auto 0;*/
    margin: 0px auto;
    position: static;
    background-color: #FFF;
    padding-bottom: 0px;
}


.newheader2_s {
    height: 60px;
    position: relative;
}





.newheader2_alt {
    width: 100%;
    height: 100px;
    display: table;
    margin: 0 auto;
    position: fixed;
    background-color: #FFF;
    top: 0px;
}

.newheader2_1, .newheader2_2, .newheader2_3 {
    display: table-cell;
    color: #000;
    width: 33%;
}

.newheader2_1 {
    text-align: left;
    vertical-align: middle;
    background-color: #fff;
}

.newheader2_1_s {
    width: initial;
}

.newheader2_2 {
    text-align: center;
    vertical-align: middle;
}

.newheader2_2_s {
    position: absolute;
    top: 15px;
    left: 50px;
    z-index: 1;
}

.newheader2_3 {
    text-align: right;
    vertical-align: middle;
}


.newheader2_3_s {
    position: absolute;
    right: -40px;
    top: 15px;
}

.inside_2_1 {
    width: initial;
}

.newslink {
    width: initial;
}


.mainlogo_s {
    width: 140px;
}


.searchtext, .searchtext:focus {
    border: none;
    font-size: 9pt;
    width: 300px;
    height: 28px;
    padding-left: 10px;
    color: #B6B6B6;
    letter-spacing: 0.7px;
}

    .searchtext:focus {
        color: #000;
    }


.searchtext_s {
    border: none;
    font-size: 9pt;
    width: 163px;
    height: 21px;
    background-color: transparent;
    display: inline-block;
    color: transparent;
    cursor: pointer;
    left: 0px;
    opacity: 0;
    color: #B6B6B6;
    padding-left:30px;
}

.searchtext_s_focus {
    color: #000;
    background-color: #fff;
    z-index: 2;
    cursor: initial;
    opacity: 1;
}

.search1 {
    display: inline-block;
    border-bottom: 1px solid #999;
}


.search1_s {
    display: block;
    z-index: 2;
    position: relative;
    width: 200px;
    background: #fff;
    height: 30px;
}




.localebutton_s {
    display: none;
}

.zoomimage, .zoomimage:focus {
    width: 20px;
    outline: none;
    margin: 2px;
    display: inline-block;
    vertical-align: middle;
    padding-right: 6px;
    cursor: pointer;
}

.zoomimage_s {
   position:absolute;
   left:0;
}



.deletezoomimage {
    display: none;
}


.newheader3_s {
    background-color: #fff;
    height: 20px;
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
    padding-top: 20px;
    z-index: 0;
    position: relative;
    padding-bottom: 21px;
    top: -60px;
}



.newheader3 {
    width: 100%;
    height: 30px;
    background-color: #fff;
    display: table;
    margin: -7px auto 0;
    padding-bottom: 10px;
}



.newheader3_1 {
    display: table-cell;
    vertical-align: middle;
    color: #000;
    text-align: center;
}

.footerancors {
    display: block;
    color: #000;
    margin-top: 4px;
    font-size: 12pt;
    letter-spacing: 0.6px;
}

    .footerancors:hover {
        opacity: 0.8;
    }





.circle_button {
    width: 20px;
    border: 2px solid #000;
    border-radius: 20px;
}


.newfooter1 {
    width: 94%;
    height: 210px;
    color: #000;
    line-height: 25px;
    display: table;
    max-width: 1260px;
    margin: 0 auto 10px;
    padding-left: 70px;
}

.newfooter1_0, .newfooter1_1, .newfooter1_2, .newfooter1_3 {
    display: table-cell;
    vertical-align: top;
    color: #FFF;
    text-align: left;
    width: 26%;
    padding-left: 10px;
}


.newfooter1_3 {
    width: 21%;
}

.newfooter2 {
    display: none;
}

.newfooter2_1 {
    display: table-cell;
    color: #999;
    text-align: left;
}

.newfooter3 {
    width: 100%;
    background-color: #FFF;
    /*display: table;
    margin: 0 auto;
    position: relative;
    z-index: 10;*/
}

.newfooter3_1, .newfooter3_2, .newfooter3_3 {
    color: #666;
    text-align: center;
    padding-top: 20px;
    /* width: 100%; */
    font-size: 14px;
    line-height: 40px;
}


.newfooter3_3 {
    text-align: right;
}

.menupanel {
    background-color: #FFF;
    padding: 0px 40px 40px 40px;
    box-shadow: 5px 5px 5px rgba(127,127,127,0.7);
    -webkit-box-shadow: 5px 5px 5px rgba(127,127,127,0.7);
    -moz-box-shadow: 5px 5px 5px rgba(127,127,127,0.7);
    min-height: 270px;
}



.modalback {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-image: url('../Images/transp.png');
    background-repeat: repeat;
    height: 100%;
    z-index: 2001;
}

.modalfront {
    position: absolute;
    background-color: white;
    padding: 20px;
    width: 400px;
    height: 400px;
    left: 50%;
    top: 50%;
    margin-left: -200px;
    margin-top: -200px;
    z-index: 2001;
    border: 1px solid #acacac;
    overflow-y: scroll;
}

.modalfront1 {
    position: absolute;
    background-color: white;
    padding: 20px;
    left: 50px;
    top: 50px;
    right: 50px;
    bottom: 50px;
    z-index: 2001;
    border: 1px solid #acacac;
    overflow-y: scroll;
}




.modalclose {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 30px;
    font-weight: 600;
    cursor: pointer;
}

    .modalclose:hover {
        opacity: 0.7;
    }


.pickcurr {
    background-color: #FFF;
    color: #999;
    width: 20px;
    border: 1px solid #999;
    border-radius: 18px;
    height: 20px;
    text-align: center;
    font-size: 9pt;
    font-weight: 600;
    cursor: pointer;
    display: inline-block;
    position: relative;
}

.coin {
    margin-top: 2px;
    display: block;
}

.country_flag {
    width: 22px;
    margin-right: 6px;
    margin-top: 1px;
}

.button_or {
    display: inline-block;
    width: 190px;
    padding: 10px 15px 10px 15px;
    color: #FFF;
    font-size: small;
    background-color: #000;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    margin: 2px;
    border: none;
}



    .button_or:hover {
        color: #ACACAC;
    }


.desktophide2 {
    display: none;
}

.loadOverlay {
    background-color: #FFF;
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    display: block;
    z-index: 159999999;
}


.minus {
    background-image: url('../images/icons/minus1.png');
    background-repeat: no-repeat;
    background-size: 16px;
    padding: 6px;
    background-position: 3px;
}

    .minus:hover {
        background-image: url('../images/icons/minus2.png');
    }

.plus {
    background-image: url('../images/icons/plus1.png');
    background-repeat: no-repeat;
    background-size: 16px;
    padding: 6px;
    background-position: 3px;
}

    .plus:hover {
        background-image: url('../images/icons/plus2.png');
    }

.del {
    background-image: url('../images/icons/del1.png');
    background-repeat: no-repeat;
    background-size: 16px;
    padding: 6px;
    background-position: 3px;
}

    .del:hover {
        background-image: url('../images/icons/del2.png');
    }


.socialdiv {
    display: inline-block;
    margin: 40px 0;
}


    .socialdiv a {
        margin: 10px;
    }

        .socialdiv a img {
            width: 36px;
        }



.social {
    margin: 3px;
    background-repeat: no-repeat;
    transform: scale(0.7);
    width: 32px;
    display: inline-block;
    height: 32px;
}

/*.icon_facebook {
    background-image: url(/custom/social/social/facebook_32.png);
}

    .icon_facebook:hover {
        background-image: url(/custom/social/social/facebook_32-C.png);
    }


.icon_twitter {
    background-image: url(/custom/social/social/twitter_32.png);
}

    .icon_twitter:hover {
        background-image: url(/custom/social/social/twitter_32-C.png);
    }

.icon_instagram {
    background-image: url(/custom/social/social/instagram_32.png);
}

    .icon_instagram:hover {
        background-image: url(/custom/social/social/instagram_32-C.png);
    }

.icon_youtube {
    background-image: url(/custom/social/social/youtube_32.png);
}

    .icon_youtube:hover {
        background-image: url(/custom/social/social/youtube_32-C.png);
    }

.icon_pinterest {
    background-image: url(/custom/social/social/pinterest_32.png);
}

    .icon_pinterest:hover {
        background-image: url(/custom/social/social/pinterest_32-C.png);
    }

.icon_googleplus {
    background-image: url(/custom/social/social/googleplus_32.png);
}

    .icon_googleplus:hover {
        background-image: url(/custom/social/social/googleplus_32-C.png);
    }

.icon_tumblr {
    background-image: url(/custom/social/social/tumblr_32.png);
}

    .icon_tumblr:hover {
        background-image: url(/custom/social/social/tumblr_32-C.png);
    }

.icon_blog {
    background-image: url(/custom/social/social/blog_32.png);
}

    .icon_blog:hover {
        background-image: url(/custom/social/social/blog_32-C.png);
    }*/


.mainlogo {
    max-width: 250px;
    height: auto;
}


#cartimage, #wishimage {
    width: 20px;
}

.newheader2_1_2 {
    display: table;
    width: 100%;
}


.coinbutton {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.localebutton {
    display: inline-block;
    width: 30px;
    vertical-align: middle;
}







.mobilesearchbutton {
    display: none;
}

.account_mob {
    display: none;
}

.desktop_signin {
    color: #999;
    font-size: 12px;
}







/*h1 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 7px;
    display: block;
    color: #333;
    letter-spacing: 2.5px;
    font-weight: 300;
}*/



h1 {
    line-height: 30px;
    display: block;
    color: #333;
    font-weight: 600;
    font-size: 17pt;
    letter-spacing: 1px;
    margin: 16px auto 6px;
}


.ph h2 {
    margin: 0 auto;
    display: block;
    line-height: 20px;
    width: 1260px;
    position: relative;
    color: #333;
    letter-spacing: 0.4px;
    font-size: 16px;
    font-weight: 300;
}





.bc2 {
    font-size: 50px;
    display: block;
    color: #333;
    letter-spacing: -1.3px;
    font-weight: 200;
    line-height: 50px;
    margin: 0;
}



.breadcrump1-div {
    position: static;
    display: block;
    margin-bottom: 10px;
    /* padding-top: 10px; */
    color: #000;
    font-size: 15pt;
    text-align: center;
    border-bottom: 1px solid #ECECEC;
    /* background-color: #f9f9f9; */
}

.breadcrump0-div {
    display: block;
    margin-bottom: 10px;
    margin-top: 10px;
    color: #333;
    font-size: 12px;
    line-height: 30px;
}




.securediv {
    text-align: right;
    display: inline-block;
    margin-top: 10px;
    zoom: 0.7;
}


.Label1_2 {
    position: absolute;
    right: -13px;
    width: 20px;
    color: #fff;
    background-color: #000;
    text-align: center;
    border-radius: 19px;
    font-size: 14px;
    letter-spacing: -0.3px;
    line-height: 20px;
}


.Label1_2_s {
    /*position: absolute;
    right: 8px;
    font-size: 6pt;
    top: 2px;*/
    position: absolute;
    left: 16px;
    width: 20px;
    color: #fff;
    background-color: #000;
    text-align: center;
    border-radius: 19px;
    font-size: 14px;
    letter-spacing: -0.3px;
    line-height: 20px;
}


.tc40 {
    display: table-cell;
    vertical-align: middle;
    width: 40px;
    padding: 0 20px 0 10px;
}

.tc40search {
    display: none;
}

.lensmobile {
    display: none;
}


.dn {
    display: none;
}

.db {
    display: block;
}

.dt {
    display: table;
}

.w100 {
    width: 100%;
}

.tc {
    text-align: center;
}


.w25p {
    width: 25px;
}

.w100px {
    width: 100px;
}


.w180px {
    width: 180px;
}



.wi {
    width: initial;
}

.stl001 {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 84%;
}

.stl002 {
    display: table;
    width: 100%;
}


.style001 {
    /*border-left: 2px solid #FFF;
    border-right: 2px solid #FFF;*/
}


.style003 {
    font-size: 9pt;
    color: #000;
    letter-spacing: 1px;
    display: table-cell;
    vertical-align: middle;
    padding-left: 5px;
    line-height: 12px;
    white-space: nowrap;
}

.style004 {
    display: table-cell;
    vertical-align: middle;
}

.style005 {
    display: table-cell;
    vertical-align: middle;
    padding-left: 5px;
}

.signin {
    display: table-cell;
    vertical-align: middle;
    /* padding-top: 10px; 
    padding-right: 8px;*/
}



.style007 {
    display: table-cell;
    width: 30px;
    vertical-align: middle;
}

.style008 {
    /*background-color: #FFF;
    border: 1px solid #acacac;
    padding: 10px;*/
    text-align: center;
}

.style009 {
    margin-bottom: 5px;
    font-weight: 600;
}

.footer2 {
    width: 100%;
    background-color: #FFF;
    text-align: center;
    border-bottom: 1px solid #999;
    padding-top: 42px;
}

}

.style011 {
    margin-bottom: 5px;
    font-weight: 600;
    display: block;
    font-size: 13pt;
    margin-top: 40px;
}

.style012 {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
}

.style013 {
    display: table;
}

    .style013 span {
        display: table-cell;
        vertical-align: middle;
        padding-left: 10px;
    }


    .style013 img {
        display: table-cell;
        width: 24px;
    }


.style015 {
    background-color: black;
    display: none;
}

.style016 {
    position: absolute;
    background-color: white;
    top: 50px;
    left: 50px;
    right: 50px;
    bottom: 50px;
    padding: 20px;
    margin: initial;
    border: initial;
    width: initial;
    height: initial;
}

.style017 {
    padding-top: 40px;
    height: 90%;
}

.style018 {
    width: 100%;
    height: 100%;
    border: none;
}

.style019 {
    position: fixed;
    bottom: 0;
    z-index: 4;
    left: 0px;
    right: 0px;
    text-align: center;
}


.noticeclose {
    position: absolute;
    left: 50%;
    top: 12px;
    margin-left: 606px;
}


.style020 {
    color: #fff;
}

.style0201 {
    color: #fff;
    text-decoration: underline;
}

.style021 {
    margin: 5px;
    color: #FFF;
    border: 1px solid #FFF;
    padding: 3px;
}

.whiteback {
    background-color: #fff;
}

.geo {
    color: #000000;
    text-decoration: none;
    font: 600 7px verdana,sans-serif;
    letter-spacing: .5px;
    text-align: center;
    margin: 0px;
    padding: 0px;
}


.newsletterpanel {
    display: inline-flex;
    background-color: #FFF;
    border: 1px solid #999;
}

.newslettertext {
    display: table-cell;
    font-size: 12pt;
    line-height: 30px;
    padding: 14px 20px;
    border: none;
    color: #999;
    background: #FFF;
    width: 420px;
    letter-spacing: 1px;
}

.newsletterbutton {
    cursor: pointer;
    padding: 0px 10px;
}

.helppagediv {
    width: 80%;
    margin-left: 10%;
}

.popupdiv {
    background-color: #FFF;
    border: 1px solid #DBDBDB;
    padding: 45px 40px 30px 40px;
    display: inline-block;
    width: 700px;
    left: 50%;
    position: absolute;
    margin-left: -350px;
    height: 350px;
    top: 50%;
    margin-top: -215px;
}

.cancelpopupdiv {
    background-color: #FFF;
    border: 1px solid #DBDBDB;
    padding: 20px 0;
    display: inline-block;
    width: 344px;
    left: 50%;
    position: absolute;
    margin-left: -173px;
    height: 144px;
    top: 50%;
    margin-top: -83px;
    text-align: center;
    box-shadow: 0 16px 20px 0 rgba(0, 0, 0, 0.2);
}

    .cancelpopupdiv .cspan1 {
        font-weight: 600;
        font-size: 16pt;
        display: block;
    }

    .cancelpopupdiv .cspan2 {
        font-size: 12pt;
        display: block;
        margin: 10px auto 12px;
        width: 270px;
    }

    .cancelpopupdiv a {
        border: 1px solid #000;
        display: inline-block;
        width: 114px;
        padding: 9px;
        font-size: 15pt;
        margin: 11px;
    }

    .cancelpopupdiv .a1 {
    }

    .cancelpopupdiv .a2 {
        color: #FFF;
        background: #000;
    }


.cancelancor {
    font-size: 11pt;
    font-weight: 600;
    text-decoration: underline;
}

.button_loader {
    background-image: url(../icons/loaderc.gif);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: right 0px center;
}




.popupoverlay {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    display: none;
    z-index: 9999;
    background-image: url('../Images/transp.png');
    background-repeat: repeat;
}

.popupclose {
    position: absolute;
    top: 5px;
    right: 17px;
    font-size: 24pt;
}


.popupframe {
    width: 710px;
    height: 360px;
    border: none;
}

.eye {
    width: 24px;
    position: relative;
    top: 10px;
    left: -40px;
}



.mobile {
    display: none;
}

.desktop {
    /*display: block;*/
}



input:active {
    outline: none;
}

input:focus {
    outline: none;
}

select:active {
    outline: none;
}

select:focus {
    outline: none;
}


.footer_header {
    font-size: 15pt;
    color: #000;
    display: block;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.allfooter {
    margin-top: 10px;
}

.arrow_right {
    width: 20px;
    vertical-align: middle;
    padding: 0px 0px 0px 4px;
}


#langsel, #DivPY {
    display: table;
}



.langpop {
    border-top: 2px solid #000;
    padding: 10px 0;
    /*box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.25);*/
    position: absolute;
    background: #fff;
    z-index: 1;
    display: none;
    /*margin-top: -4px;*/
    width: 100%;
    box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 6px 8px 0 rgba(0, 0, 0, 0.2);
}


    .langpop a {
        display: block;
        font-size: 12px;
        color: #999;
        padding: 10px;
        text-align: center;
    }



.currs {
    margin-top: 4px;
    width: 80px;
    margin-left: -54px;
}


.searchresults {
    position: absolute;
    width: 344px;
    padding-top: 20px;
    /*border-top: 2px solid #181818;*/
    overflow-y: scroll;
    overflow-x: hidden;
    display: none;
    background: #FFF;
    box-shadow: 0 40px 40px 0 rgba(0, 0, 0, 0.35);
    margin-top: 10px;
    z-index: 1;
    max-height: 460px;
}



    .searchresults a {
        display: table;
        padding: 20px;
        width: 380px;
    }

.searchresultsblank {
    height: 0;
    box-shadow: none;
    padding: 0;
}


.searchresults a div {
    display: table-cell;
    width: 100px;
}

    .searchresults a div img {
        width: 100px;
    }


.searchresults a span {
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px;
    color: #333;
}



.sortby {
    position: absolute;
    padding: 5px;
    background-color: #f2f2f2;
    z-index: 1;
    margin-top: 5px;
    margin-left: -7px;
    box-shadow: 3px 3px 5px #5f5f5f;
    -moz-box-shadow: 3px 3px 5px #5f5f5f;
    -webkit-box-shadow: 3px 3px 5px #5f5f5f;
}


.signs0 {
    display: table;
    display: table;
    width: 1260px;
    margin: 0 auto;
    padding-top: 20px;
}

.signs1 {
    display: table-cell;
    vertical-align: middle;
    padding-left: 60px;
}

.trustmark-badge {
    width: 96px;
    height: auto;
    position: relative;
    top: -10px;
    left: -280px;
}


.trustmark-eu-badge {
    width: 130px;
    height: auto;
}

.cards img {
    margin: 0 3px;
}

.signs2 {
    display: table-cell;
    vertical-align: middle;
}

.geotrust {
    width: 150px;
    position: relative;
    left: 60px;
    top: -20px;
}

.news0 {
    background: #F2F2F2;
    height: 180px;
}

.news1 {
    position: absolute;
    width: 910px;
    background: #F2F2F2;
    right: 40px;
    top: 40px;
    bottom: 40px;
}


.news2 {
    position: absolute;
    top: 40px;
    left: 40px;
    right: 40px;
    bottom: 40px;
}

.news3 {
    display: table;
    height: 100%;
    width: 1260px;
    margin: 0 auto;
}



.news5 {
    display: table-cell;
    vertical-align: middle;
    padding-right: 30px;
}




.news6 {
    margin-bottom: 15px;
    display: block;
    font-size: 30pt;
    letter-spacing: 4px;
    font-weight: 600;
}


.news6_2 {
    display: block;
    font-size: 12pt;
    letter-spacing: 1px;
}

.news6_3 {
    display: none;
}


.news7 {
    display: table-cell;
    vertical-align: middle;
    padding-right: 35px;
}


.news4_2 {
    display: table-cell;
    vertical-align: middle;
    width: 580px;
    text-align: center;
}


    .news4_2 .span1 {
        display: block;
        line-height: 62px;
        font-size: 50px;
        font-weight: 200;
        letter-spacing: -1.3px;
    }


    .news4_2 .span2 {
        display: table-cell;
        vertical-align: middle;
        font-size: 18px;
    }


    .news4_2 a {
        display: table;
        margin: 0px auto;
        color: #000;
        padding: 10px 0;
    }



.news5_2 {
    display: table-cell;
    vertical-align: middle;
    width: 20px;
    background: #fff;
}




.style022 {
    font-size: 12pt;
}


#chc {
    border: 1px solid #000;
    padding: 13px;
    margin-top: 30px;
}




.vdel {
    position: absolute;
    top: 10px;
    right: 10px;
}

#cartcontainer {
    width: 100%;
    background-color: #FFF;
    max-height: 282px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.mobile_panel1 {
    display: none;
}

.mobilepanelopen {
    display: none;
}

.mobilesearchpanel {
    display: none;
}

.mp0001 {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    letter-spacing: 1px;
    font-size: 15px;
    font-weight: 600;
    color: #5D5D5D;
}

.mp0002 {
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}


.mp0003 {
    display: none;
}


.seldivall {
    display: none;
}


.mp0004 {
    color: #000;
    font-size: 10pt;
    letter-spacing: 1px;
    display: inline-block;
    text-align: center;
    border: 1px solid #9a9a9a;
    margin: 8px 6px 8px 12px;
    line-height: 50px;
    width: 145px;
}


.mp0005 {
    font-size: 10pt;
    letter-spacing: 1px;
    display: inline-block;
    line-height: 54px;
    text-align: center;
    background-color: #000000;
    color: #fff;
    margin: 8px 12px 8px 6px;
    width: 145px;
    position: relative;
}

.mp0006 {
    width: 286px;
    height: 2px;
    background: #f0f0f0;
    position: absolute;
}


.mp0007 {
    display: inline-block;
    width: 90px;
    height: 2px;
    background: #000;
    position: absolute;
    right: 0;
}




.miniloader {
    background-image: url(../icons/loaderc.gif);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: left 10px center;
}


.countrydiff {
    position: fixed;
    top: 200px;
    left: 200px;
    right: 200px;
    bottom: 200px;
    background-color: #ececec;
    z-index: 9;
    font-size: 24px;
    padding: 20px;
}

.bfreeze {
    overflow: hidden;
    position: fixed;
    /*height: 100%*/
}


.notavailable {
    color: #fff;
    background-color: #7A0026;
    font-size: 11px;
    line-height: 12px;
    letter-spacing: 1px;
    padding: 4px 12px;
}


input[type=text]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

input[type=text]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}


.left30 {
    left: -30px !important
}

.masterul {
    display: table;
    width: 1260px;
    top: 0px;
    left: 0px;
}

.masterul_s {
    display: table;
    width: 1030px;
    top: -15px;
    left: 80px;
    margin-left: 2% !important;
}

    .masterul_s .masterli {
        width: initial;
    }


.contactlink {
    margin-left: 34px;
}



.pluslabel {
    font-size: 14pt;
    line-height: 30px;
    letter-spacing: 1px;
    font-weight: 600;
    border-bottom: 2px solid #AAA;
}

.plussign {
    font-weight: 600;
    font-size: 14pt;
    border-radius: 12px;
    border: 2px solid #000;
    width: 18px;
    display: inline-block;
    text-align: center;
    line-height: 18px;
    margin-left: 8px;
}



/*#region ecslider */
.ecslider {
    position: relative;
    width: 100%;
    white-space: nowrap;
    text-align:left;
}


    .ecslider .rsleft {
        display: inline-block;
        position: absolute;
        top: 140px;
        left:0;
    }

        .ecslider .rsleft:hover {
            left: 6px;
        }


    .ecslider .rsright {
        display: inline-block;
        position: absolute;
        top: 140px;
        right: 0;
    }

        .ecslider .rsright:hover {
            right: 6px;
        }

.inactive {
    opacity: 0!important;
}

    .inactive:hover {
        /*left: initial!important;
        right: initial!important;*/
   opacity: 0!important;
        }

.viewslides {
    overflow-x: scroll;
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */
}

    .viewslides::-webkit-scrollbar {
        display: none; /* Safari and Chrome */
    }


    .viewslides .rsbl {
        display: inline-block;
        width: 235px;
        margin-right: 21px;
        position: relative;
    }

    .viewslides .rsimg {
        width: 100%
    }

    .viewslides .rsdescr {
        white-space: initial;
    }


/*#endregion */
