/* CART */

.cart-item{
	margin-bottom: 20px;
}
.cart-item img{
	width: 120px;
}
.cart-item-img{
	display: inline-block;
}
.cart-item-author,
.cart-item-title{
	font-weight: bold;
}
.cart-item-author,
.cart-item-title{
	font-weight: bold;
	color: black;
}
.cart-item-details{
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
}
.cart-item-details a:hover{
	text-decoration: none;
}
.cart-item-price{
	margin: 20px 0;
}

/* INLINE SEARCH */

.inline-search-col form{
	display: inline-block;
    float: left;
    margin-right: 15px;
}
.inline-search-col .input-group{
	width: 300px;
}

/* HEADER */
.header-2{
	padding: 0;
}

.header-2 .logo {
    margin-bottom: 0;
}
.upper-menu{
	padding: 0;
}
.upper-menu ul > li > a{
	padding-bottom: 10px !important;
}
.lower-menu{
	padding: 0;
	margin-bottom: 15px;
}
.lower-menu ul > li > a{
	padding-top: 20px !important;
	padding-bottom: 5px !important;
}
.navy > ul{
	text-align: right;
}
.header-2 .navy > ul > li {
    float: none;
    display: inline-block;
}
.header-2 .navy ul ul li a {
    padding: 4px;
    padding-top: 4px !important;
	text-align: center;
}
.lower-menu a {
    color: #2180C1 !important;
}
.register-btn{
	font-weight: bold;
	font-size: 14px;
}
.header-2 .navy > ul > li:hover > ul {
    top: 50px;
}

.tb-shopping-cart {
	position: relative;
	margin-right: 0;
	margin-top: 5px;
}
.tb-shopping-cart i {
	font-size: 14px;
}
.tb-shopping-cart .b-dropdown-block {
	width: 250px;
	background: #ffffff;
	right: 0px;
	border: 1px solid #e2e2e2;
	position: absolute;
	margin-top: 5px;
	z-index: 10000;
	padding: 10px 10px;
	border-radius: 5px;
	box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1);
	display: none;
}
.tb-shopping-cart .b-dropdown-block h4 {
	font-size: 13px;
	font-weight: 600;
	margin-top: 0px;
	padding-top: 0px;
	border-bottom: 1px dashed #eee;
}
.tb-shopping-cart .b-dropdown-block ul li {
	padding: 10px 0px;
	border-bottom: 1px dashed #eee;
}
.tb-shopping-cart .cart-img {
	width: 40px;
	float: left;
}
.tb-shopping-cart .cart-title {
	position: relative;
	margin-left: 50px;
}
.tb-shopping-cart .cart-title h5 {
	font-size: 13px;
	line-height: 23px;
	font-weight:400;
}
.tb-shopping-cart .cart-title h5 a {
	color: #666666;
}
.tb-shopping-cart .cart-title h5 a:hover {
	color: #808080;
}

.last-header-row{
	margin-bottom: 10px;
}

.btn-search{
	height: 32px;
}

#login-form .form-group{
	margin-bottom: 13px;
}

/* FOOTER */
.foot .fa-facebook{
	background: #0E76BC;
    color: white;
	font-size: 40px;
	height: 50px;
    width: 50px;
    line-height: 50px;
}
.foot-item{
	margin: 0 !important;
	margin-right: 40px !important;
	display: inline-block;
}

footer .list-inline{
	padding: 0 2.5px;
}

.foot .card-info-footer{
	margin-right: 7.5px;
}

/* ITEMSLIDER */

.owl-content h4{
	font-size: 13px !important;
	line-height: 20px !important;
}

.owl-content .no-cover-img{
	height: 220px;
    display: table-cell;
    vertical-align: middle;
}

/* CAROUSEL */
.carousel .carousel-control {
	width: 6% !important;
}
.carousel-indicators {
    bottom: -40px !important;
}
.carousel .carousel-indicators li {
	border: 0;
	box-shadow: 0px 0px 1px rgba(0,0,0,0.4);
	border-radius: 20px;
	width: 12px;
	height: 12px;
	margin: 1px 3px;
}
.carousel .carousel-indicators .active {
	margin: 1px 3px;
	width: 12px;
	height: 12px;
}
.carousel-inner > .item {
  -webkit-transition: 1.6s ease-in-out left;
       -o-transition: 1.6s ease-in-out left;
          transition: 1.6s ease-in-out left;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 1.6s ease-in-out;
         -o-transition:      -o-transform 1.6s ease-in-out;
            transition:         transform 1.6s ease-in-out;
  }
}

/* LIST */
.shopping-item {
	height: 350px;
}
.shopping-item h4{
	font-size: 13px !important;
	line-height: 20px !important;
}
.ecommerce .shopping-item img {
    margin: 10px 0;
}
.listsorter{
	padding: 0 15px;
}
.shopping-item .software-badge,
.shopping-item .series-badge,
.shopping-item .ebook-badge,
.shopping-item .antik-badge{
	width: 70px;
	height: 70px;
	position: absolute;
    top: 10px;
    right: 10px;
	background-size: 70px;
}
.shopping-item .ebook-badge{
	background-image: url(../img/ebook.png);
}
.shopping-item .antik-badge{
	background-image: url(../img/antik.png);
}
.shopping-item .software-badge{
	background-image: url(../img/szoftver_icon.png);
}
.shopping-item .series-badge{
	background-image: url(../img/sorozat_icon.png);
}

.shopping-item-author,
.shopping-item-available{
	color: #909090;
}

.shopping-item-available{
	position: absolute;
    bottom: 15px;
    left: 15px;
}

.shopping-item .pull-right{
	position: absolute;
    right: 15px;
    bottom: 15px;
}
.shopping-item strike{
	color: #9A0303;
}
.shopping-item .shopping-item-old-price{
	color: #909090 !important;
}

.shopping-item .no-cover-img{
	height: 200px;
    display: table-cell;
    vertical-align: middle;
}

/* ITEM */

.ecommerce .shopping-single .carousel img {
    margin: 0;
}

.nav-tabs-one .nav-tabs > li.active > a:hover,
.nav-tabs-one .nav-tabs > li > a:hover,
.nav-tabs-one .nav-tabs > li.active > a {
    background-color: #0E76BC;
    border-color: #4797CC;
}

.shopping-single .no-cover-img{
	height: 250px;
    display: table;
	width: 100%;
}

.shopping-single .no-cover-img div{
    display: table-cell;
    vertical-align: middle;
}

.shopping-single .no-cover-img > div > img{
	margin: auto !important;
}

/* ARTICLE */

.article-body{
	line-height:25px;
}

.article-11 table{
	width: 100%
}

/* ADVANCED SEARCH */

.advanced-search-button-cont{
	margin: 10px 0;
}

/* OTHER */

.shopping-checkout hr{
	width: 100%;
}

/* RESPONSIVE */

@media (max-width: 1019px){
	.logo img{
		margin: auto;
	}
	#login-column{
		display: none;
	}
}
@media (max-width: 1019px){
	.col-sm-4 {
		width: 100% !important;
	}
	.col-sm-8 {
		width: 100% !important;
	}
	.col-md-10{
		width: 100% !important;
	}
	.buttons{
		margin-top: 10px;
		display: flex;
	}
	.upper-buttons{
		display: flex !important;
		margin-bottom: 10px;
	}
	.upper-buttons > .btn{
		width: 100%;
	}
	.upper-buttons-col{
		margin-top: 40px;
	}
}
.upper-buttons{
	display: none;
}
.top-bar{
	display: none !important;
}
.navy-buttons{
	max-width: 400px;
	margin: 0px auto;
	margin-bottom: 10px;
}

/* My data */
@media (min-width: 768px){
	#person_phone {
		padding-top: 0px !important;
	}
}

/* Front page price */
.front-price strike{
	color: #9A0303 ;
}
.front-price .item-old-price{
	color: #909090 !important;
}
.owl-content{
	height: 100%;
}
.owl-wrapper{
	display: flex !important;
}
.padd-15 > h4{
	flex-grow: 1;
}
.padd-15{
	display: flex;
	flex-direction: column;
	height: 100% !important;
}
.owl-carousel .owl-content{
	padding-bottom: 10px !important;
	margin: 0px 5px;
}
.padd-15 > .input-group{
	padding-top: 5px;
}
/* Category page price */
.category-price{
	margin-left: 25px;
}
.category-price strike{
	color: #9A0303 ;
}
.category-price .item-old-price{
	color: #909090 !important;
}
.list-item{
	height: 400px;
}
.list-pull-right{
	position: absolute;
	right: 2px;
	bottom: 0px;
}
.list-pull-right-slider{
	position: absolute;
	right: -10px;
	bottom: 0px;
}
.flex{
	display: flex;
	flex-direction: column;
}
@media (min-width: 1020px) {
	.last-header-row form{
		display: inline-block;
		float: left;
		margin-right: 15px;
	}
	.last-header-row .input-group{
		width: 300px;
	}
	.upper-menu-logged-in{
		display: none !important;
	}
}
.tb-shopping-cart {
	position: relative;
	margin-right: 0;
	margin-top: -25px;
}
.flex-row{
	display: flex;
	flex-direction: row;
}
.justify-content-between{
	justify-content: space-between;
}
.upper-menu-logged-in{
	display: block;
}
@media (max-width: 373px) {
	.btn-search{
		margin-left: 0 !important;
	}
}
@media (max-width: 1019px) {
	.tb-shopping-cart i {
		margin-top: 7px;
	}
	.tb-shopping-cart a {
		height: 33px;
	}
	.tb-shopping-cart {
		margin-top: -32px;
	}
	.buttons {
		margin-top: 15px;
	}
	.buttons > .btn{
		margin-left: 0 !important;
	}
}
.buttons > .btn{
	margin-left: 10px;
}
#search_input{
	height: 32px !important;
}
#search_button{
	height: 32px !important;
	line-height: inherit;
}
@media (max-width: 349px) {
	.tb-shopping-cart {
		margin-top: 14px;
		margin-left: auto;
	}
}
/* COUPON */
.coupon-row{
	display:flex;
	flex-direction:row;
	align-items: flex-end;
}
.coupon-label{
	margin-bottom: 2px;
	margin-right: 5px;
}
.coupon-input{
	width: 150px;
}
.input_price, #addtocartform-foreign_shipping_price{
max-width: 173px !important;
}
.voucher_price #addtocartform-foreign_shipping_price{
	max-width: 102px !important;
}
.voucher_price .go {
	width: 102px !important;
}
.voucher_price input {
	text-align: right;
}
.voucher-input{
	display: flex;
	align-items: flex-end
}
.btn-no-pointer{
	pointer-events:none;
}
#big-canvas {
	width: 600px;
	height: 400px;
}
#gls-map{
	display: none;
	margin-left: 8px;
}
#parcel-alert{
	color: #e5001b;
	font-weight: bold;
	margin-top: 10px;
	margin-left: 8px;
}