<style>

body {
}

.selectsize {
  max-width: 100%;
  list-style: none;
  padding: 0;
  text-align: left;
  margin: 0;
  border: 0 solid #000;
}

.selectsize > li {
  padding: 0 2%;
  display: inline-block;
  margin: 0;
  border: 0 solid #000000;
  text-align: center;
  margin: 0;
}

.selectsize > li input {
  display: none;
  visibility: hidden;
  text-align: center;
}

.selectsize > li label {
  cursor: pointer;
  border: 0.1vw solid #000;
  border-radius: 0.5vw;
  /* width: 2.5vw; */
  min-width: 2.5vw;
  /* height: 1.75vw; */
  display: inline-block;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-size: 1vw;
  font-weight: Normal;
  margin: 0;
  padding: 15% 10%;
  line-height: 100%;
  width: 4vw;
}

.selectsize > li input:checked + label {
  background: #000000;
  color: #FFFFFF;
  border: 0.1vw solid #000000;
  display: inline-block;
}

.selectsize .lbl-freesize {
	min-width: 5.75vw;
}

.textbox-profile {
  border: 0.1vw solid #d2d2d2;
  height: 2vw;
  width: 25vw;
  font-size: 1.25vw;
  font-family: 'Poppins', sans-serif;
  padding: 2%;
  margin: 2% 0;
  border-radius: 0.2vw;
  -moz-border-radius: 0.2vw;
  -webkit-border-radius: 0.2vw;
  box-shadow: 0 0 0.4vw #d9d9d9;
  -moz-box-shadow: 0 0 0.4vw #d9d9d9;
  -webkit-box-shadow: 0 0 0.4vw #d9d9d9;
}

.textbox-cart {
  border: 0.1vw solid #d2d2d2;
  height: 1.75vw;
  width: 15vw;
  font-size: 1.25vw;
  font-family: 'Poppins', sans-serif;
  padding: 1%;
  margin: 0.5% 0;
  border-radius: 0.2vw;
  -moz-border-radius: 0.2vw;
  -webkit-border-radius: 0.2vw;
  box-shadow: 0 0 0.4vw #d9d9d9;
  -moz-box-shadow: 0 0 0.4vw #d9d9d9;
  -webkit-box-shadow: 0 0 0.4vw #d9d9d9;
}

.textbox-cart-coupon {
  border: 0.1vw solid #d2d2d2;
  height: 1.5vw;
  width: 7.5vw;
  font-size: 1vw;
  font-family: 'Poppins', sans-serif;
  padding: 0.5%;
  margin: 0.5% 0;
  border-radius: 0.2vw;
  -moz-border-radius: 0.2vw;
  -webkit-border-radius: 0.2vw;
  box-shadow: 0 0 0.4vw #d9d9d9;
  -moz-box-shadow: 0 0 0.4vw #d9d9d9;
  -webkit-box-shadow: 0 0 0.4vw #d9d9d9;
}

.form_lbl {
	display: inline-block; position: relative; background: #343d46; color: #fff; font-size: 1.01vw;line-height: 100%; padding: 0.5% 1%; cursor: pointer;
}

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


  .selectsize > li label {
    border-radius: 1.5vw;
    min-width: 7.5vw;
    font-size: 3vw;
    padding: 10% 5%;
  }

  .selectsize .lbl-freesize {
	min-width: 15vw;
  }
  .textbox-profile {
    border: 0.1vw solid #d2d2d2;
    height: 6vw;
    width: 75vw;
    font-size: 3.5vw;
    font-family: 'Poppins', sans-serif;
    border-radius: 0.6vw;
    -moz-border-radius: 0.6vw;
    -webkit-border-radius: 0.6vw;
    box-shadow: 0 0 1.2vw #d9d9d9;
    -moz-box-shadow: 0 0 1.2vw #d9d9d9;
    -webkit-box-shadow: 0 0 1.2vw #d9d9d9;
  }

  .textbox-cart {
    border: 0.1vw solid #d2d2d2;
    height: 5.25vw;
    width: 45vw;
    font-size: 3.5vw;
    font-family: 'Poppins', sans-serif;
    border-radius: 0.6vw;
    -moz-border-radius: 0.6vw;
    -webkit-border-radius: 0.6vw;
    box-shadow: 0 0 1.2vw #d9d9d9;
    -moz-box-shadow: 0 0 1.2vw #d9d9d9;
    -webkit-box-shadow: 0 0 1.2vw #d9d9d9;
  }

  .textbox-cart-coupon {
    border: 0.1vw solid #d2d2d2;
    height: 4.5vw;
    width: 22.5vw;
    font-size: 3vw;
    font-family: 'Poppins', sans-serif;
    border-radius: 0.6vw;
    -moz-border-radius: 0.6vw;
    -webkit-border-radius: 0.6vw;
    box-shadow: 0 0 1.2vw #d9d9d9;
    -moz-box-shadow: 0 0 1.2vw #d9d9d9;
    -webkit-box-shadow: 0 0 1.2vw #d9d9d9;
  }
  
.form_lbl {
	background: #343d46; color: #fff; font-size: 3vw;line-height: 100%; padding: 1% 2.5%; cursor: pointer;
}
  
}

/* start contact us form */

	* {
		box-sizing: border-box;
	}
	
@font-face {
    font-family: myfont3;
    src: url("fonts/Helvetica-Condensed-Thin.ttf");
	    font-weight: 100;
    font-style: oblique;
}


	
.contact-us input {
	width: 100%; padding: 2% 2%; background: #fff; border: 0; border-bottom: 0.1vw solid #d2d2d2; color: #666;
}
.contact-us input:focus {
	border: 0; border-bottom: 0.1vw solid #d2d2d2; color: #666;
}

.contact-us input[type="file"] {
	width: 100%; padding: 2% 5%; background: #fff; border: 0.1vw solid #d2d2d2; color: #666;
}
/*
.contact-us .input-file {
	width: 100%; padding: 2% 15%; background: #fff; border: 0.1vw solid #d2d2d2;
}
*/
.contact-us select {
	width: 100%; padding: 2% 2%; background: #fff; border: 0; border-bottom: 0.1vw solid #d2d2d2; color: #666;
}
.contact-us .redborder {
	border: 0.1vw solid #d61f55;
}
.contact-us input[type="file"].redborder {
	border: 0.1vw solid #d61f55;
}

.contact-us li {
	font-weight: Normal;
}
/*
.contact-us .input-file-redborder {
	width: 100%; padding: 2% 15%; background: #fff; border: 0.1vw solid #d61f55;
}
*/
.contact-us .sectionaddress {
	 padding: 2.5% 0 2% 7%; text-align: left;
}

.contact-us .addresslines {
	width: 75%; list-style: none; margin: 1% 0; color: #444; letter-spacing: 0.05vw; font-weight: bold;
}

.contact-us .addresslines li {
	border-bottom: 0.1vw solid #d2d2d2; padding: 2% 0;
}

.contact-us .addressmarker {
	color:#444; float: left; font-size: 200px; padding: 0 2.5%;	
}
.contact-us .contactus-container {
background-image: url("images/contactus_bg_02.jpg?r=<?php echo rand(); ?>");
  background-repeat: no-repeat;
  background-attachment: fixed;
background-size: 100% auto;  
}
.contact-us .sectionheading {
	padding: 1.5% 5% 0 8.5%;
}
.contact-us .btn_submit {
	display: inline-block; position: relative; width: auto; background: rgba(204,35,42,1.0); color: #fff; padding: 1% 5%; cursor: pointer;
}
.contact-us .lbl_file {
	display: inline-block; position: absolute; width: auto; top: 18%; left: 4%; background: #d2d2d2; color: #1e1e1e; padding: 2% 2.5%; cursor: pointer;
}
	
	/*
	.contact-us .form-txtbox {
	 color: #444; padding: 0.25vw; border-top: 0.1vw solid #ccc; border-right: 0.1vw solid #ccc; border-bottom: 0.1vw solid #ccc; border-left: 0.1vw solid #ccc; width: 85%; font-size: 1vw; font-family: myfontmedium;
	}
	
	.contact-us .form-txtarea {
	 color: #444; padding: 0.25vw; border: 0px solid #444; width: 85%; height: 7vw; font-size: 1vw; font-family: myfontmedium; border-top: 0.1vw solid #ccc; border-right: 0.1vw solid #ccc; border-bottom: 0.1vw solid #ccc; border-left: 0.1vw solid #ccc;
	}
	
	.contact-us .form-label-extra {
	background: #1e1e1e; border-top: 0vw solid #111; border-bottom: 0vw solid #111; border-right: 0% solid #111; border-left: 0vw solid #111; color: #ecf490; padding: 1% 5%; cursor: pointer; font-size: 1.25vw; line-height: 1.25vw; font-family: myfontmedium;
	}
	
	.contact-us .form-label {
	background: #2d2d2b; border-top: 1px solid #111; border-bottom: 1px solid #111; border-right: 4px solid #111; border-left: 4px solid #111; color: #ecf490; padding: 1% 5%; cursor: pointer; font-size: 1.25vw;
	}
*/

      .contact-us #map {
		margin: 5% 2.5%;  
        width: 95%;
        height: 20vw;
      }	
	  
	  .contact-us .heading-title {
		text-align: left; padding: 1%; font-size: 1.25vw; color: #2d2d2b; line-height: 100%;
	  }
	  
	  
@media (max-width: 899px) {	  
.contact-us .sectionaddress {
	 padding: 7.5% 0; text-align: left;
}

.contact-us .sectionheading {
	padding: 2.5% 2.5% 0 5%;
}

.contact-us .btn_submit {
	display: inline-block; position: relative; width: auto; color: #fff; padding: 1% 5%; cursor: pointer;
}

.contact-us .addresslines {
	width: 100%; min-width: 100%; max-width: 100%; list-style: none; margin: 1% 0; color: #444; letter-spacing: 0.05vw; font-weight: bold; padding: 0;
}

.contact-us .addressmarker {
	float: left; font-size: 150px; padding: 0 2.5%; margin: 20px 0; display: none;
}
.contact-us .heading-title {
		text-align: left; padding: 1%; font-size: 3.5vw; color: #2d2d2b; line-height: 100%;
	  }
	  
	  .contact-us #map {
		margin: 5% 2.5%;  
        width: 95%;
        height: 50vw;
      }	
}

/* end contact us form */
</style>

