@charset "utf-8";
/* CSS Document */

body, p, a { font-family: "Roboto"; color: #666; letter-spacing: 0.1px; }
body { background-color: #fcfcfc; }
a:hover, a.active, a:focus { text-decoration: none; outline: 0 none }
a { transition: 0.3s; -webkit-transition: 0.3s; }
.reveal-block { display: block; }
.text-bold { font-weight: 700; }
.text-gray-base { color: #333 }
.text-white { color: #fff }
.p-m-zero { margin: 0; padding: 0 }
.inline-block { display: inline-block }
.font-light { font-weight: 400; }
.bg-theme, .btn-primary { background-color: #215CAA }
.text-theme { color: #215CAA }
.bg-white { background-color: #fff }
.width-full, .full-width { width: 100% }
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary.focus:active, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover { background-color: #215caa; border-color: #215caa; }
.btn-secondry { background-color: transparent; border-color: #000; }
.btn { transition: .3s; -webkit-transition: .3s; }
h2, h3, h4, h5, h6 { color: #333333; font-weight: 500; }
.clearfix { clear: both }
.padding-t-20 { padding-top: 20px; }
.padding-t-30 { padding-top: 30px; }
.padding-tb-20 { padding-top: 20px; padding-bottom: 20px; }
.padding-tb-40 { padding-top: 40px; padding-bottom: 40px; }
.padding-tb-60 { padding-top: 60px; padding-bottom: 60px; }
.padding-tb-9-6 { padding-top: 90px; padding-bottom: 60px; }
.padding-tb-6-3 { padding-top: 60px; padding-bottom: 30px; }
.cards { background-color: #ffffff; border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; -ms-border-radius: 2px; box-shadow: 0 0 2px 0 #dddddd; -webkit-box-shadow: 0 0 2px 0 #dddddd; -moz-box-shadow: 0 0 2px 0 #dddddd; -ms-box-shadow: 0 0 2px 0 #dddddd; padding: 10px; transition: 0.4s; -webkit-transition: 0.4s; }
.services-home .cards:hover { box-shadow: 0 0 4px 0 #dddddd; -webkit-box-shadow: 0 0 4px 0 #dddddd; -moz-box-shadow: 0 0 2px 0 #dddddd; -ms-box-shadow: 0 0 4px 0 #dddddd; }
.cards .cards-heading { border-bottom: 2px solid #215caa; color: #000000; font-size: 22px; margin-bottom: 15px; margin-top: 20px; padding-bottom: 10px; text-transform: uppercase; }
.cards-content { color: #888888; font-family: arial; font-size: 14px; letter-spacing: 0; }
.btn:hover { background-color: rgba(0, 0, 0, 0); border-color: #215caa; color: #215caa; }
/*Header*/
.head-top { background-color: #f2f2f5; padding: 6px 0; }
.head-top p { margin: 5px 0 0; }
.social-icon ul { margin: 0; padding: 0; }
.social-icon li { display: inline-block; margin-left: 5px; text-align: center; vertical-align: middle; }
.social-icon li a { background-color: #dfdfdf; border-radius: 40px; color: #474747; float: left; line-height: 30px; width: 30px; }
.social-icon li a:hover { background-color: #215caa; color: #ffffff; }
.navbar-aside li { display: inline-block; margin-left: 5%; }
.navbar-aside-inner > * { display: inline-block; font-size: 15px; text-align: left; vertical-align: top; }
.unit-left { padding-right: 3px; padding-top: 4px; }
.navbar-aside { margin-top: 30px; text-align: right; }
.head-main { padding: 15px 0; background-color: #fff; /*position: static; top: -100px; */ transition: all 0.5s ease 0s; -webkit-transition: all 0.5s ease 0s; }
.logo img { transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; }
/*Header//End*/


.header-scroll { display: block; position: fixed; left: 0; right: 0; transition: all 0.5s ease 0s; -webkit-transition: all 0.5s ease 0s; top: -200px; opacity: 0; visibility: hidden; z-index: -9 }
.fixHeader .header-scroll { position: fixed; top: 0; z-index: 999; opacity: 1; visibility: visible }
.header-scroll .logo img { max-height: 50px; }
.header-scroll nav.navbar { box-shadow: 0 1px 3px 0 #aaaaaa; -webkit-box-shadow: 0 1px 3px 0 #aaaaaa; -moz-box-shadow: 0 1px 3px 0 #aaaaaa; -ms-box-shadow: 0 1px 3px 0 #aaaaaa; left: 0; position: fixed; right: 0; top: 60px; z-index: 20; }
.header-scroll .head-main { background-color: #ffffff; left: 0; padding-bottom: 5px; padding-top: 5px; position: fixed; right: 0; top: 0; z-index: 19; }
.header-scroll .navbar-aside { margin-top: 5px; }
/*Nav*/
nav.navbar { background-color: #215caa; border: 0 none; border-radius: 0; margin: 0;/* position: static; top: -30px;*/ transition: all 0.6s ease 0s; }
.navbar-nav > li > a { color: #ffffff; font-size: 16px; padding: 16px 35px; text-transform: uppercase; position: relative; z-index: 0; }
.navbar-nav > li > a:hover:after { position: absolute; width: 100%; height: 2px; background-color: #fff; z-index: 1; content: ""; left: 0; right: 0; bottom: 0 }
.nav > li > a:focus, .nav > li > a:hover { background-color: #215CAA; text-decoration: none; }
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover { background-color: #323946; border-color: #337ab7; }
.dropdown-menu > li > a { border-bottom: 1px solid #dddddd; font-size: 15px; padding: 8px 15px; }
.dropdown-menu > li:last-child > a { border-bottom: 0 none; }
/*Nav//End*/

/*banner*/
.first-slide .carousel-caption { bottom: auto; left: auto; right: 13%; top: 17%; }
.second-slide .carousel-caption { left: 10%; right: auto; top: 17%; bottom: auto }
.third-slide .carousel-caption { bottom: auto; left: 13%; right: auto; top: 17%; }
.third-slid-e .carousel-caption { }
.carousel-caption { text-shadow: 0 2px 6px rgba(0, 0, 0, 0.8) }
.carousel-caption h3 { font-size: 50px; font-weight: 600; color: #fff }
.carousel-caption p { color: #ffffff; font-size: 19px; margin-left: 5px; margin-right: auto; max-width: 580px; text-align: right; float: right }
.banner-btn { margin-top: 25px; }
.banner-btn .button { border: 2px solid #ffffff; border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; -ms-border-radius: 2px; color: #ffffff; display: inline-block; font-size: 20px; font-weight: 600; line-height: 46px; margin: 0 5px; padding-left: 20px; padding-right: 20px; text-shadow: none; box-shadow: 0 2px 6px rgba(0, 0, 0, 0.8); -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.8); -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.8); -ms-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.8); }
.button.button-primary-filled { background-color: #ffffff; color: #1b57a9; }
.slider-main .glyphicon-chevron-left::before { content: "\f104"; display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.slider-main .glyphicon-chevron-right::before { content: "\f105"; display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
/*banner// End*/

/*footer*/
footer { background-color: #323946; padding: 70px 0 0px; clear: both }
.footer-bottom { background-color: #282e3a; margin-top: 60px; padding: 25px 0 15px; }
.footer-col .inline-block a { background-color: #ffffff; }
.footer-col .footer-link li { list-style: outside none none; padding: 5px 0; }
.footer-col .footer-link li a, .footer-col .footer-link li { color: #ffffff; font-size: 16px }
.footer-col .footer-link li a:hover { color: #215CAA }
.footer-col .footer-link li .fa { color: #215CAA; font-size: 25px; text-align: center; vertical-align: middle; width: 15%; }
footer .form-control { height: 40px; }
footer form { margin-top: 1x0px; }
.footer-social { margin: 30px 0 0; }
.footer-col h3 { color: #ffffff; font-size: 28px; font-weight: 600; line-height: 25px; margin: 0; }
.footer-col address { float: right; width: 85%; }
footer * { font-size: 16px; }
.footer-col .footer-contact li { padding: 10px 0; }
footer .btn.btn-primary { font-size: 16px; font-weight: 600; letter-spacing: 0.5px; line-height: normal; padding: 9px 20px; }
footer .text-center.text-white.cpy-rgt { font-size: 11px; }
/*footer//End*/


/*home help*/
.how-we-help { background-color: #ffffff; /*background-image: url("../images/find-help.png"); background-position: left 20%; background-repeat: no-repeat;*/ border-bottom: 1px solid #eeeeee; border-top: 1px solid #eeeeee; overflow: hidden; position: relative; z-index: 0; }
.how-we-help::before { background-color: #215caa; bottom: 0; content: ""; height: 300%; left: 20px; position: absolute; right: 0; top: 0; transform: rotate(55deg); -webkit-transform: rotate(55deg); -moz-transform: rotate(55deg); -ms-transform: rotate(55deg); }
.how-we-help::after { background-color: #215caa; bottom: 0; content: ""; height: 100%; left: 0; position: absolute; width: 54%; z-index: -1; }
.how-we-help h2 { color: #ffffff; margin-bottom: 20px; margin-top: 20px; text-transform: capitalize; }
.how-we-help .btn.btn-lg { border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; -ms-border-radius: 2px; float: none; font-size: 24px; margin-top: 9px; padding-left: 10%; padding-right: 10%; }
.caro-img { background-color: #ffffff; border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; -ms-border-radius: 2px; box-shadow: 0 0 2px 0 #dddddd; -webkit-box-shadow: 0 0 2px 0 #dddddd; -moz-box-shadow: 0 0 2px 0 #dddddd; -ms-box-shadow: 0 0 2px 0 #dddddd; }
.our-partner h2 { color: #333333; font-weight: 500; margin-bottom: 70px; position: relative; z-index: 0; }
.our-partner h2::after { background-color: #215caa; bottom: -15px; content: ""; height: 4px; left: 0; margin: 0 auto; position: absolute; right: 0; width: 50px; }
.our-partner h4 { color: #333333; text-align: center; }
.xpert-advice { background-image: url(../images/paralex-bg2.jpg); background-attachment: fixed; background-size: cover; background-repeat: no-repeat; }
.paralex-b-overlay { position: relative; z-index: 0; }
.paralex-b-overlay:after { content: ""; position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: -1; background-color: rgba(0,0,0,0.6) }
.our-partner { background-image: url("../images/work-bg.png"); }
.xpert-advice h2 { margin-bottom: 35px; margin-top: 15px; position: relative; z-index: 0; }
.xpert-advice h2:after { background-color: #fff; bottom: -20px; content: ""; height: 4px; left: 0; margin: 0 auto; position: absolute; right: 0; width: 50px; }
.xpert-advice p { font-size: 2.5em; margin-bottom: 1em; margin-top: 0.5em; }
.xpert-advice p, .xpert-advice h2 { text-shadow: 0 0 4px #000000; }
.xpert-advice a.btn { border-radius: 0; -webkit-border-radius: 0; font-size: 1.8em; padding: 12px 45px; text-transform: uppercase; margin-bottom: 0.8em }
.xpert-advice a.btn:hover, .xpert-advice a.btn:focus { background-color: rgba(255, 255, 255, 0.8); border-color: #ffffff; }
/*home//End*/

/*inner-page*/

/*About*/
.page-header { border-color: rgba(0, 0, 0, 0); line-height: normal; margin-bottom: 50px; margin-top: 0; padding: 55px 0 70px; background-attachment: fixed; background-color: #eeeeee; }
.about-us .page-header { background-image: url(../images/about-header.jpg); background-position: center bottom; }
.page-header h1 { color: #fff; margin-bottom: 5px; font-size: 40px; }
.page-header h1 span { color: #fff; }
.inner-page p { line-height: 22px; }
.need-help { font-size: 27px; margin-bottom: 20px; }
.aside-inner { border-top: 2px solid #215caa; border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; -ms-border-radius: 2px; box-shadow: 0 0 2px 0 #dddddd; -webkit-box-shadow: 0 0 2px 0 #dddddd; -moz-box-shadow: 0 0 2px 0 #dddddd; -ms-box-shadow: 0 0 2px 0 #dddddd; }
/*Contact*/
.contact-us .page-header { background-image: url(../images/contact-header.jpg); background-position: center bottom; }
.contact-person > div { color: #333333; padding: 3px 0; }
.contact-person { margin-top: 30px; padding-bottom: 20px; padding-top: 20px; }
.contact-aep > div { color: #333333; padding: 30px 0; }
.contact-aep { padding-bottom: 30px; padding-left: 10%; padding-right: 10%; padding-top: 30px; }
.contact-aep i { font-size: 22px; text-align: left; width: 25px; }
.cont-info { border-bottom: 1px solid #eeeeee; }
.cont-phone { border-bottom: 0; }
/*SOFTWARE SOLUTION*/
.ss-page .page-header { background-image: url(../images/solution-header.jpg); background-position: center bottom; }
.inner-page li { padding: 4px 0; }
.inner-page ul { margin: 0px 0 10px; }
.inner-page h3 { border-bottom: 1px solid #215caa; margin-bottom: 30px; margin-top: 30px; padding-bottom: 10px; }
/*technical training Services*/
.tts-page .page-header { background-image: url(../images/tts-header.jpg); background-position: center 110px; }
/*Hardware Main page*/
.hardware-main-page .page-header { background-image: url(../images/hardware-solution.jpg); background-position: center 20%; background-size: 100% auto; }
ul.inner-page-list { padding-left: 20px; }
.inner-page-list li { padding-left: 10px; }
.inner-page-list li a { display: inline-block; font-size: 20px; line-height: normal; padding: 10px 0; }
/*Hardware repair*/
.hardware-page .page-header { background-image: url(../images/hardware-repair-header.jpg); background-position: center bottom; }
/*warrenty assets*/
.asset-w-page .page-header { background-image: url(../images/tech-repair.jpg); background-position: center bottom; }
/*installation and delivery*/
.delevery-page .page-header { background-image: url(../images/delivery-header.jpg); background-position: center top; background-size: 100% auto; }
/*electronic-disposal-page*/
.electronic-disposal-page .page-header { background-image: url(../images/electronic-waste.jpg); background-position: center top; background-size: 100% auto; }
/*integration-page*/
.integration-page .page-header { background-image: url(../images/intregration-header.jpg); background-position: center top; background-size: 100% auto; }
/*onsite-page*/
.onsite-page .page-header { background-image: url(../images/onsite-header.jpg); background-position: center top; background-size: 100% auto; }
/**/
.cb-slideshow { margin: 0; padding: 0 }
.cb-slideshow li { list-style-type: none }
.slide--bg { float: left; height: 745px; width: 100%; position: absolute; background-attachment: fixed; z-index: 0; background-image: url(../images/slide-22.jpg); -webkit-animation: fade-out 9s infinite both; -moz-animation: fade-out 9s infinite both; animation: fade-out 9s infinite both; background-size: 100%; }
ul.nav.navbar-nav { width: 100%; }
.navbar-nav > li.cus-logn { float: right; }
.cus-logn i.fa { margin-left: 10px; }
/*product page*/
/*padding spacing*/
.p-0 { padding: 0 }
.pr-0 { padding-right: 0 }
.p-h { padding: 5px }
.pt-h { padding-top: 5px }
.pt-1 { padding-top: 10px; }
.pb-h { padding-bottom: 5px }
.pb-1 { padding-bottom: 10px; }
.pt-2 { padding-top: 20px }
.pb-2 { padding-bottom: 20px; }
.pt-3 { padding-top: 30px }
.pb-3 { padding-bottom: 30px; }
.pt-4 { padding-top: 40px }
.pb-4 { padding-bottom: 40px; }
.pt-5 { padding-top: 50px; }
.pb-5 { padding-bottom: 50px; }
.pt-6 { padding-top: 60px; }
.pb-6 { padding-bottom: 60px; }
.pt-7 { padding-top: 70px; }
.pb-7 { padding-bottom: 70px }
.pt-8 { padding-top: 80px }
.pb-8 { padding-bottom: 80px }
.py-1h { padding-top: 5px; padding-bottom: 5px; }
.py-1 { padding-top: 10px; padding-bottom: 10px; }
.py-2 { padding-top: 20px; padding-bottom: 20px; }
.py-3 { padding-top: 30px; padding-bottom: 30px; }
.py-5 { padding-top: 50px; padding-bottom: 50px; }
.py-6 { padding-top: 60px; padding-bottom: 60px; }
.py-7 { padding-top: 70px; padding-bottom: 70px; }
.py-8 { padding-top: 80px; padding-bottom: 80px; }
.px-1h { padding-left: 5px; padding-right: 5px; }
.px-0 { padding-left: 0px; padding-right: 0px; }
.px-1 { padding-left: 10px; padding-right: 10px; }
.px-2 { padding-left: 20px; padding-right: 20px; }
.px-3 { padding-left: 30px; padding-right: 30px; }
.px-5 { padding-left: 50px; padding-right: 50px; }
.px-6 { padding-left: 60px; padding-right: 60px; }
.px-7 { padding-left: 70px; padding-right: 70px; }
.px-8 { padding-left: 80px; padding-right: 80px; }
/*spacing*/
/*margin spacing*/
.m-0 { margin: 0 }
.mt-h { margin-top: 5px; }
.mb-h { margin-bottom: 5px; }
.mt-0 { margin-top: 0px; }
.mb-0 { margin-bottom: 0px; }
.mt-1 { margin-top: 10px; }
.mb-1 { margin-bottom: 10px; }
.mt-2 { margin-top: 20px }
.mb-2 { margin-bottom: 20px; }
.mt-3 { margin-top: 30px }
.mb-3 { margin-bottom: 30px; }
.mt-4 { margin-top: 40px }
.mb-4 { margin-bottom: 40px; }
.mt-5 { margin-top: 50px; }
.mb-5 { margin-bottom: 50px; }
.mt-6 { margin-top: 60px; }
.mb-6 { margin-bottom: 60px; }
.mt-7 { margin-top: 70px; }
.mb-7 { margin-bottom: 70px }
.mt-8 { margin-top: 80px; }
.mb-8 { margin-bottom: 80px }
.my-1 { margin-top: 10px; margin-bottom: 10px; }
.my-3 { margin-top: 30px; margin-bottom: 30px; }
.my-5 { margin-top: 50px; margin-bottom: 50px; }
.my-6 { margin-top: 60px; margin-bottom: 60px; }
.my-7 { margin-top: 70px; margin-bottom: 70px; }
.m-0 { margin: 0 }
.mb-0 { margin-bottom: 0 }
.mx-0 { margin-left: 0px; margin-right: 0px; }
.mx-1 { margin-left: 10px; margin-right: 10px; }
.mx-2 { margin-left: 20px; margin-right: 20px; }
/*spacing*/

.br-0 { border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0; -ms-border-radius: 0 }
.bg-gray { background-color: #f4f4f4; }
.breadcrumb a { font-size: 16px; color: #333; }
.breadcrumb>.active { color: #215caa; font-size: 16px; }
.breadcrumb>li+li:before { padding: 0 6px; color: #215AAA; }
.bredcrumb ol.breadcrumb { margin-bottom: 10px; margin-top: 10px; background-color: transparent; padding-left: 0; padding-right: 0 }
.filter-box { float: left; width: 100%; border: 1px solid #DDD; border-radius: 4px; }
.filter-box .form-control { border: 0; box-shadow: none; background-color: #f4f4f4; width: 100%; max-width: 80%; }
.filter-box label { color: #111; }
select.form-control, select { -webkit-appearance: none; appearance: none; -moz-appearance: none; -ms-appearance: none; background-image: url(../images/select-ar.png); background-repeat: no-repeat; background-position: 98% center; }
.filter-box button { font-size: 18px; line-height: normal; padding-top: 5px; padding-bottom: 5px; }
.left-side { float: left; width: 22%; padding-right: 6px; }
.right-side { float: right; width: 78% }
.filter-options-content li { line-height: 2; list-style: none; position: relative; z-index: 0; }
.filter-options-content li input[type="checkbox"] { float: right; margin-top: 4px; height: 15px; width: 15px; opacity: 0; }
.filter-options-content li label { width: 100%; text-align: left; font-weight: 400; }
.filter-options-content li span:before { position: absolute; content: ""; width: 15px; height: 15px; border: 1px solid #aaa; top: 4px; right: 0; }
.filter-options-content li input[type="checkbox"]:checked +span:after { content: "\f00c"; width: 15px; height: 15px; color: #215caa; position: absolute; right: 0px; top: -3px; font-family: fontawesome; font-size: 15px; }
.range-slider li { list-style: none; }
.product-list li { list-style: none; border-bottom: 1px solid #eee; }
.product-list li:last-child { border-bottom: 0 }
.product-list li a { padding: 6px 0 4px; display: block; color: #aaa; transition: .2s; -webkit-transition: .2s; }
.product-list li a span { font-size: 12px; }
.product-list li a:hover { padding-left: 10px; background-color: #337ab7; color: #fff; }
.product-grid ul { margin: 0; padding: 0; }
.product-grid li { position: relative; z-index: 0; border: 1px solid #ddd; width: 24%; margin-right: 1.3%; float: left; list-style: none; margin-bottom: 30px; transition: .5s; -webkit-transition: .5s; }
.product-grid li:nth-child( 4n+4) { margin-right: 0 }
.product-grid li:hover { box-shadow: 0 0 3px 0 #aaa; -webkit-box-shadow: 0 0 3px 0 #aaa; -moz-box-shadow: 0 0 3px 0 #aaa; -ms-box-shadow: 0 0 3px 0 #aaa; }
a.add-to-fav { position: absolute; top: 5px; right: 5px; height: 30px; width: 30px; text-align: center; line-height: 30px; font-size: 20px; }
.product-img img { margin-left: auto; margin-right: auto; }
.grid-price span { margin-right: 10px; display: inline-block; vertical-align: middle; }
.grid-middle { margin-top: 10px; font-size: 13px; padding: 0px 5px; }
.rating-product, .rating-review { display: inline-block; margin: 3px 0 8px; }
.product-grid li >button { width: 100%; padding-top: 9px; padding-bottom: 8px; transition: .5s; -webkit-transition: .5s; }
.product-grid li >button span { font-size: 13px; margin-left: 7px; }
.product-grid li >button i { font-size: 16px; }
.right-side h3 .total-items { font-size: 18px; color: #888; }
.sort-items form { border: 1px solid #ddd; border-radius: 3px; margin-top: 11px; }
.sort-items label { width: 30%; padding-left: 6%; font-weight: normal; }
.sort-items label, .sort-items select { margin: 0; line-height: 31px; }
.sort-items select { width: 70%; border: 0; float: right; }
select.form-control:focus, select:focus { outline: 0; }
span.old-price { color: #aaa; text-decoration: line-through; }
.grid-price { color: #111; }
span.off-price { font-size: 11px; border: 1px solid #777; color: #777; padding: 1px 5px; border-radius: 2px; }
/*product deatil*/
h1.producst-title { font-size: 2.3em; }
.detail-right .product-type { font-size: 1.6em; color: #444 }
.detail-right .grid-price { margin-top: 15px; }
.detail-right .grid-price span { margin-bottom: 10px; }
.detail-right .old-price { color: #FA584B; font-size: 18px; }
.detail-right .new-price { font-size: 24px; margin-right: 20px; }
.detail-right .grid-price .off-price { font-size: 18px; color: green; border: 0; font-weight: 600; font-style: italic; }
.opacity-h { opacity: .1; cursor: default }
.product-details .product-grid li:nth-child(5n) { margin-right: 0; }
.product-details .product-grid li, .product-details .product-grid li:nth-child(4n+4), .product-details .product-grid li:nth-child(3n+3) { width: 19.2%; margin-right: 1%; }
/* magnifier */
.detail-img .zoomWrapper { width: 100% !important; min-height: 400px; position: relative; }
.detail-img .zoomWrapper img { max-width: 100%; }
/*cart-page*/
.section-header { margin: 30px 0 0; }
.section-header h1 { font-size: 30px; line-height: 35px; }
.cart__row.medium-down--hide.cart__header-labels { border-top: 1px solid #555; padding: 0; }
form.cart .cart__row { border-bottom: 1px solid #555; clear: both; float: left; padding: 20px 0; width: 100%; }
.cart__header-labels .large--one-half { float: right; width: 45%; padding: 15px; }
.grid__item.one-third { width: 33%; }
.cart__row .one-third { float: left; }
form.cart .cart__row { border-bottom: 1px solid #555; clear: both; float: left; padding: 20px 0; width: 100%; }
.large--one-half { float: left; padding: 15px; width: 50%; }
.grid__item.two-thirds { padding: 0px 0 0 10px; }
.cart__row .two-thirds { float: right; width: 50%; }
.text-red { color: red }
.large--one-half { float: left; padding: 15px; width: 50%; }
form.cart .cart__row .grid__item .cart__row--table-large .grid__item.one-third:first-child { text-align: center; }
.cart__row .cart__row--table-large .grid__item.one-third span:nth-child(1) { display: none; }
.cart__row .grid__item.one-third span:nth-child(2) { font-weight: 600; }
.grid__item.one-third.text-center .cart__quantity-selector { border: 2px solid #777; margin-left: 20px; text-align: center; width: 40%; }
.cart__additional_checkout .btn { background-color: #FFC439 }
a.cart__remove { display: block; }
/*checkout page*/
.checkout-page .right-contant { float: right; }
.checkout-page .left-contant { float: left; }
.checkout-page .left-contant { padding-left: 8%; padding-top: 0; padding-bottom: 5%; padding-right: 4%; border-right: 1px solid #eee; min-height: 100vh; }
.checkout-page .btn, .checkout-page .form-control { height: 40px; }
.checkout-page img.logo { margin: 0 auto 20px; max-height: 55px; }
form.checkout select { background-size: 8px; background-position: 94%; line-height: 30px; }
.checkout-page .right-contant { padding-right: 8%; padding-top: 5%; padding-bottom: 5%; padding-left: 4%; }
.product-thumbnail-wrapper img { min-width: 80px; }
span.product-description-name { font-size: 12px; line-height: normal; }
.checkout-page .table>tbody>tr>td { border: 0; padding-bottom: 20px; }
.product-thumbnail { position: relative; z-index: 0; border: 1px solid #ddd; }
.product-thumbnail span.product-thumbnail__quantity { position: absolute; top: -10px; right: -10px; background-color: rgba(0,0,0,.5); color: #fff; width: 28px; height: 28px; display: block; text-align: center; border-radius: 40px; border: 1px solid #aaa; line-height: 28px; }
.total-price td:nth-child(2) { text-align: right; }
.total-price tfoot tr td { padding-top: 40px; position: relative; z-index: 0; }
.total-price tfoot tr td:after { content: ""; position: absolute; height: 1px; background-color: #ddd; width: 100%; left: 0; right: 0; top: 20px; }
.checkout-page .mob-header { display: none; }
/*confirmation page*/
.confirm-page .row-info { border: 1px solid #eee; background-color: #f5f5f5; margin-bottom: 10px; padding: 10px; }
.confirm-page .row-info>* { display: inline-block; vertical-align: top; line-height: 21px; font-size: 13px; }
.row-info .c-check { background-color: rgba(0, 128, 0, 0.58); width: 25px; height: 25px; line-height: 25px; text-align: center; color: #fff; border-radius: 40px; -webkit-border-radius: 40px; -moz-border-radius: 40px; -ms-border-radius: 40px; margin-right: 10px; }
.row-info .c-label { max-width: 200px; width: 100%; }
.order-info { border: 1px solid #eee; background: #f5f5f5; }
.order-r-in { margin: 10px; background-color: #fff; border: 1px solid #ddd; }
.wrapper .product-thumbnail-wrapper img { max-width: 80px; }
.wrapper .border-tb tr td { padding-top: 10px; border-top-width: 0 }
.wrapper .border-tb tr td:after { height: 0; }
.wrapper .border-tb tr:first-child td { border-top-width: 2px; border-color: #225daa; }
.wrapper .border-tb tr:last-child td { padding-top: 10px; padding-bottom: 20px; border-top: 1px solid #ddd; }
.row-info.py-3 { padding-top: 30px; padding-bottom: 30px; margin-bottom: 50px; }
