* {
    
}
html {
    padding:0 0 0 0;
    margin:0 0 0 0;
}
body {
    padding:0 0 0 0;
    margin:0 0 0 0;
    font-family: cairo, sans-serif;
    font-weight: 400;
    font-style: normal;
    background-color:#e1e1e3;
        display:flex;
  flex-direction:column;
  min-height:100vh;
}
header {
    
}

.top_banner {
    width:100%;
    height:40px;
    background-color:#0e304c;
    color:white;
}
.top_ban_L {
    margin-top:2px;
    width:49%;
    height:100%;
    display:inline-block;
    font-size:14px;

}
.top_ban_L p {
        vertical-align:middle;
}
.top_ban_R {
    margin-top:2px;
    width:49%;
    display:inline-block;
    text-align:right;
}
.fa {
  padding: 10px !important;
  width: 12px !important;
  font-size:18px !important;
  height:auto !important;
  text-align: center !important;
  text-decoration: none !important;
      display: inline-block !important;
      vertical-align:middle !important;
}
.fa:hover {
    text-decoration:none !important;
}
.fa-facebook {
  padding-left:0px !important;
  color: white !important;
}
.fa-facebook:hover {
  color: #94D351 !important;
}
.fa-twitter:hover {
  color: #94D351 !important;
}
.fa-twitter {
  color: white !important;
}
.fa-linkedin:hover {
  color: #94D351 !important;
}
.fa-linkedin {
  color: white !important;
}
.navigation {
    width:100%; 
    height:100px;
}


    .logo {
    padding:3px 3px;
    height:90px;
    width:auto;
    display:inline-block;
}

ul.main_menu {
    margin:0 0 0 0;
    padding:0 0 0 0;
    padding-left:30px;
    height:100%;
    text-decoration:none;
    display:inline-block;
    
    
    
}
.main_menu a {
    color:#454652
}
.main_menu li  {
    display:inline-block;
    text-decoration:none;
    padding:14px 14px;
    height:100%;
}
.main_menu li a {
    text-decoration:none;
    list-style-type:none;
}
.main_menu li a:hover {
    color:#94D351;
}
.active {
    color:#94D351;

}
.banner {
    width:100%;
    min-height:200px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}
.subnav {
     display:inline-block;


}

/* Subnav button */
.subnav .subnavbtn {
  border: none;
  outline: none;
  background-color:transparent;
      text-decoration:none;
    padding:16px 16px;
    height:100%;

}
.subnav-content {
  display: none;
  position: absolute;
  left: 0;
  background-color: white;
  width: 100%;
  z-index: 1;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

/* Add a grey background color on hover */
.subnav-content a:hover {
  background-color: #eee;
  color: black;
}

/* When you move the mouse over the subnav container, open the subnav content */
.subnav:hover .subnav-content {
  display: block;
}
.sub_sect {
    width:33%;
    display:inline-block;
    vertical-align:top;
}
.sub_sect_p {
    text-align:center;
    background-color:#0e304c;
    color:white;
    margin:10px 10px;
    padding:8px 8px;
}
.link_section {
    padding:10px 10px;
    height:150px;
    
}
.link_section a {
    display:block;
    padding:5px 5px;
    text-decoration:none;
}
.link_section a:hover {
    text-decoration:none;
}
.content {
    width:90%;
    margin-left:5%; 
    margin-top:30px;
}
.navigation {
    background-color:white;
}
.content_left{
    width:60%;
}
h4 {
     background: -webkit-linear-gradient(#7e7e7e, #736f6f, #d9d9d9);
 	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
    font-family: cairo, sans-serif;
    font-weight: 700;
    font-style: normal;
    text-align:center;
    font-size:30px;

}

/* Footer */
.hidden {
  display: none;
}
footer {
    margin-top:auto;
}
.footer-gray {
  background-color: #0e304c;
  width: 100%;

}

.footer-custom {
  color: #888;
  max-width: 90%;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 24px;

}

.footer-custom:after {
  display: table;
  clear: both;
  content: "";
}

.footer-lists:after {
  display: table;
  clear: both;
  content: "";
}

.ftr-hdr {
  color: #94D351;
  margin: 1em 0 0;
}

@media only screen and (min-width: 768px) {
  .ftr-hdr {
    font-size: 18px;
  }
}

.footer-list-wrap {
  width: 50%;
  float: left;
  box-sizing: border-box;
}

@media only screen and (min-width: 568px) {
  .footer-list-wrap {
    width: 33.3333%;
  }
}

@media only screen and (min-width: 768px) {
  .footer-list-wrap {
    width: 33.3333%;
  }
}

.ftr-links-sub {
  padding: 0;
  margin: 0;
}

.ftr-links-sub:after {
  display: table;
  clear: both;
  content: "";
}

.ftr-links-sub li {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 3px 0;
  color: #888;
  /*width: 150px;*/
}

.footer-custom a,
.footer-custom a:link,
.footer-custom a:visited,
.ftr-links-sub li .link {
  text-decoration: none;
  color: white;
  padding: 5px 0;
  display: block;
}

.footer-custom .footer-legal a {
  display: inline;
}

.footer-custom a:hover,
.footer-custom a:active,
.ftr-links-sub li .link:hover {
  text-decoration: none;
  color: #888;
  cursor: pointer;
}

@media only screen and (min-width: 768px) {
  .footer-custom a, .footer-custom a:link, .footer-custom a:visited, .ftr-links-sub li .link {
    padding: 0;
  }
}
/* BEGIN EMAIL CAPTURE STYLES*/

.footer-email {
  text-align: center;
}

#ftrEmailForm {
  height: 44px;
}

#ftrEmailForm .error {
  display: none;
  color: red;
  text-align: left;
}

#ftrEmailForm #ftrEmailInput {
  background: none repeat scroll 0 0 #FFF;
  border: 1px solid #D6D6D6;
  box-sizing: border-box;
  color: #888;
  float: left;
  padding: 5px;
  width: 70%;
  height: 100%;
  border-top-left-radius:5px;
  border-bottom-left-radius:5px;
}

#ftrEmailForm #ftrEmailInput:hover {
  border: 1px solid #888;
}

#ftrEmailForm #ftrEmailInput:focus {
  border: 1px solid #ef9223;
  outline: #ef9223 auto 5px;
}

#ftrEmailForm .button {
  width: 30%;
  height: 100%;
  padding: 5px;
  float: left;
  box-sizing: border-box;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  vertical-align: middle;
  outline: none;
  border-top-right-radius:5px;
  border-bottom-right-radius:5px;
  border-color:transparent;
  
}

#ftrEmailForm .button:hover,
#ftrEmailForm .button:active {
    color:white;

  outline: none;
}
/* BEGIN SOCIAL STYLES*/





@media only screen and (min-width: 768px) {
  .footer-lists {
    width: 100%;
  }
  .footer-email {
    width: 50%;
    float: left;
    text-align: left;
  }

}

@media only screen and (min-width: 1008px) {
  .footer-lists {
    width: 66.6666%;
    float: left;
  }
  .footer-email {
    width: 33.3333%;
  }

}

.footer-legal {
  padding: 15px 0 0;
  clear: left;
}

.footer-payment {
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .footer-legal {
    width: 66.6666%;
    float: left;
  }
  .footer-payment {
    width: 33.3333%;
    float: left;
  }
}

@media only screen and (min-width: 1008px) {
  .footer-payment {
    text-align: left;
  }
}

.footer-payment ul {
  padding: 0;
  display: inline-block;
  list-style-type: none;
}

.footer-payment ul li {
  display: inline-block;
  margin: 0 6px;
}

@media only screen and (min-width: 1008px) {
  .footer-payment ul li.ftr-stella {
    margin-left: 0;
  }
}

.ftr-bbb span,
.ftr-stella span {
  background-image: url("http://cache1.artprintimages.com/images/jump_pages/rebrand2/images/subnav2.png");
  background-repeat: no-repeat;
  background-color: transparent;
  cursor: pointer;
  display: inline-block;
  height: 36px;
  margin: 0;
  padding: 0;
}

.ftr-bbb span {
  background-position: -339px -8px;
  width: 96px;
}

.ftr-stella span {
  background-position: -339px -107px;
  width: 57px;
}
.green_background {
    background:linear-gradient(#75ad37, #7fba3f, #94D351);
}
#alert-dark {
    background-color: #0e304c;
    display:block;
    color: white;
    border-width:thin;
    border-color:white;
    top:10px;
    right:10px;
    bottom: unset;
    left: unset;
    transform: unset;
    width: 535px;
    position:fixed;
    z-index:1000;
    border-radius:10px;
    display:none;
    vertical-align:middle;
}
#alert-message {
    margin:10px 10px;
    height:100%;
    vertical-align:middle;
    
}
.Cookie_Banner {
    background-color:#0e304c;
    text-align:center;
    width:100%;
    bottom:0;
    position:fixed;
    color:white;
    padding:6px;
    vertical-align:center;
}
.Cookie_Banner button{
    background:linear-gradient(#75ad37, #7fba3f, #94D351);
    border-radius:5px;
    border:none;
    padding:6px 6px;
}
.Cookie_Banner p {
    height:100%;
    vertical-align:center;
}
.hidden {
    display:none;
}
.login_section {
    display:inline;
}
#RegisterModal input:checked {
    background-color:#0e304c !important;
}
.RegButton {
    background:linear-gradient(#0e304c, #194161, #2d587a) !important;
    color:white;
    padding:5px;
    border-radius:5px;
}
.loginregbut {
    background-color:transparent;
    border:none;
}
.err_Msg {
    color:#FF0000 ;
    margin-top:2px;
}
.loggedIn, .loggedOut {
    padding:0px 0px;
    margin:0px 0px;
    display:inline;
}
.cartlink {
    background-color:#0e304c;
    color:white !important;
    border-radius:5px;
    padding:6px 10px;
}
.cartQty {
    margin:0 0 0 0;
    vertical-align:text-bottom;
    font-family: cairo, sans-serif;
    font-weight: 400;
    font-style: normal;
}
/* Dropdown Button */
.dropbtn {
  border: none;
  outline: none;
  background-color:transparent;
      text-decoration:none;
    padding:16px 16px;
    height:100%;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 180px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}


/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

.dropdown-content a:hover {
    color:#94D351;
}
.item_col_1 {

    width:60%;
    display:inline-block;
    padding:5px 5px;
}
.item_col_2 {
    background-color:white;
    width:30%;
    display:inline-block;
    padding:5px 5px;
    vertical-align:top;
    margin-left:30px;
    border-radius:5px;
}
.item {
    width:33%;
    margin:5px 5px;
    height:200px;
    display:inline-block;
}
.image_container {
    width:90%; 
    margin-left:5%;
    margin-top:10px;
    margin-bottoM:10px;
}
.image_container img {
    width:100%;
    height:auto;
}
.product_section {
    display: inline-flex;
    flex-wrap:wrap;
    width: 75%;
    padding: 2px 2px;
    padding-top: 20px;
    vertical-align:top;
}
.product_sidepanel {
    display: inline-block;
    background-color: #e3e3e6;
    width: 20%;
    border-radius: 5px;
    padding: 2px 2px;
    margin-top: 20px;
    vertical-align:top;
}
.product_card {
    height: 60vh;
    width: calc((100% / 3) - 16px);
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    margin: 8px;
    vertical-align: text-top;
    background-color:white;
      transition: all 200ms ease-in-out;
  flex-wrap:wrap;
  align-items: center;
  justify-content: center;
}
.product_card p{
    height:40px;
    max-width: 100%;
    margin-left: 12px;
    margin-right: 12px;
    text-decoration:uppercase;
    color:#0e304c;
    overflow:hidden;
    text-align:center;
}
.image_Container_product {
    width: 94%;
    margin: 2% 2%;
    height: 140px;
    background-color: white;
    text-align: center;
}
.image_Container_product img {
    height: 120px;
    max-width: 100%;
    text-align: center;
    
}
.view_product_btn {
    width: 90%;
    margin-left: 5%;
    display: inline-block;
    padding: 8px 8px;
    border-radius: 5px;
    border-width: thin;
    background-image: linear-gradient(#0e304c, #194161, #2d587a);
    color: white;
    border-color: transparent;
    text-align:center;
}
.add_to_btn {
    width: 90%;
    margin-left: 5%;
    display: inline-block;
    padding: 8px 8px;
    border-radius: 5px;
    margin-top: 2px;
    border-width: thin;
    background-image: linear-gradient(#75ad37, #7fba3f, #94D351);
    color: white;
    border-color: transparent;
}
.Price_Card {
    display:block; 
    text-align:right !important;
    margin-right:5%; 
    width:90%; 
    height:60px;

}
.card-actions {
  margin: 8px;
  padding: 16px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#load-more {
  width: calc((100% / 3) - 8px);
  padding: 16px;
  background-color: white;
  border: none;
  cursor: pointer;
  transition: all 200ms ease-in-out;
  border-radius: 3px;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
}
#load-more:not([disabled]):hover {
  box-shadow: 0 1px 9px rgba(0, 0, 0, 0.2);
}
#load-more[disabled] {
  background-color: #eaeaea !important;
}
#Product_img {
    max-width: 100%;
    max-height: 100%;
    height: 100%;
    padding:15px 15px;
    
}
#image_container {
    height:300px;
    text-align:center;
    background-color: white;
    box-shadow: 0 1px 9px rgba(0, 0, 0, 0.2);
}
#Product_info {
    width: 60%;
    display:inline-block;
    
}
#Product_info_other {
    width:30%;
    display:inline-block;
    background-color:white;
        vertical-align:top;
    margin-left:60px;
    box-shadow: 0 1px 9px rgba(0, 0, 0, 0.2);
}
#description_container {
    background-color:white;
    box-shadow: 0 1px 9px rgba(0, 0, 0, 0.2);
}
#product_details {
    min-height:300px;
}
#description_container{

    text-decoration:none;
    background-color: white;
}
#description_container p ,h2{
    text-decoration:none;
        width:96%;
    margin-left:2%;
    text-align:left;
}
#product_view_price {
    color: #0e304c;
    font-size: 28px;
    padding-top: 20px;
    text-align:center;

}
/* Dropdown Button */
.dropbtn-sub {
  border: none;
  outline: none;
  background-color:transparent;
  text-decoration:none;
    padding:16px 16px;
    height:100%;
}

/* The container <div> - needed to position the dropdown content */
.dropdown-sub {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content-sub {
  display: none;
  position: absolute;
  background-color: white;
  padding-left:100px;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content-sub a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}


/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

.dropdown-content-sub a:hover {
    color:#94D351;
}
.item_col_1 img {
    height: 150px;
    max-width: 100%;
    text-align: center;
    display: inherit;
    padding-top: 50px;

}
.item_col_1 .img_cont{
    width: 30%;
    display: inline-block;
    height: 200px;
    text-align: center;
    border-right:solid;
    border-width:thin;
    border-color:#eee;
}
.product {
    width: 100%;
    margin: 5px 5px;
    background-color: white;
    display: inline-block;
    height: 200px;
    border-top-left-radius:50px;
    border-bottom-right-radius:50px;
}
.removeItem {
    color:#0e304c;
}
.removeItem:hover {
    color:#ed4545;
}
#Total_Cost {
    text-align:center;
    font-size:24px;
    font-weight:bold;
}
/* Style the tab */
.tab {
  overflow: hidden;
  background-color: white;
  display:inline-block;
    width:20%;
    border-radius:5px;

}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  width:100%;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  width:79%;
  background-color:white;
  vertical-align:top;
  border-radius:5px;
}

.accordion {
  background-color: white;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border-width:thin;
  border-color:#0e304c;
  text-align: left;
  font-size: 15px;
  transition: 0.4s;
  margin-bottom:4px;
    border-top-left-radius:10px;
    border-bottom-right-radius:10px;
}

.active, .accordion:hover {
  background-color:#0e304c;
  color:white;
}

.accordion:after {
  content: '\02C5';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.green_sub_btn {
        background:linear-gradient(#75ad37, #7fba3f, #94D351);
    border-radius:5px;
    border:none;
    padding:6px 6px;
    color:white;
    float:right;
}
.invoice_table th {
    text-align: left;
    background-color: #94d351;
    color: white;
    padding: 8px;
    border:solid;
    border-width:thin;
    border-color:black;
}
.invoice_table td {
    padding:8px;
        border:solid;
    border-width:thin;
}
.content li {
    list-style:none;
}
.tabs{
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.tabs button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tabs button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tabs button.active1 {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontents {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
  width:100%;
}
.navbar-inverse .navbar-nav>.active> {
    background-color: white !important;
    color:#94D351;
}