
 * {  margin: 0 ;  padding: 0 ;
   } 


body > main {
	 margin: 0;
	 background: #ffffff;
	 font-family: 'Work Sans',Sans-serif;
	 font-weight:300;
	 width: 85%;
      
}

.headerContainer {
	width: 80%;
	margin: 0 auto;
	
	
}

.containerlogo {
	 background: #ffffff;
	 color: #444;
	
}

header {
	 background: #f2f2f2;
	 color: #444;
	
}

header > nav div a {
	
	color: #444;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
}



/* Vertical Navigation Styles */

div.verticalNavigation ul {
   margin-left: 1em;
   line-height: 2em;
   color: #262626;
   list-style-type: none;
}


footer > div.verticalNavigation { 
display: block;
float: left;
width: 30;

}

footer { 
clear: left;
}

footer::after { 
clear: both ;
content: "" ;
display: table;

}


/* Footer Layout Styles */

body > footer {
   font-size: 0.9em;
   background: #f2f2f2;
   
}



 div#LineBlank  { clear: both;   }
 
.gap100{ 
  padding: 20px 0px;
}


/* css of star*/
/* Base setup */
@import url(fonts/icomoon/style.css);


/* Ratings widget */
.rate {
    display: inline-block;
    border: 0;
}
/* Hide radio */
.rate > input {
  
    display: none;
}
/* Order correctly by floating highest to the right */
.rate > label {
    float: right;
}
/* The star of the show */
.rate > label:before {
    display: inline-block;
    font-size: 1.1rem;
    padding: .3rem .2rem;
    margin: 0;
    cursor: pointer;
    font-family: icomoon;
    content: "\f005 "; /* full star */
}

/* Half star trick */
.rate .half:before {
    content: "\f089 "; /* half star no outline */
    position: absolute;
    padding-right: 0;
}
/* Click + hover color */
.rate >input:checked ~ label, /* color current and previous stars on checked */
.rate >label:hover, .rate >label:hover ~ label { color: #73B100;  } /* color previous stars on hover */

/* Hover highlights */
.rate >input:checked + label:hover, .rate >input:checked ~ label:hover, /* highlight current and previous stars */
.rate >input:checked ~ label:hover ~ label, /* highlight previous selected stars for new rating */
.rate >label:hover ~ input:checked ~ label /* highlight previous selected stars */ { color: #A6E72D;  } 

/* static star */
.full-star-color{
	color:green;
}

.half-star-color{
	color:green;
	position:absolute;
	padding-right: 0;
}
.half-star{
	position:absolute;
	padding-right: 0;
}

/* product page css*/
.preview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media screen and (max-width: 996px) {
    .preview {
      margin-bottom: 20px; } }

.preview-pic {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }



.tab-content {
  overflow: hidden; }
  .tab-content img {
    width: 100%;
    -webkit-animation-name: opacity;
            animation-name: opacity;
    -webkit-animation-duration: .3s;
            animation-duration: .3s; }



@media screen and (min-width: 997px) {
  .wrapper {
	  color:black;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

.details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.colors {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

.product-title, .price, .sizes, .colors {
  text-transform: UPPERCASE;
  font-weight: bold; }

.checked, .price span {
  color: #ff9f1a; }

.product-title, .rating, .product-description, .price, .vote, .sizes {
  margin-bottom: 15px; }

.product-title {
  margin-top: 0; }

.size {
  margin-right: 10px; }
  .size:first-of-type {
    margin-left: 40px; }
	
	


.add-to-cart {
  background: #ff9f1a;
 margin-left:2%;
  border: none;
  text-transform: ;
  font-weight: bold;
  color: #fff;
  -webkit-transition: background .3s ease;
          transition: background .3s ease; }
  .add-to-cart:hover {
    background: #b36800;
    color: #fff; }


.tooltip-inner {
  padding: 1.3em; }

@-webkit-keyframes opacity {
  0% {
    opacity: 0;
    -webkit-transform: scale(3);
            transform: scale(3); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes opacity {
  0% {
    opacity: 0;
    -webkit-transform: scale(3);
            transform: scale(3); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }
			
/*radio button css*/
.radio-toolbar {
  margin: 10px;
}

.radio-toolbar input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}

.radio-toolbar label {
    display: inline-block;
    
    font-family: sans-serif, Arial;
    font-size: 18px;
}

.radio-toolbar input[type="radio"]:focus + label {
    color: orange;
}

.radio-toolbar input[type="radio"]:checked + label {
    color: orange;
}


/* search div css*/

.search_result{
	text-decoration:none;
	display:none;
	position:absolute;
	margin-top:15%;
	width:100%;
	background-color:white;
	color:black;
}
.search_result_text{
	text-decoration:none;
	position:absolute;
	padding:1%;
	margin:auto;
	z-index:999;
	width:100%;
	background-color:white;
	color:black;
}
.search_result_text:hover{
	text-decoration:none;
	position:absolute;
	padding:1%;
	margin:auto;
	z-index:999;
	width:100%;
	background-color:grey;
	color:white;
}

/* Blockquote Styles  */

blockquote p:last-of-type {
	border-top: 1px solid rgba(128,98,26,1.00);
	text-align: right;
	font-size: 1em;
}

blockquote {
  background: rgb(241, 241, 241);
  border-left: 10px solid rgba(176,124,48,0.5);
   	border-radius: 20%;
	width: 30%;
	margin: 1%;
	float: left;
	padding: 2%;
}
/*disabled text css*/
.disabled
{
	color:grey;
}
/* custom dialog box css*/
#white-background {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fefefe;
	opacity: .7;
	z-index: 9999
}

#dlgbox {
	display: none;
	position: fixed;
	width: 480px;
	z-index: 9999;
	border-radius: 10px;
	background-color: mediumslateblue
}

#dlg-header {
	background-color: lightgrey;
	text-align: center;
	font-size: 20px;
	padding: 10px;
	margin: 10px 10px 0 10px
}

#dlg-footer {
	background-color: lightgrey;
	text-align: center;
	padding: 10px;
	margin: 0 10px 10px 10px
}

#dlg-footer button {
	background-color: mediumslateblue;
	color: #fff;
	padding: 6px 10px 6px 10px;
	border: 1px;
	border-radius: 10px
}

/* card css */
#main_card{
    width: 90%;
    float: left;
    margin: 2% 0% 0% 5%;
    border: 5px double grey;
}

.nav_card{
    width: 20%;
    display: inline;
    float: left;
    margin: 5% 15% 0% 15%;
    padding-top: 3%;
    text-align: center;
    border: 1px solid grey;
    font-size:30px;
}

.nav_card_active{
    width: 20%;
    display: inline;
    float: left;
    margin: 5% 15% 0% 15%;
    padding-top: 3%;
    text-align: center;
    border: 1px solid deepskyblue;
    font-size:30px;
}

.nav_card_text{
    width: 20%;
    display: inline;
    float: left;
    margin: 0% 15% 5% 15%;
    text-align: center;
    font-size:20px;
    color:grey;
    cursor: context-menu;
}

.nav_card_text_active{
    width: 20%;
    display: inline;
    float: left;
    margin: 0% 15% 5% 15%;
    text-align: center;
    font-size:20px;
    color:deepskyblue;
    cursor: context-menu;
}

#field_label
{
   margin: 1% 1% 1% 5%; 
}
#field_label_1
{
   margin: 0% 14% 0% 0%; 
   float: right;
}
#name_field, #cardno_field{
    width: 90%;
    float: left;
    margin: 0% 0% 5% 5%;
    border: 1px solid grey;
    padding: 0.5% 0.5% 0.5% 1%;
    outline: none;
    border-radius: 4px;
}

#name_field:focus, #cardno_field:focus{
    width: 90%;
    float: left;
    margin: 0% 0% 5% 5%;
    border: 1px solid deepskyblue;
    padding: 0.5% 0.5% 0.5% 1%;
    border-radius: 4px;
}

#exp_month_field, #exp_year_field{
    width: 20%;
    display: inline;
    float: left;
    margin: 0% 0% 5% 5%;
    border: 1px solid grey;
    padding: 0.5% 0.5% 0.5% 1%;
    outline: none;
    border-radius: 4px;
}


#exp_month_field:focus, #exp_year_field:focus{
    width: 20%;
    display: inline;
    float: left;
    margin: 0% 0% 5% 5%;
    border: 1px solid deepskyblue;
    padding: 0.5% 0.5% 0.5% 1%;
    border-radius: 4px;
}

#cvv_field{
    width: 30%;
    display: inline;
    float: right;
    margin: 0% 5% 0% 0%;
    border: 1px solid grey;
    padding: 0.5% 0.5% 0.5% 1%;
    outline: none;
    border-radius: 4px;
}


#cvv_field:focus{
    width: 30%;
    display: inline;
    float: right;
    margin: 0% 5% 0% 0%;
    border: 1px solid deepskyblue;
    padding: 0.5% 0.5% 0.5% 1%;
    border-radius: 4px;
}

#card_button{
     width: 30%;
     margin: 15% 0% 5% 35% !important; 
}