@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic,700,700italic,800,800italic);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic);




/*-----------------------------------------------------------------*/
/* Buttons
/*-----------------------------------------------------------------*/

.btn {
    box-shadow: none;
    font-weight: 600;
    padding: 6px 23px;
    font-size: 15px;
    border-radius: 20px;
    border: 2px solid transparent;
    color: #262B37;
    transition: all 200ms ease 0s;
}

.btn-red {
	background: rgb(243, 88, 91);
	border-color: rgb(243, 88, 91);
	color:#FFF;
}
.btn-red:hover, .btn-red:focus {
	background:#FFF;
	border-color: FFFF;
	color:#000;
}

.btn-white {
	background:#FFF;
	border-color: FFFF;
	color:#5F5A5A;
}

.btn-white:hover, .btn-white:focus {
	color: #FFF;
	background: #3366ff;
	border-color:#3366ff;
}


.btn-gray-border:hover, .btn-gray-border:focus {
	color: #FFF;
	background: rgb(243, 88, 91);
	border-color: rgb(243, 88, 91);
}

.btn-green {
	background:#3366ff;
	border-color: #3366ff;
	color:#FFF;
}

.btn-green:hover, .btn-green:focus {
	color: #FFF;
	background:transparent;
	border-color: #FFF;
}

.btn-gray-border {
    border: 2px solid #7A7A7B;
    background: transparent;
    color: #4F4F50;
}

.btn-gray-border:hover, .btn-gray-border:focus {
	color: #FFF;
	background:#3366ff;
	border-color:#3366ff;
}

/*



/*-----------------------------------------------------------------*/
/* Created CSS for Screenshot Game Challange
/*-----------------------------------------------------------------*/


.gamecontainer{
    box-sizing: border-box;.
	min-height: 100px;
	width: auto;
	overflow: hidden;
	column-gap: 10px;
  	padding: 2px;
	padding-right: 6px;
    padding-left: 4px;
    margin-right: 5px;
    margin-left: 5px;
	box-shadow:hsl(0, 0%, 80%) 0 0 16px;
	background-color: #eeeff2;
	border-radius: 4px;
	outline: 2px solid #CCC;
    border: 1px solid #999;
    z-index: 2;
}


.col-lg-4 {
	display: grid;
    align-items: flex-start;
    grid-template-columns: repeat(auto-fit, minmax(370px, auto) );
    column-gap: 10px;
	box-sizing: border-box;
    grid-template-rows: auto auto auto auto;
	grid-auto-flow: row;
	grid-gap: 8px;
	width: 100%;
	min-height: 800px;
  	padding: 2px;
	padding-right: 5px;
    padding-left: 5px;
    margin-right: 2px;
    margin-left: 2px;
    color: #eeeff2;
	border-radius: 4px;
	outline: 2px solid #CCC;
    border: 1px solid #999;
	margin-top: 10px;
	box-shadow:hsl(0, 0%, 80%) 0 0 16px;
	background-color: #fff;
	border-radius: 4px;
	padding: 5px;
	z-index: 2;
}

.gamegrid-image{
	width: 100%;
}


.productimage {
	display: grid;
	display: block;
	max-width: 400px;
	max-height: 250px;
	border: 1px solid #ddd;
  	border-radius: 4px;
  	padding: 5px;
}

.productimage:hover {
  box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}

.objecttitle {
	display: grid;
	display: block;
	color: #000000;
}

.objectbody {
	display: grid;
	display: block;
	color: #000000;
}

.like-form {
	display: inline-block; 
	color: #000000;
}

.ui button like-btn{
	align-items: center 
	display: inline-block; 
	display: grid;
	display: block;
	color: #000000;
}

.ui.grid{
	display: inline-block;
	align-items: center 
}

.column{
	display: inline-block;
	align-items: center 
}


/* Share Buttons */



.share-btn-container {
  background: #fff;
  display: flex;
  padding: 16px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  flex-direction: column;
}

/* Media Queries */

@media (max-width: 550px) {
  .content {
    padding: 8px 32px;
  }

  .share-btn-container {
    z-index: 0;
    position: absolute;
    transform: unset;
    top: unset;
    left: 0;
    bottom: 0;
    width: 100%;
    flex-direction: row;
    box-shadow: 4px 0 8px rgba(0, 0, 0, 0.3);
    padding: 16px 0;
    justify-content: center;
  }

  .share-btn-container a {
    margin: 0 32px;
  }
}


.share-btn-container a i {
  font-size: 32px;
}

.share-btn-container a {
  margin: 12px 0;
  transition: 500ms;
}

.share-btn-container a:hover {
  transform: scale(1.2);
}

.share-btn-container .fa-facebook {
  color: #3b5998;
}

.share-btn-container .fa-whatsapp {
  color: #25d366;
}

.share-btn-container .fa-envelope {
  color: #c3c7d1;
}

.share-btn-container .fa-reddit {
  color: #ff4500;
}

.share-btn-container .fa-twitter {
  color: #1da1f2;
}


.social-icons{
    text-align: center;
    justify-content: center;
    align-items: center;

}



.MineralWater{
    font-family: Copperplate Gothic Bold;
    line-height: 1em;
    font: bold;
}



.modelsocialshare-btn-container {

}
.fa-facebook {
  color: #3b5998;
  font-size: 32px;
}

.fa-twitter {
  color: #1da1f2;
  font-size: 32px;
}

.fa-reddit {
  color: #ff4500;
  font-size: 32px;
}

.fa-envelope {
  color: #c3c7d1;
  font-size: 32px;
}

.fa-whatsapp {
  color: #25d366;
  font-size: 32px;
}



.ParentBottomfotter {
    padding-top: 5px;
    padding-bottom: 5px;
    border-top:40px #ED2939;
    border-bottom:40px #ED2939;
    width: 100%;
    display: flex;
    background-color: #ED2939;
    text-align: center;
}

.Bottomfotter1 {
    float: left;
    width: 33%;
    text-align: center;
    background-color: #ED2939;
        }

.Bottomfotter2 {
    float: left;
    width: 33%;
    text-align: center;
    word-wrap: break-word;   
        }

.Bottomfotter3 {
    float: right;
    width: 33%;
    text-align: center;
    word-wrap: break-word;   
        }

/*-----------------------------------------------------------------*/
/*  MY CUSTOM STYLES - ADDED 
/*-----------------------------------------------------------------*/

#gamearea {
  font-family: Copperplate Gothic Bold;
  font-size: 20px;
  color: #3366ff;
}




/*-----------------------------------------------------------------*/
/*  From Main syle Sheet
/*-----------------------------------------------------------------*/



@-ms-viewport{ width: device-width; }

body{
	background-color: #fff;
	cursor: cell;
}

h1,h6{
    font-family: Eras Bold ITC Bold;
	color:hsl(0, 0%, 30%);
}

.box-element{
	box-shadow:hsl(0, 0%, 80%) 0 0 16px;
	background-color: #d4d4d4;
	border-radius: 8px;
	padding: 10px;
}

.thumbnail{
	width: 100%;
	height: 400px;
	-webkit-box-shadow: -1px -3px 5px -2px rgba(214,214,214,1);
    -moz-box-shadow: -1px -3px 5px -2px rgba(214,214,214,1);
    box-shadow: -1px -3px 5px -2px rgba(214,214,214,1);
}

.product{
	border-radius: 0 0 4px 4px;
}

.bg-dark{
	background-color: #ED2939!important;
	text-align: center;
}

#cart-icon{
	width:25px;
	display: inline-block;
	margin-left: 15px;
}

#cart-total{
	display: block;
	text-align: center;
	color:#fff;
	background-color: red;
	width: 20px;
	height: 25px;
	border-radius: 50%;
	font-size: 14px;
}

.col-lg-4, .col-lg-6, .col-lg-8, .col-lg-12{
	margin-top: 10px;
}

.btn{
	border-radius: 0;
}

.row-image{
	width: 100px;
}

.form-field{
	width:250px;
	display: inline-block;
	padding: 5px;
}

.cart-row{
	display: flex;
    align-items: flex-stretch;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ececec;

}

.quantity{
	display: inline-block;
	font-weight: 700;
	padding-right:10px;
	

}

.chg-quantity{
	width: 12px;
	cursor: pointer;
	display: block;
	margin-top: 5px;
	transition:.1s;
}

.chg-quantity:hover{
	opacity: .6;
}


.hidden{
	display: none!important;
}


action.center{

}






}

#content-wrapper{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}


.column{
	display: block;
  	margin-left: auto;
  	margin-right: auto;
	max-width: 600px;
	padding: 10px;
	cursor: cell;
	border: 2px solid black;
	box-shadow:hsl(0, 0%, 80%) 0 0 16px;
	border-radius: 8px;
	padding: 10px;
	background-color: #f5f5fa;

}

.column2{
	display: block;
  	margin-left: auto;
  	margin-right: auto;
	max-width: 600px;
	padding: 10px;
	background-color: #e2e4ea;
	box-shadow:hsl(0, 0%, 80%) 0 0 16px;
	border-radius: 8px;
	padding: 10px;
	cursor: pointer;

}

#featured{
	display: block;
  	margin-left: auto;
  	margin-right: auto;	

    max-width: 100%;
	max-height: 100%;
	object-fit: cover;
	cursor: cell;
	border: 2px solid black;

}

.thumbnail{
	object-fit: contain;
	max-width: 80px;
	max-height: 40px;
	cursor: pointer;
	opacity: 0.5;
	margin: 5px;
	border: 2px solid black;

}

.thumbnail:hover{
	opacity:1;
}

.active{
	opacity: 1;
}

#slide-wrapper{
	margin-top: 0px;
	max-width: 500px;
	display: flex;
	min-height: 100px;
	align-items: center;
}

#slider{
	max-width: 440px;
	display: flex;
	flex-wrap: nowrap;
	overflow-x: auto;
	cursor: pointer;

}

#slider{
	width: 440px;
	display: flex;
	flex-wrap: nowrap;
	overflow-x: auto;
	cursor: pointer;

}



#slider::-webkit-scrollbar {
		width: 8px;

}

#slider::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);

}
 
#slider::-webkit-scrollbar-thumb {
  background-color: #ED2939;
  outline: 1px solid slategrey;
   border-radius: 100px;

}

#slider::-webkit-scrollbar-thumb:hover{
    background-color: #ED2939;
}

.arrow{
	width: 30px;
	height: 30px;
	cursor: pointer;
	transition: .3s;
}

.arrow:hover{
	opacity: .5;
	width: 35px;
	height: 35px;
}

#img-container{
	z-index: 1;
	max-width: 100%;
	height: auto;
	margin: auto;
	position: relative;
	object-fit: cover;
    justify-content: center;
    align-items: center;
}

/#lens{
	margin-top: 150px;
	margin-left: 50px;
	z-index: 2;
	position: absolute;

	height: 200px;
	width: 200px;

	background-repeat: no-repeat;
	cursor: none;

}




.MineralWater {
    font: Copperplate Gothic Bold;
    padding: 0;
    margin: 0;
    line-height: 1em;
}

.MineralWater h2{
    font-family: Copperplate Gothic Bold;
    color:#ED2939;
    font-weight: bolder;
    font-size: 1.95rem;
    line-height: 0.7em;
}
.MineralWater h3{
    font-family: Copperplate Gothic Bold;
    color:#FFFFFF;
    font-size: 1.80rem;
    font-weight: bolder;
    line-height: 0.7em;

}
.MineralWater h5{
    font-family: Copperplate Gothic Bold;
    color:#ED2939;
    font-size: 1.25rem;
    font-weight: bolder;
    line-height: 0.7em;

}



.Pricelisting h5{
    font-family: Eras Bold ITC Bold;
    color:#FFFFFF;
    line-height: 0.7em;
    font-size: 1.22rem
}

.Pricelisting h8{
    font-family: Copperplate Gothic Bold;
    color:#FFFFFF;
    line-height: 1.7em;
    font-size: .90rem
}



h4{
    font-family: Eras Bold ITC Bold;
    color:#FFFFFF;
    font-size: 1.2rem;
    font-weight: bolder;
    line-height: 0.8em;
}

h10{
    font-family: Eras Bold ITC Bold;
    color:#000000;
    font-size: 1.2rem;
    font-weight: bolder;
    line-height: 1em;
}



