html {   
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;  
    vertical-align: baseline;
}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section { display: block; }
ol,ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
blockquote,q { quotes: none; }
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{ text-decoration:none;}
.txt-rt{ text-align:right;}/* text align right */
.txt-lt{ text-align:left;}/* text align left */
.txt-center{ text-align:center;}/* text align center */
.float-rt{ float:right;}/* float right */
.float-lt{ float:left;}/* float left */
.clear{ clear:both;}/* clear float */
.pos-relative{ position:relative;}/* Position Relative */
.pos-absolute{ position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{ vertical-align:top;}/* vertical align top */
.underline{	padding-bottom:5px;	border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li { display:block;}/* vertical menu */
nav.horizontal ul li {	display: inline-block;}/* horizontal menu */
img { max-width:100%; }
/*end reset*/

body {
  font-family: Geneva, Verdana, sans-serif;
  background-color: #fff;
  line-height: 1.45;
  margin: 0;
  padding: 0;
  min-height: 100vh;
}

.wrap {
  width: 100%;
  margin: 0 auto;
  padding: 0 3% 0 3%;
  background-color: #fff;
  box-sizing: border-box;
}

.bar_wrapper {
    position: relative; 
    width: 100%; 
    z-index: 1000;
    margin-bottom: 6px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1); 
}

.header { background: #fff; }
.menu_bar {
    width: 18%;
    max-width: 25%;
    float: right; 
    margin: 0; 
}
.menu_bar_left { float: left; }
.menu_bar_right { float: right; }

ul.tp-hd-lft { float: left; }
ul.tp-hd-lft li, ul.tp-hd-rgt li { display: inline-block; }
ul.tp-hd-rgt { float: right; }
ul.tp-hd-rgt .tol i {
    font-size: 1.25em !important;
    color: #fff;
    font-style: normal;
    font-weight: 600;
    margin: 2px 3px; 
}
ul.tp-hd-rgt a { color: #fff !important; }
ul.tp-hd-cnt { float: center; }
.success {
    font-size: 18px;
    color: #009933;
}
.error {
    font-size: 18px;
    color: #e74c3c;
}

/**** Header Top and Header Top Right ****/
.header_top {
  background: #fff;
  justify-content: flex-start;
  padding: 0.6rem clamp(0.8rem, 2vw, 1.2rem);
  border-bottom: 1px solid #ddd;
  font-family: "Poppins", "Segoe UI", sans-serif;
}

.header_top_inner {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  flex-wrap: wrap;
}


.header_top .logo {
  flex: 0 0 auto;
  margin-right: 0.5rem;
}

.header_top .logo img {
  max-width: 170px;
  height: auto;
  display: block;
}


.header_top_right {
  flex: 1 1 auto;
  justify-content: flex-start;
  gap: 0.5rem;
}

.header_top_right .search_box {
  flex: 1 1 auto;
  min-width: 0;
}

.header_top_right .social-icons { flex: 0 0 auto; }

.logo-group {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex: 0 0 auto;
  margin-right: auto;
}

.logo-note {
  font-size: 0.95rem;
  color: #333;
  white-space: nowrap;
}

.logo-cta {
  background: #120a1d;
  color: #fff;
  font-weight: 600;
  border-radius: 999px;
  padding: 0.8rem 1.2rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
  border: 2px solid transparent;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.logo-group .logo-cta:hover {
  transform: translateY(-1px);
  opacity: 0.9;
  border-color: rgba(255, 255, 255, 0.4);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
}

@media (max-width: 768px) {
  .logo-group {
    flex: 1 1 100%;
  }

  .logo-cta {
    margin-left: auto;
  }
}

.search-and-socials {
  flex: 1 1 320px;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
  justify-content: flex-start;
}

.search_box {
  flex: 1 1 240px;
  min-width: 220px;
}

.search_box form {
  display: flex;
  gap: 0.15rem;
  border-radius: 999px;
  background: #f5f5f5;
  overflow: hidden;
  border: 1px solid #0f4c81;
  font-family: "Poppins", "Segoe UI", sans-serif;
}

.search_box input {
  flex: 1;
  border: none;
  padding: 0.7rem 1rem;
  font-size: 0.8125rem;
  background: transparent;
  color: #252525;
  font-family: "Poppins", "Segoe UI", sans-serif;
}

.search_box input:focus { outline: none; }

.search_box button {
  border: none;
  background: #0f4c81;
  color: #fff;
  padding: 0 1.4rem;
  cursor: pointer;
  transition: background 0.2s;
}

.search_box button:hover { background: #1f56b0; }

.social-icons {
  display: flex;
  font-size: 0.8125rem;
  gap: 0.35rem;
  color: #fff;
  flex: 0 1 auto;
}

.social-icons a i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #120a1d;
  color: #fff;
  transition: transform 0.2s, background 0.2s;
}

.social-icons a i:hover {
  background: #120a1d;
  opacity: 0.9;
  transform: translateY(-1px);
}

.cat-nav {
  margin-top: 0.2rem;
  text-align: center;
}

.cat-nav_list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  padding: 0;
  margin: 0;
}

@media (max-width: 1024px) {
  .logo-group {
    order: 1;
    flex: 0 0 auto;
    margin-right: 1rem;
  }

  .logo-note {
    display: inline-block;
    white-space: nowrap;
    font-size: 0.8125rem;
  }

  .search-and-socials {
    order: 2;
    flex: 1 1 100%;
    gap: 0.5rem;
    justify-content: flex-start;
  }
}

@media (max-width: 768px) {
  .header_top_inner {
    flex-wrap: wrap;
  }

  .logo-group {
    flex: 1 1 100%;
    justify-content: space-between;
  }

  .logo-note {
    display: block;
    font-size: 0.8125rem;
  }

  .search-and-socials {
    flex: 1 1 100%;
    gap: 0.35rem;
    margin-top: 0.5rem;
  }
}

.cat-nav_list li a {
  font-weight: 600;
  color: #252525;
  font-size: 0.75rem;
  text-decoration: none;
  padding: 0.15rem;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s;
}

.cat-nav_list li a:hover { 
  color: #4f4f4f;
  border-bottom: 1px solid #0f4c81;
}

.buysubmit {
	background: #007BFF;
	border: none;
	border-radius: 4px;
	color: #fff;
	font-family: Geneva, Verdana, sans-serif;
	font-size: 0.8125em;
	padding: 7px 15px;
    margin-right: 2px !important;
	cursor: pointer;
	outline: none;
	transition: background-color 0.3s ease;
}
.buysubmit:hover { background: #0056b3; }

.wrapper-dropdown.active .dropdown{
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	max-height: 400px;
	width: 95px;
	z-index: 1;
	background: #6699ff;
}

.floatright { float: right; }
.get_out {
    float: left;
    box-sizing: border-box;
    font-size: 0.8125em;
    margin-left: 1%;
    margin-right: 2%;
    text-align: center;
    width: 100%;
}
.get_out fa { color: #333 !important; }
.get_out img {
    border-radius: 50%;
    width: 24px;
    height: 24px;
}
.inline-ul li { 
    display: inline;
    color: #4f4f4f; 
}
.marginleft10 { margin-left: 8px; }
.floatleft { float:left; }
.floatleft i { 
    font-size: 1.25em !important;
    font-style: normal;
    font-weight: normal;
    margin: 0 4px;
}

p.terms {
	float:left;
	font-size:12px;
	padding: 15px 0 0 15px;
}
p.terms a,p.note a{
	text-decoration: underline;
	color: #7C2DC5;
}
p.terms a:hover,p.note a:hover { text-decoration: none; }
p.note {
	font-size:15px;
	color: #666;
	padding:5px;
	line-height:1.6em;
}
.buttons button,.search button.grey{
    padding: 10px 15px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    -webkit-box-shadow: 0 1px rgba(255,255,255,0.2) inset, 0 2px 2px -1px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 1px rgba(255,255,255,0.2) inset, 0 2px 2px -1px rgba(0,0,0,0.3);
    box-shadow: 0 1px rgba(255,255,255,0.2) inset, 0 2px 2px -1px rgba(0,0,0,0.3);
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;  
    cursor: pointer;
}
.search button { padding: 12px 30px; }
 button.grey,.search button.grey{
	 	border: 1px transparent;
        background: #007bff;
        text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}
 button.grey:hover,.search button.grey:hover{
	    border: 1px solid #303030;
        background: #0056b3;
        text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);  
}
/** End Login ***/

.wrapper-dropdown{
    /* Size & position */
 	float: left;
	width: 61px;
	height: 38px;
	position: relative;
	margin-left: 10px;
	padding: 0 0 0 12px;
    /* Styles */
   background: url(../images/gradient_light-1.png) 0 0 repeat-x;
	font: bold 13px/36px "Arial";
	color: #4f4f4f;
    border: 1px solid #CECECE;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    cursor: pointer;
    outline: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.wrapper-dropdown .opencart{
	width: 7px;
	height: 5px;
	display: block;
	background: url(../images/header_arrow.png) 0 0 no-repeat;
	position: absolute;
	right: 11px;
	top: 16px;
}
.wrapper-dropdown .dropdown{
    /* Size & position */
    position: absolute;
    top:38px;
    left: 0;
    right: 0;

    border-radius: 0 0 5px 5px;
    border: 1px solid rgba(0,0,0,0.2);
    border-top: none;
    border-bottom: none;
    list-style: none;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    /* Hiding */
    max-height: 0;
    overflow: hidden;
}
.wrapper-dropdown .dropdown li a{
    font-size:13px;
    color: #fff;
	font-weight: bold;
	padding:10px 23px;
    border-bottom: 1px solid #7D60AA;
    text-align:center;
}
.wrapper-dropdown .dropdown li a span.lang{
	  font-size:13px;
      color: #fff;
	 font-weight: bold;
	 padding: 0px 0px;
}
.wrapper-dropdown .dropdown li a span.lang:hover { color: #e74c3c; }
.wrapper-dropdown .dropdown li a span img {
	padding-right:5px;
	margin-bottom:-8px;
}
.wrapper-dropdown .dropdown li a span { padding-right: 5px; }
.wrapper-dropdown .dropdown li:last-of-type a { border: none; }
.wrapper-dropdown .dropdown li i {
    margin-right: 5px;
    color: inherit;
    vertical-align: middle;
}

/* Hover state */
.wrapper-dropdown .dropdown li:hover a { color: #e74c3c; }

/* Active state */
.wrapper-dropdown.active {
    border-radius: 5px 5px 0 0;
    box-shadow: none;
    border-bottom: none;
}
.wrapper-dropdown.active .dropdown {
    border-bottom: 1px solid rgba(0,0,0,0.2);
    max-height: 400px;
    width:95px;
    z-index:1;
    background: #6699ff;
}
.wrapper-dropdown.active .languges {
	border-bottom: 1px solid rgba(0,0,0,0.2);
    max-height: 400px;
    width: 135px;
    z-index: 11;
    background: #6699ff;
}
.header_bottom { margin-bottom: 8px; }
/**** Header Botttom Left ****/
.header_bottom_left {
	float: left;
	width: 100%;
	padding-top: 2px;
}
.header_bottom_img {
	float: left;
	width: 44.8%;
}
.pic {
	float: left;
	width: 44.8%;
}
.header_bottom_img2 {
	float: left;
	width: 44.8%;
	margin-left: 1.6%;
}
.header_bottom_left_images {
	position: relative;
	margin-top: 8px;
	box-shadow: 0px 0px 3px rgb(150, 150, 150);
}

.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.group:before,
.group:after {
    content:"";
}
.group:after { clear:both; }
.group { zoom: 1; }
.listview_1_of_2 {
	display: block;
	float: left;
    background: clear;
	margin: 1% 0% 0% 1%;
	box-shadow: none;
}
.listimg {
	text-align: center;
	float: left;
}
.text {
	display: block;
	float:left;
	margin: 1.5% 0 0% 2.5%;
}
.listview_1_of_2:first-child { margin-left: 0; } 
.images_1_of_2 {
	width: 32.6%; /*Automatically display 3 items per row*/
	padding: 0.95%;
    padding-left: 1.72% !important;
    padding-right: 1.72% !important;
    margin: 0.85%;
    margin-right: 1.65% !important;
}

.listimg_2_of_1 { width: 48.2%; }
.list_2_of_1 { width: 48.2%; }
.images_1_of_2 img {
  height: 172px;
  width: 76%;
}
.images_1_of_2 .list_2_of_1 h2 {
	color: #e74c3c;
	font-size: 1.15em;
	font-family: 'Monda', sans-serif;
	font-weight: normal;
	text-transform: uppercase;
    margin-bottom: 6.25%;
}
.list_2_of_1 p {
	font-size: 0.8125em;	
	color: #333;
	line-height: 1.45em;
	font-family: Geneva, Verdana, sans-serif;
	padding: 0;
    margin-bottom: 1.65%;
}
.list_2_of_1 .button {
	line-height: 1.65em;
	margin-top: 0.75em;
}
.list_2_of_1 .button a {
	padding: 5px 15px; font-size: 0.75em;
    font-family: 'Monda', sans-serif;
	line-height: 16px;
	text-transform: uppercase;
	color: #4f4f4f;
	text-decoration: none !important;
	background: clear;
	display: inline-block;
	border: 1px solid #0f4c81;
	cursor: pointer!important;
	margin: 0 2px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
}
.list_2_of_1 .button a:hover{ 
    color: #000; 
    border: 1px solid transparent;
    background: clear;
    border: 1px solid #eaeded;
    text-decoration: none;
}

/*RESPONSIVE LAYOUT*/
@media only screen and (min-width: 1201px) and (max-width: 1480px) {
  .images_1_of_2 {
    width: 24.5%; /*To display 4 items per row*/
  }
}
@media only screen and (min-width: 993px) and (max-width: 1200px) {
  .images_1_of_2 {
    width: 24.5%; /*To display 4 items per row*/  
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .images_1_of_2 {
    width: 32.6%; /*To display 3 items per row*/ 
  }
}
@media only screen and (min-width: 601px) and (max-width: 768px) {
  .images_1_of_2 {
    width: 32.6%; /*To display 3 items per row*/
  }
  .images_1_of_2 img {
    height: auto; /* allow height to adjust */
  }
}
@media only screen and (min-width: 421px) and (max-width: 600px) {
  .images_1_of_2 {
    width: 49%; /*To display 2 items per row*/
  }
  .images_1_of_2 img { 
    height: auto; /* allow height to adjust */
  }
}
@media only screen and (min-width: 321px) and (max-width: 420px) {
  .images_1_of_2 {
    width: 98%; /*To display 1 items per row*/
  }
  .images_1_of_2 img {
    height: auto;
  }
}
@media (max-width: 320px) {
  .images_1_of_2 {
      width: 98%; /*To display 1 item per row*/ 
      padding: inherit;
  }
}

.header_bottom_right_images {
	float: left;
	width: 75%;
    border: none;
	margin-top: 1%;
	padding-top: 1px;
}

.contents { display: flex; }
.category-sidebar { flex: 0 0 240px; }

.category-sidebar {
  position: relative;
  background: #f9f9fb;
  border: 1px solid #e3e3e8;
  border-radius: 12px;
  padding: 1.25rem;
  min-width: 240px;
  max-width: 260px;
  box-shadow: 0 8px 20px rgba(15, 15, 45, 0.05);
  font-size: 0.95rem;
  line-height: 1.6;
}
.category-sidebar h3 {
  margin-top: 0;
  margin-bottom: 0.75rem;
  font-size: 1rem;
  font-weight: 600;
  color: #1b1b28;
}
.category-sidebar form {
  display: flex;
  flex-direction: column;
}
.category-sidebar label {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 0;
  color: #2d2d3b;
}
.category-sidebar input[type="checkbox"] {
  accent-color: #0968ff;
  width: 1rem;
  height: 1rem;
}
.category-sidebar .filter-actions {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
  gap: 0.5rem;
}
.category-sidebar button {
  margin-top: 1rem;
  width: 100%;
  padding: 0.85rem;
  background: #0a64ff;
  border: none;
  color: #fff;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
}
.category-sidebar .filter-actions button {
  background: #0a64ff;
  color: #fff;
}
.category-sidebar .filter-actions button,
.category-sidebar .filter-actions a {
  flex: 1;
  text-align: center;
  padding: 0.75rem;
  border-radius: 8px;
  border: none;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}
.category-sidebar .filter-actions a {
  background: transparent;
  color: #0a64ff;
  padding: 0.75rem;
  border: 1px solid #0a64ff;
}

.content {
    display: inline;
    padding: 8px 0 0 8px;
    background: transparent;
    gap: 0.9rem;
    width: 100%;
    box-sizing: border-box;
}

.content h2 { 
	font-size: 1.5em;
	color: #0f4c81;
    margin-bottom: 2%;
	font-family: 'Monda', sans-serif;
	
}
.content .order h3 {
    font-size: 1.2rem;
    color: #0f4c81;
    margin-bottom: 18px;
    width: 100%;
    max-width: 100%;
    font-family: 'Monda', sans-serif;
    padding-bottom: 8px;
    border-bottom: 2px solid #009933;
}
.content .order h4 {
    color: #0f4c81;
    margin-top: 24px; 
    font-size: 0.85rem;
    font-weight: bold;
	font-family: 'Monda', sans-serif;
}

@media (max-width: 900px) {
  .content {
    flex-direction: column;
  }
  .category-sidebar {
    width: 100%;
    max-width: none;
  }
}

.content_top {
	width: 100%;
    padding: 12px 18px;
    margin-top: 1.15%;
    margin-bottom: 1.4%;
    border-bottom: 1px solid #e74c3c;
    background: clear;
}
.content_bottom {
    max-width: 100%;
    padding: 12px 18px;
	margin-top: 1.15%;
    margin-bottom: 1.4%;
    border-bottom: 1px solid #e74c3c;
}
.heading {
	float: left;
	margin: 0;
}
.heading h3 {
	font-size: clamp(1rem, 1vw + 1rem, 2rem);
	color: #333;
    font-weight: 600;
    text-transform: none;
    font-family: "Poppins", "Segoe UI", sans-serif;
}
.sort,.show {
	float: left;
	width: 14%;
	margin-left: 1.6%;
	padding-top: 5px;
}
.sort p,.show p {
	display: inline;
	font-size: 0.8125em;
	color: #333;
}
.sort select,.show select {
	display: inline;
	font-size: 1.1em;
	color: #333;
	margin-left:2px;
}
.page-no{
	float:right;
	padding-top:5px;
}
.page-no p {
	display:inline;
	font-size: 0.8125em;
	padding: 0.3em 0;
	color: #333;
}
.page-no ul{
	display:inline; }
.page-no li {
	display:inline; }
.page-no li a {
	font-size: 0.8125em;
	color: #333;
	line-height: 1.6em;
	font-family: Geneva, Verdana, sans-serif;
	padding:5px 5px;
}
.page-no li a:hover,.page-no li.active {
	color: #0f4c81;
	text-decoration:underline;
}

/*** Grid 1_0f_4, Image_1_of_4 and Others ***/
.product-page { }

.product-card.section.group {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.8rem;
  padding: 0.8rem;
  margin: 0;
  background: transparent;
  align-items: stretch;
  font-family: "Poppins", "Segoe UI", sans-serif;
}

.product-card.section.group > .product-card {
  display: flex;
  flex-direction: column;
  background: transparent;
  border-radius: 4px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.product-card .images_1_of_4 .image-container {
  border-radius: 0;
  background: #fff;
  display: inline-flex;
  flex-directions: column;
  position: relative;
  box-shadow: none;
  overflow: hidden;
  width: 100%;
  height: 200px;
  aspect-ratio: 4 / 3;
}

.product-card .images_1_of_4 .image-container .offer,
.image-container.grid.images_3_of_2 .offer {
    position: absolute;
    top: -0.25rem;
    left: -0.35rem;
    background: #e74c3c;
    color: #fff;
    padding: 0.45rem; 
    font-size: 0.65rem; 
    border-radius: 0;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: normal;
    letter-spacing: 0.04em;
    opacity: 1;
    visibility: visible;
    z-index: 4;
}

.product-card .images_1_of_4 .image-container:hover .offer {
  opacity: 1;
  visibility: visible;
}

.product-card .images_1_of_4 .image-container .cart-icon {
    position: absolute;
    bottom: 0.2rem;
    left: 1.4rem;
    width: 26px;
    height: 26px;
    opacity: 0;
    background: rgba(255, 255, 255, 1);
    border: 1px solid #eaeded;
    border-radius: 50%;
    padding: 0.5rem;
    color: #333;
    font-size: 1rem;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
    transition: opacity 0.5s ease-in-out;
    pointer-events: none;
    visibility: hidden;
    z-index: 3;
}

.product-card .images_1_of_4 .image-container:hover .cart-icon {
  opacity: 1;
  cursor: pointer;
  pointer-events: auto;
  visibility: visible;
}

.product-card .images_1_of_4 .image-container .cart-icon:hover {
    border: 1px solid #0f4c81;
    transform: scale(0.95);
}

.product-card .images_1_of_4 .image-container .call-cta {
    position: absolute;
    bottom: 0.2rem;
    left: 4.6rem;
    width: 26px;
    height: 26px;   
    opacity: 0;
    background: rgba(255, 255, 255, 1);
    border: 1px solid #eaeded;
    border-radius: 50%;
    padding: 0.5rem;
    color: #333;
    font-size: 1rem;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
    transition: opacity 0.5s ease-in-out;
    pointer-events: none;
    visibility: hidden;
    z-index: 3;
} 

.product-card .images_1_of_4 .image-container:hover .call-cta {
  opacity: 1;
  cursor: pointer;
  pointer-events: auto;
  visibility: visible;
}

.product-card .images_1_of_4 .image-container .call-cta:hover {
    border: 1px solid #0f4c81;
    transform: scale(0.95);
}

.product-card .images_1_of_4 .image-container .whatsapp_buy {
    position: absolute;
    bottom: 0.2rem;
    left: 7.8rem;
    width: 26px;
    height: 26px;   
    opacity: 0;
    background-color: #25D366;
    border: 1px solid #25D366;
    border-radius: 50%;
    padding: 0.5rem;
    color: #fff;
    font-size: 1rem;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
    transition: opacity 0.5s ease-in-out;
    pointer-events: none;
    visibility: hidden;
    z-index: 3;
}

.product-card .images_1_of_4 .image-container:hover .whatsapp_buy {
  opacity: 1;
  cursor: pointer;
  pointer-events: auto;
  visibility: visible;
}

.product-card .images_1_of_4 .image-container .whatsapp_buy:hover {
    border: 1px solid #0f4c81;
    transform: scale(0.95);
}

.product-card .images_1_of_4 .image-container .in_stock,
.image-container.grid.images_3_of_2 .in_stock {
    position: absolute;
    top: -0.25rem;
    right: -0.35rem; 
    background: #25D366; 
    color: #0f4c81; 
    padding: 0.45rem; 
    font-size: 0.65rem; 
    font-weight: normal; 
    border-radius: 0;
    letter-spacing: 0.04em;
    pointer-events: none;
    justify-content: center;
    align-items: center;
    text-align: center; 
    text-transform: uppercase;
    font-family: Geneva, Verdana, sans-serif;
    opacity: 1;
    visibility: visible;
    z-index: 4;
}

.product-card .images_1_of_4 .image-container:hover .in_stock {
  opacity: 1;
  visibility: visible;
}

.product-card .images_1_of_4 .image-container img {
  width: 94%;
  height: 88%;
  display: block;
  margin: 0;
  border: 1px solid transparent;
  transition: transform 0.35s ease;
  padding: 0;
  object-fit: cover;
  object-position: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  inset: 0;
}

.product-card .images_1_of_4 .image-container img:hover {
  filter: blur(0.4px);
  transform: scale(1.04);
}

.product-card .card-content {
  flex: 1;
  display: flex;
  line-height: 1.65rem;
  flex-direction: column;
  justify-content: space-between;
}

.product-card.section.group .grid_1_of_4 {
  display: block;
  box-sizing: border-box;
  margin: 0;
  padding: 0 0.2rem;
}

.product-card .images_1_of_4 {
  border: 1px solid #eaeded;
  border-radius: 4px;
  padding: 0.75rem;
  background: #fff;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.grid_1_of_4.images_1_of_4 {
  padding: 2px 6px;
  display: flex;
  flex-direction: column;
  box-shadow: 0 12px 28px rgba(0,0,0,0.08);
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.12);
  background: #fff;
  border: 1px solid #fff;
}

.product-card .images_1_of_4:hover {
  border: 1px solid #0f4c81;
  box-shadow: 0 18px 45px rgba(18, 40, 90, 0.25);
  transform: translateY(0);
}

.product-card .images_1_of_4 h2 {
  font-size: clamp(0.85rem, 1vw + 0.45rem, 1rem);
  margin: 0.5rem 0 0.5rem;
  color: #333;
  font-weight: 600;
  font-family: "Poppins", "Segoe UI", sans-serif;
}

.product-card .images_1_of_4:hover h2 { color: #0f4c81; }

.product-card .images_1_of_4 p {
  margin: 0;
  font-size: 0.8125rem;
  padding: 0;
  color: #333;
  font-family: "Poppins", "Segoe UI", sans-serif;
}

.product-card .card-content .brandbody {
  margin-top: 3px;
  padding: 0;
  font-size: 0.75rem;
  color: #333;
  line-height: 1.5rem;
  font-family: "Poppins", "Segoe UI", sans-serif;   
}
.product-card .images_1_of_4 .details {
  padding: 0.9rem 1rem 1.2rem;
  flex: 1;
}

.product-card .details h2 {
  margin: 0 0 0.35rem;
  font-size: 1rem;
  font-weight: 600;
}

.product-card .details p {
  margin: 0;
  font-size: 0.85rem;
  color: #575757;
}

.product-card .images_1_of_4 p span.price {
  font-size: clamp(0.9rem, 1vw + 0.4rem, 1rem);
  margin: 0;
  font-weight: 600;
  color: #e74c3c;
}

.product-card .images_1_of_4 .price_previous {
  font-size: 0.85em;
  color: #4f4f4f;
  font-weight: 500;
  text-decoration: line-through;
}

.button { margin-top: auto; }

.button .details {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0.65rem 0;
  border-radius: 4px;
  background: #0f4c81;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s ease;
}

.button .details:hover { background: #09345a; }

.product-card .images_1_of_4 .button {
    width: 100% !important;
    box-sizing: border-box;
    display: block;
    text-align: center;
    margin-top: 0.3em;
    border-radius: 4px;
    transition: all 0.5s ease;
    background: #0f4c81;
}

.product-card .images_1_of_4 .button a {
    display: block;
    width: 100%;
    padding: 0.6rem 0;
    font-size: 0.8125em;
    font-weight: 600;
    border-radius: 4px;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
    color: #fff;
    border: none;
}

.product-card .images_1_of_4 .button a:hover {
    background: #eaeded;
    color: #000;
}

.product-card .images_1_of_4 .images_2_of_4 { border: 1px solid #eaeded; }

.product-card .images_1_of_4 .images_2_of_4:hover { border: 1px solid #e74c3c; }

.product-card .images_1_of_4 .images_3_of_4 {
  border: 1px solid transparent !important;
  box-shadow: none !important;
  background: transparent !important;
}

.product-card .images_1_of_4 .images_3_of_4:hover img {
  border: 1px solid #0f4c81;
  border-radius: 4px;
}

/*** responsive twaeks and column counts per breakpoint */
@media (min-width: 1280px) {
  .product-card.section.group {
    gap: 0.5rem;
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

@media (max-width: 1279px) and (min-width: 1025px) {
  .product-card.section.group {
    gap: 0.7rem;  
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (max-width: 1024px) and (min-width: 901px) {
  .product-card.section.group {
    gap: 0.9rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 900px) and (min-width: 721px) {
  .product-card.section.group {
    gap: 1rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 720px) and (min-width: 541px) {
  .product-card.section.group {
    gap: 1.2rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 540px) and (min-width: 381px) {
  .product-card.section.group {
    gap: 1.4rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 380px) {
  .product-card.section.group {
    gap: 1.5rem;
    grid-template-columns: 1fr;
  }
}

.category-detail .pagination {
  margin: 1.5rem 0;
  text-align: center;
  font-family: "Poppins", "Segoe UI", sans-serif;
}

.category-detail .pagination a {
  display: inline-block;
  margin: 0 0.25rem;
  padding: 0.4rem 1rem;
  border: 1px solid #0f4c81;
  border-radius: 999px;
  text-decoration: none;
  color: #111827;
  background: #f9fafb;
  transition: background 0.2s ease, color 0.2s ease;
}

.category-detail .pagination a:hover {
  background: #0f4c81;
  color: #fff;
  border-color: transparent;
}

.category-detail .pagination a.disabled {
  pointer-events: none;
  opacity: 0.4;
  border-color: #f4f4f4;
}

/*** section that caters for the categories cards ***/
.category-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 18px;
  margin: 24px 0;
}
.category-card {
  padding: 2px 6px;
  display: flex;
  flex-direction: column;
  background: #fff;
  box-shadow: 0 12px 30px rgba(0,0,0,0.4);
  overflow: hidden;
}
.category-card_image {
  height: 175px;
  overflow: hidden;
  position: relative;
  transition: transform 0.4s ease;
}

.category-card_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s, filter 0.5s ease-in-out;
}

.category-card_image:hover img {
  transform: scale(0.95);
  filter: blur(0.5px);
}

.category-card_body {
  padding: 1.2rem;
  flex: 1;
  font-family: "Poppins", "Segoe UI", sans-serif;
}

.category-card_body h3 {
  font-size: clamp(0.9rem, 1vw + 0.65rem, 1.2rem);
  color: #e74c3c;
  font-weight: 600;
  margin: 0 0 12px;
}
.category-card_body ul {
  list-style: square;
  list-style-type: square;
  padding: 0;
  margin: 0.9rem 0 0 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
  color: #333;
  font-size: 12px;
}
.category-card_body li a {
  color: #1f2937;
  text-decoration: none;
}
.category-card_body li a:hover {
  color: #007bff;
  text-decoration: underline;
}

.category-card_footer { 
    width: 100%;
    margin-top: 1rem;
}

.category-card_link {
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 1.2rem;
  background: #0f4c81;
  color: #fff;
  font-weight: 600;
  border-radius: 0;
  text-transform: none;
  font-size: 0.8125rem;
  letter-spacing: 0.08em;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.category-card_link:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

@media (max-width: 768px) {
  .category-grid {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  }
  .category-card_image {
    min-height: 200px;
  }
}

.category-detail {
  padding: 2em 1em 3em;
  max-width: 1200px;
  margin: 0 auto;
}
.category-detail header {
  margin-bottom: -2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
  align-items: baseline;
}
.category-detail header p {
  margin: 0 0 0 18px;
  font-size: 1.125em;
  padding: 6px 12px;
  border-radius: 20px;
  background: #f0f0f0;
}
.category-detail h1 {
  font-size: clamp(1.125em, 2vw + 1em, 2.15em);
  margin: 0;
}
.category-detail p {
  margin: 0;
  color: #333;
}
/*** End of categories ***/

/*** Footer ***/
.wrapper {	
	width: 90%;
	margin: 0 auto;
	padding: 0 2rem;
}
.footer {
	position: relative;
    padding-top: 2%;
	background: clear;
    margin-top: 2%;
    border-top: 3px solid #0f4c81;
}
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.group:before, .group:after {
    content: "";
    display: table;
}
.group:after { clear: both; }
.group { zoom: 1; }
.col_1_of_4 {
	display: block;
	float: left;
	margin: 0 0 1% 1.6%;
}
.col_1_of_4:first-child { margin-left: 0; } /* all browsers except IE6 and lower */
.col_1_of_4:last-child { border: none; }
.span_1_of_4 {
	width: 20.5%;
	padding: 1.35%; 
}
.span_1_of_4 h4 {
	color: #000;
	margin-bottom: 0.45em;
	font-size: 1.15em;
	line-height: 1.25;
	font-family: 'Doppio One', sans-serif;
	font-weight: normal;
	margin-top: 2px;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-bottom: 2px solid #474747;
	padding-bottom: 0.45em;
}
.span_1_of_4 li a, .span_1_of_4 li {
	font-size: 12px;
	padding: 0.4em 0;
	color: #4f4f4f;
	font-family: Geneva, Verdana, sans-serif;
	display: block;	 	 
}
.span_1_of_4 li a:hover,.span_1_of_4 li:hover{ color: #979797; }
.span_1_of_4 p {
	font-size: 0.8125em;
	padding: 0.4em 0;
	color: #4f4f4f;
	font-family: Geneva, Verdana, sans-serif;
	display: block;
    line-height: 1.5em;
}

 .copy_right {
	text-align: center;
	padding: 12px 0;
     border-top: 2px groove #555;
 }
 .copy_right p {
	font-size: 12px;
	color: #747474;
 }
 .copy_right p a {
    color: #747474;
	font-size: 12px;
	text-decoration: underline;
 }
 .copy_right p a:hover{
	color: #979797;
	text-decoration: none;
 }

/*** move top **/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	overflow: hidden;
	width: 48px;
	height: 48px;
	border: none;
	text-indent: 100%;
	background: #0f4c81 url(../images/arrow_up.png) no-repeat right top;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

#toTopHover {
	width: 48px;
	height: 48px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
    background: #6699ff;
	filter: alpha(opacity=0);
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;    
}
#toTop:active, #toTop:focus { outline: none; }

/*  Preview  ============================================================================= */
.back-links{
	float:left;
	padding-top:5px;
	width:20%;
}
.back-links p{
	font-size:0.8125em;
	color: #333;
}
.back-links p a{
	font-size:0.9em;
	padding:0  1.3%;
	color: #333;
}
.back-links p a:hover,.back-links p a:active{ color: #6699ff; }
.image {
	clear: both;
	padding: 0px;
	margin: 0px;
	background: #F0F0F0;
	padding:1.5%;
}
.group:before,
.group:after {
    content:"";
    display: table;
}
.group:after { clear: both; }
.group { zoom:1; }

.rightsidebar {
	display: block;
	float: left;
	margin: 0% 0 0% 1.5%;
}
.leftsidebar {
	display: block;
	float: left;
	margin: 2.25% 4% 1.5% 2.25%;
    padding: 1.85%;
    padding-left: 3% !important;
    background: #0f4c81;
    color: #fff;
    line-height: 2.5em;
    font-size: 0.8125em;
    border-radius: 4px;
    font-family: Geneva, Verdana, sans-serif;
}
.cont-desc:first-child { margin-left: 0; }
.cont-desc:nth-child { margin-left: 0; }
.desc {
	display: inline-block;
	float: left;
	margin: 0% 0 0% 2.4%;
}
.span_1_of_2 {
    display: block;
    float: left;
    width: 100%;
    border-bottom: 1px solid #e74c3c;
    max-width: 100%;
    position: relative;
    padding: 0 15px;
    box-sizing: border-box;
    overflow: visible;
}    
.spanned_divs {
  display: flex;
  padding: 12px 18px;
  margin: 18px auto;
  background: transparent;
  box-sizing: border-box;
  overflow: visible;
  position: relative;
  z-index: auto;
}

@media (max-width: 600px) {
    .spanned_divs {
        display: block;
        padding: 0 10px;
    }
    .images_3_of_2,.span_3_of_2 {
	flex: 1 1 100%;
	border-bottom:1px solid #e74c3c;
    }
}
.images_3_of_2 {
	flex: 1 1 42%;
	float: left;
	text-align: center;
    overflow: hidden;
    border: 1px solid #eaeded;
    border-radius: 4px;
    transition: box-shadow 0.25s ease-in-out;
    
    
    

    
    
}
.span_3_of_2{ flex: 1 1 38%; } 
.span_3_of_1 {
	width: 30.8%;
	padding: 1.15%;
}
.span_3_of_3 {
	width: 50.2%;
    max-width: 100%;
	padding: 1.15%;
}
@media (max-width: 480px) {
    .span_3_of_3 {
        width: 98%;
    }
}

.images_3_of_2 img {
  height: 415px;
  width: 78%;
  margin: 6px auto;
  max-width: 82%;  
  transition: transform 0.75s ease;
}

.images_3_of_2 img:hover { 
  filter: blur(0.4px);
  transform: scale(1.04);    
}

.span_3_of_2 h2 {
	font-family: 'Monda', sans-serif;
	font-size: 1.45em;
	color: #e74c3c;
	font-weight: normal;
	margin-top: 12px;
    margin-bottom: 6px;
	text-transform: uppercase;
}
.span_3_of_2 p {
	font-size: 0.8125em;
	padding: 4px 0;
	color: #969696;
	line-height: 1.65;
	font-family: Geneva, Verdana, sans-serif; 	
}
.price p {
	font-size: 0.925em;
	padding: 1.5% 1%;
	color: #666;
	vertical-align: top;
    font-weight: 700;
}
.price p span {
	font-size: 1.215em;
	font-family: 'Monda', sans-serif;
	color: #e74c3c;
    font-weight: 500 !important;
}

.available {
	padding: 10px 0;
	border-top: 1px solid #E0E0E0;
}
.available p {
	font-size: 0.9em;
	color: #333;
	font-weight: bold;
	padding-bottom:10px;
}
.available li {
	display: inline;
	font-size: 0.8125em;
	padding: 1.5% 2%;
	color: #353535;
}
.available li select{
	display: inline;
	font-size: 1em;
	color: #333;
	margin-left:3px;
}
.share p{
	padding-top: 10px;
	font-size: 0.9em;
	color: #333;
	font-weight: bold;
}
.share li{
	display:inline-block;
	margin:5px 6px;
}
.add-cart { padding-top: 15px; }
.rating { float:left; }
.rating p {
	padding-top: 10px;
	font-size: 0.9em;
	color: #333;
	font-weight: bold;
}
.rating p span {
	font-size: 0.8125em;
	color: #666;
	font-weight: normal;
}
.rating p img{
	vertical-align: top;
	padding-left: 5px;
}
.product-desc {
    width: 100%;
    float: left;
}
.product-desc .blogs { border-bottom: 1px solid #e74c3c; }
.product-desc,.product-tags{
	clear: both;
	padding-top: 8px;
}
.product-desc h2,.product-tags h2 {
	padding: 5px 10px;
	background: #eaeded;
	border-bottom: 1px solid #103d5f;
	border-radius: 4px;
	font-family: 'Monda', sans-serif;
	font-size: 0.925em;
	color: #103d5f;
	text-transform: capitalize;
	text-shadow: 0 1px 4px rgba(34, 34, 34, 0.17);
}
.product-desc p {
	font-size: 0.8125em;
	padding: 5px 10px;
	color: #333;
	line-height: 1.65em;
	font-family: Geneva, Verdana, sans-serif;
}
.product-desc .blog_1_of_2 { color: #4f4f4f !important; } 
.product-desc .blog_2_of_2 {
    border-bottom: 1px solid #e74c3c;
    margin: 2%; 
}
.product-tags h4 {
	padding: 10px 0;
	font-size: 0.9em;
	color: #333;
	font-weight: bold;
}
.input-box {
	background:url(../images/tag.png) no-repeat 0 8px;
	padding-left:35px;
}
.input-box input[type="text"]{
 	padding:8px;
	display:block;
	width:95%;
	background: #fcfcfc;
	border: none;
	outline:none;
	color: #464646;
	font-size:0.8125em;
	font-family: Geneva, Verdana, sans-serif;
	box-shadow: inset 0px 0px 3px #999;
	-webkit-box-shadow: inset 0px 0px 3px #999;
	-moz-box-shadow: inset 0px 0px 3px #999;
	-o-box-shadow: inset 0px 0px 3px #999;
	-webkit-appearance:none;
}
.product-tags .button{
	margin-top:15px;
	line-height:3em;
}
.span_3_of_2 .button{
	float: right;
	margin-top: 1%;
	line-height: 2em;
}
.span_3_of_2 .button a,.product-tags .button a{
	padding: 12px 20px;
	font-size: 1em;
	font-weight: bold;
	font-family: Geneva, Verdana, sans-serif;
	border: 1px solid rgba(0,0,0,0.1);
  	box-shadow: inset 0 1px 0 rgba(255,255,255,0.7);
    background: #3f4040;       
    color: #fff;
    text-shadow : 0 1px 0 rgba(0, 0, 0, 0.4); 
    -webkit-box-shadow: 0 1px rgba(255, 255, 255, 0.2) inset, 0 2px 2px -1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 1px rgba(255,255,255,0.2) inset, 0 2px 2px -1px rgba(0,0,0,0.3);
	box-shadow: 0 1px rgba(255, 255, 255, 0.2) inset, 0 2px 2px -1px rgba(0, 0, 0, 0.3);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.span_3_of_2 .button a:hover,.product-tags .button a:hover{
    border: 1px solid #303030;
    background: #525252; 
    text-decoration:none;
}
.span_3_of_1 li a{
	font-size: 0.8125em;
	padding: 0.42em 8%;
	color: #666;
	display: block;
	line-height: 1.65em;
	font-family: Geneva, Verdana, sans-serif;
	border-bottom: 1px dashed #CCC;
	background: url(../images/drop_arrow.png) no-repeat 5px 11px; 	
}
.span_3_of_1 li a:hover{ color: #0f4c81; } 
.span_3_of_2 .button{
	float:right;
	margin-top:1%;
	line-height:2em;
}
.span_3_of_2 .button a{
	padding: 12px 20px;
	font-size: 1em;
	font-weight: bold;
	font-family: Geneva, Verdana, sans-serif;
	border: 1px solid rgba(0,0,0,0.1);
  	box-shadow: inset 0 1px 0 rgba(255,255,255,0.7);
    background: #3f4040;       
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4); 
    -webkit-box-shadow: 0 1px rgba(255, 255, 255, 0.2) inset, 0 2px 2px -1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 1px rgba(255,255,255,0.2) inset, 0 2px 2px -1px rgba(0,0,0,0.3);
	box-shadow: 0 1px rgba(255, 255, 255, 0.2) inset, 0 2px 2px -1px rgba(0, 0, 0, 0.3);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.span_3_of_2 .button a:hover{
	    border: 1px solid #303030;
        background: #525252; 
        text-decoration:none;
}
.subscribe { padding-top: 20px; }
.subscribe p {
	font-size:12px;
	color: #4f4f4f;
	padding:5px 0;
}
.signup {
    border-radius:0.2em;
    -webkit-border-radius:0.2em;
    -moz-border-radius:0.2em;
    -o-border-radius:0.2em;
    margin-top:5px;
    background: #E7E7E7;
    box-shadow: inset 0px 2px 5px #707070;
}
.signup input[type="text"]{
    border:none;
    background:none;
    padding:5px;
    outline:none;
    width:217px;
    font-size:12px;
    color: #7c7c7c;
}
.signup input[type="submit"]{
	border: 1px solid  #5C5655;
    padding:8px 20px;
   	font-size:12px;
   	margin:0;
   	font-weight:bold;
   	cursor:pointer;
 	background     : #565656;
    filter         : progid:DXImageTransform.Microsoft.gradient(startColorstr='#565656', endColorstr='#565656');
    color          : #fff;
    text-shadow    : 0 1px 0 rgba(0, 0, 0, 0.2);  
}
.signup input[type="submit"]:hover{
   		background        : #5e5e5e;
        background        : -moz-linear-gradient(top, #5e5e5e 0%, #404040 100%);
        background        : -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5e5e5e), color-stop(100%,#404040));
        background        : -webkit-linear-gradient(top, #5e5e5e 0%,#404040 100%);
        background        : -o-linear-gradient(top, #5e5e5e 0%,#404040 100%);
        background        : -ms-linear-gradient(top, #5e5e5e 0%,#404040 100%);
        background        : linear-gradient(top, #5e5e5e 0%,#404040 100%);
        filter            : progid:DXImageTransform.Microsoft.gradient( startColorstr='#5e5e5e', endColorstr='#404040',GradientType=0 );
        box-shadow        : 1px 1px 0 0 #414141 inset, -1px -1px 0 0 #414141 inset, 0 1px 2px -1px rgba(0,0,0,0.15);  
        -moz-box-shadow   : 1px 1px 0 0 #414141 inset, -1px -1px 0 0 #414141 inset, 0 1px 2px 0 rgba(0,0,0,0.15);
	    -webkit-box-shadow: 1px 1px 0 0 #414141 inset, -1px -1px 0 0 #414141 inset, 0 1px 2px -1px rgba(0,0,0,0.15);
  }
 .community-poll{
    	padding-top:5%;
 }
 .community-poll p{
 	color: #C94848;
	font-size:0.8em;
	font-weight: normal;
	padding:2% 0;
  }
 .poll li{
 	padding: 3px 0px 9px 0;
 }
 .poll input.radio {
	float: left;
	margin: 2px 0 0 0;
}
.poll .label {
	display: block;
	margin-left: 20px;
}
.poll label{
	font-size:0.8125em;
	padding:0.42em 1%;
	color: #666;
	font-family: Geneva, Verdana, sans-serif;
}

/*  About  ============================================================================= */
.col_1_of_3{
	display: block;
	float:left;
	margin: 0% 0 0% 1.6%;
}
.col_1_of_3:first-child { margin-left: 0; }

.span_1_of_3 { width: 29.2%; padding:1.5%; }
.span_1_of_3 img{
	border:1px solid #ddd;
	max-width: 100%;	
}
.span_1_of_3 h3{
	color: #333;
	margin-bottom:0.5em;
	font-size:1.2em;
	line-height: 1.2em;
	font-family: 'Monda', sans-serif;
	font-weight : normal;
	margin-top: 0px;
	text-transform: uppercase;
}
.span_1_of_3 p {
	font-size: 0.8125em;
	padding: 0.5em 0;
	color: #747474;
	line-height: 1.6em;
	font-family: Geneva, Verdana, sans-serif; 	
}
.year{ float:left; width:15%; }
.year p{ color: #6699ff; font-size:0.95em; }
.span_1_of_3  p.history{
	float:left;
	width:85%;
	font-size:0.8125em;
	color: #747474;
	line-height: 1.6em;
} 
.span_1_of_3 .list li a{
	font-size:0.82em;
	padding:0.35em 1.2em;
	color: #0f4c81;
	background: url(../images/drop_arrow-hover.png) no-repeat 0px 10px;
	display:block;
}
.span_1_of_3 .list li a:hover{	
	color: #747474;
}
/*** team ***/
.grid_1_of_5{
	display: block;
	float: left;
	margin: 1% 0 0% 1.6%;
}
.grid_1_of_5:first-child { 
	margin-left: 0; 
} 
.images_1_of_5 {
	width: 15.72%;
	padding: 1.5%; 
}
.images_1_of_5 img{
	max-width: 100%;
	display: block;
}
.images_1_of_5  h3{
	color: #C94848;
	margin-top:0.2em;
	font-size:1em;
	font-family: 'Monda', sans-serif;
	font-weight : normal;
}
.images_1_of_5 p {
	font-size:0.8125em;
	padding:0.2em 0;
	color: #333;
	line-height: 1.6em;	
}
/*** End Team ***/

/* FAQ  ============================================================================= */
.questions{
	margin:20px 0 10px 0;
}
.questions h4{
	color: #6699ff;
	font-size: 15px;
	margin-bottom:5px;
	font-weight: normal;
}
.questions p{
	color: #4f4f4f;
	font-size: 13px;
	line-height: 1.65em;
	margin-bottom: 5px;
}

/*  Contact Form  ============================================================================= */
.support{ padding:1.5%; }
.support_desc{ float:left; width: 78%; }
.support_desc h3{
	font-size :30px;
	color: #333;
	padding: 5px 0;
	font-family: 'Monda', sans-serif;
}
.support_desc p span {
	font-size:15px;
	color: #666;
}
.support_desc p{
	font-size:12px;
	color: #777;
	line-height:1.8em;
	padding:5px 0;
}
.support img{
	float:left;
	margin-left:4%;
	margin-top:0px;
}

.group:before,
.group:after {
    content:"";
    display: table;
}
.group:after { clear: both; }
.group { zoom: 1; }
.col {
	display: block;
	float:left;
	margin: 0% 0 1% 1.6%;
}
.col:first-child{ margin-left:0; }	
.span_2_of_3 {
	width: 56.1%; padding: 1.5%; }
.span_1_of_3 { width: 36.2%; padding: 1.5%; }
.span_2_of_3 h2, .span_1_of_3 h2 {
	margin-bottom: 0.5em;
	line-height: 1.2em;
	font-family: 'Monda', sans-serif;
	font-weight : normal;
	margin-top: 0px;
}
.cartpage {
  border: 1px solid #ddd;
  overflow: hidden;
  padding: 12px;
  width: 94%;
}
.cartpage h3 {
    font-size: 25px;
    color: #0f4c81;
    margin-bottom: 18px;
    width: 100%;
    max-width: 100%;
    font-family: 'Monda', sans-serif;
    padding-bottom: 8px;
    border-bottom: 2px solid #009933;    
}
.tblone {
  margin-bottom: 18px;
  width: 100%;
  max-width: 100%;
  border: 1px solid #ddd;
  margin-bottom: 10px;
}
.tblone tr { text-align: justify; }
.tblone th {
  background: #666 none repeat scroll 0 0;
  color: #fff;
  font-size: 1em;
  padding: 3px 6px;
  text-align: center;
}
.tblone td { 
    padding: 2px 5px; 
    text-align: justify;
    font-size: 0.8125em;
}

table.tblone tr:nth-child(2n+1){background: #fff;height:30px;}
table.tblone tr:nth-child(2n){background: #fdf0f1;height:30px;}
table.tblone input[type="number"] {
  border: 1px solid #ddd;
  padding: 2px;
  width: 60px;
}
table.tblone input[type="submit"] {
  background: #666 none repeat scroll 0 0;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  font-size: 0.8125em;
  padding: 4px;
}
table.tblone a {
  color: #fe5800;
  font-weight: bold;
  text-decoration: none;
}
table.tblone a:hover{color: #000;}
table.tblone img {
  height: 30px;
  width: 24px;
}

.tblone_1 {
  border: 1px solid #ddd;
  margin-bottom: 8px;
  margin-top: 20px;
  float: right;
  text-align: left; 
  width: 42%;
}
.tblone_1 th {
  background: #fdf0f1 none repeat scroll 0 0;
  color: #333;
  font-size: 0.8125em;
  padding: 3px 6px;
  text-align: left;
}
.tblone_1 td { 
    padding: 2px 5px; 
    text-align: left;
    font-size: 0.8125em;
}
.tblone_1 th td strong {
    font-style: bold;
    text-transform: uppercase;
}

@media (max-width: 560px) {
  .tblone_1 {
    width: 92%;
    padding: 5px 0;
  }
}

.shopping { margin-top: 20px; }
.shopleft, .shopright {
  float: left;
  text-align: center;
  width: 20%;
}

.shopping .shopleft .btn, .shopping .shopright .btn  {
  background-color: #007BFF;
  color: #fff;
  padding: 8px 15px;
  cursor: pointer;
  width: 100%;
  margin-bottom: 8px;
  font-weight: bold;
  text-transform: capitalize;
  font-family: 'Monda', sans-serif;
  font-size: 0.925em;
  border-radius: 4px;
  transition: background-color 0.3s ease;
}
.shopping .shopleft .btn:hover, .shopping .shopright .btn:hover { background: #0056b3; }
.shopleft img{ outline:none; }
.shopleft a,.shopright a{ outline:none; }

.shopright img {
  width: 270px;
  outline:none
}

.contact-form{
	position: relative;
	padding-bottom: 30px;
}
.contact-form div { padding: 5px 0; }
.contact-form span {
	display: block;
	font-size: 0.8125em;
	color: #757575;
	padding-bottom: 3px;
	font-family :verdana, arial, helvetica, helve, sans-serif;
}
.contact-form input[type="text"],.contact-form textarea {
    padding: 8px;
    display: block;
    width: 98%;
    background: #fcfcfc;
    border: none;
    outline:none;
    color: #464646;
    font-size: 0.8125em;
    font-family: Geneva, Verdana, sans-serif;
    box-shadow: inset 0px 0px 3px #999;
    -webkit-box-shadow: inset 0px 0px 3px #999;
    -moz-box-shadow: inset 0px 0px 3px #999;
    -o-box-shadow: inset 0px 0px 3px #999;
    -webkit-appearance: none;
}
.contact-form textarea {
    resize: none;
    height: 90px;		
}
.contact-form input[type="submit"]{
	padding: 7px 25px;
	cursor: pointer;
	background: #fff url(../images/large-button-overlay.png);
    font-family: Geneva, Verdana, sans-serif;
    position: absolute;
    right: 0;
    border: 1px solid #ccc;
	color: #555 !important;
	font-size: 1em;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
}
.contact-form input[type="submit"]:hover{
	background-color: #EEE;
	border-color: #B8B5B5;
	color: #4f4f4f !important;
}
.contact-form input[type="submit"]:active{
	background-color: #fff;  
}
.company_address p{
	font-size:0.8125em;
	color: #757575;
	padding:0.2em 0;
	font-family: Geneva, Verdana, sans-serif;
}
.company_address p span{
	text-decoration:underline;
	color: #4f4f4f;
	cursor:pointer;
}
.map{
	border:1px solid #C7C7C7;
	margin-bottom:15px;
}

/* Responsive styles */
@media only screen and (max-width: 1024px) {
  .search_box form input[type="text"] {
    width: 143px;
  }
  .shopping_cart {
    width: 170px;
    margin-left: 5px;
  }
  .currencies, .languages, .login {
    margin-left: 5px;
  }
  .wrapper-dropdown {
    width: 50px;
    padding-left: 5px;
  }
  .list_2_of_1 .button a {
    padding: 5px 10px;
  }
    .heading {
    	margin-right: 2%; }
    .sort, .show {
    	width: 20%; }
    .listview_1_of_2 { margin: 1.2% 0 0% 0.8%; }
    .register_account {
	width:60%;
	padding:10px;
}
.register_account form input[type="text"]{
	width:240px;
}
.register_account form select{
	width:260px;
}
.register_account form input[type="text"].code{
	width:15%;
}
.register_account form input[type="text"].number{
	width:63.99%;
}
.login_panel {
	width:30%;
	padding:10px;
}
.img_list li a{
	font-size:11px;
	margin:0 8px;
}
.domain_search input[type="text"]{
	background: url(../images/text_box_2.png) no-repeat;
	margin:0;
	width:51.6%;
}
.domain_search select {
	width:17.7%;
}
p.terms {
	padding:15px 0 0 15px;
	width:68%;
}
    .wrapper{ width: 95%; }
    .available li {
    	padding: 1.5% 0%; }
    .available li select {
    	margin-left:0; }
    .span_3_of_2 .button {
    	margin-top: 5%; }
    .signup input[type="text"] {
    	width:152px; }
    .signup input[type="submit"] {
    	padding: 8px 10px; }
    .images_1_of_5 p {
    	padding:0;
    	line-height:1.4em;
    }
    .year {
    	width: 18%; }
    .span_1_of_3 p.history {
    	width:80%; }
    .support_desc {
        width: 70%; }	
	.support img {
	margin-left: 3%; }
}

@media only screen and (max-width: 800px) {
  .search_box form input[type="text"] {
    width: 183px;
  }
  .shopping_cart {
    width: 180px;
    margin-left: 5px;
  }
  .wrapper-dropdown {
    width: 55px;
    margin-left: 5px;
    margin-top: 5px;
  }
    .login {
    	margin-left: 5px;
    	margin-top: 5px;
    }
    .list_2_of_1 .button a {
    	padding:5px 10px; }
    .heading {
    	margin: 0; }
    .sort, .show {
    	width: 24%; }
    .header_bottom_left,.header_bottom_right_images{
    	float: inherit;
    	width: 100%;
    }
    .header_bottom_right_images { margin-left: 0; }
    .listview_1_of_2 { margin: 1.2% 0 0% 0.8%; }
    .wrapper { width: 95%; }
    .span_1_of_4 h4 {
    	font-size: 1em;
    	letter-spacing: 0;
    }
    .span_1_of_2 {
    	width: 100%;
    	padding: 0.85%;
    }
    .span_3_of_1{
    	float: inherit;
    	width: 99%;
     }
     .rightsidebar{ margin-left:0; }
    .leftsidebar { margin-right: 0;}
     .span_3_of_1 li a {
     	font-size: 1em;
     	padding: 0.42em 3%;
	 }
    .available li {
    	padding:1.5% 1%;
    }
    .available li select {
    	margin-left:0;
    }
    .span_3_of_2 .button {
    	margin-top:5%;
    }
    .signup input[type="text"] {
    	width:80%;
    }
    .signup input[type="submit"] {
    	padding:8px 10px;
    	width:18.5%;
    }
    .span_1_of_4 li {
    	font-size: 1em;
    }
    .images_1_of_5 p {
    	padding:0;
    	line-height:1.4em;
    }
    .year {
    	width:8%;
    }
    .images_1_of_5 h3 {
    	font-size:0.8em;
    }
    .span_1_of_3 p.history {
    	width:92%;
    }
    .span_2_of_3 {
		width: 96%;
		padding:2% 0; 
	}
	.col_1_of_3{ 
		margin:0% 0 0% 0%;
	}
	.span_1_of_3 {
		width:96%;
		padding:2% 0; 
	}
	.support_desc {
		width: 70%;
	}
	.support img {
		width: 25%;
	margin-left: 3%;
	}
	.register_account {
	width:60%;
	padding:10px;
}
.register_account form input[type="text"]{
	width:200px;
}
.register_account form select{
	width:220px;
}
.register_account form input[type="text"].code{
	width:15%;
}
.register_account form input[type="text"].number{
	width:60.8%;
}
.login_panel {
	width:30%;
	padding:10px;
}
.img_list li a{
	font-size:11px;
	margin:0 8px;
}
.domain_search input[type="text"]{
	background: url(../images/text_box_2.png) no-repeat;
	margin:0;
	width:51.6%;
}
.domain_search select {
	width:17.7%;
}
p.terms {
	padding:12px 0 10px 15px;
	width:58%;
}
.tld-box{
	margin-left:2%;
}
.rfloat {
	width:70%;
}
.check_domain input[type="text"] {
	background: url(../images/text_box_reg2.png) no-repeat;
	width:80%;
}
.support_desc h3, .plans h3, .domain_registration h3 {
	font-size:25px;
}
.support_desc {
	width:70%;
}
.support img{
	margin-left:3%;
}
.features_list-1{
	float:left;
	width:48%;
}
.features_list-2{
	float:left;
	width:48%;
}
.features_list-3{
	display:none;
}
.plans_table thead th.plans-list h3 {
	font-size:15px;
}
.plans_table thead th.plans-list h4{
	font-size:18px;
}
.plans_table tbody td {
	padding:5px;
}
.feedback form input[type="text"].number{
	width:70%;
}
.feedback form select {
	width:100%;
}
.register_account,.login_panel {
	float:inherit;
	width:96%;
	padding:10px;
}
.login_panel {
	margin:0 0 3% 0;
}
.login_panel form {
	margin:0;
}
.register_account form input[type="text"]{
	width:300px;
}
.register_account form select{
	width:320px;
}
.register_account form input[type="text"].code{
	width:15%;
}
.register_account form input[type="text"].number{
	width:68%;
}
.login_panel input[type="text"], .login_panel input[type="password"] {
	width: 95%;
}
}

@media only screen and (max-width: 640px) {	
  .wrap {
    width: 100%;
  }	
  .logo {
    float: inherit;
    text-align: center;
  }
  .header_top_right {
    float: inherit;
    width: 100%;
    margin-top: 15px;
  }
  .search_box {
    float: inherit;
    width: 100%;
  }
  .search_box form input[type="text"] {
    width: 78.5%;
  }
  .search_box form input[type="submit"] {
    width: 18.5%;
  }
  .shopping_cart {
    width: 65.66%;
    margin-left: 0;
    margin-top: 8px;
  }
     .wrapper-dropdown{
    	margin-left: 5px;
    	margin-top: 8px;
    	width: 55px;
    } 
    .login {
    	margin-left: 5px;
    	margin-top: 8px;
    }
    .list_2_of_1 .button a {
    	padding:5px 10px; }
    .text {
		text-align: center;
		float: inherit;
		margin: 2% 0 0% 0%;
	}
    /* Content */
    .content_top { padding: 15px 10px; }
    .heading {
    	margin: 0;
    	width: 100%;
    }
    .sort {
    	width: 31%;
    	margin-left: 0;
    	padding-top: 10px;
    }
     .show {
    	width:23%;
    	padding-top:10px;
    }
    .sort select, .show select { font-size:1em; }
    .page-no { padding-top:10px; }
    .page-no li a { padding:5px 3px; }
    .header_bottom_left,.header_bottom_right_images {
    	float: inherit;
    	width: 100%;
    }
    .header_bottom_right_images { margin-left: 0; }
    .listview_1_of_2 { margin: 1.2% 0 0% 0.8%; }
    .wrapper { width: 95%; }
    .span_1_of_4 h4 {
    	font-size: .8em;
		letter-spacing: 0;
		padding-top: 5px;
    }
    .span_1_of_2 {
    	width: 100%;
    	padding: 0.85%;
    }
    .span_3_of_1 {
    	float: inherit;
    	width: 97%;
     }
     .rightsidebar {
     	margin-left: 0; }
    .leftsidebar {
        margin-right: 0;}    
     .span_3_of_1 li a {
     	font-size: 1em;
     	padding: 0.42em 3%;
	 }
    .available li {
    	padding:1.5% 1%;
    }
    .available li select {
    	margin-left:0;
    }
    .span_3_of_2 .button {
    	margin-top:5%;
    }
    .signup input[type="text"] {
    	width:79.5%;
    }
    .signup input[type="submit"] {
    	padding:8px 10px;
    	width:18.5%;
    }
    .span_1_of_4 li {
    	font-size: 1em;
    }
    .span_2_of_3 {
		width: 96%;
		padding: 2% 0; 
	}
	.col_1_of_3{ margin:0% 0 0% 0%; }
	.span_1_of_3 {
		width: 96%;
		padding: 2% 0; 
	}

  /** contact-form **/
 	.span_2_of_3 {
		width: 100%;
		padding: 3% 0; 
	}
	.col{ margin: 0% 0 0% 0%; }
	.span_1_of_3 {
		width:100%;
		padding:3% 0; 
	}
   
   .contact-form input[type="text"],.contact-form textarea{ width:97%; }
	/** End contact-form **/
	/*** Login ***/
	.register_account form input[type="text"]{
	width:235px;
}
.register_account form select{
	width:255px;
}
.register_account form input[type="text"].code{
	width:10%;
}
.register_account form input[type="text"].number{
	width:68.5%;
}
.register_account,.login_panel {
	float:inherit;
	width:96%;
	padding:10px;
}
.login_panel {
	margin:0 0 3% 0;
}
.login_panel button{
	font-size:15px;
}
		
  /*** Preview ***/
 .grid {
		margin:0; }
	.cont-desc{ 
		margin: 2% 0 2% 0%;
	}
	.rightsidebar{
		margin:0;
	}
	.image{
		padding:3%; }
	.desc{
		margin:0; }
	.span_1_of_2 {
		width: 100%;
		padding: 0.85%;
	}
	.span_3_of_2 {
		width: 100%; }
	.images_3_of_2 {
		width: 100%; }
	.span_3_of_1 {
		width: 98%;
		padding: 1.25%;
	}
/*** About ***/
.grid_1_of_5{ 
		margin: 0% 0 0% 0%;
	}	
	.images_1_of_5{
		width:94%;
		padding:3%;
	}
	 .images_1_of_5 p {
    	padding:0;
    	line-height:1.4em;
    }
    .year {
    	width:8%;
    }
    .images_1_of_5 h3 {
    	font-size:1.2em;
    }
    .span_1_of_3 p.history {
    	width:92%;
    }
}
@media only screen and (max-width: 480px) {	
  .wrap { 
    width: 100%; 
  }	
  .logo {
    float: inherit;
    text-align: center;
    border-radius: 1px;
  }
  .header_top_right {
    float: inherit;
    width: 100%;
    margin-top: 18px;
  }
  .search_box {
    float: inherit;
    width: 100%;
  }
  .search_box form input[type="text"] {
    width: 77.5%;
  }
  .search_box form input[type="submit"] {
    width: 18.5%;
  }
  .shopping_cart {
    width: 55.55%;
    margin-left: 0;
    margin-top: 8px;
  }
    .wrapper-dropdown {
    	margin-left: 5px;
    	margin-top: 8px;
    	width: 55px;
    }
   .login {
    	margin-left: 5px;
    	margin-top: 8px;
    }
    .list_2_of_1 .button a { padding: 5px 10px; }
    .listview_1_of_2 { margin: 0; }
	
	.images_1_of_2 {
		width: 96%;
		padding: 1.25%;
	}
	.listimg_2_of_1 { width: 100%; }
	.list_2_of_1 { width: 100%; }
    
    /* Content */
     .content_top { padding: 15px 10px; }
    .heading {
    	margin: 0;
    	width: 100%;
    }
    .sort {
    	width:25%;
    	margin-left:0;
    	padding-top:10px;
    }
     .show {
    	width:21%;
    	padding-top:10px;
    }
    .sort select, .show select {
    	font-size:1em;
    }
    .page-no {
    	padding-top:25px;
    }
    .page-no li a {
    	padding:5px 3px;
    }
    .header_bottom_left,.header_bottom_right_images{
    	float: inherit;
    	width: 100%;
    }
    .header_bottom_right_images { margin-left: 0; }
    .listview_1_of_2 { margin: 1.5% 0 0% 0%; }

    /*** Footer ***/
    .wrapper { width: 90%; }
    .col_1_of_4 { margin: 1% 0 1% 0%; }
	.span_1_of_4 {
		width: 95%;
		padding: 0 2.5%;
		border: none; 
	}
    .span_1_of_4 h4 {
    	font-size: 1em;
		letter-spacing: 0;
		padding-top: 5px;
    }
    
  /*** preview ***/
 .back-links { width:100%; }
    .span_1_of_2 {
    	width: 100%;
    	padding: 0.85%;
    }
    .span_3_of_1{
    	float:inherit;
    	width: 99%;
     }
     .rightsidebar { margin-left:0; }
    .leftsidebar { margin-right: 0;}
     .span_3_of_1 li a {
     	font-size: 1em;
     	padding: 0.42em 5%;
     }
    .available li { padding: 1.5% 1%; }
    .available li select { margin-left:0; }
    .span_3_of_2 .button { margin-top: 1%; }
    .signup input[type="text"] { width:78.5%; }
    .signup input[type="submit"] {
    	padding: 8px 10px;
    	width: 18.88%;
    }
    .span_1_of_4 li {
    	font-size: 1em; }
    .span_2_of_3 {
		width: 96%;
		padding: 2% 0; 
	}
	.col_1_of_3{ 
		margin: 0% 0 0% 0%; 	}
	.span_1_of_3 {
		width: 96%;
		padding: 2% 0; 
	}

  /** contact-form **/
 	.span_2_of_3 {
		width: 95%;
		padding: 2.5%; 
	}
	.col { margin: 0% 0 0% 0%; }
	.span_1_of_3 {
		width:95%;
		padding:2.5%; 
	}
	.contact-form input[type="text"],.contact-form textarea{
		width:92%;
	}
	/** End contact-form **/
		/*** Login ***/
 .register_account table{
 	width:100%;
 }
 .register_account table td {
 	display:block;
 }
 .register_account form input[type="text"]{
	width:95%;
}
.register_account form select{
	width:100%;
}
.register_account form input[type="text"].code{
	width:10%;
}
.register_account form input[type="text"].number{
	width:76.5%;
}
.register_account,.login_panel {
	float: inherit;
	width: 96%;
	padding: 10px;
}
.login_panel {
	margin:0 0 3% 0; }
.login_panel button{
	font-size:15px;
}
		
/*** Preview ***/
 .grid {
		margin:0;
	}
	.cont-desc{ 
		margin: 2% 0 2% 0%;
	}
	.rightsidebar {
		margin:0; }
	.image {
		padding:3%; }
	.desc {
		margin:0; }
	.span_1_of_2 {
		width: 100%;
		padding: 0.85%;
	}
	.span_3_of_2 {
		width: 100%;
	}
	.images_3_of_2 {
		width: 100%; }
	.span_3_of_1 {
		width: 96%;
		padding: 3%;
	}

/*** About ***/
.grid_1_of_5 { 
    margin: 0% 0 0% 0%; }	
	.images_1_of_5{
		width: 94%;
		padding: 3%;
	}
	 .images_1_of_5 p {
    	padding:0;
    	line-height:1.4em;
    }
    .year {
    	width:12%;
    }
    .images_1_of_5 h3 {
    	font-size:1.2em;
    }
    .span_1_of_3 p.history {
    	width:88%;
    }
    	.col_1_of_3{ 
		margin: 0% 0 0% 0%;
	}
	.span_1_of_3 {
		width: 95%;
		padding: 2.5%;
	}
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 480px) {
	.cont-desc { 
		margin: 2% 0 2% 0%; }
	.rightsidebar {
		margin: 0; }
	.grid {
		margin:0;
	}
	.image{
		padding:4%;
	}
	.desc {
		margin:0; }
	.span_1_of_2 {
		width: 100%;
		padding: 1.5%;
	}
	.span_3_of_2 {
		width: 100%;
	}
	.images_3_of_2{
		width: 100%; }
	.span_3_of_1 {
		width: 96%;
		padding: 3%;
	}
	  .grid_1_of_5{ 
		margin: 0% 0 0% 0%;
	}	
	.images_1_of_5 {
		width:92%;
		padding:4%;
	}
}

/*  new css  */
.payments {
	height: 20%;
	max-width: 30%;
	padding-left: 80%;
	position: relative;	
}