@font-face {
  font-family: 'gnuolane';
  src: url('../fonts/gnuolanerg.ttf'); 
}

/* Avenir Next Redeclaration */
@font-face {
  font-family: 'avenir-next';
  src:  url('../fonts/avenir-next-regular.eot');
  src:  url('../fonts/avenir-next-regular.eot') format('embedded-opentype'),
    url('../fonts/avenir-next-regular.ttf') format('truetype'),
    url('https://gojeeb.com/static/assets/fonts/avenir-next-regular.woff') format('woff'),
    url('../fonts/avenir-next-regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'sf';
  src:  url('https://gojeeb.com/static/assets/fonts/SanFranciscoText-Light.otf');
  font-weight: normal;
  font-style: normal;
}

html,body{
  margin:0;
  padding:0;
  height:100%;
  font-size:10pt;
  font-family: 'avenir-next';
  font-size: 10pt;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color:#54514f;
  /*background-color: #192231;*/
}

body{
  min-height: 100%;
  /*background-color: #192231;*/
}

/*Patrick's Changes Added Custom Clearfix hack for floated elements*/
.cf:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.cf { display: inline-block; }
/* start commented backslash hack \*/
* html .cf { height: 1%; }
.cf { display: block; }
/* close commented backslash hack */


/*Custom Icons*/
@font-face {
  font-family: 'icomoon';
  src:  url('https://gojeeb.com/static/assets/fonts/icomoon.eot');
  src:  url('https://gojeeb.com/static/assets/fonts/icomoon.eot') format('embedded-opentype'),
    url('../fonts/icomoon.ttf') format('truetype'),
    url('https://gojeeb.com/static/assets/fonts/icomoon.woff') format('woff'),
    url('https://gojeeb.com/static/assets/fonts/icomoon.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-custom-cart-icon:before {
  content: "\e900";
}
.icon-custom-cart-icon-2:before {
  content: "\e901";
}
.icon-cart-plus:before {
  content: "\e902";
  color: #3db39e;
}
.icon-cart-plus-1:before {
  content: "\e903";
}
.icon-cart-plus-3:before {
  content: "\e904";
}
.icon-custom-cart-icon-3:before {
  content: "\e905";
}

/*End*/

.main-container{
	padding:0;
	margin:0;
  margin-top: 71px;
  padding-bottom:260px;
}
.wrap-for-sticky-footer{
   min-height:100%;
   position:relative;
}
.main-container div{
	padding:0;
	margin:0;
}

.highlight-as-selected{
  color: #ebbf3a !important;
}

.index-container{
  width:100%;
  padding-bottom: 130px !important;
}
.footer-wrapper{
  width: 100%;
  background: #232f3f;
  position: absolute;
  bottom: 0px;
}
.main-container div img{
  transition: 0.3s ease-in-out;
}
.main-container .store-wrap-small img:hover{
  -webkit-box-shadow: 0px 1px 11px 0px rgba(247, 197, 88, 0.77);
  -moz-box-shadow:    0px 1px 11px 0px rgba(247, 197, 88, 0.77);
  box-shadow:         0px 1px 11px 0px rgba(247, 197, 88, 0.77);
}
.navbar{
	margin-bottom:0;
  /* font-family: 'Lato', sans-serif; */
  font-family: 'avenir-next';
 /* background: #e0ae11; 
  background: -moz-linear-gradient(top,  #e0ae11 0%, #e9ba30 100%); 
  background: -webkit-linear-gradient(top,  #e0ae11 0%,#e9ba30 100%); 
  background: linear-gradient(to bottom,  #e0ae11 0%,#e9ba30 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0ae11', endColorstr='#e9ba30',GradientType=0 ); 
*/  
  background: #232f3e;
  border-color: transparent;
  padding-top: 10px;
  padding-bottom: 27px;
}
.navbar-default .navbar-nav>li>a{
	color:#fff;
  font-size:11pt;
    text-transform: capitalize;
    cursor:pointer;
    -webkit-transition: background-color 300ms linear, color 300ms linear;
    -moz-transition: background-color 300ms linear, color 300ms linear;
    -o-transition: background-color 300ms linear, color 300ms linear;
    -ms-transition: background-color 300ms linear, color 300ms linear;
    transition: background-color 300ms linear, color 300ms linear;
}
.navbar-default .navbar-nav>li>a:hover{
  color:#ebbf3a !important;
}
.nav-bottom{
	height:60px;
	-webkit-box-shadow: 0px 3px 11px 0px rgba(27, 27, 27, 0.5);
	-moz-box-shadow:    0px 3px 11px 0px rgba(27, 27, 27, 0.5);
	box-shadow:         0px 3px 11px 0px rgba(27, 27, 27, 0.5);
  background:#ede9e8;
}
.index-search-wrapper{
  margin-right: -14px;
  position: absolute;
  margin-left: 90px;
}
.index-search-wrapper input[type=text]{
  border: none;
  border-radius: 3px;
  background: #fff;
  outline: none;
  height: 32px;
  margin-top: 14px;
  color: #1b1b1b;
  padding-right: 23px;
  padding-left: 6px;
  margin-right: 43px;
  width: 300px;
  border:solid 1px #e5e0dd;
}
.index-search-wrapper input[type=text]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #8a8a8a;
}
.index-search-wrapper input[type=text]::-moz-placeholder { /* Firefox 19+ */
  color: #8a8a8a;
}
.index-search-wrapper input[type=text]:-ms-input-placeholder { /* IE 10+ */
  color: #8a8a8a;
}
.index-search-wrapper input[type=text]:-moz-placeholder { /* Firefox 18- */
  color: #8a8a8a;
}

.ui-autocomplete { 
  z-index:2000 !important; 
}

.custom-srch-btn{
  width: 32px;
  height: 32px;
  position: absolute;
  margin-top: 14px;
  cursor: pointer;
  background-image: url(../img/search-icon.png);
  background-size: 32px 32px;
  margin-left: 266px;
}
.menu-borders{
	width: 1px;
  height: 19px;
  background: #525252;
  float: right;
  margin-top: -34px;
  display:none;
}
.index-sorting-wrap{
    width: 433px;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 9px;
}
.index-sorting-wrap ul li{
    list-style: none;
    float: left;
    margin-left: 31px;
    padding: 0;
}
.index-sorting-wrap ul li a{
    text-decoration: none;
    color: #b0b0b0;
    -webkit-transition: background-color 300ms linear, color 300ms linear;
    -moz-transition: background-color 300ms linear, color 300ms linear;
    -o-transition: background-color 300ms linear, color 300ms linear;
    -ms-transition: background-color 300ms linear, color 300ms linear;
    transition: background-color 300ms linear, color 300ms linear;
}
.index-sorting-wrap ul li a:hover{
    color:#edad49;
}
.index-sorting-wrap ul li a h4{
    font-weight: bold;
}
.index-sorting-wrap ul li a h4 .big-text{
    font-size:15pt;
}

.scroll-to-top{
    width: 50px;
    height: 50px;
    background: red;
    position: fixed;
    bottom: 30px;
    z-index: 99999;
    right: 30px;
    border-radius: 24px;
    display:none;
    cursor: pointer;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.7);
    -moz-box-shadow:    0px 3px 5px 0px rgba(50, 50, 50, 0.7);
    box-shadow:         0px 3px 5px 0px rgba(50, 50, 50, 0.7);
    display:none !important;
}
.store-wrap-small{
    background:#fff;
}

/* carousel */
.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:99999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}

.nbs-flexisel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-top:20px !important;
    margin-bottom:20px !important;
    margin-left:auto !important;
    margin-right:auto !important;
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:5px;
    cursor:pointer;
    position:relative;
    line-height:0px;
    overflow-y:hidden;
}

.nbs-flexisel-item img {
    max-width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width:30px;
    height:30px;   
    background-size: 32px 32px;
    position: absolute;
    cursor: pointer;
    z-index: 4;
    top:40%;
    color: #fff;     
}

.nbs-flexisel-nav-left {
    position: absolute;
    /*background: #fff;*/
    margin-top: -108px !important;
    height: 223px;
    background-image: url(https://gojeeb.com/static/assets/img/left-arrow.png);
    background-repeat: no-repeat;
    background-position-y: 99px
}
.nbs-flexisel-nav-left:before {
}
.nbs-flexisel-nav-left.disabled {
    opacity: 0.4;
}
.nbs-flexisel-nav-right {
    right: 0px !important;
    position: absolute;
    /*background: #fff;*/
    margin-top: -108px !important;
    height: 223px;
    background-image: url(../img/right-arrow.png);
    background-repeat: no-repeat;
    background-position-y: 99px;   
}
.nbs-flexisel-nav-right:before {
}
.nbs-flexisel-nav-right.disabled {
    opacity: 0.4;
}
.item-carou{
    width:100%;
    margin-top:20px;
    overflow:hidden;
}
/*.carousel-item{
  width: 100%;
  margin-top: 20px;
}*/
/* end carousel */
.page-logo{
    color: #edd92c !important;
    margin-top: 1px;
    float: left;
    font-size: 14pt;
}
.product-carousel-title{
    float:left;
    text-align:center;
    width:100%;
    margin-top:17px;
    text-transform: capitalize;
    color:#fff;
    font-weight:bold;
}


.bottom-footer ul li{
    list-style: none;
    float:left;
    color:#fff;
    margin-right: 33px;
    text-transform: capitalize;
}
.bottom-footer .bottom-footer-left-content{
    float:left;
    margin-left:-40px;
}
.bottom-footer .bottom-footer-right-content{
    float:right;
    margin-right:-34px
}
.bottom-footer .bottom-footer-right-content li{
    list-style: none;
    float:right;
    color:#fff;
    text-transform: capitalize;
}
.brand-header{
    margin-top: -79px;
    width: 100%;
    background: #eee;
    padding-top: 0px;
    z-index: 7;
    padding-bottom: 0px;
    position: fixed;
}
.back-to-brands{
    color:#1b1b1b;
    float:left;
    font-weight: bold;
    text-transform: uppercase;
    height:18px;
}
.back-to-brands i {
    font-size: 10pt;
    margin-top: 2px;
    float: right;
    margin-left: 5px;
    color:#edad49;
}
.store-name{
    color:#fffffa;
    float:left;
    font-weight: bold;
    text-align: center;
    width:100%;
    text-transform: uppercase;  
}
.modified-container{
    min-height: 600px;
    height: auto;
    margin-top: 86px;
    /* margin-top: 150px; */
    padding-bottom:100px;
}
.modified-customer-order-container{
    min-height: 600px;
    height: auto;
    margin-top: 130px;
    padding-bottom:260px;
}
.order-container{
    min-height: 600px;
    height: auto;
    margin-top: 130px;
    margin-bottom:50px;
}
.element-item{
    width:20%;
    padding:10px;
}
.element-item .item-name{
    color:#373737;
    text-transform: uppercase;
    margin-top:10px;
}
.element-item .item-lining{
    margin-top: -5px;
    margin-bottom: 5px;
}
#leftsidebar-border {
    width: 33px;
    height: 100%;
    position: fixed;
    background: #eee;
    z-index: 8;
    top: 108px;
    /* margin-top: -31px; */
    /*overflow-x: hidden;*/
    /* display: none; */
    /*display:none;*/
 }
 #rightsidebar-border {
    width: 33px;
    height: 100%;
    position: fixed;
    background: #eee;
    z-index: 7;
    top: 30px;
    /* margin-top: -31px; */
    right:0;
  /*display:none;*/
 }

.left-border-text-wrap{
   /* width: 33px;
    width: 50px;
    height: 50px;*/
    cursor: pointer;
    margin-top: 100px;

    /*background-size: 33px 185px;
    background:#1b1b1b;
    background-image:Url('../img/filter-bg.png');
    background-size: 40px 40px;
    background-repeat: no-repeat;
    background-position: 3px 4px;
    position: absolute;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    -webkit-box-shadow: 1px 3px 10px 0px rgba(0, 0, 0, 0.54);
    -moz-box-shadow:    1px 3px 10px 0px rgba(0, 0, 0, 0.54);
    box-shadow:         1px 3px 10px 0px rgba(0, 0, 0, 0.54);*/
}
.left-border-text-wrap .gif-arrow{
    width: 14px;
    height: 14px;
    margin-left: 10px;
    background-image: Url('../img/basic/red-arrow-right.gif');
    background-size: 14px 14px;
    margin-top: 44px;
}
.left-border-text-wrap h4{
    width: 100%;
    float: left;
    margin-left: -59px;
    margin-top: 87px;
    color: #edad49;
    font-size: 10pt;
    cursor: pointer;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.left-border-text-wrap h4:hover{
  color:#fff;
}

#leftsidebar-filter {
    width: 200px;
    height: 100%;
    position: fixed;
    background: #373737;
    z-index: 9;
    margin-top: -31px;
    overflow-x: hidden;
    display: none;
    margin-left: 32px;
 }
 #leftsidebar-filter ul li{
    color:#fff;
    cursor: pointer;
    list-style: none;
 }
 #leftsidebar-filter ul{
    margin-left:-34px;
 }
 
.hovereffect {
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: pointer;
  background: #ddd1be;
}

.hovereffect .overlay {

  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  padding: 20px 20px;
}
.overlay .product-name{
    font-size:13pt;
    color:#252525;
    text-align: left;
    text-transform: uppercase;
}
.overlay .product-price{
    text-align: left;
    text-transform: uppercase;
    font-size:12pt;
    color:#252525;
}
.hovereffect img {
  position: relative;
  max-width: none;
  width: calc(100% + 20px);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-10px,0,0);
  transform: translate3d(-10px,0,0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.hovereffect:hover img {
  opacity: 0.4;
  filter: alpha(opacity=40);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hovereffect h2 {
  text-transform: uppercase;
  color: #252525;
  text-align: center;
  position: relative;
  font-size: 17px;
  overflow: hidden;
  padding: 0.5em 0;
  background-color: transparent;
}

.hovereffect h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  content: '';
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0);
}

.hovereffect:hover h2:after {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.hovereffect a, .hovereffect p {
  color: #FFF;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
  padding-left: 0;
  text-decoration: none;
}
.hovereffect:hover a, .hovereffect:hover p {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.overlay .cart-logo{
    width:45px;
    height:45px;
    background:#d9cebc;
    background-image: url('../img/cart-logo.png');
    border:solid 1px #c7bba9;
    background-size:45px 45px;
    float:left;
    margin-left:-60px;
}
.overlay h2{
    margin-top:-200px;
}
.hovereffect:hover .overlay .cart-logo{
    margin-left:0;
}
.hovereffect:hover .overlay h2{
    margin-top:0;
}
.product-details-body{
    background:#e2e2e2;
}
.product-details-content{
    min-height: 100px;
    height: auto;
    overflow: auto;
    margin-left: auto;
    margin-top: 531px;
    margin-right: auto;
    text-align: center;
    padding:0;
}
.product-detail-title{
  color:#2e2e2c;
  padding:0;
}
.product-detail-price{
  color:#fff;
  background:#f9b143;
  font-size:15pt;
  padding:3px;
  padding-left:7px;
  padding-right:7px;
}
.product-detail-price span{
  margin-left:10px;
}
button.accordion {
  cursor: pointer;
  width: 300px;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  text-align: center;
  background:transparent;
  margin-top: 10px;
}
div.panel {
  padding: 0 18px;
  width: 100%;
  max-height: 0;
  transition: 0.6s ease-in-out;
  opacity: 0;
}
div.panel.show {
  display: block;   opacity: 1;
  min-height: 100px;
  height:auto;
  background: none;
  padding-top:10px;
}
button.accordion:after {
  content: '\02795';
  font-size: 13px;
  color: #777;
  float: right;
  margin-left: 5px;
}
button.accordion.active:after {
  content: "\2796";
}
.review-wrap ul{
  padding:0;
  margin-left: auto;
  margin-right: auto;
  text-align:center;
  width: 250px;
}
.review-wrap{
  float: left;
  width: 100%;
  display:none;
}
.review-wrap ul li{
  width:25px;
  height:25px;
  float:left;
  list-style: none;
  margin-right: 24px;
  background-image: url('../img/star.png');
  background-size: 25px 25px;
}
.review-wrap .title{
    width: 100%;
    text-align: center;
    text-transform: capitalize;
    font-weight: bold;
    float: left;
    margin-top: 9px;
    font-size: 12pt;
}
.review-wrap .location{
    width: 100%;
    text-align: center;
    text-transform: capitalize;
    float: left;
}
.panel {
     -webkit-box-shadow: none; 
     box-shadow:none; 
}
.main-cart{
    width: 30px;
    height: 30px;
    /*background-image: url(../img/cart-logo-main.png);*/
    /*background-size: 40px 40px;*/
    /*background-position-y: -5px;*/
    margin-top: 0;
    margin-right: 17px;
    position: absolute;
    right: 0;
}
.main-cart:before {
  position: absolute;
  font-family: 'FontAwesome';
  font-size: 14pt;
  color: #f7f7f7;
  top: 0;
  left: 10px;
  content: "\f07a";
}
.main-cart span{
    background: #e93d30;
    color: #fff;
    position: absolute;
    margin-left: 22px !important;
    margin-top: -5px;  
    font-size: 7pt;
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 4px;
    padding-bottom: 4px;
}
.remove-padding{
  padding:0;
}
.cart-item{
  color: #565759;
  border-bottom: solid 1px #d3d3d3;
  padding-bottom: 10px;
  padding-top: 10px;
}
.remove-from-cart{
  position: absolute;
  width: 20px;
  height: 20px;
  margin-top: 1px;
  margin-left: 13px;
  background: #fd3c3c;
  background-image: url(../img/basic/delete-cross.png);
  background-size: 8px 8px;
  background-repeat: no-repeat;
  background-position-x: 6px;
  background-position-y: 6px;
  border-radius: 13px;
  cursor: pointer;
  margin-left: -12px;
}
.cart-price{
  padding-left:37px;
  margin-top: 10px;

}
.cart-description{
  text-align: justify;
  text-transform: capitalize;
  font-size: 13px;
  padding-left: 37px;
  margin-bottom: 10px;
}
.item-cart-custm-wrap{
  padding-top: 0px;
  float: left;
  width: 100%;
  margin-top: -11px;
}
/*custom select */
.select-style {
    padding: 0;
    margin: 0;
    width: 66px;
    padding-left: 17px;
    border-radius: 3px;
    overflow: hidden;
    background-color: transparent;
    float: left;
    margin-top: -5px;
    margin-left: 9px;
}


.select-style select {
    padding: 5px 8px;
    width: 130%;
    border: none;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    text-transform: capitalize;
}
.select-style select:focus {
    outline: none;
}
.drop-down-icon{
    width: 17px;
    height: 17px;
    margin-left: -16px;
    margin-top: 5px;
    background-image: url('../img/basic/expand-button.png');
    background-size: 17px 17px;
    position: absolute;
}
/*end */
.cart-item-custm-title{
  float:left;
  font-weight: bold;
  margin-left:36px;
}
.cart-customization-right-pos{
  float:right;
}
.total-in-cart{
  padding-top: 10px;
}
.total-in-cart div span,.total-in-cart div p{
  text-transform: uppercase;
  font-weight: bold;
}
.total-in-cart div .text-right{
  float:right;
}
.total-in-cart div .text-center{
  text-align: center;
}
.total-in-cart div .cart-button{
  cursor: pointer;
  background: #6f838e;
  color: #fff;
  border: solid 1px #5d707b;
  padding-left:15px;
  padding-right:15px;
  /*Patrick Changes Bigger clear button cart*/
  padding-top: 15px;
  padding-bottom: 15px;
  /*End*/
  border-radius: 3px;
}
.total-in-cart div .clear-cart-button{
  background: #f35949;
  margin-right: 15px;
  border: solid 1px red;
}
.continue-shopping-wrap{
  border-top:solid 1px #d3d3d3;
  margin-top: 6px;
  padding-bottom:100px;
}
.continue-shopping-wrap h4,.continue-shopping-wrap h4 a{
  font-weight: bold;
  cursor: pointer;
  color:#58595b;
  text-decoration: none;
}
.cart-title div h3{
  font-weight:bold;
  text-transform: uppercase;
}
.cart-title div h3 span{
  color:#6f838e;
}
.cart-title{
  border-bottom:solid 1px #d3d3d3;
  padding-bottom:10px;
  margin-bottom:10px;
}
.cart-container{
  margin-top:60px;
}
.billing-address-wrap{
  margin-top:200px;
  min-height: 500px;
  height:auto;
}
.billing-address-wrap-anonymus{
  display:none;
  margin-top: -59px;
}
.billing-address-wrap-instore-pickup{
  display:none;
  margin-top: -59px;
}
.the-cart-container{
  min-height: 500px !important;
  height:auto;
  /*margin-top: -59px;*/
}
.static-page-title{
  text-transform: uppercase;
}
.static-page-title span{
  color: #6f838e;
}
.static-page-title span a{
  text-decoration: none;
  color:#a3c728;
}
.static-page-container{
  margin-top:90px;
  color:#4c4d4e;
  min-height:500px;
  height:auto;
  /* padding-bottom: 330px; */
  padding-bottom: 200px;
}
.static-page-container .static--content-section{
  margin-top:40px;
  text-align: justify;
  font-size: 10pt;
}
.static-page-container .static--content-section ol{
  padding:0;
}
.static-page-container .static--content-section ol li{
  list-style: none;
  margin-bottom:9px;
}
.static-page-container .static--content-section h4{
  font-weight:bold;
  margin-bottom:20px;
}
.in-out-orders4title{
  width:150px;
}
.in-out-orders-title h3{
  text-align: center;
  padding-top: 14px;
  padding-bottom: 13px;
  cursor: pointer;
  font-size: 11pt;
  margin-top: 0px;
}
.orders-title h3{
  background:#FFF;
}
.products-title h3,.promotions-title h3,.performance-title h3,.history-title h3{
  color:#999999;
}

.dashboard-table{
  font-size:9pt;
}
.table-word-wrapping {
  white-space: normal !important;
}
.cap-text{
  text-transform: uppercase;
}
.driver-collected-text{
  color:#33caba;
  font-weight: bold;
  font-size:10pt;
  margin-top: 20px;
}
.driver-waiting-text{
  color:#e05125;
  font-weight: bold;
  font-size:10pt;
}
.dashboard-table-margin{
  margin-top:20px;
  float:left;
}
.dashboard-table thead tr th p{
  font-weight: bold;
  text-align:center;
  white-space: nowrap;
}
.dashboard-table tbody tr td p{
  text-align: center;
}
.dash-products{
  display:none;
}
.dashboard-img-wrap{
  width:80px;
}
.dashboard-img-wrap img {
  margin-left:auto;
  margin-right:auto;
}
.static-page-title{
  margin-top:20px;
  float:left;
  width: 100%;
}
.static-page-title .action{
  float:right;
  color:#333;
}
.static-page-title .action-2{
  float:right;
}
.static-page-title .action-2 a{
  text-decoration: none;
  color: #656565 !important;
  margin: 0 1px;
}

/* Patrick's Changes Actions Alignment */
.flex-action-alignment {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* End */

/*accept-order.png*/
.order-action-wrap{
  float: right;
  cursor: pointer;
  background-size: 26px 26px;
  margin-left: 13px;
  font-size: 10pt;
  color: #504fb0;
}
.expand-button{
  margin-right: 8px;
  margin-top: -5px;
  border-radius: 2px;
  color: #5e727d;
  transition: 0.2s ease-in-out;
}
.expand-button:hover{
  background: #4b5767;
  color: #fff;
  cursor: pointer;
}
/*Patrick's Changes Custom Admin Buttons Orders Section*/
.accept-button{
  padding-top: 6px;
  padding-bottom: 5px;
  padding-left: 6px;
  padding-right: 6px;
  margin-right: 8px;
  margin-top: -5px;
  border-radius: 2px;
  color: #49c428;
  transition: 0.2s ease-in-out;
}
.accept-button:hover{
  background: #49c428;
  color: #fff;
  cursor: pointer;
}
/* Expand Button Segregated Class Extensions*/
a.order-expand {
  text-decoration: none !important;
  color: #4c4d4e;
  display: flex;
  align-items: center;
}
.patrick-custom-expand-button {
    background-color: #5e727d;
    padding: 6px;
    border-radius: 2px;
    color: white;
    margin: 0 10px;
    text-decoration: none;
    margin-left: 0px;
}
/* End */

/*Accept Button Class Extensions*/
.patrick-custom-accept {
    padding: 6px;
    color: white;
    background-color: #49c428;
    transition: 0.2s ease-in-out;
    margin: 0;  
    margin-left: 10px;
    margin-right: 10px;
}
.patrick-custom-accept:hover {
  background-color: #43b525;
}
/*End*/

/*Patrick's Changes Add new Product custom Button*/
.patrick-custom-product-save {
  color: white;
  background-color: #49c428;
  border: none;
  outline: none;
  transition: 0.2s ease-in-out;
}
.patrick-custom-product-save:hover {
  background-color: #43b525;
  color: white;
}
/*End*/

.decline-button{
  padding-top: 6px;
  padding-bottom: 5px;
  padding-left: 6px;
  padding-right: 6px;
  margin-right: 8px;
  margin-top: -5px;
  border-radius: 2px;
  color: #e93d30;
  transition: 0.2s ease-in-out;
}
.decline-button:hover{
  background: #d44136;
  color: #fff;
  cursor: pointer;
}
.delete-button{
  padding-top: 6px;
  padding-bottom: 5px;
  padding-left: 6px;
  padding-right: 6px;
  margin-right: 8px;
  margin-top: -5px;
  border-radius: 2px;
  color: #e93d30;
  transition: 0.2s ease-in-out;
}
.delete-button:hover{
  background: #e93d30;
  color: #fff;
  cursor: pointer;
}


/* Decline Class Extensions */
.patrick-custom-decline {
  padding: 6px;
  color: white;
  background-color: #e93d30;
  margin: 0;
}
/* End */

.pickup-button{
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  margin-right: 8px;
  margin-top: -5px;
  border-radius: 2px;
  color: #3735a3;
  transition: 0.2s ease-in-out;
}
.pickup-button:hover{
  background: #3735a3;
  color: #fff;
  cursor: pointer;
}
/*End*/

/*Pickup Class Extensions*/
.patrick-custom-pickup-button {
  color: white;
  transition: 0.2s ease-in-out;
  background-color: #5e727d;
  padding: 8px;
  margin: 0;
}

.patrick-custom-pickup-button:hover {
  background-color: #4b5767;
  color: white;
}
/*End*/

.edit-button{
  padding: 4px;
  padding-top: 6px;
  padding-bottom: 5px;
  padding-left: 6px;
  padding-right: 6px;
  margin-right: 8px;
  margin-top: -5px;
  border-radius: 2px;
  color: #3735a3;
  transition: 0.2s ease-in-out;
  text-decoration: none;
}
.edit-button:hover{
  background: #3735a3;
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}

/*Patrick's Changes Custom Edit and Delete Button Class Extensions*/
.patrick-custom-edit {
    background-color: #3bb49c;
    color: white;
    transition: all .2s ease;
    margin: 0;
    margin-right: 10px;
}
.patrick-custom-edit:hover {
  background-color: #228874;
}

.patrick-custom-delete {
  background-color: #e93d30;
  color: white;
  transition: all .2s ease;
  margin: 0;
}

.patrick-custom-delete:hover {
  background-color: #d44136;
}
/*End*/

.order-action-accept1{
  float:right;
  margin-top:-5px;
}
.order-action-accept{
  background-image: url('../img/basic/accept-order.png');
}
.order-action-edit{
  background-image: url('../img/basic/edit-order.png');
}
.decline-action-accept{
  background-image: url('../img/basic/decline-order.png');
}
.dashboard-head-title{
  text-align: center;
  font-size: 17pt;
  margin-top: 16px;
  color: #33b5e5;
}
.dash-orders{
   margin-top: 20px;
}

.dashboard-tab {
    height: 43px;
    width: 100%;
    position: fixed;
    z-index: 11;
    margin-top: -23px;
    -webkit-box-shadow: 0px 3px 11px 0px rgba(27, 27, 27, 0.5);
    -moz-box-shadow: 0px 3px 11px 0px rgba(27, 27, 27, 0.5);
    box-shadow: 0px 3px 11px 0px rgba(27, 27, 27, 0.5);
    background: #ede9e8;
}
.order-toggel-content{
  display:none;
  background:#f5f5f4;
}
.toggler th p,.toggler td p{
  padding-top:10px;
}
.toggler{
  padding-top:20px;
  cursor: pointer;
      -webkit-transition: background-color 300ms linear, color 300ms linear;
    -moz-transition: background-color 300ms linear, color 300ms linear;
    -o-transition: background-color 300ms linear, color 300ms linear;
    -ms-transition: background-color 300ms linear, color 300ms linear;
    transition: background-color 300ms linear, color 300ms linear;
}
.toggler:hover{
  background:#ffefdc;
}
.toggler i{
  color:#fd9f00;
}
.dashboard-table-content{
  border-top:0;
}
.accordion-wrap{
  float:left;
  width:100%;
}

.card.blockfix {
  display: block;
}

.card-header h5{
  padding: 14px;
  padding-left: 0;
  border-bottom: solid 1px #eaeae9;
  margin-bottom: 0;
  margin-top: 0;
}
.card-header h5 a{
  color:#4c4d4e;
  text-decoration: none;
}
/* Patrick's Changes Custom Admin Buttons Orders Section*/
.card-header h5 a span{
  margin-left: 30px;
  font-size: 10pt;
  padding: 4px;
  color: white;
  border-radius: 2px;
  padding-top: 6px;
  padding-bottom: 5px;
  padding-left: 6px;
  padding-right: 6px;
  margin-right: 8px;
  margin-top: -5px;
  transition: 0.2s ease-in-out;
  background-color: #5e727d;
}
.card-header h5 a span:hover{
  background: #232f3f;
  color:#fff;
  cursor: pointer;
}
.card-header h5 a:focus{
  color:#6f898e;
}
.card-header h5 a:focus .card-header h5{
  background:#333;
}

/* End */

/*Customer card-header*/
.card-header-customer h5{
  padding: 0px;
  padding-left: 0;
  border-bottom: solid 1px #eaeae9;
  margin-bottom: 0;
  margin-top: 0;
}
.card-header-customer h5 a{
  color:#4c4d4e;
  text-decoration: none;
}
.card-header-customer h5 a span{
  margin-left: 30px;
  font-size: 10pt;
  padding: 4px;
  color: #8baebb;
  border-radius: 2px;
  padding-top: 6px;
  padding-bottom: 5px;
  padding-left: 6px;
  padding-right: 6px;
  margin-right: 8px;
  margin-top: -5px;
  transition: 0.2s ease-in-out;
}
.card-header-customer h5 a span:hover{
  background:#33b5e5;
  color:#fff;
  cursor: pointer;
}

.card-header-customer h5 a:focus{
  color:#6f898e;
}

.card-header-customer h5 a:focus .card-header-customer h5{
  background:#333;
}

.order-map-block{
  margin-bottom: 20px;
}

.text-align-left{
  text-align: left !important;
}

/* Tracking Page Patrick's Changes*/
/*Prodyct Specifications Styling*/
.bolded-specs {
  font-weight: bold;
}
.bolded-specs:before {
  padding-right: 10px;
}

/*End*/

.text-align-right{
  text-align: right !important;
}

.dash-empty-page{
    background: #f8f8f8;
    padding: 13px;
    font-size: 9pt;
    text-transform: uppercase;
    color:#808080;
}

.dash-empty-page-all-products{
    background: #f8f8f8;
    padding: 13px;
    font-size: 9pt;
    text-transform: uppercase;
    color:#808080;
    margin-top: 65px;
}

.dash-empty-page-all-products-store-manager{
    margin-top: -17px;
    float: left;
    width: 100%;
}

.product-name{
    text-transform: capitalize;
    margin-top: 3px;
    color: #6f6f6f;
    font-size: 13px;
    /* font-weight: bold; */
    margin-bottom: 0;
    float: left;
    width: 100%;
    word-wrap: break-word;
}

.product-price{
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0px;
  font-size: 9pt;
  color: #84878f;
}

.image-thumbnail-background{
    width: 100%;
    min-height: 150px;
    height: auto;
    /*background: #f6f6f6;*/
    overflow-y: hidden;
    /*border-radius: 5px;*/
}
/* View Store Page */
  .grid {
    display: flex;
    flex-wrap: wrap;
  }
/* End */

.first-last-initial{
    font-size: 50pt;
    background: #f8f8f8;
    text-align: center;
    padding: 32px;
    float: left;
    font-weight: bold;
}

.profile-info h4{
  font-size: 9pt;
  font-weight: bold;
  color:#333;
  margin-top:2px;
}

.profile-lining{
  height: 1px;
  background: #333;
  margin-top: 50px;
  margin-bottom: 50px;
}

.customer-profile-address-title{
  margin-top:0;
  font-size:bold;
}

/*Patrick's Changes Pills Alignment on Desktop and Mobile Breakpoints*/
.pills-flex-container {
  display: flex;
  flex-direction: row; 
}
/*End*/

.nav-pills li {
  margin-right: 24px;
  font-weight: bold;
  /*Patrick Custom Nav Pills Padding Alignment */
  margin-left: 0px !important;
  padding: 5px 0;
}

.nav-pills li a {
  color:#333;
  padding: 8px 8px;
  transition: all .2s ease;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #5e727d;
}

.admin-space-title{
  text-transform: uppercase;
}

.isotop-no-item-display{
  display:none;
}

.product-details-wrapper{
  margin-top:120px !important;
}

.panel-prod-detail{
  background:#f8f8f8;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
  background-color:#f8f8f8;
}

.pro-img-list{
  margin-top:10px;
}

.pro-img-list a img{
  width:80px;
  height:80px;
  float:left;
  margin-right:10px;
  border: solid 1px #eee;
}



.pro-img-details img{
  width:100%;
  height:100%;
  margin-top:12px;
    border: solid 1px #eee;
}
.pro-d-title{
  text-transform: uppercase;
}
.p-thumb{
  width:70px;
  height:70px;
  margin-right:20px;
}
.p-thumb img{
  width:70px;
  height:70px;
}
.nav-tabs li a{
  color:#333;
  text-decoration: none;
}
.products-title{
  text-transform: uppercase;
  margin-top: 0px;
}

.all-items-container{
  margin-top:137px;
}

.all-items-title{
  color:#1b1b1b;
  float: left;
  margin-top: 10px;
}

.specific-brand{
  color: #fff;
  margin-top: 9px;
  float: left;
  text-transform: capitalize;
  margin-left: 52px;
}

.profile-info div h4{
  width:100%;
  float:left;
  height:13px;
}

.loading-ajax-wrap{
  margin-right: auto;
  margin-left: auto;
  left: 0;
  right: 0;
  color: #000;
  margin-top: 234px;
  width: 224px;
  padding-right: 19px;
  padding-top: 10px;
  padding-bottom: 6px;
  position: fixed;
  background: #000;
  -webkit-box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.54);
  -moz-box-shadow:    0px 3px 13px 0px rgba(0, 0, 0, 0.54);
  box-shadow:         0px 3px 13px 0px rgba(0, 0, 0, 0.54);
  /*display:none;*/
}
.loading-ajax-wrap .load-logo{
  height: 30px;
  width:30px;
  float:right;
  background-image: url('../img/loading-ajax.gif');
  background-size: 30px 30px;
}
.loading-ajax-wrap p {
float:right;
margin-right:10px;
margin-top:6px;
color:#fff;
}
.fullscreen-loading,.fullscreen-loading-checkout,.fullscreen-loading-storedash{
width:100%;
height:100%;
top:0;
left:0;
background:rgba(0,0,0,0.7);
z-index:10;
position: fixed;
display:none;
}

.everypage-loading{
/*width:100%;*/
width:0;
height:100%;
top:0;
left:0;
background:rgba(255,255,255,0.4);
z-index: 9991;
position: fixed;
display:none;
}

.everypage-loading .everypage-loading-ajax-wrap {
  margin-right: auto;
  margin-left: auto;
  left: 0;
  right: 0;
  color: #000;
  margin-top: 234px;
  width: 60px;
  height: 60px;
  padding-right: 19px;
  padding-top: 10px;
  padding-bottom: 6px;
  position: fixed;
}
.everypage-loading .everypage-loading-ajax-wrap .load-logo{
  height: 32px;
  width: 111px;
  margin-left: auto;
  margin-right: auto;
  float: left;
  margin-top: -210px;
  background: #fefce9;
  background-image: url(../img/facebook-loading.gif);
  background-size: 20px 20px;
  background-position-x: 84px;
  background-position-y: 5px;
  background-repeat: no-repeat;
  border: solid 1px #e5c307;
  padding-left: 10px;
  padding-top: 6px;
  font-weight: bold;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.75);
}


.everypage-alert{
/*width:100%;*/
width:0;
height:100%;
top:0;
left:0;
background:rgba(255,255,255,0.4);
z-index: 9991;
position: fixed;
display:none;
}

.everypage-alert .everypage-alert-ajax-wrap {

  right: 146px;
  color: #000;
  margin-bottom: -166px;
  bottom: 0;
  width: 60px;
  height: 60px;
  padding-right: 19px;
  padding-top: 10px;
  padding-bottom: 6px;
  position: fixed;
}
.everypage-alert .everypage-alert-ajax-wrap .load-logo{
  min-height: 32px;
  padding-bottom: 10px;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  float: left;
  margin-top: -210px;
  background: rgba(232,96,55,0.9);
  padding-right:20px;
  /* background-image: url(../img/facebook-loading.gif); */
  background-size: 20px 20px;
  background-position-x: 84px;
  background-position-y: 5px;
  background-repeat: no-repeat;
  border: solid 1px #a73310;
  padding-left: 10px;
  padding-top: 6px;
  font-weight: bold;
  color: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.75);
  box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.75);
}
.everypage-alert .everypage-alert-ajax-wrap .load-logo p {
font-weight: lighter;
float:left;
}
.everypage-alert-close{
  position: absolute;
  width: 12px;
  height: 12px;
  margin-top: 0;
  right: 0;
  margin-right: -134px;
  background-image: url(../img/alert-close-button.png);
  background-size: 12px 12px;
  background-repeat: no-repeat;
  cursor: pointer;
}

.login-background{
  width:100%;
  height:100%;
  top:0;
  left:0;
  background:rgba(0,0,0,0.7);
  z-index:-1;
  position: fixed;
}
.login-background-overlay{
  width:100%;
  height:100%;
  top:0;
  left:0;
  background:rgba(0,0,0,0.8);
  z-index:1;
  position: fixed;
}
.login-background iframe{
  width:100%;
  height:100%;
}

.delivery-timing-sel-input select{
  width:120px;
  height:31px;
  border:solid 1px #ddd;
  outline: none;
  float:left;
  margin-right:20px;
  text-align: center;
}

.delivery-timing-sel-input span{
  float:left;
  margin-top: 7px;
  margin-right: 20px;
}
.delivery-time-wrap{
    border-bottom: solid 1px #d3d3d3;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #ececec;
    padding-left: 20px;
}
.cart-total{
  margin-left:39px;
}

.insurance-amount{
  margin-left:39px;
}
.cart-prod-img{
  width:140px;
  margin-top:9px;
}
.cart-item-custm-title,.cart-item-custm-select{
  float:left;
}
.cart-item-custm-select{
    width: 70px;
    height: 31px;
    border: solid 1px #ddd;
    outline: none;
    float: left;
    margin-left: 12px;
    text-align: center;
    margin-top: -6px;
}
.cart-continue-shop{
  float:left;
  margin-top:20px;
}
.cart-continue-shop a{
  text-decoration: none;
  color: #337ab7;
  font-weight: bold;
  cursor: pointer;
}
.cart-continue-shop a:hover{
  color: #3a5f7e;
}
.static-page-title{
  margin-bottom:40px;
}
.static-page-title-all-products{
  margin-bottom:20px ! important;
}
.light-font{
  font-weight: normal;
}
.inside-store-title {
    text-align: center;
    margin-top: 19px;
    text-transform: uppercase;
    color:#1b1b1b;
    font-weight: bold;
}
.store-details-img-wrap{
  width: 365px;
  height: 365px;
  background:#f7f7f7;
  float:left;
  overflow: hidden;
}
.img-thumbnail-wrap{
  height: 334px;
  width: 67px;
  position: absolute;
  z-index:2;
  margin-top: 16px;
  margin-left: -80px;
}
.img-thumbnail-wrap ul{
  padding:0;
}
.img-thumbnail-wrap ul li{
  padding: 0;
  /* padding-bottom: 19px; */
  list-style: none;
  width: 66px;
  height: 66px;
  margin-bottom: 10px;
  /* background: #f7f7f7; */
  overflow: auto;
  overflow: hidden;

}
.store-details-img-wrap  .big-img-details{
    margin-top: 0;
    z-index: 0 ;
    width: 364px;
}
.store-details-info{
    float: left;
    min-height: 364px;
    height:auto;
}
.store-details-name{
  margin-top: 0px;
  font-size: 19pt;
  font-weight: bold;
  color:#6f838e;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.store-details-price{
  margin-top: -1px;
  font-size: 12pt;
  margin-bottom: -11px;
}
.store-details-desc{
  margin-top:20px;
}
.add-to-cart-bag{
  cursor: pointer;
  float: left;
  min-width: 113px;
  padding-top: 8px;
  padding-bottom: 7px;
  text-align: center;
  border-radius: 2px;
  font-size: 11pt;
  overflow-x: none;
  color: #fff;
  /*Fixes*/
  background: #ddce6f;
  transition: all .2s ease-in-out;
  outline: none;
}

.add-to-cart-bag:hover {
  background:#e8d769;
  border-color: transparent !important;
}

/* Standardize Cart Buttons*/
/*.add-to-cart-bag:active {
  outline:none;
  outline: 0;
}
*/
.add-to-cart-bag:focus, .add-to-cart-bag:active:focus {
  outline: 0 none;
}
.add-to-cart-bag:focus,
.add-to-cart-bag:active,
.add-to-cart {
  outline: 0 none;
  color: #fff;
  background-color: #ddce6f;
  border-color: transparent !important;
}

.add-to-cart-bag.add-to-cart-button:hover {
  color: white;
  background-color: #37988c;
}
.add-to-cart-bag.add-to-cart-button:active {
  background-color: #6f838e;
  color: white;
}

/*End Standardize Cart Buttons*/


.custom-breadcrum{
  margin-bottom:20px;
  text-transform: uppercase;
  margin-left:0;
  margin-top: 20px;
}
.product-details-breadcrum ul{
  margin-left: -41px;
}
.product-details-breadcrum ul li {
  float:left;
  list-style: none;
  margin-right:5px;
  color:#333;
}
.product-details-breadcrum ul li a{
  color:#333;
  text-decoration: none;
}
.product-details-breadcrum ul li a:hover{
  color:#edad49;
}
.product-details-breadcrum ul li span{
  color:#b7b7b7;
}

.review-container{
  float: left;
  margin-bottom: 4px;
  background: #f5f5f5;
  padding: 15px;
  border: solid 1px #f1f1f1;
  margin-bottom: 10px;
}
.review-container p{
  word-wrap: break-word;
}
.user-review-name{
  text-transform: capitalize;
  color: #4a4a4a;
  font-weight: bold;
  font-size: 13pt;
  margin-top: 3px;
}
.user-review-content{
  margin-top: 1px;
  margin-left: 0px;
  color: #707070;
  float: left;
}
.review-title{
  margin-top:30px;
}
.review-button{
  border-bottom:solid 1px #eee;
  padding-bottom: 10px;
  font-weight:bold;
  color:#a1a1a1;
  margin-bottom:20px;
  cursor: pointer;
}
.review-title a{
  text-decoration: none;
  cursor: pointer;
}
.bottom-spacing{
  width:100%;
  height:100px;
  float:left;
}
#notification-count{
  background: #e93d30;
  margin-top: -4px;
  margin-left: 79px !important;
  font-size: 6pt;
  padding-left: 7px;
  padding-right: 6px;
  padding-top: 4px;
  padding-bottom: 4px;

}
.dashboard-notification-count{
  margin-left:84px !important;
}
.time-of-review{
  color: #7e7e7e;
  float: left;
  margin-top: -8px;
  font-size: 9pt;
  width: 100%;
}
.fullscreen-index-loading{
  width:100%;
  height:100%;
  top:0;
  left:0;
  right: 0;
  bottom: 0;
  background:rgba(0,0,0,0.9);
  /*background:rgba(255,255,255,0.8);*/
  z-index:10;
  position: fixed;
  /*display:none;*/
}
.fullscreen-index-loading-categories{
  width:100%;
  height:100%;
  top:0;
  left:0;
  bottom: 0;
  right: 0;
  background:rgba(0,0,0,0.9);
  /*background:rgba(255,255,255,0.8);*/
  z-index:10;
  position: fixed;
  /*display:none;*/
  display: block;
}

.fullscreen-index-loading .loading-ajax-wrap{
  /* margin-top:20%;
  width:186px; */
}
.fullscreen-block-content{
  width:100%;
  height:100%;
  top:0;
  left:0;
  background:#eee;
  z-index:9;
  position: fixed;
}

.products-filters-wrap{
  min-height: 40px;
  height: auto;
}
.products-filters-wrap label{
  color: #000;
  margin-left: 10px;
  margin-top: 4px;
  float: left;
  font-size: 8pt;
}

.unselected-color {
    border: none;
}

.selected-color {
  -webkit-box-shadow:0 0 20px blue; 
  -moz-box-shadow: 0 0 20px blue;
  box-shadow:0 0 20px blue;
}

.sel-lan{
  float: left;
  margin-top: 14px;
  border-radius: 0;
  width: 75px;
  border: solid 1px #414040;
  background: none;
  color: #1b1b1b;
  height: 28px;
  padding: 4px;
  margin-right: 18px;
  outline: none;
  margin-left: 13px;
}
.select-language-dropdown {
  float: left;
  margin-top: -5px;
  border-radius: 5px;
  width: 75px;
  border: none;
  background: none;
  color: #fff;
  height: 28px;
  padding: 4px;
  margin-right: 18px;
  outline: none;
  margin-left: 13px;
  font-size: 9pt;
  text-transform: capitalize;
}
.select-language-dropdown ul li a{
  color:#252525 !important;
}
.dropdown-position {
  margin-right: 15px !important;
  min-width: 90px !important;
}
.dropdown-position li a{
  margin-top:0 !important;
}
.check-language-padding {
  padding-right: 3px;
}
.caret-language-padding {
  padding-right: 3px;
  margin-top: 3px;
}
.arabic-language-text {
  padding-left: 22px !important;
}
.english-language-text {
  padding-left: 5px !important;
}

.contact-us-text{
  font-size: 10pt;
  margin-top: 7px;
}
.contact-us-header-container{
  margin-top:100px;
}
.modal-header{
    background: #5e727d;
    color: #fff;
}
.modal-footer {
    background: #5e727d;
}
.modal-title{
    font-size: 11pt;
    text-transform: uppercase;
}
.add-to-cart-spec-price{
  font-size:13pt;
}
.modal-cus-button{
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 9pt;
    cursor: pointer;
    margin-top: -4px;
    background: #d2dadf;
    color: #5e727d;
    font-weight: bold;
    transition: 0.2s ease-in-out;
    text-transform: uppercase;
}
.cart-shop-name{
    padding-left: 37px;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 1px;
    margin-top: 6px;
}
.cart-shop-name a{
    color: #6f838e;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 30px;
    margin-top: 11px;
    margin-bottom: 16px;
    float: left;
    width: 100%;
}
.empty-cart-msg{
  background: #f8f8f8;
  padding: 13px;
  font-size: 9pt;
  text-transform: uppercase;
  color: #808080;
  margin-top: 30px;
  border: solid 1px #e7e6e6;
  display:none;
}
.openstore-agreement-msg,
.openstore-validation-msg,
.feedback-validation-msg,
.contact-us-validation-msg,
.login-validation-msg,
.register-validation-msg{
  background: #fff4f4;
  padding: 13px;
  font-size: 9pt;
  text-transform: uppercase;
  color: #ff5f5f;
  margin-top: 30px;
  border: solid 1px #ffd5d5;
  display:none !important;
}
.login-validation-msg{
  background: #fff4f4;
  padding: 13px;
  font-size: 9pt;
  text-transform: uppercase;
  color: #ff5f5f;
  margin-top: 30px;
  border: solid 1px #ffd5d5;
  display:none;
}
.validation-msg{
  background: #fff4f4;
  padding: 13px;
  font-size: 9pt;
  text-transform: uppercase;
  color: #ff5f5f;
  margin-top: 18px;
  border: solid 1px #ffd5d5;
  border-radius: 3px;
  display: none;
}
.username-warning-too-short,
.error-phone-verification,
.username-warning-taken,
.invalid-login{
    background: #fff4f4;
    padding: 11px;
    text-align: center;
    font-size: 8pt;
    text-transform: uppercase;
    color: #ff5f5f;
    border: solid 1px #ffd5d5;
    margin-top: -14px;
    display:none;
}
.custom-mobile-verform{
  display: none;
}
.custom-mobile-verform-oncheckout{
  display: none;
  border: solid 1px #eee;
  padding: 16px;
}
.cart-email-invalid{
  float:left;
  margin-top:10px;
  color:#d73e36;
  width:100%;
  display:none !important;
}
.invalid-login{
  background: #fff4f4;
  padding: 4px;
  text-align: center;
  font-size: 8pt;
  text-transform: uppercase;
  color: #ff5f5f;
  border: solid 1px #ffd5d5;
}
.username-success{
  background: #dff5b0;
  padding: 11px;
  text-align: center;
  font-size: 8pt;
  text-transform: uppercase;
  color: #749430;
  border: solid 1px #749430;
  margin-top: -14px;
}
.checkout-reg-status{
  margin-top: 15px;
  display:none;
}
.store-application-review{
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    width: 500px;
    background: #fafbf5;
    text-align: center;
    padding: 40px;
    border: solid 1px #e8ebd1;
}
.store-application-review h2{
  text-transform: uppercase;
  color:#727847;
}
.registration-on-cart,.login-on-cart{
    text-transform: uppercase;
    cursor: pointer;
    margin-left:20px;

}
.registration-on-cart-button{
  text-transform: uppercase;
  cursor: pointer;
  color: #337ab7;
  font-weight: bold;
}
.registration-on-cart-button:hover{
  color:#3a5f7e;
}
.login-on-cart {
  color: #337ab7;
  font-weight: bold;
}
.login-on-cart:hover{
  color: #3a5f7e;
}
.login-cart-button {
  margin-left:0;
}
.register-wrap{
  display:none;
}
.login-on-cart{
  display:none;
}
.search-container{
  margin-top:92px !important;
}
.search-title{
  border-bottom: solid 3px #ececec;
  padding-bottom: 13px;
  color:#8c9097;
  font-size: 11pt;
  padding-left: 15px;
}
.search-res-wrap{
  padding:0;
}
.search-res-wrap li{
  min-height: 50px;
  height: auto;
  overflow: auto;
  list-style: none;
  border-bottom: solid 1px #f4f4f4;
  padding-bottom: 10px;
  padding-top: 10px;
  margin-bottom: 14px;
}

.search-res-wrap .search-res-desc{
  color:#353535;
  margin-bottom: 3px;
  float: left;
  width: 100%;

}
.search-res-wrap li img{
  float:left;
  width:80px;
  height:80px;
  margin-bottom: 13px;
}
.search-info{
  padding-left:20px;
}
.search-info .search-res-title{
  padding-bottom: 0px;
  padding-left: 0;
  color: #232f3e;
  text-transform: uppercase;
  float: left;
  width: 100%;
}
.search-info .price-shop{
  margin-bottom:2px;
  color:#959696;
  font-size:9pt;
  float: left;
  width: 100%;
}
.no-search-result{
  background: #f8f8f8;
  padding: 13px;
  font-size: 9pt;
  text-transform: uppercase;
  color: #808080;
  margin-top: 30px;
  border: solid 1px #e7e6e6;
}
.order-page-status-wait{
  color:#8a8a8a;
}
.order-page-stat-brand{
  text-transform: uppercase;
  font-weight: bold;
}
.page-order-status{
  background:#f5f5f5;
  padding: 12px;
}
.order-page-map{
  margin-bottom:10px;
}
.order-page-title{
  text-transform: uppercase;
  padding-left:0;
  margin-left: -7px;
}
.order-page-title span{
  color:#6f838e;
}
.order-page-title span a{
  text-decoration: none;
  color:#a3c728;
}
.order-page-gmaps{
  width:100% !important; 
  height:300px !important;
}
.all-products-per-cat-title{
    width: 100%;
    float: left;
    margin-bottom: 14px;
    margin-top:14px;
}
.all-products-per-cat-title p{
    width: 97%;
    background: #f4f4f4;
    padding: 13px;
    font-size: 11pt;
    text-transform: uppercase;
    color: #1b1b1b;
    margin-left: auto;
    margin-right: auto;
    border-left: solid 4px #bbb;
}
.filters-products-wrapper{
  padding-top:6px;
}
.hide-sidebar-button-wrap{
  width: 100%;
  height: 50px;
  float: left;
}
.hide-sidebar-button-wrap .close-button{
    width: 20px;
    height: 20px;
    float: right;
    margin-right: 7px;
    margin-top: 8px;
    background: #464646;
    background-image: url(../img/basic/delete-cross.png);
    background-size: 11px 11px;
    background-repeat: no-repeat;
    background-position-x: 4px;
    background-position-y: 4px;
    cursor: pointer;
}
.filtering-drop-down{
    height: 27px;
    border: none;
    background: none;
    color: #000;
    background: #fff;
    margin-left: 10px;
    text-align: center;
    outline: none;
    float: left;
    width: 100%;
    margin-bottom: 9px;
}
.filtering-drop-down option{
  color:#edad49 !important;
}
.filtering-search{
    height: 27px;
    border: solid 1px #edad49;
    background: none;
    color: #edad49;
    float:left;
    outline:none;
    padding-left: 6px;
}
.actions-header{
  margin-top:150px !important;
}
.notification_box{
  min-height:800px;
  height: auto;
  overflow: auto;
}

.csrf-hidden-form{
  display: none;
}
.card-type{
  text-transform: uppercase;
  background: #eee;
  padding: 5px;
  border: solid 2px #3688dd;
  color: #3688dd;
}
.card-label{
  text-transform: uppercase;
}
.card-validation{
  color:#edad49;
}

.dashboard-container{
  min-height:800px;
  height:auto;
  margin-top: 95px;
}

.nofic-tr{
  background:#fff !important;
}
.notification-sender{
  font-weight: bold !important;
  text-transform: capitalize;
}
.notification-date{
  font-size: 9pt;
  color:#828284;
  font-weight: 500;
}
.notification-mark-as-read{
    float: right;
    margin-left: 5px;
    font-size: 9pt;
    text-transform: uppercase;
    color: #7e7e7e;
    cursor: pointer;
    font-weight: bold;
}
.delete-select-offer:hover , .notification-mark-as-read:hover{
  color:#edad49;
}
.delete-select-offer , .notification-mark-as-read{
  margin-top:5px;
}
.notification-mark-as-read:hover{
  text-decoration: none;
}
.notification_box{
  margin-top:130px;

}
.payment-d-wrap{
  width:350px;
  height:400px;
  background:red;
}
.card-de-wrap{
    background: #f5f5f5;
    padding: 20px;
    height: auto;
    overflow: auto;
    margin-bottom: 20px;
    border: solid 1px #e9e9e9;
    -webkit-box-shadow: 0px 3px 13px 0px rgba(196, 196, 196, 0.45);
    -moz-box-shadow:    0px 3px 13px 0px rgba(196, 196, 196, 0.45);
    box-shadow:         0px 3px 13px 0px rgba(196, 196, 196, 0.45);
}
.pcard-type{
    width: 55px;
    height: 33px;
    position: absolute;
    background-image: url(https://gojeeb.com/static/assets/img/nocard.png);
    background-size: 55px 33px;
    background-position-x: 1px;
}
.cart-number{
  padding-left:56px;
}
.card-details-title{
  color:#646464;
}
.notic-checkbox{
  margin-right:50px;
  float:left;
  margin-top:20px;
}
.notification-message{
  float:left;
  margin-left:20px;
  cursor: pointer;
}
.notification-date{
  float:left;
  margin-left:30px;
  cursor: pointer;
}
.delete-select-offer{
    float: right;
    margin-left: 5px;
    font-size: 9pt;
    text-transform: uppercase;
    color: #7e7e7e;
    cursor: pointer;
    font-weight: bold;
}
.notif-title{
  /* Removed Margin */
  /* margin-left:10px; */
  margin-left: 0px;
}

/* Patrick's Changes  */
  .custom-notification-style {
    margin-right: 0px;
    padding: 10px;
    border: none;
    margin: 0px;
  }

  .flex-align-notif {
    display: flex; 
    align-items: center;
    justify-content: space-between;
  }
/* End */

.pagination-button{
  cursor: pointer;
  text-transform: capitalize;
  color:#ebbf3a;
  /*font-weight:bold;*/
}
.pagination-button:hover{
  color:#33b5e5;
}
.change-img-button{
  text-transform: uppercase;
}
.item-with-qty{
  width: 60px;
  float: right;
  margin-right: 0;
  height: 25px;
  margin-top: -1px;
}

.item-qty-label{
    float: none;
    margin-top: 0;
    margin-right: 5px;
    font-size: 9pt;
    /*
      Default
      height: 35px;
      padding-top: 4px;
    */
}
.dashboard-static-page-title{
    padding-top: 0;
    padding-bottom: 10px;
    font-size: 11pt;
    border-bottom: solid 8px #5e727d;
}

/*Patrick's Changes Admin Side Products Manager*/
.product-manager-flex-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}


/* Patrick's Changes Switches Scrollbar to the top*/
.table-responsive.table-responsive-float.flipped-table, .flipped {
    transform:rotateX(180deg);
    -ms-transform:rotateX(180deg); /* IE 9 */
    -webkit-transform:rotateX(180deg); /* Safari and Chrome */
}
/*End*/

/*Order History Admin*/
.nav-tabs {
  margin-bottom: 10px;
}
/*End*/

.order-collapse{
  background:#fefff4 !important;
}
.customer-order-collapse{
  background: #edad49 !important;
}
.store-dashboard-title{
  color: #fff;
}
.dashboard-incoming-order-detail{
  margin-bottom:5px;
  background:red;
}
.dashboard-incoming-order-detail-oid{
  font-size:11pt;
}
.order-customer-detail{
  color: #565656 !important;
  font-weight: lighter !important;
  margin-top: 4px;
  margin-bottom: 0px;
  font-size: 10pt;
}
.selected-colors{
  margin-bottom: 5px;
  text-align: center;
  width: 86px;
}
.edit-product-category{
  height:135px !important;
}
.edit-product-button{
    font-size: 10pt;
    color: #8baebb;
    text-decoration: none;
    cursor: pointer;
    margin-top:10px;
    float:left;
}
.admin-edit-img-gal{
  height:120px;
}
.editAddSpecBtn{
  float:right;
  font-size: 10pt !important;
  color: #8baebb !important;
  margin-top:-2px;
}
.update-prod-no-spec-stat{
  color: #b2b2b2;
  float:left;
}
.specification-value{
  width:80px;
}
.spec-table-data{
  float: left;
  margin-top: 8px;
  margin-right: 12px;
  text-transform: capitalize;
}
.edit-product-button-cancel-specs{
  margin-right:10px;
}
.edit-product-button-create-new-spec{
  float:right;
  margin-bottom:10px;
}
.specs-select-list{
  margin-top:-38px;
  margin-bottom:120px;
}
.sel-specs-title{
  margin-top: 20px !important;
  float: left;
}
.sel-extra-specs{
    margin-bottom: 18px;
}
.no-colors-chosen-span{
  color: #b5b5b5;
}
.toggle-login{
  display:none;
}
.login-close-button{
  color:#edad49 !important;
}
.login-background-overlay-custom{
  width:100%;
  height:100%;
  top:0;
  left:0;
  background:rgba(0,0,0,0.7);
  z-index: 9999;
  position: fixed;
  display: none;

}
/*Patrick's Changes Modal Flex Container for modal alignment issues*/

.login-background-overlay-custom .login-wrap{
    width: 45%;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    /* margin: 50px auto; */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.modal-flex-container {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-direction: column;
    background: #fff;
}
/*End*/


.login-background-overlay-custom .login-wrap .modal-header{
  background:#fff;
  color:#222;
}
.login-background-overlay-custom .login-wrap .modal-header h4{
  font-size:19px;
}
.login-background-overlay-custom .login-wrap .modal-header .close{
  color: #222;
  font-size: 43px;
  font-weight: 100;
  margin-top: -16px;
}
.login-background-overlay-custom .login-wrap input[type=text],
.login-background-overlay-custom .login-wrap input[type=password],
.login-background-overlay-custom .login-wrap input[type=email]{
  border-radius: 3px;
  margin-bottom: 25px;
  font-size: 19px;
  height: 100%;
  color: #222;
  padding: 10px;
}
.login-background-overlay-custom .custom-login-button{
  cursor: pointer;
  background: #1b1b1b;
  width: 100%;
  border: 0;
  padding: 10px 15px;
  color: #ffffff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  color: #edad49;
}
.login-background-overlay-custom .custom-login-button button{
  border:none;
  background:none;
}
.login-background-overlay-custom .custom-login form .modal-footer{
  background:#fff;
}
#customer-signup-form .modal-footer{
  background:#fff;
}
.cus-login-title{
  margin-bottom: 18px;
  text-align: left;
  font-size: 19px;
}
.cus-log-close-button{
    width: 30px;
    height: 30px;
    background: #bf1111;
    float: right;
    right: 0;
    margin-top: -44px;
    margin-right: -44px;
    background-image: url(../img/basic/delete-cross.png);
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position-y: 7px;
    background-position-x: 7px;
    border-radius: 19px;
    cursor: pointer;
}
.custom-registration,.custom-mobile-verification{
  display:none;
}
.success-verify-account-signin{
  cursor: pointer;
}
.success-verify-account-signin:hover{
  color: #3a5f7e;
}
.phone-verification-msg{
  margin-top: -10px;
  margin-bottom: 20px;
  float: left;
}
.phone-verification-success{
  width: 100%;
  height: 200px;
  float: left;
  text-align: center;
  display: none;
}
.phone-verification-success-oncheckout{
  display: none;
  border:solid 1px #eee;
  padding:16px;
}
.verifiying-code-loader{
  margin-bottom: 10px;
  float:left;
  display: none;
}
.retype-number{
  float: right;
  font-weight: bold;
  color: #caba57;
  cursor: pointer;
}
.procesing-phone-incheckout{
  width:100%;
  float:left;
}
.error-phone-code{
  text-transform: uppercase;
  float: left;
  width: 100%;
  background: #fff4f4;
  padding: 11px;
  text-align: center;
  margin-top: 10px;
  font-size: 8pt;
  text-transform: uppercase;
  color: #ff5f5f;
  margin-bottom: 10px;
  border: solid 1px #ffd5d5;
  display: none;
}

.resending-code-loader-oncheckout{
  display: none;
}



.verifiying-code-loader-oncheckout{
  margin-top:10px;
}
.phone-verification-success h1{
  text-align: center;
  margin-top: 79px;
  float: left;
  width: 100%;
  color:#49c428;
  margin-bottom: 20px;
}
.phone-verification-msg span{
  color:#3a5f7e;
  cursor: pointer;
  margin-left: 10px;
}
.login-reg-condition{
  cursor: pointer;
  margin-bottom: -3px;
  font-size: 19px;
}
.login-reg-condition:hover{
  color:#3a5f7e;
}

.logreg-custom-main-padding .custom-login #customer-log-form .custom-modal-content-wrap,
.custom-registration #customer-signup-form .custom-modal-content-wrap{
  padding-left: 0;
  padding-right: 0;
  padding-top:20px;
  padding-bottom:20px;
}
.logreg-custom-main-padding .custom-modal-content-wrap{
  padding-left: 0;
  padding-right: 0;
  padding-top:20px;
  padding-bottom:0;
}
.login-background-overlay-custom .qatar-number-code{
  font-size: 19px;
}
.login-background-overlay-custom .cust-phone{
  padding-left: 65px !important;
}
.logreg-custom-main-padding .modal-header,.logreg-custom-main-padding .modal-footer{
  padding:0;
  padding-bottom:10px;
}

.register-background-overlay-custom{
  width:100%;
  height:100%;
  top:0;
  left:0;
  background:rgba(0,0,0,0.7);
  z-index:9999;
  position: fixed;
  display: none;
}

.register-background-overlay-custom .regform-wrap{
  width: 45%;
  padding: 10px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  margin: 50px auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.register-background-overlay-custom .regform-wrap .modal-header{
  background:#fff;
  color:#222;
}
.register-background-overlay-custom .regform-wrap .modal-header h4{
  font-size:19px;
}
.register-background-overlay-custom .regform-wrap .modal-header .close{
  color:#222;
  font-size:30px;
  margin-top: -7px;
}
.register-background-overlay-custom .regform-wrap .modal-footer{
  background:#fff;
}
.register-background-overlay-custom .regform-wrap input[type=text],.register-background-overlay-custom .regform-wrap input[type=password]{
  border-radius: 3px;
  margin-bottom: 25px;
  font-size: 19px;
  padding: 10px;
  height: 100%;
  color: #222;
}
.register-background-overlay-custom .custom-register-button{
  cursor: pointer;
  background: #1b1b1b;
  width: 100%;
  border: 0;
  padding: 10px 15px;
  color: #ffffff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  color: #edad49;
}
.register-background-overlay-custom .custom-register-button button{
    border: none;
    background: none;
}
.logreg-custom-main-padding{
  padding:30px;
}
.list-of-all-stores{
    float: left;
    color: #1b1b1b;
    text-transform: uppercase;
    margin-top: 18px;
    cursor: pointer;
}
.list-of-all-stores-dropdown{
    margin-top: 20px;
    float: left;
    top: 25px !important;
    /*height: 350px;*/
    overflow-y: auto;
    color: #000;
    border-radius: 0;
    /*width: 200px;*/
    /*padding-top: 13px;*/
    background: rgba(237,233,232,1);
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.list-of-all-stores-dropdown li a{
  color:#1b1b1b;
}

.error-msg {
  display: none;
  text-transform: uppercase;
  margin-top: 10px;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.error-email {
    background: #fff4f4;
    padding: 11px;
    text-align: center;
    font-size: 8pt;
    text-transform: uppercase;
    color: #ff5f5f;
    border: solid 1px #ffd5d5;
    display:none !important;
}
.success-email {
    background: #dff5b0;
    padding: 11px;
    text-align: center;
    font-size: 8pt;
    text-transform: uppercase;
    color: #749430;
    border: solid 1px #749430;
    margin-top: -14px;
    display:none !important;
}
.success-email-open-store{
    background: #dff5b0;
    padding: 11px;
    text-align: center;
    font-size: 8pt;
    text-transform: uppercase;
    color: #749430;
    border: solid 1px #749430;
    display:none !important;
}
.success-change-password,.success-change-notifications{
    background: #dff5b0;
    padding: 11px;
    text-align: center;
    font-size: 8pt;
    text-transform: uppercase;
    color: #749430;
    border: solid 1px #749430;
    margin-top: -14px;
    display:none;
}
.error-current-pass,.password-not-match {
    background: #fff4f4;
    padding: 11px;
    text-align: center;
    font-size: 8pt;
    text-transform: uppercase;
    color: #ff5f5f;
    border: solid 1px #ffd5d5;
    display:none;
}
.btn-guest {
  color:#FFF;
  margin-left: 38%;
}
.dash-promotions{
  display: none;
}
.photobanner img{
  width:200px;
  height:200px;
}
.limited-stock{
  background: rgba(243,210,112,0.5)!important;
  border:solid 1px #e4b836;
  color: #000;
  padding: 5px;
  position: absolute;
  margin-top: -98px;
}
.limited-stock-store-details{
  background: #dfddbd !important;
  color: #686532;
  padding: 5px;
  margin-bottom:10px;
}
.mobile-cart{
  border: none;
  float: left;
  width: 0;
  background: red;
  margin-left: 30px;
  margin-top: 15px;
  padding: 0;
}
.default-image-gal,.appended-image-gal{
  margin-bottom:20px;
}
.appended-image-gal{
  float:left;
  width:100%;
}
.gallery-titles{
 background:red;
  float: left;
  width: 100%;
  padding: 5px;
  padding-left: 17px;
  padding-right: 17px;
  text-transform: uppercase;
  color: #000;
  background: #f8f8f8;
  border: solid 1px #e7e6e6;
  font-weight: 700;
}
.gallery-titles span{
 margin-left: 10px;
 cursor:pointer;
 color:#8baebb;
 float:right;
}
.img-upload-color{
  display:none;
  margin-top:10px;
}
.img-edit-color{
  margin-top:10px;
  width:100px;
  height:100px;
}
.qatar-number-code{
  position: absolute;
  margin-top: 9px;
  margin-left: 8px;
  border-right: solid 1px #969696;
  padding-right: 5px;
}
.modal-number-code {
  margin-top: 12px;
}
.store-mobile, .register-phone-number,.shipping-phone,.shipping-phone-2,.cust-phone,.contact-phone-number,.feedback-phone-number{
  padding-left: 50px;
}
.error-email-login{
  margin-top:-12px;
}
.prod-quantity-limit-indicator{
  background: #f8e6e6 !important;
  color: #be6c6c;
  padding: 10px;
  margin-top: 20px;
  float: left;
  margin-bottom: 10px;
  width: 100%;
  border: solid 1px #e3b0b0;
}
.profile-wrapper{
  margin-top: 50px;
}
.color-swatch{
  cursor: pointer;
}
.pagination{
  color:#337ab7;
}
.categofies-checkbox-text{
  text-transform: capitalize;
  cursor: pointer;
  font-size: 11pt;
  font-weight: 500;
  margin-bottom:10px;
}


.category-checkbox{
  display:none;
}

.category-checkbox + .categofies-checkbox-text span {
    display: inline-block;
    width: 13px;
    height: 13px;
    margin: -4px 4px 0 0;
    vertical-align: middle;
    background: url(https://gojeeb.com/static/assets/img/check_radio_sheet.png) left top no-repeat;
    background-position-x: 0px;
    background-position-y: -2px;
    background-size: 85px;
    border-radius: 2px;
    cursor: pointer;

}

.category-checkbox:checked + .categofies-checkbox-text span {
    background: url(https://gojeeb.com/static/assets/img/check_radio_sheet.png) -21px top no-repeat;
    border-radius: 2px;
    background-position-y: -2px;
    background-position-x: -19px;
    background-size: 70px;
}

/* SIDE BAR */
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 8;
    top: 0;
    left: 0;
    background-color: #373737;
    overflow-x: hidden;
    transition: 0.5s;
    margin-top: 76px;
    padding-top: 60px;
    -webkit-box-shadow: 1px 0px 9px 0px rgba(185, 153, 2, 0.28);
    -moz-box-shadow:    1px 0px 9px 0px rgba(185, 153, 2, 0.28);
    box-shadow:         1px 0px 9px 0px rgba(185, 153, 2, 0.28);
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s
}

.sidenav a:hover, .offcanvas a:focus{
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}
#main {
    transition: margin-left .5s;
    transition: 0.4s ease-in-out;
    /*padding: 16px;*/
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
.leftsidebar-filter-chck-wrap{
  color:#fff;
  padding-left: 30px;
  display:none;
}
.sidebar-onopen-loading{
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.6);
  z-index: 8;
  position: fixed;
  display:none;
}
.leftsidebar-filter-chck-wrap ul li {
  list-style: none;
  text-transform: capitalize;
  cursor: pointer;
  margin-bottom:10px;
  font-weight: 500px
}
.leftsidebar-filter-chck-wrap ul li:hover{
  color:#6adaf3;
}
.leftsidebar-filter-chck-wrap ul {
  padding:0;
}
/* END SIDE BAR */
.log-number-code{
  display:none;
}
.invalid-login-msg{
  /*float:left;*/
  /*margin-top:15px !important;*/
}
.checkout-backtocart{
  margin-bottom: -30px;
  font-weight: bold;
  font-size: 13pt;
}
.checkout-backtocart a{
  text-decoration: none;
  color: #337ab7;
  font-weight: bold;
  cursor: pointer;
}
.checkout-backtocart a:hover{
  color: #3a5f7e;
}
.delivery-time-tomorrow{
  display:none;
}
.mobile-navbar-toggle{
  float: right;
  margin-right: 0px;
  width: 47px;
  height: 49px;
  margin-top: 0;
  margin-bottom: 0;
  border-radius: 0;
  background: #1a222e;
  border: 0;
}
.mobile-navbar-toggle .icon-bar{
  background-color:#fff !important;
}
.mobile-navbar-toggle:hover,.mobile-navbar-toggle:focus{
  background:#6e8591 !important;
}
.mobile-search-cart{
  float: left;
  margin-top: -5px;
  margin-left: 0;
  /*display:none;*/
}
.mobile-cart{
  position: absolute;
  right: 0px;
  margin-top: 66px;
  margin-right: -7px;
  display:none;
}
.mobile-search-cart a .main-cart{
  margin-top: 16px;
  margin-right: 65px;
}
.admin-history-container{
  margin-top:20px;
}
.all-products-container{
  margin-top:20px;
}
.dash-history{
  display: none;
}
.missing-stock-value{
  border: solid 4px #bf1111;
}
.mismatch-subtotal{
  background: #fff2ef;
  border: solid 1px #f0846f;
}
.cart-on-webview li{
    list-style:none;
}
.store-account-settings-title{
  background: #f8f8f8;
  padding: 13px;
  font-size: 16pt;
  text-transform: uppercase;
  color: #808080;
  margin-top: 30px;
  border: solid 1px #e7e6e6;
  text-transform: uppercase;

  /* Patrick Commented Out Margin-top for reset in main container*/
  /*margin-top:100px;*/
  margin-top: 0px;
}
/*Patrick's Changes Manage Users Section*/
/*Table Overflow in Manage Other Users Section inside Admin Space Fix for Mobile Devices*/
.patrick-overflow-fix {
  overflow-x: scroll;
}

/*Base Style Sizes*/
.btn.btn-warning.patrick-custom-unsuspend, .btn.btn-warning.patrick-custom-suspend {
  padding: 4px 4px;
  border: none;
  border-color: transparent !important;
  transition: all .2s ease;
}

.btn.btn-danger.patrick-custom-delete {
  padding: 4px 4px;
  border: none;
  border-color: transparent !important;
  transition: all .2s ease;
}

/*End*/

/*Custom Cancel Save Buttons*/
.patrick-cancel-button, .patrick-save-button {
  border: none;
}
.patrick-save-button {
  background-color: #49c428;
  color: white;
  transition: all .2s ease;
  border-radius: 2px;
  font-size: 12px;
}
.patrick-save-button:hover {
  background-color: #43b525;
  color:white;
}
.patrick-cancel-button {
  background-color: #e93d30;
  color: white;
  transition: all .2s ease;
  border-radius: 2px;
  font-size: 12px;
}
.patrick-cancel-button:hover {
  background-color: #d44136;
  color: white;
}
/*End*/



.empty-msg{
  background: #f8f8f8;
  padding: 13px;
  font-size: 9pt;
  text-transform: uppercase;
  color: #808080;
  margin-top: 30px;
  border: solid 1px #e7e6e6;
}
.history-tabs ul li a{
  font-size:8pt !important;
}

/* Patrick's Changes Commented Out Because this pushes the admin space div straight to the top*/
.admin-space-container{
  /*Default*/
  /*margin-top:0;*/
}
/*End*/

/* loading */

.animated {
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;

}

.yt-loader {
    -webkit-animation-name: horizontalProgressBar;
    animation-name: horizontalProgressBar;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    background: red;
    height: 3px;
    left: 0;
    position: fixed;
    top: 0;
    z-index: 9999;
    width:100%;
    display:none;
}

@keyframes horizontalProgressBar
{
    0%   {width: 0%;}
    25%  {width: 22%;}
    50%  {width: 55%;}
    75%  {width: 83%;}
    100% {width:100%;}
}

@-webkit-keyframes horizontalProgressBar /* Safari and Chrome */
{
    0%   {width: 0%;}
    25%  {width: 22%;}
    50%  {width: 55%;}
    75%  {width: 83%;}
    100% {width:100%;}
}
/* loading */
.close-white{
  color:#ffffff;
  opacity: 1.0;
}
.store-page-logo{
    float: left;
    width: 40px;
    height: 40px;
    margin-right: 3px;
    padding: 5px;
}
.store-indication{
    width: 50px;
    height: 50px;
    /*background: #edad49;*/
    position: absolute;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: -25px !important;
    right: 0;
    left: 0;
    background-image: url('../img/link-logo-down.png');
    background-size: 50px 50px;
    background-repeat: no-repeat;
}
.store-indication-after-carou{
  width: 50px;
  height: 50px;
  /*background: #edad49;*/
  position: absolute;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: -25px !important;
  right: 0;
  left: 0;
  background-image: url('../img/link-logo-up.png');
  background-size: 50px 50px;
  background-repeat: no-repeat;
}
.product-store-mobile-link{
  width: 100%;
  height: 42px;
  background: #364250;
  margin-top: -42px;
  position: fixed;
  z-index: 10;
  display:none;
}
.product-store-mobile-link ul li{
  width:50%;
  float:left;
  list-style: none;
  text-align: center;
  padding-top: 11px;
  /*font-weight: bold;*/
}
.product-store-mobile-link ul li a:hover{
  text-decoration: none;
}
.product-store-mobile-link ul li a{
  color:#fff;
}

/*Patrick's Changes*/
/* Base Style Orders Page Fixes*/
/* Orders Page Class Extensions */
.order-page-title.clearfix.orders-flex-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.title-orders-flex-child {
    flex: 2;
    display: flex;
} 

.title-orders-flex-child h3 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.title-orders-flex-child h3:first-of-type {
  margin-right: 10px;
  color: #6f838e;
}

a.orders-patrick-custom {
  color: white;
    background-color: #ddce6f;
    align-items: center;
    justify-content: center;
    display: flex;
    align-items: center;
    padding: 10px;
    margin-right: 0px !important;
}

a.orders-patrick-custom:hover {
  border: none !important;
  background-color: #37988c !important;
  transition: .2s all ease;
}

button.cart-button.order-details-patrick {
  background-color: #ddce6f;
    border: 0;
    padding: 10px;
    color: white;
    outline: none;
    flex: 1;
}

.order-details-patrick:hover {
  border: none !important;
  background-color: #37988c !important;
  transition: .2s all ease;
}
/* End */

/*  
  Patrick's Changes for Sub Navigation on Mobile 
  This Default Style is Global Comment to Revert Styles
*/

.product-store-mobile-link.patrick-mobilenav-container {
  height: 52px;
  top: 92px;
  display: none;
}
.product-store-mobile-link > ul.patrick-mobile-navigation-styles {
  padding-left: 0;
  padding-right: 0;
}
ul.clearfix.patrick-mobile-navigation-styles {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0px;

}
/* Sub Navbar on Mobile*/
.product-store-mobile-link ul li.sub-navigation-patrick {
  width: 50%;
  list-style: none;
  text-align: center;
  padding-top: 0;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 4px;
  align-items: center;
  display: flex;
  justify-content: center;
  line-height: 52px;
  padding-top: 0px;
}
/* Line in between the sub navigation*/
.product-store-mobile-link ul li.sub-navigation-patrick:first-of-type:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-color: white;
    top: 15px;
    right: 0;
    width: 0;
    display: block;
    margin-right: 0;
    left: 50%; 
    right: 50%;
    border-width: 0 1px 20px;
    display: flex;
    margin: 0;
    align-items: center;
  }
/* End Patrick's Changes*/


.productMissingOnServer{
  /**/
}

.pick-a-specification{
    border-style: solid;
    border-color: #e93d30;
    margin: 0 auto;
    box-shadow: rgb(233, 61, 48) 0px 0px 0px 2px;
}

.use-existing-account{
  margin-top:15px;
}
.invalid-email-register{
  margin-top:20px;
}
.invalid-login-main{
  margin-top:5px;
}
.dashboard-static-page-title span .btn-default{
  margin-top:-16px
}
.stock-total-mismatch-msg{
  padding: 7px;
  margin-top: 13px;
  background: #fff2ef;
  border: solid 1px #f0846f;
  color: #d87866;
}
.close-nav{
  margin-left: 250px;
  z-index: 8;
  position: fixed;
  -webkit-box-shadow: 1px 0px 9px 0px rgba(185, 153, 2, 0.28);
  -moz-box-shadow: 1px 0px 9px 0px rgba(185, 153, 2, 0.28);
  box-shadow: 1px 0px 9px 0px rgba(185, 153, 2, 0.28);
  display: none;
  width: 33px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  margin-top: 233px;
  background-size: 33px 185px;
  background:#1b1b1b;
  background-image: Url('../img/filter-bg-close.png');
  background-size: 40px 40px;
  background-repeat: no-repeat;
  background-position: 3px 4px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}
.success-email-oncart{
  margin-top:20px;
}
.hide-show-carou{
  float: left;
  width: 100%;
  margin-top: -22px;
  margin-bottom: 16px;
}
.hide-show-carou button{
  margin-right:10px;
}
.flex-product-images {
	display: flex;
	flex-direction: column;
}
.image-upload-card{
  width: 100%;
  float:left;
  padding:5px;
}

.image-upload-card img{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

/* override default styles in edit product page */

.flex-product-images {
  display: flex;
  margin: 0;
  width: 100%;
  height: 100%;
}
.image-card-flexxed {
  margin: 0;
  width: 100%;
  height: 100%;
}

.img-action-1{
  float:left;
  cursor: pointer;
  margin-top:6px;
  margin-bottom:6px;
}
.img-action-2{
  float:right;
  cursor: pointer;
  margin-top:6px;
  margin-bottom:6px;
}
.old-gallery-wrap{
  border: solid 1px #ddd;
  overflow: auto;
  padding: 10px;
  margin-bottom: 10px;
  position: relative;
}
.gallery-overlay-1{
  position:absolute;
  width:100%;
  height:251px;
  background:rgba(255,255,255,0.8);
  z-index:5;
  display:none;  
}

/*Patrick's Changes*/
.undo-overflow-fix {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin: 0px !important;
}
/*End*/


.color-of-gal{
  width: 90px;
  height: 40px;
  background: #a2c753;
  float: left;
  margin-left: -10px;
}
.color-of-gal-btn-remove,.color-of-gal-btn-undo{
  float:right;
}
.color-of-gal-btn-remove{
  margin-right:-10px;
}
.color-of-gal-btn-undo{
  /*margin-right:35px;*/
}
.admin-space-button-wrap{
  margin-bottom:60px;
}
.cart-details-footer{
  display:none;
}
.our-hotline{
  float: right;
  color: #fff;
  margin-top: 12px;
}
.carou-left-overlay{
  width:50px;
  height:200px;
  position:fixed;
  z-index:9999;
  /*background:red;*/
}
.old-gallery-wrap div input[type=number]{
  width:100px;
  float:left;
}
.old-gallery-wrap div .uploads-label{
  float:left;
  margin-left:20px;
  margin-right:10px;
  margin-top:5px;
}
.cart-login-button{
  float: right;
  width: 125px;
  margin-left: auto;
  margin-right: auto;
}
.nbs-flexisel-inner ul li {
  padding-left:26px;
  padding-right:26px;
}

.feedback-background-overlay-custom,.feedback-auth-background-overlay-custom{
  width:100%;
  height:100%;
  top:0;
  left:0;
  background:rgba(0,0,0,0.7);
  z-index: 9999;
  position: fixed;
  display: none;

}
.feedback-background-overlay-custom .feedback-wrap,.feedback-auth-background-overlay-custom .feedback-auth-wrap{
  width: 400px;
  min-height: 200px;
  height:auto;
  background: #fff;
  margin-left: auto;
  margin-right: auto;
  margin-top: 165px;
  -webkit-box-shadow: 0px 3px 14px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow:    0px 3px 14px 0px rgba(0, 0, 0, 0.5);
  box-shadow:         0px 3px 14px 0px rgba(0, 0, 0, 0.5);
}
.specification-box{
  border:solid 1px #eee;
  border-bottom:solid 3px #eee;
}
.add-row-style{
  float: right;
  padding: 5px;
  margin-top:10px;
  margin-bottom: 10px;
  cursor: pointer;
}
.checkbox-main-style{
  float: left !important;
  cursor: pointer;
  margin-top: 53px !important;
}
.custom-modal-content-wrap{
  padding:20px;
}
.openstore-success-email{
  margin-top:10px;
}
.nav-button-title{
  width: 38px;
  height: 118px;
  margin-left: -5px;
  /* background: red; */
  background: rgba(0,0,0,0.7);
  margin-top: 50px;
  border: solid 1px #d0a420;
  border-radius: 6px;
  background-image: url(../img/categories-button-bg.png);
  background-position-x: 4px;
  -webkit-box-shadow: -4px 2px 15px 0px rgba(50,50,50,0.59);
  -moz-box-shadow: -4px 2px 15px 0px rgba(50,50,50,0.59);
  box-shadow: -4px 2px 15px 0px rgba(50,50,50,0.59);
}
.customer-number-country-code{
    width: 37px;
    position: absolute;
    margin-left: 7px;
    margin-top: 8px;
    border-right: solid 1px #969696;
}

.message-success-img{
  width:500px;
  height:500px;
  margin-left:auto;
  margin-right:auto;
  background-image: url(../img/success.png);
  background-size: 250px 250px;
  background-repeat: no-repeat;
  background-position-x: 120px;
  margin-top:150px;
}
.message-success-img p{
  margin-top: 291px;
  float: left;
  text-align: center;
  width: 100%;
  color:#454545;
  text-transform: uppercase;
}
.message-success-img p a{
  text-decoration: none;
  font-weight: bold;
  margin-top:20px;
  color:#2672d1;
}
.mismatch-subtotal td{
    padding-left: 20px;
    padding-top:4px;
    padding-bottom:4px;
}
.mismatch-subtotal td div input[type=number]{
    float: left;
    width: 150px;
    margin-right: 15px;
}
.mismatch-subtotal td div label{
    float: left;
    margin-top: 7px;
}
.add-color-stock-mismatch{
  border: solid 1px #f47b64;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(243, 143, 123, 0.75);
  -moz-box-shadow: 0px 1px 5px 0px rgba(243, 143, 123, 0.75);
  box-shadow: 0px 1px 5px 0px rgba(243, 143, 123, 0.75);
}
.categories-btn-text{
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-family: 'Open Sans', sans-serif !important;
    padding-left: 15px;
    padding-top: 10px;
    width: 118px;
    height: 38px;
    margin-left: -45px;
    background: rgba(0,0,0,0.7);
    margin-top: 50px;
    border: solid 1px #5e727d;
    color: #fff;
    border-radius: 6px;
    background-position-x: 4px;
    -webkit-box-shadow: -4px 2px 15px 0px rgba(50,50,50,0.59);
    -moz-box-shadow: -4px 2px 15px 0px rgba(50,50,50,0.59);
    box-shadow: -4px 2px 15px 0px rgba(50,50,50,0.59);
}
.seled-val-of-spec-button{
  cursor: pointer;  
  margin-top: 6px;
  float: left;
  color:#df4646;
}
.seled-val-of-spec-button:hover{
  text-decoration: none;  
}
.disable-cartdtails-oncheckout{
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 20;
  top: 0;
  display:none;
}

.product-problem-before-checkout{
  background: #ea6f4a;
  float: right;
  position: relative;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
  padding: 5px;
  text-align: center;
  font-size: large;
  color: white;
  padding-left: 35px;
  box-shadow: 0px 6px 15px #888888;
  font-style: italic;
}
.table-responsive-float {
    float: left;
    width: 100%;
}
.mobile-specs-all-prod{
  float:left;
  background:red;
}
.search-result-text{
  word-break: break-all;
}
.mobile-image-details{
  display:none;
}
.product-details-info{
  background: #fff;
  padding-left: 10px;
}
.desktop-cart-notif{
  display:block;
}

.mobile-cart-notif{
  display:none;
}

/*input:required:invalid,
input:focus:invalid {
  background-image: url(../img/asterisk-symbol.png);
  background-position: right top;
  background-repeat: no-repeat;
  background-position-y: 2px;
}
input:required:valid {
  background-image: none;
  background-position: right top;
  background-repeat: no-repeat;
}*/
.collapse-nav-page-overlay{
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.7);
    z-index: 10;
    position: fixed;
    display:none;
}
.categories-btn-text-absolute{
  position: fixed;
  z-index:2;
  margin-top: 20%;
  cursor: pointer;
}
.new-filter-container{
  width:100%;
  height:50px;
  background:red;
  float:left;
  margin-top:200px;
}
/*Patrick's Changes*/
.all-products-layout2{
  float:left;
  margin-top: -55px;
  width: 100%;
  margin-bottom: 160px;
}

@media only screen and (min-width: 768px) {
  .all-products-layout2 {
    margin-bottom: 0px;
  }
}
/* End Patrick's Changes*/


.filtering-drop-down2 {
    height: 27px;
    border: none;
    background: none;
    color: #000;
    background: #fff; 
    border:none;
    text-align: center;
    outline: none;
    float: left;
    width: 100%;
    margin-bottom: 9px;
    border-radius: 0;
    background:#f4f4f4;
}

.all-products-filter2-wrap,.all-products-content2-wrap{
  padding:0;
  float:left;
  width:100%;
}
.all-products-filter2-wrap{
  height: auto;
  max-height: 749px;
  overflow: auto;
  padding-right: 10px;
  padding-top: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.fixed-scroll-allproducts-content{
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /* float: left; */
  /* height: auto; */
  /* max-height: 700px; */
  /* overflow: auto; */
  /* overflow-x: hidden; */
}
.allproducts-next-prev-txt-button{
  float:right;
  margin-top:2px;
  margin-left:10px;
  margin-right: 11px;
  font-weight: bold;
  color:#ecbd2f;
  cursor:pointer;
}
.allproducts-next-prev-txt-button i {
  color:#ecbd2f;
}
.all-products-filter2-wrap label{
  width:100%;
  font-weight: 500;
}
.all-products-filter2-wrap h4{
  padding: 0;
  border-bottom: solid 1px #f9f0f1;
  padding-bottom: 10px;
  font-weight: bold;
  color: #6f6f6f;
}
.all-products-content2-wrap h4{
  padding: 0;
  border-bottom: solid 1px #f9f0f1;
  padding-bottom: 10px;
  font-weight: bold;
  color: #fff;
}
.new-item-card-wrap{
  width: 100%;
  float: left;
  background: #fff;
   border-radius: 4px; 
/*   -webkit-box-shadow: 0px 1px 3px 0px rgba(111, 131, 142, 0.3); 
  -moz-box-shadow: 0px 1px 3px 0px rgba(111, 131, 142, 0.3);
   box-shadow: 0px 1px 3px 0px rgba(111, 131, 142, 0.3); */
}

.new-item-card-wrap .limited-stock{
  margin-top: -109px;
}

/*Add To Cart Patrick */
.desk-cart-button-patrick{ 
  display: none;
}
/*Add to Cart Patrick*/

a.cart-button.cart-button-no-qty {
  color: white;
  background-color: #ddce6f;
}
.cart-button:hover{
  background:#37988c;
  border: solid 1px #37988c;
  color:#fff;
}

/*.add-to-cart-button2 {
  display: none;
}*/
/*End*/

/*Mobile Styles for add to Cart*/
.icon-cart-plus-3.mobile-basket {
    position: absolute;
    top: 12px;
    right: 12px;
    border: 0;
    cursor: pointer;
    font-size: 18px;
    display: inline-block;
    color: #fccb39;
    margin-bottom: 0px;
    background: #3D5460;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 32px;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
}
/* End */

/*Desktop Button Styles*/
@media only screen and (min-width: 768px) {
  .desk-cart-button-patrick {
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 8pt;
    cursor: pointer;
    margin-top: -4px;
    background: #ddce6f;
    color: #fff;
    border: solid 1px #caba57;
    font-weight: bold;
    outline: none;
    transition: 0.2s ease-in-out;
    text-align: center;
    display: block;
  }

  .add-to-cart-button2 {
    margin-top: -9px;
    border-radius: 3px;
    float: right;
    margin-left: auto;
    margin-right: auto;
    width: 76px;
    font-size: 6pt;

  }
.icon-cart-plus-3.mobile-basket {
    display: none !important;
  }
}
/*End*/
.quantity-wrapper{
    float: right;
    width: 100%;
    padding: 0;
    height: 26px;
    margin-top: 5px;
    visibility: hidden;
    position: absolute;
    justify-content: space-between;
}

.product-price2{ 
  font-size: 13px;
  color: #54514f;
  width: 100%;
  float: left;
  text-align: left;
  margin-top: 8px;
}

.allproducts-category-repeatable{
  float: left;
  width: 100%;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.new-allproducts-next-button{
  width: 32px;
  height: 35px;
  position: absolute;
  background: #454545;
  background-image: url(../img/right-arrow-new-allprod-white.png);
  background-size: 19px;
  background-repeat: no-repeat;
  background-position: 9px 9px;
  z-index: 2;
  margin-top: 14%;
  right: -4px;
  cursor: pointer;
}
.new-allproducts-prev-button{
  width: 32px;
  height: 35px;
  position: absolute;
  background: #454545;
  background-image: url(../img/left-arrow-new-allprod-white.png);
  background-size: 19px;
  background-repeat: no-repeat;
  background-position: 4px 9px;
  z-index: 2;
  margin-top: 14%;
  margin-left: -39px;
  cursor: pointer;
}
.new-allproducts-category-title{
  float: left;
  width: 97%;
  margin-bottom: 20px;
  padding-bottom: 8px;
  border-bottom: solid 1px #d3d1d1;
  padding-top: 0;
}
.new-allproducts-category-title .page-label{
    float: right;
    color: #5d5d5d;
    margin-top: 2px;
} 
.new-allproducts-category-title .category-title{
    color: #030303;
    text-transform: capitalize;
    font-size: 17pt;
    font-weight: bold;
}

.all-products-dev-title-ul{
    margin-top: 0;
    margin-bottom: 11px;
    float: left;
}
.all-products-dev-title-ul li{
    float: left;
    margin-right: 30px;
}

.all-products-filter2-wrap .filtering-drop-down2{
  width:100% !important;
}
.all-products-no-result-message{
  background: #f8f8f8;
  font-size: 9pt;
  text-transform: uppercase;
  color: #939393;
  text-align: center;
  float: left;
  width: 94%;
  padding: 5px;
}

.img-logo{
    float: left;
    width: 50px;
    height: 66px;
    margin-top: -15px;
    background-size: 50px 66px;
    position: absolute;  
    background-image: url(../img/Nedina-logo.png);
}
.review-user-icon2{
    width: 30px;
    height: 30px;
    float: left;
    background: #fff;
    background-image: url(../img/user-comment.png);
    background-size: 25px 25px;
    margin-right: 8px;
    margin-bottom: 12px;
    border: solid 1px #edebeb;
    background-repeat: no-repeat;
    background-position-x: 2px;
    background-position-y: 1px;
}

.promotion-table-wrapper{
    background: #f4f4f4;
    padding-bottom: 13px;
    margin-bottom: 20px;
}

.promotion-title{
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 9px;
    font-size: 11pt;
}
.promotion-title button{
  float:right;
  margin-left:8px;
}


.promo-active{
  background: #ebf5c5 !important;
  color: #4b571c !important;
}
.promo-future{
  background:#ded832 !important
}
.promo-old{
  background:#de5332 !important;
}
.price .grey {
    background-color: #ede9da !important; 
    font-size: 20px  !important;
}
.bhoechie-tab-content div ul a{
  text-decoration: none;
}
.dataTables_filter label{
  float:right;
}
.dataTables_filter label input[type=search]{
  margin-left:10px;
}
.dataTables_paginate ul{
  float: right;
  margin-top: 0;
}
.promotion-banner-style{
  border: solid 5px #ecebeb;
}
.promotional-dates span{
  color:#61a52b;
}
.promotion-tag{
  position: absolute;
  left: 0;
  margin-left: 0px;
  margin-top: 0px;
  width: 90px;
  height: 70px;
  background-color: rgba(0,0,0,0.7);
  /* background: url(../img/promo_tag_red.png); */
  border-right: solid 4px #edad49;
  border-bottom: solid 4px #edad49;
  background-size: 70px 70px;
  border-bottom-right-radius: 37px;
}
.promotion-tag span{
  width: 100%;
  float: left;
  text-align: center;
  font-weight: bold;
  font-size: 13pt;
  color: #fff;
  margin-top: 9px;
}
.promotion-tag .discount-label{
  font-size: 9pt;
  margin-top: -1px;
}
.product-old-price{
  color:#881c00;
  font-size: 12pt;
  text-decoration: line-through;
}
.fixed-price{
  color:#a3a3a3;
  font-size: 12pt;

}
.promotion-tag-inside-store{
  margin-left: 15px;
}
.radio-insurance-label{
  cursor: pointer;
  font-weight: 400;
}
.inside-store-item-wrap{
  margin-bottom:40px;
}
.limited-stock-allproducts{
  margin-top: -50px !important;
}
.multi-catgory-title ul{
  float:left;
  margin-left:-33px;
}
.product-details-old-price{
  margin-top:10px;
}
.container-width-98-percnt{
  width:98%;
}
.category-new-wrapper{
  float: left;
  width: 100%;
  overflow: auto;
}
.category-new-wrapper::-webkit-scrollbar-track
{
  background: rgba(0, 0, 0, 0.1);
}
.category-new-wrapper::-webkit-scrollbar-thumb
{
  background: rgba(0, 0, 0, 0.5);
}
.pagination>li>a, .pagination>li>span {
  color:#252525;
}
.promotion-tab-li {
  float: left;
  margin-left: -15px;
  margin-bottom: 20px;
}
.promotion-tab-li li{
  margin-right: 0;
  font-size: 12pt;
  text-transform: uppercase;
  color: #252525;
  border-bottom: solid 1px #ddd;
}
.tab-content .tab-pane .columns .price a{
  text-decoration: none;
  color:#252525;
}
.tab-content .tab-pane .columns .price{
  border:solid 2px #c1bfb9;
}
.promotion-items-title{
  margin-top: 12px;
  margin-bottom: 15px;
}
.promotion-items-title span{
  margin-top: 4px;
  float: left;
  color: #252525;
}
.promotion-tab-li>li.active>a, .promotion-tab-li>li.active>a:focus, .promotion-tab-li>li.active>a:hover {
  color: #fff;
  background-color: #f4f1e7;
  border-radius:0;
  color:#252525;
}
.promotion-dashboard-wrap{
  background: #f4f1e7;
  padding-top: 19px;
  padding-bottom: 20px;
}
.promotion-number{
  background:#fff;
}
.price .not-active {
  color: #e9ba30 !important;
}
.product-list-promotion-badge{
  background: #e9ba30;
  color: #252525;
  padding: 5px;
  border-radius: 2px;
  font-size: 8pt;
  white-space: nowrap;
}
.multi-pagination-wrap{
  float:left;
  margin-left:5px;
  margin-right:5px;
}
.categories-btn-text-absolute-allproducts{
  display:none;
}
.close-nav-allproducts{
  margin-left:200px;
}
.filter-category-wrapper{
  position: static;
  margin-left: 0;
  padding-right: 7px;
  background: #fff;
  border-radius: 4px;
  margin-top: 28px;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(111, 131, 142, 0.3);
  -moz-box-shadow: 0px 1px 3px 0px rgba(111, 131, 142, 0.3);
  box-shadow: 0px 1px 3px 0px rgba(111, 131, 142, 0.3);
}
.selected-for-action {
    background-color: azure;
    box-shadow: 8px -7px 7px #888888;

}
.actions-menu-class {
    position: fixed;
    left: -2px;
    background: red;
    padding: 9px;
    background: rgba(0,0,0,0.7);
    margin-top: 50px;
    border: solid 1px #d0a420;
    text-align: center;
    z-index: 20;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
.actions-menu-class p{
  color:#fff;
}
.insurance-policy-link{
  float: left;
  width: 100%;
  margin-top: 9px;
}
#edit-product-description{
  resize:none;
}
.list-of-stores-name{
  position: absolute;
  font-weight: bold;
  margin-left: 20px;
  font-size: 42pt;
  letter-spacing: 4px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'gnuolane';
  padding: 14px;
  background: rgba(0,0,0,0.3);
  border-radius: 2px;
  text-align: center;
}
.promotion-page-title{
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 24px;
  background: #e0ae11;
  text-transform: uppercase;
}
.promopage-banner{
  margin-bottom:25px;
}
.homepage-category-wrap{
  margin-top:150px;
}
.list-of-category-name{
  position: absolute;
  display: inline-block;
  z-index: 2;
  font-weight: bold;
  margin-left: 20px;
  font-size: 29pt;
  letter-spacing: 4px;
  color: #fff;
  text-transform: uppercase;
  font-family: 'gnuolane';
  padding: 5px;
  border-radius: 2px;
  text-align: center;
  text-shadow: 0px 4px 3px rgba(0,0,0,0.4), 0px 8px 13px rgba(0,0,0,0.1), 0px 18px 23px rgba(0,0,0,0.1);
  background: rgba(35,47,62,0.4);
}
/* .category-img-wrap{
  overflow: hidden;
  padding:11px !important;
} */
.category-img-wrap a div{
  overflow: hidden;
}
.category-img-wrap a div img{
  width: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.grow { 
  transition: all .2s ease-in-out;
}

.grow:hover { 
  transform: scale(1.1);

  -webkit-filter: none;
  filter: none;

}
.category-img-wrap .texture {
    position:absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 0, 0, 0.4);
}
.required-textbox{
    color: red;
    font-size: 15pt;
    float: left;
    margin-right: 3px;
    margin-top: -3px;
}
.required-textbox-register{
    color: red;
    font-size: 15pt;
    float: left;
    margin-top: 7px;
    margin-left: -12px;
    position: absolute;
}
.card-details-dropdown{
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    height: 33px;
    width: 50px;
    float:left;
    margin-right:10px;
}
.exp-card-label{
    float: left;
    margin-top: 7px;
    margin-right: 8px;
}
.search-results-container{
    margin-top: 0;
}

.menu-with-bg{
  position: absolute;
  margin-left: 255px;
  width: 328px;
  height: 65px;
}

.menu-with-bg li {
    height: 65px;
    width: 158px;
    text-align: center;
    background: #f5c01e;
    -webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -o-transform: skew(20deg);
    transform: skew(20deg);
    border-left: solid 1px #c8990b;
    border-right: solid 1px #c8990b;
    -webkit-box-shadow: 2px 2px 6px 0px rgba(151, 115, 4, 0.5);
    -moz-box-shadow:    2px 2px 6px 0px rgba(151, 115, 4, 0.5);
    box-shadow:         2px 2px 6px 0px rgba(151, 115, 4, 0.5);
    margin-left: 2px;
}

.menu-with-bg li a{
    text-transform: uppercase !important;
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    transform: skew(-20deg);
    margin-top: 5px;
    color: #fff !important;
    font-weight: bold;
    font-size: 19pt !important;
    text-transform: uppercase;
    font-family: 'gnuolane';
}
.slant-menu-backside{
    width: 40px;
    height: 14px;
    position: absolute;
    background: #826303;
    -moz-transform: skew(-40deg);
    -o-transform: skew(-40deg);
    transform: skew(-40deg);
    margin-left: 300px;
    margin-top: 51px;
    z-index: -1;
}
.navbar-right-margin{
  margin-right:14px !important;
}
.all-products-dev-title{
    border-bottom: solid 2px #e5e1e0;
    padding-bottom: 10px;
    font-size: 12pt;
    font-weight: bold;
    margin-bottom: 23px;
    float: left;
    width: 100%;
}
.product-box-detail{
  padding:10px;
}

/* Spacing for products with no quantity */
/* span.button-spacing {
  height: 124px;
  display: block;
  position: relative;
  margin: 0 !important;
} */

/* End */
.product-list-dev{
  text-align: left;
  font-size: 13px;
  margin-bottom: 4px;
  margin-top: 4px;
  float: left;
}
.maxwell-filtering-drop-down{
  margin-bottom:10px;
  width:100% !important
}
.maxwell-filtering-drop-down button{
  border: solid 1px #e5e0dd;
  background: #fbfbfb;
}
.main-category{
  padding:7px !important;
}
#shops-container{
  padding:9px;
  background-color: #f1edea;
}
.products-custom-width{
  width: 19%;
  background: red;
  margin-right: 1%;
  margin-bottom: 16px;
  background: #fff;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(111, 131, 142, 0.3);
    -moz-box-shadow: 0px 1px 3px 0px rgba(111, 131, 142, 0.3);
    box-shadow: 0px 1px 3px 0px rgba(111, 131, 142, 0.3);
}

.category-new-wrapper ul{
    margin-left: -40px;
}
.category-new-wrapper ul li{
  float: left;
  list-style: none;
  margin-bottom: 5px;
  margin-right: 30px;
}
.advance-search-title{
  font-weight:bold;
}
.advance-search-wrapper{
  float:left;
  width: 100%;
}
/* Mobile Base Styles Categories and Filters */
.advance-search-content{
  float:left;
  display:none;
}
/* Reupload */
.advance-search-expand{
  /* position: absolute; */
  float:left;
  margin-left: 230px;
  margin-top: -55px;
  width: 16px;
  height: 16px;
  background-image: url(../img/add-plus-button.png);
  background-size: 16px 16px;
  cursor: pointer;
  display: block;
  /* top: 0; */
  /* bottom: 0; */
  /* left: 290px; */
  /* right: 0px; */
}
.advance-search-collapse{
  float:left;
  margin-left: 230px;
  margin-top: -55px;
  width: 16px;
  height: 16px;
  background-image: url(../img/two-arrows.png);
  background-size: 16px 16px;
  cursor: pointer;
  display:none;  
  /* top: 0; */
  /* bottom: 0; */
  /* left: 220px; */
  /* right: 0px; */
}

.title-advance-search-collapse{
  display:none;
}

.title-advance-search-expand{
  display:block;
}

.title-advance-search-expand,.title-advance-search-collapse{
  cursor: pointer;
}

/* End */

.main-menu-wrapper{
  position: absolute;
  float:right;
  width: 220px;
  height: 40px;
  margin-left: 200px;
  margin-top: -10px;
  background:red;
  /*background-image: url(../img/main-menu-bg.png);*/
  background-size: 220px 71px;
}

.all-categories-link-style,.all-products-link-style{
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2c3b4e+0,19232f+100 */
  background: #2c3b4e; /* Old browsers */
  background: -moz-linear-gradient(45deg,  #2c3b4e 0%, #19232f 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg,  #2c3b4e 0%,#19232f 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg,  #2c3b4e 0%,#19232f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2c3b4e', endColorstr='#19232f',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  border-right: solid 2px #111922;
  float: left;
  margin-top: -10px;
  height: 71px;
  position: absolute !important;
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -o-transform: skew(-20deg);
  transform: skew(-20deg);
  -webkit-box-shadow: -10px -4px 15px 0px rgba(23, 31, 40, 0.8);
  -moz-box-shadow:    -10px -4px 15px 0px rgba(23, 31, 40, 0.8);
  box-shadow:         -10px -4px 15px 0px rgba(23, 31, 40, 0.8);
}

.all-categories-link-style{
  margin-left: -245px;
  transition: 0.4s ease-in-out;
}

.all-products-link-style{
  margin-left: -121px;
  border-left:solid 1px #324052;
  transition: 0.4s ease-in-out;
}

.all-categories-link-style:hover,.all-products-link-style:hover{
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f4c026+0,ffd968+100 */
  /*background: #f4c026; /* Old browsers */
  -webkit-box-shadow: 0px -3px 13px 0px rgba(244, 192, 38, 0.55);
  -moz-box-shadow:    0px -3px 13px 0px rgba(244, 192, 38, 0.55);
  box-shadow:         0px -3px 13px 0px rgba(244, 192, 38, 0.55);
}

.all-categories-link-style a,.all-products-link-style a{
  float:left;
  margin-top:10px;
  -webkit-transform: skew(20deg);
  -moz-transform: skew(20deg);
  -o-transform: skew(20deg);
  transform: skew(20deg);
  margin-top: 9px !important;
}
.all-categories-link-style a span,.all-products-link-style a span{
    /*color: #fccb39;*/
    color: #ccc8c8;
    font-family: 'gnuolane';
    font-size: 13pt;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-weight: bold;
    transition: 0.4s ease-in-out;
}

/*Hover Fix*/
.all-categories-link-style:hover > a > span.sync-hover, 
.all-products-link-style:hover > a > span.sync-hover {
    color: #fccb39;
}
/* End Hover Fix */
/*Commented for Testing
.all-categories-link-style:hover .all-categories-link-style a span:hover,
.all-products-link-style:hover .all-products-link-style a span:hover{
  color:red;
}

.all-categories-link-style a span:hover,.all-products-link-style a span:hover{
    color: #fccb39;
}
End Commented for Testing*/

.modal-add-to-cart-btn{
    background: #ddce6f;
    color: #252525;
    border: solid 1px #caba57;
}

.modal-add-to-cart-btn:hover{
    background:#37988c;
    border: solid 1px #37988c;
    color:#fff;
}
.navbar-right li a{
  font-size: 9pt !important;
  margin-right:-6px;
  margin-top: -16px;
}
.advance-search-title-wrap{
  float: left;
}
.dropdown-position{
  padding:10px;
}

/*Patrick Footer Changes*/
/*Footer Top*/
.footer-content{
    background: #232f3f;
}
.footer-head-sitemap{
  /* margin: 0;
  padding: 20px 10px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center; */

  margin: 0;
  padding: 20px 10px;
  display: flex;
  flex-direction: row;

  /* justify-content: flex-start;
   */
   justify-content: space-evenly;
}
.footer-head-sitemap li{
  list-style: none;
  text-transform: uppercase;
  font-size:9pt;
  cursor: pointer;
  padding: 5px 0;
}
.footer-head-sitemap li a:hover{
  color:#daaa1a;
}
.footer-head-sitemap li a{
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  margin: 0;
}
/*End Footer Top*/


/* Footer Bottom*/
.footer-base{
    background: #192231;
    color: #fff;
    font-size: 9pt;
    flex-direction: column;
    padding: 10px 0;
    display: flex;
    justify-content: space-around;
    align-self: center
}
.left-footer-base {
    display: flex;
    align-items: center;
    padding: 10px 10px;
    justify-content: flex-start;
}
.right-footer-base {
    display: flex;
    align-items: center;
    padding: 0 10px;
    justify-content: flex-start;
}

.footer-base .footer-base-social-m{
  padding: 0;
  margin: 0;
  display: flex;
}
.footer-base .footer-base-social-m li{
  list-style: none;
  font-size: 12pt;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  margin: 0 5px;
}

.footer-base .footer-base-social-m li .circle-icon {
    background: #3D5460;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    vertical-align: middle;
}

.footer-base-hotline{
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .footer-base {
    flex-direction: row;
  }
  .footer-head-sitemap{
    justify-content: center;
    flex-direction: row;
  }

  .footer-base-hotline{
    margin: 10px;
  }

  .footer-head-sitemap li a {
    margin: 0 20px;
  }
  
}
/*End Footer Bottom*/
/*End Patrick Changes*/

.login-register-btn{
  cursor: pointer;
  -webkit-transition: background 0.3s, border-color 0.3s;
  -moz-transition: background 0.3s, border-color 0.3s;
  transition: background 0.3s, border-color 0.3s;
  position: relative;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  width: 100%;
  font-size: 19px;
  line-height: 22px;
  letter-spacing: undefined;
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: 700;
  padding-right: 24px;
  padding-left: 24px;
  min-width: 77.66563145999496px;
  background: #ddce6f;
  color: #fff;
  border: solid 2px #caba57;
  outline: none !important;
}
.login-register-btn-oncheckout{
  margin-top:15px !important;
}
.login-register-btn:hover{
  background:#fdd868;
  color:#fff;
}
.preview-products{
  background:red;
  margin-bottom:20px;
  margin-right:10px;
  padding:0;
}
.modified-preview-container {
    margin-top: 148px;
    padding-bottom: 130px;
}
.registration-title{
  text-transform: uppercase;
}
.admin-allproducts-search-wrap{
  float: left;
  padding-left: 0;
  margin-top: -24px;
}
.admin-allproducts-search-wrap input[type=text]{
  float:left;
  width:250px;
}
.admin-allproducts-search-wrap span{
  float: left;
  margin-top: 8px;
  margin-right: 10px;
  text-transform: uppercase;
}
.admin-allproducts-search-wrap .dashboard-allproducts-search-btn{
  width: 33px;
  height: 33px;
  margin-left: 376px;
  margin-top: 1px;
  z-index: 10;
  position: absolute;
  background-image: url(../img/search-icon.png);
  background-size: 33px;
  cursor:pointer;
}
/* Hidden on Desktop */
.flat-category{
  display:none;
  width: 59% !important;
  margin-left: auto;
  margin-right: auto;
}
.tablet-image {
  display: none;
}
.img-thumbnail-wrap ul li img{
    border:none;
    cursor: pointer;
}
/*.img-thumbnail-wrap ul li img:first-child{
    border:solid 2px #fccb39;
}*/
/*.img-thumbnail-wrap ul li img.selected{
  border:solid 2px #fccb39 !important;
}*/

.img-thumbnail-wrap ul li img.selected{
  border:solid 2px #fccb39 !important;
}

.side-image-border{
  border:solid 2px #fccb39 !important;
}
.accordion-wrap div .card {
    float: left;
    width: 100%;
}
.custom-pagination{
  width:100%;
  float:left;
}
.custom-pagination button,.custom-pagination select{
  float:left;
}
.custom-pagination select{
  min-width:80px;
  width: auto;
  text-align: center;
  margin-right: 6px;
  margin-left: 6px;
}
.dashboard-total-num-products{
  color: #5e727d;
  font-size: 11pt;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.cart-padding-style-custom {
  padding: 10px;
  padding-bottom: 1px;
}
.mobile-container-padding {
  padding-top: 10px !important;
}
/* Waterwheel js */
#rotate-carousel {
  width: 882px;
  height: 390px;
  margin-left: auto;
  margin-right: auto;
}
#rotate-carousel img {
  visibility:hidden; 
  cursor:pointer;
  height:280px;
  -webkit-box-shadow: 0px 7px 14px 0px rgba(0, 0, 0, 0.54);
  -moz-box-shadow:    0px 7px 14px 0px rgba(0, 0, 0, 0.54);
  box-shadow:         0px 7px 14px 0px rgba(0, 0, 0, 0.54);
}
.carousel-nextprev div{
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  margin-top: 170px;
}
.carousel-nextprev .carousel-next{
  background: url(../img/rotate-carousel/arrow-next.png);
  background-size: 50px 50px;
  position: absolute;
  right: 63px;
  z-index: 3;
}
.carousel-nextprev .carousel-prev{
  background: url(https://gojeeb.com/static/assets/img/rotate-carousel/arrow-prev.png);
  background-size: 50px 50px;
  position: absolute;
  left:63px;
  z-index: 3;
}
.main-page-tagline h1{
  text-align: center;
  font-family: 'Varela Round', sans-serif;
  text-transform: uppercase;
  font-size: 30pt;
  text-shadow: 0px 3px 6px rgba(150, 150, 150, 0.63);
}
.main-page-tagline p{
  text-align: center;
}
.main-page-logo{
  width: 100px;
  height: 100px;
  background: url(../img/nedina-large.png);
  background-size: 100px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 50px;
  margin-bottom: 40px;
}
.mainpage-search-box-wrap{
  width: 65%;
  min-height: 40px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: 45px;
}
.mainpage-search-box{
  height:40px;
  padding-right:40px;
}
.mainpage-search-btn{
    float: right;
    background: url(../img/search.png);
    background-size: 21px;
    background-position-x: 10px;
    background-position-y: 10px;
    background-repeat: no-repeat;
    width: 40px;
    height: 40px;
    margin-top: -40px;
    cursor: pointer;
}
.mainpage-content-wrap{
    width:100%;
    min-height:500px;
    height:auto;
    background:#232f3e;
    margin-top: -195px;
    padding-bottom:20px;
}

.mainpage-content-wrap .mainpage-content .row {
  margin-top: 230px;
}

.mainpage-content-wrap .mainpage-content .row div{
  text-align: center;
  padding-top: 0;
}
.mainpage-content-wrap .mainpage-content .row div h4{
  color:#fff;
  font-weight: bold;
  font-family: 'Varela Round', sans-serif;
}
.mainpage-content-wrap .mainpage-content .row div p{
  color:#b5b8bc;
  padding:15px;
  text-align: center;
  margin-top:0;
}
.mainpage-content-icons-wrap{
  width: 130px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 42px;
}
.mainpage-content-icons-wrap-1{
  background: url(../img/cash-on-delivery.png);
  background-repeat: no-repeat; 
  background-size:124px 86px;
}
.mainpage-content-icons-wrap-2{
  background: url(../img/shop-anywhere.png);
  background-repeat: no-repeat; 
  background-size:130px 121px;
}.mainpage-content-icons-wrap-3{
  background: url(../img/we-deliver.png);
  background-repeat: no-repeat; 
  background-size:124px 104px;
}
.mainpage-footer-wrap{
    width:100%;
    min-height:200px;
    height:auto;
    background:#1b2532;
}
.mainpage-footer-wrap .container .row{
  margin-top:63px;
}
.mainpage-footer-wrap .container .footer-copyrights{
  margin-top:20px;
  padding-bottom: 20px;
}
.mainpage-footer-wrap .container .row div{
  text-align: center;
}
.mainpage-footer-wrap .container .row div p{
  color:#5b6067;
  cursor: pointer;
}
.mainpage-footer-wrap .container .row div p a{
  color:#b5b8bc;
  text-decoration: none;
  cursor: pointer;
}
.mainpage-footer-wrap .container .row div p a:hover{
  color:#d5d7da;
}
.nedina-social-media{
  height: 60px;
  margin-top: 28px !important;
}
.nedina-social-media div ul{

margin-top: 0;
    /* margin-right: 60px; */
    /* float: right; */
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    position: absolute;
    width: 320px;
}

.nedina-social-media div ul li{
  float: left;
  list-style: none;
  margin-right: 14px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  margin-bottom: 10px;
}
.nedina-social-media div ul .social-icon{
  background-size: 50px 50px;
  background-repeat: no-repeat;
}
.nedina-social-media div ul .social-icon-facebook{
   background-image: url(https://gojeeb.com/static/assets/img/social_icons/facebook_icon.png);
}
.nedina-social-media div ul .social-icon-instagram{
   background-image: url(../img/social_icons/instagram_icon.png);
}
.nedina-social-media div ul .social-icon-twitter{
   background-image: url(../img/social_icons/twitter_icon.png);
}
.nedina-social-media div ul .social-icon-linkin{
   background-image: url(../img/social_icons/linkin_icon.png);
}
.nedina-social-media div ul .social-icon-apple{
   background-image: url(../img/social_icons/apple_icon.png);
}
.nedina-social-media div ul .social-icon-android{
   background-image: url(../img/social_icons/android_icon.png);
}
.nedina-social-media div ul .social-icon-catalyst{
   background-image: url(../img/social_icons/catalyst_icon.png);
}
/* Stores Banner Start */
.store-banner-container {
  /* margin-bottom: 20px; */
  margin-top: 72px;
}
.banner {
  position: relative;
  height: 400px;
  width: 100%;
  background-size: cover;
  background-position: center center;
}

.vignette {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(34, 40, 44, 0.4);
  transition: 0.2s ease-in-out;
}
.vignette-store-wrap {
  background-color: rgba(34, 40, 44, 0);
}
.vignette-store-wrap:hover {
  background-color: rgba(34, 40, 44, 0);
}

.banner img {
  margin: 0 auto;
  height:400px;
  width:100%;
}

.no-padding-column {
  padding: 0px !important;
}

.main-text {
  position: absolute;
  top: 0;
  width: 96.66666666666666%;
  color: #FFF;
}

.store-details-info-container {
  position: absolute; 
  top: 60px;
  left: 60px
}

.store-details-info-container h1{
  border-bottom: solid 2px white;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-weight: 700;
  text-align: left;
}

.store-city-country {
  font-size: 18px;
  margin-bottom: 0px !important;
  font-weight: 600;
}

.store-location-area {
  font-size: 14px;
  margin-top: 12px !important;
} 

/* End */

/* MOBILE SIDEBAR */
.mobile-sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.mobile-sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 16px;
  color: #818181;
  display: block;
  transition: 0.3s;
  text-transform: uppercase;
  width: 100%;
  float:left;
}
.mobile-sidenav a .badge{
  float: left;
  margin-top: 2px !important;
  margin-right: 5px;
  margin-left: 0 !important;
  background:#bf1111;
}
.mobile-sidenav a span{
  float:left;
  margin-right: 10px;
}
.mobile-sidenav a:hover {
  color: #f1f1f1;
}
.mobile-sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .mobile-sidenav {padding-top: 15px;}
  .mobile-sidenav a {font-size: 18px;}
}

/*# Sidebar */
.mobile-sidenav{
  z-index:30 !important;
  display: none;
}

.expand-sidebar{
  width: 50px;
  height: 50px;
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 1;
  background: url(https://gojeeb.com/static/assets/img/menu.png);
  background-color: #e4e0e0;
  border-radius: 4px;
  background-size: 36px;
  background-repeat: no-repeat;
  background-position-x: 7px;
  background-position-y: 7px;
  cursor: pointer;
  display: none;
}
#rotate-carousel{
    display: block;
}
/*#rotate-carousel a .bigCenterCarousel{
    width:437px !important;
    height:280px !important;
}*/
.landingpage-show-store-when-mobile{
  display:none;
}
.main-page-logout{
  position: absolute;
  top: 10px;
  left: 10px;
  color: #232f3e;
}
.main-page-cart{
  position: absolute;
  width: 40px;
  height: 40px;
  z-index: 10;
  background: url(../img/main-page-cart.png);
  background-size: 30px;
  background-repeat: no-repeat;
  background-position-y: 5px;
  background-position-x: 4px;
  top: 10px;
  right: 10px;
}
.main-page-cart span{
  float:right;
  background: #bf1111;
}

.main-page-desktop-login{
  margin-right: 49px;
  margin-top: 20px;
  float: right;
}
.main-page-desktop-login li{
  float:left;
  list-style: none;
  margin-right: -3px;
}
.main-page-desktop-login li:hover{
  background: none;
}
.main-page-desktop-login li a:hover{
  background: none;
}
.main-page-desktop-login li a,.main-page-desktop-login li div button{
  text-decoration: none;
  color:#232f3e;
  font-size: 9pt !important;
}
.mainpage-logo-carousel-wrap{
  margin-top: 57px;
}
.landing-page-mobile-translate{
  margin-left: 20px;
  margin-top: 10px;
}
.landing-page-mobile-translate li div button{
  font-size: 16px;
  width: 83px;
}
.landing-page-mobile-translate li div ul li a{
  color:#fff;
}
/*#### IMPORTANT MENU DONT REMOVE #####*/
.all-categories-link-style,.all-products-link-style{
  display:none !important;
}
/*#### END IMPORTANT MENU DONT REMOVE #####*/
.mobile-sidenav-closeoutside{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.5);
  z-index: 10;
  display: none;
}

.store-list-container {
  margin-top: 1px !important;
  padding-bottom: 0px !important;
  width: 100%;
  padding: 0;
  background-color: #232e3c;
}

.flex-stores-row {
  display: flex;
  /* flex-direction: row; */
  align-items: center;
  /* justify-content: space-evenly; */
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 100%;
  margin-top: -1px;
  padding: 5px;
  background: #f6f6f6;
  /* border-top: solid 2px #f6f6f6; */
}

.flex-stores {
  /* margin-right: 10px; */
  /* margin-left: 10px; */
  position: relative;
  width: 33.3333%;
  border: solid 5px #f6f6f6;
}

.flex-stores img {
  width: 100%;
}
.store-text-description {
  position: absolute;
  top: 0;
  color: white;
  left: 20px;
  top: 0px;
}
.store-text-description h2{
  font-weight: bold;
}
.small-version-carousel{
  display: none;
}
.small-version-carousel .main-menu{
  margin-bottom:20px;
}

.bg-store h4 {
  background-color: rgba(0,0,0,0.5);
  padding: 2px;
  margin-left: -11px;
  font-size: 9pt;
  text-transform: capitalize;
}
.store-text-address{
  background-color: rgba(0,0,0,0.5);
  padding: 2px;
  margin-left: -11px;
  font-size: 8pt;
  text-transform: capitalize;
  position: absolute;
  right: 0;
  margin-top: -21px;
  margin-right: 4px;
  color: #fff;
}

.small-version-carousel div{
  margin-bottom:20px;
}
.mobile-sidenav-content{
  float:left;
  display: none;
}
/* Maxwell's Spacing Fix */
.custom-text-container {
  height: 40px !important;
  overflow: hidden;
}

.store-details-info-container-arabic {
  position: absolute;
  top: 60px;
  right: 60px; 
}
.store-kilometer{
  display: inline;
}


/* Delete Checkbox Base Styles */
.control--label {
  align-items: center;
  display: flex;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  margin: 0 10px 10px 0;
}
.control--label input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.control__indicator {
  position: absolute;
  left: 0;
  height: 20px;
  width: 20px;
  background: #e6e6e6;
}
.control--label:hover input ~ .control__indicator,
.control--label input:focus ~ .control__indicator {
  background: #ccc;
}
.control--label input:checked ~ .control__indicator {
  background: #2aa1c0;
  border-radius: 10%;
}
.control--label:hover input:not([disabled]):checked ~ .control__indicator,
.control--label input:checked:focus ~ .control__indicator {
  background: #0e647d;
}
.control--label input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}
.control__indicator:after {
  content: '';
  position: absolute;
  display: none;
}
.control--label input:checked ~ .control__indicator:after {
  display: block;
}
.control--checkbox .control__indicator:after {
  left: 8px;
  top: 3px;
  width: 5px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}
/* End */
.specification-value-tbl{
  border:solid 1px #ddd !important;
  padding:10px;
}
.borderless td, .borderless th {
    border: none;
}
.specification-value-btn span{
  color:#454545;
}
.specification-value-btn .delete{
  color:#e93d30;
}
.specification-value-btn .edit{
  color:#3735a3;
}
.specifications-title-in-tbl{
  text-transform: uppercase;
  margin-bottom: 10px;
  float:left;
  width: 100%;
}
.tbl-specs-repeat{
  border-bottom: solid 13px #fff !important;
}
.btn-add-specs{
  float: right !important;
}
.specifications-title-in-tbl i{
  cursor: pointer;
}
.specifications-title-in-tbl .edit{
  margin-left:10px;
  margin-right: 5px;
  font-size: 9pt;
  color:#3735a3;
}
.specifications-title-in-tbl .add{
  color:#10b33b;
}
.specifications-title-in-tbl .delete{
  color:#e93d30;
}
.specs-modal-title{
  float:left;
}
.resending-code-loader-oncheckout{
  display: none;
}
.about-us-title{
  font-size: 30pt;
  text-transform: uppercase;
}
.about-us-cover{
  background-image: url(../img/about-us-cover.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: -129px;
}
.member-wrapper{
  margin-top: 40px;
  margin-bottom: 70px;
  float: left;
  width: 100%;
}
.member-wrapper div{
  padding:0;
  margin-bottom:25px;
}
.member-wrapper div .member-box{
  height:300px;
  background:#eee;
  margin-right:20px;
  background-image: url(../img/profile_user.jpg);
  background-size: cover;
  background-repeat:   no-repeat;
  background-position: center center;  
  -webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.23);
  -moz-box-shadow:    0px 2px 5px 0px rgba(50, 50, 50, 0.23);
  box-shadow:         0px 2px 5px 0px rgba(50, 50, 50, 0.23);
}
.member-wrapper div .member-box-shadow{
  width: 23px;
  height: 23px;
  position: absolute;
  bottom: -25px;
  right: 0;
  margin-right: -23px;
  background-size: 23px 23px;
  background-image: url(../img/profile_name_shadow.png);
}
.member-wrapper div .member-box-shadow-top{
  width: 6px;
  height: 6px;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -6px;
  margin-right: -23px;
  background-size: 6px 6px;
  background-image: url(../img/profile_name_shadow_top.png);
}
.member-wrapper div .profile_max{
  background-image: url(../img/profile_max.jpg);
}
.member-wrapper div .profile_turki{
  background-image: url(https://gojeeb.com/static/assets/img/profile_sheikh_turki.jpg);
}
.member-wrapper div .profile_fazil{
  background-image: url(../img/profile_fazil.jpg);
}
.member-wrapper div .profile_behih{
  background-image: url(../img/profile_behih.jpg);
}
.member-wrapper div .profile_ezz{
  background-image: url(../img/profile_ezz.jpg);
}
.member-wrapper div .profile_hesham{
  background-image: url(../img/profile_hesham.jpg);
}
.member-wrapper div .profile_tayeb{
  background-image: url(../img/profile_tayeb.jpg);
}
.member-wrapper div .profile_jabez{
  background-image: url(https://gojeeb.com/static/assets/img/profile_jabez.jpg);
}
.member-wrapper div .member-box .name-position{
    width: 200px;
    height: 70px;
    background: #334051;
    position: absolute;
    bottom: 0;
    margin-bottom: 2px;
    color: #fff;
    margin-left: -6px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 5px;
}
.member-wrapper div .member-box .name-position .name{
  float: left;
  width: 100%;
  margin-left: 10px;
  margin-top: 10px;
  margin-top: 14px;
  font-weight: bold;
  color: #fff;
}
.member-wrapper div .member-box .name-position .position{
  float: left;
  width: 100%;
  margin-left: 10px;
  margin-top: -6px;
  /*color: #e2ca6d;*/
  color: #c7cdd4;
}
/*.member-wrapper .member-box-1{
  margin-top:120px;
}
.member-wrapper .member-box-2{
  margin-top:60px;
}
.member-wrapper .member-box-0{
  margin-top:0;
}*/
.member-wrapper-below{
  /*margin-top: -44px;*/
  margin-top: 60px;
}
.about-team-title{
/*  margin-top: -47px;
  position: absolute;
  font-size: 35pt;*/

  margin-top: -30px;
  /* position: absolute; */
  font-size: 35pt;
  margin-bottom: 31px;
}
.about-team-title p{
  font-size: 11pt;
  margin-left: 5px;
  margin-top: 10px;
}
.about-us-container{
  margin-top: 25px;
  line-height: 19px;
  font-size: 11pt;
}
.about-us-poster1{
  height: 200px;
  background-image: url(https://gojeeb.com/static/assets/img/about_poster1.jpg);
  background-size: cover;
  margin-bottom: 40px;
}
.about-us-poster1-text{
  height: 200px;
  margin-bottom: 40px;
}
.about-us-info-container{
  position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    width: 400px;
    text-align: center;
    margin-top: 80px;
}
.about-us-info-container h1{
  text-align: center !important;
  font-size: 42pt !important;
}

.about-us-colored{
  background: #fdcd1e;
  padding: 17px;
  color: #796108;
  /*background: #fbfafa;*/
  margin-bottom: 42px;
  margin-top: 30px;
}
.about-us-colored svg{
  margin-right: 10px;
  float: left;
  color: #796108;
}
.about-us-colored-icons{
  margin-bottom:50px;
}
.about-us-colored-icons p svg{
  margin-right: 10px;
  float:left;
  color:#76c787;
}
.about-robust-img{
  width: 300px;
  height: 300px;
  background-image: url(../img/robust-img.png);
  background-size: cover;
  float: left;
  margin-left: 30px;
}
.catalyst-logo{
  width:300px;
  height:300px;
  float:left;
  margin-right:13px;
  background-image: url(../img/catalyst-logo_1.png);
  background-size: 300px 300px;
}

/* store location Patrick */

.location-placeholder {
  padding: 4px;
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  background-color: #232f3e;
  box-shadow: -4px 2px 15px 0px rgba(50,50,50,0.59);
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.hide-location {
  display: none !important;
}

/* Mobile */

p.store-product-location {
  color: #F8CA20;
  margin: 0 0 0 0 !important;
  font-size: 10px;
  font-weight: 700;
  white-space: nowrap;
}

.image-relative {
  position: relative;
}
/* End */

/*branch*/
#radioBtn .notActive{
        color: #8d8d8d;
        /*background-color: #eaeaea;*/
        background: #fff;
    }
    #radioBtn a{
        margin-right: 6px;
        border-radius: 3px;
        border: solid 1px #f3f3f3;
        color: #54514f;
        padding: 8px;
        padding-left: 14px;
        padding-right: 14px;
        background: #bee08a;
        font-size: 11pt;
    }

    .dropdown-branch{
        width: 100%;
        margin-bottom: 20px;
        float: left;
        display: none;
        border-radius: 3px;
        border: solid 1px #ddd;
        padding-left: 1px;
    }
    .selected-branch:hover{
      background: #e2e2e2;
      border:solid 1px #a4a3a4;
    }
    .dropdown-branch a{
        width: 100%;
        padding-top: 4px;
        padding-bottom: 4px;
        text-align: left !important;
        border:none !important;

    }
    .selected-branch{
        width: 100%;
        padding: 5px;
        padding-top: 7px;
        padding-bottom: 7px;
        border-radius: 4px;
        border: solid 1px #e5e0dd;
        background: #fbfbfb;
        cursor: pointer;
    }
    .selected-branch span{
      margin-left: 6px;
      font-size: 14px;
    }
    .dropdown-branch a:hover{
        background:#f4f3f4 !important;
    }
    .desktop-branch-view{
        margin-left: 16px;
        margin-bottom: 20px;
    }
    .mobile-branch-view{
      width: 100%;
      margin-bottom: 12px;
      display: none;
    }
    .select-branch-title{
      font-size: 12pt;
      font-weight: bold;
      display: none;
    }
    .selected-branch .drop-icon{
      position: absolute;
      right: 13px;
      width:8px;
      height:8px;
      background-image: url(https://gojeeb.com/static/assets/img/arrow-point-to-down.png);
      background-size: 8px 8px;
      background-repeat: no-repeat;
      z-index: 2;
      margin-top: -14px;
    }
/*branch*/
#specs-pricing-scheme-container{
    padding: 16px !important;
  }
#specs-pricing-scheme-container div h3{
  float:left !important;
  font-size: 15pt !important;
  margin-bottom: 10px;
}
#values-per-specification-section-container div  .btn-default{
  margin-top: 10px;
}