/* CSS Document */


body {
    /* font-size:14px; */
}

/*
    UFS Palette

Raspberry-base (Primary)
    dark: #4D144D;
    medium: #74155A;
    light: #B83778;

Orange-base
    dark: #D64516;
    medium: #E0620F;
    light: #EC9107;

Green-base
    dark: #347520;
    medium: #5D9523;
    light: #94C11F;

Blue-base
    dark: #004E4F;
    medium: #006A6D;
    light: #12A19A;

*/

/*
    Skin Yellow
    ---------
*/

.skin-yellow .sidebar-menu > li.header {
    color: #f6f6f6;
    background: #1a2226;
}

.skin-yellow .main-header .navbar {
    background-color: #B83778;
}

.skin-yellow .main-header .navbar .navbar-custom-menu {
    background-color: #B83778;
}

.skin-yellow .main-header .navbar .sidebar-toggle {
    color: #ffffff;
    /*border-right:1px solid #751A5D;*/
}

.skin-yellow .main-header .navbar .nav > li > a {
    color: #ffffff;
}

.skin-yellow .main-header .navbar .sidebar-toggle:hover {
    color: #4D144D;
    background-color: #ffffff;
}

@media (max-width: 767px) {
    .skin-yellow .main-header .navbar .dropdown-menu li.divider {
        background-color: rgba(255, 255, 255, 0.1);
    }
    .skin-yellow .main-header .navbar .dropdown-menu li a {
        color: #fff;
    }
    .skin-yellow .main-header .navbar .dropdown-menu li a:hover {
        background: #D13210;
    }
}

.skin-yellow .main-header .logo {
    background-color: #B83778;
    color: #4D144D;
    border-color:#751A5D;
    border-bottom: 0px solid transparent;
}
.skin-yellow .main-header .logo:hover {
    background-color: #B83778;
}

.skin-yellow .main-header li:hover {
    background-color: #B83778;
}

.skin-yellow .sidebar-menu > li:hover > a,
.skin-yellow .sidebar-menu > li.active > a {
    color: #ffffff;
    background: #1e282c;
    border-left-color: #B83778;
}

.skin-yellow .sidebar-form {
    border-radius: 3px;
    border: 1px solid #374850;
    margin: 0px 0px;
}
.skin-yellow .sidebar-form input[type="text"],
.skin-yellow .sidebar-form .btn {
    box-shadow: none;
    background-color: #374850;
    border: 1px solid transparent;
    height: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.skin-yellow .sidebar-form input[type="text"] {
    color: #666;
    border-top-left-radius: 2px !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 2px !important;
}
.skin-yellow .sidebar-form input[type="text"]:focus,
.skin-yellow .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
    background-color: #fff;
    color: #666;
}
.skin-yellow .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
    border-left-color: #fff;
}
.skin-yellow .sidebar-form .btn {
    color: #999;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
    border-bottom-left-radius: 0 !important;
}

.skin-yellow .treeview-menu-sub {
    background-color: #1e282c;
}

.skin-yellow .treeview-menu-sub > li.active > a,
.skin-yellow .treeview-menu-sub > li > a:hover {
    color: #fff;
}

.skin-yellow .treeview-menu li:hover{
    background-color: #B83778;
}

/*
    Skin Black Light
    ---------
*/
.skin-black-light .main-header>.navbar>.sidebar-toggle {
    border-right: 0px;
}

.skin-black-light .main-header .navbar {
    background-color: #B83778;
}

.skin-black-light .main-header .navbar .navbar-custom-menu {
    background-color: #B83778;
}

.skin-black-light .main-header>.navbar .navbar-custom-menu .navbar-nav>li>a,
.skin-black-light .main-header>.navbar .navbar-right > li > a {
    border-left: 1px solid #751A5D;
    color: #fff;
}

.skin-black-light .main-header>.navbar .navbar-custom-menu .navbar-nav >li:hover >a,
.skin-black-light .main-header>.navbar .navbar-custom-menu .navbar-nav >li:active >a,
.skin-black-light .main-header>.navbar .navbar-custom-menu .navbar-nav >li:focus >a,
.skin-black-light .main-header>.navbar .navbar-custom-menu .navbar-nav >li > a:focus{
    color: #222;
}

.skin-black-light .main-header .logo {
    background-color: #B83778;
    color: #4D144D;
    border-color:#751A5D;
    border-bottom: 0px solid transparent;
}
.-black-light .main-header .logo:hover {
    background-color: #B83778;
}

.skin-black-light .wrapper,
.skin-black-light .main-sidebar,
.skin-black-light .left-side {
    background-color: #fff;
}

.skin-black-light .sidebar-menu>li>.treeview-menu {
    /* background: #ffffff; */
    border-left: 0px; /* if no active colour strip */
}

.skin-black-light .sidebar-menu > li > a {
    /* border-left: 0px; /* if no active colour strip */
}

.skin-black-light .sidebar-menu > li:hover > a {
    color: #222;
    background: #f9fafc;
    border-left-color: #B83778;
    /* border-left: 3px; /* if no active colour strip */
}

.skin-black-light .sidebar-menu > li.active > a {
    color: #222;
    background: #f9fafc;
    border-left-color: #B83778;
    /* border-left: 3px; /* if no active colour strip */
}

.skin-black-light .treeview-menu > li.active > a,
.skin-black-light .treeview-menu > li > a:hover {
    /* color: #fff; */
    /* background-color: #B83778; */
}

.skin-black-light .treeview-menu-sub {
    background-color: #f9fafc;
}

.skin-black-light .treeview-menu-sub > li.active > a,
.skin-black-light .treeview-menu-sub > li > a:hover {
    color: #222;
    /* background-color: #fac9be; */
}

.skin-black-light .treeview-tab > li.active > a,
.skin-black-light .treeview-tab > li > a:hover {
    /* background-color: #D13210; */
}

/*
    Site specific

.main-header .logo {
    color:#751A5D;
}
*/

.text-brown {
    color: #cc6600 !important;
}

.layout-boxed {
    background: #fff;
}

/* static top within wrapper */
.layout-boxed .main-header  {
    position: fixed;
    width:100%;
    max-width: 1250px;
}

.layout-boxed .wrapper {
    box-shadow: none;
}

.layout-boxed .content-wrapper{
    margin-top:50px;
}

.layout-boxed {
    background: #F8F8F8;
}

.sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > span:not(.pull-right),
.sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
    width: 230px;
}

/* experiment */
/*
.sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > span:not(.pull-right),
.sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
    display: none!important;
    position: absolute;
    width: 0px;
    left: 0px;
}
.sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > a > span {
    display: none!important;
    top: 0;
    margin-left: -3px;
    padding: 12px 5px 12px 20px;
    background-color: inherit;
}
.sidebar-mini.sidebar-collapse .sidebar-menu > li:hover > .treeview-menu {
    display: none!important;
    top: 44px;
    margin-left: 0;
}
*/
/* end of experiment */

.treeview-tab {
    background-color: #666666;
}

/*
.treeview-tab > li.active > a,
.treeview-tab > li > a:hover {
    background-color: #D13210;
}

.treeview-menu li:hover{
    background-color: #B83778;
}
*/

.treeview-menu > li.active > a,
.treeview-menu > li > a:hover {
    color: #222;
}

.dropdown-menu .footer a {
    color: #222;
}

.dropdown-menu .footer a:hover {
    color: #B83778;
}

.strip-carousel p {
    margin: 0 0 0px;
    /*font-size: 18px;
    line-height: 1.6;*/
}

.strip-carousel a {
    color:#464646;
}

.strip-carousel p.caption {
    padding:5px;
    /*color:#ffffff;*/
    /*font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;*/
    /*background-color:#B71062;*/
    background-color:#fff;
    line-height: 1.2;
    min-height:70px;
    font-size: 0.85em;
}

.strip-carousel p.caption a:link{
    color:#ffffff;
}

.strip-carousel p.quote-caption{
    padding:5px;
    color:#464646;
    /*font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;*/
    background-color:#FFDF43;
    /*line-height: 1.0;*/
    font-size: 0.85em;
}

@media(min-width:767px) {
    .strip-carousel p {
        margin: 0 0 0px;
        /*font-size: 18px;
        line-height: 1.6;*/
    }

    .strip-carousel p.caption{
        padding:5px;
        /*color:#ffffff;*/
        /*font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;*/
        /*background-color:#B71062;*/
        background-color:#fff;
        line-height: 1.2;
        min-height:70px;
        font-size: 1.0em;
    }
    .strip-carousel p.caption a {
        color:#222;
    }
    .strip-carousel p.quote-caption{
        padding:5px;
        color:#464646;
        /*font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;*/
        background-color:#FFDF43;
        /*line-height: 1.0;*/
        font-size: 1.0em;
    }
}

/* for all screens */
#screen-opt-info {display: none;}

/* only when orientation is in portrait mode */
@media all and (orientation:portrait) {
    #screen-opt-info {
        display: block;
    }
}

.text-rotate {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    writing-mode: rl-tb;
}

.control-panel {
    padding:0px;
    background-color: #eee;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.row-links a {
    color:#222;
}

.row-links a:hover {
    color:#B83778;
}

.add-to-basket {
    position: relative;
    top: 9px;
    right: 7px;
    text-align: center;
    font-size: 9px;
    padding: 2px 3px;
    line-height: .9;
}

.products-list .item .product-info a {
    color: #444;
}

.vpad {
    padding-bottom: 5px;
}

@media(min-width:381px) {
    .products-list .product-img img {
        width: 75px;
        height: 75px;
    }
    .products-list .product-info {
        margin-left: 85px;
    }
}

@media(min-width:767px) {
    .products-list .product-img img {
        width: 100px;
        height: 100px;
    }
    .products-list .product-info {
        margin-left: 110px;
    }
    .vpad {
        padding-bottom: 10px;
    }
}

@media(min-width:992px) {
    .products-list .product-img img {
        width: 150px;
        height: 150px;
    }
    .products-list .product-info {
        margin-left: 160px;
    }
}

/* daily deals panel */
.dailydeal .products-list .product-img  img {
    width: 75px;
    height: 75px;
}
.dailydeal .products-list .product-info  {
    margin-left: 85px;
}

.box, .modal {
    /* font-size: 0.9em; */
}

.box-body label {
    font-weight:normal;
}

.table-sm>tbody>tr>td {
    font-size: 0.95em;
    line-height: 1.2;
}

.date-list > li > a {
    color: #222;
}

.date-list > li > a:hover {
    font-weight: normal;
}

.date-list .date-list-item {
    padding:10px;
    border-bottom:1px solid #eee;
}

.date-list > a > .date-list-subtext {
    color: #D2D6DE;
}

.date-list .date-list-item:hover, .date-list .date-list-item a:hover {
    background-color:#95C11F;
    color: #fff;
}

.date-list .date-list-active {
    background-color:#B83778;
}

.date-list .date-list-active a {
    color: #fff;
}

.date-list .date-list-active:hover {
    background-color:#95C11F;
}

.text-normal {
    font-weight:normal !important;
}

.checkbox {
    padding-left: 20px;
}
.checkbox label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px;
}
.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555555;
}
.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
    opacity: 0;
    z-index: 1;
}
.checkbox input[type="checkbox"]:focus + label::before,
.checkbox input[type="radio"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after {
    font-family: "FontAwesome";
    content: "\f00c";
}
.checkbox input[type="checkbox"]:disabled + label,
.checkbox input[type="radio"]:disabled + label {
    opacity: 0.65;
}
.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="radio"]:disabled + label::before {
    background-color: #eeeeee;
    cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
    border-radius: 50%;
}
.checkbox.checkbox-inline {
    margin-top: 0;
}

.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
    background-color: #337ab7;
    border-color: #337ab7;
}
.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
    color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before {
    background-color: #d9534f;
    border-color: #d9534f;
}
.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-danger input[type="radio"]:checked + label::after {
    color: #fff;
}

.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
    background-color: #5bc0de;
    border-color: #5bc0de;
}
.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="radio"]:checked + label::after {
    color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}
.checkbox-warning input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="radio"]:checked + label::after {
    color: #fff;
}

.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
    background-color: #5cb85c;
    border-color: #5cb85c;
}
.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
    color: #fff;
}

.radio {
    padding-left: 20px;
}
.radio label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px;
}
.radio label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out;
}
.radio label::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 11px;
    height: 11px;
    left: 3px;
    top: 3px;
    margin-left: -20px;
    border-radius: 50%;
    background-color: #555555;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.radio input[type="radio"] {
    opacity: 0;
    z-index: 1;
}
.radio input[type="radio"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.radio input[type="radio"]:checked + label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}
.radio input[type="radio"]:disabled + label {
    opacity: 0.65;
}
.radio input[type="radio"]:disabled + label::before {
    cursor: not-allowed;
}
.radio.radio-inline {
    margin-top: 0;
}

.radio-primary input[type="radio"] + label::after {
    background-color: #337ab7;
}
.radio-primary input[type="radio"]:checked + label::before {
    border-color: #337ab7;
}
.radio-primary input[type="radio"]:checked + label::after {
    background-color: #337ab7;
}

.radio-danger input[type="radio"] + label::after {
    background-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label::before {
    border-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label::after {
    background-color: #d9534f;
}

.radio-info input[type="radio"] + label::after {
    background-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::before {
    border-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::after {
    background-color: #5bc0de;
}

.radio-warning input[type="radio"] + label::after {
    background-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::before {
    border-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::after {
    background-color: #f0ad4e;
}

.radio-success input[type="radio"] + label::after {
    background-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::before {
    border-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::after {
    background-color: #5cb85c;
}

input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
    font-family: 'FontAwesome';
    content: "\f00c";
}
input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
    color: #fff;
}
input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
    color: #fff;
}

#searchinput {
    /*width: 200px;*/
}

#searchclear {
    position: absolute;
    right: 55px;
    top: 0;
    bottom: 0;
    height: 14px;
    margin: auto;
    font-size: 14px;
    cursor: pointer;
    color: #ccc;
    z-index: 100;
}

#searchinput-xs {
    /*width: 200px;*/
}

#searchclear-xs {
    position: absolute;
    right: 55px;
    top: 0;
    bottom: 0;
    height: 20px;
    margin: auto;
    font-size: 20px;
    cursor: pointer;
    color: #ccc;
    z-index: 100;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}
.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.6;
    border-radius: 25px;
}
.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    font-size: 24px;
    line-height: 1.33;
    border-radius: 35px;
}
/* sidebar-mini button */
.btn-circle.btn-sidebar-mini {
    width: 44px;
    height: 44px;
    margin-left: 3px;
    padding: 10px 10px;
    font-size: 18px;
    line-height: 1.25;
    background-color:#fff;
    color:#B83778;
    border-color:#B83778;
    border-radius: 25px;
}

body.modal-open {
    overflow: visible;
    position:fixed;
    width: 100%;
}

.rating {
    unicode-bidi: bidi-override;
    direction: rtl;
    font-size: 30px;
}
.rating i.star {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    display: inline-block;
}
.rating i.star:hover {
    cursor: pointer;
}
.rating i.star:before {
    content: "\f006";
    color: #777777;
}
.rating i.star:hover:before,
.rating i.star:hover ~ i.star:before {
    content: "\f005";
    color: #e3cf7a;
}

.top-row {
    padding-top:5px !important;
}

.appleLinks a {
    color:#222;
    text-decoration: none;
}
.appleLinksWhite a {
    color:#ffffff;
    text-decoration: none;
}

/* add a background image on large screens */

@media only screen and (min-width:1251px) {
    body {
        background: url(../images/bdtk_5_trans_sm.jpg) !important;
        background-position: center !important;
        -webkit-background-size: cover !important;
        -moz-background-size: cover !important;
        background-size: cover !important;
        -o-background-size: cover !important;
        background-repeat: no-repeat !important;
        background-attachment: fixed !important;
    }

    html {
        overflow-y: scroll;
    }
}

a.back-to-top {
    display: none;
    width: 60px;
    height: 60px;
    text-indent: -9999px;
    position: fixed;
    z-index: 999;
    right: 20px;
    bottom: 20px;
    background: #27AE61 url("/images/up-arrow.png") no-repeat center 43%;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.offers-page .can-we-deliver.box {
    background-color: #EC9107;
    box-shadow: none;
}

.offers-page .can-we-deliver.box .box-header {
    background-color: #E0620F;
}

.offers-page .smart-quote.box {
    background-color: #94C11F;
    box-shadow: none;
}

.offers-page .smart-quote.box .box-header {
    background-color: #5D9523;
}

.offers-page .lets-talk.box {
    background-color: #12A19A;
    box-shadow: none;
}

.offers-page .lets-talk.box .box-header {
    background-color: #006A6D;
}

.content-wrapper {
    background-color: #fff;
}
