
@font-face {font-family: "Roboto-Light"; src: url('../fonts/Roboto/Roboto-Light.ttf') format('truetype');}
@font-face {font-family: "Roboto-Bold"; src: url('../fonts/Roboto/Roboto-Bold.ttf') format('truetype');}
@font-face {font-family: "Roboto-Black"; src: url('../fonts/Roboto/Roboto-Black.ttf') format('truetype');}
@font-face {font-family: "Roboto-Medium"; src: url('../fonts/Roboto/Roboto-Medium.ttf') format('truetype');}
@font-face {font-family: "Dita-Sweet"; src: url('../fonts/Dita-Sweet.ttf') format('truetype');}
@font-face {font-family: "Raleway-Bold"; src: url('../fonts/raleway_2016/Raleway-Bold.ttf') format('truetype');}
@font-face {font-family: "Raleway-ExtraBold"; src: url('../fonts/raleway_2016/Raleway-ExtraBold.ttf') format('truetype');}
@font-face {font-family: "Raleway-Medium"; src: url('../fonts/raleway_2016/Raleway-Medium.ttf') format('truetype');}
@font-face {font-family: "Raleway-Regular"; src: url('../fonts/raleway_2016/Raleway-Regular.ttf') format('truetype');}

@font-face {font-family: "Helvetica-Neue-Ce"; src: url('../fonts/helvetica neue ce 35 thin.ttf') format('truetype');}

/*reboot bootstrap css*/
#main button,
#main input,
#main optgroup,
#main select,
#main textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
#main * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#main input,
#main button,
#main select,
#main textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
#main a {
    text-decoration: none;
}
#main a:hover,
#main a:focus,
#main a:active {
	color: initial;
    text-decoration: none;
}

#main h4,
#main .h4 {
    font-size: 18px;
}
#main h4, #main .h4, #main h5, #main .h5, #main h6, #main .h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

#main .btn-default {
    color: #ffffff;
    background-color: #c00f2c;
    border-color: transparent;
}

#main .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-image: none;
}
#main input, #main button, #main select, #main textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
#main input {
    line-height: normal;
}
#main button, #main input, #main optgroup, #main select, #main textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
#main ul {
    list-style-type: disc;
    padding-right: 5px;
    padding-left: 18px;
}
#main .text-center {
    text-align: center;
}

#main .onerow {
    margin-bottom: 10px;
}
.header-feature {
    margin-top: 70px;
}

#main.wide {
    line-height: 1.25;
    position: relative;
    overflow-x: hidden;
    margin-top: 5px;
    /*margin-bottom: 40px;*/
    margin-bottom: 75px;
    opacity: 1;
}

/* kill reset and firefox padding "feature" */
#main select {
    /*-webkit-appearance: button;
    -moz-appearance: button;*/
    -moz-padding-start: 7px !important;
}
#main .text-uppercase {
    text-transform: uppercase;
}
#main button, input[type="submit"] {
    color: white;
    font-size: 20px;
}
#main input:not([type=checkbox]), textarea, button {
    width: 175px;
    border: none;
    padding: 5px;
    margin: 1px 0;
    box-sizing: border-box;
}
#main input[type=text], #main input[type=password], #main input[type=number] {
    width: 100%;
    border-bottom: 1px solid #B3B3B3;
}

/*general*/

/*/general*/

/*header*/
.product-main-header {
    background: #f7f7f7;
    border-bottom: 1px solid #DCDCDC;
    padding-top: 5px;
    padding-bottom: 5px;
}
.product-pager {
    float: left;
    width: 100%;
}
.product-pager a {
    font-size: 14px;
}

#main .breadcrumb {
    padding-left: 43px;
}
#main .breadcrumb li:not(:last-child)::after {
    content: "";
    display: inline-block;
    width: 10px;
    background: black;
    height: 10px;
    background: url(../img/icons/balra_nyil.svg) center/contain no-repeat;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
/*/header*/

/*left-sidebar*/
.description-content {
    border-bottom: 1px solid #DCDCDC;
}
.description-content .description-head {
    /*margin-right: 25px;*/
    padding: 15px 0;
    position: relative;
    cursor: pointer;
    font-family: "Roboto-Bold";
}
.description-content .description {
    display: none;
    padding: 15px 0;
}
.description-content.open .description {
    display: block;
}

.block-1280 {
    display: block;
}
#main .description-main-container .product-description-list {
    height: 100%;
    z-index: 10;
    position: relative;
    list-style-type: none;
}
.description-main-container .description-container {
    display: none;
}
.description-main-container li.open .description-container {
    display: block;
}
.description-main-container .product-description-list li {
    border-bottom: 1px solid #e7e7e7;
}
.description-container ul li {
            border-bottom: none !important;
}
.description-main-container .product-description-list li a.button {
    padding: 10px 10px 10px 0;
    cursor: pointer;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    padding-right: 5%;
    position: relative;
    font-family: 'Roboto Bold';
}
.directions-tab.description-container {
	max-height: 69vh;
	/*overflow-y: scroll;*/
	overflow-y: auto;
}
.directions-tab.description-container::-webkit-scrollbar {
	display: none;
}
/*comparison*/
.description-main-container .product-description-list li .description-main-container {
    /*display: none;*/
    padding: 15px 10px;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    overflow: auto;
}
.description-main-container .product-description-list .compare-tab table {
    border-collapse: separate;
    border-spacing: 5px 0;
    width: 100%;
    padding: 15px 0;
    font-weight: 100;
}
.description-main-container .product-description-list .compare-tab table tr {
    background-color: #F7F7F8;
}
.description-main-container .product-description-list .compare-tab table tr td:nth-child(1) {
    text-align: left;
    padding: 2px 5px;
    margin: 1px 0;
    border-left: 5px solid #c00f2c;
    float: left;
    position: relative;
}
.description-main-container .product-description-list .compare-tab table tr td:nth-child(2) {
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 5px;
}
.description-main-container .product-description-list .compare-tab table tr td.empty-cell {
    border-left: none;
}
    /*/comparison*/
.attribution-icon {
    position: absolute
}
.attribution-name {
    padding-left: 45px;
    position: static;
    display: block;
    float: left;
    min-height: 34px;
    display: flex;
  	align-items: center;
}
.description-main-container .product-description-list .compare-tab table tr td > * {
  vertical-align:middle;
}
/*/left-sidebar*/

/*right-sidebar*/
.product-header {
    border-bottom: 1px solid #DCDCDC;
    font-family: "Dita-Sweet";
    padding-top: 15px;
}
.product-title {
    /*font-size: 2.6vw;*/
    font-size: 1.8vw;
}
.product-subtitle {
    font-size: 20px;
    padding-bottom: 15px;
}
.buying-content {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
}
.buying-content .full-price {
    font-size: 2.1vw;
    font-family: "Roboto-Black";
}
.buying-content .price-tax {
    font-size: 10px;
    font-family: "Roboto-Medium";
}
.buying-content .price-info,
.buying-content .price {
    width: 50%
}
.buying-content .price span {
    float: left;
    width: 100%;
}
.buying-content .price span .old-price {
    text-align: left;
}
.buying-content .price-info span {
    float: left;
    width: 100%;
    text-align: right;
}
.buying-content .price-info .optimum-price {
    font-size: 0.9vw;
    padding-top: 0.3vw;
}
.buying-content .price-info .unit-price, .unit-eur-price {
    font-size: 13px;
    color: #c00f2c;
    font-family: "Roboto-Bold";
}
.buying-content .price-info .unit-price-tax {
    font-size: 10px;
}
.quantity-content {
    padding: 0;
}
.quantity-content select,
.quantity-content .input-group {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #cccccc;
}
.quantity-content .quanty {
    margin-top: 15px;
    width: 100%;
}
.quantity-content .quanty #quanty {
    width: 30px;
    padding-left: 0;
    padding-right: 0;
    border: none;
}
.quantity-content .quanty span {
    background: transparent;
    border: none;
}
.quantity-content .quanty .quanty-content {
    width: 60px;
}
.quantity-content .quanty .quanty-label {
    padding-top: 9px;
    width: 81px;
}
.quantity-content .quanty .quanty-piece {
    padding-top: 10px;
    width: 20px;
    margin-left: -15px;
}
.quantity-content .quanty .quanty-content a:hover {
    background: transparent;
}

.basket-content {
    margin-top: 5px;
    padding-bottom: 15px !important;
    border-bottom: 1px solid #DCDCDC;
}
.basket-content,
.basket-content .basket {
    padding: 0;
    width: 100%;
}
.basket-content .basket a {
    margin: 0;
    padding: 4px;
}
.run-out {
    background-color: grey;
    font-size: 12px;
}
#main .run-out a, .run-out a:hover {
    padding: 15px;
    display: block;
    color: white;
}

.expected-delivery {
    width: 100%;
    margin-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #DCDCDC;
    font-size: 0.9vw;
}

.more-button {
    width: 100%;
    margin-top: 15px;
/*    padding-top: 15px;
    padding-bottom: 15px;*/
    padding: 15px;
    font-size: 0.9vw;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #cccccc;
}
.more-button.wishlist {
    background: url(../img/icons/kivansaglista.svg);
    background-repeat: no-repeat;
    background-position: right 7px center;
    background-size: 15px;
}
.more-button.wishlist.active {
    background: url(../img/icons/wishlist.svg);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: right 7px center;
}
.more-button.product-question {
    background: url(../img/icons/product_question.svg);
    background-repeat: no-repeat;
    background-position: right 7px center;
    background-size: 15px;
    margin-bottom:15px !important;
}
.more-button.share {
    background: url(../img/icons/share.svg);
    background-repeat: no-repeat;
    background-position: right 7px center;
    background-size: 15px;
    margin-top:0 !important
}

.visited_separator-content {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 40px;
}
.visited_separator-content .visited_separator-header {
    width: 100%;
    margin-bottom: 15px;
    font-size: 0.9vw;
}
.visited_separator-content .visited_separator {
    font-size: 0.8rem;
    width: 100%;
    position: relative;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    text-align: center;
}
.visited_separator-content .visited_separator div {
    flex-direction: column;
    display: flex;
    flex: 1 1 50%;
    align-items: center;
}

.visited_separator-content .visited_separator div span{
    display: block;
    overflow-wrap: break-word;
    max-width: 170px;
    margin-top: 0.5rem;
}

.visited_separator-content .visited_separator img,
.visited_separator-content .visited_separator a {
    display: block;
    margin-inline: auto;
    max-width: 190px;
}

/*/right-sidebar*/

/*content*/
.product-main-content {
    overflow: hidden;
}
.product-image-content {
    background: #f7f7f7;
    border-bottom: 1px solid #DCDCDC;
}
#main .add-to-cart-button:hover {
    color: white;
}
.product-image-content img.main-image {
    margin: 0 auto;
}
.product-image-content img.main-image:hover {
    -webkit-animation-name: pulse;
    -webkit-animation-duration: 0.3s;
    -webkit-animation-iteration-count: 0.7;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: pulse;
    -moz-animation-duration: 0.3s;
    -moz-animation-iteration-count: 0.7;
    -moz-animation-timing-function: linear;
    animation-name: pulse;
    animation-duration: 0.3s;
    animation-iteration-count: 0.7;
    animation-timing-function: linear;
}
.more-image-content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.product-image-content .more-image-content span img {
    max-width: 150px;
    min-width: 100px;
    display: inline-block;
    cursor: pointer;
}
.product-image-content .more-image-content span {
    position: relative;
    display: inline-block;
    align-content: center;
}
.product-image-content .more-image-content .playicon {
    filter: invert(1);
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 0.4;
    width: 50%;
    transform: translate(-50%,-50%);
}
.product-image-content .more-image-content span:hover::after {
    visibility: visible;
    opacity: 0.4;
    -webkit-transform: scale(1) rotateX(0deg);
    -moz-transform: scale(1) rotateX(0deg);
    -ms-transform: scale(1) rotateX(0deg);
    -o-transform: scale(1) rotateX(0deg);
    transform: scale(1) rotateX(0deg);
}
.product-image-content .more-image-content span:hover .playicon {
    transition: all 0.5s ease 0.2s;
    opacity: 1;
    z-index: 1;
}
.product-image-content .more-image-content span::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0.8) rotateX(180deg);
    -moz-transform: scale(0.8) rotateX(180deg);
    -ms-transform: scale(0.8) rotateX(180deg);
    -o-transform: scale(0.8) rotateX(180deg);
    transform: scale(0.8) rotateX(180deg);
    visibility: hidden;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    opacity: 0;
    background: url(../img/icons/_nagy/plus.png) black;
    background-size: 50% 50%;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}
.product-image-list-animation::after {
    content: none;
}
/*/content*/

.description-container .phone-container .description-container .phone-image {
    padding: 0;
    margin: 0;
}
.description-container .phone-container {
    width: 60%;
}
.description-container .phone-image {
    width: 40%;
}

/*LG*/
@media all and (min-width: 1200px) {
    .hidden-lg {
        display: none;
    }
}
/*MD*/
@media all and (max-width: 1200px) {
    .buying-content .price-info .optimum-price,
    .expected-delivery,
    .more-button,
    .visited_separator-content .visited_separator-header {
        font-size: 1.3vw;
    }
    .hidden-lg {
        display: none;
    }
}
/*SM*/
@media all and (max-width: 992px) {
    .buying-content .price-info .optimum-price,
    .expected-delivery,
    .more-button,
    .visited_separator-content .visited_separator-header {
        font-size: 12px;
    }
    .hidden-lg {
        display: none;
    }
    .hidden-md {
        display: none;
    }
}
/*XS*/
@media all and (max-width: 767px) {
    .buying-content .price-info .optimum-price,
    .expected-delivery,
    .more-button,
    .visited_separator-content .visited_separator-header {
        font-size: 14px;
    }
    .visited_separator-content .visited_separator-header {
        text-align: center;
    }
    .visited_separator-content {
        width: 100%;
    }
    .visited_separator-content .visited_separator img {
        max-width: 35%;
        min-width: 125px;
    }
    .header-feature {
        margin-top: 35px;
    }
    .buying-content .full-price {
        font-size: 22px;
    }
    .run-out {
        width: 100%;
    }
    .product-title {
        font-size: 30px;
    }
    .hidden-lg {
        display: none;
    }
    .hidden-md {
        display: none;
    }
    .hidden-sm {
        display: none;
    }
}
@media all and (max-width: 480px) {
    .hidden-lg {
        display: none;
    }
    .hidden-md {
        display: none;
    }
    .hidden-sm {
        display: none;
    }
    .hidden-xs {
        display: none;
    }
	.buying-content .price-center, 
	.buying-content .price-center .full-price .old-price	{
		width: 100%;
		text-align: center;
	}
	.product-image-content .more-image-content span img {
		max-width: 120px;
	}
}
/*LG*/
@media all and (min-width: 1200px) {
    .hidden-lg {
        display: none;
    }
}
/*MD*/
@media all and (max-width: 1200px) {
    .hidden-lg {
        display: none;
    }
}
/*SM*/
@media all and (max-width: 992px) {
    .hidden-lg {
        display: none;
    }
    .hidden-md {
        display: none;
    }
}
/*XS*/
@media all and (max-width: 767px) {
    .hidden-lg {
        display: none;
    }
    .hidden-md {
        display: none;
    }
    .hidden-sm {
        display: none;
    }
}
@media all and (max-width: 480px) {
    .hidden-lg {
        display: none;
    }
    .hidden-md {
        display: none;
    }
    .hidden-sm {
        display: none;
    }
    .hidden-xs {
        display: none;
    }
}