﻿/*Global*/
@import url('https://fonts.googleapis.com/css?family=Lobster');
#AddToBasketMessage a{
    color:white!important;
    font-weight:bold;
}
.textPadding7{
    padding-top:7px;
}
.editSubmit{
    margin-left:5px;
}
.mtop10{
    margin-top:10px;
}
.jewelBox{
    border-bottom:3px solid #d2d2d2;}
.btn-warning{
    color: #333333!important;
    background-color: #ffffff!important;
    border-color: #cccccc!important;
}
.qtyBtn{
    border:2px solid #84C0B5 !important;
}
.btn-danger{
    background-color:#e65c6c !important;
    border-color:#e65c6c !important;
}
.btnRow{
    margin:10px 0;
}
.responsive-video {
 position: relative;
 padding-bottom: 56.25%;
 padding-top: 60px; 
 overflow: scroll;
 }
 .responsive-video iframe,
 .responsive-video object,
 .responsive-video embed {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 3500px;
 }
input[type=number], input[type=text], input[type=email],input[type=password], input[type=tel], select
{
    -webkit-appearance: none;
    border-radius: 0;
}
.alert-success {
    color: white;
    background-color:#84C0B5;
    border-color: #84C0B5;
}
.paddingTop10{
    padding-top:10px;
}
.cartCount {
    float: left;
    font-weight: bold;
    padding-right:5px;
    color: #333333;
    display:block;
}
.basket .glyphicon {
    float:right;
}
.fa-15{
    font-size:1.5em;
}
.noPadding{
    padding-left:0;
    padding-right:0;
}
.jewelGreen{
    color:#84C0B5;
}
a, a:hover, a:visited, a:active{
    color:#606060;
}
.Red{
    color:#e65c6c !important;
}
.RedValidationMsg{
    color:#e65c6c;
}
.btn-success{
    background-color:#84C0B5 !important;
    border-color:#84c0b5 !important;
    color:white!important;
}
.text-primary{
    color:#606060!important;
}
body{
color:#606060;
font-family:"Open-Sans", sans-serif;
font-size:14px;
}
h1{
    font-size:22px;
}
h2{
    font-size:20px;
}
h3{
    font-size:18px;
}
h4{
    font-size:16px;
}
.btn{
    border-radius:0;
}
.form-control{
    border-radius:0
}
/*Placeholder*/
#OutBox {
    position: fixed;
    top: 0;
    left: 0;
    bottom:0;
    right:0;
    height: 100%;
    width: 100%;
    z-index: 99;
    background-color: rgba(33, 33,33,0.5);
    opacity: 0.4;
    filter: alpha(opacity=40);
    display: none;
}
#OutBoximg {
    position: fixed;
    left: 50%;
    top: 50%;
    height: 42px;
    width: 42px;
    z-index: 1002;
    display: none;
    margin-left: -21px;
    padding: 5px;
}
/*Mobile Menu*/
@media(max-width:767px) {
    #bs-example-navbar-collapse-2 {
        margin-bottom: 20px;
    }
}
/*Placeholders*/
.homepageBlock{
    background-color:#cccccc;
    width:262px;
    height:262px;
    padding-top:45%;
    color:white;
    overflow:hidden;
}
/*Header*/
@media(max-width:767px){
    .noPaddingXS{
        padding-left:0;
        padding-right:0;
    }
    .toggleLeft{
        float:left;
    }
    .navbar-brand{
        float:none;
    }
    .navbar-toggle {
    margin-right: 3px;
    padding: 9px 6px;
    }
    .logo img{
        max-height:18px;
    }
    .menuButton{
    margin-left: 3px;
    padding: 9px 4px;
    }
}
@media(min-width:767px){
    #headerContent{
        margin-bottom:20px;
    }
}
.bannerBox{
    border:1px solid #ececec;
    text-transform:uppercase;
    text-align:center;
    padding:10px 0;
    font-size:0.8em;
    font-weight:bold;
    margin-top:15px;
    margin-bottom:15px;
    color:#606060;
    background-color:#ffffff;
    height: 54px;
    
}

.bannerBox2{
    text-transform:uppercase;
    text-align:center;
    padding:5px 0px 0px 0px;
    font-size:0.8em;
    font-weight:bold;
    margin-top:5px;
    color:#606060;
    background-color:#ffffff;
}


.topNavContainer{
    padding-top:10px;

}
#bs-example-navbar-collapse-1 .navbar-right li{
    padding-top:15px;
    padding-bottom:15px;
    float:right;
    font-size:1.2em;
}
#bs-example-navbar-collapse-1, #bs-example-navbar-collapse-1 a{
    color:#606060;
}
.img-centered{
    margin:auto;
}
.navbar-default {
    background-color: transparent;
    border:none;
}
.LogoStrapLine {

    bottom: 3px;
    left: 0px;
    font-size: 12px;
    letter-spacing: 0px;
    width: 100%;
}

.logo {
    padding: 20px 0px 0px 4px;
}
@media(max-width:992px){
    .LogoStrapLine {
    font-size: 8px;
}
    .bannerBox{
    font-size:0.6em;
    }
}
/*Mini Basket*/
.MiniBasket a{
    color:#606060;
    padding-top:7px;
    width:auto
}
.MiniBasket span, .MiniBasket strong{
    padding-top:7px;
    width:auto;
}
.MiniBasket strong{
    color:#606060;
}
.miniBasketOutline{
    border:1px solid #ececec;
}
.miniBasketOutline td{
    padding:5px;
}
/*Search Box*/
@media(min-width:992px){
    #searchContainer .input-group, #searchContainerMobile .input-group{
        float: right;
    }
}
 #searchContainer .input-group .btn, #searchContainerMobile .input-group .btn{
     border-left:0;
 }
 /*Footer*/
 .paymentTypes{
     float:left;
     max-width:75%;
 }
 .BJAImage{
     float:right;
     max-width:25%;
 }
 footer a, footer{
     color:#606060;
 }
 footer h4{
     text-transform:uppercase;
 }
 .BJAText{
     text-align:center;
     width:100%;
     color: #421e76;
 }
 footer .navbar-inverse{
     background-color:transparent;

 }
 @media(min-width:767px){
    footer .col-sm-4{
        min-height:160px;
        margin:15px 0;
        border-right:1px solid #ececec;
    }
    footer .contactFooter{
        border-right:0;
    }
    .footerBefore a:before{
        content:">";
        color: #84C0B5;
        padding-right:5px;
        font-weight:bold;
    }
}
  @media(min-width:992px){
    footer .col-lg-3{
        min-height:160px;
        margin-top:15px;
        border-right:1px solid #ececec;
    }
    footer .col-lg-3:last-of-type{
        border-right:0;
    }
}
.infoHeader{
    color:#606060;
    cursor:pointer;
    padding-top:10px;
}
.socialIcons{
    margin-bottom:0;
    margin-top:10px;
}
@media (min-width:767px) and (max-width:992px){
    .socialIcons{
    margin-top:3px;
}
    .paymentTypes{
        float:right;
    }
}
@media (max-width:767px){
    .socialIcons{
        text-align:center;
    }
    .paymentTypes{
        float:none;
        margin:auto;
    }
}
.cshopText{
    font-size: 0.8em;
    color: grey;
}
/*HomePage*/
.homeLogin{
    padding: 0px 10px 10px 10px;
    height:230px;
    border:1px solid #e2e2e2;
}

    .homeLogin h3 {
        font-size: 14px;
        margin-top: 10px;
    }

    .homeLogin .form-group {
        margin-bottom: 8px;
    }


div.Homepage_Feefo {
    border:1px solid #e2e2e2;
    height: 230px;
    width: 100%;
    float: left;
    position: relative;
    color: #5e5f63;
    overflow: hidden;
}
@media(min-width:1200px){
div.Homepage_Feefo a img{
    margin-top:20px;
}
}

.updates {
     border:1px solid #e2e2e2;
    height: 230px;
    overflow-y: scroll;
    padding:10px;
}
@media(min-width:992px) and (max-width:1200px){
    .updates{
        height:290px;
        overflow-y:scroll;
    }
    div.Homepage_Feefo a img {
    margin-top: 50px;
    }
    div.Homepage_Feefo {
    height: 290px;
}
    .homeLogin{
    height:290px;
}
}
@media(min-width:767px) and (max-width:992px){
    .updates{
        height:280px;
        overflow-y:scroll;
    }
    div.Homepage_Feefo a img {
    margin-top: 50px;
    }
    div.Homepage_Feefo {
    height: 280px;
}
    .homeLogin{
    height:280px;
}
}
@media(max-width:767px){
div.Homepage_Feefo {
    border: 10px solid #e2e2e2;
    margin-top: 20px;
    height: auto;
    margin-bottom: 0px;
    margin-left: 0px;
}

    div.Homepage_Feefo img{
        max-height:150px;
    margin:auto;
    margin-top:30px;
    margin-bottom:30px;
    }
}


.homepageCarouselProd{
    padding:10px;
}
.homeProdContainer{
    border:1px solid #ececec;
    height:340px;
}
.homeProdContainer .row {
        padding: 0px 10px;
}
.carousel-control {
    width:auto;
    color: #555;
}
.details em {
    padding: 10px;
    background-color: #84C0B5;
    color: white;
    height: 30px;
    top: -1px;
    left:-1px;
    bottom:-1px;
    position: absolute;
}
.details {
    border:1px solid #ececec;
    height:30px;
    position:relative;
}
.details span {
    padding-left: 33px;
    padding-top: 5px;
}
@media(min-width:767px) {
    .nameRow {
        height: 60px;
        overflow: hidden;
    }
}
.carouselPrice{
    padding-top:10px;
}
@media(min-width:767px) and (max-width:992px) {
    .nameRow {
        height: 100px;
    }
}
.homepageName{
    border: 1px solid #ececec;
    padding: 10px 15px;
    text-transform:uppercase;
    color:#606060;
    font-size:0.8em;
    font-weight:bold;
}
.homepageMobile{
    padding-top:20px;
}
/*Navigation*/

@media (min-width: 768px) {
    #bs-example-navbar-collapse-2 .navbar-nav {
        float: left;
        margin: 0;
        width: 100%;
    }

    .navbar-nav > li > a {
        padding-top: 8px;
        padding-bottom: 8px;
    }
}

.navbar-inverse {
    background-color: #ffffff;
    
}
@media(min-width:992px) {
   
    .navbar-inverse .navbar-nav li:hover {
        border-left: 1px solid #ececec;
    }
    .dropdown-menu{
        left:-2px;
    }
}
@media(min-width:767px) and (max-width:1200px){
    .navbar-inverse .navbar-nav > li > a {
    padding: 15px 13px;
}
}
.navbar-inverse .navbar-nav li a{
    color:#606060;
    text-transform:uppercase;
}
.navbar-inverse .navbar-nav li a:hover, .navbar-inverse .navbar-nav li a:active, .navbar-inverse .navbar-nav li a:focus {
  color:#606060;
  background-color:#ececec;
}
.navbar-inverse .navbar-nav li:last-of-type {
  border-right: 0;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    color: #606060;
    background-color: #ececec;
}
@media all and (max-width:767px){
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #606060;
    }
}
.dropdown:hover .dropdown-menu {
    display: block;
}
/*Product datalist Page*/
.ProductNameList{
    height:60px;    
}
/*Paging*/
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #84C0B5;
    border-color: #84C0B5;
}

@media(max-width:767px) {
    .ProductNameList {
        height: 80px;
    }
}
.successBox{
    height:70px;
    margin-bottom:10px;
}
@media (max-width:1200px){
    .successBox{
    height:85px;
}
}
 @media(max-width:440px){
        .successBox{
    height:120px;
}
    }
/*Dropdown Basket*/
#Minibasket_Dropdown {
    z-index: 999999;
    position: absolute;
    top: 50px;
    width: auto;
    background-color:#fff;
    height:auto!important;
    right: 0px;
 
}
.scrollheaderContent{
    background-color:#ececec;
    height:30px;
}
.scroll-header{
    position:fixed;
    top:0;
}
/*iPad Menu*/
@media (max-width:992px){
    #bs-example-navbar-collapse-2 ul{
        width:100%;
        border:1px solid #474747;
    }
    #bs-example-navbar-collapse-2{
        border:0;
    }
     #bs-example-navbar-collapse-2 ul li{
        width:100%;
        float:none;
    }
     .hideSmall{
         display:none!important;
     }
     .menuCats, .menuFilter{
         background-color:#84C0B5;
         color:white;
         padding:10px;
         font-weight:bold;
         width:100%;
         cursor:pointer;
     }
     .menuCats{
         text-transform:uppercase;
     }
     .menuFilter{
         background-color:#ececec;
         color:black;
         font-weight:normal;
     }
     #bs-example-navbar-collapse-2 .navbar-nav {
         margin:0;
    }
     .buyButton{
        margin-top:10px;
    }
}

@media (max-width:767px){
    .topMenuHolder{
         margin-bottom:10px;
     }
    #bs-example-navbar-collapse-2{
        margin-top:-10px;
    }
}

.prodlistimg img {
    max-height: 197px;
}

@media(max-width:767px){
    .prodlistimg img {
    max-height: 141px;
}
}

@media(max-width:992px){
    .prodlistimg img {
    max-height: 131px;
}
}

@media (min-width:992px){
    .Menu-Dropdown {
        position: absolute;
        z-index: 100;
        right:15px;
        left:15px;
        padding: 0 10px;
        background-color: #fff;
        border: 10px solid #ececec;
        top:35px;
        display: none;
        opacity:0.95;
    }
    .dropdownCat{
        width:33%;
        float:left;
        padding:5px 0;
    }
    .Menu-Dropdown .row{
        margin-left:-11px;
        margin-right:-11px;
    }
    .bannerPadding .col-xs-4{
        background-color:#ececec;
    }
    .featuredSection{
        border-left:1px solid #ececec;
        padding-bottom:20px;
    }
}


/*Product List Images*/
.prodlistimg {
    height: 197px;
}
@media(max-width:992px){
    .prodlistimg {
        height: 135px;
    }
    .xsDrops li{
        list-style-type:none;
    }
}

/*Validation*/
.Asterix::before {
    margin-left: 5px;
    content: url('/content/images/Cshop/asterix.png');
}
.Passed::before {
    margin-left: 5px;
    content: url('/content/images/Cshop/tick.gif');
}

.Failed::before {
    margin-left: 5px;
    content: url('/content/images/Cshop/cross.gif');
}
.ValidationMsg{
    font-size:0;
}
.customerForm .form-control, .captcha .form-control{
    width:90%;
    float:left;
}
#alertModal .modal-footer, #successModal .modal-footer{
    border:0;
}

#alertModal, #successModal{
    z-index:999999;
}

/*Wishlist*/
@media(max-width:767px){
    .wishListButton {
        display: block;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
        margin-top:10px;
    }
}
@media(max-width:990px){
    .addButtons{
        display: block;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }
    .smallRight{
        float:right;
    }
    .wishlist{
        margin-top:5px;
    }
}
/*MyAccount*/
.mediaCodes h4{
    margin-top:20px;
}
@media(min-width:990px){
    .accountForm h3{
        margin-left:10px;
    }
}
.accountForm{
    border:1px solid #ddd;
}
.BasketRightBox .btn{
    margin-top:10px;
}

.pTop6{
    padding-top:6px;
}

.breadcrumbActive, .breadcrumbFuture, .breadcrumbDone{
    padding-top:10px;
    padding-bottom:10px;
    text-align:center;
    font-weight:bold;
    font-size:1.1em;
}
.breadcrumbActive{
    background-color:#606060;
    color:white;
}
.breadcrumbFuture{
    background-color:#d2d2d2;
}
.breadcrumbDone{
    background-color:#84C0B5;
    color:white;
}
.editButton{
    margin-top:10px;
}
.stockWishlist{
    margin-top:-35px;
    margin-bottom:10px;
}
@media(width:767px){
.stockWishlist{
    margin-top:-45px;
}
}
@media(max-width:767px){
    .loginButton{
        display:block;
        width:100%;
    }
}
.MagicZoomPlus {
    width: auto !important;
}

.reorderbtn, .reorderbtn:hover, .reorderbtn:visited, .reorderbtn:focus {
    background-color: #84C0B5;
    color: #ffffff;
    border-color: #84C0B5;
    padding: 6px 12px;
}
.btn-greyview, .btn-greyview:hover, .btn-greyview:visited, .btn-greyview:focus {
    background-color: #d2d2d2;
    color: #000000;
    padding: 6px 12px;
}
@media all and (max-width:767px){
    .qtyBox {
        width: 60px;
        margin:auto;
    }
    .checkoutAddressBox {
        margin-bottom:20px;
    }
    .checkoutAddressBox h3{
        margin-top:0;
    }
}
@media(max-width:992px){
    .detailsBtn{
        display:block;
        width:100%;
    }
}
.detailsHeading{
    font-weight:bold;
}
@media(min-width:767px) {
    .table-responsive {
        width: 100%;
        float: left;
    }
}
.menuFilter h3{
    margin-top:0;
    margin-bottom:0;
}
.wishQty{
    width:60px;
}
.modal-footer{
    border-top:0;
}
#helpModalLabel{
    margin-top:2px;
}
.ui-widget-header {
    border: 1px solid #84C0B5;
    background: #84C0B5 url(images/ui-bg_highlight-soft_75_84C0B5_1x100.png) 50% 50% repeat-x;
    color: #222222;
    font-weight: bold;
}
@media (max-width:992px)
{
    #filterHolder{
    margin-bottom:20px;
}
    #filterHolder aside{
    margin-bottom:20px;
}
}
.filterheader {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px solid #9b9b9b;
    margin-top: 15px;
    padding-bottom: 5px;
}
.filterheadersubject {
    margin-bottom: 20px;
}
.price-list-row-header {
    background-color: #84C0B5;
    padding: 5px;
    color: #fff;
    font-weight: bold;
    border:1px solid #e2e2e2;
}
.price-list-row{
    border:1px solid #e2e2e2;
    border-top:0;
    min-height:65px;
}
.price-list-grid{
    margin-bottom:10px;
}
@media(max-width:992px){
.price-list-grid{
    margin-bottom:40px;
}
}
.tab-content {
    border:1px solid #ddd;
}
.nav-tabs {
    border-bottom: 0;
}
#mediaContainerTab{
    margin-bottom:20px;
}
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.4285;
    border: 1px solid #ddd;
    background-color:transparent;
    border-radius: 16px 16px 0 0;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    background-color: #eeeeee;
    border: 1px solid #dddddd;
    border-bottom-color: transparent;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #84C0B5;
}
#bs-example-navbar-collapse-1 .glyphicon-phone{
    padding-right:20px;
    padding-top:17px;
}


.tradeHolder{
    background-color:#eeeeee;
    padding:3px 10px;
}
h3.text-primary{
    padding-bottom:10px;
    border-bottom:2px solid #eee;
    margin-bottom:10px;
}

div.header {
    background-color: #ffffff;
}

#bs-example-navbar-collapse-1 {
    border-bottom: 1px solid #cccccc;
    background-color: #333333;
    color: #ffffff;
}

#bs-example-navbar-collapse-1 a{
  color: #ffffff;
}

#bs-example-navbar-collapse-1.nav > li > a:hover, .nav > li > a:focus {
    background-color: #333333;
}

#bs-example-navbar-collapse-1.nav > li > a:hover, .nav > li > a:hover {
    background-color: #333333;
}


.updates h3 {
    margin-top: 10px;
    padding-left: 25px;
}

#mainFooter h4 {
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 5px;
}

.carouselBack {
    min-height: 400px;
}

    .carouselBack h1 {
        font-size: 50px;
        width: 98%;
        color: #fff;
        font-family: Lobster;
        text-align: center;
        margin-top: 180px;
    }
    .carouselBack h2 {
        font-size: 50px;
        width: 98%;
        color: #fff;
        font-family: Lobster;
        text-align: center;
        margin-top: 230px;
    }

@media (max-width: 990px) {

      .carouselBack {
        min-height: 300px;
    }
   
     .carouselBack h1 {
        font-size: 30px;
        width: 98%;
        color: #fff;
        font-family: Lobster;
        text-align: center;
        margin-top: 120px;
    }

    .carouselBack h2 {
        font-size: 30px;
        width: 98%;
        color: #fff;
        font-family: Lobster;
        text-align: center;
        margin-top: 150px;
    }
     .homeProdContainer{
    border:1px solid #ececec;
    height:280px;
}

       .toplinks > li > a {
        padding: 15px 4px 10px 4px!important;
        font-size: 11px!important;
    }

    .MiniBasket {
        font-size:11px;
    }
    
}

.paddingTop5 {
    padding-top: 5px;
}

@media only screen and (max-width : 1200px) {

    .details span {
        font-size: 12px;
    }

    #diamond {
    width: 10px;
    height: 10px;
    background: #e2e2e2;
/* Rotate */
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
/* Rotate Origin */
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%;
    margin: -12px 0 10px 0;
}

    #diamond2 {
    width: 10px;
    height: 10px;
    background: #e2e2e2;
/* Rotate */
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
/* Rotate Origin */
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%;
    margin: -25px 0 10px 300px!important;
}



        .bannerBox2{
    text-transform:uppercase;
    text-align:center;
    padding:5px 0px 0px 0px;
    font-weight:bold;
    margin-top:5px;
    color:#606060;
    background-color:#ffffff;
}

    .navbar-nav > li > a {
        font-size: 13px;
    }

}

@media(max-width:767px) {
    .carouselBack h1 {
        font-size: 20px;
        width: 98%;
        color: #fff;
        font-family: Lobster;
        text-align: center;
        margin-top: 20px;
    }

    .carouselBack h2 {
        font-size: 20px;
        width: 98%;
        color: #fff;
        font-family: Lobster;
        text-align: center;
        margin-top: 30px;
    }

    .carouselBack {
    background-repeat: no-repeat;
background-position: top;

    }

    .carouselBack {
        min-height: 180px;
    }

    .paddingtop0 {
        margin-top: -8px;
    }

  
}
 .mdbutton {
        font-size: 13px;
        padding: 6px 8px;
    }

 .mdbutton:hover {
        font-size: 13px;
        padding: 6px 8px;
    }

 .mdbutton:focus {
        font-size: 13px;
        padding: 6px 8px;
    }

 .mdbutton:visited {
        font-size: 13px;
        padding: 6px 8px;
    }


.reorderbtn {
     font-size: 13px;
}

.topNavBar {
   
    background-color: #ececec
}

.paddingTop15 {
    padding-top: 15px;
}

.toplinks > li > a {
    padding: 15px 7px 10px 7px;
    color: #d44750!important;
}

.homeProdContainer .nameRow {
    height: 70px;
}

.paddingr0 {
    padding-right: 0px;
}

.fb-like {
    padding-top: 15px;
    bottom: 2px;
    width: 122px;
}

#diamond {
    width: 10px;
    height: 10px;
    background: #e2e2e2;
/* Rotate */
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
/* Rotate Origin */
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%;
    margin: -10px 0 10px 0;
}

#diamond2 {
    width: 10px;
    height: 10px;
    background: #e2e2e2;
/* Rotate */
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
/* Rotate Origin */
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%;
    margin: -25px 0 10px 370px;
}


.wasPrice{
    font-size: 12px;
}

p.stockmessage {
        font-size: 12px;
        height: 30px;

}
.carouselBack h1.text-right, .carouselBack h2.text-right {
    text-align: right;
}
.carouselBack h1.text-left, .carouselBack h2.text-left {
    text-align: left;
}
.sectionLinks a{
    display:block;
}
.sectionHeader {
    font-size: 16px;
    font-weight: bold;
    border-bottom: 2px solid #ccc;
    padding: 5px 0;
    margin-bottom: 5px;
}
.sectionLinks{
    margin-bottom:20px;
}
.landingPageText{
    position:absolute;
    top:0;
    text-align:center;
    width:100%;
}

.landingPageText small{
    font-size:0.8em;
}

    .landingPageText h1 {
        font-size: 50px;
        width: 98%;
        color: #fff;
        font-family: Lobster;
        text-align: center;
        margin-top: 100px;
    }
    .landingPageText h2 {
        font-size: 50px;
        width: 98%;
        color: #fff;
        font-family: Lobster;
        text-align: center;
        margin-top: 150px;
    }

@media (max-width: 990px) {

        .landingPageText h1 {
            font-size: 30px;
            width: 98%;
            color: #fff;
            font-family: Lobster;
            text-align: center;
            margin-top: 80px;
        }

        .landingPageText h2 {
            font-size: 30px;
            width: 98%;
            color: #fff;
            font-family: Lobster;
            text-align: center;
            margin-top: 80px;
        }
}
@media(max-width:767px) {
    .landingPageText h1 {
        font-size: 20px;
        width: 98%;
        color: #fff;
        font-family: Lobster;
        text-align: center;
        margin-top: 20px;
    }

    .landingPageText h2 {
        font-size: 20px;
        width: 98%;
        color: #fff;
        font-family: Lobster;
        text-align: center;
        margin-top: 30px;
    }

    }
  

.mBottom10{
    margin-bottom: 10px;
}

.fontSize10{
    font-size: 10px;
}
@media(max-width:992px) {
    .nav-tabs > li > a {
        font-size: 12px;
    }
}
.billingBoxes {
    height: 380px;
    padding: 0 10px 10px;
    border: 1px solid #ddd;
    margin-bottom: 30px;
}

#AddressChoose {
    margin-bottom: 10px;
}

.ui-menu-item {
    background: white;
}

    .ui-menu-item a strong {
        color: #84C0B5;
    }

    .ui-menu-item:hover {
        background: #84C0B5;
    }

        .ui-menu-item:hover a, .ui-menu-item:hover a:hover, .ui-menu-item:hover a strong {
            color: white;
        }

.sale-overlay {
    position: absolute;
    right: 15px;
    z-index: 9;
    top: 0px;
}


/*Vertical Carousel*/
.vertical .carousel-inner {
    height: 100%;
}

.carousel.vertical .item {
    -webkit-transition: 0.6s ease-in-out top;
    -moz-transition: 0.6s ease-in-out top;
    -ms-transition: 0.6s ease-in-out top;
    -o-transition: 0.6s ease-in-out top;
    transition: 0.6s ease-in-out top;
}

.carousel.vertical .active {
    top: 0;
}

.carousel.vertical .next {
    top: 200px;
}

.carousel.vertical .prev {
    top: -200px;
}

    .carousel.vertical .next.left,
    .carousel.vertical .prev.right {
        top: 0;
    }

.carousel.vertical .active.left {
    top: -200px;
}

.carousel.vertical .active.right {
    top: 200px;
}

.carousel.vertical .item {
    left: 0;
}

.prodImgHolder {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
}

.HoverAltImage img {
    margin: auto;
}

.HoverAltImage {
    position: absolute;
    top: 0;
    left: -100%;
    right: 100%;
    bottom: 0;
    max-width: 100%;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}

.prodImgHolder:hover .HoverAltImage {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -webkit-transition: 0.5s all;
    transition: 0.5s all;
}
a.dont-empty {
    color: #e65c6c;
}

a.do-empty {
    color: #84C0B5;
    float: right;
}
.fontSize12 {
    font-size: 12px;
}
.header-section {
    font-size: 24px;
    margin-bottom: 5px;
}
#google-reviews {
    margin: 10px 0 30px;
}
.image-container {
    position: relative;
}

.overlay_topleft {
    position: absolute;
    top: 0px;
    left: 18px;
    z-index: 5;
}

.overlay_topcenter {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
}

.overlay_bottomcenter {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
}

.overlay_middleleft {
    top: 50%;
    left: 18px;
    transform: translateY(-50%);
    z-index: 5;
    position: absolute;
}

.overlay_middlecenter {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    position: absolute;
}

.overlay_middleright {
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
    z-index: 5;
    position: absolute;
}

.overlay_topright {
    position: absolute;
    top: 0px;
    right: 18px;
    z-index: 5;
}

.overlay_bottomleft {
    position: absolute;
    bottom: 0px;
    left: 18px;
    z-index: 5;
}

.overlay_bottomright {
    position: absolute;
    bottom: 0px;
    right: 18px;
    z-index: 5;
}
@media(max-width:992px) {
    .Menu-Dropdown > .row {
        margin: 0;
    }

    .Menu-Dropdown > .row > div {
        background: white;
    }
}
@media (min-width:767px) and (max-width:992px) {
    .Menu-Dropdown > .row {
        padding:15px;
    }
}
.HoverAltImage img {
    width: 100%;
}

/*Carousel Styles*/
#AlternativeImagesScroll {
    height: 400px;
    overflow: hidden;
}

    #AlternativeImagesScroll .item {
        padding-bottom: 30px;
    }

@media(max-width:1200px) {
    #AlternativeImagesScroll {
        height: 329px;
        overflow: hidden;
    }

        #AlternativeImagesScroll .item {
            padding-bottom: 28px;
        }
}

.shop-button {
    text-align: center;
    position: absolute;
    bottom: 20px;
    right: 40%;
    left: 40%;
}

.homepage-carousel-holder {
    width: 100%;
    float: left;
    position: relative;
}

    .homepage-carousel-holder .carousel-button {
        position: absolute;
        bottom: 15px;
        text-align: center;
        width: 100%;
    }

.homepage-carousel .carousel-control {
    background-image: none;
    color: black;
    opacity: 1;
}

    .homepage-carousel .carousel-control span {
        top: 50%;
        transform: translateY(-50%);
        position: absolute;
    }

    .homepage-carousel .carousel-control.right {
        right: 15px;
    }

#AlternativeImagesScroll {
    width: 100%;
    float: left;
}
/*END of Carousel Styles*/
@media(max-width:767px) {
    .header {
        position: sticky;
        top: 0;
        box-shadow: 1px 1px 1px 1px #e2e2e2;
        z-index: 99;
    }

    .mobile-header-row {
        display: flex;
        flex-wrap: wrap;
    }

    .mobile-icons {
        padding: 0;
        align-self: center;
    }

    .mobile-header-row .mobile-icons:last-of-type {
        text-align: right;
    }

    .logo {
        padding: 15px 0;
        width: 100%;
        float: left;
    }

    .mobile-icons button {
        background-color: white;
        border: 0;
        display: inline-flex;
        flex-wrap: wrap;
        height: 30px;
        width: 30px;
        align-content: center;
        text-align: center;
        outline: none;
    }

        .mobile-icons button span {
            font-size: 18px;
            margin: auto;
        }

            .mobile-icons button span.fa-bars {
                font-size: 20px;
                margin: auto;
            }

        .mobile-icons button small {
            font-size: 6px;
            display: block;
            margin-top: -2px;
            width: 100%;
        }

    div#menuContainer {
        position: fixed;
        padding: 0;
        background: transparent;
        top: 0;
        left: 0;
        bottom: 0;
        height: 100%;
    }

    div#mobile-menu-nav {
        position: fixed;
        top: 0;
        width: 70%;
        bottom: 0;
        height: 100%;
        overflow: scroll;
        background-color: white;
        left: -70%;
        transition: 0.5s ease-in-out;
    }

        div#mobile-menu-nav.nav--active {
            left: 0;
        }

    .mobileMenuInside {
        list-style-type: none;
        padding-left: 0;
        width: 100%;
        float: left;
    }

    .mobileSearchSlide {
        padding: 0 15px;
    }

    .mobileLinkHead {
        font-weight: bold;
        padding: 10px 15px;
        display: block;
        border-bottom: 1px solid #eee;
        text-transform: uppercase;
        font-size: 14px;
    }

    .sub-navigation {
        display: none;
    }

    .mobileMenuInside li {
        width: 100%;
        display: block;
        float: left;
    }

        .mobileMenuInside li a {
            padding: 10px;
            width: 100%;
            display: block;
            float: left;
            margin: 0;
        }

    .sub-navigation {
        padding-left: 0;
        list-style-type: none;
    }

    .sectionLinks {
        display: none;
        width: 100%;
        float: left;
        padding-left: 30px;
        margin: 0;
    }

        .sectionLinks a {
            padding-left: 0;
        }

    .sectionHeader {
        font-size: 14px;
        font-weight: normal;
        border-bottom: 0;
        padding-left: 20px;
        margin: 0;
    }

    .categoryMain.activeMenu {
        border-left: 3px solid #84C0B5;
    }
}

#HomepageCarousel-Mobile h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 30px;
}

@media(max-width:767px) {
    .mobile-banners {
        display: none;
    }

    #HomepageCarousel-Mobile span.fa.fa-chevron-right {
        top: 45%;
        position: absolute;
        right: 15px;
    }

    #HomepageCarousel-Mobile span.fa.fa-chevron-left {
        top: 45%;
        position: absolute;
        left: 15px;
    }
}

.homepage-image {
    padding: 5px 0;
}

.btn.btn-success.mobile-btn {
    padding: 0px 12px;
    text-transform: uppercase;
}

.homepage-carousel-mobile {
    padding: 0;
}

.container {
    margin-top: 0 !important;
}

#MobileHeader-ConfidenceCarousel span.fa.fa-chevron-right {
    display: none;
}

#MobileHeader-ConfidenceCarousel span.fa.fa-chevron-left {
    display: none;
}

#MobileHeader-ConfidenceCarousel p {
    margin: 0 0 10px;
    background: black;
    padding: 5px 0;
    color: #fff;
}

.panel-body ul {
    padding: 0;
}

.panel-body li {
    list-style: none;
    padding: 10px 0;
}

.homepage-image .homepage-carousel-holder .carousel-button {
    position: absolute;
    bottom: 30px;
    text-align: left;
    width: 100%;
    padding: 0 15px;
}

    .homepage-image .homepage-carousel-holder .carousel-button h2:first-of-type {
        background: grey;
        color: #fff;
        font-size: 30px;
        padding: 0 10px;
        text-transform: uppercase;
    }

    .homepage-image .homepage-carousel-holder .carousel-button h2.blue {
        background: #84c0b5;
        color: #fff;
        font-size: 30px;
        padding: 0 10px;
        text-transform: uppercase;
    }

    .homepage-image .homepage-carousel-holder .carousel-button.third-box {
        bottom: 30px;
        text-align: center !important;
        padding: 0 15px;
        margin: auto;
    }

    .homepage-image .homepage-carousel-holder .carousel-button.fourth-box {
        bottom: 50%;
        text-align: center !important;
        padding: 0 15px;
        margin: auto;
    }

.homepage-image .mobile-btn {
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .panel-body .categoryMain:after {
        content: none;
        float: right;
        position: absolute;
        right: 15px;
        padding-top: 10px;
        font-family: FontAwesome;
        font-size: 12px;
    }
}

.category-homepage-section {
    padding: 0;
}

.panel-group .panel {
    border-radius: 0;
}

.panel-group {
    margin: 10px 0;
}

.panel-default {
    border-color: #bbb;
}

.panel-group .panel + .panel {
    margin-top: 0;
}

.homepage-image:first-of-type {
    padding: 0 0 10px;
}

.category-homepage-section .container {
    border: 1px solid #bbb;
    margin: 10px 0;
}

.panel-title em.fa.fa-chevron-down.left {
    display: block;
    float: right;
}

.panel-title a.collapsed:after {
    content: "\f078";
    float: right;
    position: absolute;
    right: 15px;
    padding-top: 5px;
    font-family: FontAwesome;
    font-size: 12px;
}

.panel-title a.panel-collapse in:after {
    content: "\f068";
    float: right;
    position: absolute;
    right: 15px;
    padding-top: 5px;
    font-family: FontAwesome;
    font-size: 12px;
}

.panel-title a:after {
    content: "\f068";
    float: right;
    position: absolute;
    right: 15px;
    padding-top: 5px;
    font-family: FontAwesome;
    font-size: 12px;
}

.panel-title {
    text-transform: uppercase;
}

.homepage-image img {
    margin: auto;
}

.homepage-carousel-holder img {
    margin: auto;
}

@media(min-width:415px) and (max-width:767px) {
    .homepage-image .homepage-carousel-holder .carousel-button {
        position: absolute;
        bottom: 30px;
        text-align: left;
        width: auto;
        padding: 0 15px;
        left: 25%;
    }
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 40px;
    right: 15px;
    z-index: 99;
    border: 1px solid #fff;
    outline: none;
    background-color: #000;
    color: white;
    cursor: pointer;
    padding: 8px 13px;
    border-radius: 50%;
    font-size: 22px;
}

    #myBtn:hover {
        background-color: #555;
        cursor: pointer;
    }

.homepage-carousel-holder .carousel-button {
    position: absolute;
    bottom: 50px;
    text-align: center;
    width: 100%;
}

.seo-text h1 {
    font-size: 14px;
}
.header-section {
    font-size: 24px;
    font-size: 30px;
    margin-bottom: 5px;
    text-align: center;
    color: #000;
}
.mobile-footer li {
    list-style: none;
    color: #fff;
}

.mobile-footer ul {
    padding: 0;
}

.mobile-footer {
    text-align: center;
    background: black;
    padding: 15px 0;
    color: #fff;
}

    .mobile-footer a {
        color: #fff;
    }

    .mobile-footer span {
        padding: 10px 0;
        text-transform: uppercase;
    }

#searchContainerMobile {
    display: none;
}

@media(min-width:767px){
#searchContainerMobile {
    display: none!important;
}
}
.sub-navigation-homepage .col-xs-4{
width:100%!important;
}