/* meanmenu css */
a.meanmenu-reveal{display:none}
.mean-container .mean-bar{ width:100%; position:relative;/*background:#043c6d;*/padding:4px 0;min-height:42px;top:0;z-index:99}
.mean-container a.meanmenu-reveal{width:22px;height:22px;padding:13px 0 11px;position:absolute;top:0;right:0;cursor:pointer;color:#fff;text-decoration:none;font-size:16px;text-indent:-9999em;line-height:22px;font-size:1px;display:block;font-family:Arial,Helvetica,sans-serif;font-weight:700; z-index:999999;}
.mean-container a.meanmenu-reveal span{display:block;background:#fff;height:3px;margin-top:3px}
.mean-container .mean-nav{ width:100%;}
.mean-container .mean-nav ul{padding:0;margin:0;width:100%;list-style-type:none; margin-top:40px;}
.mean-container .mean-nav ul li{ position:relative;width:100%; text-align:center}
.mean-container .mean-nav ul li ul { margin-top:0;}
.mean-container .mean-nav ul li a{ display:block; width:100%;padding:.5em 0;margin:0; color:#fff; border-top:1px solid rgba(0,0,0,.2);text-decoration:none;text-transform:uppercase}
.mean-container .mean-nav ul li li a{width:96%;padding:.5em 2%; border-top:1px solid rgba(255,255,255,.1); text-shadow:none!important;visibility:visible}
.mean-container .mean-nav ul li.mean-last a{border-bottom:0;margin-bottom:0}
.mean-container .mean-nav ul li li li a{width:70%;padding:.5em 15%}
.mean-container .mean-nav ul li li li li a{width:60%;padding:.5em 20%}
.mean-container .mean-nav ul li li li li li a{width:50%;padding:.5em 25%}
.mean-container .mean-nav ul li a:hover{background:#C0C3E2; color:#fff;}
.mean-container .mean-nav ul li a.mean-expand{height:35px;width:30px;padding:0 3px!important;text-align:center;position:absolute;right:0;top:0;z-index:2;font-weight:700;background:rgba(255,255,255,.1); line-height:35px}
.mean-container .mean-nav ul li a.mean-expand:hover{/*background:rgba(170,170,5,.3);*/ color:#111E36;}
.mean-container .mean-push{float:left;width:100%;padding:0;margin:0;clear:both}
.mean-nav .wrapper{width:100%;padding:0;margin:0}
.mean-container .mean-bar,.mean-container .mean-bar *{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}
.mean-remove{display:none!important}
/* end meanmenu css */

body { font-family: Arial,Helvetica,sans-serif; color: #333; background: #000 url(assets/images/pat.png); background-size: 20px 20px;}
img { max-width:100%; height:auto; }
a { transition:all linear 0.2s 0s; -webkit-transition:all linear 0.2s 0s; color:#D71921 }
a:hover{text-decoration:none;color:#999;transition:.3s}
a.under { text-decoration:underline;}
a.under:hover { text-decoration:none;}
h2 { font-weight:700;}
.clear1 { clear:both;}
.clear5px { clear:both; height:5px; }
.clear10px { clear:both; padding:5px; }
.clear20px { clear:both; padding:10px; }
.clear30px { clear:both; padding:15px; }
.clear50px { clear:both; padding:25px; }
.clear100px { clear:both; padding:50px; }
.alignleft { float:left; margin:0 15px 10px 0;}
.alignright { float:right; margin:0 0 10px 15px;}
.mt-0 { margin-top:0 !important}
.mb-0 { margin-bottom:0 !important}
.h1, .h2, .h3, h1, h2, h3 { margin-top: 20px;}

.btn-danger, .btn-primary {background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JiMmIxMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5NjEzMGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:-moz-linear-gradient(top,#bb2b10 0%,#96130f 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#bb2b10),color-stop(100%,#96130f));background:-webkit-linear-gradient(top,#bb2b10 0%,#96130f 100%);background:-o-linear-gradient(top,#bb2b10 0%,#96130f 100%);background:-ms-linear-gradient(top,#bb2b10 0%,#96130f 100%);background:linear-gradient(to bottom,#bb2b10 0%,#96130f 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bb2b10',endColorstr='#96130f',GradientType=0); border-color:#bb2b10; border-radius: 0;}
.btn-primary:hover { border-color:#bb2b10;}

header { background:#191919;}
.top-bar { background:#000; color:#fff; padding:12px 0}
.top-bar ul.top-links li a { color:#D71921; position: relative; padding: 0 8px; }
.top-bar ul.top-links li a:after{color:#ccc;content:"|";margin:0 8px; position:absolute; left: -15px; top: -4px}
.top-bar ul.top-links li a{}

/* .top-bar ul.top-links li:first-child a {border-left: #ccc 1px solid}  */

.top-bar ul.top-links li a:hover { color:#999;}



.breadcrumb > span::after{color:#fff;content:"/ ";padding:0 8px 0 8px;}
.breadcrumb > span:last-child:after {content:"";}
.breadcrumb > span.current-item {color:#faa61c;}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {color: #fff;  background-color: #20384c;}





.top-bar ul.top-links { list-style:none; margin:0; padding:0;position:relative; }
.top-bar .selected{box-shadow:none!important;line-height:41px;background:transparent;height:41px;color:#fff;font-size:13px;border:1px solid transparent}
.top-bar .selectArrow{width:31px;height:42px;line-height:39px}
.top-bar li{float:left;}
.top-bar li:last-child{background:none}
.top-bar li p{font-size:16px;padding-left:15px;margin-top:8px;color:#ccc}

.language { float:left; position:relative; top:3px;}
.language button, .language button:hover, .language button:focus { background:url(assets/images/sep4.png) right no-repeat; border:none; color:#fff; outline:none;}
.language button:after { content: ""; border: 0  }
.language .dropdown-menu { border-radius:0; -webkit-border-radius:0; padding:15px; border:0; padding:0; margin:0; max-width:54px; min-width:0; position:absolute; left:0; } 
.language .dropdown-menu > li { float:none;}
.language .dropdown-menu > li > a { background:none; padding:12px; text-align:center;} 
.language .dropdown-menu > li > a:hover { background:#D71921;} 

.t2-cart{float:right}
.shop-cart2-i{width:42px;height:36px;line-height:36px!important;text-align:center;color:#fff;background:#bb2b10;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JiMmIxMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5NjEzMGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:-moz-linear-gradient(top,#bb2b10 0%,#96130f 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#bb2b10),color-stop(100%,#96130f));background:-webkit-linear-gradient(top,#bb2b10 0%,#96130f 100%);background:-o-linear-gradient(top,#bb2b10 0%,#96130f 100%);background:-ms-linear-gradient(top,#bb2b10 0%,#96130f 100%);background:linear-gradient(to bottom,#bb2b10 0%,#96130f 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bb2b10',endColorstr='#96130f',GradientType=0);font-size:19px;margin-right:10px}
.t2-cart span{font-size:14px;cursor:pointer}
.t2-cart span a em{font-style:normal}
.t2-cart span a{color:#eee}
.t2-cart span a:hover{color:#D71921}
.t2-search{position:relative;width:206px;float:right;margin-right:11px}
.t2-search input{height:36px;background-color:transparent;border:solid 1px #ededed;padding:5px 37px 5px 15px;color:#eee;width:100%;font-size:16px}
.t2-search input:focus{border:1px solid #D71921;color:#D71921}
.t2-search button{width:36px;height:36px;border:none;background:transparent;position:absolute;right:0;top:0;line-height:36px;text-align:center;color:#929292;font-size:15px}
.t2-search button:hover{background-color:#D71921;color:#fff}

#logo { display:block; margin:15px auto; padding:35px 0; max-width:100%; width:480px;}

#menu ul { list-style:none; margin:0; padding:0; text-transform:uppercase;  text-align:center;}
#menu ul li { display:inline-block; font-size:14px; font-weight:300;}
#menu ul li a { color:#ccc; display:block; padding:26px 25px; }
#menu ul li a:hover, #menu ul li:hover > a, #menu ul li.active a { color:#D71921; text-decoration:none;} 

#menu ul ul { position:absolute; left:-999em; width:180px; z-index:99999; text-align:left; text-transform:none; }
#menu ul ul a { width:180px; background:#333; font-size:12px; line-height:1; padding:17px 20px; color:#ddd;}
#menu ul ul a:hover { background:#D71921; color:#fff; text-decoration:none;}
#menu ul ul ul { border-top:0; margin:-35px 0 0 219px;}
#menu ul li li { margin:0; border:0;}
#menu ul li:hover, #menu ul li.hover { position:static;}
#menu ul li:hover ul ul,  #menu ul li.sfhover ul ul, #menu ul li:hover ul ul ul,  #menu ul li.sfhover ul ul ul, #menu ul li:hover ul ul ul ul, #menu ul li.sfhover ul ul ul ul { left:-999em;}

#menu ul li:hover ul, #menu ul li.sfhover ul, #menu ul li li:hover ul, #menu ul li li.sfhover ul, #menu ul li li li:hover ul, #menu ul li li li.sfhover ul, #menu ul li li li li:hover ul, #menu ul li li li li.sfhover ul { left:auto; }

#hero .owl-prev, #hero .owl-next { border:3px solid #6c6c6c; border-radius:50%;  color:#6c6c6c; height:50px; position:absolute; top:calc(50% - 25px); right:20px; text-align:center; transform:translateY(-50%); -webkit-transform:translateY(-50%); transition:all ease .3s; width:50px; z-index:1000;}
#hero .owl-prev { left:20px;}
#hero .owl-prev:hover , #hero .owl-next:hover { background:#D71921; border-color:#D71921; color:#fff;}
#hero .owl-prev i, #hero .owl-next i { font-size:40px; line-height:42px;}

#hero .owl-dots { counter-reset: dots; margin-bottom:-30px; position:relative; text-align:center; top:-40px}
#hero .owl-dot { position:relative;}
#hero .owl-dot:before { color:#fff; counter-increment:dots; content: counter(dots); left:0; line-height:26px; position:absolute; text-align:center; width:26px; z-index:999 }

#hero.owl-theme .owl-dots .owl-dot { display:inline-block}
#hero.owl-theme .owl-dots .owl-dot span{width:26px;height:26px;display:inline-block;background:#bb2b10;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JiMmIxMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5NjEzMGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:-moz-linear-gradient(top,#bb2b10 0%,#96130f 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#bb2b10),color-stop(100%,#96130f));background:-webkit-linear-gradient(top,#bb2b10 0%,#96130f 100%);background:-o-linear-gradient(top,#bb2b10 0%,#96130f 100%);background:-ms-linear-gradient(top,#bb2b10 0%,#96130f 100%);background:linear-gradient(to bottom,#bb2b10 0%,#96130f 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bb2b10',endColorstr='#96130f',GradientType=0);text-align:center;line-height:56px;transition:.3s;float:left;margin-right:8px;position:relative;cursor:pointer}
#hero.owl-theme .owl-dots .owl-dot.active span, #hero.owl-theme .owl-dots .owl-dot:hover span { background:#333; }

.main-shop-content { background: #fff; box-shadow: 0 0 10px #333; padding: 0 0 30px!important; width: 1230px; overflow: hidden; max-width:100%;}
.home-welcome h1{font-size:32px;font-weight:400;text-align:center;margin:50px 0 10px;color:#333}
.home-welcome p{line-height:1.5;text-align:center;color:#fff}

.product-info{height:auto;margin:0 auto 30px; padding-bottom:20px; position:relative;z-index:999;min-height:350px}
.home-page .product-info { min-height:240px}
.product-info.no-price { min-height:190px;}
.product-info:before{content:"";width:100%;height:100%;position:absolute;top:0;left:0;right:0;z-index:111;opacity:1;transition:all ease .4s; -webkit-transition:all ease .4s}
.product-info:hover:before{content:"";opacity:1;box-shadow:0 0 0 3px #d71921;transition:all ease .4s; -webkit-transition:all ease .4s;z-index:0}
.product-price{font-family:Arial,Helvetica,sans-serif;font-size:30px;color:#d71921;display:table;margin:0 auto;padding:20px 0 10px}
.product-price span{font-size:18px;text-decoration:line-through;color:#6d6d6d;margin-left:0}
.product-info h4{position:relative;z-index:999}
.product-info h4 a{font-family: 'Oswald', sans-serif;font-size:14px;font-weight:400;text-transform:uppercase;color:#333;text-align:center;padding:0 20px;display:table;width:100%;padding-top:15px; line-height:1.4}

.offer-badge{width:57px;height:57px;background:url(assets/images/close.png) no-repeat;color:#fff;text-align:center;line-height:57px;font-size:13px;letter-spacing:1px;font-weight:700;text-transform:uppercase;position:absolute;z-index:9999;right:-15px;top:-22px}
.product-thumb .offer-badge{font-family:Arial,Helvetica,sans-serif;font-size:15px;color:#fff}
.product-info .img-hover {display:none;}
.product-info:hover .img-normal {display:none;}
.product-info:hover .img-hover {display:block;}

.product-thumb img{position:relative;padding:0 15px}
.product-thumb a{height:36px;background-color:#5dd6e4;color:#fff;line-height:36px;padding:0 15px;display:table;margin:0 auto;position:absolute;top:50%;margin-top:-18px;left:0;right:0;opacity:0;transition:.4s;z-index:999;width:105px}
.product-thumb a:hover{background:#D71921}
.product-info:hover .product-thumb a{opacity:1;transition:.4s}

footer{background:#222; overflow:hidden; padding-top:55px;position:relative}
footer:after{width:100%;height:12px;content:"";background:url(assets/images/footer3.png) repeat-x left;position:absolute;top:-3px;left:0;right:0}
footer ul { list-style:none; margin:0; padding:0;}
footer .f3-widget{margin-bottom:30px}
footer .f3-widget h5{margin:0 0 25px;font-family:Arial,Helvetica,sans-serif;font-size:20px;color:#fff;font-weight:700}
.f3-widget p,.f3-widget li a{color:#b4b4b4;line-height:26px}
.f3-widget li a:hover{color:#D71921}
footer .col-md-4{width:auto;margin-right:74px}
footer .col-md-4.last-widget{margin-right:0!important;max-width:300px}
footer .footer-bottom .container {border-top:1px solid #666; color:#ddd; font-size:12px; line-height:24px; margin-top:12px; padding-bottom:45px; padding-top:25px; }
#RecaptchaField1{transform:scale(0.87)!important;transform-origin:0 0 0;webkit-transform:scale(0.87)!important;-webkit-transform-origin:0 0 0}
.f3-social{display:table;margin:5px 0 35px}
.f3-social li{float:left;margin:0 3px}
.f3-social li a{display:table;width:36px;height:36px;border:solid 1px #b4b4b4;background:transparent;transition:.3s;text-align:center;line-height:36px;font-size:20px;color:#fff}
.f3-social li a:hover{border:solid 1px #D71921;background:#bb2b10;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JiMmIxMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5NjEzMGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:-moz-linear-gradient(top,#bb2b10 0%,#96130f 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#bb2b10),color-stop(100%,#96130f));background:-webkit-linear-gradient(top,#bb2b10 0%,#96130f 100%);background:-o-linear-gradient(top,#bb2b10 0%,#96130f 100%);background:-ms-linear-gradient(top,#bb2b10 0%,#96130f 100%);background:linear-gradient(to bottom,#bb2b10 0%,#96130f 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bb2b10',endColorstr='#96130f',GradientType=0);transition:.3s;color:#fff}
.newsletter{position:relative}
.newsletter input{width:100%;height:40px;background-color:#fff;padding:5px 65px 5px 20px;border:none;color:#000}
.newsletter button{width:47px;height:40px;background:#bb2b10;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JiMmIxMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5NjEzMGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:-moz-linear-gradient(top,#bb2b10 0%,#96130f 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#bb2b10),color-stop(100%,#96130f));background:-webkit-linear-gradient(top,#bb2b10 0%,#96130f 100%);background:-o-linear-gradient(top,#bb2b10 0%,#96130f 100%);background:-ms-linear-gradient(top,#bb2b10 0%,#96130f 100%);background:linear-gradient(to bottom,#bb2b10 0%,#96130f 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bb2b10',endColorstr='#96130f',GradientType=0);border:none;line-height:40px;text-align:center;font-size:18px;color:#fff;position:absolute;top:0;right:0}

.inner-body p { line-height:24px;}
.inner-body h1{color:#d71921; font-weight:700; margin-bottom:15px}
.inner-body h2{color:#d71921;margin-bottom:15px}

.links{display:block;padding-left:25px}
.links li{line-height:30px;padding-left:5px;list-style:square;color:#d71921}
.links li a{color:#333;text-decoration:none}
.links li a:hover{color:#d71921;text-decoration:none}

.gmap{padding:0;height:490px}
.gmap div{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}
#map{display:block;width:100%;height:490px;margin:0 auto}
#map.large{height:490px}
#map img{max-width:none!important;height:auto}
.c-form-content h1, .c-form-content h3{font-family:Arial,Helvetica,sans-serif;font-size:24px;color:#D71921;margin:0 0 10px;padding-bottom:10px;border-bottom:1px solid #ededed;font-weight:400}
.c-form-content h6{font-size:14px;margin:0 0 20px}
.c-form label{font-size:14px;font-weight:400;margin-bottom:15px}
.c-form input,.c-form textarea{width:100%;max-width:410px;height:43px;background-color:transparent;border:solid 1px #f2f2f2;padding:5px 20px;font-size:14px;color:#333;margin-bottom:12px;display:table}
.form-control { border-radius:0; box-shadow:none;}
.c-form input:focus,.c-form textarea:focus {border:1px solid #D71921; box-shadow:none; outline:none;}
.c-form textarea{height:182px;padding:20px;max-width:100%}
.c-form label{font-size:14px;color:#333;font-weight:400;margin-bottom:10px;margin-top:5px}
.c-form button{height:48px;background-color:#d70000;line-height:48px;color:#fff;text-align:center;padding:0 40px;display:table;font-size:18px;text-transform:uppercase;border:none;margin-top:22px}
.c-form button:hover{background-color:#333}
.c-form-main{padding-left:25px}
.statusMessage,.successmessage,.errormessage{display:none;margin:auto;width:100%;height:auto;background:rgba(255,255,255,0.1);margin:0 auto 15px;padding:20px;border-radius:5px}
.statusMessage p{margin:0;color:#888}
.successmessage p{margin:0;color:#888}
.success-ico{background:url(../assets/images/success.png);width:30px;height:30px;float:left;margin-right:15px;position:relative;top:-3px}
.error-ico{background:url(../assets/images/error.png);width:30px;height:30px;float:left;margin-right:15px;position:relative;top:-3px}
.errormessage p{margin:0;color:#888}

.lSSlideOuter .lSPager.lSGallery { text-align:center; width:100% !important;}
.lSSlideOuter .lSPager.lSGallery li { display:inline-block; float:none;}

.product-single h1 { font-family: 'Oswald', sans-serif; margin-top:0; color:#333; font-weight:400;font-size:36px;}
 .product-single .product-price { display:block;}}
.quantity input { width: 98px; height: 39px; background-color: transparent; border: solid 1px #ededed; padding: 5px 15px; color: #333; margin-left: 0; margin-right: 5px; }
.quantity input.qty:focus { border: 1px solid #D71921; outline:none;}

#tabs-container{display:table;width:100%}
.tabs-menu{float:left;clear:both;display:table;width:100%;border-bottom:1px solid #ededed; list-style:none; margin:0; padding:0;}
.tabs-menu li{float:left;margin-right:30px}
.tabs-menu li.current{position:relative;z-index:5}
.tabs-menu li a{padding:0 0 15px;display:table;text-decoration:none;font-size:14px;font-weight:700;text-transform:uppercase;color:#dadada}
.tabs-menu .current a{color:#333}
.tab{float:left;width:auto}
.tab-content{width:100%;display:none;padding:5px 0 0}

#tab-1{display:block}
.ps-inner{margin-bottom:17px}
.tab-content p{font-size:15px}
.tab-content p span{color:#bebebe}
.tab-content p em{height:31px;background:#009311;line-height:31px;padding:0 15px;color:#fff;font-style:normal;display:inline-block;margin-left:15px}
.product-details { list-style:none; margin:0; padding:0;}
.product-details li{margin-bottom:15px;padding-left:25px;position:relative}
.product-details li:last-child{margin-bottom:0}
.product-details li:after{content:"\f105";font-family:FontAwesome;position:absolute;top:-2px;left:0;color:#D71921;font-size:18px}
.tab-content .bs-comments{border:medium none;padding:0;margin-top:-35px}
.tab-content .bsc-content li:first-child{border-top:none}
.tab-content .bsc-content h5{border-bottom:1px solid #ededed;padding-bottom:20px}

.social-single { list-style:none; margin:0; padding:0;}
.social-single li{display:inline-block}
.social-single li a{border:1px solid #ddd;color:#333;display:block;font-size:12px;padding:2px 8px}
.social-single li a img{float:left;height:15px!important;margin-right:5px;margin-top:2px}
.social-single li a:hover{background:#f4f4f4;color:#000}

.cart_table { text-align:left;}
.cart_table table { border-bottom:#ddd 1px solid; border-top:#ddd 1px solid;}
.cart_table .table > thead > tr > th { border-bottom-width:1px;  padding:10px 5px;}

.table>tbody>tr>td, .table>tfoot>tr>td{   vertical-align: middle; padding:10px 5px;}
.text-warning { color:#f7811c;}
table#cart tbody tr td h4 { margin-top:50px;}

@media screen and (max-width: 600px) {
table#cart * { text-align:center;}
table#cart img { display:inline-block}
table#cart tbody td .form-control{ width:20%; display: inline !important; }
.actions .btn{ width:36%; margin:1.5em 0; }

.actions .btn-danger{ float:none; }

table#cart thead { display: none; }
table#cart tbody td { display: block; padding: .6rem; max-width:100%; min-width:220px;}

.checkout_table.table#cart tbody tr td:first-child { background: #333; color: #fff; }
.checkout_table.table#cart tbody tr td h4 { margin-top:0;}

table#cart tbody td:before { content: attr(data-th); font-weight: bold; display: inline-block; width: auto; }

table#cart tfoot td{display:block; }
table#cart tfoot td .btn{display:block;}
.checkout_table.table#cart tbody tr td { text-align:center;}	
.checkout_table.table#cart tfoot td {text-align:center;}
.checkout_table.table#cart tbody td::before { width:inherit;}
}
@media screen and (max-width: 320px) {
.actions .btn {  width:40px;}
}

.coupon-form{width:387px;position:relative}
.coupon-form input{color:#000;width:387px;height:47px;background-color:#fff;border:solid 1px #f0f0f0;padding:5px 15px}
.coupon-form input:focus{border-color:#D71921; box-shadow:none; outline:none;}
.coupon-form button{background:#bb2b10;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JiMmIxMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5NjEzMGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:-moz-linear-gradient(top,#bb2b10 0%,#96130f 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#bb2b10),color-stop(100%,#96130f));background:-webkit-linear-gradient(top,#bb2b10 0%,#96130f 100%);background:-o-linear-gradient(top,#bb2b10 0%,#96130f 100%);background:-ms-linear-gradient(top,#bb2b10 0%,#96130f 100%);background:linear-gradient(to bottom,#bb2b10 0%,#96130f 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bb2b10',endColorstr='#96130f',GradientType=0);padding:0 32px;line-height:47px;text-transform:uppercase;color:#fff;border:none;position:absolute;right:0;top:0}
.coupon-form button:hover{background:#bb2b10;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JiMmIxMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5NjEzMGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:-moz-linear-gradient(top,#bb2b10 0%,#96130f 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#bb2b10),color-stop(100%,#96130f));background:-webkit-linear-gradient(top,#bb2b10 0%,#96130f 100%);background:-o-linear-gradient(top,#bb2b10 0%,#96130f 100%);background:-ms-linear-gradient(top,#bb2b10 0%,#96130f 100%);background:linear-gradient(to bottom,#bb2b10 0%,#96130f 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bb2b10',endColorstr='#96130f',GradientType=0);color:#fff}

.btn-1{height:47px;border:none;background:#bb2b10;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JiMmIxMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5NjEzMGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:-moz-linear-gradient(top,#bb2b10 0%,#96130f 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#bb2b10),color-stop(100%,#96130f));background:-webkit-linear-gradient(top,#bb2b10 0%,#96130f 100%);background:-o-linear-gradient(top,#bb2b10 0%,#96130f 100%);background:-ms-linear-gradient(top,#bb2b10 0%,#96130f 100%);background:linear-gradient(to bottom,#bb2b10 0%,#96130f 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bb2b10',endColorstr='#96130f',GradientType=0);line-height:47px;padding:0 30px;color:#fff;text-transform:uppercase;font-size:16px;display:inline-block;margin-right:5px;position:relative;transition:.4s}
.btn-1:hover{background:#bb2b10;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JiMmIxMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5NjEzMGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:-moz-linear-gradient(top,#bb2b10 0%,#96130f 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#bb2b10),color-stop(100%,#96130f));background:-webkit-linear-gradient(top,#bb2b10 0%,#96130f 100%);background:-o-linear-gradient(top,#bb2b10 0%,#96130f 100%);background:-ms-linear-gradient(top,#bb2b10 0%,#96130f 100%);background:linear-gradient(to bottom,#bb2b10 0%,#96130f 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bb2b10',endColorstr='#96130f',GradientType=0);color:#fff!important;transition:.4s}

.cart-bottom ul{ list-style:none; margin:0;margin-top:40px; padding:0;}
.cart-bottom ul li{margin-bottom:20px;font-size:15px}
.cart-bottom ul li span{float:right}

.float_right_inner{float:right;max-width:45%}
#enginnred_eleminate_section{background-color:#fff;display:block;color:#333}
#enginnred_eleminate_section h1{font-size:45px;text-transform:uppercase;text-align:left;margin-bottom:20px;color:#333;margin-top:10vh}
#enginnred_eleminate_section h4{font-size:18px;font-weight:700;margin-bottom:40px;display:block}
.enginnred_buttons{display:block;margin-top:15px}
.enginnred_buttons a.button{background-color:transparent;color:#333;text-align:center;font-size:14px;text-transform:uppercase;padding:10px 20px;margin-right:15px;border:#333 solid 1px}
.enginnred_buttons a.button:hover{border:#000 solid 1px}
.enginnred_buttons a.solid_color{background-color:red!important;color:#fff;border:red solid 1px}
.enginnred_buttons a.solid_color:hover{background-color:#000!important;border:#000 solid 1px}
.float_right{float:right;margin-left:15px}

#digital_eye_section{padding:40px 0;background-color:#0a0a0a;display:block;color:#fff}
#digital_eye_section h2{font-size:30px;text-transform:uppercase;text-align:center;margin-bottom:10px}
#digital_eye_section h3{font-size:20px;text-transform:uppercase;font-weight:500;margin-bottom:10px}
#digital_eye_section h3 span{color:#ea2c2c;font-weight:700}
#digital_eye_section .col-sm-6 h3{font-weight:700}
#digital_eye_section .accent-color{font-size:60px;font-weight:900;color:#ea2c2c;text-align:center;margin-bottom:10px}
#digital_eye_section .subject{font-weight:700;font-size:15px}
#digital_eye_section p{color:#fff}
#digital_eye_section a{color:#ea2c2c;text-decoration:none}
#digital_eye_section a:hover{text-decoration:none;color:#fff}
#digital_eye_section i{font-size:36px;margin-top:10px;color:#ea2c2c!important}

#gunner_patented_section{padding:100px 0;background:url(assets/images/shutterstock_173398862.png) no-repeat center top #fff;background-attachment:fixed;display:block;color:#444}
#gunner_patented_section h2{font-size:24px;text-transform:uppercase;text-align:center;margin-bottom:10px}
#gunner_patented_section h3{font-size:15px;text-transform:uppercase;font-weight:500;margin-bottom:10px}
#gunner_patented_section h3 span{color:#ea2c2c;font-weight:700}
#gunner_patented_section .col-sm-6 h3{font-weight:700}
#gunner_patented_section p{color:#666;font-size:14px;line-height:20px}

#why_gunner_section{padding:40px 0;background:url(assets/images/blk-161.jpg) no-repeat center top #000;display:block;color:#fff}
#why_gunner_section h2{font-size:26px;text-transform:uppercase;margin-bottom:20px;text-align:center}
#why_gunner_section h3{font-size:18px;text-transform:uppercase;margin-bottom:10px;text-align:left;font-weight:400}
.why_gunner_img{text-align:center;margin-bottom:15px;display:block}
.why_gunner_box_content,.why_gunner_box_content p{text-align:justify;color:#fff}

#style_video_section{background-color:#e2e2e2;padding:40px 0}
.select_style_contents{text-align:left;font-size:12px;color:#676767;text-decoration:none;font-weight:400;padding-top:15px;padding-bottom:15px;border-bottom:#CCC solid 1px;border-top:#CCC solid 1px;margin-bottom:15px}
.select_style_contents p{color:#676767}
.select_style_contents h2{text-align:center;font-size:24px;color:#333;margin-bottom:10px}
.styles_icons{text-align:center}
.styles_icons i{font-size:34px;color:#ea2c2c;margin-bottom:10px}
.styles_icons h3{color:#666;text-decoration:none;font-size:18px;font-weight:400;transition:all linear .2s 0;-webkit-transition:all linear .2s 0}
.styles_icons h3:hover{color:#000;text-decoration:none}

#glasses_section{background-color:#fff;padding:40px 0;display:block;text-align:center}
#glasses_section h3 a{color:#900;text-decoration:none;font-size:18px;font-weight:400;transition:all linear .2s 0;-webkit-transition:all linear .2s 0}
#glasses_section h3 a:hover{color:#000;text-decoration:none}

.post-meta span{margin-right:10px}
.testimonials_bg{padding-top:40px;padding-bottom:40px;display:block;background-color:#e2e2e2;text-align:center}
.testimonial_slider .item,.item{font-family:Arial, Helvetica, sans-serif;font-size:14px;font-style:italic;font-weight:400;letter-spacing:.5px;line-height:37px!important}
.testimonial_slider .item span { font-family:lato;}
.testimonial_slider .owl-dots .owl-dot.active span, .testimonial_slider .owl-dots .owl-dot:hover span { background:#D71921;}

#call-to-action{background-color:#eeedec;font-family:'Open Sans',sans-serif;font-weight:300;font-size:22px;position:relative;text-align:center;vertical-align:bottom;z-index:10}
#call-to-action .container{padding:42px 0 36px!important}
#call-to-action .container span{display:inline-block;letter-spacing:-1px}
#call-to-action .container a{background:#ea2c2c;border-radius:5px;-webkit-border-radius:5px;box-shadow:0 -3px rgba(0,0,0,0.1) inset;color:#fff;display:inline-block;font-family:'Open Sans',sans-serif;font-weight:700;font-size:12px;letter-spacing:2px;line-height:24px;margin-bottom:0!important;margin-left:20px;padding:16px 21px;position:relative;text-transform:uppercase;top:-3px}
#call-to-action .triangle{border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid #f8f8f8;height:10px;left:440px;margin:-42px auto 33px;width:10px}
#call-to-action a{color:#45484a;opacity:1;transition:opacity .3s linear 0;-webkit-transition:opacity .3s linear 0}
#call-to-action a:hover{opacity:.75}
#call-to-action span{color:#4b4f52;font-family:'Open Sans',sans-serif;font-weight:700}

.pagination>li>a, .pagination>li>span { color:#000;}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover { color:#333;}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover { background:#D71921; border-color:#D71921;}

input[type=checkbox], input[type=radio] {  vertical-align:top;}
.cart-bottom label { margin-right:5px;}

.logreg-info{background:#D71921 url(../assets/images/pat1.png);padding:35px}
.logreg-info h5{font-family:Arial,Helvetica,sans-serif;font-size:30px;color:#fff;text-shadow:1px 1px 2px #ed4756;font-weight:400;margin:0}
.logreg-info ul{margin:30px 0 0}
.logreg-info li{margin-bottom:22px;padding-left:30px;position:relative;color:#fff}
.logreg-info li:last-child{margin-bottom:0}
.logreg-info li:after{content:"\f105";font-family:FontAwesome;position:absolute;top:-4px;left:0;color:#fff;font-size:18px}
#logreg-content .row{margin:0 -2px}
#logreg-content .col-md-5{width:43%;padding:0 2px}
#logreg-content .col-md-7{width:57%;padding:0 2px}
.logreg-form{background:#F7F7F7;padding:30px 40px 50px;position:relative;height:530px}
.logreg-form h5{font-family:Arial,Helvetica,sans-serif;font-size:40px;color:#D71921;font-weight:400}
.logreg-form h5 em{padding-left:15px}
.logreg-form h5 span{float:right;font-family:Noto Sans;font-size:15px;color:#fff;font-weight:400;position:relative;top:16px}
.logreg-form h5 span a{color:#fff;border-bottom:1px solid #fff}
.logreg-form h5 span a:hover{color:#ff6270;border-bottom:1px solid #ff6270}
.login-form label{font-weight:400;color:#fff;margin:30px 0 20px}
.login-form label span{color:#D71921}
.login-form input,.checkout-form input{height:44px;background-color:#fff;-webkit-box-shadow:1px 1px 3px #ececec;-moz-box-shadow:1px 1px 3px #ececec;box-shadow:1px 1px 3px #ececec;border:solid 1px #D71921;width:100%;line-height:44px;padding:5px 15px;font-size:14px;border:1px solid #fff}
.checkout-form input[type="checkbox"],.checkout-form input[type="radio"]{width:auto;line-height:1;height:auto}
.checkout-form textarea{height:90px;background-color:#fff;width:100%;padding:15px;font-size:14px;border:1px solid #e7e7e7}
.checkout-form input, .checkout-form span.selected { box-shadow: none; border: 1px solid #e7e7e7;}
.login-form input:focus,.checkout-form input:focus,.checkout-form textarea focus{border:1px solid #D71921;color:#D71921}
.login-form button,.checkout-form button,.payment-method button{height:48px;background:#bb2b10;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JiMmIxMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5NjEzMGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:-moz-linear-gradient(top,#bb2b10 0%,#96130f 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#bb2b10),color-stop(100%,#96130f));background:-webkit-linear-gradient(top,#bb2b10 0%,#96130f 100%);background:-o-linear-gradient(top,#bb2b10 0%,#96130f 100%);background:-ms-linear-gradient(top,#bb2b10 0%,#96130f 100%);background:linear-gradient(to bottom,#bb2b10 0%,#96130f 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bb2b10',endColorstr='#96130f',GradientType=0);line-height:48px;color:#fff;text-align:center;padding:0 38px;display:table;border:none;margin:10px 0;font-size:15px;text-transform:uppercase}
.logreg-form button:hover{background:#7e7e7e!important;color:#fff;transition:.4s}
input[type=checkbox].css-checkbox{position:absolute;z-index:-1000;left:-1000px;overflow:hidden;clip:rect(0 0 0 0);height:1px;width:1px;margin:-1px;padding:0;border:0}
input[type=checkbox].css-checkbox + label.css-label1{padding-left:25px;height:16px;display:inline-block;line-height:16px;background-repeat:no-repeat;background-position:0 0;font-size:14px;vertical-align:middle;cursor:pointer;margin:0;font-weight:400}
input[type=checkbox].css-checkbox:checked + label.css-label1{background-position:0 -16px}
label.css-label1{background-image:url(https://csscheckbox.com/checkboxes/u/csscheckbox_5516e6ccfb77bf2b57a1b3f2af97e0c1.png);-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.cbox{display:table;float:right;margin:10px 0 12px}
.register-form{height:auto}
.cbox1{width:100%;margin-bottom:25px}
.register-form h6{font-family:Noto Sans;font-size:15px;font-weight:700;color:#fff;text-transform:uppercase;margin:25px 0 8px}
.register-form button{font-size:18px;padding:0 30px}
.register-form button span{font-weight:600}
.register-form h5{margin-bottom:15px}
.register-form p span{color:#D71921}
.register-form p{margin-bottom:15px}
.register-form form{margin-top:-18px}
div.selectBox{position:relative;display:inline-block;cursor:default;text-align:left;line-height:44px;clear:both;color:#888;width:100%;cursor:pointer;z-index:9999}
span.selected{width:100%;text-indent:15px;border-right:none;overflow:hidden;height:44px;background-color:transparent;border:solid 1px #D71921;width:100%;line-height:44px;font-size:14px;border:1px solid #fff;color:#bfbfbf}
span.selectArrow{width:42px;height:42px;line-height:42px;position:absolute!important;top:1px;right:1px;text-align:center;font-size:8px;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-o-user-select:none;user-select:none;color:#fff;z-index:-1}
span.selectArrow i{color:#fff}
span.selectArrow,span.selected{position:relative;float:left;height:44px}
div.selectOptions{position:absolute;top:44px;left:0;width:100%;overflow:hidden;display:none;background-color:#fff;width:100%;font-size:14px;z-index:9999;border:1px solid #e7e7e7;border-top:none}
span.selectOption{display:block;width:100%;line-height:30px;padding:5px 15px}
span.selectOption:hover{color:#fff;background:#D71921}

#myterms .modal-body p{color:#333}
.payment-method .input-group{width:310px}
.check_radio{padding-left:10px;cursor:pointer;color:#d71921}
.pay-left{padding-top:5px}
ul.pay-nav{list-style:none;margin:0;padding:0}
ul.pay-nav li{display:block;clear:both}
ul.pay-nav li .col-sm-4{padding-left:0}
ul.pay-nav li img{margin-bottom:7px}
ul.pay-nav li.clr{clear:both;padding:5px}
.input-group{margin-bottom:25px}
.input-group-addon{background-color:#f2f2f2;border:1px solid #dcdcdc;border-radius:3px 3px 0 0;color:#333;font-size:14px;min-width:150px;padding-left:8px;position:relative;text-align:left}
.input-group-addon i{font-size:16px}
.textarea-container{overflow:hidden;position:relative;width:100%}
.textarea-container .input-group-addon{border-radius:3px 3px 0 0;left:0;padding:10.5px 12px 10.5px 7px;position:absolute;top:0;width:100%;z-index:90}
.textarea-container .input-group-addon:first-child{border-right:1px solid #e4e2e2}
.input-text{vertical-align:middle}
.input-icon{background-color:transparent;background-image:url(assets/images/sprite.png);background-repeat:no-repeat;display:inline-block;height:24px;margin-right:5px;vertical-align:middle;width:24px}
.input-icon.input-icon-user{background-position:-90px -140px}
.input-icon.input-icon-email{background-position:-114px -140px}
.input-icon.input-icon-subject{background-position:-138px -140px}
.input-icon.input-icon-message{background-position:-162px -140px}
.input-icon.input-icon-phone{background-position:-186px -140px}
.input-icon.input-icon-fax{background-position:-210px -140px}
.input-icon.input-icon-password{background-position:-234px -140px}
.input-icon.input-icon-company{background-position:-258px -140px}
.input-icon.input-icon-address{background-position:-282px -140px}
.input-icon.input-icon-city{background-position:-306px -140px}
.input-icon.input-icon-postcode{background-position:-330px -140px}
.input-icon.input-icon-country{background-position:-354px -140px}
.input-icon.input-icon-region{background-position:-90px -164px}

.stepper{border-radius:3px;display:inline-block;margin:0;overflow:hidden;position:relative;width:auto;max-width:75px;vertical-align:top}
.stepper .stepper-input{-moz-appearance:textfield;background:#f9f9f9 none repeat scroll 0 0;border:1px solid #ccc;border-radius:3px;color:#333;font-size:13px;line-height:1.2;margin:0;overflow:hidden;padding:9px 10px 10px;width:70px;z-index:49}
.stepper .stepper-input:focus{background-color:#fff}
.stepper .stepper-arrow{background:#eee url(assets/images/jquery.fs.stepper-arrows.png) no-repeat;border:1px solid #ccc;cursor:pointer;display:block;height:50%;position:absolute;right:0;text-indent:-99999px;width:20px;z-index:50}
.stepper .stepper-arrow.up{background-position:center top;border-bottom:medium none;top:0}
.stepper .stepper-arrow.down{background-position:center bottom;bottom:0}
@media screen and (min-width: 740px) {
.stepper:hover .stepper-input{background-color:#fff}
.stepper .stepper-step:hover{background-color:#F9F9F9}
.stepper.disabled .stepper-arrow{background:#fff;border-color:#eee;cursor:default}
}
.stepper.disabled .stepper-input{background:#fff;border-color:#eee;color:#ccc}
.stepper.disabled .stepper-arrow{background:#fff;border-color:#eee;cursor:default}

#loadingDiv{background:#000;position:fixed;top:0;right:0;width:100%;height:100%;z-index:10000000;opacity:.8;filter:alpha(opacity=80)}
#loadingDiv i.fa{color:#ccc;position:absolute;left:50%;top:50%;margin:-35px 0 0 -35px;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%)}

#scrolling_div div:last-of-type{margin-bottom:0}
#scrolling_div [id*='scrol_']{border:1px solid #ccc;padding:15px;margin-bottom:15px}
#scrolling_div [id*='scrol_'].selected-point{background:#f5f5f5}
#map{width:100%;height:480px;border:1px solid #6f5f5e}

.product-attributes ul { display: block; list-style:none; margin: 0 0 0 -10px; padding: 0;}
.product-attributes ul li {display: inline-block; height: 100px; margin-bottom: 10px; margin-left: 10px; width: 100px; font-size:12px;}
.product-attributes ul li a {border: 1px solid #ccc; color: #333; display: table-cell;height: 100px; position: relative; text-align: center; vertical-align: middle; width: 100px;}
.product-attributes ul li.variable-size {height: 62px; width: 62px;}
.product-attributes ul li.variable-size a {height: 62px;width: 62px;}
/*.product-attributes ul li a img { max-height: 60px; max-width: 43px;}*/
.product-attributes ul li a:hover, .product-attributes ul li.active a { border: 1px solid #bb2b10; color: #000; text-decoration:none;}
.product-attributes ul li a:focus { text-decoration:none;}
.product-attributes .variaiton-title-dis { line-height:14px; min-height:28px; max-height:28px; overflow:hidden; display:block; margin-top:3px;}

label.error{color:red;font-style:italic;}
input.error, textarea.error, select.error{border:1px solid red !important;}
.invalid-feedback { display: block;}
.btn-link { color: #333; text-decoration: underline;}
.btn-link:hover { color: #d71921; text-decoration: underline; }
.badge { padding: 5px 7px; font-weight: normal;}