/*CP style sheet*/
.masa-block-title strong span {
  text-transform: uppercase;
  font-size: 24px;
  color: #002d62;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.25;
  display: block;
}

.cart-empty p a{
  color: #2185c5;
}

#search_mini_form {
  margin: 19px 0 0;
}

#search_mini_form .form-search {
  border: solid 1px #002D62;
  height: 44px;
}


#search_mini_form .form-search button {
  height: 44px;
}

.block-cart-header h3:before, 
.block-cart-header span.h3:before {
  content: none;
}

.block-cart-header {
    padding-left: 17px !important;
}

.block-cart-header .block-content  {
    width: 180px;
    height: 44px;
}


.block-cart-header .block-content:before { 
/*.block-cart-header .block-content .cart-icon:after { */
    font-family: FontAwesome;
    content: '\f07a';
    font-size: 25px;
    color: #fff;
    background: #002D62;
    padding: 0px;
    width: 45px;
    height: 44px;
    display: inline-block;
    float: right;
    text-align: center;
    line-height: 44px;
    margin-right: 0px;
}

body #search_mini_form {
    width: 35%;
}

#search_mini_form #search {
    width: 60%;
}

.webforms-ub-request-form {
    float: left;
    width: 350px;
}

.ub_images {
    float: left;
    width: 70%;
    text-align: center;
    position: relative;
    top: -100px;
}

.ub_images .previewFront img {
    width: 500px;
    clear: both;
}

.ub_images .previewSmall {
    margin: auto;
}

.ub_small {
    width: 260px;
    float: left;
    margin: auto;
}

.ub_small {cursor: pointer}

/* START Adjustments for 'Custom Uniform' mega menu */
#popup703.wp-custom-menu-popup,
#popup723.wp-custom-menu-popup {
    width: 100px !important;
    left: 800px !important;
}

@media only screen and (min-width: 800px) {
    .nav-container {
        width: 1200px !important;
    }
}

@media only screen and (min-width: 800px ) and ( max-width: 920px) {
	#custommenu .parentMenu {
	    max-width: 82px;
	}
	#popup703 ,
	#popup723 {
    	    left: 600px !important;
	}
}
/* END Adjustments for 'Custom Uniform' mega menu */

/* START top search field adjustments*/
@media only screen and (max-width: 970px) {
	#search_mini_form {
	   margin: 0;
	}
}

/* END top search field adjustments*/

/* START Uniform builder image display adjustments */
@media only screen and (max-width: 1200px) {
	.ub_images {
	   width: 50%;
	}
	.ub_small {
	   width: 110px;
	}
	.previewSmall {
	   width: 100%;
	   padding-left: 25%;
	}
}

@media only screen and (max-width: 800px) {
	.ub_images {
	   width: 35%;
	}
	.ub_small {
	   width: 75px;
	}
	.previewSmall {
	   width: 100%;
	}

	.previewFront img {
	   position: relative;
	   left: -20%;
	}
}

@media only screen and (max-width: 686px) {
        .ub_images {
           width: 100%;
	   margin-top: 50px;
        }
       .previewFront img {
           position: initial;
        }
 	.ub_small {
           width: 100px;
        }

}

/* END Uniform builder image display adjustments */

.error-msg {
    margin-bottom: 4em !important;
}

.product-view .add-to-links li a.link-compare {
    display: none;
}
.products-grid .add-to-links .link-compare {
    display: none;
}
.compare-action{display: none;}

.rebelfix {
    display: block;
    margin-bottom: 15px;
    float: left;
    width: 100%;
  }
.rebelfix2 {
float: left;
}
.rebelfix3 {
    display: block;
    float: left;
    margin-top: 0px;
    padding-left: 15px;
}



.cart-content .cart-indent .actions button.checkout span span:before {
    font-family: FontAwesome;
    content: '\f023';
    font-size: 22px;
    color: #fff;
    padding: 0px;
    width: 36px;
    height: 35px;
    display: inline-block;
    float: left;
    line-height: 35px;
    margin-left: -15px;
}


.checkout-cart-index button.btn-proceed-checkout span span:before{
    font-family: FontAwesome;
    content: '\f023';
    font-size: 22px;
    color: #fff;
    padding: 0px;
    width: 25px;
    height: 49px;
    display: inline-block;
    float: left;
    height: 49px;
    margin-left: -10px;
}

.checkout-cart-index button.btn-proceed-checkout span span
{
    margin-left: 7px;
}

#checkout-review-submit .btn-checkout span span:before{
    font-family: FontAwesome;
    content: '\f023';
    font-size: 19px;
    margin-right: 5px;
    vertical-align: bottom;
}