/*new design css*/
.page-header .header-top {
    padding: 12px 16px;
}
.page-header .link.compare {
    border: none;
}
.dropdown.switcher-dropdown {
    display: none;
}
.header-top ul {
    padding: 0;
    margin-bottom: 0;
}
.header-top li {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    font-size: 12px;
    letter-spacing: 0.5px;
}
.header-top li {
    margin-right: 15px;
}
.header-top li:last-child {
    padding-right: 0px;
}
.header-top-left li {
    position: relative;
}
.header-top-left li.active:after {
    content: '';
    background: #F24361;
    height: 4px;
    width: 100%;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: -12px;
}
.header-top img {
    padding-right: 10px;
}
.page-wrapper .slideshow-container {
    margin-top: 0 !important;
    padding-left: 0;
    padding-right: 0;
}
.product-label {
    background: #F2F3FA;
    border-radius: 8px;
    display: inline-block;
    padding: 6px 8px;
    font-size: 14px;
    line-height: 20px;
    z-index: 2;
}
.product-label.sale {
    background: #f24361;
    color: #fff;
}

.product-info-main .product-labels {
    float: right;
}
.product-item .product-item-inner {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
}
.product-item .actions-secondary>.action.towishlist:after {
    content: "\f08a";
    font-size: 18px;
}
.product-item .actions-secondary .action.tocompare {
    width: 30px;
    height: 30px;
}
.product-item .actions-secondary .action.tocompare span {
    display: none;
}
.actions-secondary>.action.tocompare:after {
    display: none;
}
.actions-secondary>.action.tocompare {
	background-image: url('../pub/media/codazon/icon/compare.svg');
	background-size: 18px 15px;
	background-position: center;
	background-repeat: no-repeat;
}
.product-item-inner .actions-primary .action.primary {
	border: 0;
}
.old-price .price {
    color:#505050;
    text-decoration: line-through;
}

.product-item .price-box .old-price .price {
    font-size: 12px;
    font-weight: 400;
}
.view-all-btn {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.view-all-btn a {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    padding: 10px 24px;
    border: 1.5px solid #CBCBCB;
    border-radius: 8px;
}
.view-all-btn a:after {
    content: "\f105";
    font-family: 'FontAwesome';
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
}
.container.full-width {
    background: #F6F7F9;
    padding: 50px 0;
}
.cms-home .space-lg {
    margin-top: 40px;
    margin-bottom: 0;
}
.cms-home .row.container {
    padding-left: 0;
    padding-right: 0;
}
.account-sidebar-title {
    font-size: 16px;
}
.account-sidebar-title::before {
    content: '';
    background: #F24361 url(codazon/themelayout/images/profile-icon-white.svg) center center no-repeat;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}
.product.attribute.manufacturer {
    text-decoration-line: underline;
    margin-bottom: 15px;
}
.cdz-slider .owl-dots .owl-dot.active {
    border: none;
}
.product-tabs-main {
    background: #F6F7F9;
    margin: 50px -20px;
}
.product-tabs-info {
    padding: 30px 15px;
}
.product-tabs-info .tab-title-main {
    font-size: 20px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 15px;
}
.product-tabs-inner {
    display: flex;
    flex-wrap: wrap;
}
.product-tabs-inner .tab-title .title.active {
    font-weight: 600;
}
.product-tabs-inner .tab-title .title {
    margin-bottom: 10px;
    cursor: pointer;
}
.tab-content .product.attribute:not(.active) {
    display: none;
}
.product-tabs-inner .tab-title {
    width: 30%;
}
.product-tabs-inner .tab-content {
    width: 70%;
    border-left: 1px solid #E0E0E0;
    padding-left: 20px;
    box-sizing: border-box;
}
.md-sidenav-right .block-minicart ::-webkit-scrollbar ,
.searchsuite-autocomplete::-webkit-scrollbar,
.nav-sections::-webkit-scrollbar{
    width: 4px;
}
.md-sidenav-right .block-minicart::-webkit-scrollbar-track ,
.searchsuite-autocomplete::-webkit-scrollbar-track,
.nav-sections::-webkit-scrollbar-track{
    background: #F2F3FA;
}
.md-sidenav-right .block-minicart::-webkit-scrollbar-thumb ,
.searchsuite-autocomplete::-webkit-scrollbar-thumb,
.nav-sections::-webkit-scrollbar-thumb{
    background: #F24361;
}
.amrelated-grid-wrapper .product-item-details {
    margin-top: 20px;
}
.searchsuite-autocomplete,
.nav-sections {
    scrollbar-color: #f24361 transparent;
}
.newsletter-block .message.error ,
.newsletter-block .message.success {
    background: transparent;
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.4px;
    margin-top: 10px;
    padding-left: 25px;
}
.newsletter-block .message.error > *:first-child:before {
    content: '';
    background: url('codazon/themelayout/images/alert_icon.svg') center center no-repeat;
    background-size: cover;
    height: 20px;
    width: 20px;
    top: 23px;
}
.newsletter-block .message.success>*:first-child:before {
    content: '';
    background: url('codazon/themelayout/images/check_icon.svg') center center no-repeat;
    background-size: cover;
    height: 20px;
    width: 20px;
    top: 23px;
}

/*end new design css*/
/*cart popup*/
.cart-informed-modal .minicart-items .action.edit {
    top: auto;
    bottom: 0;
}
.additional-attributes-wrapper.table-wrapper table tr .col {
    text-transform: uppercase;
}
.product-view-style-03 .product-info-main .product-info-stock-sku .sku {
    float: none;
    display: inline-block;
    vertical-align: middle;
}

.cart-informed-modal .product-item .product-image-container {
    max-width: 60px;
    max-height: 60px;
}
.cart-informed-modal .product-item .product-item-left {
    text-align: right;
}
.modal-popup .modal-inner-wrap .modal-header .action-close {
    z-index: 1;
}
.info-summary-top .mdl-textfield--floating-label .mdl-textfield__label {
    color: rgba(49, 48, 48, 0.6);
}
.modal-popup.confirm .modal-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
}
.modal-popup.confirm .modal-footer button.action-dismiss {
    order: 2;
    margin-right: 0;
    margin-right: 10px;
}
.modal-popup.confirm .modal-footer .action-secondary {
    border-color: #121212;
    color: #121212;
    background: #fff;
}
/*Custom css by Magento360*/
.account .sidebar-nav, #remember-me-box {
    display: none;
}
#cookie-status {
    display: none;
}
.filter-content .block-subtitle.filter-subtitle {
    display: none;
}
.message.success{
    background: #E8F8F1;
    color: #03111C;
    font-size: 12px;
}
.message.success>*:first-child:before{
    font-family: FontAwesome;
    font-size: 25px;
    content: "\f058";
    color: #39b54a;
}
.account .fieldset > .field.street .label {
    display: none;
}
.account .fieldset > .field.street .label + .label {
    display: block;
}
.product-list-container .toolbar-products {
    margin-bottom: 15px;
}

#recently-view-slider .item.product-item .product-item-info {
    padding: 10px;
}
#recently-view-slider .product-item .price-box .price {
    font-size: 16px;
}
#recently-view-slider .item.product-item .product-item-info .product-item-details {
    margin-bottom: 0;
}
#recently-view-slider .item.product-item .product-item-info .stock.unavailable {
    font-size: 12px;
    max-width: 140px;
}
#recently-view-slider .product-item .price-box .price-wrapper {
    line-height: 14px;
}
.amrelated-grid-wrapper .block-title strong,
.page-bottom .recently-view-product .block-title strong {
    font-weight: 600;
    font-size: 20px;
}
.cdz-slideshow .item-desc {
    position: absolute;
    top: 50%;
    left: 8%;
    width: 100%;
}
.home-banner {
    position: absolute;
    transform: translateY(-50%);
    max-width: 500px;
}
.home-banner .banner-title {
    color: #E6405C;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
}

.home-banner .banner-info {
    color: #121212;
    font-size: 48px;
    line-height: 56px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 20px;
}
.home-banner .banner-pro-info {
    color: #505050;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 50px;
}
.home-banner .btn-see-more {
    display: inline-block;
    background: #F24361;
    border-radius: 8px;
    padding: 12px 32px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    text-align: center;
    margin-right: 40px;
}
.home-banner .btn-see-more span {
    color: #FFFFFF;
}
.home-banner .btn-video {
    font-size: 16px;
    line-height: 16px;
}
.home-banner .btn-video span {
    color: #010B19;
    font-weight: 600;
}
.home-banner .btn-video span:before  {
    content: '';
    width: 25px;
    height: 25px;
    background: url(codazon/icon/arrow-play-copy.svg) center center no-repeat;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.dpd-home-banner {
    filter: drop-shadow(0px 24px 40px rgba(26, 26, 26, 0.16));
}
.dpd-home-banner .col-sm-12:first-child img {
    border-radius: 16px 0 0 16px;
}
.dpd-home-banner .col-sm-12:last-child img {
    border-radius: 0 16px 16px 0;
    width: 100%;
}
.dpd-home-banner .col-sm-12:first-child {
    padding-right: 0;
    background: #F24361;
    border-radius: 16px 0 0 16px;
}
.dpd-home-banner .col-sm-12:last-child {
    padding-left: 0;
}
.home-delivery-info {
    color: #FFFFFF;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    padding: 15px;
}

.home-delivery-info .delivery-text {
    font-size: 28px;
    line-height: 34px;
    font-weight: 600;
}

.home-delivery-info .delivery-day {
    font-size: 16px;
}
.fotorama__nav .fotorama__thumb-border {
    border-color: #F24361;
    border-width: 0 0 3px !important;
    background-image: none;
}
.fotorama__wrap .fotorama__arr .fotorama__arr__arr{
    height: auto;
    width: auto;
}
.fotorama__arr--next .fotorama__arr__arr:before,
.fotorama__arr--prev .fotorama__arr__arr:after {
    display: inline-block;
    font-family:FontAwesome;
    content: '\f105';
    color: #F24361;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    vertical-align: middle;
}
.fotorama__arr--prev .fotorama__arr__arr:after {
    content: '\f104';
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left,
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
    height: initial;
    left: 50%;
    transform: translateX(-50%);
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left .fotorama__thumb--icon,
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right .fotorama__thumb--icon {
    background: transparent;
    display: inline-block;
    vertical-align: middle;
    background-position: initial !important;
    border: 1px solid #121212;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 50%;
    text-align: center;
}
.fotorama__nav-wrap--vertical .fotorama__thumb--icon:before {
    content: "\f104";
    font-family: 'FontAwesome';
    font-size: 20px;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right .fotorama__thumb--icon {
    transform: rotate(270deg);
}
.delivery-info {
    font-size: 12px;
    padding: 12px 16px 12px 50px;
    border-radius: 8px;
    background-color: #F6F7F9;
    margin-top: 30px;
    margin-bottom: 20px;
    position: relative;
    clear: both;
}
.delivery-info p {
    margin-bottom: 0;
}
.delivery-info:before {
    content: '';
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: center;
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    background-size: 100% 100%;
}
.delivery-info.block1:before {
	background-image: url('../pub/media/codazon/icon/001-truck.svg');
}
.delivery-info.block2:before {
	background-image: url('../pub/media/codazon/icon/001-clients.svg');
}
.delivery-info.block3:before {
	background-image: url('../pub/media/codazon/icon/001-years.svg');
}
.delivery-info.block4:before {
	background-image: url('../pub/media/codazon/icon/001-globus.svg');
}
.product-view-style-03 .main-inner {
    box-shadow: none;
}
.product-view-style-03 .product-info-main .product-social-links .product-addto-links {
    margin: 0;
    line-height: 28px;
}

.product-view-style-03 .product-info-main .field.qty .qty {
    width: 20px;
    font-size: 14px;
}
.product-view-style-03 .product-info-main-inner + .delivery-info + .product-social-links {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    margin-bottom: 20px;
}
.product-view-style-03 .product-info-main-inner + .delivery-info + .product-social-links .product-addto-links {
    width: auto;
}

table.parameter-items {
    background: #fff;
    font-size: 13px;
    color: #313030;
}
.parameter-group-title {
    font-size: 16px;
    border-radius: 8px;
    background-color: #F2F2F2;
    margin-bottom: 20px;
    display: inline-block;
    padding: 6px 15px;
}
.parameter-group .group-main-div {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    display: grid;
    margin-bottom: 30px;
}
table.parameter-items td {
    border-bottom: 1px solid #F2F2F2;
    padding: 10px 0;
    width: 50%;
}
table.parameter-items td:last-child {
    text-align: right;
    font-weight: 600;
}
.group-main-div .group-name {
    margin-bottom: 15px;
    margin-top: 15px;
    color: #F24361;
    font-size: 12px;
    line-height: 11px;
}
.opc-wrapper .step-title .fa {
    margin-right: 8px;
}
.opc-wrapper .step-title .fa:before {
    content: '';
    width: 25px;
    height: 25px;
    background: url(codazon/icon/icon-adresas-informacija.svg) center center no-repeat;
    display: inline-block;
    vertical-align: middle;
}
.opc-wrapper .step-title .fa.fa-truck:before {
    background: url(codazon/icon/icon-pristatymo-budai.svg) center center no-repeat;
}
.opc-wrapper .step-title .fa.fa-check-square:before {
    background: url(codazon/icon/icon-cart-red.svg) center center no-repeat;
}
.opc-wrapper .step-title .fa.fa-credit-card:before {
    background: url(codazon/icon/icon-mokejimo-budai.svg) center center no-repeat;
}
.breadcrumbs .items>li.item{
    vertical-align: middle;
}
.breadcrumbs .items a {
    display: inline-block;
    vertical-align: middle;
}
.opc-wrapper .field-tooltip {
    top: 10px;
}
.customer-create-account #password-error {
  background: #fff;
  max-width: 220px;
  z-index: 2;
  bottom: 24px;
  right: 0;
  box-shadow: 0px 12px 32px rgb(27 29 51 / 8%);
  border: 1px solid #cbcbcb;
  padding: 12px;
  border-radius: 8px;
  font-size: 11px;
  line-height: 17px;
}
.customer-create-account #password-error::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 10px 0 10px;
  border-color: #cbcbcb transparent transparent transparent;
  content: '';
  position: absolute;
  left: 50%;
  bottom: -8px;
  transform: translateX(-50%);
}
.customer-create-account #password-error::before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 6px 9px 0 9px;
	border-color: #fff transparent transparent transparent;
	content: '';
  position: absolute;
  left: 50%;
  bottom: -6px;
  transform: translateX(-50%);
  z-index: 1;
}
.wishlist .wl-drop-menu {
	box-shadow: 0px 4px 34px rgb(0 0 0 / 8%);
	max-width: 480px;
	left: auto !important;
  right: 0;
}
.wishlist .product-item-name .product-item-link {
	min-height: auto;
	font-size: 14px;
	line-height: 18px;
}
.mini-list .product-item .product-item-info .product-item-name a span {
	white-space: normal;
}
.product-items-wishlist {
	display: flex;
}
.wishlist-l {
	flex: 0 0 20%;
}
.wishlist-mid {
	flex: 0 0 60%;
	padding-left: 20px;
	padding-right: 15px;
}
.wishlist-r {
	flex: 0 0 20%;
	text-align: right;
}
.wishlist .product-item .price-box .price {
	font-size: 15px;
}
.wishlist  .product-item .price-box {
	margin: 4px 0 0 0;
}
.wishlist .wishlist-mid  .product-item-name {
	margin: 0 0 8px 0;
}
.page-footer .block.newsletter .action.subscribe {
	z-index: 20;
}
.sale-product .product-item {
	padding-top: 0;
}
.sale-product .product-item .product-label {
	top: 10px;
}
.product-item .product-label {
	left: -1px;
}
.product-item .product-label.new {
	top: 0px;
    left: 0px;
	border-top-left-radius: 8px;
}
.product-item .product-label.sale {
	top: -1px;
}
.product-item .product-label.new + .sale {
	top: 40px;
}
.grid-style-01.products.wrapper.grid.products-grid {
	margin-top: 0;
}
.delivery-info-wrapper {
	display: flex;
	flex-wrap: wrap;
	margin: 24px -10px 0 -10px;
}
.delivery-block {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 10px;
  margin-bottom: 20px;
}
.product-actions-wrapper {
	display: flex;
}
.product-social-links {
	margin-left: auto;
}
.product-view-style-03 .product-info-main .product-actions-wrapper .box-tocart {
	border: 0;
	width: auto;
}
.product-view-style-03 .product-info-main .product-actions-wrapper .product-social-links {
	position: relative;
	bottom: auto;
	right: 0;
  margin-top: auto;
  margin-bottom: 16px;
}
.product-view-style-03 .product-info-main .product-actions-wrapper {
	border-bottom: 1px solid #e0e0e0;
}
.product-view-style-03 .product-info-main .product-actions-wrapper .product-addto-links {
	float: none;
	display: flex;
	align-items: center;
}
.delivery-info-wrapper .delivery-info{
	margin: 0;
	padding: 24px 24px 24px 94px;
}
.delivery-info-wrapper .delivery-info:before {
	width: 42px;
	height: 42px;
}
.product-items .product-item {
	cursor: pointer;
}
.page-products .products-grid.ctst .product-items .item.product-item {
	float: none;
	border: 1px solid #E9EAE9;
	padding: 20px;
	border-radius: 8px;
}
.product-list-style-01 .product-item-info {
	padding-bottom: 0;
}
.product-list-style-01 .product-item-info .price {
	font-size: 16px;
	line-height: 24px;
}
.product-list-style-01 .product-item-info .product-item-name>a {
	font-size: 13px;
	line-height: 20px;
	font-weight: 600;
}
.product-list-style-01 .product-item-info {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.product-list-style-01 .product.details.product-item-details {
	display: flex;
	flex-direction: column;
	margin-bottom: 0;
	height: 100%;
}
.product-list-style-01 .actions-secondary .action {
	font-size: 18px;
	color: #A1A3A1;
	border-radius: 2px;
}
.product-list-style-01 .product-item-actions .actions-primary+.actions-secondary {
	display: flex;
  flex-direction: column;
}
.product-item-inner .actions-primary .action.primary>span {
	display: none;
}
.product-item-inner .actions-primary .action.primary {
	background-image: url('../pub/media/codazon/icon/cart.svg');
	background-size: 20px 20px;
	background-position: center;
	background-repeat: no-repeat;
  padding: 0;
  width: 30px;
  height: 30px;
}
.product-item .actions-secondary>.action:hover:after {
	animation: none;
}
.product-item-inner .actions-primary .action {
	border-radius: 2px;
}
.product-item-inner .actions-primary .action:hover {
	background-color: #f24361;
}
.product-item-inner .actions-primary .action.primary:hover {
	background-image: url('../pub/media/codazon/icon/cart-w.svg');
}
.product-item-inner .actions-secondary>.action.tocompare:hover {
	background-image: url('../pub/media/codazon/icon/compare-w.svg');
}
.product-item-actions .actions-primary {
	margin-top: 6px;
}
.product-item-actions .action.towishlist {
	margin-bottom: 6px;
}
.product-list-style-01 .actions-secondary .action:hover {
	background-color: #f24361;
	color: #fff;
}
.product-view-style-03 .product-info-main .box-tocart .actions button {
	border-radius: 4px;
}
.column.main .block.upsell .block-title strong {
	font-weight: 600;
}
.sale-product .cdz-product .item-group {
	border: 1px solid #E9EAE9;
	background: #fff;
	border-radius: 8px;
}
.cdz-tabs-wrap .product-list-style-01 .item-group,
.cdz-tabs-wrap .product-list-style-03 .item-group {
	border: 1px solid #E9EAE9;
	border-radius: 8px;	
}
.cdz-tabs-wrap .product-list-style-01 .product-item {
	border-radius: 8px;
}
.sale-product .cdz-product .product-item {
	padding: 20px;
	border-radius: 8px;
}
.sale-product .cdz-product .item-group:hover {
	border-color: #FB3B59;
}
.sale-product .cdz-product .product-item .price-box {
	margin-top: auto;
}
.block-viewed-products-grid .product-items .product-item .product-item-info,
.amrelated-grid-wrapper .product-items .product-item  {
	border: 1px solid #E9EAE9;
	padding: 20px;
	border-radius: 8px;
}
.block-viewed-products-grid .product-items .product-item:hover .product-item-info {
	border-color: #FB3B59;
}
.amrelated-grid-wrapper .product-items .product-item:hover {
	border-color: #FB3B59;
}
.amrelated-grid-wrapper .product-items.slick-slider .slick-slide {
	margin: 0 10px;
}
#recently-view-slider .item.product-item {
	padding: 0 10px;
}
.header .authorization-link {
	padding: 0;
}
body:not(.white_bg) .header .authorization-link a{
	padding: 10px 24px;
	display: block;
}
.header .authorization-link:hover a {
	color: #ff4081;
}
.block.filter .block-actions .action.clear {
  color: #f24361;
  border-color: #f24361;
  background: #fff;
  font: 600 14px/1.35 Poppins, sans-serif;
  border-radius: 8px;
  text-transform: none;
  padding: 7px 15px;
}
.form .agreement {
	position: relative;
	margin-top: 12px;
}
.form-agreement label {
	padding-left: 24px;
}
.form .agreement input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 12;
  cursor: pointer;
}
.form .agreement label {
  padding-left: 24px;
  position: relative;
}
.form .agreement label:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
  width: 14px;
  height: 14px;
  background: #fff;
  border-radius: 2px;
  cursor: pointer;
}
.form .agreement label:after {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 14px;
  height: 14px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDI0IDI0IiBoZWlnaHQ9IjI0cHgiIGlkPSJMYXllcl8xIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0cHgiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxwYXRoIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTIxLjY1MiwzLjIxMWMtMC4yOTMtMC4yOTUtMC43Ny0wLjI5NS0xLjA2MSwwTDkuNDEsMTQuMzQgIGMtMC4yOTMsMC4yOTctMC43NzEsMC4yOTctMS4wNjIsMEwzLjQ0OSw5LjM1MUMzLjMwNCw5LjIwMywzLjExNCw5LjEzLDIuOTIzLDkuMTI5QzIuNzMsOS4xMjgsMi41MzQsOS4yMDEsMi4zODcsOS4zNTEgIGwtMi4xNjUsMS45NDZDMC4wNzgsMTEuNDQ1LDAsMTEuNjMsMCwxMS44MjNjMCwwLjE5NCwwLjA3OCwwLjM5NywwLjIyMywwLjU0NGw0Ljk0LDUuMTg0YzAuMjkyLDAuMjk2LDAuNzcxLDAuNzc2LDEuMDYyLDEuMDcgIGwyLjEyNCwyLjE0MWMwLjI5MiwwLjI5MywwLjc2OSwwLjI5MywxLjA2MiwwbDE0LjM2Ni0xNC4zNGMwLjI5My0wLjI5NCwwLjI5My0wLjc3NywwLTEuMDcxTDIxLjY1MiwzLjIxMXoiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==);
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
}
.agreement input[type="checkbox"]:checked ~ label:after {
	opacity: 1;
}
.customer-create-account .choice {
	position: relative;
	margin-top: 12px;
	text-align: left;
}
.customer-create-account .choicet label {
	padding-left: 24px;
}
.customer-create-account .choice input[type="checkbox"] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 12;
  cursor: pointer;
}
.customer-create-account .choice label {
  padding-left: 24px;
  position: relative;
  display: block;
}
.customer-create-account .choice label:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
  width: 14px;
  height: 14px;
  border: 1px solid #cbcbcb;
  border-radius: 2px;
  cursor: pointer;
}
.customer-create-account .choice label:after {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 14px;
  height: 14px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjwhRE9DVFlQRSBzdmcgIFBVQkxJQyAnLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4nICAnaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkJz48c3ZnIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDI0IDI0IiBoZWlnaHQ9IjI0cHgiIGlkPSJMYXllcl8xIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAyNCAyNCIgd2lkdGg9IjI0cHgiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxwYXRoIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTIxLjY1MiwzLjIxMWMtMC4yOTMtMC4yOTUtMC43Ny0wLjI5NS0xLjA2MSwwTDkuNDEsMTQuMzQgIGMtMC4yOTMsMC4yOTctMC43NzEsMC4yOTctMS4wNjIsMEwzLjQ0OSw5LjM1MUMzLjMwNCw5LjIwMywzLjExNCw5LjEzLDIuOTIzLDkuMTI5QzIuNzMsOS4xMjgsMi41MzQsOS4yMDEsMi4zODcsOS4zNTEgIGwtMi4xNjUsMS45NDZDMC4wNzgsMTEuNDQ1LDAsMTEuNjMsMCwxMS44MjNjMCwwLjE5NCwwLjA3OCwwLjM5NywwLjIyMywwLjU0NGw0Ljk0LDUuMTg0YzAuMjkyLDAuMjk2LDAuNzcxLDAuNzc2LDEuMDYyLDEuMDcgIGwyLjEyNCwyLjE0MWMwLjI5MiwwLjI5MywwLjc2OSwwLjI5MywxLjA2MiwwbDE0LjM2Ni0xNC4zNGMwLjI5My0wLjI5NCwwLjI5My0wLjc3NywwLTEuMDcxTDIxLjY1MiwzLjIxMXoiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==);
  background-size: 12px 12px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
}
.customer-create-account .choice input[type="checkbox"]:checked ~ label:after {
	opacity: 1;
}
#modal-content-134 {
	overflow: auto;
}
.advanced-view .advanced-info ul {
  padding: 0;
  margin: 7px 0 10px 0;
  list-style: none;
}
.advanced-view .advanced-info ul>li {
	margin: 0;
	padding-left: 14px;
  position: relative;
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.advanced-view .advanced-info ul>li+li {
	margin-top: 5px;
}
.advanced-view .advanced-info ul>li:before {
  content: '';
  width: 6px;
  height: 6px;
  position: absolute;
  display: block;
  background: red;
  border-radius: 50%;
  left: 0;
  top: 50%;
  margin-top: -3px;
}
.advanced-view  .cpu-benchmark {
	background-image: url('../pub/media/codazon/icon/benchmark.svg');
  background-repeat: no-repeat;
  padding-left: 30px;
  margin:  8px 0px 12px 0;
}
.advanced-view  .cpu-benchmark a {
	font-size: 0;
	display: inline-block;
	width: 12px;
	height: 12px;
	background-image: url('../pub/media/codazon/icon/info-note.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: top;
}
.bank-list {
  display: flex;
  justify-content: space-between;
  margin: 40px 0;
}
.product-item-details .product-item-name {
	text-overflow: ellipsis;
	max-width: 100%;
	overflow: hidden;
	line-height: 1em;
	min-height: 3em;
	max-height: 3em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.product-list-style-01 .price-box {
	margin-top: auto;
}
.amrelated-grid-wrapper .product-items.slick-slider .slick-slide > div:first-child {
	height: 100%;
}
.amrelated-grid-wrapper .product-items.slick-slider .slick-slide .product-item {
	height: 100%;
}
.page-products .page-title-wrapper .sidebar {
	display: none;
}
.amrelated-grid-wrapper .slick-slider .slick-prev:before, .amrelated-grid-wrapper .slick-slider .slick-next:before {
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  padding: 0;
}
.footer-top .dpd-logo {
	margin-top: 20px;
}
.catalog-product_compare-index .page-main > .page-title-wrapper .page-title {
	display: none;
}
.compare-top {
  display: flex;
  padding-top: 70px;
  align-items: center;
  padding-bottom: 30px;
}
.compare-top-link {
	margin-left: auto;
}
.compare-top-title h1 {
	margin: 0;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-size: 40px;
	line-height: 60px;
}
.catalog-product_compare-index .compare-top-link .action.print {
	margin: 0;
	display: flex;
	align-items: center;
}
.compare-top-link .action:before {
	display: none !important;
}
.compare-top-link .compare-pdf {
	width: 30px;
	height: 30px;
	display: block;
	margin-right: 14px;
	background-image: url('../pub/media/codazon/icon/compare-pdf.svg');
}
.compare-items-top {
	display: flex;
	margin: 0 -15px 40px -15px;
}
.compare-switcher {
	padding-left: 15px;
	padding-right: 15px;
}
.compare-switcher-wrap {
	border: 1px solid #E9EAE9;
	background-color: #fff;
	border-radius: 8px;
	height: 100%;
}
.compare-prod-list-wrap {
	padding-left: 15px;
	padding-right: 15px;
}
.product-item-box {
	padding: 0 15px;
}
.compare-switcher-top {
	background: #E8EDFF;
	padding: 12px 20px;
  display: flex;
  align-items: center;
}
.compare-switcher-top ._txt {
	padding-right: 20px;
}
.switcher-btn {
  position: relative;
  width: 58px;
  height: 30px;
  border-radius: 29px;
  background-color: #fff;
  cursor: pointer;
}
.switcher-btn:before {
 position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 2px;
  bottom: 2px;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%;
}
.switcher-btn.active:before {
	background-color: #FC3B59;
	transform: translateX(28px);
}
.compare-switcher-text {
  text-align: center;
  padding-top: 60px;
}
.compare-switcher-text-title {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 27px;
	margin-bottom: 7px;
}
.compare-switcher-text-sub {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
}
.compare-prod-list .product-item {
	background: #FFFFFF;
	border: 1px solid #E9EAE9;
	border-radius: 8px;
	padding: 20px;
	position: relative;
	height: 100%;
}
.compare-prod-list .product-item .product-item-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.catalog-product_compare-index .page-main {
  background-color: #f9f9f9;
}
.compare-prod-list .product-item .product-item-name .product-item-link {
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
}
.compare-prod-list .product-item .product-item-name {
	margin-bottom: 15px;
}
.compare-prod-list .product-item .product-item-photo {
  display: block;
  text-align: center;
}
.compare-prod-list .remove span {
	display: none;
}
.compare-prod-list .remove a {
	width: 24px;
	height: 24px;
	display: block;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url('../pub/media/codazon/icon/close-circle.svg');
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 1;
}
.comparison .row-header-text {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 38px;
  padding: 30px;
  margin: 0;
}
.comparison .row-fisrt .cell {
	border-top: 1px solid #E9EAE9 !important;
}
.table-comparison-v2 .row-data td {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	border-bottom: 1px solid #E9EAE9 !important;
	transition: background-color 0.3s ease;
}
.table-comparison-v2 .row-data .attribute-title {
	font-weight: 600;
}
.table-comparison-v2 .row-data .box {
  padding: 0 30px;
}
.table-comparison-v2 .attribute-title {
	width: 30%;
}
.row-data .compare-of-2 {
	width: 33%;
}
.row-data .compare-of-3 {
	width: 22.33%;
}
.row-data .compare-of-4 {
	width: 16.75%;
}
.table-comparison-v2 .product {
	text-align: center;
}
.table-comparison-v2 .row-data-highlight .cell {
	background-color: #FFEBEE;
}
.table-comparison-v2 .row-data.row-last td {
	border-bottom: 0 !important;
}
.compare-share {
  display: flex;
  align-items: center;
  border-top: 1.5px solid #E9EDFF;
  border-bottom: 1.5px solid #E9EDFF;
  margin-top: 30px;
  margin-bottom: 90px;
  padding: 25px 20px;
}
.compare-share-icon .icon {
  width: 30px;
  height: 30px;
  margin-right: 16px;
  background-image: url('../pub/media/codazon/icon/compare/compare_share.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.compare-share-text {
	margin-right: 30px;
}
.compare-share-text h3 {
  margin: 0;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
	font-size: 18px;
	line-height: 27px;
  letter-spacing: -0.02em;
}
.compare-share-socials ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
}
.compare-share-socials li {
	margin: 0;
}
.compare-share-socials li+li {
	margin-left: 15px;
}
.compare-share-socials a {
  display: block;
  width: 30px;
  height: 30px;
}
.compare-share-socials .icon-share {
  display: block;
  width: 30px;
  height: 30px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.icon-share-mail {
	background-image: url('../pub/media/codazon/icon/compare/gmail_share.svg');
}
.icon-share-fb {
	background-image: url('../pub/media/codazon/icon/compare/fb_share.svg');
}
.icon-share-tw {
	background-image: url('../pub/media/codazon/icon/compare/insta_share.svg');
}
.icon-share-in {
	background-image: url('../pub/media/codazon/icon/compare/pinterest_share.svg');
}
.icon-share-pin {
	background-image: url('../pub/media/codazon/icon/compare/twitter_share.svg');
}
.page-title-wrapper.product .container {
	padding-left: 0;
}
/* background-image: url('../pub/media/codazon/icon/close-circle.svg'); */
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left .fotorama__thumb--icon, .fotorama__nav-wrap--vertical .fotorama__thumb__arr--right .fotorama__thumb--icon {
	border: 0;
}
.atts {
	display: flex;
	text-transform: uppercase;
	margin-top: 15px;
	flex-wrap: wrap;
}
.atts-wrap {
	display: flex;
}
.atts-val {
	padding-right: 15px;
}
.grid-style-01.products.wrapper.grid.products-grid .owl-loaded .owl-stage {
	display: block;
}
.recently-view-product .product-item-name {
	white-space: normal;
}
.gdpr-cookie-container.bottom-left {
	left: 20px;
	right: 20px;
	bottom: 12px;
	background: transparent;
}
.gdpr-cookie-container .wk-cookie-wrapper {
  background: #1A234A;
  border-radius: 15px;
}
.gdpr-cookie-container .wk-cookie-rt {
	display: flex;
	align-items: center;
	position: relative;
}
.gdpr-cookie-container .wk-cookie-rt p {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	margin: 0;
}
.gdpr-cookie-container .wk-cookie-ok {
  border-radius: 8px;
  font-size: 14px;
  line-height: 18px;
  padding: 16px 40px;
  width: auto;
  min-width: auto;
  margin: 0;
}
#minicartpro-content-wrapper .cart-total .grand-total.subtotal:first-child .price,
#minicart-content-wrapper .cart-total .grand-total.subtotal:first-child .price {
	font-weight: 400;
	color: #121212;
}
#minicartpro-content-wrapper .label,
#minicart-content-wrapper .label {
	color:  #505050;
}
.mini-compare-list ul li img {
	min-width: 48px;
	min-height: 48px;
}
.amrelated-grid-wrapper .slick-track {
	margin-left: 0;
}
div.paysera-payments span.paysera-image {
	padding: 0 !important;
}
div.paysera-payments span.paysera-image img {
	margin: -8px 0 0 12px !important;
}
.onestepcheckout-index-index  .checkout-agreements-block .field.choice {
	padding-left: 0;
}
.onestepcheckout-index-index  .checkout-agreements-block .action-show {
    font: 400 13px/20px Poppins, sans-serif;
    color: #121212;
    text-transform: none;
    padding-left: 5px;
    white-space: normal;
    text-align: left;
    margin-top: 8px;
}
.onestepcheckout-index-index  .checkout-agreements-block .field input[type="checkbox"] {
	margin-top: 8px;
}
.onestepcheckout-index-index  .checkout-agreements input[type="checkbox"]:checked:after {
	left: -2px;
}
.onestepcheckout-index-index .osc-newsletter label {
    font: 400 13px/20px Poppins, sans-serif;
}
.osc-place-order-wrapper .action.primary span,
#product-addtocart-button span,
.banner-link .btn-see-more span {
	display: inline-block;
	position: relative;
	transition: all .25s cubic-bezier(.4,0,.2,1);
}
.osc-place-order-wrapper .action.primary span:after {
	display: none !important;
}
.osc-place-order-wrapper .action.primary span:before,
#product-addtocart-button span:after,
.banner-link .btn-see-more span:after {
	content: "";
	display: inline-block;
	height: 10px;
	width: 15px;
	background: url('../pub/media/codazon/icon/white-arrow.svg') no-repeat;
	background-size: auto;
	background-size: cover;
	transition: all .25s cubic-bezier(.4,0,.2,1);
	will-change: right,opacity;
	opacity: 0;
	position: absolute;
	top: 7px;
	right: 0;
}
.osc-place-order-wrapper .action.primary:hover span,
#product-addtocart-button:hover span,
.banner-link .btn-see-more:hover span {
	transform: translate3d(-11px,0,0);
}
#product-addtocart-button span:after {
	left: auto;
	transform: none;
	top: 5px;
}
#product-addtocart-button:hover {
	color: #fff;
	border-color: #f24361;
	background: #f24361;
}
#product-addtocart-button:hover span:after {
	left: auto;
}
.osc-place-order-wrapper .action.primary:hover span:before,
#product-addtocart-button:hover span:after,
.banner-link .btn-see-more:hover span:after {
	opacity: 1;
	right: -22px;
}

.banner-link {
	position: relative;z-index: 1;
}
.page-header .action.compare:before {
	content: '';
  padding: 0;
  width: 40px;
  height: 40px;
  line-height: initial;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
	background-image: url(../pub/media/codazon/icon/compare-black.svg);
  background-repeat: no-repeat;
  background-position: center;
	background-color: #F6F7F9;
	border-radius: 8px;
}
.page-header .action.compare .qty {
	display: block;
	position: absolute;
	top: -5px;
	min-width: 15px;
	height: 15px;
	line-height: 15px;
	font-size: 10px;
	font-weight: 600;
	right: 0;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	color: #fff;
	background: #121212;
	text-align: center;
}
.page-header .sticky-menu.active {
    min-height: 55px;
}
@media only screen and (min-width: 768px) {
    .page-header .switcher .options .action.toggle:before {
        font-size: 30px;
        line-height: inherit;
        color: inherit;
        content: '\e622';
        font-family: 'icons-blank-theme';
        display: inline-block;
        vertical-align: middle;
    }
    .actions.dropdown.active .dropdown.switcher-dropdown {
        display: block;
        position: absolute;
        z-index: 1;
    }
    .page-header .switcher .options ul.dropdown {
        border-radius: 4px;
        padding: 5px 10px;
        background: #1a234a;
    }
    .header-top ul {
        display: inline-block;
    }
    .header-top-right li:first-child img {
        margin-top: -2px;
    }
    .page-header .switcher {
        vertical-align: middle;
        border-left: 1px solid #E0E0E0;
        margin-left: 15px;
        padding-left: 15px;
    }
    .cms-page-view.page-layout-2columns-left .column.main {
        min-height: 600px;
    }
    .navigation {
        display: none;
    }
    .cdz-horizontal-menu .groupmenu li.level0:first-child>a.menu-link {
        margin-left: 10px;
    }
    .parameter-group .parameter-group-inner {
        border-top: 1px solid #f2f2f2;
        margin-bottom: 30px;
        column-count: 3;
        column-gap: 50px;
    }
    .cat-slider.wrapper-adv-style-01 .owl-next ,
    .cat-slider.wrapper-adv-style-01 .owl-prev ,
    .sale-product.product-list-style-01 .owl-prev ,
    .sale-product.product-list-style-01 .owl-next ,
    .cdz-product-wrap.product-list-style-03 .owl-prev ,
    .cdz-product-wrap.product-list-style-03 .owl-next
    {
        top: -72px;
    }
    .cdz-slider.cat-slider.wrapper-adv-style-01 .owl-next,
    .cdz-product-wrap.sale-product.product-list-style-01 .owl-next,
    .tab-content .cdz-product-wrap.product-list-style-03 .owl-next {
        right: 50px;
    }
    .cdz-slider.cat-slider.wrapper-adv-style-01 .owl-prev,
    .cdz-product-wrap.sale-product.product-list-style-01 .owl-prev,
    .tab-content .cdz-product-wrap.product-list-style-03 .owl-prev {
        right: 0;
        left: auto;
    }
    .sale-product{
        margin-top: 60px;
    }
    .product-tabs-info .tab-title-main {
        margin-bottom: 30px;
    }
    .product-item .price-box .price {
        font-size: 20px;
    }
    .product-item .price-box .old-price .price {
        font-size: 14px;
    }
    .checkout-logo.logo img {
        display: inline-block;
        border-right: 2px solid #e0e0e0;
        padding-right: 20px;
        margin-right: 15px;
    }
    .wishlist .wl-drop-menu {
    	min-width: 400px;
    }
    .cdz-sidebar {
    	display: none;
      transition: all 200ms ease;
      transform: translateX(100%);
    }
    .cdz-panel-open-right .cdz-sidebar {
    	transform: translateX(0);
    }
    .dom-ready .cdz-sidebar {
    	display: block;
    }
    .page-products .product-list-style-01 .products-grid.ctst .product-items .item.product-item {
    	margin-bottom: 30px;
    }
    .page-products .product-list-style-01 .products-grid.ctst .product-items {
    	margin-left: -30px;
    }
    .page-products .product-list-style-01 .products-grid.ctst .product-items .item.product-item {
    	margin-right: 30px;
    }
    .page-products .products-grid.ctst .product-items .item.product-item:hover {
	    border-color: #FB3B59;
    }
    .page-products .products-grid.ctst .product-items .item.product-item:hover .product-item-inner {
			opacity: 1;
			transform: translate(0);
    }
    .product-list-style-01 .product-item-actions {
    	flex-direction: column;
    }
    .product-list-style-01 .product-item-actions .actions-primary+.actions-secondary {
    	padding-left: 0;
    }
    .product-item .product-item-inner {
	    opacity: 0;
	    transform: translateX(15px);
	    transition: all 300ms ease;
    }
    .cdz-tabs-wrap .product-list-style-01 .product-item {
			padding: 20px;
		}
		.cdz-tabs-wrap .product-list-style-01 .item-group:hover,
		.cdz-tabs-wrap .product-list-style-03 .item-group:hover {
			border-color: #FB3B59;
		}
		.cdz-menu:not(.cdz-toggle-menu) .produktai .cat-tree,
		.cdz-menu:not(.cdz-toggle-menu) .produktai .groupmenu-drop,
		.cdz-menu:not(.cdz-toggle-menu) .products .cat-tree,
		.cdz-menu:not(.cdz-toggle-menu) .products .groupmenu-drop {
			padding: 15px 0;
		}
		.cdz-menu:not(.cdz-toggle-menu) .produktai .cat-tree li.item:not(:last-child) > a,
		.cdz-menu:not(.cdz-toggle-menu) .products .cat-tree li.item:not(:last-child) > a {
		  border-bottom: 1px solid #F0F3F4;
		}
		.cdz-menu:not(.cdz-toggle-menu) .produktai .cat-tree li.level1,
		.cdz-menu:not(.cdz-toggle-menu) .products .cat-tree li.level1 {
	    padding: 0 15px;
	    min-width: 340px;
		}
		.cdz-menu:not(.cdz-toggle-menu) .produktai .cat-tree li.level1 .item,
		.cdz-menu:not(.cdz-toggle-menu) .products .cat-tree li.level1 .item {
			min-width: 300px;
			padding: 0 15px;
		}
		.cdz-menu:not(.cdz-toggle-menu) .cat-tree li.item:hover > a {
			background-color: #F1F4FF;
		}
		.cdz-menu:not(.cdz-toggle-menu) .produktai .cat-tree li.item > a,
		.cdz-menu:not(.cdz-toggle-menu) .products .cat-tree li.item > a {
			display: block;
			padding: 16px 15px;
		}
		.cdz-menu:not(.cdz-toggle-menu) .cat-tree li.level1.item > a {
			display: block;
			padding: 16px 15px 16px 52px;
			background-size: auto 20px;
			background-repeat: no-repeat;
	    background-position: left 16px center;
		}
		.cdz-menu:not(.cdz-toggle-menu) .cat-tree li.level1.nav-1 > a  {
			background-image: url('../pub/media/codazon/icon/nav-1.svg');
		}
		.cdz-menu:not(.cdz-toggle-menu) .cat-tree li.level1.nav-2 > a {
			background-image: url('../pub/media/codazon/icon/nav-2.svg');
		}
		.cdz-menu:not(.cdz-toggle-menu) .cat-tree li.level1.nav-3 > a {
			background-image: url('../pub/media/codazon/icon/nav-3.svg');
		}
		.cdz-menu:not(.cdz-toggle-menu) .cat-tree li.level1.nav-3 > a {
			background-image: url('../pub/media/codazon/icon/nav-4.svg');
		}
		.cdz-menu:not(.cdz-toggle-menu) .cat-tree li.level1.nav-4 > a {
			background-image: url('../pub/media/codazon/icon/nav-4.svg');
		}
		.cdz-menu:not(.cdz-toggle-menu) .cat-tree li.level1.nav-5 > a {
			background-image: url('../pub/media/codazon/icon/nav-5.svg');
		}
		.cdz-menu:not(.cdz-toggle-menu) .cat-tree li.level1.nav-6 > a {
			background-image: url('../pub/media/codazon/icon/nav-6.svg');
		}
		.cdz-menu:not(.cdz-toggle-menu) .cat-tree li.level1.nav-7 > a {
			background-image: url('../pub/media/codazon/icon/nav-7.svg');
		}
		.cdz-menu:not(.cdz-toggle-menu) .cat-tree li.level1.nav-8 > a {
			background-image: url('../pub/media/codazon/icon/nav-8.svg');
		}
		.cdz-menu:not(.cdz-toggle-menu) .cat-tree li.level1.nav-9 > a {
			background-image: url('../pub/media/codazon/icon/nav-9.svg');
		}
		.cdz-menu:not(.cdz-toggle-menu) .cat-tree li.level1.nav-10 > a {
			background-image: url('../pub/media/codazon/icon/nav-10.svg');
		}
		.cdz-menu:not(.cdz-toggle-menu) .cat-tree li.level1.nav-11 > a {
			background-image: url('../pub/media/codazon/icon/nav-11.svg');
	    background-size: auto 16px;
		}
		.cdz-menu:not(.cdz-toggle-menu) .cat-tree li.level1.nav-12 > a {
			background-image: url('../pub/media/codazon/icon/nav-12.svg');
		}
		.cdz-menu:not(.cdz-toggle-menu) .cat-tree li.level1.nav-13 > a {
			background-image: url('../pub/media/codazon/icon/nav-13.svg');
		}	
		.cdz-menu:not(.cdz-toggle-menu) .cat-tree li.level1.nav-14 > a {
			background-image: url('../pub/media/codazon/icon/nav-14.svg');
		}	
		.cdz-menu:not(.cdz-toggle-menu) .cat-tree li.level1.nav-15 > a {
			background-image: url('../pub/media/codazon/icon/nav-15.svg');
		}
		.product-list-style-01 .product-item-inner .product-item-actions {
			max-width: 30px;
		}
		.compare-prod-list-wrap {
			flex: 0 0 70%;
			max-width: 70%;
		}
		.compare-switcher {
			flex: 0 0 30%;
			max-width: 30%;
		}
		.compare-prod-list {
			display: flex;
			align-items: stretch;
			margin: 0 -15px;
		}
		.compare-of-5 .product-item-box {
			flex: 0 0 20%;
			max-width: 20%;
		}
		.compare-of-4 .product-item-box {
			flex: 0 0 25%;
			max-width: 25%;
		}
		.compare-of-3 .product-item-box{
			flex: 0 0 33.3333%;
			max-width: 33.3333%;
		}
		.compare-of-2 .product-item-box {
			flex: 0 0 50%;
			max-width: 50%;
		}
		.table-comparison-v2 .row-data td {
			padding: 30px 0;
			font-size: 18px;
			line-height: 27px;
		}
		.grid-style-01.products.wrapper.grid.products-grid {
			padding: 0 50px;
		}
		.amrelated-grid-wrapper .slick-slider {
			padding-left: 50px;
			padding-right: 50px;
		}
		#recently-view-slider-ultrakabzon {
			padding-left: 50px;
			padding-right: 50px;
		}
		.amrelated-grid-wrapper .slick-slider .slick-arrow.slick-prev {
			left: 0;
		}
		.amrelated-grid-wrapper .slick-slider .slick-arrow.slick-next {
			right: 0;
		}
		.sale-product .cdz-banner {
			min-height: 280px;
		}
		.page-header .header-top {
			max-height: 45px;
		}
		.gdpr-cookie-container.bottom-left {
			right: 80px;
		}
		.gdpr-cookie-container .wk-cookie-wrapper {
			padding: 42px 40px 42px 40px;
		}
		.gdpr-cookie-container .wk-cookie-rt {
			padding-left: 200px;
		}
		.gdpr-cookie-container .wk-cookie-rt p {
			padding-right: 40px;
		}
		.gdpr-cookie-container .wk-cookie-rt:after {
			content: '';
			position: absolute;
			left: 0;
		  top: -4px;
		  width: 160px;
		  height: 60px;
			background-image: url('../pub/media/codazon/icon/mdp_cloud_logo_white.svg');
		  background-position: center;
		  background-repeat: no-repeat;
		  background-size: 100% 100%;
		}
		.page-header .action.compare {
			font-size: 0;
			position: relative;
			display: block;
		}
		.page-header .cart-link {
			border-right: 2px solid #e0e0e0;
	    padding-right: 20px;
	    margin-right: 20px;
		}
    .header.features-links li:not(.authorization-link) {
	    padding-right: 10px;
	    margin-right: 10px;
    }
    .header.features-links .authorization-link .account-trigger span {
    	display: none;
    }
    .page-header .sticky-menu.active .header-search-wrap {
        right: 230px;
    }
}
@media only screen and (min-width: 1024px) {
    .container.full-width {
        padding: 80px 0;
    }
    .cms-home .space-lg {
        margin-top: 80px;
        margin-bottom: 0;
    }
    .home-delivery-info {
        padding: 30px;
    }
    .home-delivery-info .delivery-text {
        font-size: 40px;
        line-height: 48px;
        margin-bottom: 25px;
    }
    .home-delivery-info .delivery-day {
        margin-bottom: 25px;
    }
    .view-all-btn {
        margin-top: 30px;
    }
    .product-tabs-info {
        padding: 80px 10px;
        margin: 0 auto;
        max-width: 1130px;
    }
    .page-header .header-search .minisearch .searchsuite-autocomplete{
        min-width: 790px;
    }
    .product-view-style-03 .product-info-main .product-social-links {
        position: absolute;
        bottom: 132px;
        margin-bottom: 0;
        padding-bottom: 0;
        width: auto;
        right: 10px;
        border: none;
    }
    .product-view-style-03 .product-info-main .box-tocart {
        border-bottom: 1px solid #e0e0e0;
    }
		.compare-share-text h3 {
		  font-size: 40px;
		  line-height: 60px;
		}
		.compare-share-icon .icon {
		  width: 60px;
		  height: 60px;
		  margin-right: 30px;
		}
		.compare-share-socials a {
		  width: 50px;
		  height: 50px;
		}
		.compare-share-socials .icon-share {
			width: 50px;
		  height: 50px;
		}
		.bank-list {
			align-items: center;
		}
}
@media only screen and (min-width: 1130px){
    .product-tabs-main {
        margin: 80px -999px;
    }
}
@media only screen and (min-width: 1130px){
	.page-header .sticky-menu:not(.active) div[data-role="search_form"] {
    max-width: 80%;
    margin: 0 auto;
	}
}
@media only screen and (min-width: 1200px){
   .header.features-links .authorization-link .account-trigger span {
    	display: inline-block;
    }
}

@media only screen and (max-width: 1200px) and (min-width: 768px){
    .cdz-tabs-wrap.tabs-style-01 .product-list-style-01 .owl-nav [class*='owl-'].owl-prev {
        left: 0;
        top: calc( (100% - 32px )/2 );
    }
    .cdz-tabs-wrap.tabs-style-01 .product-list-style-01 .owl-nav [class*='owl-'].owl-next {
        right: 0;
        top: calc( (100% - 32px )/2 );
    }
    .owl-nav [class*='owl-'].owl-next,
    .owl-nav [class*='owl-'].owl-prev {
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        border: 2px solid #121212;
        width: 32px;
        height: 32px;
        line-height: 30px;
    }
    .owl-nav [class*='owl-'].disabled {
        -webkit-opacity: .2;
        -moz-opacity: .2;
        opacity: .2;
    }
    .owl-nav [class*='owl-'].owl-next {
        transform: translate(150%);
    }
    .owl-nav [class*='owl-'].owl-prev {
        transform: translate(-150%) rotate(180deg);
    }
}

@media only screen and (max-width: 1024px) {
    .cdz-slideshow .item-desc {
        left: 5%;
    }
    .home-banner {
        max-width: 350px;
    }
    .home-banner .banner-info {
        font-size: 25px;
        line-height: 30px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .home-banner .banner-pro-info {
        margin-bottom: 15px;
    }
    .home-banner .btn-see-more {
        margin-right: 15px;
    }
    .sale-product .cdz-banner {
        padding: 15px;
    }
    .bank-list {
    	margin: 30px -15px;
    }
    .bank-list .item {
    	padding: 0 15px;
    }
}
@media only screen and (max-width: 767px) {
    html[class*="cdz-panel-open-"] .cdz-sidebar,
    html.cdz-panel-open-right body {
        transition: right ease 300ms;
    }

    .page-header .header-search .minisearch .mdl-textfield__label {
        top: 0;
        padding: 0;
        position: relative;
        margin-bottom: 10px;
        font-size: 16px;
        color: #121212;
        font-weight: 600;
        display: block !important;
    }

    .page-header .header-search.input-opened .search-form {
        border-top: 1px solid #e1e1e1;
        margin-top: 18px;
    }

    .page-header .header-search .minisearch .mdl-textfield__label:after {
        display: none;
    }

    .page-header .header-search .minisearch .actions {
        right: 15px !important;
        top: 55px;
    }

    .page-header .header-search.no-full-box .mdl-textfield {
        padding: 20px 15px;
    }

    .cdz-sidebar.md-sidenav-right {
        right: calc(-1 * (100%));
    }

    .tabs-style-01 .box-cate-link .item:hover {
        background: #F2F2F2;
    }
    .tabs-style-01 .box-cate-link .item:hover .tab-title {
        color: #121212;
    }

    .tabs-style-01 .box-cate-link .item.active:hover,
    .tabs-style-01 .box-cate-link .item.active {
        background: #F24361;
    }
    .tabs-style-01 .box-cate-link .item.active .tab-title,
    .tabs-style-01 .box-cate-link .item.active:hover .tab-title {
        color: #ffffff;
    }

    .page-header .header-search .search-form {
        height: 100%;
    }

    .searchsuite-autocomplete {
        max-height: calc(100% - 15px);
    }

    .header-top li {
        width: calc((100% - 15px) / 2);
    }

    .product-info-main .box-tocart .actions .action.tocart {
        float: none;
        margin-bottom: 0;
        max-width: 100%;
    }

    .product-info-main .box-tocart .actions {
        text-align: left;
        margin-top: 0;
    }

    .product-view-style-03 .product-info-main .product-addto-links .action:before {
        display: inline-block;
    }

    .parameter-group {
        column-count: 2;
        column-gap: 15px;
        padding: 10px;
    }

    .home-banner {
        max-width: 325px;
    }

    .home-banner .banner-title {
        font-size: 14px;
        line-height: normal;
    }

    .home-banner .banner-info {
        font-size: 20px;
        line-height: normal;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .home-banner .banner-pro-info {
        font-size: 12px;
        line-height: normal;
        margin-bottom: 10px;
    }

    .home-banner .btn-see-more {
        min-width: 150px;
        height: 40px;
        padding: 5px;
        font-size: 14px;
        line-height: 31px;
        margin-right: 8px;
    }

    .home-banner .btn-video {
        font-size: 14px;
    }

    .home-delivery-info .delivery-text {
        font-size: 24px;
        line-height: 32px;
    }

    .product-list-style-01 .actions-primary .tocart:before {
        font-size: 14px;
    }

    .product-view-style-03 .product-info-main .product-social-links .product-addto-links {
        line-height: 22px;
        display: block;
    }

    .product-tabs-main {
        margin: 20px -10px;
    }

    .dpd-home-banner .col-sm-12:first-child,
    .dpd-home-banner .col-sm-12:first-child img {
        border-radius: 4px 4px 0 0;
    }

    .dpd-home-banner .col-sm-12:last-child {
        padding-right: 0;
    }

    .dpd-home-banner .col-sm-12:last-child img {
        border-radius: 0 0 4px 4px;
    }

    .sale-product .cdz-banner .desc {
        padding-bottom: 70px;
    }

    .sale-product .wrap-right {
        margin-top: 30px;
        padding-left: 0;
        padding-right: 0;
    }

    .fotorama__nav .fotorama__active .fotorama__dot {
        background-color: #121212;
        border-color: #121212;
    }

    .fotorama__nav .fotorama__dot {
        border: 1px solid #121212;
        height: 8px;
        width: 8px;
    }

    .product-item .price-box .price {
        font-size: 16px;
    }

    .product-item .action.primary {
        font-size: 12px;
        letter-spacing: 0.5px;
    }

    .cms-home .page-header {
        margin-bottom: 0;
    }

    .cdz-slider.cat-slider.wrapper-adv-style-01 .cat-item {
        padding: 0 5px;
    }
    .toolbar-products .toolbar-amount {
        padding-top: 3px;
    }
    .product-label {
    	font-size: 13px;
    }
    .dom-ready .nav-sections {
    	opacity: 1;
    }
    .nav-sections {
    	right: 0;
      transition: transform 0.3s 0.01s;
      background: #fff;
      z-index: 910;
      width: 100%;
      transform: translateX(100%);
      opacity: 0;
    }
    .nav-open .nav-sections {
    	transform: translateX(0);
    }
    .page-header .header-top a {
    	display: block;
    }
    .page-header .header-top ul {
			display: flex;
			align-items: center;
			justify-content: center;
    }
    .page-header .header-top li {
    	display: block;
    }

    .product-view-style-03 .product-info-main .field.qty .qty-ctl button,
    .product-view-style-03 .product-info-main .field.qty .qty {
    	height: 38px;
    	line-height: 38px;
    }
    .product-view-style-03 .product-info-main .field.qty .cart-qty {
    	border-radius: 8px;
    }
    .product-view-style-03 .product-info-main .product-social-links .product-addto-link {
    	display: flex;
    	align-items: center;
    }
    .opc-block-summary .items-in-cart {
    	display: none;
    }
    .products-grid .product-item .product-item-actions {
    	flex-direction: column;
    	display: none !important;
    }
    .product-item .product-item-actions .actions-secondary>.action.tocompare {
    	display: block;
    }
    .product-item .product-item-actions .actions-secondary {
    	flex-direction: column;
    }
    .product-list-style-03 .wrap-left .product-item {
    	min-height: 144px;
    }
    .product-list-style-03 .wrap-left .product-item-inner {
    	top: 22px;
    }
    .page-header .header-search.no-full-box .mdl-textfield {
    	background: #fff;
    	border-bottom: 1px solid #e1e1e1;
    }
    .page-header .header-search.input-opened .search-form {
    	min-height: 100vh;
    }
    .bank-list {
    	flex-wrap: wrap;
    }
    .bank-list img {
    	max-width: 100%;
    }
    .bank-list .item {
	    flex: 0 0 25%;
	    max-width: 25%;
	    padding: 15px 20px;
	    text-align: center;
    }
    
    .breadcrumbs .items {
    	overflow: auto;
    	white-space: nowrap;
    }

    /*.breadcrumbs-wrapper {
        display: none;
    }*/
    
    .product-actions-wrapper {
    	flex-wrap: nowrap;
    	align-items: self-end;
    }
    .product-info-main .box-tocart .field.qty {
    	padding-right: 8px;
    }
    .product-view-style-03 .product-info-main .field.qty .qty-ctl button {
    	width: 30px;
    }
    .product-info-main .box-tocart .actions .action.tocart {
    	padding-left: 8px;
    	padding-right: 8px;
    	font-size: 12px;
    }
    .product-view-style-03 .product-info-main .product-addto-links .action {
    	margin-right: 2px;
    	font-size: 11px;
    }
    .product-view-style-03 .product-info-main .product-actions-wrapper .product-social-links {
    	margin:  0;
    	padding: 0 0 18px 0;
    	display: block;
    	float: none;
    	border-bottom: 0;
    	width: 100%;
    }
    .cdz-menu .item.level-top>.dropdown-toggle {
    	padding-left: 8px;
    	padding-right: 8px;
    }
    .cdz-menu .groupmenu-drop .dropdown-toggle {
	    padding-left: 8px;
	    padding-right: 8px;
	    right: -8px;
    }
    .sidebar .block.filter.active .filter-content {
    	z-index: 3;
    }
    .page-products .page-title-wrapper .sidebar {
			display: block;
			min-width: 110px;
		} 
		#layered-filter-block .block-title.filter-title {
			display: none;
		}
		.page-products .page-title-wrapper .container .page-title {
	    padding-right: 10px;
	    white-space: nowrap;
	    text-overflow: ellipsis;
	    overflow: hidden;
		}
		.page-products .page-title-wrapper .container {
			display: flex;
			align-items: center;
		}
		.sidebar .filter-options {
			padding-top: 10px;
		}
		.product-info-main .product-labels {
			z-index: 2;
		}
		.compare-top-title h1 {
			font-size: 25px;
			line-height: 38px;
		}
		.catalog-product_compare-index .compare-top-link .action.print span {
			display: none;
		}
		.compare-top-link .compare-pdf {
			width: 20px;
			height: 20px;
			margin-right: 0;
			background-size: cover;
		}
		.compare-items-top {
			flex-wrap: wrap;
		}
		.compare-prod-list-wrap {
			flex: 0 0 100%;
			max-width: 100%;
		}
		.compare-switcher {
			flex: 0 0 100%;
			max-width: 100%;
		}
		.compare-switcher {
			margin-bottom: 20px;
		}
		.compare-switcher-text {
			padding-top: 40px;
			padding-bottom: 40px;
		}		
		.compare-switcher-top {
			justify-content: space-between;
		}
		#slick-compare-mob {
			padding-left: 0;
			padding-right: 0;
			margin-left: -15px;
			margin-right: -10px;
		}
		.compare-prod-list-wrap .slick-dots li button {
			width: 6px;
			height: 6px;
			background: #FED0D8;
		}
		.compare-prod-list-wrap .slick-dots li {
			width: 6px;
			height: 6px;
		}
		.compare-prod-list-wrap .slick-dots li button:before {
			width: 6px;
			height: 6px;
		}
		.compare-prod-list-wrap .slick-dots li.slick-active button {
			background: #FC3B59;
		}
		.compare-prod-list-wrap .slick-dots{
			margin-top: 16px;
		}
		.table-comparison-v2 tr {
			display: table-row !important;
		}
		.table-comparison-v2 td {
			display: table-cell !important;
		}
		.table-comparison-v2 .row-data td {
			padding: 20px 0 !important;
			font-size: 14px;
			line-height: 21px;
		}
		.comparison .row-header-text {
			padding: 0 20px;
		}
		.table-comparison-v2 .row-data .box {
			padding: 0 20px;
		}
		.compare-share {
			flex-wrap: wrap;
			margin-bottom: 30px;
		}
		.compare-share-socials {
			flex: 0 0 100%;
			max-width: 100%;
			margin-top: 20px;
		}
		#opc-sidebar .checkout-agreements-block .checkout-agreement.field {
			padding-left: 0;
		}
		#opc-sidebar .checkout-agreements-block .checkout-agreement.field {
			margin-top: 10px;
		}
		#opc-sidebar .checkout-agreements-block .checkout-agreement.field label {
			white-space: normal;
		}
		#opc-sidebar .checkout-agreements-block .checkout-agreement.field button {
	    font: 400 14px/20px Poppins, sans-serif;
	    text-transform: none;
	    color: #1e1a28;
	    text-align: left;
		}
		.product-view-style-03 .product-info-main .product-actions-wrapper .box-tocart {
			width: 100%;
		}
		.atts-wrap {
			flex: 0 0 50%;
			max-width: 50%;
			flex-wrap: wrap;
			margin-bottom: 8px;
		}
		.gdpr-cookie-container .wk-cookie-rt {
			width: 100%;
			flex-direction: column;
			align-items: flex-start;
            padding-bottom: 67px;
		}
		.gdpr-cookie-container .wk-cookie-ok {
			margin-top: 10px;
            position: absolute;
            bottom: 0;
            right: 0;
		}
		.gdpr-cookie-container .wk-cookie-rt p {
	    font-size: 12px;
	    line-height: 18px;
		}
		.recently-view-product .product-list-style-01 .product-item-details {
			margin-bottom: 0;
		}
		.amrelated-grid-wrapper .slick-track {
			margin-left: 0;
			margin-right: 0;
		}
		.amrelated-grid-wrapper .slick-slider {
			margin-left: -10px;
		}
		 .product-list-style-01 .price-box {
    	margin-bottom: 0;
    }
    .block.filter .filter-close, .block.filter .mobile-nav-bottom {
    	text-align: right;
    }
    .block.filter .mobile-nav-bottom {
    	background: #1a234a;
    	border: 0;
    }
    .block.filter .mobile-nav-bottom .action:last-child {
	    background: #F24361;
	    color: #fff;
    }
    .page-header .logo {
	    display: flex;
	    align-items: center;
    }
    .page-header .header-top {
        padding: 12px 0px;
    }
    .header-top li {
        margin-right: 0px;
    }
    .header-top .header-top-left {
        padding: 0px;
    }
}
@media only screen and (max-width: 639px) {
    .home-banner {
        max-width: 230px;
    }
    .home-banner .banner-title {
        font-size: 10px;
    }
    .home-banner .banner-info {
        font-size: 15px;
    }
    .home-banner .banner-pro-info {
        font-size: 9px;
        margin-bottom: 5px;
    }
    .home-banner .btn-see-more {
        min-width: 110px;
        height: 28px;
        padding: 5px;
        font-size: 10px;
        line-height: 18px;
        margin-right: 5px;
    }
    .home-banner .btn-see-more span:after {
        font-size: 15px;
        margin-left: 5px;
    }
    .home-banner .btn-video {
        font-size: 10px;
    }
    .home-banner .btn-video span:before {
        width: 20px;
        height: 20px;
        margin-right: 5px;
    }

    .cdz-tabs-wrap.tabs-style-01 .cdz-block-title {
        padding: 5px 0;
    }
    .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td[data-th]:before,
    .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th[data-th]:before {
        font-weight: 400;
        padding-right: 3px;
    }
    .cdz-tabs-wrap.tabs-style-01 .abs-dropdown {
        display: flex !important;
        overflow-x: auto;
        align-items: center;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
    .cdz-tabs-wrap.tabs-style-01 .abs-dropdown .item {
        margin-bottom: 0;
    }
    .cdz-tabs-wrap.tabs-style-01 .abs-dropdown .item .tab-title {
        cursor: pointer;
        text-decoration: none;
        padding: 10px 20px;
        white-space: nowrap;
    }
    .cdz-tabs-wrap.tabs-style-01 .abs-dropdown::-webkit-scrollbar {
        display: none;
    }
    .page-wrapper {
    	overflow: hidden;
    }
}
@media only screen and (max-width: 479px){
    .parameter-group {
        column-count: 1;
        column-gap: 0;
    }
    .product-actions-wrapper {
    	flex-wrap: wrap;
    }
    .delivery-block {
    	flex: 0 0 50%;
    	max-width: 50%;
    }
    .bank-list .item {
	    flex: 0 0 50%;
	    max-width: 50%;
    }
    .delivery-info-wrapper .delivery-info {
	    padding: 12px 12px 12px 54px;
	    height: 100%;
			display: flex;
			flex-direction: column;
			justify-content: center;
    }
    .delivery-info-wrapper .delivery-info:before {
	    width: 26px;
	    height: 26px;
	    left: 12px;
    }
    .delivery-info p {
	    font-size: 12px;
	    line-height: 16px;
    }
}
@media only screen and (max-width: 460px){
    .home-banner .banner-info {
        font-size: 12px;
    }
    .home-banner .banner-pro-info {
        display: none;
    }
    .home-banner .btn-see-more {
        margin-right: 5px;
    }
    .home-banner .btn-video {
        font-size: 0;
        display: inline-block;
        vertical-align: middle;
    }
}
@media only screen and (max-width: 400px){
    .product-list-style-01 .price-box .price {
        font-size: 14px;
    }
}

@media print {
	.compare-prod-list {
    display: block;
	}
	.product-item-box {
		width: 33.33%;
		flex: auto;
		float: left;
		margin-bottom: 20px;
	}
	.product-item-link,
	.product-item-name {
		text-decoration: none !important;
	}
	.compare-switcher-top ._txt {
		display: none;
	}
	.compare-switcher-text {
		padding: 20px;
	}
	.header-top-left,
	.switcher-options {
		display: none;
	}
}
