@font-face{font-family:glyphicons halflings;font-display:swap;src:url(https://parcelup.com/f/fonts/glyphicons-halflings-regular.eot);src:url(https://parcelup.com/f/fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(https://parcelup.com/f/fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(https://parcelup.com/f/fonts/glyphicons-halflings-regular.woff) format('woff'),url(https://parcelup.com/f/fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(https://parcelup.com/f/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg')}

html, body {
    min-height: 100%;
    min-width: 320px;
}

* {
    box-sizing: border-box;
    word-wrap: break-word;
}

a, .entry-meta a, .entry-content a, .widget a {
    color: #1e73be;
    text-decoration: none;
}

.entry-content li {
	padding: 5px 5px 10px;
}

a > img, img {
    border: 0;
    max-width: 100%;
    height: auto;
}

a:focus, a:active, a:hover {
    outline: 0;
}

a:hover, .headtools a:hover, .breadcrumbs a:hover, .sidemenu li a:hover {
	color: #b33700;
}

#site-navigation li a:hover, .top-footer a:hover {
	color: #feba88;
}

.assistive-text,.remove {
    clip: rect(1px,1px,1px,1px);
    position: absolute
}

/*top nav*/
#site-navigation {
    clear: both;
    display: block;
    font-size: 100%;
    font-weight: 400;
    position: relative;
    z-index: 500;
    background: rgba(0, 53, 80, 1);
}

#site-navigation ul {
    margin: 0;
    font-size: 15px;
}

#site-navigation li {
    display: inline-block;
    position: relative;
    text-align: left;
    transition: none;
}

.menu {
    display: inline-block;
    float: right;
	padding: 5px 10px 0 0;
}

.menu li {
    vertical-align: middle;
}


#site-navigation li a {
    border: 0;
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
    text-decoration: none;
    text-shadow: 1px 1px 0 #000;
    width: 100%;
    line-height: 45px;
}

#site-navigation .menu li ul li a {
    padding: 10px 20px 10px 50px;
}

#site-navigation li a.account {
	width: 70px;
}

#site-navigation li a.account, .account {
    font-size: 0.75rem;
    padding: 0px;
    text-align: center;
    line-height: 15px;
    height: 50px;
}

#site-navigation ul ul {
    background: #003550;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
    left: -9999px;
    margin-left: -18px;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease-in-out;
    width: 298px;
    z-index: 99999;
}

.offcanvas #site-navigation ul ul.open { display:block; } 

.offcanvas.left-menu-open #site-navigation ul li.movetop {
    position: fixed;
    top: 60px;
    left: 0;
    bottom: 0;
    width: 300px;
    overflow-y: scroll;
    z-index: 100000;
    background: #003550;
}

#site-navigation .sub-menu li {
    border: 0;
}

#site-navigation li li {
    clear: both;
    width: 100%;
    padding-left: 28px;
}

#site-navigation li li a {
    line-height: 25px;
    padding: 8px 5px 10px 0;
}

#site-navigation ul li:hover > ul {
    left: -28px;
    opacity: 1;
    padding: 0;
}

#site-navigation ul.menu li:hover > ul {
	left: -138px;
}

#site-navigation ul li ul li:hover > ul {
    left: 282px;
    top: 0;
}

#mobile-menu {
	background: #003550;
	height: 60px;
    display: none;
    padding: 5px 0;
    text-align: center;
    width: 100%;
}

.rows {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

#mobile-menu .rows {
justify-content: space-around;
}

#mobile-menu .left-menu, .fl {
    float: left;
}

.left-menu.account {
    text-align: right;
    padding-right: 5px;
}

#mobile-menu a {
    color: #fff;
    width: 70px;
}

#curvedarrow {
    border-right: 9px solid #fff;
    border-top: 9px solid transparent;
    display: inline-block;
    height: 0;
    margin: 0 5px -5px 8px;
    position: relative;
    transform: rotate(135deg);
    visibility: hidden;
    width: 0;
}

#curvedarrow:before {
    border: 0 solid transparent;
    border-radius: 20px 0 0 0;
    border-top: 3px solid #fff;
    content: "";
    height: 12px;
    left: -9px;
    position: absolute;
    top: -12px;
    transform: rotate(45deg);
    width: 12px;
}

.left-menu-open #curvedarrow {
	visibility: visible;
}

#mobile-menu .box-menu {
    background: transparent;
    color: #fff;
    display: inline-block;
    font-size: 30px;
    margin: 6px 0 0 0px;
    position: relative;
    text-decoration: none;
    width: 35px;
    height: 22px;
    padding-top: 18px;
    font-weight: 700;
    line-height: 20px;
    padding-left: 0;
    text-shadow: 1px 1px 1px #000;
}

#mobile-menu .box-menu:before {
    background: #FFF;
    box-shadow: 0 0.3em 0 0 #fff, 0 0.6em 0 0 #fff;
    content: "";
    height: .12em;
    left: 7px;
    position: absolute;
    top: 2px;
    width: .85em;
    border-radius: 10px;
}

#mobile-menu a.ls, #mobile-menu .cart { width: 50px; }

.mobile-logo {
	background: url(https://parcelup.com/f/parcelup.svg) no-repeat center 38%;
    background-size: 82px;
    width: 20%;
    min-width: 80px;
    flex-grow: 0.5;
}

.account .username {
	display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.icontop {
    display: inline-block;
    background-image: url(https://parcelup.com/f/icons.svg);
    background-size: 150px;
    background-repeat: no-repeat;
    width: 35px;
    height: 28px;
    transform: translateY(3px);
    margin: 0 10px;
}

.chatls {
    background-position: -114px -3px;
}

.cartcbg {
    background-position: -77px -4px;
}

.accountabg {
    background-position: -75px -36px;
}

.badge {
    padding: 0px;
    min-width: 22px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    position: absolute;
    right: 5px;
    top: -5px;
    border-radius: 50%;
    background: #023550;
    color: #feba87;
}

.accmoney, .accname { 
	display: block;
	white-space: nowrap;
    overflow: hidden;
    line-height: 1;
    transform: translateY(3px);
    text-overflow: ellipsis;
    padding: 5px 0 5px 28px;
    max-width: 288px;
    margin-bottom: 10px;
}

.accname {
	color: #f0ffff;
}

.accmoney {
    color: orange;
}

.newsearch .headtools {
    margin: 10px 0 0;
}

.homesearch .headtools {
    margin: 10px 0 38px;
}

#page {
    background-color: #fff;
    height: auto;
    margin: 0 auto;
    min-height: 100%;
}

article, aside, footer, header, hgroup, main, nav, section, #shop ul li:hover ul, #tab-11.tab-content, #tab-22.tab-content, #aarea {
    display: block;
}
#primary #pagination { clear:both; }
.total-pages {
    padding: 10px 0 20px 0;
}
#posts-pagination .fr { float:right; }
#posts-pagination div { padding:5px; }
.page-numbers.current {
    font-weight: normal;
}

.page-numbers {
    padding: 8px 15px;
    background: #f8f8fa;
    font-weight: bold;
}

footer {
	clear: both;
}

.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto;
}

#header .c12 {
    display: flex;
    flex-direction: column;
}

.menu-navigation-container {
	max-width: 1080px;
    width: 100%;
    margin: 0 auto;
}

.c12 {
    width: 100%;
}

.homesearch, .newsearch {
	width: 100%;
    max-width: 1080px;
    padding-top: 5px;
}

.homesearch {
    margin: 110px auto 38px;
}

.newsearch {
    margin: 10px auto;
}

#parcelup-logo, #menu-navigation {
    float: left;
}

#menu-navigation {
	padding: 5px 0 0 20px;
}

#parcelup-logo {
    display: inline-block;
    padding: 5px 0px 0px 25px;
    line-height: 10px;
}

/*#parcelup-logo a {
    background: url(https://parcelup.com/f/parcelup.svg) no-repeat center top;
    display: block;
    width: 110px;
    height: 50px;
    background-size: 110px 40px;
}*/

.searchon {
	width: 70%;
	min-width: 338px;
    max-width: 746px;
    margin: 0 auto;
    height: 60px;
}

input {
    width: 100%;
}

input, textarea {
    border: 1px solid #bbb;
    color: #495057;
    font-weight: 400;
    max-width: 100%;
    outline: none;
    padding: 5px 15px;
    height: 38px;
}

button, input {
    line-height: normal;
}

button, input, select, textarea {
	/*font-family: Roboto, Helvetica, Arial, sans-serif;*/
    font-size: 16px;
    margin: 0;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

.selectdiv {
  position: relative;
  display: inline-block;
  min-width: 200px;
}

select::-ms-expand {
display: none;
}

.selectdiv:after {
    content: '\e080';
    color: #333;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 5px;
    top: 16px;
    padding: 0 5px;
    border-bottom: 1px solid #999;
    position: absolute;
    pointer-events: none;
    font-family: "Glyphicons Halflings";
}

.selectdiv select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  max-width: 320px;
  height: 50px;
  margin: 5px 0px;
  padding: 0px 35px 0 15px;
  font-size: 16px;
  line-height: 1.75;
  color: #333;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  -ms-word-break: normal;
  word-break: normal;
}

select:focus {
    outline: 0;
    color: #003550;
}

button, select {
    text-transform: none;
}

.modal input {
  width: 100%;
  padding: 12px;
  margin: 3px 0 10px;
  display: inline-block;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.modal input[type=email]:focus, .modal input[type=password]:focus, .mgrey {
  background-color: #f1f1f1;
  outline: none;
}

.newlogin, .register, .regbtn, .loginbtn {
  color: white;
  padding: 14px 10px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
  /*font-family:'Roboto';*/
}

.newlogin, .loginbtn {	
	background-color: #003550;
}

.regbtn:hover, .loginbtn:hover {
  opacity: 0.95;
}

.regbtn {
	background-color: #c63e00;
}

#loginnow .regbtn, #registernow .loginbtn {
  width: auto;
  padding: 10px 18px;
  margin-left: 8px;
}

.newlogin, .register { margin: 5px 8px; width:120px;border: 1px solid #fff;opacity:1;}
.register {background-color: #f8f8f8; color: #003550;}
.newlogin:hover, .register:hover { opacity:0.95;border-color:#fe6705; } 
.buttons {display:none;text-align:center;}
@media only screen and (max-width: 768px) { 
.buttons {display:block; padding:18px 8px; }
.headtools a { color: #f0ffff; }
}

.modaltop {
  text-align: center;
  margin: 10px 0;
  position: relative;
}

.modalbox {
  padding: 16px;
}

span.psw {
  float: right;
  padding-top: 16px;
}

.modal {
  display: none;
  position: fixed;
  z-index: 100000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
  padding-top: 60px;
}

.modal-content {
  background-color: #fefefe;
  margin: 5% auto 15% auto;
  border: 1px solid #888;
  width: 80%;
  max-width: 450px;
}

.modal h2 { font-size:18px; margin:0 3px; }
.modal p { margin: 3px 0px 3px 3px; }
.modalbox strong { margin-left: 10px; }
.modal i { margin-left: -30px; cursor: pointer; }
.glyphicon-eye-open:before {
    content: "\e105";
}
.glyphicon-eye-close:before {
    content: "\e106";
}

.close {
  position: absolute;
  right: 25px;
  top: -10px;
  color: #000;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: red;
  cursor: pointer;
}

.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
  from {-webkit-transform: scale(0)} 
  to {-webkit-transform: scale(1)}
}
  
@keyframes animatezoom {
  from {transform: scale(0)} 
  to {transform: scale(1)}
}

@media screen and (max-width: 375px) {
	.modalbox { padding: 10px; }
	#registernow .loginbtn, #loginnow .regbtn { width: 100%; margin-left:0px; }
	span.psw { display: block; float: none; }
}

.fs12 {
    font-size: 12px;
    padding: 3px 8px
}

.fs15 {
    font-size: 15px;
    padding: 10px 18px;
}

.fs18 {
    font-size: 18px;
    padding: 8px 18px
}
.login {
    background: #3498db;
    background-image: linear-gradient(#3498db,#2980b9);
    border: 0;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin: 5px;
    text-decoration: none;
}
.login:hover {
    background: #3cb0fd;
    background-image: linear-gradient(#3cb0fd,#3498db);
    color: #fff;
    text-decoration: none
}

.box-search {width:98%;margin:0 auto;}

#box-search-form {
  display:flex;
  flex-direction:row;
  border: 0;
}

#box-search-form input {
  flex-grow:2;
  padding: 0 15px;
  border: none;
}
    
#box-search-form input:focus {
  outline: none;
}

#box-search-form button {
    border: 0;
    color: #ffffff;
    padding: 0;
    background: linear-gradient(#fd6a03,#ff6502);
    min-width: 120px;
}

#box-search-form input, #box-search-form button {
    height: 50px;
    margin: 5px 0;
    border-radius:0;
}

.sdesc {
    clear: both;
    text-align: center;
    margin-bottom: 20px;
    color: #5a5a5a;
}

.homesearch .sdesc {
	height: 132px;
}

h1 {
    margin: 0.58em 0;
    font-weight: 700;
}

#site-description{width:100%;color:#5a5a5a;font-size:25px;margin-bottom:0;line-height:1;padding:30px 8px 0;display:block;}

#site-description span, .sdesc span, .breadcrumbs span, .modalbox span {
    display: inline-block;
}

.since-2009 {
    color: #FF6600;
    font-size: 18px;
    position: relative;
    margin: 10px 0;
    font-weight: 700;
}

.since-2009::before, .since-2009::after {
    position: absolute;
    content: '';
    width: 41px;
    height: 2px;
    background: #FF6600;
    top: 50%;
    transform: translateY(-50%);
}

.since-2009::before {
    right: calc(100% + 20px);
}

.since-2009::after {
    left: calc(100% + 20px);
}

.headtools ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.headtools ul li {
    padding: 1px;
    display: inline-block;
    margin-right:12px;
}

.icon {
    display: inline-block;
    background-repeat: no-repeat;
    background-image: url(https://parcelup.com/f/icons.svg);
    margin-right: 3px;
    width: 23px;
    height: 23px;
    vertical-align: middle;
}

.chat-ls {
    background-position: -24px -24px;
}

.calculator-clc {
    background-position: 0 -24px;
    width: 20px;
}

.ruler-sc {
    background-position: -48px 0;
}

.map-trp {
    background-position: 0 0;
    width: 25px;
}

.headtools a {
    border: 0;
    color: #5a5a5a;
    cursor: pointer;
    padding: 5px;
    text-decoration: none;
}

.container-custom {
    padding: 0 30px;
}

#main.row {
    max-width: 1200px;
    min-height: 300px;
    width: 98%;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px 0;
    display: flex;
    flex-direction: row-reverse;
}

.clearfix:after,.clearfix:before,.container:after,.container:before,.row:after,.row:before,.modalbox:before,.modalbox:after {
    content: '';
    display: table;
    clear: both;
}

.error404 {
	text-align: center;
    margin-top: 30px;
}

#main #primary {
    width: calc(100% - 300px);
    min-height: 500px;
    padding: 0 20px 0 30px;
    position: relative;
}

#secondary {
	width: 300px;
	background-color: #fff;
}

.breadcrumbs {
    font-size: 0.88em;
    color: #707070;
    line-height: 38px;
}

.breadcrumbs a {
    border-bottom: 0;
    color: #707070;
    text-decoration: none;
}

article {
    float: left;
    width: 100%;
}

.sidemenu {
	background-color:#fff;	
}
.sidemenu ul {
    font-size: 95%;
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

.sidemenu ul ul {
	margin-left: 0px;
}

.sidemenu li {
    line-height: 35px;
    padding: 0 10px 0 20px;
}

.sidemenu li li {
    padding-left: 0px;
}

.sidemenu li a {
    border: 0;
    color: #205B87;
    display: block;
    padding: 2px 8px;
    text-decoration: none;
    background-color: #f8f8f8;
    font-weight: 700;
}

li.mainlink a {
	font-weight: 400;
	background: transparent;
}

.sidemenu li li a {
    background: transparent;
    font-weight: 400;
    padding: 2px 5px 1px 12px;
}

.current_page_item a[aria-current]::before {
    content: '\2713';
    color: #FF6600;
    margin-right: 8px;
}
.current_page_item a[aria-current], .current-cat a[aria-current] {
	font-weight: 700;
	background: #FEF1E7;
}

.box {
	max-width: 1050px;
	padding: 50px 0px 30px;
	margin: 0 auto;
}

.home-categories .inner {
    display: block;
    width: 90%;
    max-width: 1080px;
    margin: 0 auto;
}

.home-categories .box {
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    width: 100%;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 -15px 15px 0 rgba(3,8,28, 0.2);
    padding: 10px;
    text-align: center;
}

.rows.categories-row {
    margin: 0;
}

.categories-col {
    padding: 0 5px;
    width: 100%;
    position: relative;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.categories-module {
    background: #fcfcfe;
    padding: 25px 8px 10px;
    text-align: center;
    transition: all .2s ease;
    margin: 5px 0;
    height: 150px;
}

.categories-module .img {
    min-height: 68px;
}

.categories-module strong {
    display: block;
    color: #003658;
    margin: 5px -8px;
}

.categories-col .catlink {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(0,120%);
    min-width: 150px;
    line-height: .85em;
    opacity: 0;
    overflow: hidden;
    height: auto;
    width: 100%;
}

.categories-col:hover .catname {
	transition: .8s;
    opacity: 1;
    transform: translate(0%,-90%);
    cursor: pointer;
}

.categories-col:hover .catlink {
	transition: .8s;
    opacity: 1;
    transform: translate(0,0);
    cursor: pointer;
    height: auto;
}

.about {
    background: #fafafa;
    position: relative;
}

.h2 {
    font-size: 28px;
    margin: 0 0 15px;
}

.about h2 {
    font-size: 22px;
}

.read-more {
    text-align:right;
    margin: 0 10px;
}

.read-more a {
    font-weight: bold;
}

.how-to-buy .box {
    max-width: 1200px;
}

.text-center {
    text-align: center;
}

.how-to-buy .c12 p {
    font-size: 18px;
    line-height: 25px;
}

.steps {
    display: inline-block;
    width:195px;
    text-align: center;
    padding: 10px 5px 0;
    margin: auto;
    background-color: #fefaf5;
    margin-top: 5px;
}

.steps img {
	width: 139px;
	height: 139px;
}

.why-to-buy {
	color: #fff;
    width: 100%;
    background: #003658 url(https://parcelup.com/f/why-bg.min.jpg) center;
}

.why-to-buy .rows {
    align-items: center;
    margin-top: 50px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #FFFFFF;
}

.why-to {
    min-height: 298px;
    min-width: 350px;
    font-size: 15px;
}
.auto0 {
    margin: 0 auto;
}

.large-choice {
    background: url(https://parcelup.com/f/packet.min.png);
    background-size: 60px;
}

.low-prices {
    background: url(https://parcelup.com/f/money.min.png);
    background-size: 50px;
}

.large-choice, .low-prices {
    background-repeat: no-repeat;
}

.why-to-buy .box h3 {
    font-size: 18px;
    padding-left: 80px;
}

.why-to-buy ul {
    margin: 0;
    list-style: none;
    padding-left: 0;
}

.why-to-buy li {
	margin-bottom: 20px;
    position: relative;
    padding-left: 25px;
}

.why-to-buy li::before {
    position: absolute;
    content: '';
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #FFCC99;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.why-to-buy .text-center p {
    line-height: 25px;
}

.china h3 {
    font-size: 16px;
    margin: 5px 0 0;
}

.china h3:before {
    content: '\2713';
    color: #FF6600;
    margin-right: 8px;
}

#overlay { display:none; position:fixed; top:0; opacity:0.8; background-color:#fff; z-index:380; width:100%; height:120%; }

.top-footer {
    padding: 20px;
    text-align: center;
    background: #003550;
    color: #f0ffff;
}

.top-footer div {
    display: inline-block;
}

.footlogo {
	width: auto;
    width: 282px;
    text-align: center;
    margin: 0 auto;
    padding: 0 20px;
    vertical-align: text-bottom;
}

.custom-cols {
	width: auto;
    min-width: 138px;
    max-width: 200px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: left;
}

.top-footer a {
    display: inline-block;
    transition: all 0.2s ease;
    font-size: 14px;
    color: #f0ffff;
}

.footer-brand {
    margin: 0;
}

.widget-social {
    width: 100%;
    text-align: center;
    padding: 8px 0;
}

.widget-social a:hover {
    background-color: #f0ffff;
}

.social {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin: 2px;
    background-repeat: no-repeat;
    background-image: url(https://parcelup.com/f/socialspritenew-min.svg);
    background-size: 256px 32px;
}

.facebook {
    background-position: -96px 0;
}

.instagram {
    background-position: -128px 0;
}

.twitter {
    background-position: -32px 0;
}

.tiktok {
    background-position: 0 0;
}

.youtube {
    background-position: -160px 0;
}

.pinterest {
    background-position: -64px 0;
}

.reddit {
    background-position: -224px 0;
}     

.tumblr {
    background-position: -192px 0;
}



.top-footer strong {
    font-size: 14px;
    margin: 10px 0;
    display: inline-block;
}

.custom-cols ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    margin-top: 0;
}

.top-footer li {
    margin: 0 0 8px 8px;
}

.bottom-footer {
	font-size: 14px;
	padding: 8px;
	background-color: #fff;
}

.pfoot { max-width:1200px;margin:0 auto;font-size:12px;text-align:left; }

.iconpay {
    display: inline-block;
    background-repeat: no-repeat;
    background-image: url(https://parcelup.com/f/paylogo.svg);
    height: 35px;
    margin: 5px;
}

.paypal {
    width: 105px;
    background-position: -174px 0;
}

.visa {
    width: 81px;
    background-position: -348px 0;
}

.Mastercard {
    width: 36px;
    background-position: -116px 0;
}

.maestro {
    width: 36px;
    background-position: -58px 0;
}

.jcb {
    width: 29px;
    background-position: 0 0;
}

.union-pay {
    width: 44px;
    background-position: -290px 0;
}

.WebMoney {
    width: 119px;
    background-position: -435px 0;
}

.Western_Union {
    width: 96px;
    background-position: -580px 0;
}

.copyr span { display: inline-block; margin: 0 8px; }

.offcanvas #site-navigation ul ul {
    box-shadow: none;
    display: none;
    margin-left: 0;
    opacity: 1;
    position: static;
}

.offcanvas #site-navigation ul ul#acclinks.al-open {
    display: block;
    position: fixed;
    top: 60px;
    left: auto;
    right: 0;
    bottom: 0;
    overflow-y: scroll;
    width: 298px;
}

.offcanvas #site-navigation li a {
    background: #003550;
    color: #fff;
    display: block;
    padding: 5px 10px 5px 30px;
    text-transform: none;
}

.offcanvas #site-navigation ul ul, .offcanvas #site-navigation li {
    border: 0;
    width: 100%;
}

.offcanvas #site-navigation li li {
	padding: 0px;	
}
.offcanvas #site-navigation li li > a {
	padding: 15px 10px 5px 50px;
}

.glyphicon {
    position: relative;
    top: 2px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.sicon { display:none; }

.glyphicon-search:before {
    content: "\e003";
}
.glyphicon-menu-right:before {
    content: "\e258";
}
.glyphicon-menu-left:before {
    content: "\e257";
}
.glyphicon-log-out:before {
    content: "\e163";
}

@media only screen and (max-width: 992px) {

#site-navigation li.hidelink {
	display:none;
} 

.home-categories .categories-col {
    flex: 0 0 25%;
    max-width: 25%;
    margin: 0 auto;
}

.about h2 {
    font-size: 20px;
    line-height: 1.6875;
}

.why-to-buy .rows {
	flex-direction: column;
}
.why-to {
	width:70%;
}
.low-prices {
	min-height:200px;
}
}

@media only screen and (max-width: 768px) {

#menu-navigation { float: none; }

.menu-navigation-container {
    display: flex;
    flex-direction: column-reverse;
}

#mobile-menu, .showtd {
    display: block;
}

#site-navigation li.hidelink {
	display:inline-block;
} 

.menu {
    height: 0px;
    overflow: hidden;
}

.stickyme {
    position: fixed;
    top: 0;
    z-index: 99999;
}

.rows {
    margin-right: -8px;
    margin-left: -8px;
    width: 100%;
}

body.left-menu-open {
	overflow-y: hidden;
}

#site-navigation {
    position: absolute;
    width: 300px;
    left: -300px;
    top: 60px;
}

.left-menu-open #site-navigation {
	position: fixed;
    left: 0;
    bottom: 0;
    overflow-y: auto;
}

#site-navigation ul, .menu-navigation-container {
padding:0px;
}

#parcelup-logo {
	display: none;
}

.offcanvas a.open:before, .offcanvas .sub-menu-parent a.hideli:after {
    font-family: 'Glyphicons Halflings';
    margin-top: 1px;
    color: #ff6602;
}

.offcanvas .sub-menu-parent a.hideli:after {
    content: "\e258";
    float: right;
    margin-right: 18px;
}

.offcanvas a.open:before {
    content: "\e257";
    float: left;
    margin-right: 10px;
}

.offcanvas .sub-menu-parent a.open:after {
    content: "";
}

.offcanvas a.hideli.open span {
    display: none;
}
.offcanvas a.hideli.open span.backlink {
    display: block;
}
.offcanvas a.hideli.open span:before {
    content: "Back";
}

.offcanvas a.hideli.open span.nazad:before {
    content: "ÐÐ°Ð·Ð°Ð´";
}

.left-sidebar #secondary {
    position: absolute;
    top: 0;
    left: -300px;
    width: 300px;
    padding: 0;
}

.homesearch {
    margin: 170px auto 88px;
}

#head-tools {
    background: #fef8f8;
    box-shadow: 10px 10px 5px grey;
    clear: both;
    padding: 10px;
    position: fixed;
    top: -300px;
    text-align: center;
    width: 96%;
    z-index: 382;
    line-height: 38px;
}

#head-tools.ls-open {
	top: 60px;
	margin: 0;
}

#header .c12 {
    min-height: 0;
}

.searchon {
	width:100%;
}
  
#site-description {
    font-size: 22px;
    line-height: 1.5;
}

.newsearch {
    margin-top: 50px;
}

.newsearch .sdesc {
    font-size: 0.88em;
    display: block;
    height: 20px;
    overflow: hidden;
    margin-bottom: 0px;
    color: #feba87;
}

#main #primary {
	width: 98%;
	margin: 0 auto;
	padding: 0 20px;
}

#htool {
	display: none;
}

.home-categories .inner {
    padding-top: 30px;
}
  
.home-categories .rows {
  	margin-right: 0px;
    margin-left: 0px;
}

.home-categories .categories-col {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.h2 {
	font-size: 25px;
	margin: 0;
}

.about h2 {
    font-size: 18px;
}

.steps {
	min-width: 100%;
	padding: 10px 0 0;
  }

.carousel {
  position: relative;
  max-width: 330px;
  padding: 0;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.scroller {
  scroll-snap-type: x mandatory;
  overflow-x: scroll;
  overflow-y: hidden;
  display: flex;
  align-items: center;
  height: auto;
  -webkit-overflow-scrolling: touch;
}

.scroller div {
  scroll-snap-align: center;
  position: relative;
}

.carousel .btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 30px;
  width: 30px;
  border-radius: 2px;
  background-color: rgba(0,0,0,0.5);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  z-index: 1;
}

.carousel .btn.next {
  background-image: url('data:image/svg+xml;charset=utf-8,<svg width="18" height="18" viewBox="0 0 34 34" xmlns="http://www.w3.org/2000/svg"><title>Shape</title><path d="M25.557 14.7L13.818 2.961 16.8 0l16.8 16.8-16.8 16.8-2.961-2.961L25.557 18.9H0v-4.2z" fill="%23FFF" fill-rule="evenodd"/></svg>');
  right: 10px;
}

.carousel .btn.prev {
  background-image: url('data:image/svg+xml;charset=utf-8,<svg width="18" height="18" viewBox="0 0 34 34" xmlns="http://www.w3.org/2000/svg"><title>Shape</title><path d="M33.6 14.7H8.043L19.782 2.961 16.8 0 0 16.8l16.8 16.8 2.961-2.961L8.043 18.9H33.6z" fill="%23FFF" fill-rule="evenodd"/></svg>');
  left: 10px;
}

.why-to {
	width:98%;
}

}

@media only screen and (max-width: 461px) {
.stext {display:none;}
.sicon {display:inline-block;}
.sicon:before {font-size:22px;}
#box-search-form button { min-width: 45px;}
}

@media only screen and (max-width: 375px) {
#site-description { 
	font-size: 20px;
}

#box-search-form input { padding: 0 8px; }
#box-search-form_search::placeholder {font-size:15px;}

.custom-cols {
	padding: 0;
}

.about h2 {
    font-size: 16px;
}

.why-to {
	width:100%;
	min-width:100%;
}
    
}

@media only screen and (max-width: 350px) {
#site-description { 
	font-size: 18px;
}

#box-search-form input { padding: 0 5px; }

.container-custom {
	padding: 0 15px;
}

.container-custom.how-to-buy {
    padding: 0;
}

.carousel {
max-width: 320px;
}

.carousel .btn.prev  {
	left: 20px;
}
.carousel .btn.next {
	right: 20px;
}

.searchon {
    min-width: 308px;
}
.how-to-buy .box {
	padding: 50px 0 0;
	}
.why-to {
    min-width: 260px;
	}
}