body
{
	overflow-x: hidden
}

html {
  scroll-behavior: smooth;
}


/* Add2Cart Shopping Cart CSS*/

/* On hover change cursor from trashcan */
.pTrash:hover
{
	cursor: pointer;
}

.btnCheckout:hover
{
	cursor: not-allowed;	
}

/* Remove arrows from input number */

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* Product Page CSS */

/* Adjust image zoom */
#zoom-img 
{
    width: 30vw;
    height: 50vw;
    background-position: center;
    background-size: cover;
}

/* Change opacity of side images (below main image) */

.sImage > img:hover
{
	opacity: 30%;
}

/* Main image */

.mImage
{
	float: left;
    width: 50%;
}

/* product information text */

.pInfo
{
	float: right;
    width: 50%;
	text-align: center;
}



div.col-xs-6:nth-child(1) 
{
 float: left;
 width: 50%;
 padding-bottom: 100px;
 padding-right: 100px;
}

div.col-xs-6:nth-child(2)  
{
 width: 50%;
 float: right;
}

/* Change font family of headers */

h2, h3
{
    text-transform: uppercase;
    font-family: "Montserrat",sans-serif;
    letter-spacing: 0.1em;	
	font-size:1vw;
}

h4, h5
{
    text-transform: uppercase;
    font-family: "Montserrat",sans-serif;
    letter-spacing: 0.1em;	
	font-size:0.8vw;
}

h1 
{
    text-transform: uppercase;
    font-family: "Montserrat",sans-serif;
    letter-spacing: 0.15em;	
	font-size:clamp(15px,1.5vw,100px);

}

@media only screen and (max-width: 1491px)
{
.pAction
{
	padding-left: 0px;
}
}

@media only screen and (max-width: 1342px)
{
.pAction > div
{
	width: 25%;
}
}

@media only screen and (max-width: 1335px)
{
#zoom-img
{
	width: 600px;
}
}

@media only screen and (max-width: 1274px)
{
.pAction
{
	
}
}

@media only screen and (max-width: 1170px)
{
#zoom-img
{
	width: 500px;
}
}

@media only screen and (max-width: 1060px)
{

div.col-xs-6:nth-child(1) 
{
float: none;
	width: 100%;
	padding-right: 0px;
    margin-left: 10%;
}

div.col-xs-6:nth-child(2) 
{
	width: 100%;
	float: none;
    margin-left: 10%;
}

}


@media only screen and (max-width: 1029px)
{
#zoom-img
{
	width: 400px;
}
}

@media only screen and (max-width: 988px)
{
.pExtraInfo
{
	width: 10%;
}
}


@media only screen and (max-width: 850px)
{
.mImage
{
	width: 100%;
	float: right;
}

#zoom-img
{
	width: 100%;
}

.pInfo
{
	width: 100%;
    float: none;
}

.pExtraInfo
{
	width: 100%;
}
}

@media only screen and (max-width: 767px)
{

div.col-xs-6:nth-child(1) 
{
float: none;
    margin-left: 0%;
}

div.col-xs-6:nth-child(2) 
{
    margin-left: 0%;
}

}

@media only screen and (max-width: 555px)
{
.pExtraInfo
{
	width: 24%;
}
}
