#footer {    
    background-color: #ffffff;
    border-top: 2px solid rgba(0,0,0,0.2);
}

#copyrights {    
    background-color: #ffffff;   
}

.section {   
    background-color: #F2F2F2;    
}

.checkout .quantity .qty {    
    width: 25px;
    height: 25px;    
    border: 1px solid white;    
    border-radius: 40px;
    color: #ffffff;
	background-color: transparent;
	margin-top:10px;
}

.checkout .quantity .plus, .checkout .quantity .minus {
    display: block;
    float: left;
    cursor: pointer;
    border: 0px transparent;
    padding: 0;
    width: 36px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: transparent;
    font-size: 16px;
    font-weight: bold;
    transition: background-color .2s linear;
    -webkit-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
    color: #ffffff;
}


#primary-menu ul li > a {    
    color: #3A72B8;
}

.heading-block h1, .heading-block h2, .heading-block h3, .heading-block h4, .emphasis-title h1, .emphasis-title h2 {
    #color: #3A72B8;
    color: #444;
}

body, h1, h2, h3, h4, h5, h6, .table, .widget_nav_menu li a:hover, .widget_links li a:hover, .widget_meta li a:hover, .widget_archive li a:hover, .widget_recent_entries li a:hover, .widget_categories li a:hover, .widget_pages li a:hover, .widget_rss li a:hover, .widget_recent_comments li a:hover  {    
    #color: #3A72B8;
	color: #444;
}

#top-search a, #top-cart > a, #side-panel-trigger a {
	width: 24px;}
	
		.radio-style{
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;	    
    background: #FFF;
    border: 2px solid #DDD;
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    padding: 4px;
    margin-right: 10px;
    line-height: 1;
    text-align: center;
	}
	
	#header.full-header {    
    border-bottom: 1px solid #eeeeee;
}

@media (max-width: 575.98px) {
#top-cart {display: block;}
}

@media (min-width: 768px) {
.float_right {float: right}
.float_left {float: left}
.shop-quick-view-ajax, .portfolio-ajax-modal,.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
	width: 60%;
}
}


@media (max-width: 767px) {
.col_one_fourth.center.checkout img.glasses {
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);	
}
}



.checkout_contacts {min-height:322px}

@media (max-width: 991px) {
.checkout_contacts {min-height:280px; border:0px solid red !important}
}

.portfolio-overlay {    
    background-color: rgba(0,0,0,0);
}

.color_selection {    	
    position: absolute;
    bottom: 10px;
    margin: auto 0px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

.form-radio
{
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     display: inline-block;
     position: relative;
     background-color: #f1f1f1;
     color: #666;
     top: 10px;
     height: 30px;
     width: 30px;
     border: 0;
     border-radius: 50px;
     cursor: pointer;     
     margin-right: 7px;
     outline: none;
}
.form-radio:checked::before,.form-radio.checked:before
{
     position: absolute;
     font: 13px/1 'Open Sans', sans-serif;
     left: 11px;
     top: 7px;
     content: '\02143';
     transform: rotate(40deg);	 
}
.form-radio:hover
{
     background-color: #f7f7f7;
}
.form-radio:checked
{
     background-color: #f1f1f1;
}

#header.full-header #primary-menu > ul {
   margin-right:0px; padding-right:0px !important
}

#top-search {margin-left:20px}




/* Kits cart */
#basket-cart,#basket-cart tr {
	background-color: #61c2ad;
	color: #fff;
	text-align: center;
}
#basket-cart td, #basket-cart td a {
	color: #fff;
	font-size: 17px;
}

.rotate90 {
	 -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);	
}
.rotate270 {
	 -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);	
}

.buttonkits {
	display: inline-block;
	position: relative;
	cursor: pointer;
	outline: none;
	white-space: nowrap;
	margin: 5px;
	padding: 0 22px;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	background-color: #68c1ab;
	color: #FFF;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	border: none;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

h4 {
	font-size: 23px;
}

.portfolio-filter.style-4 li a {
	font-size: 20px;
	color: #6bc5b2;
}
.portfolio-2.portfolio-nomargin .portfolio-desc {
	    padding: 0px 0px 20px;
}
.portfolio-item .results-title, .portfolio-item .results-price{
	
	
}
.prodSelectType {
	cursor: pointer;
	opacity: 1;
}
.prodSelectType.collapsed {
	opacity: 0.2;
}
.prodSelectType:hover {
	opacity: 1;
}

.ul-framesizes {
	    margin-bottom: 0px;
}
.ul-framesizes li{
	display: inline-block;
	list-style: none;
	padding-left: 18px;
}
.frame-description {
	color: #a1a4a6;
    font-size: 16px;
}

@media (min-width: 992px)
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.0rem;
    padding-left: 1.0rem;
}

.button.button-border.active {
    border: 2px solid #68c1ab;
    background-color: #68c1ab;
    color: #fff;

}
.btn.btn-success {	
	background-color: #61c2ad;
    border-color: #61c2ad;
}
.btn.btn-info  {	
	background-color: #b4b4b4;
    border-color: #b4b4b4;
}
.btn.btn-danger {
    background-color: #f2ab45;
    border-color: #f2ab45;
}
.btn:hover{
	background-color: #222;
    border-color: #222;
}

.cart_item:hover .remove_item_x {
	display: block;
}
	
	select {    
    padding: 0px 30px 0px 10px;   
    line-height: 1;
    border: 0;    
    height: auto;
    background: url(/cart/images/br_down.png) no-repeat right !important;
    -webkit-appearance: none;    
}

#cart-footerbar {
	display:none;
}
#cart_mobile_close{
	display: none;
	cursor: pointer;
}
.loadmore {
	margin-bottom: 50px;
}



@media (max-width: 993px) {
	
	.noscroll { 
	  overflow: hidden;
	}

	#cart-footerbar.show {
		display: table;
		cursor: pointer;
	}	
	#cart_mobile_close{
		display: block;
	}
	.rightSidebar {
		position: absolute !important;
		z-index:9 !important;
		overflow-y: scroll !important;
		height: 90vh;
		visibility: hidden;
	}		
	.rightSidebar.show-mobile  {
		visibility: visible;
	}
	
	.remove_item_x {
		display: block !important;
	}
	
	.remove_item_x .icon-line-circle-minus{
		    
	}
	
}
.basket_item_rejected {
    color: #61c2ad;
    background-color: #3A72B8;
    display: block;
    padding: 15px;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 17px;
}

.subscription-radio,.subscription-opt {
	visibility: hidden;
}


.hidebilling {
	visibility: hidden;
	height: 0px;
}

.icon-line-trash{
	cursor: pointer;
}

#shape-and-rim input {margin-right: 5px;}

#shape-and-rim label {padding-right: 20px;}

#material-container input {margin-right: 5px;}

#material-container label {padding-right: 20px;}

#brands-container input {margin-right: 0px;}

#brands-container label {padding-right: 20px;}
 
 	.button.button-border.444 {
    border: 2px solid #444;    
    color: #444;}
 
.button.button-border {
    border: 2px solid #3A72B8;    
    color: #3A72B8;}
	

	
.button.button-border.button-amber {
    border: 2px solid #444;    
    color: #444;}	
	
.button-border.button-amber:hover {
    background-color: #444444 !important;
}	

#final_checkout2 {background-color:#5da423}	
	
.button.button-border.addToCartGL, #addToCartGL.button, #finalAddToCart_btn.button, .orange.button, #continue-torxinfo.button {	
border: 2px solid #3A72B8; color: #ffffff; background-color: #3A72B8;}

#addToCartGL.button, #finalAddToCart_btn.button, .orange.button {border:0px}

@media (hover: hover){	
.button.button-border:not(.button-fill):hover, #addToCartGL.button:not(.button-fill):hover, #finalAddToCart_btn.button:not(.button-fill):hover, #showrx_button.button:not(.button-fill):hover, .orange.button:not(.button-fill):hover, #continue-torxinfo.button:not(.button-fill):hover, #final_checkout2:not(.button-fill):hover   {
    background-color: #444444;}	
}
.content_text {color: #888;
    font-weight: 600;
    font-size: 15px;}

.divider:after, .divider.divider-center:before, .divider.divider-center.divider-short:before {
 
    border-top: 1px solid #EEE;
}

.slider_text_main {
	font-size: 75px;
}

@media (max-width: 991.98px){
.portfolio-3 .portfolio-item {
    width: 50%;
}
.slider_text_main {
	font-size: 60px;
}


}

@media (max-width: 575.98px) {
.portfolio-3 .portfolio-item {
    width: 100%;
    padding: 0;
}
.background_mobile {background-color:#eeeeee}
.hide_on_mobile {display:none}
}


@media (min-width: 991.98px){
.image_rotate_90{
  -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
transform: rotate(90deg); margin-top:75px}}

.button.button-border2 {
    border: 2px solid #888;
    color: #888;
}

.overlay .overlay-wrap, .text-overlay {
    opacity: 0;
    position: relative;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.2);
	
	
	
}

.overlay .overlay-wrap i {color:rgba(0,0,0,0.6) }

.icon-question-circle1 {color:#444}

.top-cart-item-image {    
    width: 90px !important;    
}

.top-cart-item-image a, .top-cart-item-image img {
 
 width: 100% !important;
    height: auto !important;
}

.top-cart-item-image {
    
    border: 0px solid #EEE;    
}

.flex-control-nav {
    left: 0%;
    position: relative;
    /* z-index: 50; */
    text-align: center;
    bottom: -29px;
    /* right: 36%; */
    margin: 0;
    margin: 0px auto;
    /* border: 2px solid red; */
    margin: 0px auto;
    text-align: center;
    height: 48px;
    invert: 100%;
    filter: invert(50%);
    padding-top: 10px;  
width:fit-content;	
}

.flypage .flex-prev, .flypage .flex-next {
	display:none;}

@media (max-width: 767.98px) {	
form .col_one_third {
    margin-bottom: 0px !important;
}	}
	
	
	.owl-carousel .owl-dots .owl-dot, #primary-menu ul li .mega-menu-content.style-2 ul li > a:hover {
    background-color: #f9f9f9 !important;
}

.owl-carousel .owl-dots .owl-dot, #primary-menu ul li .mega-menu-content.style-2 ul li > a.nobackhover:hover {
    background-color: transparent !important;
}




.owl-carousel .owl-dots .owl-dot {
   
    width: 10px;
    height: 10px;
}

label {    
    color: #444;
    
}

@media (max-width: 991.98px) {	
#cart_replace .row:nth-child(odd) {background-color:#ede8e5; padding-top:15px !important}
#cart_replace .row.paypal {background-color:white; padding-top:15px !important}

.row.price-list {background-color:rgb(242, 242, 242) !important}
}

.button.button-circle {
    border-radius: 0px;
}

.bestcoating {
	background-color: #5da423;
    color: white;
    padding: 5px 15px;
    font-size: 14px;
    border-radius: 20px;
    margin-right: 5px;
}

.coatingcheckmark {
	display: none;
}

.coatingcheckmark .icon-line-check{

	padding-left: 10px;
    color: white;
}

.button.button-border.active .coatingcheckmark {
	display: inline-block;
}

			#span_quant0, #span_quant1 {    font-weight: bold;
    text-align: center;
    width: 100%;}
	
	#promotion_placeholder h5 {padding-top:20px}
	
	.soldoutmsg {display: block;
    width: 100%;
    text-align: center;
    background: rgba(255, 255, 255, 0.7);    
    padding-top: 30%;
    padding-bottom: 15%;
    position: absolute;
    z-index: 2;
    font-weight: bold;}	
	
	.button-teal {
    background-color: #3A72B8;
}

.button-3d.button-teal:hover, .button-reveal.button-teal:hover, .button-border.button-teal:hover, .button-border.button-teal.button-fill:before {
    background-color: #444444 !important;
}

.autoship_color {color:#3A72B8 !important}

.contacts1st_color {color:#ffffff !important}


.q-and-a__heading {
font-size: 33px;
font-weight: 600;
color: #0E0F11;
}
.questions__wrapper {
padding:2px 15px 15px 15px;
margin-bottom:25px;
font-size: 23px;
font-weight: 500;
text-align: left;
border-bottom:1px solid #E5E8EB;
}
.question {
cursor: pointer;
display: flex;
justify-content: space-between;
align-items: center;
margin-top: 20px;
margin-bottom: 10px;
}
.question .collapse-icon, .question .collapse-icon-minus {
height: 24px;
width: 24px;
position: unset;
margin-right: 0;
}
.answer {
font-size: 16px;
font-weight: 400;
padding-bottom: 15px;
}
.answer ul {
padding-left: 20px;
}
.answer li {
line-height: initial;
}
.answer__anchor {
cursor: pointer;
font-size:16px;
color: #001CA8 !important;
text-decoration: underline !important;
font-weight: 400;
}
.answer__anchor:hover {
color: #001CA8 !important;
}
.answer--bold {
font-weight: 700;
}
  
  	
  	
.question__title {font-size: 18px; font-weight:500; color:#0E0F11}	

.answer {font-size: 16px; font-weight: 400; padding-bottom: 0px; color:#1B1D21}


@media (max-width: 767.98px) {
  	
.question__title {font-size: 16px;}	
.answer {font-size: 14px;}
.answer__anchor {font-size:14px;}
}