a {color:var(--main-color)}
.heading-primary {color:var(--main-color) !important;}
.text-primary {color:var(--main-color) !important}
a:hover{color:var(--secondary-color)}
.sm-mint a .sub-arrow, .sm-mint a.highlighted .sub-arrow  { border-color: var(--main-color) transparent transparent transparent; }

.sm-mint a:hover, .sm-mint a:focus, .sm-mint a:active, .sm-mint ul a:hover, .sm-mint ul a:focus, .sm-mint ul a:active, .sm-mint ul a.highlighted, .btn-primary, .list-group-item-primary, .ribbon-green, .bg-primary { background: var(--main-color) !important; }
.list-group-item-primary a { color: #FFF; }
.btn-primary { border-color: var(--main-color); }
body.container #top_bar { border-top: solid 5px var(--main-color); margin-top: 20px; }

.image, .extra_information { box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1); }
  
.pagination > .active > a, body.dark .pagination > .active > a {
    background-color: var(--main-color);
    border-color: var(--main-color) var(--main-color) #006699;
    color: #ffffff;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus, .pagination .page-item.active .page-link {
    background-color: var(--main-color) !important;
    border-color: var(--main-color);
   color: #ffffff;
}

#description { line-height: 2em; }

#breadcrumbs, #breadcrumbs a { color: rgba(255,255,255,0.6);}

.list-product-links span { float: right; font-size: 1.1em; }
.cc-message { font-size: 11px; }
img.fontawesome { border: none; }

#main-nav.is_stuck {
    border-bottom-color: #e9e9e9;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
body.container { padding: 0 !important; }
.featured-box div h4 { font-size: 14px; }
.header-logo { line-height: 40px; margin:20px;}
.sm-mint ul, .sm-mint a.highlighted { background-color: #FFF; }


ul.list-unstyled li {list-style-type: none;}

.header_h1
{
	background-color: var(--tertiary-color);;
	padding: 12px 0;
	border-bottom: 5px solid #ccc;
	border-top: 5px solid #384045;
}

body { font-family: Arial, sans-serif;
font-size: 14px; 
color: #777;
}


.ribbon-wrapper-green {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -8px;
  right: 11px;
}

.ribbon-green {
  font-size:15px;
  color: #FFF;
  text-align: center;
  text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform:    rotate(45deg);
  -ms-transform:     rotate(45deg);
  -o-transform:      rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: -5px;
  top: 15px;
  width: 120px;
  color: #fff;
  -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
  -moz-box-shadow:    0px 0px 3px rgba(0,0,0,0.3);
  box-shadow:         0px 0px 3px rgba(0,0,0,0.3);
}

.ribbon-green:before, .ribbon-green:after {
  content: "";
  border-top:   3px solid var(--main-color);   
  border-left:  3px solid transparent;
  border-right: 3px solid transparent;
  position:absolute;
  bottom: -3px;
}

.ribbon-green:before {
  left: 0;
}
.ribbon-green:after {
  right: 0;
}​

ul, ul.list-group { list-style-type: none; }
h1
{
	font-size: 32px;
   font-weight: 400;
   color: #fff;
}

/* Mobile */
@media (max-width: 978px) 
{
    h1 {
      font-size: 24px;
    }
    body { font-size:16px; }
	body.container #top_bar { margin-top: 0; }
	.sm-mint a .sub-arrow {
	background:#EEE;
	}
	.sm-mint {
	    border-top: 2px solid var(--main-color);
	   }
	.sm-mint li {
	    border-top: 1px solid #EEE;
	} 
	.card { margin-bottom: 2rem; }

}

  
h2 {
    font-size: 2.2em;
    font-weight: 400;
    line-height: 42px;
    margin: 16px 0;
    color:#000;
}

.list-group li:first-child a{
  border-top: 0 none;
}

li {
    line-height: 24px;
}

.list-group li:last-child a{
  border-bottom: 0 none;
}

.blog-posts article {
    border-bottom: 1px solid #ddd;
    margin-bottom: 50px;
    padding-bottom: 10px;
   }
.post-meta { color: #777; }

p {
    line-height: 24px;
    margin: 0 0 20px;
}

h4, p.heading-primary {
    font-size: 1.4em;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 27px;
    margin: 0 0 14px;
   color:#000;
}

h5 {
    font-size: 1em;
    font-weight: 600;
    letter-spacing: normal;
    line-height: 18px;
        color:#000;
    margin: 0 0 14px;
    text-transform: uppercase;
}
h5 a { color #000; }
h6 {
 color: #333;
 font-size: 1em;
 font-weight: 400;
 letter-spacing: normal;
 line-height: 18px;
 margin: 0 0 14px;
 }
#top_bar
{
	background-color: #f4f4f4;
}

body.container { 
    position: relative;
    max-width: 1200px;
    height: auto;
    padding-left: 0px;
}

#top_bar div a 
{
	margin: 0 10px;
}


ul#main-menu>li>a {
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
}

.suggestions { margin-top: 10px; }
.suggestions .suggest_item {	background-color:#FFF; z-index:99999;	position: relative; color:#000; padding:10px 20px;}
.suggestions .suggest_item .suggestion_title { color: var(--main-color); }
.suggestions .suggest_item .suggestion_title:hover { color: #000; }
.suggestions .suggest_item.last {	border-bottom:1px solid #ececec;}
.suggestions .suggest_item.selected, .suggestions .suggest_item.selected .description {	color:#000;	font-weight:normal;	cursor:pointer;	background-color: #fff;}
.suggestions .suggest_item .thumbnail {	background-color: transparent;	background-position: top center;	background-repeat: no-repeat;	margin: 1px 2px 1px 2px;	float: left;	width: 50px;	height: 50px;}
.suggestions .suggest_item .description{	font-style: italic;	font-size: 11px;	color: #777;}


.jq-ry-container{position:relative;padding:0 5px;line-height:0;display:block;cursor:pointer;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;direction:ltr}.jq-ry-container[readonly=readonly]{cursor:default}.jq-ry-container>.jq-ry-group-wrapper{position:relative;width:100%}.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group{position:relative;line-height:0;z-index:10;white-space:nowrap}.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group>svg{display:inline-block}.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group.jq-ry-normal-group{width:100%}.jq-ry-container>.jq-ry-group-wrapper>.jq-ry-group.jq-ry-rated-group{width:0;z-index:11;position:absolute;top:0;left:0;overflow:hidden}

.container img { max-width: 100% !important; height: auto !important; }


.pricetag{
    white-space:nowrap;
    position:relative;
    margin:0 5px 0 10px;
    display:inline-block;
    height:25px;
    border-radius: 0 5px 5px 0;
    padding: 0 25px 0 15px;
    background:#E8EDF0;
    border: 1px solid #C7D2D4;
    color:#666;
    line-height:23px;
    font-size: 18px;
}

.pricetag:before{
    position:absolute;
    background:#E8EDF0;
    content:"\25CF";
    color:white;
    text-shadow: 0 0 1px #aaa;
    font-size:12px;
    line-height:13px;
    text-indent:6px;
    top:3px;
    left:-10px;
    width: 18px;
    height: 18px;
    transform: rotate(45deg);
    border-left:1px solid #C7D2D4;
    border-bottom:1px solid #C7D2D4;
}
.breadcrumb
{
	background:none; 
	color:#999;
	padding-left:0;
	padding-bottom:0;
	margin-bottom:0;
	text-transform: uppercase;
}
.breadcrumb > li + li:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f105";
    padding: 0 7px 0 5px;
}

h3 {
	margin-bottom:10px;
   font-size: 1.8em;
   font-weight: 400;
   letter-spacing: normal;
   text-transform: uppercase;
   color:#000;
}

.post-block {
    border-top: 1px solid #ddd;
    margin: 15px 0 0;
    padding: 20px 0 15px;
}
.post-block h3 {
    font-size: 1.8em;
    font-weight: 400;
    margin: 0 0 20px;
    text-transform: none;
}
.post-block h3 i {
    margin-right: 7px;
}
#blog-section .blog-single .blog-box img {
    padding: 5px;
    border: solid 1px #ddd;
    margin: 0 20px 10px 0;
  }
  
html.no-webp { background-image: url('/new_design/img/denim.png'); }
html.webp { background-image: url('/new_design/img/denim.webp'); }

.btn { white-space:normal; }

div.desc{
    background-color: #666;
    bottom: 0;
    color: #fff;
    left: 0;
    opacity: 0.9;
    position: absolute;

}
div.desc h3 { color:#FFF; }
.fix{width:100%; padding:0px;}

#blog-section img { margin: 8px 8px 8px 0; float:left; clear:left; }
#blog-section h2, #blog-section h3, #blog-section h4 { clear:left; }


#toc { padding: 1em;	font-size: 120%; }
#toc ul { list-style-type: none;	margin-left: 0; padding-left: 0;	text-align: left;}
.toc3 {margin-left: 1em;}
.toc4 {margin-left: 2em;}
:target::before { content: "";
  display: block;
  height: 140px; /* fixed header height*/
  margin: -140px 0 0; /* negative fixed header height */
}

@font-face {  font-family: 'Berlin';  src: url('/font/Berlin X-Bold.ttf'); font-display: swap;}
@font-face {  font-family: 'Bariol';  src: url('/font/bariol_regular-webfont.ttf'); font-display: swap;}
.header-logo {border: 2px solid var(--main-color);border-radius: 5px;box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);padding:10px 10px 5px 10px;}
.header-logo a {font-size: 28px;font-family: Berlin;word-spacing: -3px;color: var(--main-color);}

#header #top_links  { text-align:center; align-self:center; }
#header #top_links p a { margin: 0 10px; }

.nav-item a span { float:right; color:#999;padding-right:5px;}

span.required { color: red; }

ul.foote_bottom_ul_amrc li { line-height:36px !important; }

a.anchor {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}

p.details {  font-weight:bold }
p.details span { display: block; font-weight:normal }


.summary_div { padding: 5px; }
.summary_div table { background: #313334; border: 0px; border-collapse: collapse; width: 100%; }
.summary_div table td {  padding: 8px 9px; color: #f1f1f1; font-size: 14px;font-weight: bold; }
.summary_div table td.criteria {line-height: 16px;  border-bottom: 1px solid #46484a; }
.summary_div table td.summary .summary-text { font-size:12px;  }
.summary_div table td.summary { border-right: 1px solid #46484a; border-bottom: none; font-weight: normal; vertical-align: top;}
.summary_div table td.rating { border-bottom: none; text-align:center; padding-top:20px; width:120px;}
.summary_div table td.rating .rate { display:block; font-size:36px; }
.summary_div table td.rating .stars { display:block;padding-top:12px;  }

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: -3px 5px 5px 5px;
	border-radius: 4px;
}
.pagination > li {
	display: inline;
}
.pagination > li > a,
.pagination > li > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color:  var(--main-color);
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	z-index: 2;
	color: #23527c;
	background-color: #eee;
	border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	z-index: 3;

	cursor: default;
	
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
	color: #777;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #ddd;
}

ul.list { list-style: none; padding-left: 15px;}
.sidebar_banner img {
max-width: 100%;
}

header { margin-bottom: 2rem;}
div.post-content h2 { margin-top: 0; line-height: 1.2;}

#main-nav{background-color:#FFF; z-index:999; }
.main-menu-btn { margin: 40px 10px; }

ul.comments {     list-style: none;
    padding-left: 0; }
.col_white_amrc { color:#FFF;}
footer { width:100%; background-color:#263238; min-height:250px; padding:10px 0px 25px 0px ;margin-top: 40px;}

.pt2 { padding-top:40px ; margin-bottom:20px ;}
footer p { font-size:14px; color:#CCC; padding-bottom:0px; margin-bottom:8px;}
.mb10 { padding-bottom:15px ;}
.footer_ul_amrc { margin:0px ; list-style-type:none ; font-size:14px; padding:0px 0px 10px 0px ; }
.footer_ul_amrc li {padding:0px 0px 5px 0px;}
.footer_ul_amrc li a{ color:#CCC;}
.footer_ul_amrc li a:hover{ color:#fff; text-decoration:none;}
.fleft { float:left;}
.padding-right { padding-right:10px; }

.footer_ul2_amrc {margin:0px; list-style-type:none; padding:0px;}
.footer_ul2_amrc li p { display:table; }
.footer_ul2_amrc li a:hover { text-decoration:none;}
.footer_ul2_amrc li i { margin-top:5px;}

.bottom_border { border-bottom:1px solid #323f45; padding-bottom:20px;}
.foote_bottom_ul_amrc {
	list-style-type:none;
	padding:0px;
	display:table;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.foote_bottom_ul_amrc li { display:inline;}
.foote_bottom_ul_amrc li a { color:#999; margin:0 12px;}

#myBtn {
  display: none; 
  position: fixed; 
  bottom: 20px; 
  right: 30px; 
  z-index: 99; 
  border: none; 
  outline: none; 
  background-color: #000;
  opacity: 0.3;
  color: white; 
  cursor: pointer; 
  padding: 10px 15px; 
  border-radius: 10px; 
  font-size: 18px; 
}

#myBtn:hover {
  background-color: #555;
}


.cc-window{opacity:1;transition:opacity 1s ease}.cc-window.cc-invisible{opacity:0}.cc-animate.cc-revoke{transition:transform 1s ease}.cc-animate.cc-revoke.cc-top{transform:translateY(-2em)}.cc-animate.cc-revoke.cc-bottom{transform:translateY(2em)}.cc-animate.cc-revoke.cc-active.cc-bottom,.cc-animate.cc-revoke.cc-active.cc-top,.cc-revoke:hover{transform:translateY(0)}.cc-grower{max-height:0;overflow:hidden;transition:max-height 1s}
.cc-link,.cc-revoke:hover{text-decoration:underline}.cc-revoke,.cc-window{position:fixed;overflow:hidden;box-sizing:border-box;font-family:Helvetica,Calibri,Arial,sans-serif;font-size:16px;line-height:1.5em;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;z-index:9999}.cc-window.cc-static{position:static}.cc-window.cc-floating{padding:2em;max-width:24em;-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner{padding:1em 1.8em;width:100%;-ms-flex-direction:row;flex-direction:row}.cc-revoke{padding:.5em}.cc-header{font-size:18px;font-weight:700}.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer}.cc-link{opacity:.8;display:inline-block;padding:.2em}.cc-link:hover{opacity:1}.cc-link:active,.cc-link:visited{color:initial}.cc-btn{display:block;padding:.4em .8em;font-size:.9em;font-weight:700;border-width:2px;border-style:solid;text-align:center;white-space:nowrap}.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}.cc-close{display:block;position:absolute;top:.5em;right:.5em;font-size:1.6em;opacity:.9;line-height:.75}.cc-close:focus,.cc-close:hover{opacity:1}
.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}.cc-revoke.cc-left{left:3em;right:unset}.cc-revoke.cc-right{right:3em;left:unset}.cc-top{top:1em}.cc-left{left:1em}.cc-right{right:1em}.cc-bottom{bottom:1em}.cc-floating>.cc-link{margin-bottom:1em}.cc-floating .cc-message{display:block;margin-bottom:1em}.cc-window.cc-floating .cc-compliance{-ms-flex:1 0 auto;flex:1 0 auto}.cc-window.cc-banner{-ms-flex-align:center;align-items:center}.cc-banner.cc-top{left:0;right:0;top:0}.cc-banner.cc-bottom{left:0;right:0;bottom:0}.cc-banner .cc-message{display:block;-ms-flex:1 1 auto;flex:1 1 auto;max-width:100%;margin-right:1em}.cc-compliance{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:justify;align-content:space-between}.cc-floating .cc-compliance>.cc-btn{-ms-flex:1;flex:1}.cc-btn+.cc-btn{margin-left:.5em}
@media print{.cc-revoke,.cc-window{display:none}}@media screen and (max-width:900px){.cc-btn{white-space:normal}}@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){.cc-window.cc-top{top:0}.cc-window.cc-bottom{bottom:0}.cc-window.cc-banner,.cc-window.cc-floating,.cc-window.cc-left,.cc-window.cc-right{left:0;right:0}.cc-window.cc-banner{-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner .cc-compliance{-ms-flex:1 1 auto;flex:1 1 auto}.cc-window.cc-floating{max-width:none}.cc-window .cc-message{margin-bottom:1em}.cc-window.cc-banner{-ms-flex-align:unset;align-items:unset}.cc-window.cc-banner .cc-message{margin-right:0}}
.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;-ms-flex:none;flex:none}.cc-theme-classic .cc-btn{border-radius:5px}.cc-theme-classic .cc-btn:last-child{min-width:140px}.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}
.cc-theme-edgeless.cc-window{padding:0}.cc-floating.cc-theme-edgeless .cc-message{margin:2em 2em 1.5em}.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0}

.name-anchor {
	padding-top: 120px;
	margin-top: -120px;
}


h1,h2,h3,h4 {
  word-wrap: break-word; /* or overflow-wrap: break-word; */
  word-break: break-word; /* ensure long words break properly */
}

.site_title {
	text-transform: uppercase;
	font-size: 1.5em;
	line-height: 1.2;
	margin-top: 0;
}
.site_meta {
	font-size: 1.2em;
}

.headin5_amrc, .site_heading {
	font-weight: bold;
	text-transform: uppercase;
}
#article_subtitle {
	text-transform: none !important;
}
/* Target iPhones in both portrait and landscape modes */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 2) {
    .site_title {
        font-size: 1.4em;
    }
}
