body{
	font:400 15px Lato, sans-serif;
	line-height:1.8;
	color:#818181;
}

/*menu*/

.home-menu li a{
	color:#000;
	font-size:13px;
}

.home-menu li a:hover{
	color:#6495ed;
}


#nav a.selected,
#nav a.selected:hover {
  color: #0a0;
  border-color: #0a0;
  background: #afa; 
}

.colorselected{
	width:20px;
}


.ecommerce-header {
  width: 100%;
  background-color: #fefefe;
  border-bottom:6px solid rgba(138, 138, 138, 0.55);
}
.ecommerce-header:after{
	z-index:-1;
	position:absolute;
	content:"";
	top:2.3rem;
	left:0;
	width:50%;
	height:1.7rem;
	opacity:.1;
	-webkit-box-shadow:0 3rem 0.1rem #333;
	box-shadow:0 3rem 0.1rem #333;
	-webkit-transform:rotate(3deg);
	transform::rotate(3deg);
	right:0;
	left:auto;
}
	

.ecommerce-header:before{
	-webkit-box-shadow:0 3rem 0.1rem #333;
	box-shadow:0 3rem 0.1rem #333;
	-webkit-transform:rotate(-3deg);
	transform::rotate(-3deg);
	z-index: -1;
	position: absolute;
	content: "";
	top: 2.3rem;
	left: 0;
	width: 50%;
	height: 1.7rem;
	opacity: .1;
	
}

.ecommerce-header .logo {
  height: 30px;
  width: 80%;
}

.ecommerce-header ul {
  background-color: #fefefe;
}

.ecommerce-header li {
  display: inline-block;
}

.ecommerce-header .nav-links {
  margin-left: 15px;
}

.ecommerce-header a {
  color: #8a8a8a;
  transition: color 0.5s ease;
  display: block;
}

.ecommerce-header a:hover {
  color: #0b0b0b;
  transition: color 0.5s ease;
}

.ecommerce-header .blue a:hover{
	color: #07808e;
	transition: color 0.5s ease;
}

.ecommerce-header input {
  margin-right: 0px;
}

footer {
  z-index: -2;
  font-size: 12px;
  color: #CCC;
  text-align: center;
  margin-top:15px;
  margin-bottom:15px;
}
footer h1 {
  z-index: 1;
  bottom: 50px;
  list-style: outside none none;
  text-align: center;
  font-weight: bold;
  color: #66646b;
  font-size:24px;
  font-size: 1.5rem;
  margin-top:50px;
  margin-bottom:30px;
  
}

footer h2 {
	color:#66646b;
	margin-bottom:30px;
}

footer li{
	font-size:12px;
	margin-right:10px;
	color:#000;
}
footer li a{
	color:#66646b;
}
footer li a:hover{
	color:#55b3e6;
}
footer p{
	font-weight:bold;
	font-size:11px;
	color:#66646b;
}



.footer{
	list-style-type:none;
	display:inline-block;
	display:-webkit-inline-box;
	margin:0px;
	color:#000;
	margin-top:50px;
	
}


@media screen and (max-width: 74.9375em) {
  .ecommerce-header input {
    width: 150px;
  }
}

.ecommerce-header.top-bar {
  padding-top: 0;
  padding-bottom: 0;
}

.ecommerce-header .button.search-button {
  width: 39px;
  height: 39px;
  background-size: 20px 20px;
  background-image:url(../img/icons/search-iconw.png);
  background-repeat: no-repeat;
  background-position: center center;
  padding-left: 0;
  padding-right: 0;
  border-radius: 0px;
  background-color:#575757;
}

.ecommerce-header .menu > .main-nav-link > a {
  padding: 1.5em 0.95em 1.5em 0.95em;
}

.ecommerce-header-top {
  width: 100%;
  background-color: #0a2141;
  height: 115px;
  padding: 10px;
}

.ecommerce-header-top .fa {
  color: #fefefe;
  font-size: 1.5rem;
}

.ecommerce-header-top-message {
  color: white;
  float: left;
}

.ecommerce-header-top-links {
  color: white;
}

.ecommerce-header-top-links ul li {
  display: inline;
  padding-left: 20px;
}

.ecommerce-header-top-links a {
  color: white;
  transition: color 0.5s ease;
}

.ecommerce-header-top-links a:hover {
  color: white;
  transition: color 0.5s ease;
}

.ecommerce-header-off-canvas {
  background-color: #575757;
}

.ecommerce-header-off-canvas .menu {
  padding: 1rem 0;
}

.ecommerce-header-off-canvas .menu a {
  color: #8a8a8a;
}

.ecommerce-header-mobile {
  background-color: #0a2141;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.625rem 1.25rem;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ecommerce-header-mobile-left,
.ecommerce-header-mobile-right,
.ecommerce-header-mobile-center {
  -webkit-flex: 1 0 0;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}

.ecommerce-header-mobile-left {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.ecommerce-header-mobile-center {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#logo {
	width:300px;
}

.ecommerce-header-mobile-right {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.ecommerce-header-mobile-right .fa {
  color: #fefefe;
  font-size: 1.5rem;
}

.ecommerce-header-search-exandable input[type=search] {
  margin: 0 1rem;
  background: #e6e6e6 url(../img/icons/search-icon.png) no-repeat 9px center;
  border: solid 1px #cacaca;
  padding: 9px 10px 9px 26px;
  width: 35px;
  border-radius: 5000px;
  transition: all 0.5s;
}

.ecommerce-header-search-exandable input[type=search]:focus {
  width: 120px;
  background-color: #fefefe;
  border-color: #1779ba;
  box-shadow: 0 0 5px rgba(23, 121, 186, 0.5);
}

.ecommerce-header-search-exandable input:-moz-placeholder {
  color: #8a8a8a;
}

.ecommerce-header-search-exandable input::-webkit-input-placeholder {
  color: #8a8a8a;
}

.ecommerce-header-search-exandable input[type=search]:hover {
  background-color: #fefefe;
}

@media screen and (min-width: 1540px) {
	.ecommerce-header .menu > .main-nav-link > a {
  padding: 1.5em 2.35em 1.9em 2.35em;
}
		
}




.dropdown-pane {
    left: 0px !important;
	width:100%;
    max-width: 100%;
	background-color:#f5f5f5;
}
.dropdown-pane h4{
	margin-top:5%;
}
.dropdown-pane h6{
	text-transform:uppercase;
}

.dropdown-pane ul li{
	margin-left:0.85em;
	margin-right:0.85em;
	border-style:inset;
	border-top:0px;
	border-left:0px;
	border-right:0px;
	width:200px;
}

.nav-img img{
	max-width:50%;
}

.menu-tech img {
	max-height:25px;
}

.companion h6{
	background-color:grey;
	color:#fff;
	padding:0.3rem;
	width:111px;
	text-transform:uppercase;
	font-size:.7em;
}

.companion img{
	width:20%;
}


/*----------------------Marketing Feature ------------------*/

.marketing-site-features {
  text-align: center;
  padding: 2rem 0;
}

.marketing-site-features .fa {
  font-size: 2rem;
  margin-bottom: 1rem;
  color: #1779ba;
}

.marketing-site-features .marketing-site-features-title {
  font-size: 1.125rem;
  margin-bottom: 1rem;
}

@media screen and (min-width: 40em) {
  .marketing-site-features {
    text-align: left;
  }
}

.marketing-site-features-headline {
  font-size: 35px;
}

.marketing-site-features-subheadline {
  margin-bottom: 2rem;
  text-align: center;
}




/* -------------- SLIDESHOW STYLES ---------------------*/

#wrapper {
  padding: 20px;
  }


.rslides {
  margin: 0 auto 40px;
  }


.rslides_tabs {
  list-style: none;
  padding: 0;
  background: rgba(0,0,0,.25);
  box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  font-size: 18px;
  list-style: none;
  margin: 0 auto 50px;
  max-width: 540px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
  }

.rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 1px;
  }

.rslides_tabs a {
  width: auto;
  line-height: 20px;
  padding: 9px 20px;
  height: auto;
  background: transparent;
  display: inline;
  }

.rslides_tabs li:first-child {
  margin-left: 0;
  }

.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: bold;
  }
  
  
  
.product-image-gallery {
  background-color: #fefefe;
  padding: 1.5rem;
}

.pdp-product-image {
  margin-bottom: 20px;
}

.product-thumbs a {
  margin-left: 8px;
  margin-right: 8px;
  padding: 0 !important;
}

.product-thumbs a img {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: solid 4px #fefefe;
  border-radius: 0;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  line-height: 0;
  border-radius: 3px;
  width: 50px;
  height: 50px;
  border: none;
}
.product-option-selection input[type=radio] {
  display: none;
  margin: 10px;
}

.product-option-selection input[type=radio] + label {
  display: inline-block;
  margin: -2px;
  border-color: #ddd;
  margin-right: 0.1rem;
  margin-top: 2px;
  margin-bottom: 10px;
  padding: 0.4rem;
}

.product-option-selection input[type=radio]:checked + label {
  background: #b6ddf6;
  border: 1px solid #1779ba;
  border-radius: 3px;
  color: #3d3d3d;
  font-weight: 600;
  padding: 0.3rem;
}





/*ENDS ------------- SLIDESHOW STYLES ---------------- ENDS*/


/*------------------ Product Banners -----------------*/



.hero-section {
  background: url(../img/banners/banners.jpg) 50% no-repeat;
  background-size: cover;
  height: 35vh;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hero-section .hero-section-text {
  color: #fefefe;
  text-shadow: 1px 1px 2px #0a0a0a;
}


.hero-product {
  background: url(../img/banners/callawayBanner.jpg) 50% no-repeat;
  background-size: cover;
  height: 35vh;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hero-product .hero-section-text {
  color: #fefefe;
  text-shadow: 1px 1px 2px #0a0a0a;
}

.opg {
  background: url(../img/banners/opgBanner24.jpg) 50% no-repeat;
/*  background: url(../img/banners/OPG_FALL_2019_GOLF_7.jpg) 50% no-repeat; */
  background-size: cover;
  height: 45vh;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
		  background-position-y:-95px;
}

.opg .hero-section-text {
  color: #fefefe;
  text-shadow: 1px 1px 2px #0a0a0a;
}


.perryellis {
  background: url(../img/banners/pe_page_banner.jpg) 50% no-repeat;
  background-size: cover;
  height: 45vh;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
		  background-position-y:-95px;
}

.perryellis .hero-section-text {
  color: #fefefe;
  text-shadow: 1px 1px 2px #0a0a0a;
}



.pgat {
  background: url(../img/banners/pgatbanner.jpg) 50% no-repeat;
  background-size: cover;
  height: 45vh;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
		  background-position-y:-95px;
}

.pgat .hero-section-text {
  color: #fefefe;
  text-shadow: 1px 1px 2px #0a0a0a;
}




.perryhealth {
  background: url(../img/banners/ph_page_banner.jpg) 50% no-repeat;
  background-size: cover;
  height: 45vh;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
		  background-position-y:-95px;
}

.perryhealth .hero-section-text {
  color: #fefefe;
  text-shadow: 1px 1px 2px #0a0a0a;
}



.jack {
  background: url(../img/banners/04.jpg) 50% no-repeat;
  background-size: cover;
  height: 45vh;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
		  background-position-y:-95px;
}

.jack .hero-section-text {
  color: #fefefe;
  text-shadow: 1px 1px 2px #0a0a0a;
}

@media (min-width: 1500px) {

.opg {	
background-position-y:-95px;
height:60vh;
}

.jack {	
background-position-y:-95px;
height:60vh;
}
	
}






.hero-embroidery {
  background: url(../img/embroidery/embroidery_left.jpg) 50% no-repeat;
  background-size: cover;
  height: 35vh;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.hero-embroidery .hero-section-text {
  color: #fefefe;
  text-shadow: 1px 1px 2px #0a0a0a;
}




/*-------------------Ends Banners ---------------------*/

.trade-show{
	margin-top:1rem;
}
.trade-show .cell{
	border: 1px solid;
	padding: .5rem 3rem .5rem 1rem;
	width: auto;
}

 #trade-1{
	border:1px solid;
}
 #trade-2{
	border-left:none !important;
	border:1px solid;
}
 #trade-3{
	border-left:none;
	border-bottom:none;
}
 #trade-4{
}
 #trade-5{
	 border-left:none;
 }

 #trade-6{
	border-left:none;
}
 #trade-7{
	 border-top:none;
}

.catalog{
	max-width:100% !important;
}


.marketing-image ul{
	display:block;
	margin:auto;
	text-align:left;
	list-style:none;
}
.marketing-image ul li{
	margin:1rem;
	display:inline-block;
	display:-webkit-inline-box;
}

.marketing-image .thumbnail{
	max-width:30%;
}

.flyers-image img{
	max-width:70%;
}
.feature-image ul{
	display:block;
	margin:auto;
	text-align:center;
	list-style:none;
}
.feature-image ul li{
	margin:1rem;
	display:inline-block;
	display:-webkit-inline-box;
}

.feature-image p{
		display:inline-block;
	display:-webkit-inline-box;
}


@media (min-width: 1200px) and (max-width:1499px) {
	
	
	#slider1{
		max-width:820px;
	}
	
	
	
	}
	
	
	@media (min-width: 1500px) {

	#slider1{
		max-width:1030px;
	}
	

	}




/* -------------- PRODUCTS ---------------------*/

@charset "UTF-8";
body {
  background: #F8F8F8;
}

a,
button {
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
}

.pdt-80 {
  padding-top: 80px;
}

.pdb-80 {
  padding-bottom: 80px;
}

.checkbox {
  padding-left: 20px;
  margin-bottom: 20px;
}
.checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  line-height: 1.4;
  padding-left: 5px;
  cursor: pointer;
}
.checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  cursor: pointer;
  width: 18px;
  height: 18px;
  font-family: 'FontAwesome';
  left: 0;
  margin-left: -20px;
  border: 1px solid #ececec;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  background-color: #fff;
}
.checkbox label::after {
  display: inline-block;
  position: absolute;
  cursor: pointer;
  width: 18px;
  height: 18px;
  line-height: 18px;
  left: 0;
  top: 0;
  font-family: 'FontAwesome';
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 28px;
  color: #444;
}
.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}
.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after {
     font-family: 'FontAwesome';
  content: "\f00c";
  font-size:13px;
}
.checkbox input[type="checkbox"]:disabled,
.checkbox input[type="radio"]:disabled {
  cursor: not-allowed;
}
.checkbox input[type="checkbox"]:disabled + label,
.checkbox input[type="radio"]:disabled + label {
  cursor: not-allowed;
  color: #c4c4c4;
}
.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="radio"]:disabled + label::before {
  opacity: 0.5;
  background-color: #B0BEC5;
  border-color: #B0BEC5;
  cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
  border-radius: 50%;
  -webkit-border-radius: 50%;
}
.checkbox.checkbox-circle label::after {
  font-size: 22px;
  margin-left: -18px;
}
.checkbox.checkbox-inline {
  margin-top: 0;
  margin-left: 0rem;
  margin-right: 0.75rem;
}
.checkbox.checkbox-inline + .checkbox-inline {
  margin-right: 0.75rem;
  margin-left: 0rem;
}

.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
  background-color: #2196F3;
  border-color: #2196F3;
}
.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-primary input[type="checkbox"]:checked:disabled,
.checkbox-primary input[type="radio"]:checked:disabled {
  cursor: not-allowed;
}
.checkbox-primary input[type="checkbox"]:checked:disabled + label,
.checkbox-primary input[type="radio"]:checked:disabled + label {
  cursor: not-allowed;
}
.checkbox-primary input[type="checkbox"]:checked:disabled + label:before,
.checkbox-primary input[type="radio"]:checked:disabled + label:before {
  background-color: #2196F3;
  border-color: #2196F3;
}

.checkbox-secondary input[type="checkbox"]:checked + label::before,
.checkbox-secondary input[type="radio"]:checked + label::before {
  background-color: #323a45;
  border-color: #323a45;
}
.checkbox-secondary input[type="checkbox"]:checked + label::after,
.checkbox-secondary input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-secondary input[type="checkbox"]:checked:disabled,
.checkbox-secondary input[type="radio"]:checked:disabled {
  cursor: not-allowed;
}
.checkbox-secondary input[type="checkbox"]:checked:disabled + label,
.checkbox-secondary input[type="radio"]:checked:disabled + label {
  cursor: not-allowed;
}
.checkbox-secondary input[type="checkbox"]:checked:disabled + label:before,
.checkbox-secondary input[type="radio"]:checked:disabled + label:before {
  background-color: #323a45;
  border-color: #323a45;
}

.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before {
  background-color: #ef1c1c;
  border-color: #ef1c1c;
}
.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-danger input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked:disabled,
.checkbox-danger input[type="radio"]:checked:disabled {
  cursor: not-allowed;
}
.checkbox-danger input[type="checkbox"]:checked:disabled + label,
.checkbox-danger input[type="radio"]:checked:disabled + label {
  cursor: not-allowed;
}
.checkbox-danger input[type="checkbox"]:checked:disabled + label:before,
.checkbox-danger input[type="radio"]:checked:disabled + label:before {
  background-color: #ef1c1c;
  border-color: #ef1c1c;
}

.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
  background-color: #29B6F6;
  border-color: #29B6F6;
}
.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-info input[type="checkbox"]:checked:disabled,
.checkbox-info input[type="radio"]:checked:disabled {
  cursor: not-allowed;
}
.checkbox-info input[type="checkbox"]:checked:disabled + label,
.checkbox-info input[type="radio"]:checked:disabled + label {
  cursor: not-allowed;
}
.checkbox-info input[type="checkbox"]:checked:disabled + label:before,
.checkbox-info input[type="radio"]:checked:disabled + label:before {
  background-color: #29B6F6;
  border-color: #29B6F6;
}

.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before {
  background-color: #FFD600;
  border-color: #FFD600;
}
.checkbox-warning input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked:disabled,
.checkbox-warning input[type="radio"]:checked:disabled {
  cursor: not-allowed;
}
.checkbox-warning input[type="checkbox"]:checked:disabled + label,
.checkbox-warning input[type="radio"]:checked:disabled + label {
  cursor: not-allowed;
}
.checkbox-warning input[type="checkbox"]:checked:disabled + label:before,
.checkbox-warning input[type="radio"]:checked:disabled + label:before {
  background-color: #FFD600;
  border-color: #FFD600;
}

.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
  background-color: #7EC855;
  border-color: #7EC855;
}
.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
  color: #fff;
}

.checkbox-success input[type="checkbox"]:checked:disabled,
.checkbox-success input[type="radio"]:checked:disabled {
  cursor: not-allowed;
}
.checkbox-success input[type="checkbox"]:checked:disabled + label,
.checkbox-success input[type="radio"]:checked:disabled + label {
  cursor: not-allowed;
}
.checkbox-success input[type="checkbox"]:checked:disabled + label:before,
.checkbox-success input[type="radio"]:checked:disabled + label:before {
  background-color: #7EC855;
  border-color: #7EC855;
}

input[type="checkbox"],
input[type="radio"] {
  margin-left: 0rem;
}
input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
   font-family: 'FontAwesome';
  content: "\f00c";
}
input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
  color: #fff;
}
input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
  color: #fff;
}

.select-group {
  position: relative;
  display: block;
  margin-bottom: 15px;
}
.select-group:before {
  font-family: 'FontAwesome';
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
}
.select-group select.form-control {
  border-radius: 0px;
  box-shadow: none;
  -webkit-box-shadow: none;
  padding-right: 30px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.uimax-block-section-26 .product-list {
  display: block;
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
}
.uimax-block-section-26 .product-list:before {
  display: table;
  content: "";
}
.uimax-block-section-26 .product-list:after {
  content: "";
  display: table;
  clear: both;
}
.uimax-block-section-26 .product-list .item {
  position: relative;
  width: 33.33333333333333%;
  padding-left: 25px;
  padding-right: 25px;
  margin-bottom: 30px;
  float: left;
}
.uimax-block-section-26 .product-list .product-item {
  position: relative;
  background: #FFF;
  overflow: hidden;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(31, 28, 28, 0.52);
  -moz-box-shadow: 0px 3px 5px 0px rgba(31, 28, 28, 0.52);
  box-shadow: 0px 3px 5px 0px rgba(31, 28, 28, 0.52);
}
.uimax-block-section-26 .product-list .product-item .pic-wrapper {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
}
.uimax-block-section-26 .product-list .product-item .pic-wrapper:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.uimax-block-section-26 .product-list .product-item .pic-wrapper .inner {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
}
.uimax-block-section-26 .product-list .product-item .pic-wrapper .inner .pic {
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: auto;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
}
.uimax-block-section-26 .product-list .product-item .pic-wrapper .pic-color {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 45px;
  text-align: left;
  padding: 15px;
  z-index: 5;
  line-height: 0;
}
.uimax-block-section-26 .product-list .product-item .pic-wrapper .pic-color .pick {
  display: inline-block;
  width: 15px;
  height: 15px;
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  border: 1px solid #949090;
}
.uimax-block-section-26 .product-list .product-item .pic-wrapper .pic-color .pick:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
.uimax-block-section-26 .product-list .product-item .pic-wrapper .pic-color .pick.active {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
}
.uimax-block-section-26 .product-list .product-item .product-desc {
  padding: 15px;
  text-align: center;
}

@media only screen and (min-device-width : 1500px){
	
	.uimax-block-section-26 .product-list .product-item .product-desc {
		height:150px;
	}
	
	
}
.uimax-block-section-26 .product-list .product-item .product-desc .name {
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 1.5;
  font-weight: bold;
  color: #323a45;
}
.uimax-block-section-26 .product-list .product-item .product-desc .styles {
  font-size: 12px;
  margin-bottom: 5px;
  line-height: 1.5;
  font-weight: 500;
  color: #323a45;
}
.uimax-block-section-26 .product-list .product-item .product-desc .name a {
  color: #323a45;
}
.uimax-block-section-26 .product-list .product-item .product-desc .name a:hover {
  color: #2196F3;
}
.uimax-block-section-26 .product-list .product-item .product-desc .price {
  display: inline-block;
  font-weight: 700;
  color: #ef1c1c;
  margin-right: 10px;
}
.uimax-block-section-26 .product-list .product-item .product-desc .old-price {
  display: inline-block;
  color: #475363;
  text-decoration: line-through;
}


.uimax-block-section-26 .product-list .product-item .sale {
  background: #ef1c1c;
  display: inline-block;
  padding: 5px 10px;
  color: #FFF;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 1;
  border-radius: 2px 0 0 2px;
  position: absolute;
  top: 15px;
  left: 15px;
}
.uimax-block-section-26 .product-list .product-item .sale:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 6px;
  border-color: transparent transparent transparent #ef1c1c;
}




.uimax-block-section-26 .product-list .product-item .closeout {
  background: #060;
  display: inline-block;
  padding: 5px 10px;
  color: #FFF;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 1;
  border-radius: 2px 0 0 2px;
  position: absolute;
  top: 15px;
  left: 15px;
}
.uimax-block-section-26 .product-list .product-item .closeout:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0;
  width: 0;
  height: 0;
  border-style: solid;
  /* border-width: 10px 0 10px 0px; */
   border-width: 10px 0 10px 6px; 
  /* border-color: #060; */
  border-color: transparent transparent transparent #060; 
}






.uimax-block-section-26 .product-list .product-item .btn-add-cart {
  display: inline-block;
  font-size: 0px;
  width: 30px;
  height: 30px;
  padding: 0px;
  background: #FFF;
  position: absolute;
  top: 15px;
  right: 15px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 1px solid #323a45;
  color: #323a45;
  transform: translate(60px, 0);
  -webkit-transform: translate(60px, 0);
  -moz-transform: translate(60px, 0);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.uimax-block-section-26 .product-list .product-item .btn-add-cart:before {
   font-family: 'FontAwesome';
  content: "\f00e";
  font-size: 18px;
}
.uimax-block-section-26 .product-list .product-item .btn-add-cart:hover, .uimax-block-section-26 .product-list .product-item .btn-add-cart.active {
  border-color: #2196F3;
  color: #2196F3;
}
.uimax-block-section-26 .product-list .product-item .btn-wishlist {
  display: inline-block;
  font-size: 0px;
  width: 30px;
  height: 30px;
  background: #FFF;
  padding: 0px;
  text-align: center;
  position: absolute;
  right: 15px;
  top: 60px;
  transform: translate(60px, 0);
  -webkit-transform: translate(60px, 0);
  -moz-transform: translate(60px, 0);
  line-height: 30px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  border: 1px solid #323a45;
  color: #323a45;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.uimax-block-section-26 .product-list .product-item .btn-wishlist:before {
   font-family: 'FontAwesome';
  content: "\f019";
  font-size: 18px;
}
.uimax-block-section-26 .product-list .product-item .btn-wishlist:hover, .uimax-block-section-26 .product-list .product-item .btn-wishlist.active {
  color: #ef1c1c;
  border-color: #ef1c1c;
}
.uimax-block-section-26 .product-list .product-item:hover .pic-wrapper .inner {
  transform: scale(1.3);
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.uimax-block-section-26 .product-list .product-item:hover .btn-add-cart,
.uimax-block-section-26 .product-list .product-item:hover .btn-wishlist {
  transform: translate(0px, 0);
  -webkit-transform: translate(0px, 0);
  -moz-transform: translate(0px, 0);
}
.uimax-block-section-26 .form-search {
  position: relative;
  margin-bottom: 15px;
}
.uimax-block-section-26 .form-search .form-control {
  margin-bottom: 0px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  padding-right: 35px;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.uimax-block-section-26 .form-search .btn-search {
  padding: 0px;
  width: 34px;
  height: 34px;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0px;
  background: transparent;
  color: #323a45;
}
.uimax-block-section-26 .form-search .btn-search:hover {
  color: #2196F3;
}
.uimax-block-section-26 .categories-list .list {
  margin-bottom: 0px;
}
.uimax-block-section-26 .categories-list .list > li{
	list-style-type:none;
}
.uimax-block-section-26 .categories-list .list > li > a {
  display: block;
  padding: 5px 0;
  color: #323a45;
}
.uimax-block-section-26 .categories-list .list > li > a:hover {
  color: #2196F3;
}
.uimax-block-section-26 .product-filter .block {
  margin-bottom: 40px;
}
.uimax-block-section-26 .product-filter .block > .title {
  text-transform: uppercase;
  font-weight: 700;
  color: #323a45;
  margin-bottom: 15px;
  padding: 0px 0 5px;
}
.uimax-block-section-26 .product-filter .block + .block > .title {
  padding: 5px 0 5px;
  border-top: 1px solid #ececec;
}
.uimax-block-section-26 .color-list {
  display: block;
  text-align: left;
}
.uimax-block-section-26 .color-list > a.color {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 15px;
  margin-bottom: 15px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  background: #2196F3;
}
.uimax-block-section-26 .color-list > a.color:hover {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
}
.uimax-block-section-26 .color-list > a.color.active {
  -webkit-box-shadow: 0px 0px 0px 2px #666666;
  -moz-box-shadow: 0px 0px 0px 2px #666666;
  box-shadow: 0px 0px 0px 2px #666666;
}
.uimax-block-section-26 .uimax-sidebar {
  background: #FFF;
  padding: 30px;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.15);
  margin-bottom: 80px;
  margin-right:10px;
}






/*--------- Products Details ------------*/

 .swiper-container {
        width: 450px;
        height: auto;
        margin: 20px auto;
    }
    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        line-height: 300px;
    }
	
	.product-thumbs{
		width:80px;
		position:absolute;
	}
		
	
	  .image-zoom {
  position : absolute;
  left : 0;
  top : 0;
  bottom : 0;
  right : 0;
  display : none;
  overflow : hidden;
  cursor:move;
  z-index:999;
}
.image-zoom img {
    position : absolute;
    top : 0;
    left : 0;
}

.button{
	background-color:#575757;
}

.buttonblk{
	background-color:#000;
	
	display: inline-block;
    vertical-align: middle;
    margin: 0 0 .5rem 0;
    font-family: inherit;
    padding: 0.85em 1em;
    -webkit-appearance: none;
    border: 1px solid transparent;
    border-radius: 0;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    font-size: 0.9rem;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    color: #fefefe;
	width: 100%;
	
}

a.buttonblk:hover {color:#FFF; background-color: #1779ba;}



.buttonbrg{
	background-color: #600;
	
	display: inline-block;
    vertical-align: middle;
    margin: 0 0 .5rem 0;
    font-family: inherit;
    padding: 0.85em 1em;
    -webkit-appearance: none;
    border: 1px solid transparent;
    border-radius: 0;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    font-size: 0.9rem;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    color: #fefefe;
	width: 100%;
	
}

a.buttonbrg:hover {color:#FFF; background-color: #000;}




.buttonblu{
	background-color:#002E5B;
	
	display: inline-block;
    vertical-align: middle;
    margin: 0 0 .5rem 0;
    font-family: inherit;
    padding: 0.85em 1em;
    -webkit-appearance: none;
    border: 1px solid transparent;
    border-radius: 0;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    font-size: 0.9rem;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    color: #fefefe;
	width: 100%;
	
}

a.buttonblu:hover {color:#FFF; background-color: #1779ba !important;}


.buttonltblu{
	background-color:#0296c9;
	
	display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem 0;
    font-family: inherit;
    padding: 0.85em 1em;
    -webkit-appearance: none;
    border: 1px solid transparent;
    border-radius: 0;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    font-size: 0.9rem;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    color: #fefefe;
	width: 100%;
	
}

a.buttonltblu:hover {color:#FFF; background-color: #1779ba;}




/*------ Navigation --------*/

a.nav5:link {color: #484848; font-weight:bold}
a.nav5:hover {color:#1779ba;}

/*------ Search --------*/


  .input-field input[type=search] {
        display: block;
        line-height: inherit;
        padding-left: 0rem;
        width: calc(100% - 4rem);
        font-size: 22px;
        text-align: left;
        color: grey;
    }
    
    .flow-text {
        font-size: 1.656rem;
    }
    
    .title-header {
        font-size: 28px;
    }
    
    #descritption {
        font-size: 22px;
    }
    
    .ui-widget {
        font-family: Roboto;
        font-size: 1.18rem;
        color: rgba(0, 0, 0, 0.71);
        line-height: 1.5;
        font-family: "Roboto", sans-serif;
        font - size: 16 px;
        color: #26a69a;
        display: block;
        line-height: 22px;
        padding: 14px 16px;
    }
    
    .ui-widget-content {
        /* border: 1px solid #dddddd; */
        overflow-y: auto;
        z-index: 999;
    }
    
    .titleText {
        margin-left: 52px;
    }
    
    .searchbutton {
        margin-left: 30%;
    }
    
    .description {}
	
/*ipad*/

@media only screen and (min-device-width : 644px) and (max-device-width : 922px) {
	
	.grid-x > .medium-8{
		width:100%;
	}
	
	
	
	
	
}





/* Small only */
@media screen and (max-width: 39.9375em) {
	
	.uimax-block-section-26 .product-list .item{
		padding-left:10px;
		padding-right:10px;
		margin-bottom:20px;
		width:50%;
	}
	.uimax-block-section-26 .product-list .product-item .product-desc .name{
		font-size:12px;
	}
	.vertical .main-nav-link a:hover{
	color:#fff;
	}

	#trade-2{
	border-left:1px solid;
	}
	
	#trade-3{
		border-left:1px solid;
	}
	
	#trade-5{
		border-left:1px solid;
	}
	
	#trade-6{
		border-left:1px solid;
	}
	
}
	
	
	
	
	

