/*button {
	border-radius:0
}
button:focus {
	outline:1px dotted;
	outline:5px auto -webkit-focus-ring-color
}
button {
	margin:0;
	font-family:inherit;
	font-size:inherit;
	line-height:inherit
}
button {
	overflow:visible
}
button {
	text-transform:none
}
[type=reset],[type=submit],button,html [type=button] {
	-webkit-appearance:button
}
[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner {
	padding:0;
	border-style:none
}
*/

/*body {background-color: #fcfcfc;font-family: "Helvetica";}
u{text-decoration:none;}
h2{font-size:20px;}
a:link{color:#000;text-decoration: none;}
a:visited{color:#000;text-decoration: none;}

a:active{color:#000;text-decoration: none;}
*/

/*####################### NAVIGATION BAR #######################*/
/* NavBar Menu  + some bootstrap changes
.navbar { margin:0;}
.label,.glyphicon { margin-right:5px; }            
.navbar-default .navbar-toggle .icon-bar {background-color: #777; font-weight: bold;}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {background-color: #fff;} 
.shareCont{margin-top:20px;}
#navBarName{font-size:30psx;}
li{font-weight:600;}
.navbar-brand {float:none;padding: 0;}
.navbar-header{margin:5px;}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .open > a {
    background-image: linear-gradient(to bottom, #fcfcfc 0px, #fcfcfc 100%);
    background-repeat: repeat-x;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.075) inset;
}
/*####################### //// NAVIGATION BAR  #######################*/


/*####################### CAROUSEL SLIDER #######################*/
/* Hide carousel/slider when screen with smaller than 480px */
a:hover {
  text-decoration: none;
}

@media screen and (max-width: 480px) {
  #myCarousel {
    display: none;
  }
}

#myCarousel {
  margin-bottom: 20px;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
  margin: auto;
  width: 100%;
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
  display: block;
  max-width: 77%;
  height: auto;
}

.carousel-inner {
  margin: 0 auto;
  max-width: 980px;
}

/*Left Carousel Slider */
.carousel-control.left {
  background: none;
}

/* Right Carousel Slider */
.carousel-control.right {
  right: 0;
  left: auto;
  background: none;
}

/*####################### //// CAROUSEL SLIDER #######################*/


/*####################### SHOPPING CART INFO BAR(The one that display total items in the cart) #######################*/
/*.shopping_cart_info_holder{margin-bottom:20px; text-align: center;} */
/*
*/


#items_in_shopping_cart,
#items_in_shopping_carted {
  background: url(../image/carteds.png) 0 0;
  font-weight: 500;
  display: block;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
  position: absolute;
  left: 10px;
  top: 11px;
  max-width: 46px;
  background-size: contain;
  height: 26px;
  color: blue;
  background-repeat: no-repeat;
  line-height: 18px;
}

/*.shopping_cart_info:hover{border:1px solid #dedede;} */
/*####################### //// SHOPPING CART INFO BAR #######################*/
.item_disp_data {
  margin: 0 auto;
  margin-bottom: 20px;
  padding: 1px;
  max-width: 250px;
  max-height: 30px;
  border-radius: 5px;
  text-decoration: none;
  cursor: pointer;
}

/*####################### THE SHOPPING CART #######################*/
.shopping_cart_holder,
.modal_holder {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 999999;
  display: none;
  margin: 0 auto;
  margin: 0 auto;
  margin-top: 30px;
  padding: 5px;
  max-width: 600px;
  max-width: 1000px;
  border: 1px solid #dedede;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  color: #000;
}

.shopping_cart_holder ul.cart-products-loaded {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Close viewing shopping cart */
.shopping_cart_holder .close_shopping_cart_holder,
.modal_holder .close_modal_holder {
  float: right;
  padding: 2px;
  border: 1px solid #000;
  background-color: #fff;
  color: #000;
  font-size: 15px;
}

.shopping_cart_holder .close_shopping_cart_holder:hover,
.modal_holder .close_modal_holder:hover {
  border: collapse;
  background-color: #000;
  color: #fff;
}

#shopping_cart_output ul.cart-products-loaded li {
  margin-bottom: 1px;
  padding: 5px;
  background: #888;
}

.shopping_cart_holder .remove_item_from_cart {
  float: right;
  margin-left: 30px;
  padding: 0 10px;
  border: 1px solid #dedede;
  border-radius: 30px;
  color: red;
  text-decoration: none;
  font-size: 20px;
}

.shopping_cart_holder .remove_item_from_cart:hover {
  font-weight: 600;
}

.shopping_cart_holder .cart-products-total {
  padding: 5px 0px 0px 5px;
  text-align: left;
  font-weight: bold;
}

.shopping_cart_holder h3 {
  margin: 0;
  padding: 0px 0px 5px 0px;
}

/* Checkout button */
.shopping_cart_holder .checkoutButton {
  border-radius: 0;
  background-color: #ff5500;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
}

/* Checkout button hover */
.shopping_cart_holder .checkoutButton:hover {
  font-weight: 700;
}

.itemInCardRow {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.quantity_change {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background: #eee none repeat scroll 0 0;
  text-align: center;
  line-height: 20px;
}

/*####################### //// THE SHOPPING HOLDER #######################*/


/*#######################  DISPLAY ITEMS  #######################*/

ul.list_of_items {
  margin: 0;
  padding: 0;
  color: #777;
  list-style: none;
  text-align: center;
  padding: 0;
  /* margin: 0;
  margin: 0.5em 0.5em;
  
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: inline-block;
  -webkit-flex-flow: row wrap;
  justify-content: space-around;
  */
}

ul.list_of_items li {
  display: inline-block;
  /* margin: 5px; */
  border: 1px solid #f7f7f7;
  background: #fff;
  text-align: center;



  text-align: center;
  margin: 1em;
  margin-right: 1.5rem;
  flex: 1 1 1 1;

}

.item_title_holder {
  text-align: center;
}

/* Display item name when on hover of item image */
ul.list_of_items li .item_disp_title {
  position: absolute;
  top: 1%;
  padding: 8px;
  width: 100px;
}

ul.list_of_items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: space-around;
  align-items: flex-start;
}

.col-sm-4 {

  max-width: 24.5%;
}

.container {
  max-width: inherit;
}

.item_disp_title {
  z-index: 9999;
  display: none;
  width: auto;
  width: 150px;
  color: #fff;
  text-align: center;
  text-decoration: none;

}

ul.list_of_items li .item_disp_values {
  padding: 2px;
  border-top: 1px solid #EAEAEA;
  border-bottom: 1px solid #EAEAEA;
  text-align: center;
}

ul.list_of_items li .item_disp_values div {
  margin-bottom: 5px;
}

ul.list_of_items li .item_disp_values button {
  padding: 2px;
  width: 100px;
  border: none;
  background: #00509d;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  font-size: 18px;
  cursor: pointer;
}

ul.list_of_items li .item_disp_values button:hover {
  background: #07618d;
  color: #fefefe;
  text-shadow: 0 3px 0 rgba(1, 2, 1, 0.3);
}

.item_disp_image {
  margin: 0 auto;
  width: 80%;
  vertical-align: middle;
  cursor: pointer;
}

.item_disp_img_holder {
  margin: 0 auto;
  text-align: center;
}



/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 5% auto;
  /* 15% from the top and centered */
  padding: 20px;

  width: 90%;
  /* Could be more or less, depending on screen size */
}

/* The Close Button */


/*#item_display{
 position:fixed;    
    top: 10%;
    left: 15%;    
    z-index:99999;
    margin: auto;
    width:800px;
    height:auto;
}
*/
@media only screen and (max-width: 479px) {
  #itedisplay {
    position: fixed;
    top: 13%;
    left: 5% !important;
    z-index: 99999;
    margin-left: 1em;
    width: auto;
    height: auto;
  }

  .list_of_items>li {
    position: relative;
    left: 12%;
  }

  .listedTerms>li {
    position: relative;
    left: 48%;
  }

  #carouselInner {
    float: left;
    width: 500px;
    overflow: hidden;
  }

  .closes {
    z-index: 9999999;
    position: fixed;
    left: 5% !important;
    top: 10%;
    font-size: 50px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-decoration: none;
    color: red;
    font-size: 26px;
  }

  .col-sm-4 {

    max-width: 73.5%;
  }
}

@media only screen and (max-width:610px) {
  #itemisplay {
    position: fixed;
    top: 13%;
    left: 2%;
    z-index: 99999;
    margin-left: 0.5em;
    width: auto;
    height: auto;

  }

  #carouselInner {
    float: left;
    width: 650px;
    overflow: hidden;
  }

  .col-sm-4 {

    max-width: 49%;
  }
}

@media only screen and (max-width:768px) {
  #itedisplay {
    position: fixed;
    top: 13%;
    left: 12%;
    z-index: 99999;
    margin-left: 0.5em;
    width: auto;
    height: auto;

  }

  .col-sm-4 {

    max-width: 73.3%;
  }
}

@media only screen and (max-width:1100px) {
  #itedisplay {
    position: fixed;
    top: 13%;
    left: 12%;
    z-index: 99999;
    margin-left: 0.5em;
    width: auto;
    height: auto;

  }

  .col-sm-4 {

    max-width: 49%;
  }
}

.item_display_img {
  z-index: 9998;
  border: 2px solid #f4f4f4;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  transform: scale(1);
}

.item_display_img:hover {
  z-index: 9998;
  border: 2px solid #f4f4f4;
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  transform: scale(1.2);
}

.close_image {
  position: absolute;
  z-index: 9999999;
  display: block;
  float: right;
  margin: 10px;
  padding: 0 10px;
  border: 1px solid #000;
  color: red;
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
}

.shopping_cart_holder,
.modal_holder {
  position: fixed;
  left: 10%;
  top: 1%;
  margin: auto;

}

.close_image:hover {
  color: red;
  font-weight: 600;
  cursor: pointer;
}

/*#######################  //// DISPLAY ITEMS  #######################*/

/*####################### DISPLAY INFO ABOUT UPDATED CART(in the middle of the page) #######################*/
#cart_update_info,
#cart_update_infoed {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1000000;
  margin-left: -8em;
  width: 10em;
  height: auto;
}

#new_item_added {
  position: fixed;
  margin: 0 auto;
  padding: 2px;
  max-width: 250px;
  height: auto;
  border: 1px solid #ccc;
  border-radius: 8px;
  background-color: #f3f3f3;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.32);
  color: #0654ba;
  text-align: center;
  text-decoration: none;
  /*    font-family: Arial;*/
  font-size: 20px;
}

/*####################### DISPLAY INFO ABOUT UPDATED CART(in the middle of the page) #######################*/


/*####################### CHECKOUT PAGE #######################*/
.checkout_btn {
  margin-bottom: 5px;
  border-radius: 0px;
  background-color: #00b300;
  color: #fff;
}

.continue_shopping_btn {
  margin-bottom: 5px;
  border-radius: 0px;
  background-color: #ff5500;
  color: #fff;
}

/*####################### //// CHECKOUT PAGE #######################*/


/*####################### FOOTER #######################*/
.footerHolder {
  clear: both;
  width: auto;
  background-color: #ccc;
  text-align: center;
}

.footer,
.push {
  height: 30px;
}

/*####################### //// FOOTER  #######################*/
.anotherDiv {
  z-index: 2000;
  display: none;
  width: auto;
  width: 100px;
  top: 40%;
  transform: translate(-40%, -40%);


}

img#type {
  display: block;

}

.site-content {
  background-color: white;
}



#caption {
  position: absolute;
  top: 40%;
  left: 40%;
  transform: translate(-40%, -40%);
  color: black;
  font-weight: bold;
}



#modal_output {
  height: 300px;
  overflow-y: auto;
  overflow-x: hidden;


}

#shopping_cart_output {
  height: 500px;
  overflow-y: auto;
  overflow-x: hidden;
}

#carouselInner {
  float: left;
  width: 1281px;
  overflow: hidden;
}

#carouselUL {
  position: relative;
  list-style-type: none;
  left: -300px;
  margin: 0px;
  padding: 0px;
  width: 10000px;
  padding-bottom: 10px;
}

#carouselUL li {
  float: left;
  width: 300px;
  height: 300px;
  padding: 0px;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 5px;
  margin-right: 5px;
  text-align: center;
}

.arrow {
  border: solid black;
  border-width: 0 5px 5px 0;
  display: inline-block;
  padding: 10px;
  margin-top: 180px;
  border-radius: 0 3px 3px 0;
  border-top-left-radius: 0px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0px;
  clip: rect(-10px, 55px, 110px, 0);
}

.right {
  position: absolute;
  right: 10px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);

  z-index: 10000;


}

.left {
  position: absolute;
  left: 10px;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  z-index: 10000;
}

.inner-wrapper #primary {
  background-color: white;
  width: 100%;
  margin-right: -80px;
  margin-left: 0px;
}

.PresetFilters {
  width: 50%;
  margin: auto;
  padding: 10px;
}

ul {
  list-style-type: none !important;
}

.inner-wrapper .footers {
  list-style-type: none;
  float: left;
  width: 33.3%;

}

@media only screen and (max-width: 375px) and (min-width: 280px) {
  .inner-wrapper .footers {
    list-style-type: none;
    float: left;
    width: 50%;

  }
}

.PresetFilters .viewAll {
  -webkit-border-radius: 5px;
  -moz-border-radius:
    5px;
  border-radius: 5px;
  -webkit-transition: background-color .3s ease-out;
  -moz-transition: background-color .3s easeout;
  transition: background-color .3s ease-out;
  text-decoration: none;
  background-color: #368ad2;
  display: inline-block;
  text-align: center;
  padding: 8px 10px;
  color: #f8f8f2;
  margin: 5px;
  border: none;
  font-size: 18px;
  width: 120px;
  cursor: pointer
}

.magNify {
  text-align: center;
  font-size: 30px;

}

.st-custom-button[data-network] {
  background-color: #0adeff;
  display: inline-block;
  padding: 5px 10px;
  cursor: pointer;
  font-weight: bold;
  color: #fff;

}

#sharethis {
  font-family: "Helvetica Neue", Verdana, Helvetica, Arial, sans-serif;

  display: block;
  opacity: 1;
  text-align: center;

}

#sharethis.st-hidden {
  opacity: 0;
}

#sharethis.st-hide {
  display: none;
}

#sharethis .st-btn {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: opacity 0.2s ease-in, top 0.2s ease-in;
  -ms-transition: opacity 0.2s ease-in, top 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in, top 0.2s ease-in;
  -webkit-transition: opacity 0.2s ease-in, top 0.2s ease-in;
  transition: opacity 0.2s ease-in, top 0.2s ease-in;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  margin-right: 8px;
  padding: 0 12px;
  position: relative;
  text-align: center;
  top: 0;
  vertical-align: top;
  white-space: nowrap;
}

#sharethis .st-btn:last-child {
  margin-right: 0;
}

#sharethis .st-btn>svg {
  height: 20px;
  width: 20px;
  position: relative;
  top: 10px;
  vertical-align: top;
}

#sharethis .st-btn>img {
  display: inline-block;
  height: 20px;
  width: 20px;
  position: relative;
  top: 10px;
  vertical-align: top;
}


#sharethis .st-total>span.st-shares {
  font-size: 12px;
  line-height: 12px;
}

#sharethis.st-justified {
  display: flex;
  text-align: center;
}

#sharethis.st-justified .st-btn {
  -moz-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}

#sharethis .st-btn:hover {
  opacity: .8;
  top: -4px;
}

#sharethis .st-btn[data-network='whatsapp'] {
  background-color: #25d366;
}

#sharethis .st-btn[data-network='whatsapp'] svg {
  fill: #fff;
}

#sharethis .st-btn[data-network='whatsapp']>span {
  color: #fff;
}

#sharethis .st-btn[data-network='linkedin'] {
  background-color: #0077b5;
}

#sharethis .st-btn[data-network='linkedin'] svg {
  fill: #fff;
}

#sharethis .st-btn[data-network='linkedin']>span {
  color: #fff;
}

#sharethis .st-btn[data-network='messenger'] {
  background-color: #448AFF;
}

#sharethis .st-btn[data-network='messenger'] svg {
  fill: #fff;
}

#sharethis .st-btn[data-network='messenger']>span {
  color: #fff;
}

#sharethis .st-btn[data-network='facebook'] {
  background-color: #3B5998;
}

#sharethis .st-btn[data-network='facebook'] svg {
  fill: #fff;
}

#sharethis .st-btn[data-network='facebook']>span {
  color: #fff;
}

#sharethis .st-btn[data-network='pinterest'] {
  background-color: #CB2027;
}

#sharethis .st-btn[data-network='email'] {
  background-color: #7d7d7d;
}

.PresetFilters {

  margin-top: 2em;
  text-align: center;
  font-size: 1.5em;
  padding: 10px;
}

#sharethis .st-btn[data-network='pinterest'] svg {
  fill: #fff;
}

#sharethis .st-btn[data-network='pinterest']>span {
  color: #fff;
}

#sharethis .st-btn[data-network='twitter'] {
  background-color: #55acee;
}

#sharethis .st-btn[data-network='twitter'] svg {
  fill: #fff;
}

#sharethis .st-btn[data-network='pintrest'] svg {
  fill: #55acee;
}

#sharethis .st-btn[data-network='twitter']>span {
  color: #fff;
}

#sharethis .st-left {
  left: 0px;
}

#sharethis {
  font-family: "Helvetica Neue", Verdana, Helvetica, Arial, sans-serif;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: ease-in;
  transition-delay: 0s;
  text-align: left;

}

#displayItasblock {
  position: relative;
  list-style-type: none;
  display: inline-block;

}

#displayItasblock>li {
  float: left;
  margin-left: 10px;
}

.pagination {
  padding: 0px;
  margin: 0px;
  height: 30px;
  display: block;
  text-align: center;
}

.pagination li {
  display: inline-block;
  list-style: none;
  padding: 0px;
  margin-right: 1px;
  width: 30px;
  text-align: center;
  background: #4CC2AF;
  line-height: 25px;
}

.pagination .disabled {
  display: inline-block;
  list-style: none;
  padding: 0px;
  margin-right: 1px;
  width: 30px;
  text-align: center;
  line-height: 25px;
  background-color: #666666;
  cursor: inherit;
}

.pagination li a {
  color: #FFFFFF;
  text-decoration: none;
}