﻿html {
    box-sizing: border-box;
}

body {
    box-sizing: border-box;
    padding-right: 0px !important;
    font-size: 12pt;
    line-height: normal !important;
    font-family: Vodafone, Arial, sans-serif;
    color: #333333;
    margin: 0px; /*margin-top: 10px;*/
    background-color: #F8F8F8; /*background-image:url('../../images/imageBg.png');     background-repeat:repeat-x;    */
}

div {
    box-sizing: border-box;
}

p {
    box-sizing: border-box;
}

.logo {
    padding-top: 10px;
    box-shadow: 0 5px 16px 0px #999;
    padding-bottom: 10px;
}

.maxcol {
    max-width: 1840px;
    margin: 0 auto;
}

/*Styles for Loader*/
.UpdateModal1 {
    position: fixed;
    z-index: 19999;
    height: 100%;
    width: 100% !important;
    top: 0;
    left: 0;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
}

.Updatecenter {
    z-index: 20000;
    margin: 300px auto;
    padding: 10px;
    width: 130px;
    /*background-color: White;*/
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}

.pageTitle2 {
    font-weight: bold !important;
}
/*.Clearance {
    position: absolute;
    width: 0;
    height: 0;
    border-top: 60px solid turquoise;
    border-right: 60px solid transparent;
    z-index: 3;
}*/
.internetOffer {
    color: #fff;
    font-size: 12pt;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 10px 10px 0 0;
    background-color: #003376;
}

.Clearance {
    color: #fff;
    font-size: 12pt;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 10px 10px 0 0;
    background-color: turquoise;
}

.RedOffer {
    color: #fff;
    font-size: 11pt;
    font-weight: 600; /*text-transform: uppercase;*/ /*border-radius:10px 10px 0 0;*/
    background-color: #ff0000;
}

.RedOfferTop {
    color: #fff;
    font-size: 12pt;
    font-weight: 600; /*text-transform: uppercase;*/
    border-radius: 10px 10px 0 0;
    background-color: #ff0000;
}
/*.Clearance span{
     color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    bottom: 26px;
    letter-spacing: 2px;
    position: absolute;
    -webkit-transform: rotate(316deg);
    transform:rotate(316deg);
}*/
/**:not(#arrows){
    box-sizing:initial !important;
}

 *:before:not(#arrows){
    box-sizing:initial !important;
}
 *:after:not(#arrows){
    box-sizing:initial !important;
}*/
.topRed * {
    box-sizing: border-box !important;
}

#divSearchOptions .active {
    background-color: #7FAAFF;
}

.txtSearch {
    border: 0px !important;
    /*border-bottom: 1px solid #fff !important;
    border-radius: 0px !important;*/
    width: 100% !important;
    /*color: #fff;
    background-color: transparent;*/
    background-color: #fff;
    outline: 0px;
    /*font-size: 12pt !important;*/
    /*padding: 10px !important;*/
    /*padding-right: 50px !important;*/
    height: 40px !important;
}

.centerDiv {
    text-align: center;
}

.searchResponsive {
    height: 170px;
    display: inline-table;
    vertical-align: middle;
    text-align: center;
    margin-top: 10px;
}

/* MASTER PAGE STYLES */
/*body
{
    line-height: normal;
    font-family: Arial !important;
    font-size: 11pt !important;
    color: #333333 !important;
    margin: 0px !important;
    margin-top: 10px !important;
    background-color: #ffffff !important;
}*/

h3 {
    display: block;
    font-size: 1.17em;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}

hr {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}


.searchbox ul {
    width: 136px !important;
}

    .searchbox ul li:hover {
        width: 136px !important;
    }

/*a:hover
{
    text-decoration: none !important;
}*/
#cssmenu li:hover > ul {
    left: auto;
}

.button {
    display: none;
    width: 50px;
    height: 4px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 99;
}

    .button:after {
        position: absolute;
        top: 23px;
        right: 20px;
        display: block;
        height: 9px;
        width: 20px;
        border-top: 2px solid #0000e6;
        border-bottom: 2px solid #0000e6;
        content: '';
        box-sizing: border-box !important;
    }

    .button:before {
        position: absolute;
        top: 16px;
        right: 20px;
        display: block;
        height: 2px;
        width: 20px;
        content: '';
        background-color: #0000e6;
    }

    .button.menu-opened:after {
        top: 23px;
        border: 0;
        height: 2px;
        width: 19px;
        background: #0000e6;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .button.menu-opened:before {
        top: 23px;
        background: #0000e6;
        width: 19px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

#cssmenu ul {
    font-family: Arial;
    font-size: 12pt;
    font-weight: normal;
    color: #333333;
    clear: both;
    width: auto;
    list-style: none;
    padding: 0;
    margin: auto;
    text-align: left;
    position: relative;
    z-index: 3;
}

#cssmenu li a {
    color: #333333;
    font-size: 1em;
    text-align: left;
    display: block;
    text-decoration: none;
    padding: 6px;
}

#cssmenu ul li ul li a {
    color: #333333;
    font-size: 10pt;
    text-align: left;
    display: block;
    text-decoration: none;
    padding: 6px;
}

#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #head-mobile {
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 5px;
}

    #cssmenu:after, #cssmenu > ul:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }

    #cssmenu #head-mobile {
        display: none;
    }

    #cssmenu > ul > li {
        float: left;
        z-index: 9999;
    }

        #cssmenu > ul > li > a {
            padding: 10px 5px;
        }


        #cssmenu > ul > li:hover, #cssmenu ul li.active:hover, #cssmenu ul li.has-sub.active:hover {
            background: #f2f2f2 !important;
        }

        #cssmenu > ul > li:hover, #cssmenu ul li.active:hover, #cssmenu ul li.active, #cssmenu ul li.has-sub.active:hover {
            -webkit-transition: background .1s ease;
            -ms-transition: background .1s ease;
            transition: background .1s ease;
        }

        #cssmenu > ul > li.has-sub > a {
            padding: 10px 5px;
        }


        #cssmenu > ul > li.has-sub:hover > a:before {
            top: 23px;
            height: 0;
        }

    #cssmenu ul ul {
        position: absolute;
        left: -9999px;
    }

        #cssmenu ul ul li {
            background: #f2f2f2 !important;
        }

            #cssmenu ul ul li:hover {
            }

    #cssmenu li:hover > ul {
        left: auto;
    }

        #cssmenu li:hover > ul > li {
            height: 35px;
        }

    #cssmenu ul ul ul {
        margin-left: 100%;
        top: 0;
    }

    #cssmenu ul ul li a {
        padding: 10px 0px 0px 10px;
        width: 190px;
        font-size: 12px;
        text-decoration: none;
        color: #125dcc;
        font-weight: 400;
    }

    #cssmenu ul ul li:last-child > a, #cssmenu ul ul li.last-item > a {
        border-bottom: 0;
    }



    #cssmenu ul ul > li.has-sub:hover > a:before {
        top: 17px;
        height: 0;
    }

.w3-display-left {
    -webkit-transform: translate(0%,-50%);
}

.w3-display-right {
    -webkit-transform: translate(0%,-50%);
}


/* PRODUCTS STYLES */
.col-sm-3 {
    float: none;
}

label {
    margin-bottom: 0px;
    font-weight: normal;
    padding-left: 3px;
}

/* PRODUCT DETAILS STYLES */
.CustomTab .ajax__tab_tab {
    height: 22px !important;
}

.CustomTab .ajax__tab_body {
    padding-top: 20px !important;
}

/*COMPARE STYLES*/

#divLoading {
    width: 2000px;
    height: 430px;
}

#dtlItems {
    text-align: center;
}

.w3-text-white, .w3-hover-text-white:hover {
    bottom: 0px;
}

.mySlides {
    display: none;
}

.w3-left, .w3-right, .w3-badge {
    cursor: pointer;
}

.w3-badge {
    height: 13px;
    width: 13px;
    padding: 0;
}

.navbar-toggle {
    float: left !important;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #004798 !important;
}

.navbar-default .navbar-toggle {
    border-color: #004798 !important;
}

.navbar-default .navbar-brand {
    color: #004798 !important;
}

.navbar-fixed-top, .navbar-fixed-bottom {
    position: relative !important;
}

.navbar-default {
    background-color: transparent !important;
    border-color: transparent !important;
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 0 6px 6px 6px;
        -moz-border-radius: 0 6px 6px;
        border-radius: 0 6px 6px 6px;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #ccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }

.wide {
    width: 100%;
    height: 100%;
    height: calc(100% - 1px);
    background-size: cover;
}

    .wide img {
        width: 100%;
    }

.wide1 {
    width: 20%;
    height: 20%;
    height: calc(20% - 20px);
    background-size: cover;
}

#itemImage {
    padding-left: 48px;
}

/* STORES STYLE*/
#imgCyprusMap {
    margin-bottom: 0px !important;
}

.btnBasket {
    cursor: pointer;
    text-decoration: underline;
}

.size9 {
    width: 192px;
}

.DropDownListD {
    width: 150px;
}

#divPriceList table {
    text-align: center;
    margin: 0px auto;
    border-collapse: collapse;
    border-radius: 1em;
    overflow: hidden;
}

#divPriceList th, #divPriceList td {
    padding: 1em;
    background: #ddd;
    border-bottom: 2px solid white;
}

#divPriceList th {
    text-align: center;
}

#divPriceList th {
    /*border: 1px solid #000000;*/
    width: 30%;
    height: 40px;
    background-color: #f15a22;
    color: #ffffff;
    font-weight: bold;
}

#divPriceList td {
    /*border: 1px solid #000000;*/
    width: 33.3%;
    padding: 2px; /*height:18px;*/
}

#divPriceList tr {
    background-color: #cccccc;
    height: 46px;
}

#divPriceList table img {
    height: 40px !important;
    width: 25px !important;
    padding-right: 5px;
}

/*#divPriceList th:first-child {
    padding-right: 30%;
}*/

.modalMessage {
    font-weight: bold; /* font-size: 14px; */
    color: red;
    font-size: 14px;
    padding: 10px;
    border-bottom: 1px solid #cccccc !important;
}

.selectedColor {
    /*border: 2px solid #cccccc !important;*/
    outline: 2px solid #000000;
}

#cboxClose {
    top: 0 !important;
    right: 25px !important;
}

#colorbox {
    min-width: 900px !important;
    min-height: 900px !important;
    outline: none;
}

.hov1:hover {
    background-color: #F15A22;
}

ul.bread-crumbs {
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
    *zoom: 1;
}

    ul.bread-crumbs li {
        list-style-image: none;
        list-style-type: none;
        margin-left: 0;
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        *zoom: 1;
        *display: inline;
        white-space: nowrap;
    }

    ul.bread-crumbs li {
        position: relative;
        padding: 10px 15px 10px 30px;
        margin-bottom: 5px;
        /*font-size: 1vw;*/
        /*color: #F15A22;*/
        /*color:#8B939C;*/
        color: #F15A22;
        text-align: center;
        width: 24%;
    }

        ul.bread-crumbs li:after {
            -moz-transform: skew(45deg, 0);
            -ms-transform: skew(45deg, 0);
            -webkit-transform: skew(45deg, 0);
            transform: skew(45deg, 0);
            content: "";
            height: 50%;
            width: 1px;
            background: #dcdcdc;
            border-right: 1px solid #ffffff;
            position: absolute;
            top: 0;
            right: -15px;
            z-index: 1;
        }

        ul.bread-crumbs li:before {
            -moz-transform: skew(-45deg, 0);
            -ms-transform: skew(-45deg, 0);
            -webkit-transform: skew(-45deg, 0);
            transform: skew(-45deg, 0);
            content: "";
            height: 51%;
            width: 1px;
            background: #dcdcdc;
            /*border-right: 1px solid #d2e6e6;*/
            border-right: 1px solid #ffffff;
            position: absolute;
            bottom: 0;
            right: -15px;
            z-index: 1;
        }

        ul.bread-crumbs li.active {
            color: white;
            /*background: #8B939C;*/
            background: #F15A22;
            /*border: 1px solid #d2e6e6;*/
            border-left: none;
            padding-left: 35px;
            left: -5px;
        }

            ul.bread-crumbs li.active:first-child {
                border-left: 1px solid #ffffff;
                left: 0;
                padding-left: 30px;
            }

            ul.bread-crumbs li.active:after {
                width: 25px;
                /*background: #8B939C;*/
                background: #efefef;
            }

            ul.bread-crumbs li.active:before {
                width: 25px;
                /*background: #8B939C;*/
                background: #efefef;
            }

.icon_creditcard {
    vertical-align: text-bottom;
}

.required {
    border-left: 4px solid red !important;
    padding-left: 3px !important;
}

.storesDesign table tr td {
    padding: 0px 0 5px 0px;
}

.warrantyCart {
    display: inline-block;
}

.returnPloicyCart {
    display: inline-block;
    float: right;
}

.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
}

.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
}

.modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width: inherit;
    height: inherit;
    /* To center horizontally */
    margin: 0 auto;
}

.modal-dialog {
    z-index: 10000;
}

.BasketLinkBtn {
    background-color: #06c;
    padding: 10px;
    border-radius: 20px;
    /*border: 1px solid black;*/
    color: #fff !important;
}

.makeBasketGreen {
    text-decoration: none;
    padding: 4px;
    background-color: #9C3;
    border-radius: 10px;
    font-weight: bold;
}

/*.fa-facebook-square {
    
}*/

#DetailProductImg {
    text-align: center;
    vertical-align: top;
    display: inline-table;
    width: 250px;
    height: 250px;
    background-image: url(images/ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.moreImages {
    display: inline-table;
    margin-bottom: 10px;
    flex-grow: 0 !important;
}

.moreimages-item {
    width: 100px;
    height: 100px;
    display: inline-table;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #cccccc;
    margin-top: 10px;
}

    .moreimages-item:hover {
        outline: 2px solid #000;
    }

.basicAttributes {
    /*position: absolute;
    left: 325px !important;
    top: 60px !important;*/
    flex-grow: 0;
    text-align: center;
    margin: 0 auto;
}

#productColours {
    text-align: center;
    margin: 0 auto;
    width: 90%;
}

.divMemory {
    width: 90%;
    /*position: absolute !important;
    left: 325px !important;
    top: 165px !important;*/
    margin: 0 auto;
    margin-top: 30px;
}

.divTabLinks span {
    padding-left: 10px;
}


/*[ FONT ]
///////////////////////////////////////////////////////////
*/

@font-face {
    font-family: Montserrat-Regular;
    src: url('../fonts/montserrat/Montserrat-Regular.ttf');
}

/*@font-face {
    font-family: Montserrat-Medium;
    src: url('../fonts/montserrat/Montserrat-Medium.ttf');
}*/

@font-face {
    font-family: Montserrat-Bold;
    src: url('../fonts/montserrat/Montserrat-Bold.ttf');
}

@font-face {
    font-family: Montserrat-Italic;
    src: url('../fonts/montserrat/Montserrat-Italic.ttf');
}

@font-face {
    font-family: Montserrat-Black;
    src: url('../fonts/montserrat/Montserrat-Black.ttf');
}

@font-face {
    font-family: Linearicons;
    src: url('../fonts/Linearicons-Free-v1.0.0/WebFont/Linearicons-Free.ttf');
}

@font-face {
    font-family: Poppins-Bold;
    src: url('../fonts/poppins/Poppins-Bold.ttf');
}

@font-face {
    font-family: Vodafone;
    src: url('fonts/Vodafone.ttf');
}

@font-face {
    font-family: VodafoneLt;
    src: url('fonts/VodafoneLt.ttf');
}

@font-face {
    font-family: VodafoneRgBd;
    src: url('fonts/VodafoneRgBd.ttf');
}

@font-face {
    font-family: VodafoneRg;
    src: url('fonts/VodafoneRg.ttf');
}
/*pop up jcc*/
.Panel2Css {
    background-color: White;
    border-width: 1px;
    border-style: solid;
    width: 520px;
}

#btnNext {
    width: 250px !important;
}

td {
    align-self: center !important;
}

table {
    width: 100% !important;
}

textarea {
    outline: none;
}

/* textarea:focus, input:focus {
  border-color: transparent !important;
} */

input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder {
    color: transparent;
}

input:focus::-moz-placeholder {
    color: transparent;
}

input:focus:-ms-input-placeholder {
    color: transparent;
}

textarea:focus::-webkit-input-placeholder {
    color: transparent;
}

textarea:focus:-moz-placeholder {
    color: transparent;
}

textarea:focus::-moz-placeholder {
    color: transparent;
}

textarea:focus:-ms-input-placeholder {
    color: transparent;
}

/* ------------------------------------ */
button {
    outline: none !important;
    border: none;
    background: transparent;
}

    button:hover {
        cursor: pointer;
    }

iframe {
    border: none !important;
}


/* ------------------------------------ */
.container {
    max-width: 1200px;
}

.slick-slide {
    outline: none !important;
}




/*[ LOADDING ]
///////////////////////////////////////////////////////////
*/
.animsition-loading-1 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

[data-loader='ball-scale'] {
    width: 50px;
    height: 50px;
    -webkit-animation: ball-scale infinite linear .75s;
    -moz-animation: ball-scale infinite linear .75s;
    -o-animation: ball-scale infinite linear .75s;
    animation: ball-scale infinite linear .75s;
    border-radius: 100%;
    background-color: #e65540;
}

@-webkit-keyframes ball-scale {
    0% {
        -webkit-transform: scale(.1);
        -ms-transform: scale(.1);
        -o-transform: scale(.1);
        transform: scale(.1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@-moz-keyframes ball-scale {
    0% {
        -webkit-transform: scale(.1);
        -ms-transform: scale(.1);
        -o-transform: scale(.1);
        transform: scale(.1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@-o-keyframes ball-scale {
    0% {
        -webkit-transform: scale(.1);
        -ms-transform: scale(.1);
        -o-transform: scale(.1);
        transform: scale(.1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes ball-scale {
    0% {
        -webkit-transform: scale(.1);
        -ms-transform: scale(.1);
        -o-transform: scale(.1);
        transform: scale(.1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

/*[ BACK TO TOP ]
///////////////////////////////////////////////////////////
*/
.btn-back-to-top {
    display: none;
    position: fixed;
    width: 40px;
    height: 40px;
    bottom: 40px;
    right: 40px;
    background-color: black;
    opacity: 0.5;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    border-radius: 4px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

.symbol-btn-back-to-top {
    font-size: 22px;
    color: white;
    line-height: 1em;
}

.btn-back-to-top:hover {
    opacity: 1;
    cursor: pointer;
}


/*[ Restyle Select2 ]
///////////////////////////////////////////////////////////
*/
/* Select2 */
.select2-container {
    display: block;
    max-width: 100% !important;
    width: auto !important;
}

    .select2-container .select2-selection--single {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        background-color: transparent;
        border: none;
        height: 20px;
        outline: none;
        position: relative;
    }

        /* in select */
        .select2-container .select2-selection--single .select2-selection__rendered {
            font-size: 13px;
            font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
            line-height: 20px;
            color: #888888;
            padding-left: 0px;
            background-color: transparent;
        }

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 20px;
    top: 50%;
    transform: translateY(-50%);
    right: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.select2-selection__arrow b {
    display: none;
}

.select2-selection__arrow:after {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background-color: transparent;
    border-right: 1px solid #888888;
    border-bottom: 1px solid #888888;
    color: white;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-bottom: 2px;
    margin-right: 8px;
}

/* dropdown option */
.select2-container--open .select2-dropdown {
    z-index: 1251;
    border: 1px solid #e5e5e5;
    border-radius: 0px;
    background-color: white;
}

.select2-container .select2-results__option[aria-selected] {
    padding-top: 5px;
    padding-bottom: 5px;
}

.select2-container .select2-results__option[aria-selected="true"] {
    background-color: #e65540;
    color: white;
}

.select2-container .select2-results__option--highlighted[aria-selected] {
    background-color: #e65540;
    color: white;
}

.select2-results__options {
    font-size: 13px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #888888;
}

.select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: none;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    color: #888888;
}

/*[ rs1-select2 ]
-----------------------------------------------------------
*/
.rs1-select2 .select2-container {
    margin-left: 26px;
}

    .rs1-select2 .select2-container .select2-selection--single {
        height: 20px;
    }

/*[ rs2-select2 ]
-----------------------------------------------------------
*/
.rs2-select2 .select2-container .select2-selection--single {
    background-color: white;
    height: 48px;
}

    .rs2-select2 .select2-container .select2-selection--single .select2-selection__rendered {
        line-height: 20px;
        color: #555555;
        padding-left: 22px;
    }

.rs2-select2 .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 10px;
}

#dropDownSelect2 .select2-results__options {
    color: #555555;
}

#dropDownSelect2 .select2-search--dropdown .select2-search__field {
    color: #555555;
}



/*[ rs3-select2 ]
-----------------------------------------------------------
*/
.rs3-select2 .select2-container .select2-selection--single {
    height: 45px;
}

.rs3-select2 .select2-selection__arrow b {
    display: block;
}

.rs3-select2 .select2-selection__arrow:after {
    display: none;
}

/*[ rs4-select2 ]
-----------------------------------------------------------
*/
.rs4-select2 .select2-container .select2-selection--single {
    height: 40px;
}

    .rs4-select2 .select2-container .select2-selection--single .select2-selection__rendered {
        padding-left: 15px;
    }

.rs4-select2 .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 5px;
}


/*[ Header ]
///////////////////////////////////////////////////////////
*/
.header1 {
    height: 125px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.fixed-header {
    height: 110px;
}


/*[ Header Desktop ]
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/

.container-menu-header {
    width: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 1100;
    box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
    -o-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
    -ms-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
}

/*[ Top bar ]
===========================================================*/
.topbar {
    height: 45px;
    background-color: #f5f5f5;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
}


/* ------------------------------------ */

.topbar-social {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding-left: 40px;
}

.topbar-social-item {
    font-size: 18px;
    color: #888888;
    padding: 10px;
}

/* ------------------------------------ */
.topbar-email,
.topbar-child1 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    color: #888888;
    line-height: 1.7;
}

/* ------------------------------------ */
.topbar-child2 {
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding-right: 38px;
}


/*[ Menu ]
===========================================================*/
.wrap_header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 80px;
    background-color: white;
    justify-content: center;
    align-items: center;
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.fixed-header .wrap_header {
    height: 65px;
}




/* ------------------------------------ */
.header-icons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: absolute;
    right: 52px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header-wrapicon1,
.header-wrapicon2 {
    height: 27px;
    position: relative;
    padding-right: 10px;
    padding-left: 10px;
}

    .header-wrapicon1 img,
    .header-wrapicon2 img {
        height: 100%;
    }

.header-icon1:hover,
.header-icon2:hover {
    cursor: pointer;
}

.header-icons-noti {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #ffffff;
    color: #333333;
    font-family: Montserrat-Medium;
    font-size: 12px;
    position: absolute;
    top: -5px;
    right: -5px;
}

.linedivide1 {
    display: block;
    height: 20px;
    width: 1px;
    background-color: #e5e5e5;
    margin-left: 23px;
    margin-right: 23px;
    margin-top: 5px;
}

/*[ BACK TO TOP ]
///////////////////////////////////////////////////////////
*/
.btn-back-to-top {
    display: none;
    position: fixed;
    width: 40px;
    height: 40px;
    bottom: 40px;
    right: 40px;
    background-color: black;
    opacity: 0.5;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    border-radius: 4px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

.symbol-btn-back-to-top {
    font-size: 22px;
    color: white;
    line-height: 1em;
}

.btn-back-to-top:hover {
    opacity: 1;
    cursor: pointer;
    background-color: #F15A22 !important;
}


/*[ Header cart ]
-----------------------------------------------------------
*/
.header-cart {
    position: absolute;
    z-index: 1100;
    width: 339px;
    top: 190%;
    right: -10px;
    padding: 20px;
    border-top: 3px solid #e6e6e6;
    background-color: white;
    box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.1);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transform-origin: top right;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

.show-header-dropdown {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.fixed-header .header-cart {
    top: 160%;
}

.header-cart-wrapitem {
    max-height: 270px;
    overflow: auto;
}

.header-cart-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 5px;
    padding-top: 5px;
}

/* ------------------------------------ */
.header-cart-item-img {
    width: 80px;
    position: relative;
    margin-right: 20px;
}

    .header-cart-item-img img {
        width: 100%;
    }

    .header-cart-item-img::after {
        content: '\e870';
        font-family: Linearicons;
        font-size: 16px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgba(0,0,0,0.5);
        color: white;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        -moz-transition: all 0.3s;
        opacity: 0;
        pointer-events: none;
    }

    .header-cart-item-img:hover:after {
        cursor: pointer;
        opacity: 1;
    }

/* ------------------------------------ */
.header-cart-item-txt {
    width: calc(100% - 100px);
}

.header-cart-item-name {
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    color: #555555;
    line-height: 1.3;
    margin-bottom: 12px;
}

.header-cart-item-info {
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #888888;
    line-height: 1.5;
}

.header-cart-total {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    color: #555555;
    line-height: 1.3;
    text-align: right;
    padding-top: 15px;
    padding-bottom: 25px;
    padding-right: 3px;
}
/* ------------------------------------ */
.header-cart-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.header-cart-wrapbtn {
    width: calc((100% - 10px) / 2);
}



/*[ Header Mobile ]
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
.wrap_header_mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    min-height: 80px;
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: white;
    display: none;
}

/*[ Logo mobile ]
-----------------------------------------------------------*/
.logo-mobile {
    display: block;
}

    .logo-mobile img {
        max-height: 27px;
    }

/*[ btn show menu ]
-----------------------------------------------------------*/
.btn-show-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.hamburger {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    margin-top: 5px;
}


/*[ Header icon mobile ]
-----------------------------------------------------------*/
.header-icons-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-right: 15px;
}

.linedivide2 {
    display: block;
    height: 20px;
    width: 1px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 5px;
}

.header-icons-mobile .header-cart {
    width: 300px;
    top: 190%;
    right: -80px;
    z-index: 1100;
    transform-origin: top right;
}

/*[ Menu mobile ]
-----------------------------------------------------------*/
.wrap-side-menu {
    width: 100%;
    background-color: white;
    display: none;
    border-top: 1px solid #ececec;
}

.side-menu {
    width: 100%;
}

    .side-menu li {
        list-style-type: none;
    }

    .side-menu .main-menu {
        margin-bottom: 0;
    }

.item-menu-mobile {
    background-color: #e65540;
}

.side-menu .main-menu > li > a {
    padding-left: 20px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    color: white;
    line-height: 2.86;
}

.side-menu .main-menu > li {
    color: white;
    position: relative;
}


.side-menu .main-menu .arrow-main-menu {
    font-size: 14px;
    position: absolute;
    right: 20px;
    top: 5px;
    padding: 10px;
    -webkit-transition: all 0.4s !important;
    -o-transition: all 0.4s !important;
    -moz-transition: all 0.4s !important;
    transition: all 0.4s !important;
}

    .side-menu .main-menu .arrow-main-menu:hover {
        cursor: pointer;
    }

.turn-arrow {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.side-menu .sub-menu a {
    padding-left: 20px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    color: #333333;
    line-height: 2.5;
}

.side-menu .sub-menu > li {
    padding-left: 12px;
    padding-top:;
}

.side-menu .sub-menu a:hover {
    text-decoration: none;
    padding-left: 20px;
    color: #e65540 !important;
}

.side-menu .sub-menu {
    background-color: white;
    display: none;
}


/* ------------------------------------ */
.item-topbar-mobile {
    border-bottom: 1px solid #ececec;
}

.topbar-child2-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.topbar-social-moblie {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}


/*[ Header2 ]
///////////////////////////////////////////////////////////
*/
.topbar2 {
    background-color: #fff;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* ------------------------------------ */
.logo2 {
    display: block;
}

    .logo2 img {
        max-height: 27px;
    }

.fixed-header2 {
    z-index: 1300;
    position: fixed;
    height: 65px;
    left: 0;
    top: -70px;
    visibility: hidden;
    box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
    -o-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
    -ms-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
}

    .fixed-header2 .header-cart {
        top: 160%;
    }

.show-fixed-header2 {
    visibility: visible;
    top: 0px;
}


/*[ Header3 ]
///////////////////////////////////////////////////////////
*/
.container-menu-header-v3 {
    position: fixed;
    z-index: 1200;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 320px;
    height: 100vh;
    border-right: 1px solid #e5e5e7;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

    /*[ Menu ]
===========================================================*/
    .container-menu-header-v3 .wrap_header {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        width: 100%;
        background-color: white;
    }


    /*[ Logo ]
-----------------------------------------------------------*/
    .container-menu-header-v3 .logo3 {
        display: block;
    }

        .container-menu-header-v3 .logo3 img {
            max-width: 120px;
        }

    /*[ Header Icon ]
-----------------------------------------------------------*/
    .container-menu-header-v3 .header-icons3 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        position: unset;
    }

    /*[ Header cart ]
-----------------------------------------------------------
*/
    .container-menu-header-v3 .header-cart {
        left: -10px;
        transform-origin: top left;
    }

    /*[ Menu ]
-----------------------------------------------------------*/
    .container-menu-header-v3 .main_menu {
        list-style-type: none;
        margin: 0px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
        justify-content: center;
        flex-direction: column;
    }

        .container-menu-header-v3 .main_menu > li {
            padding-top: 3px;
            padding-bottom: 3px;
            padding-left: 0px;
            padding-right: 0px;
            text-align: center;
        }

    .container-menu-header-v3 .sub_menu {
        top: 0;
        left: 100%;
    }

    .container-menu-header-v3 .main_menu > li > .sub_menu {
        top: 10px;
        left: 95%;
    }

    .container-menu-header-v3 .sub_menu li {
        text-align: left;
    }

    .container-menu-header-v3 .topbar-social-item {
        padding: 10px 8px;
    }


/*[ Page sidebar ]
-----------------------------------------------------------
*/
.container1-page {
    margin-left: 320px;
}




/*[ Slide1 ]
///////////////////////////////////////////////////////////
*/

/*[ Slick1 ]
-----------------------------------------------------------
*/
.wrap-slick1 {
    position: relative;
}

.item-slick1 {
    height: 570px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.arrow-slick1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    font-size: 18px;
    color: white;
    position: absolute;
    background-color: black;
    opacity: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    z-index: 200;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.wrap-slick1:hover .arrow-slick1 {
    opacity: 0.5;
}

.arrow-slick1:hover {
    background-color: #e65540;
}

.next-slick1 {
    right: 50px;
    left: auto;
}

.prev-slick1 {
    left: 50px;
    right: auto;
}

/*[ rs1-slick1 ]
-----------------------------------------------------------
*/
.rs1-slick1 .item-slick1 {
    height: 100vh;
}



/*[ Slide2 ]
///////////////////////////////////////////////////////////
*/

/*[ Slick2 ]
-----------------------------------------------------------
*/
.wrap-slick2 {
    position: relative;
    margin-right: -15px;
    margin-left: -15px;
}

/* ------------------------------------ */
.arrow-slick2 {
    position: absolute;
    z-index: 100;
    top: calc((100% - 70px) / 2);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 39px;
    color: #cccccc;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

    .arrow-slick2:hover {
        color: #666666;
    }

.next-slick2 {
    right: -30px;
}

.prev-slick2 {
    left: -30px;
}


/*[ rs Sweetalert ]
///////////////////////////////////////////////////////////
*/
.swal-overlay {
    overflow-y: auto;
}

.swal-icon--success {
    border-color: #66a8a6;
}

.swal-icon--success__line {
    background-color: #66a8a6;
}

.swal-icon--success__ring {
    border: 4px solid rgba(102, 168, 166, 0.2);
}

.swal-button:focus {
    outline: none;
    box-shadow: none;
}

.swal-button {
    background-color: #F15A22;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    color: white;
    text-transform: uppercase;
    font-weight: unset;
    border-radius: 20px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

    .swal-button:hover {
        background-color: #333333;
    }

    .swal-button:active {
        background-color: #F15A22;
    }

.swal-title {
    font-family: Montserrat-Medium;
    color: #333333;
    font-size: 16px;
    line-height: 1.5;
    padding: 0 15px;
}

.swal-text {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333333;
    font-size: 15px;
    text-align: center;
}

.swal-footer {
    margin-top: 0;
}


/*[ Block1 ]
///////////////////////////////////////////////////////////
*/
.block1-wrapbtn {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 20px;
    box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.1);
}


/*[ Block2 ]
///////////////////////////////////////////////////////////
*/
.block2-labelsale::before,
.block2-labelnew::before {
    z-index: 100;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: white;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 22px;
    border-radius: 11px;
    position: absolute;
    top: 12px;
    left: 12px;
}

.block2-labelsale::before {
    background-color: #e65540;
    content: 'Sale';
}

.block2-labelnew::before {
    background-color: #66a8a6;
    content: 'New';
}

/* ------------------------------------ */
.block2-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.3);
    opacity: 0;
}

/* ------------------------------------ */
.block2-btn-addcart {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -45px;
}

/* ------------------------------------ */
.block2-btn-towishlist,
.block2-btn-addwishlist {
    display: block;
    position: absolute;
    top: 26px;
    right: 20px;
    font-size: 20px;
    color: white;
    line-height: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

    .block2-btn-addwishlist:hover {
        color: white;
    }

    .block2-btn-addwishlist .icon-wishlist,
    .block2-btn-towishlist .icon-wishlist {
        line-height: 0;
    }

    .block2-btn-addwishlist:hover .icon_heart_alt {
    }

    .block2-btn-addwishlist:hover .icon_heart {
        display: block;
    }

    /* ------------------------------------ */
    .block2-btn-towishlist .icon_heart_alt {
        display: none;
    }

    .block2-btn-towishlist .icon_heart {
        display: block;
        color: #e65540;
    }

/* ------------------------------------ */
.block2-overlay:hover {
    opacity: 1;
}

    .block2-overlay:hover .block2-btn-addcart {
        bottom: 20px;
    }

    .block2-overlay:hover .block2-btn-addwishlist,
    .block2-overlay:hover .block2-btn-towishlist {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }


/*[ Block4 ]
///////////////////////////////////////////////////////////
*/
.block4 {
    position: relative;
    overflow: hidden;
    width: calc(100% / 5);
    border-left: 1px solid #cccccc;
}


/* ------------------------------------ */
.block4-overlay {
    display: block;
    background-color: rgba(0,0,0,0.9);
    visibility: hidden;
    opacity: 0;
}

    .block4-overlay:hover {
        color: unset;
    }

/* ------------------------------------ */
.block4-overlay-txt {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -100%;
}

/* ------------------------------------ */
.block4-overlay-heart {
    transform-origin: top left;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

/* ------------------------------------ */
.block4:hover .block4-overlay {
    visibility: visible;
    opacity: 1;
}

.block4:hover .block4-overlay-txt {
    bottom: 0;
}

.block4:hover .block4-overlay-heart {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}


/*[ BG Title Page ]
///////////////////////////////////////////////////////////
*/
.bg-title-page {
    width: 100%;
    min-height: 239px;
    padding-left: 15px;
    padding-right: 15px;
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: cover;
}


/*[ rs NoUI ]
///////////////////////////////////////////////////////////
*/
.leftbar #filter-bar {
    margin-right: 6px;
    margin-left: 6px;
    height: 4px;
    border: none;
    background-color: #e1e1e1;
}

    .leftbar #filter-bar .noUi-connect {
        background-color: #c5c5c5;
        border: none;
        box-shadow: none;
    }

    .leftbar #filter-bar .noUi-handle {
        width: 13px;
        height: 13px;
        left: -6px;
        top: -5px;
        border: none;
        border-radius: 50%;
        background: #999999;
        cursor: pointer;
        box-shadow: none;
        outline: none;
    }

        .leftbar #filter-bar .noUi-handle:before {
            display: none;
        }

        .leftbar #filter-bar .noUi-handle:after {
            display: none;
        }

/*[ Filter Color ]
///////////////////////////////////////////////////////////
*/
.color-filter1 {
    background-color: #00bbec;
}

.color-filter2 {
    background-color: #2c6ed5;
}

.color-filter3 {
    background-color: #ffa037;
}

.color-filter4 {
    background-color: #ff5337;
}

.color-filter5 {
    background-color: #a88c77;
}

.color-filter6 {
    background-color: #393939;
}

.color-filter7 {
    background-color: #cccccc;
}

.checkbox-color-filter {
    display: none;
}

.color-filter {
    display: block;
    width: 25px;
    height: 25px;
    cursor: pointer;
    border-radius: 50%;
}

.checkbox-color-filter:checked + .color-filter {
    box-shadow: 0 0 0px 2px black;
    -moz-box-shadow: 0 0 0px 2px black;
    -webkit-box-shadow: 0 0 0px 2px black;
    -o-box-shadow: 0 0 0px 2px black;
    -ms-box-shadow: 0 0 0px 2px black;
}

/*[ Pagination ]
///////////////////////////////////////////////////////////
*/
.pagination {
    margin-right: -6px;
    margin-left: -6px;
}

.item-pagination {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    color: #808080;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #eeeeee;
    margin: 6px;
}

    .item-pagination:hover {
        background-color: #222222;
        color: white;
    }

.active-pagination {
    background-color: #222222;
    color: white;
}


/*[ Slick3 ]
///////////////////////////////////////////////////////////
*/

.wrap-slick3-dots {
    width: 14.5%;
}

.slick3 {
    width: 80.64%;
}

.slick3-dots li {
    display: block;
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}

    .slick3-dots li img {
        width: 100%;
    }

.slick3-dot-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    border: 3px solid transparent;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

    .slick3-dot-overlay:hover {
        border: 3px solid #888888;
    }

.slick3-dots .slick-active .slick3-dot-overlay {
    border: 3px solid #888888;
}


/*[ Dropdown content ]
///////////////////////////////////////////////////////////
*/
.show-dropdown-content .down-mark {
    display: block;
}

.show-dropdown-content .up-mark {
    display: none;
}


/*[ Cart ]
///////////////////////////////////////////////////////////
*/
/*[ Table ]
-----------------------------------------------------------
*/
.wrap-table-shopping-cart {
    overflow: auto;
}

.container-table-cart::before {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: calc(100% - 51px);
    background-color: #e6e6e6;
    top: 51px;
    left: 0;
}

.container-table-cart::after {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: calc(100% - 51px);
    background-color: #e6e6e6;
    top: 51px;
    right: 0;
}

.table-shopping-cart {
    border-collapse: collapse;
    width: 100%;
}

    .table-shopping-cart .table-row {
        /*border-top: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6;*/
        border: 1px solid #e6e6e6;
    }



    .table-shopping-cart .column-4 {
        width: 355px;
        padding-right: 30px;
    }

    .table-shopping-cart .column-5 {
        padding-right: 30px;
    }

    .table-shopping-cart .table-head th {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 13px;
        color: #555555;
        line-height: 1.5;
        text-transform: uppercase;
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .table-shopping-cart td {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 16px;
        color: #555555;
        line-height: 1.5;
        padding-top: 37px;
        padding-bottom: 30px;
    }

    .table-shopping-cart .table-row .column-2 {
        font-size: 15px;
    }


/* ------------------------------------ */
.cart-img-product {
    width: 90px;
    position: relative;
}

    .cart-img-product img {
        width: 100%;
    }

    .cart-img-product::after {
        content: '\e870';
        font-family: Linearicons;
        font-size: 16px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: rgba(0,0,0,0.5);
        color: white;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        -moz-transition: all 0.3s;
        opacity: 0;
        pointer-events: none;
    }

    .cart-img-product:hover:after {
        cursor: pointer;
        opacity: 1;
    }


/*[ Tags ]
///////////////////////////////////////////////////////////
*/
.wrap-tags {
    margin-right: -3px;
    margin-left: -3px;
}

.tag-item {
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    color: #888888;
    line-height: 1.5;
    padding: 5px 15px;
    border: 1px solid #cccccc;
    border-radius: 15px;
    margin: 3px;
}

    .tag-item:hover {
        border: 1px solid #e65540;
    }


.rdbTable {
    width: 50%;
    float: left;
}


/*[ tab01 ]
///////////////////////////////////////////////////////////
*/
.tab01 .nav-tabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-bottom: none;
    margin-right: -15px;
    margin-left: -15px;
}

    .tab01 .nav-tabs .nav-item {
        padding: 8px 16px;
    }

.tab01 .nav-link {
    padding: 0;
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid transparent;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
    color: #888888;
    line-height: 1.1;
}

    .tab01 .nav-link.active {
        color: #333333;
        border-bottom: 1px solid #6a6a6a;
    }

    .tab01 .nav-link:hover {
        color: #333333;
        border-bottom: 1px solid #6a6a6a;
    }



/*[ Modal video 01 ]
///////////////////////////////////////////////////////////
*/

.modal {
    padding: 0px !important;
    z-index: 1360;
    overflow-x: hidden;
    overflow-y: auto !important;
}

.modal-open {
    overflow-y: scroll;
}

/* ------------------------------------ */
.modal-backdrop {
    background-color: transparent;
}

#modal-video-01 {
    background-color: rgba(0,0,0,0.8);
    z-index: 1350;
}

    #modal-video-01 .modal-dialog {
        max-width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        position: relative;
    }

.wrap-video-mo-01 {
    width: 854px;
    height: auto;
    position: relative;
    margin: 15px;
}

.video-mo-01 {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 2s;
    -o-transition: all 2s;
    -moz-transition: all 2s;
    transition: all 2s;
}

    .video-mo-01 iframe {
        width: 100%;
        height: 100%;
    }

.close-mo-video-01 {
    font-size: 50px;
    color: white;
    opacity: 0.6;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 1250;
    width: 60px;
    height: 60px;
    top: 0;
    right: 0;
}

    .close-mo-video-01:hover {
        cursor: pointer;
        opacity: 1;
    }


/*[ Input NumProduct ]
///////////////////////////////////////////////////////////
*/
input.num-product {
    -moz-appearance: textfield;
    appearance: none;
    -webkit-appearance: none;
}

    input.num-product::-webkit-outer-spin-button,
    input.num-product::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

.checkout-Store-Delivery {
    margin-left: 15px;
}

.checkout2-delivery {
    font-size: 16px;
    color: #555555;
    line-height: 1.5;
}

.transform-label-block {
    display: block;
}

.LabelError {
    color: red;
}

.imgInstagram {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.RequiredFieldsMark {
    border-left: 4px solid #ff0000 !important;
}

.LabelLeft {
    text-align: left;
}

.LabelBold {
    font-weight: bold;
}

/*ACCESSORIES MAIN PAGE STYLE*/
.item-container {
    /*border:1px solid #cccccc;*/
    /*padding-bottom:14px;*/
}

.item-box {
    width: 200px;
    position: relative;
}

.item-image {
    padding-bottom: 3px;
}

.item-title {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    height: 50px;
}

.item-image-box {
    width: 200px;
    height: 170px;
}

.item-brand-box {
    width: 200px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.row {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -5px;
}



.accessories-subtitle {
    font-size: 1.80em;
    font-weight: normal;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 20px;
    display: block;
}


.col-sm-2 {
    width: auto !important;
}

/*Product details*/
.section-title {
    font-size: 22px;
    /*padding-bottom: 8px;
    padding-top: 15px;*/
    /*background-color: #2b3a40;
    color: #fff;*/
    color: inherit;
    font-weight: 700;
    /*padding: 5px;*/
}

.section-tabs {
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #cccccc;
}

.item-details {
    /*padding: 10px;*/
    vertical-align: top;
    display: inline-table;
    width: 45%;
}

.box-details {
    height: 120px;
    width: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #ffffff;
    vertical-align: middle;
    font-weight: bold;
    margin: 0px 20px 10px 20px;
}

#cphBody_dtlItems_divAeliotisPrices_0:hover {
    outline: 2px solid #000;
}

.box-details-container {
    text-align: center;
    vertical-align: top;
    display: inline-block;
    padding-right: 10px;
    bottom: 30px !important;
    z-index: 100 !important;
    /*width: 14%;*/
}


.timetable-header {
    height: 30px;
    background-color: #007b54;
    color: #ffffff;
    font-weight: bold;
    display: flex;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 10px;
}

.timetable-span {
    padding-left: 10px;
    width: 100px;
    display: block;
    float: left;
}

/*CUSTOM BUTTON / TEXTBOXES*/

input[type=submit] {
    min-height: 30px;
    width: 195px;
    border-radius: 30px;
    box-shadow: none;
    background-color: #ffffff;
    border: 1px solid #333333;
    white-space: normal;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

.ButtonSubmit {
    min-height: 30px !important;
    width: 195px !important;
    border-radius: 30px !important;
    box-shadow: none !important;
    background-color: #ffffff;
    border: 1px solid #333333;
    white-space: normal !important;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

input[type=submit]:hover {
    background-color: #F15A22;
    color: #ffffff;
}

#rightbar {
    width: 45%;
    display: inline-table;
    vertical-align: middle;
    text-align: right;
}

.RequiredFieldsMark {
    border-left: 4px solid #ff0000 !important;
}

input[type=text] {
    padding-left: 5px;
    padding-right: 5px;
    width: 250px;
    height: 30px;
    font-size: 14px;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 25px;
    border-radius: 5px;
}

/* Remove arrows Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/* Remove arrows Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.pageBody {
    border: solid 1px #dcdcdc;
    padding: 10px;
    width: 100%;
    height: auto;
    vertical-align: top;
    background-color: #fff;
    overflow: hidden;
}

.number {
    padding-left: 5px;
    padding-right: 5px;
    width: 250px;
    height: 30px;
    font-size: 14px;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 25px;
    border-radius: 5px;
}


input[type=password] {
    padding-left: 5px;
    padding-right: 5px;
    width: 250px;
    height: 30px;
    font-size: 14px;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 5px;
}

.notselectable {
    -webkit-user-select: none; /* safari */
    -moz-user-select: none; /* firefox */
    -ms-user-select: none; /* ie10+/edge */
    user-select: none; /* standard */
}

.joinright {
    border-right: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.joinleft {
    border-left: 0px !important;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.disabled {
    background-color: #dddddd;
}

.DropDownList {
    padding-left: 5px;
    padding-right: 5px;
    width: auto;
    height: 30px;
    font-size: 14px;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 25px;
    border-radius: 5px;
}


/*MODAL POPUP CSS*/
#cphBody_ModalPopupExtenderAccesories_foregroundElement {
    width: 100% !important;
    height: 100% !important;
}


.imgBasketAddCart {
    position: absolute;
    z-index: 1000;
    border: 0px;
    left: 52px;
    bottom: 46px;
}

.swal-overlay {
    z-index: 1000000000 !important;
}

.EmptyTextWishlist {
    text-align: center;
    padding-top: 20px;
    display: block;
}

/*STORES*/
.store-image {
    height: 240px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.store-image-div {
    height: 280px;
}

.google-map-div {
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.google-map-img {
    width: 70%;
}

/*TURN TABLE INTO COLUMN*/

/* Force table to not be like tables anymore */
/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/


.storeItem {
    display: block;
    width: 695px;
    height: 120px;
    margin: 15px 0;
    /*font-family: 'Open Sans', Arial;*/
    font-size: 12px;
    font-weight: 500;
}

.storeImg {
    float: left;
    width: 150px;
    height: 100px;
    margin: 0 10px 0 0;
    overflow: hidden;
}

.storeInf {
    float: left;
    width: 526px;
}

.storeInfItem {
    margin: 0;
    padding: 0;
    outline: 0;
    border: none;
    font-size: 14px;
}

@media only screen and (max-width: 800px) {
    .storeItem {
        display: block;
        width: 695px;
        height: 130px;
        margin: 15px 0;
        /*font-family: 'Open Sans', Arial;*/
        font-size: 12px;
        font-weight: 500;
    }

    .storeInf {
        float: left;
        width: min-content;
    }

    .storeInfItems {
        /*        overflow: scroll;*/
        overflow-x: auto;
        /*-webkit-overflow-scrolling: touch;*/
        width: 150px;
        /*overflow-y: hidden;*/
        position: relative;
        display: block;
    }

    .storeInfItem {
        overflow: scroll;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        width: 50vw;
        overflow-y: hidden;
        white-space: nowrap;
        position: relative;
        display: block;
    }
}


.storesh2 {
    display: block;
    width: 100%;
    /*font-family: 'Open Sans', Arial;*/
    font-size: 20px;
    font-weight: 600;
    border-bottom: 1px solid #BDBDBD;
    box-shadow: 0 14px 25px -19px #BDBDBD;
    -moz-box-shadow: 0 14px 25px -19px #BDBDBD;
    -o-box-shadow: 0 14px 25px -19px #BDBDBD;
    -webkit-box-shadow: 0 14px 25px -19px #BDBDBD;
    margin: 5px 0 25px;
    padding: 15px 0 10px;
}

.storeName {
    font-weight: 600;
    margin: 0 0 5px 0;
    padding: 0px;
    font-size: 17px;
}

.storeImgCenter {
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 200px;
}

.topMenu {
    display: block;
    width: 100%;
    font-size: 10pt;
    padding-top: 10px;
    padding-bottom: 10px;
    /*position: fixed;
    top: 0px;*/
    /*z-index: 5;*/
    background-color: #2b3a40;
}

.topMenu-fixed {
    position: absolute;
    top: 0px;
}

.topLogo {
    background-color: #ffffff;
    width: 100%;
    position: fixed;
    /*top: 45px;*/
    z-index: 5;
    transition: all 0.2s;
}

.topLogo-top {
    top: 0px;
}

#topMenuPosition {
    display: inline-block;
    width: 33%;
    text-align: right;
    color: #fff;
}

/*.storesTimetable th{
    border-right:1px solid #ccc;
}*/


.icon_cart_alt span, .icon_mail_alt span, .icon_check_alt span, .icon_creditcard span {
    display: none;
}

#spanLogo {
    display: inline-block;
}

#divMotto {
    text-align: left;
    color: #ffffff;
    display: inline-block;
    width: 33%;
}

#searchbar {
    position: relative;
    display: inline-block;
    /*margin: 0 auto !important;*/
    width: 33%;
}

    #searchbar #lnkSearch {
        text-decoration: none;
        position: absolute;
        color: #333333;
        font-size: 16pt;
        right: 10px;
        top: 8px;
    }

#divLanguageBasketTop {
    /*display: inline-block;
    vertical-align: top;*/
    position: absolute;
    right: 20px;
    top: 3px;
    text-align: right;
    float: right;
}

#basket {
    padding-left: 10px;
    /*white-space: nowrap;*/
}
/*
    #basket::before {
        content: "\A";
        white-space: pre;
    }*/

#divLanguagesTopOuter, #divLanguagesFooterOuter, #divLanguagesMobileOuter {
    margin-left: 10px;
}

.menumotto {
    display: inline-block;
    vertical-align: top;
    /*width: 70%;*/
}

.bodyPadding {
    padding-top: 68px;
}

.fix-search {
    position: fixed;
    z-index: 2;
    left: 0px;
    top: 68px;
}

.filter {
    padding: 10px;
    font-size: 12pt;
}

#divLanguagesMobileOuter {
    display: none;
}

.sidebanner-outer {
    position: fixed;
    top: 35%;
    left: 0px;
    z-index: 3;
}

.sidebanner {
    display: flex;
    user-select: none;
}

.sidebox {
    background-color: #555;
    width: 0px;
    color: #fff;
    text-align: center;
    font-size: large;
    /*display: none;*/
    transition: width 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*#divSideBanner:active > .enlarge {
            width:100px;
        }*/

.enlarge {
    width: 260px;
}

#aCytaAeliotisGift {
    color: #fff;
    /*text-decoration:none;*/
}

.aCytaAeliotisGiftClose {
}

.aCytaAeliotisGiftOpen {
    display: block;
}

#divSideBannerOuter {
    background-color: #024DA1;
    color: #fff;
    border-radius: 0px 10px 10px 0px;
    user-select: none;
    cursor: pointer;
    padding: 15px 5px 5px 0px;
    cursor: pointer;
    width: 40px;
    overflow: hidden;
}

.sidebanner-text {
    text-align: center;
    font-size: x-large;
    font-weight: 100;
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 150px;
    height: 150px;
    display: block;
}

.sidebanner-outer-close {
}

.sidebanner-outer-open {
}

.sidebox-inner {
    max-height: 100px;
    overflow: hidden;
}

.arrowTag {
    font-family: 'Courier New';
    font-size: x-large;
    display: table-cell;
}

.arrowTagClose {
    transform: rotate(90deg);
    padding-left: 5px;
}

.arrowTagOpen {
    transform: rotate(270deg);
    padding-top: 0px;
    padding-right: 5px;
}

.onlineprice-bullet {
    display: inline-table;
    width: 10px;
    height: 10px;
    background-color: #fff;
    transition: all 0.5s;
    transition-delay: 0s;
}

.cubeprice-bullet {
    display: inline-table;
    width: 10px;
    height: 10px;
    background-color: #fff;
    transition: all 0.5s;
    transition-delay: 0.8s;
}

.shopprice-bullet {
    display: inline-table;
    width: 10px;
    height: 10px;
    background-color: #fff;
    transition: all 0.5s;
    transition-delay: 0.2s;
}

.redprice-bullet {
    display: inline-table;
    width: 10px;
    height: 10px;
    background-color: #fff;
    transition: all 0.5s;
    transition-delay: 0.4s;
}

.redprice-monthly-bullet {
    display: inline-table;
    width: 10px;
    height: 10px;
    background-color: #fff;
    transition: all 0.5s;
    transition-delay: 0.6s;
}

.listPrices {
    width: 70%;
    margin: 0 auto;
    font-size: 10pt;
    position: relative;
    text-align: left;
}

.listPricesList {
    /*width: 70%;*/
    margin: 0 auto;
    font-size: 16pt;
    position: relative;
    text-align: left;
}

.filter-button-outer {
    width: 100%;
    text-align: center;
    cursor: pointer;
}

.filter-button {
    display: inline-table;
    padding: 5px;
    border-radius: 10px;
    min-width: 100px;
    text-align: center;
    color: #fff;
    background-color: #2b3a40;
}

.filter-options {
    border: solid 1px #2b3a40;
    background-color: #2b3a40;
    text-align: center;
    vertical-align: top;
    padding-left: 0px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    width: 100%;
}

.filter-options-close {
    color: white;
    padding-top: 10px;
    cursor: pointer;
}


/* ------------------------------------ */
.block4-overlay {
    display: block;
    background-color: rgba(0,0,0,0.9);
    visibility: hidden;
    opacity: 0;
}

    .block4-overlay:hover {
        color: unset;
    }

/* ------------------------------------ */
.block4-overlay-txt {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -100%;
}

/* ------------------------------------ */
.block4-overlay-heart {
    transform-origin: top left;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
}

/* ------------------------------------ */
.block4:hover .block4-overlay {
    visibility: visible;
    opacity: 1;
}

.block4:hover .block4-overlay-txt {
    bottom: 0;
}

.block4:hover .block4-overlay-heart {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}


/*[ BG Title Page ]
///////////////////////////////////////////////////////////
*/
.bg-title-page {
    width: 100%;
    min-height: 239px;
    padding-left: 15px;
    padding-right: 15px;
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: cover;
}

.glyph {
    float: left;
    text-align: center;
    padding: .75em;
    margin: .4em 1.5em .75em 0;
    width: 6em;
    text-shadow: none;
}

.glyph_big {
    font-size: 128px;
    color: #59c5dc;
    float: left;
    margin-right: 20px;
}

.glyph div {
    padding-bottom: 10px;
}

.glyph input {
    font-family: consolas, monospace;
    font-size: 12px;
    width: 100%;
    text-align: center;
    border: 0;
    box-shadow: 0 0 0 1px #ccc;
    padding: .2em;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.centered {
    margin-left: auto;
    margin-right: auto;
}

.glyph .fs1 {
    font-size: 2em;
}

#user-login {
    width: 100%;
    border-bottom: 1px solid gray;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 100px;
}

.buttonDarkGray {
    background-color: #666 !important;
    border: 1px solid #666;
    color: #fff;
    text-decoration: none;
}

.btnDarkCSS {
    display: inline-block;
    font-weight: 400;
    color: #fff !important;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.svgCSS {
    display: inline-block;
    position: relative;
    /*top: -0.2em;*/
    width: 1.5%;
    color: #0066cc;
}

.spaced {
    margin-right: 30px;
}

.column-1, .column-2, .column-3 {
    display: inline-block;
}

.column-1 {
    width: 20%;
}

.column-2 {
    width: 57%;
}

@font-face {
    font-family: Vodafone;
    src: url('fonts/Vodafone.ttf');
}

@font-face {
    font-family: VodafoneLt;
    src: url('fonts/VodafoneLt.ttf');
}

@font-face {
    font-family: VodafoneRgBd;
    src: url('fonts/VodafoneRgBd.ttf');
}

@font-face {
    font-family: VodafoneRg;
    src: url('fonts/VodafoneRg.ttf');
}

textarea {
    font-family: Vodafone, Arial, sans-serif;
    font-size: 11pt;
    color: #000000;
}

a {
    color: #0066cc;
    text-decoration: none;
}

    a.disabled {
        pointer-events: none;
        cursor: default;
    }

    a:active, a:focus, a:hover {
        color: inherit;
    }

/*a:hover
{
    text-decoration: underline;
}*/

/*a:focus { 
    outline: none; 
}*/

h1 {
    font-family: Vodafone, Arial, sans-serif;
    font-size: 14pt;
    /*color: #ff6600;*/
    padding: 10px;
    text-align: left;
    width: 100%;
}

h2, h3, h4, h5, h6 {
    font-family: Vodafone, Arial, sans-serif;
}

img {
    border: 0px;
}

.pageTitle {
    font-family: Vodafone, Arial, sans-serif;
    font-size: 14pt;
    /*color: #ffffff;
    background-color: #2b3a40;*/
    color: inherit;
    font-weight: 700;
    padding: 10px;
    text-align: left;
    width: 100%;
    margin-top: 0px;
}

.pageTitle2 {
    font-family: Vodafone, Arial, sans-serif;
    font-size: 14pt;
    color: #ff6600;
    padding: 10px;
    text-align: left;
    width: 100%;
}

.searchBox {
    border: 1px solid #cccccc;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    width: 275px;
    vertical-align: middle;
    padding-top: 4px;
    padding-bottom: 3px;
    padding-left: 4px;
    padding-right: 6px;
}

.Link {
    color: #333333;
    font-weight: bold;
    text-decoration: none;
}

    .Link:hover {
        color: #333333;
        text-decoration: none;
    }

.Link2 {
    color: #333333;
    text-decoration: none;
}

    .Link2:hover {
        color: #333333;
        text-decoration: underline;
    }

.Link3 {
    color: #ffffff;
    /*font-size: 10pt;*/
    font-weight: bold;
    text-decoration: none;
}

    .Link3:hover {
        color: #cccccc;
        text-decoration: underline;
    }

.Link4 {
    color: #666666;
    font-size: 11pt;
    font-weight: bold;
    text-decoration: none;
}

    .Link4:hover {
        color: #999999;
        text-decoration: underline;
    }

.Link5 {
    color: #ffffff;
    text-decoration: none;
}

    .Link5:hover {
        text-decoration: underline;
    }

.Link6 {
    text-decoration: none;
}

    .Link6:hover {
        text-decoration: underline;
    }


#demobox {
}

    #demobox strong {
        font-weight: bolder;
    }


.Link7 {
    color: #666666;
    font-size: 11pt;
    text-decoration: none;
}

    .Link7:hover {
        color: #999999;
        text-decoration: underline;
    }

.Link8 {
    color: #ffffff;
    text-decoration: none;
}

    .Link8:hover {
        text-decoration: underline;
    }

.Link8Bold {
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
}

    .Link8Bold:hover {
        text-decoration: none;
        cursor: default;
    }

.Link9 {
    color: #333333;
    text-decoration: none;
}

    .Link9:hover {
        text-decoration: underline;
    }

.Link9Bold {
    color: #333333;
    text-decoration: none;
    font-weight: bold;
}

    .Link9Bold:hover {
        text-decoration: none;
        cursor: default;
    }

.Link10 {
    color: #333333;
    font-size: 12pt;
    font-weight: bold;
    text-decoration: none;
}

    .Link10:hover {
        color: #cccccc;
        text-decoration: underline;
    }

.Label1 {
    color: #ffffff;
    /*font-size: 10pt;*/
    font-weight: bold;
}

.Label2 {
    color: #000000;
    /*font-size: 10pt;*/
    font-weight: bold;
}

.Label3 {
    color: #333333;
    font-size: 12pt;
    font-weight: bold;
}

.Label4 {
    color: #333333;
    font-size: 18pt;
    font-weight: normal;
    padding: 0px;
    margin: 0px;
}

.LabelLeftAlignWhite {
    /*font-size: 10pt;*/
    text-align: left;
    color: #ffffff;
}

.LabelLeftAlignWhiteBold {
    /*font-size: 10pt;*/
    text-align: left;
    color: #ffffff;
    font-weight: bold;
}

table.gridItem {
    border-bottom: solid 1px #666666;
}

    table.gridItem td {
        border-bottom: dotted 1px #666666;
    }

    table.gridItem th {
        border-bottom: solid 1px #666666;
    }

.InvisibleRow {
    display: none;
}

.LabelError {
    color: #ff0000;
}

.LabelNote {
    color: #666666;
}

.LabelBold {
    font-weight: bold;
}

.Label {
    text-align: right;
    vertical-align: top;
    padding-top: 1px;
}

.searchbox ul {
    list-style-type: none;
    margin-left: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin: 0px;
    padding: 0px;
}

    .searchbox ul li {
        margin-left: 0px;
        padding-left: 0px;
        margin-bottom: 5px;
        width: 126px;
        font-size: 12pt;
        color: #ffffff;
        margin: 0px;
        padding: 5px;
    }

        .searchbox ul li:hover {
            cursor: pointer;
            background-color: #003376;
        }


/* MAINMENU STYLES */

#menu {
}

    #menu ul {
        font-family: Vodafone, Arial, sans-serif;
        font-size: 12pt;
        font-weight: normal;
        color: #333333;
        clear: both;
        width: auto;
        list-style: none;
        padding: 0;
        margin: auto;
        text-align: left;
        position: relative;
        z-index: 3;
    }


.main-img {
    width: 950px;
}


#menu ul li {
    display: inline;
    float: left;
}


#menu li a {
    color: #333333;
    font-size: 1em;
    text-align: left;
    display: block;
    text-decoration: none;
    padding: 6px;
}

#menu ul li ul li a {
    color: #333333;
    /*font-size: 10pt;*/
    text-align: left;
    display: block;
    text-decoration: none;
    padding: 6px;
}

#menu ul li.inactive:hover {
}

#menu li a:hover {
}

#menu ul li {
    display: inline-block;
    position: relative;
    text-align: center;
}

#menu li ul li {
    height: auto;
    width: 150px;
    vertical-align: top;
    padding: 4px;
    display: inline;
}

#menu li ul {
    position: absolute;
    display: none;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    margin: 0;
    z-index: 9999;
}

#menu > ul > li > ul > li {
}

#menu li.lisinglecolumn li {
    width: 150px;
    padding: 0px;
}

#menu li.lisinglecolumn:hover > ul.ulsinglecolumn {
    left: 0px;
    width: auto;
    position: absolute;
    z-index: 9999;
    display: block;
}

#menu li.limulticolumn li {
    width: 140px;
    padding: 0px;
    margin-right: 2px;
    margin-left: 2px;
    display: inline;
}

#menu li.limulticolumn:hover > ul.ulmulticolumn {
    left: 0px;
    position: absolute;
    z-index: 900;
    display: block;
}

#menu li.limulticolumn:hover > ul.ulmulticolumn5 {
    left: 0px;
    width: 730px;
    position: absolute;
    z-index: 900;
    display: block;
}

#menu li.limulticolumn:hover > ul.ulmulticolumn4 {
    left: 0px;
    width: 590px;
    position: absolute;
    z-index: 900;
    display: block;
}

#menu li.limulticolumn:hover > ul.ulmulticolumn3 {
    left: 0px;
    width: 440px;
    position: absolute;
    z-index: 900;
    display: block;
}

#menu li.limulticolumn:hover > ul ul.ulmulticolumn {
    left: 0px;
    border: 0px;
    position: relative;
    z-index: 900;
    display: inline;
}

#menu li.limulticolumn:hover > ul.ulmulticolumn5right {
    right: 0px;
    width: 730px;
    position: absolute;
    z-index: 900;
    display: block;
}

#menu li.limulticolumn:hover > ul.ulmulticolumn4right {
    right: 0px;
    width: 590px;
    position: absolute;
    z-index: 900;
    display: block;
}

#menu li.limulticolumn:hover > ul.ulmulticolumn3right {
    right: 0px;
    width: 440px;
    position: absolute;
    z-index: 900;
    display: block;
}

#menu li.limulticolumn:hover > ul ul.ulmulticolumnright {
    right: 0px;
    border: 0px;
    position: relative;
    z-index: 900;
    display: inline;
}


#menu li:active {
    background-repeat: repeat-x;
}

#menuul li:hover {
    background-position: top center;
    background-repeat: no-repeat;
}

#menuul li ul li ul li.active:hover {
    /*background-color:#dcdcdc;*/
}

#menuul li ul li a {
    background: #f2f2f2;
}

    #menuul li ul li a:hover {
        background-color: #dcdcdc;
    }

#menu ul li.active {
    background-position: top center;
    background-repeat: no-repeat;
}

#menu a:active {
    color: #333333;
}

#menu .aInactive {
    background-color: #ffffff !important;
}

/* END MAINMENU STYLES */


.MaskTextBox {
    font-style: italic;
    color: #999999;
}

.MaskTextBoxCoupon {
    color: #FFFFFF;
    background-color: #007b54;
}

.ItemSeparator {
    border-bottom: 1px solid #666666;
}


/* default layout */
.ajax__tab_default .ajax__tab_header {
    white-space: nowrap;
}

.ajax__tab_default .ajax__tab_outer {
    display: -moz-inline-box;
    display: inline-block;
}

.ajax__tab_default .ajax__tab_inner {
    display: -moz-inline-box;
    display: inline-block;
}

.ajax__tab_default .ajax__tab_tab {
    margin-right: 4px;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    display: -moz-inline-box;
    display: inline-block;
}

/* xp theme */
.CustomTab .ajax__tab_header {
    font-family: Vodafone,tahoma,helvetica;
    font-weight: bold;
    color: #000000;
    /*font-size: 10pt;*/
    background: url(../../images/tabs/tab-line.gif) repeat-x bottom;
}

.CustomTab .ajax__tab_outer {
    background: #cccccc;
    height: 27px;
    margin-right: 13px;
}

.CustomTab .ajax__tab_inner {
    padding-left: 13px;
    padding-right: 13px;
    padding-bottom: 6px;
    background: #cccccc;
}

.CustomTab .ajax__tab_tab {
    height: 13px;
    padding: 4px;
    margin: 0;
    background: #cccccc;
}

.CustomTab .ajax__tab_hover {
    font-family: Vodafone,tahoma,helvetica;
    color: #ffffff;
    /*font-size: 10pt;*/
}

    .CustomTab .ajax__tab_hover .ajax__tab_outer {
        background: #666666;
    }

    .CustomTab .ajax__tab_hover .ajax__tab_inner {
        background: #666666;
    }

    .CustomTab .ajax__tab_hover .ajax__tab_tab {
        background: #666666;
    }

.CustomTab .ajax__tab_active {
    font-family: Vodafone,tahoma,helvetica;
    color: #ffffff;
    /*font-size: 10pt;*/
}

    .CustomTab .ajax__tab_active .ajax__tab_outer {
        background: #cccccc;
        height: 28px;
    }

    .CustomTab .ajax__tab_active .ajax__tab_inner {
        background: #003376;
    }

    .CustomTab .ajax__tab_active .ajax__tab_tab {
        background: #003376;
    }

.CustomTab .ajax__tab_body {
    font-family: Vodafone,tahoma,helvetica;
    font-size: 11pt;
    border: 1px solid #cccccc;
    border-top: 0;
    padding: 8px;
    background-color: #ffffff;
}

/* scrolling */
.ajax__scroll_horiz {
    overflow-x: scroll;
}

.ajax__scroll_vert {
    overflow-y: scroll;
}

.ajax__scroll_both {
    overflow: scroll;
}

.ajax__scroll_auto {
    overflow: auto;
}


.REDContract {
    cursor: default;
}

.REDContracts {
    padding: 10px !important;
    width: 100%;
    margin-top: 10px;
}

#cphBody_dtlItems_TabContainer1_0_TabPanel3_0_lblDescriptionText_0 table {
    width: 100%;
    border: 1px solid #000000;
    border-collapse: collapse;
}

    #cphBody_dtlItems_TabContainer1_0_TabPanel3_0_lblDescriptionText_0 table th {
        text-align: left;
        width: 20%;
        border-bottom: 1px solid #000000;
        border-right: 1px solid #000000;
    }

    #cphBody_dtlItems_TabContainer1_0_TabPanel3_0_lblDescriptionText_0 table td {
        text-align: left;
        width: 50%;
        border-bottom: 1px solid #000000;
        border-right: 1px solid #000000;
    }

.itemGrid {
    text-align: center;
    height: auto;
    vertical-align: middle;
    display: table-cell;
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
}


.itemGridList {
    text-align: center;
    /*     height: auto;
    vertical-align: middle;
    display: table-cell;
    left: 150%;
    top: 45%;
    position: absolute;
    transform: translate(-50%, -50%);
    -webkit-transform: translateY(-50%) translateX(-50%);*/
}

.itemContainer {
    /*border-radius: 10px;*/ /* background: #ffffff;old browsers */ /*background: -moz-linear-gradient(top, #cccccc 0%, #ffffff 10%);  ff3.6+ */ /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(10%,#ffffff));  chrome,safari4+ */ /*background: -webkit-linear-gradient(top, #cccccc 0%,#ffffff 10%);  chrome10+,safari5.1+ */ /*background: -o-linear-gradient(top, #cccccc 0%,#ffffff 10%);  opera 11.10+ */ /*background: -ms-linear-gradient(top, #cccccc 0%,#ffffff 10%);  ie10+ */ /*background: linear-gradient(to bottom, #cccccc 0%,#ffffff 10%);  w3c */ /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#ffffff',GradientType=0 );  ie6-9 */
    /*overflow: hidden;*/
    text-align: left;
}

.itemContainerInner {
    height: 100px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    margin: 0 auto;
    padding: 0px 16px 0px 10px;
}

.itemContainerOuter {
    /*font-size: 10pt;*/
    position: relative;
    display: inline-block;
    /*border-bottom: 1px solid #999999;*/
    padding: 30px 0px 20px 0px;
    margin: 15px;
    margin-bottom: 20px;
    /*border-radius: 10px;*/
    background: #ffffff; /* old browsers */
    /*background: -moz-linear-gradient(top,  #cccccc 0%, #ffffff 10%); /* ff3.6+ 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(10%,#ffffff)); /* chrome,safari4+ 
    background: -webkit-linear-gradient(top,  #cccccc 0%,#ffffff 10%); /* chrome10+,safari5.1+ 
    background: -o-linear-gradient(top,  #cccccc 0%,#ffffff 10%); /* opera 11.10+ 
    background: -ms-linear-gradient(top,  #cccccc 0%,#ffffff 10%); /* ie10+ 
    background: linear-gradient(to bottom,  #cccccc 0%,#ffffff 10%); /* w3c 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#ffffff',GradientType=0 ); /* ie6-9 */
    overflow: hidden;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.45);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.45);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.45);
}

    .itemContainerOuter:hover, .itemContainerOuterList:hover {
        outline: 3px solid #024DA1;
        box-sizing: border-box;
        z-index: 1;
    }


    .itemContainerOuter a, .itemContainerOuterList a {
        color: inherit;
    }

    .itemContainerOuter:hover .onlineprice-bullet, .itemContainerOuterList:hover .onlineprice-bullet {
        background-color: #024DA1;
    }

    .itemContainerOuter:hover .shopprice-bullet, .itemContainerOuterList:hover .shopprice-bullet {
        background-color: #F15A22;
    }

    .itemContainerOuter:hover .redprice-bullet, .itemContainerOuterList:hover .redprice-bullet {
        background-color: #ff0000;
    }

    .itemContainerOuter:hover .redprice-monthly-bullet, .itemContainerOuterList:hover .redprice-monthly-bullet {
        background-color: #007b54;
    }

    .itemContainerOuter:hover .cubeprice-bullet, .itemContainerOuterList:hover .cubeprice-bullet {
        background-color: #007b54;
    }


.itemContainerList {
    /*border-radius: 10px;*/ /* background: #ffffff;old browsers */ /*background: -moz-linear-gradient(top, #cccccc 0%, #ffffff 10%);  ff3.6+ */ /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(10%,#ffffff));  chrome,safari4+ */ /*background: -webkit-linear-gradient(top, #cccccc 0%,#ffffff 10%);  chrome10+,safari5.1+ */ /*background: -o-linear-gradient(top, #cccccc 0%,#ffffff 10%);  opera 11.10+ */ /*background: -ms-linear-gradient(top, #cccccc 0%,#ffffff 10%);  ie10+ */ /*background: linear-gradient(to bottom, #cccccc 0%,#ffffff 10%);  w3c */ /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#ffffff',GradientType=0 );  ie6-9 */
    /*overflow: hidden;*/
    text-align: center;
}

.itemContainerInnerList {
    height: 80px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    margin: 0 auto;
    width: 100%;
}

.itemContainerImageOuter {
    display: inline-table;
    height: 180px;
    width: 320px;
    vertical-align: top;
    position: relative;
}

.divListPricesList {
    width: 30%;
    float: right;
}

.itemContainerOuterList {
    /*font-size: 10pt;*/
    position: relative;
    /*display: inline-block;*/
    /*border-bottom: 1px solid #999999;*/
    padding: 30px 0px 20px 0px;
    margin: 15px;
    margin-bottom: 20px;
    /*border-radius: 10px;*/
    background: #ffffff; /* old browsers */
    /*background: -moz-linear-gradient(top,  #cccccc 0%, #ffffff 10%); /* ff3.6+ 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(10%,#ffffff)); /* chrome,safari4+ 
    background: -webkit-linear-gradient(top,  #cccccc 0%,#ffffff 10%); /* chrome10+,safari5.1+ 
    background: -o-linear-gradient(top,  #cccccc 0%,#ffffff 10%); /* opera 11.10+ 
    background: -ms-linear-gradient(top,  #cccccc 0%,#ffffff 10%); /* ie10+ 
    background: linear-gradient(to bottom,  #cccccc 0%,#ffffff 10%); /* w3c 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#ffffff',GradientType=0 ); /* ie6-9 */
    overflow: hidden;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.45);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.45);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.45);
}

/*.itemContainerOuterList:hover {
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);*/
/*        box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
*/ /*box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
        z-index: 1;
    }*/


/*.pageTitle{
    text-align:center;
    align-items: center;
    justify-content: center;
    padding-top:80px;
  
}*/

/*heart icons*/
.icon_heart {
    color: #fff;
    font-size: large;
}

.icon_heart_alt {
    color: #fff;
    font-size: large;
}

#basket .icon_heart {
    color: #024DA1;
    font-size: large;
}

#basket .icon_heart_alt {
    color: #000;
    font-size: large;
}



.itemContainerOuter .icon_heart, .itemContainerOuter .icon_heart_alt, .itemContainerOuterList .icon_heart, .itemContainerOuterList .icon_heart_alt {
    /*position: absolute;*/
    /*right: 40px;
    font-size: 30px;*/
    /*z-index: 1000;
    left: 0;
    right: 0;
    bottom: 60px;*/
    text-align: left;
}

.itemContainerOuter .newWishClass, .itemContainerOuterList .newWishClass {
    background-color: #024DA1;
    width: 40px;
    height: 30px;
    top: 0px;
    position: absolute;
    border-radius: 10px 0px;
}

.onlineprice {
    /*    font-weight: bold;
    font-size: 10pt;
    color: #024DA1;
    text-align: left;
    width: 110px;
    display: inline-block;*/
}

.onlinepriceEuro {
    font-weight: bold;
    /*font-size: 14pt;*/
    /*color: #024DA1;*/
}

.onlinepriceAmount {
    font-weight: bold;
    /*font-size: 14pt;*/
    /*color: #024DA1;*/
}

.shopprice {
    /*font-weight: bold;
    font-size: 10pt;
    color: #F15A22;
    text-align: left;
    width: 120px;
    display: inline-block;*/
}

.shoppriceEuro {
    font-weight: bold;
    /*font-size: 11pt;*/
    /*color: #F15A22;*/
}

.shoppriceAmount {
    font-weight: bold;
    /*font-size: 11pt;*/
    /*color: #F15A22;*/
}

.redprice {
    /*    display: inline-block;
    font-weight: bold;
    color: #ff0000;
    text-align: left;
    width: 118px;*/
}

.redpriceEuro {
    font-weight: bold;
    /*color: #ff0000;*/
}

.redpriceAmount {
    font-weight: bold;
    /*color: #ff0000;*/
}

.redpriceEuro2 {
    font-weight: bold;
    /*color: #ff0000;*/
    /*font-size: 12pt;*/
}

.redpriceAmount2 {
    font-weight: bold;
    /*color: #ff0000;*/
    /*font-size: 12pt;*/
}

/*
.itemContainerOuter:hover .icon_heart, .itemContainerOuter:hover .icon_heart_alt {
    display: block;
}

.itemContainerOuter .onlineprice, .itemContainerOuter .shopprice {
    display: none;
}

.itemContainerOuter:hover .onlineprice, .itemContainerOuter:hover .shopprice {
    display: inline-block;
}*/

.Listwidth {
    float: left;
    width: 33.33%;
}

.ListButtomDesign {
    white-space: nowrap;
    padding: 10px;
    border-radius: 10px;
    position: absolute;
    right: 15px;
    width: 190px;
    height: 42px;
}

.iconHeartList {
    /*    left: 235px;
    position: absolute;
    bottom: 10px;*/
}

.color-box-outer {
    border: 1px solid #cccccc;
    padding: 2px;
    margin-right: 4px;
    margin-bottom: 4px;
    width: min-content;
    border-radius: 50%;
}

    .color-box-outer:hover {
        outline: 2px solid #000;
    }

.color-box {
    width: 36px;
    height: 36px;
    margin: 0 auto;
    border-radius: 50%;
    outline: 1px solid #ccc;
}

.memory-box-outer {
    border: 1px solid #cccccc;
    padding: 2px;
    margin-right: 4px;
    margin-bottom: 4px;
    width: max-content;
    border-radius: 20%;
}

    .memory-box-outer:hover {
        outline: 2px solid #000;
    }

.memory-box {
    width: 61px;
    height: 61px;
    text-align: center;
    margin: 0 auto;
    display: table-cell;
    vertical-align: middle;
}


.RedPlanItemContainerOuter {
    font-size: large;
    width: 100%;
    position: relative;
    display: inline-block;
    /*border-bottom: 1px solid #999999;*/
    padding: 10px;
    /*border-radius: 10px;*/
    background: #ffffff; /* old browsers */
    /*background: -moz-linear-gradient(top,  #cccccc 0%, #ffffff 10%); /* ff3.6+ 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(10%,#ffffff)); /* chrome,safari4+ 
    background: -webkit-linear-gradient(top,  #cccccc 0%,#ffffff 10%); /* chrome10+,safari5.1+ 
    background: -o-linear-gradient(top,  #cccccc 0%,#ffffff 10%); /* opera 11.10+ 
    background: -ms-linear-gradient(top,  #cccccc 0%,#ffffff 10%); /* ie10+ 
    background: linear-gradient(to bottom,  #cccccc 0%,#ffffff 10%); /* w3c 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#ffffff',GradientType=0 ); /* ie6-9 */
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.45);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.45);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.45);
}

    .RedPlanItemContainerOuter:hover {
        outline: 3px solid #024DA1;
        box-sizing: border-box;
        z-index: 1;
    }

/*.RedPlanItemContainerOuter a {
        color: inherit;
    }*/

#lnkShowMorePlans, #lnkShowLessPlans {
    display: none;
    padding: 10px;
    margin: 10px;
    font-size: large;
    border: 1px solid #2b3a40;
    color: #2b3a40;
    background-color: #fff;
    text-decoration: none !important;
}

    #lnkShowMorePlans:hover, #lnkShowLessPlans:hover {
        background-color: #f8f8f8f8;
    }

.redOrderGreen {
    background-color: #357729 !important;
}

.redOrder {
    background-color: #666;
    border: 1px solid #666;
    color: #fff !important;
    text-decoration: none !important;
    margin: 2px;
    padding: 10px;
    border-radius: 5px;
    font-size: large;
    display: inline-block;
}

.spanRedPlanMonthlyCost {
    display: none;
    font-weight: bold;
    font-size: 14pt;
}

.ddlRedPlanMonthlyCost {
    border: 0 !important;
    padding: 0rem .75rem .25rem 0rem !important;
    background-color: #fff;
    background-clip: padding-box;
}

.redOrderFinal {
    background-color: #666;
    border: 1px solid #666;
    color: #fff !important;
    text-decoration: none !important;
    margin: 2px;
    padding: 10px;
    border-radius: 5px;
    font-size: large;
    display: inline-block;
}

.redOrderFinal-outer {
    display: none;
    padding: 10px;
    background-color: #2b3a40;
    color: #fff;
    font-size: x-large;
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 7;
    width: 100%;
}

.redOrderFinal-inner {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 20px;
}

.flex-container {
    display: flex;
    overflow: hidden;
    padding: 2px;
    /*width: 100%;*/
}

    .flex-container > div {
        flex-shrink: 0;
        flex-grow: 1;
    }

.banner-ribbon-outer {
    width: 100%;
    text-align: center;
    /*background: linear-gradient(45deg, #A90000 0%, #E60000 55%, #ff0000 100%);*/
    /*background: linear-gradient(45deg, green 0%, #9C3 55%, #9C3 100%);*/
    background-color: #007b54;
    padding: 20px 0px 20px 0px;
}

.banner-ribbon {
    width: 100%;
    margin: 0 auto;
}

.banner-ribbon-item {
    display: inline-table;
    color: #fff;
    vertical-align: top;
    text-align: center;
    width: 170px;
    margin: 10px 0px 15px 0px;
}

    .banner-ribbon-item i {
        font-size: 25pt;
        border: 1px solid #fff;
        padding: 5px;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        text-align: center;
        vertical-align: middle;
        padding-top: 12px;
    }

    .banner-ribbon-item div {
        font-size: large;
        margin-top: 20px;
    }

.ui-autocomplete {
    border-radius: 0px !important;
}

.tablLinks {
    width: 50%;
    margin: 0 auto;
    vertical-align: middle;
    text-align: right;
    padding-left: 10px;
}

#AvailAll {
    margin: 20px 0px 20px 0px;
}

.itemMargins {
    width: 270px;
    height: 340px;
    vertical-align: top;
    display: inline-block;
}

.itemMarginsList {
    width: 100%;
    height: 300px;
    vertical-align: top;
    display: inline-block;
}

.itemDetails {
    text-align: left;
    position: relative;
    padding-top: 20px;
    width: 100%;
    margin-bottom: 10px;
}

.box-white {
    border: 1px solid #cccccc;
    background-color: #fff;
}

.slick-prev::before, .slick-next::before {
    color: #024DA1 !important;
}

.footer {
    width: 100%;
    background-color: #2b3a40;
    color: #fff;
    padding-top: 40px;
    padding-bottom: 50px;
    margin-top: 20px;
}

.itemContainerList .flex-container > div {
    flex-shrink: 1;
}

.listgridbuttons {
    padding-top: 5px;
}

#divLanguagesMobile {
    display: none;
}

#imgLogo {
    border: 0px;
    vertical-align: middle;
    margin: 0px;
    height: 40px;
    margin-top: 3px;
}

#spmobileReg {
    display: inline-table;
    float: right;
    vertical-align: top;
    padding-top: 20px;
}

.featuredItems-outer {
    padding: 10px;
    background-color: #efefef;
    border-radius: 20px;
}

.featuredItems {
    text-align: center;
    /*padding: 50px;*/
}

.GiftRED-outer {
    padding-top: 26px;
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
    width: 100%;
    box-sizing: border-box;
}

.GiftRED-arrow {
    width: 200px;
    position: absolute;
    top: 0px;
    left: 70px;
    box-sizing: border-box;
}

.GiftRED-box {
    background-color: steelblue;
    width: 330px;
    text-align: center;
    color: white;
    font-size: 12pt;
    padding: 10px;
    padding-top: 60px;
    box-sizing: border-box;
}
