@import url('https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,100..900&display=swap');
body {
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	color: #fff;
	font-size: 14px;
	line-height: 1.5;
	width: 100%;
	letter-spacing: 0.6px;
	background: 
    radial-gradient(circle at 80% 20%, rgba(217, 101, 6, 0.3), transparent 40%),
    radial-gradient(circle at 20% 80%, rgba(188, 95, 2, 0.3), transparent 40%),
    linear-gradient(135deg, #000000 0%, #0a0a0a 40%, #b45700 70%, #c65f0d 100%);
  	background-blend-mode: screen, screen, normal;
  	background-size: 150% 150%;
  	/* animation: moveBackground 15s ease-in-out infinite; */
  	padding-top: 125px;
}

html, body {
  overflow-x: hidden;
}

select {
  -webkit-appearance: none !important;
  appearance: none !important;
  background: #000; /* або твій фон */
  color: #fff;
  padding: 10px 40px 10px 12px;
  border-radius: 6px;
  border: 1px solid #fff;

  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 12px;
}


@keyframes moveBackground {
  0% {
    background-position: 80% 20%, 20% 80%, 0% 0%;
  }
  50% {
    background-position: 85% 25%, 15% 75%, 100% 100%;
  }
  100% {
    background-position: 80% 20%, 20% 80%, 0% 0%;
  }
}
header {
	position: fixed;
	left: 0;
	top:0;
	width: 100%;
	z-index: 999;
	color:#333;
}

/* default font size */
.fa {
	font-size: 25px;
	background: #01010100;
	color: #ffffff;
}
/* Override the bootstrap defaults */
h1 {
	margin-top: 0px;
	font-size: 27px;
	text-align: center;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
.d-inline-block{
	display: inline-block;
	vertical-align: middle;
}
a {
	color: #fff;
	transition: 0.3s ease;
}
input[type="checkbox"], input[type="radio"]{
	margin: 3px 0;
}
:focus{
	outline: none;
}
a:focus, a:hover,.btn-link:focus, .btn-link:hover{
	text-decoration: none;
	outline: none;
	color: #0271E3;
}
legend {
	font-size: 18px;
	padding: 7px 0px;
	color: #000;
	border-color: #f2f2f2;
}
label {
	font-size: 17px;
	font-weight: 500;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 13px;
}
.input-group .form-control{
	z-index: 0;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 13px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
	color: #000
	
}
#search_block_top ::placeholder {
  color: #999;
  opacity: 1; /* Firefox */
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: 500;
}
.zhlinkoption {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.zhlinkoption > div {
	margin-right: 10px;
} 
.zhlinkoption > div:first-child {
	width: 100%;
	margin-right: 0;
	font-weight: 500;
	margin-bottom: 10px;
	margin-top: 20px;
}

@media (min-width: 768px){
	
    .container {
        width: 100%;
    }
}


@media (min-width: 992px){
    .container {
        width: 963px;
    }
}
@media (min-width:1200px) and (max-width: 1299px) {
    .container {
       width: 1200px;
    }
}
@media (min-width:1300px) and (max-width: 1409px) {
    .container {
       width: 1200px;
    }
}
@media (min-width: 1410px) and (max-width: 1589px){
    .container {
        width: 1200px;
    }
}
@media (min-width:1590px){
    .container {
        width: 1200px;
    }
}
.form-control{
	box-shadow: none;
	border: 2px solid #0073EA;
	border-radius: 25px;
	height: 38px;
	background-color: transparent;
	color:#fff;
}
.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn{
	border-radius: 0
}
.form-control:focus{
	border: 1px solid #0271E3;
	box-shadow: none
}
/* search */
#search .input-lg {
	color: #999;
    height: 40px;
    padding: 0 16px;
    border: none;
    font-size: 13px;
    letter-spacing: 1px;
}
#search .btn-lg {
    background: #0271E3;
    border: none;
    fill: #fff;
    color: #fff;

    font-size: 14px;
    height: 40px;
    padding: 0 30px;
    letter-spacing: 1px;
    transition: 0.3s ease;
    cursor: pointer;
    position: relative;
    right: -1px;
	min-width: 120px;
	font-weight: 500;
	border-radius: 20px;
}
#search .btn-lg:hover{
	background-color: #000;
	color: #fff;
	
}
#search .btn-lg:hover svg{
	fill: #fff;
}
#search .form-control:focus{
	box-shadow: none;
}
/* cart */
.btn-group.open .dropdown-toggle{
	box-shadow: none;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart .dropdown-menu {
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 295px;
	padding: 10px 0;
	border-radius: 5px;
}
.dropdown-menu{
	border-radius: 0;
}
#cart .btn-danger {
    background-color: #fff;
    color: #222;
    padding: 0;
    border-color: #fff;
    border: none;
    transition: all 0.4s ease-in-out 0s;
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
	font-size: 14px;
}
#cart .table-striped > tbody > tr:nth-of-type(2n+1) {
    background: none;
}
#cart li tbody tr td {
    border-bottom: 1px solid #eee !important;
	border: none;
}
#cart li tbody tr td {
    border-bottom: 1px solid #eee !important;
	border: none;
	font-size: 12px;
}
.cartt {
    background-color: #0271E3;
    color: #fff;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    display: inline-block;
    font-size: 12px;
    line-height: 16px;
    position: absolute;
    top: -3px;
    left: 20px;
    text-align: center;
}
#cart-total span:last-child{
	margin-left: 5px;
}
.cartqt{
	width: 12%;
}
.cartdrop {
    padding: 0;
    margin-bottom: 10px;
}
.cartdrop img{
	max-width: 60px;
	border-radius: 5px;
	padding: 0
}
.cartname {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0 10px;
    width: 160px;
    font-size: 14px;
    transition: 0.3s ease;
}
.cartname:hover{
	color: #0271E3;
}
.cartname a{
	font-weight: 500;
	color:#ffffff;
}
.cartprice {
    clear: both;
    position: relative;
    top: -38px;
    left: 72px;
    width: 50%;
    color: #ffffff;
    font-size: 13px;
    direction: ltr;
    margin-bottom: -10px;
}
#cart .dropdown-menu li > div {
	padding: 0 10px;
	color: aliceblue;
}
#cart .dropdown-menu li > div table td {
	border: 1px solid #eee;
	text-align: center;
}
.dropdown.inuser.d-inline-block {
    margin: 2px 0px 2px 5px;
}
#wishlist-total {
	margin-right: 10px;
	background-image: url(../image/hsvg_like.svg);
	width: 30px;
	display: inline-block;
	height: 30px;
	background-size:68px auto;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	top:11px
}
.acczhdm {
	margin-right: 10px;
	background-image: url(../image/hsvg_cabinet.svg);
	width: 30px;
	display: inline-block;
	height: 30px;
	background-position: center;
	background-size: 58px auto;
	background-repeat: no-repeat;
}
.acczhcrt {

	background-image: url(../image/hsvg_cart.svg);
	width: 30px;
	display: inline-block;
	background-position: center;
	height: 30px;
	background-size: 75px auto;
	background-repeat: no-repeat;
}
#logo img {
    margin: 0;
	height: 37px;
	max-width: 999px;
}
.cartna {

    font-size: 14px;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 500;
}
/* menu */
.st-menu li a{
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	margin-right: 42px;
    margin-top: 2px;
    display: inline-block;
}
.st-menu li.pull-right a{
	margin: 0;
	vertical-align: middle;
}
.st-menu li.pull-right svg{
	fill: #0271E3;
}
.st-menu li a:hover{
	color: #0271E3;
}
#menu .dropdown-menu {
	padding: 15px;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .collapse .nav .dropdown-submenu li{
	margin: 0;
}
#menu .collapse li.view_more.my-menu {
    cursor: pointer;
}
.view_more.my-menu i{
	width: 15px;
	position: relative;
	top: 2px;
	display: inline-block;
	margin-left: 6px;
}
#menu .collapse .nav .dropdown-inner li a {
	min-width: 200px;
	display: block;
	padding: 3px 2px;
	clear: both;
	line-height: 23px;
	
	color:#fff;
}
#menu .dropdown-inner .dropdown-submenu ul.grand-child li {
    padding: 0;
}
#menu .dropdown-inner .dropdown-submenu .submenu-title {
    font-weight: 500;
    padding: 0;
    margin-bottom: 5px;
}
/* content */
#content {
	min-height: 1px;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
	border-radius: 0
}
/* alert design */
.a-one{
    position: fixed;
    top: 0;
    left: 0;
    right: 0
}
.a-one {
    background-color: #000;
    -ms-filter: "progidXImageTransform.Microsoft.Alpha(Opacity=40)";
    background-color: rgba(0, 0, 0, .6);
    bottom: 0;
    z-index: 99
}
.alert a {
    color: #fff;
    font-weight: 500;
	text-decoration: underline;
}

.alert a:hover {
    text-decoration: none;
}

.alert h2 {
    font-size: 27px;
    color: #111;
    margin-bottom: 15px;
    margin-top: 26px;

}
.alert.alertsuc{
padding: 13px 12px;
    background-color: #3C3C3B;
    border: none;
    color: #fff;
    font-size: 14px;
    position: fixed;
    z-index: 99;
    transition: all ease .6s;
    border-radius: 25px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    max-width: 500px;
    text-align: center;
    margin: 0 auto;
    top: 30%;
    padding: 40px;
}

.alert-danger svg,
.alert-info svg,
.alert-success svg {
    display: block;
    margin: 0 auto 20px;
    width: 65px;
    height: 65px
}

.alert-success svg {
    fill: #0073EA;
}

.alert-danger svg {
    fill: #E2574C
}

.alert-info svg {
    fill: #0073EA
}

.a-one .alert-dismissable .close,.a-one .alert-dismissible .close{
    position: absolute;
    top: 8px;
    right: 8px;
    opacity: 1;
    color: #222;
    color: inherit
}
.fw_bc {
	background-color: #3c3b3b6e;
}
/* breadcrumb */
.breadcrumb {
	margin: 0;
	padding: 10px 15px;
	background-color: #3c3b3b00;
}
.breadcrumb i {
	font-size: 18px;
}
.breadcrumb > li a {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}
.breadcrumb > li a:hover{
	color: #0271E3;
}
.breadcrumb > li a::after {
	content: '|';
	padding: 0 8px;
	color: #fff;
}
.breadcrumb > li:last-child a::after {
	content: '';
	padding: 0;
}
.breadcrumb > li + li::before {
    padding: 0;
    color: #fff;
    content: "";
}
.pagination {
	margin: 0;
	padding: 0;
}
/* buttons */
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover{
	background-color: transparent;
}
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 9px 12px;
	font-size: 14px;
	border: none;
	border-radius: 5px;
	box-shadow: none;
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus,.btn.active, .btn:active{
	outline: none;
	box-shadow: none
}
.btn-primary {
	background-color: #0271E3;
	color: #fff;
	fill: #fff;
	border: none;
	
	transition: 0.3s ease;
	font-size: 16px;
	border-radius: 25px;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled],.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover,.btn-primary.focus, .btn-primary:focus,
.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover{
	background-color: #000;
	color: #fff;
	fill: #fff;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger,.btn-info{
	color: #fff;
	background-color: #0271E3;
	transition: 0.3s ease;
}
.btn-info.focus, .btn-info:focus,.btn-danger.focus, .btn-danger:focus,.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active:hover,.btn-danger:active,.btn-danger:hover,.btn-info:hover,.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover{
	background-color: #000;
	color: #fff
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #000;
	border-radius: 0;
	transition: 0.3s ease;
}
.text-right .btn-link{
	position: relative;
	top: -2px;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
	padding: 0;
	border: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #eee;
	padding: 12px 12px;
	
}
.catlistpage.list-group a.active,.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover,.catlistpage.list-group a.active:hover{
    background: #fff;
	color: #0271E3;
	border: 1px solid #eee;
}
a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover,.catlistpage.list-group a:hover{
	background-color: #fff;
	color: #0271E3
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
.rating .fa-stack {
	font-size: 6px;
	width: 12px;
	height: 12px;
}
.rating .fa-star-o,.rating .fa-star{
	color: #fcae01;
	font-size: 13px;
}
.rating .fa-star + .fa-star-o {
	color: #fcae01;
}
h2.price {
	margin: 0;
}
.thumbnails {
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {

		width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover{
	background-color: transparent;
}
/*loader */
.s-panel{
	position: relative;
}
.s-panel img{
	border-radius: 5px;
}
#slideshow0 img {
	margin: 0 auto;
}
.s-panel .wrloader {
	background: url('../../../../../image/catalog/loader.gif') 50% 50% no-repeat #fff;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
}
/* custom css */
.toppati {
    background-color: #f5f5f5;
    padding: 8px 0;
}
.toppati ul{
	padding: 0;
}
.head-mail{
    margin: 0 15px;
}
.head-mail:first-child{
    margin: 0 0;
}
.t-left span{
	color: #0271E3;
}
.head-mail span svg {
	margin-right: 10px;
}
.fixed {
    position: fixed;
    z-index: 9;
    top: 0;
    box-shadow: 2px 2px 7px 0 rgba(0, 0, 0, .1);
    background-color: #fff;
    transition: 0.4s top cubic-bezier(.3, .73, .3, .74);
    left: 0;
    right: 0;
    padding: 12px 0 !important;
}
ol, ul{
	margin-bottom: 0;
}
.list-inline{
	margin: 0
}
.list-inline > li{
	padding: 0
}
.langcur .btn-link.dropdown-toggle{
	transition: 0.3s ease;
	text-transform: uppercase;
	font-size: 12px;
	border: 1px solid #eee;
	padding: 7px;
	display: inline-block;
	letter-spacing: 0;
}
.langcur .dropdown-menu{
	min-width: 25rem;
	padding: 15px 15px;
}
.langcur .dropdown-menu li{
	display: inline-block;
}
.langcur .langcdrop .dropdown-menu li{
	display: block
}
.langcur .dropdown-menu.langcdrop{
	min-width: 18rem;
	padding: 10px;
}
.test,.topbe{
	letter-spacing: 1px;
	font-size: 14px;
}
.test:hover,.test:focus,#wishlist-total:hover{
	color: #0271E3;
}
.inuser .dropdown-toggle:hover,#cart:hover svg{
	fill: #0271E3;
}
.usvg{
    width: 44px;
    height: 44px;
    text-align: center;
    padding: 10px 0;
    display: inline-block;
    vertical-align: middle;
}
.userdess {
    font-weight: 500;
    font-size: 16px;
    color: #000;
}
.call-no h4{
	font-size: 16px;
	font-weight: 500;
	margin: 0;
}
.call-no h5{
	font-size: 12px;
	color: #7f7f7f;
	font-weight: 400;
	margin-bottom: 0;
	margin-top: 3px;
}
#cartme {
    color: #7f7f7f;
    font-size: 12px;
}
.hdis{
    margin-left: 5px;
}
/* search */ 
#madebyhand-search-category{
	float: left;
	width: 195px;
	border: none;
	border-right: none;
	height: 40px;
	padding: 10px 15px 10px 15px;
	-moz-appearance: none;
	background: #fff url("../../../../../image/catalog/arrow.png");
	background-position: right 10px bottom 7px;
	background-repeat: no-repeat;
	-webkit-appearance: none;
	font-size: 13px;
	border-radius: 24px;
	color: #000;
	display: none;
}
svg{
	vertical-align: middle;
	transition: 0.3s ease
}
.d-search button{
	background: transparent;
	border: none;
	cursor: pointer;
	padding: 0;
}
.wbSearch #search_block_top {
    position: relative;
    width: 100%;
    border: 1px solid #eee;
    border-radius: 23px;
    padding: 3px;
}
#search.desktop-search {
    max-width: 720px;
    margin: 0 auto;
}
/* result */
.searchbr .image{
	padding-right: 0;
}
.searchbr .image img{
	border-radius: 5px;
}
.madebyhand-search-result .searchbr{
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 5px;
    border: 1px solid #eee;
    margin: 15px 0;
    float: left;
    width: 100%;
}
.madebyhand-search-loader{
	position: absolute;
	z-index: 110;
	height: 300px;
	background-color: white;
	border: 1px solid #eee;
	margin: 0 auto;
	left: 0;
	right: 0;
}
.madebyhand-search-result {
    left: 0px;
    right: 0px;
    box-shadow: none;
    background-color: #fff;
    border-radius: 0;
    position: absolute;
    z-index: 99;
    max-height: 530px;
    overflow-y: auto;
    margin-top: 5px;
    border-radius: 5px;
}
.madebyhand-dis h4{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-bottom: 1px;
	margin-top: 0
}
.madebyhand-dis .rating{
	margin: -2px 0 10px 0;
}
.madebyhand-dis .list-des {
    font-size: 12px;
    color: #777;

    color: #282828;
    margin: 0 0 10px 0;
    max-height: 40px;
    overflow: hidden;
}
.madebyhand-search-result p{
	margin: 5px 15px;
}
.madebyhand-search-loader .loaders {
    position: absolute;
    top: 35%;
    z-index: 4;
    background: url('../../../../../image/catalog/loader.gif') 50% 50% no-repeat;
    width: 60px;
    height: 60px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
/* search over */
#cart button.dropdown-toggle {
    border: none;
    background-color: transparent;
    padding: 0;
}
#cart .dropdown-menu p{
	margin-bottom: 0;
	color: aliceblue;
}
.hsticky {
    padding: 21px 0;
	background-color: #fff;
}
.st-menu {
    padding: 10px 0;
}
.homemenu {
    padding: 5px 0;
	background-color: #1D1D1B;
}
.langcdrop {
	line-height: 29px;
	padding: 8px 15px;
	
}
.haccount li a i {
    margin-right: 8px;
    min-width: 16px;
}
.haccount.dropdown-menu > li > a{
    padding: 5px 0;
	color: aliceblue;
}
.langcdrop .btn-link{
	padding: 7px 12px;
}
.langcdrop .btn-link img{
	vertical-align: unset;
}
.haccount.dropdown-menu > li > a:hover{
	color: #0271E3
}
.xscu.d-inline-block {
    border-left: 1px solid #c4c4c4;
    padding: 0 0 0 10px;
    margin-left: 10px;
}
/* user dropdowm */
.alogin li {
    border-bottom: 1px solid #eee;
    padding: 14px 12px;

}
.alogin li:last-child{
	border-bottom: none;
}
.alogin svg{
	margin: 0 7px;
	fill: #0271E3;
	width: 14px;
    height: 13px;
}
.alogin {
    min-width: 215px;
}
.hlogout {
    text-align: center;
    padding: 15px;
    min-width: 320px;
}
.hlogout h5 {
    font-size: 16px;
    margin-top: 0;
	    color: #ffffff;
}
.hlogout h6 {
    font-size: 12px;
    color: #d2d2d2;
}
.acd,.hlogout .wishcom {
    border: 1px solid #eee;
    border-radius: 5px;
    display: inline-block;
    padding: 8px 0;
    margin-top: 10px;
    width: 47%;
    text-align: center;
    margin-left: 2px;
    margin-right: 2px;
}
.wishcom svg{
	margin: 0 2px;
}
.user-down.dropdown-menu > li > a:focus,.user-down.dropdown-menu > li > a:hover{
	color: #0271E3;
}
.user-down .dropdown-menu > li > a {
	padding: 0;
	color: #d2d2d2;
}

.drpbot{
	min-width: 250px;
	padding: 15px 10px;
}
.drpbot .hcoms{
margin: 12px 0
}
.langcur{
	margin: 0 15px;
}
/* menu */
#menu .navbar-collapse{
	padding: 0
}
.navbar{
	min-height: auto;
	margin-bottom: 0;
	border: none;
}
.nav > li > a:focus, .nav > li > a:hover{
	background-color: transparent;
}
.menusp{
	padding: 0;
}
#menu .navbar-nav > li > a,.view_more.my-menu a {

	font-weight: normal;
	cursor: pointer;
	font-size: 15px;
	padding: 12.25px 15px;
	line-height: normal;
	display: block;
	color:#000;
}
#menu .navbar-nav > li > a:hover{
	color: #0271E3
}
#mySidenav .fa.pull-right{
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 28px;
	float: none !important;
	margin-left: 10px !important;
	transform: rotate(-90deg) translateX(-4px);
	transition: 0.4s;
}
#mySidenav .open .fa.pull-right {
	transform: rotate(0deg) translateX(0px);

}
.navbar-nav{
	float: none;
	border-radius: 5px;
	background-color: #fff;
	padding: 0;
}
.dropdown-menu {
    border: none;border-radius: 5px;
    box-shadow: 0 0px 5px rgba(0,0,0,.175);
	background: #1D1D1B;
}
#under-menu{
	position: absolute;
	width: 100%;
	z-index: 9;
	border-radius: 0 0 5px 5px;
}
/* slider */
.slider-part {
    margin: 0 -15px;
}
.owl-carousel.owl-theme .owl-controls{
	margin-top: 0
}
.owl-carousel.owl-theme .owl-controls .owl-page span {
    margin: 0;
    background: #0271E3;
    box-shadow: none;
    width: 8px;
    height: 8px;
    opacity: 1;
}
.owl-carousel.owl-theme .owl-controls .owl-page.active span {
    margin: 0;
    background: #0271E3;
    box-shadow: none;
    width: 20px;
    border-radius: 5px;
}
.bannerser .serpd .serblock:first-child{
	margin-bottom: 30px;
}
.owl-carousel .owl-wrapper-outer{
	box-shadow: none;
	border: none;
	border-radius: 0
}
.owl-theme.owl-carousel{
	background-color: transparent;
	margin: 0
}
.sliderow .owl-pagination {
    text-align: center;
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    top: auto
}
/* product */
.tab-head{
    border-bottom: 1px solid #eee;
	margin-bottom: 30px;
	margin-top: 50px;
}
.tab-head h1 {
    margin: 0 !important;
    border-bottom: none;
}
.home-page .heading,.imgbanner{
	margin-top: 60px;
}
.textbnr{
	margin-top: 60px;
}
.heading {
    font-size: 22px;
	letter-spacing: 1px;
	
	font-weight: 500;
	position: relative;
	margin-top: 0;
	margin-bottom: 30px;
	line-height: inherit;
	padding-bottom: 10px;
}
.heading::before{
    border-top: 1px solid #e4e4e4;
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 1;
}
.tab-head .heading::before{
	display: none;
}
.heading span{
	display: inline-block;
	/* background-color: #fff; */
	z-index: 1;
	position: relative;
}
.nav-tabs > li{
	display: inline-block;
	float: none;
	margin-bottom: 0
}
.nav-tabs{
	border-bottom: none
}
.pro-tab li a {
    border: none !important;
    font-size: 16px;
    text-transform: uppercase;
    color: #333333;
    line-height: normal;
    margin: -4px 0;
    border-radius: 0;
    padding: 0;
    display: inline-block;
    font-weight: 500;
    cursor: pointer;
    top: 4px;
}
.pro-tab span {
    color: #333;
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px;
}
.cappo{
	position: relative;
}
.pro-tab li.active > a,.pro-tab li.active > a:focus,.pro-tab li.active > a:hover{
	color: #0271E3
}
.pro-tab.nav-tabs{
	margin-bottom: 0px;
	margin-right: 70px;
	padding: 0;
}
.product-thumb:hover .second-img {
    opacity: 1;
}
.product-thumb .second-img {
    top: 0;
    left: 0;
    margin: 0 auto;
    opacity: 0;
    position: absolute;
    right: 0;
    transition: all 400ms ease-in-out 0s;
}
.product-thumb .image {
    position: relative;
}
/* --- Знижка в % */
/* .sale {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 4px;
    display: inline-block;
    padding: 0;
    letter-spacing: 0.3px;
    color: #fff;
    background-color: #0271E3;
    width: 42px;
    height: 20px;
    text-align: center;
} */
.product-thumb{
	position: relative
}
.protitle {
    font-size: 14px;
	color: #222222;
    margin: 10px 0 10px 0;
    transition: 0.3s ease;
    padding-bottom: 2px;
    overflow: visible;
    font-weight: 400;
	display: block;
	position: relative;
	height: 27px;
}
.protitle a{
	color: #fff;
	display: block;
	position: relative;
	overflow: hidden;
	font-size: 12px;
	font-weight: 500;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    white-space: normal; 
    height: auto; 
}
.protitle a span {
	font-size: 11px;
	font-weight: 300;
	
	display: block;
	padding-top: 10px;
}


.protitle a
.protitle:hover,.protitle:hover a{
	color: #0271E3;
}
.product-thumb .price {
	font-size: 15px;
	font-weight: 600;
    position: relative;
    display: inline-block;
    text-align: center;
	display: flex;
	margin-top: -10px;
    flex-direction: column; 
    align-items: center;               
    position: relative;
}


.product-thumb .price-old {
    position: static; 
    order: 1;         
    color: #9a9a9a;
    text-decoration: line-through;
    font-size: 13px;
    font-weight: 400;
    opacity: 0.9;
}
.product-thumb .price-new {
    position: static;
    order: 2;         
    color: #fff;
	margin-top: -5px;
    font-size: 16px;
    font-weight: 600;
}
.price-old {
    color: rgb(109, 108, 108);
    text-decoration: line-through;
    font-size: 20px;
    font-weight: 400;
}
.protabcont .multi-row .product-layout{
	margin-bottom: 30px;
}
.protabcont .multi-row .product-layout:last-child{
	margin-bottom: 0px;
}
.probrand {
    color: #9f9e9e;
    font-size: 14px;
    margin-bottom: 4px;
    display: block;
}
/* latest */
#latest .image {
	padding: 0;
}
#latest .caption {
	margin-top: 20px;
}
#latest .price{
	opacity: 1 !important;
}
/* button effect */
.product-thumb .button-group svg{
	width: 18px;height: 18px;
	fill: #222;
}
.product-thumb .button-group button,.product-thumb .button-group a{

	border-radius: 5px;
	color: #fff;
	min-width: 40px;
	min-height: 40px;
	text-align: center;
	border: 1px solid #f0f0f0;
	padding: 9px 7px;
	font-size: 13px;

	transition: 0.3s ease;
	display: inline-block;
	vertical-align: middle;
	margin: 5px 2px;
}
.product-thumb .button-group a{
	margin: 0;
}
.product-thumb .button-group button:hover,.product-thumb .button-group a:hover{
	background-color: #0271E3;
	border: 1px solid #0271E3;
}
.bquickv{
	display: inline-block;
	vertical-align: middle;
}
.product-thumb .button-group button:hover svg,.bquickv:hover svg{
	fill: #fff;
}
.product-thumb {
    position: relative;
	overflow: hidden;
	border-radius: 5px;
}
.product-thumb img{
	border-radius: 5px;
	cursor: pointer;
}
.product-layout:last-child .product-thumb{
	margin-bottom: 1px;
}
.owl-item .product-thumb.transition {
	margin-bottom: 10px;
}
.timerpro .product-thumb .box-timer span{
	display: block;
}
.custw {
    padding: 0;
}
#count .product-thumb{
	margin: 0;
	padding: 0;
	border: none;
}
.timerpro .product-thumb .box-timer span.countdown-section {
    display: inline-block;
	text-align: center;
	position: relative;
	margin-bottom: 1px;
	transition: 0.3s ease;
	width: 60px;
	margin-right: 15px;
}
.countdown-row .countdown-section{
	margin: 0;
}
.timerpro .product-thumb .box-timer span.countdown-period{
	
	font-size: 12px;
	color: #999999;
	text-align: center;
}
.timerpro .product-thumb .box-timer span.countdown-amount {
    font-size: 20px;
    font-weight: 500;
    position: relative;
    background-color: #f5f5f5;
    height: 40px;
    display: block;
    border-radius: 5px;
    padding: 10px 0;
}
.offer-text h4{
	font-size: 16px;
	margin-top: 0;
}
.offer-text h5{
	font-size: 12px;
}
#count .price{
	margin-bottom: 15px;
	opacity: 1 !important;
}
.countprice {
    color: #666;
    max-height: 36px;
	overflow: hidden;
}
#count .product-thumb .protitle a {
    font-size: 18px;
}
.timerpro .product-thumb .rating {
    margin-top: 15px;
    margin-bottom: 12px;
}
.hometimer {
    border: 2px solid #0271E3;
    border-radius: 5px;
    margin-top: 50px;
    padding: 15px;
}
.hometimer .heading{
	margin-top: 0 !important;
}
/* category tab */
#cat_tab .nav-tabs{
	margin-bottom: 0;
	padding: 0;
	border: 1px solid #0271E3;
	border-radius: 5px;
}
.category-tab .nav-tabs li a, .category-tab .nav-tabs li.active a, .category-tab .nav-tabs li.active a:focus {
	display: block;
	padding: 0;
	
	color: #222;
	position: relative;
	background-color: transparent;
    border: none;
    cursor: pointer;
}
.category-tab .tab-content > .tab-pane:not(.active), .category-tab .pill-content > .pill-pane:not(.active) {
    display: block;
    height: 0;
    overflow-y: hidden;
}
#cat_tab .nav-tabs > li.active > a, #cat_tab .nav-tabs > li.active > a:focus, #cat_tab .nav-tabs > li.active > a:hover,#cat_tab a:hover{
	color: #0271E3;
}
.view_morec a::before{
	display: none;
}
#cat_tab a{
	transition: 0.3s all ease;
	font-size: 14px;
	
}
.category-tab .nav-tabs li {
    display: block;
    padding: 9px 15px;
    transition: 0.3s all ease;
}
.category-tab .nav-tabs li.view_morec{
	border-bottom: none;
}

.social-block {
    clear: both;
    padding-top: 0px;
	margin-top: -3px;
}
 .social-block ul {
    padding: 0 0 0 0;
}
.cnt_page_msg {
    margin-bottom: 0;
    margin-top: 30px;
}
.social-block.cnt_page ul {
    padding-top: 0;
}
.social-block ul li {
    display: inline-block;
    text-align: center;
    margin-right: 5px;
    vertical-align: top;
}
.social-block ul li a {
    color: #555;
    display: inline-block;
}
 .social-block ul li a span {
    display: none;
    background-color: #000;
}
 .social-block ul li a:before {
    font-size: 35px;
    font-family: "FontAwesome";
    display: inline-block;
    font-weight: normal;
    height: 35px;
    width: 35px;
    padding-top: 5px;
    color: #333333;
}
.footcontact .social-block {
	margin-top: 20px;
}
.social-block ul li.facebook a:before { content: "\F09A"; }
.social-block ul li.twitter a:before { content: "\F099"; }
.social-block ul li.rss a:before { content: "\F09E"; }
.social-block ul li.youtube a:before { content: "\F16A"; }
.social-block ul li.googleplus a:before { content: "\F0D5"; }
.social-block ul li.instagram a:before { content: "\F16D"; }
.social-block ul li.tiktok {padding-top: 0px; margin-top: -4px;}
.footcontact .social-block ul li.tiktok {margin-top: 4px;}
.social-block ul li.tiktok a:before { content: "";  background-image: url(../image/tiktok.svg);background-repeat: no-repeat;background-size: 90%; background-position: center;}
.social-block ul li.viber a:before { content: ""; background-image: url(../image/viber-brands.svg);background-repeat: no-repeat;background-size: 80%; background-position: center;}
.social-block ul li.telegram a:before { content: "";  background-image: url(../image/telegram-plane-brands.svg);background-repeat: no-repeat;background-size: 80%; background-position: center;}
.social-block ul li.wa a:before { content: "";  background-image: url(../image/wa-brands.svg);background-repeat: no-repeat;background-size: 80%; background-position: center;}


.social-block ul li:hover a:before {
    transform: scale(0.9);
}

.mfclick {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100vw;
	z-index: 998;
}
.active .mfclick {
	display: block;
	
}
@media (min-width: 600px){
	.catb{
		display: none;
	}
	.home-cat.collapse {
	    display: block !important;
	    height: auto !important;
	    padding-bottom: 0;
	    overflow: visible !important;
	}
}
#cattab {
    position: unset;
}
/* category */
.homecategory{
	margin-top: 50px;
}
.cate-heading{
	font-size: 24px;
	font-weight: 500;
	
	line-height: 34px;
}
.categorybr a {
    display: block;
    color: #000;
	
}
.categorybr a img{
	width: auto;
	position: relative;
	border-radius: 5px;
}
#cat-img {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 40px;
	grid-row-gap: 40px; 
	margin-top: 50px;
	margin-bottom: 50px;
	text-align: center;
}
#cat-img a {
	position: relative;
	overflow: hidden;
}
#cat-img > a:first-child { grid-area: 1 / 1 / 3 / 3; }
#cat-img > a:first-child + a { grid-area: 1 / 3 / 2 / 5; }
#cat-img > a:first-child + a + a { grid-area: 1 / 5 / 2 / 7; }
#cat-img > a:first-child + a + a + a { grid-area: 2 / 3 / 3 / 5; }
#cat-img > a:first-child + a + a + a + a { grid-area: 2 / 5 / 3 / 6; }
#cat-img > a:first-child + a + a + a + a + a { grid-area: 2 / 6 / 3 / 7; } 
.h_services {
	display: flex;
	justify-content: space-between;
	margin-bottom: 100px;
}
#cat-img > a:first-child img {
	height: 500px;
}
.h_services a {
	width: 32%;
	max-width: 453px;
	position: relative;
	overflow: hidden;
	height: 230px;
	border: 2px solid #0271E3;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.4s;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.h_services a:first-child {
	background-image: url(..//image/tradein.png);
}
.h_services a:first-child + a{
	background-image: url(..//image/remont.png);
}
.h_services a:first-child + a + a{
	background-image: url(..//image/credit.png);
}
.categorybr {
	border: 2px solid #0271E3;
	border-radius: 5px;
	height: calc(100% - 30px);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.4s;
}
#cat-img a:hover .categorybr {
	background-color: #0271E3;
}
#cat-img a span {
	font-size: 18px;
  font-weight: 400;
  
  margin-top: 10px;
  display: block;
}
#cat-img a img {
	height: 300px;
	width: auto;
	max-width: 999px;
}
#cat-img .block-cat-wr {
	width: 33%;
	margin-bottom: 50px;
}
.block-cat-wr h5 {
    color: #4c4c4c;
    font-size: 16px;

    font-weight: 500;
    transition: 0.3s ease;
    margin: 10px 0 0 0;
    padding-bottom: 2px;
}
.block-cat-wr a:hover,.block-cat-wr:hover a{
	color: #0271E3;
}
.block-cat-wr{
	padding: 0 10px;
}
#featured_category .rless{
	margin: 0 -10px;
}
/* service */
/* service */
.deliveryinfo{
	padding: 24px 15px;
	border: 0;
	margin-top: 60px;

	background-color: #fff;

	margin-left: 0;
	margin-right: 0;
	cursor: crosshair;
}
@media(max-width: 1200px){
	.zhctg_wrap a, .zhctg_wrap label {
		padding: 25px !important;
	}
	.zhctg_wrap a img, .zhctg_wrap label img {
		margin-right:auto !important;
	}
}
@media(min-width: 1200px){
	.deliveryinfo .ses{
	    padding: 0;
	    border-right: 1px solid #e5e5e5;
		
	}
	.deliveryinfo .ses.ser-s{
	    border: 0 !important;
	}
}
.deliveryinfo ul li:first-child {
    position: relative;
    transition: all .3s ease-in-out 0s;
    height: 70px;
    width: 70px;
    padding: 0;   
    text-align: center !important;
	
}
.deliveryinfo ul{
	margin-bottom: 31px;
	text-align: center;
	display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
}
.deliveryinfo ul:last-child{
	margin-bottom: 0;
}
.deliveryinfo ul li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.deliveryinfo ul li span{
    display: inline-block;
}
.deliveryinfo ul li h4 {
    font-size: 18px;
    font-weight: 400;

    margin-bottom: 7px;
    margin-top: 2px;
    transition: 0.3s ease;
}
.deliveryinfo .ses:hover h4{
	color: #0271E3;
}
.deliveryinfo ul li p{
    font-size: 12px;
    font-weight: 400;

    margin-bottom: 0;
}

/* service over */
/* blog */
.date-com{
	margin-top: 15px;
}
.blog_webi .blog-right h4 {
    font-size: 18px;

    line-height: 28px;
    font-weight: 500;
    overflow: hidden;
    height: 60px;
    margin: 0;
}
.blog-des {
    background-color: #fff;
    padding: 15px;
    margin-top: -80px;
    position: relative;
    border-radius: 5px;
    z-index: 2;
    max-width: 387px;
    margin-left: auto;
    margin-right: auto;
}
.bdsp{
	color: #0271E3;
	font-size: 8px;
	vertical-align: middle;
	padding: 3px 15px;
}
.blog-right{
    position: relative;
    padding: 0;
}
.blog-des p {
    margin-bottom: 12px;
    color: #333;
    line-height: 22px;
    max-height: 45px;
    overflow: hidden;
}
.blog-des hr{
	margin: 15px 0;
}
.date-time {
    display: inline-block;
    font-size: 15px;
    color: #222;
    margin-bottom: 10px;
}
.date-time i{
	color: #0271E3;
}
.date-time span{
	display: block;
}
.blog_webi .blog-right h4:hover{
	color: #0271E3
}
.blog_webi .blog-right .read_more {

    color: #222;
    font-weight: 400;
    display: inline-block;
    background-color: transparent;
    margin-top: 0px;
    padding: 0;
    font-size: 14px;
    border-radius: 0;
}
.blog_webi .blog-right .read_more:hover{
	color: #0271E3;
}
.lb-nav a{
	transition: none
}
.blog-left:hover .webi_post_hover {
    opacity: 1;
    visibility: visible;
    z-index: 1;
    -webkit-transform: scale(0.93,0.9);
}
#blog .product-block .webi-blog-image img{
	border-radius: 5px;
}
.blog-left:hover .blog_mask {
    visibility: visible;
}
.webi-blog-image {
    position: relative;
    margin-bottom: 15px;
}
.webi-blog-image img{
	border-radius: 5px;
}
#blog .product-block .webi-blog-image {
    margin-bottom: 0;
}
.webi_post_hover {
    opacity: 0;
    visibility: hidden;
    z-index: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: 0.4s ease;
    -webkit-transform: scale(0.8);
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.4);
    padding: 10px;
}
.webi_post_hover .icon {
	border-radius: 50%;
	transform: translate(-50%, -50%);
	border: 2px solid #252525;
	padding: 9px 9px;
	display: inline-block;
	line-height: 0px;
}
.webi_post_hover .icon:hover{
	background-color: #252525;
	color: #fff;
}
.blog-ic {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 50%;
}
.blogal .alert {
    position: unset;
}
.blog-desc {
    color: #777;
    line-height: 25px;
    font-size: 14px;
    margin-bottom: 15px;
}
.blog-comment {
    margin: 0 0 10px 0;
}
.blogal .block-title h3,.blog-comment{
	
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 20px;
}
.wco{
    margin-left: 38px;
    position: relative;
    top: 6px;
    margin-bottom: 10px;
    font-size: 12px;
    color: #777;
}
.bcomment{
	background-color: #fff;
	border: 1px solid #eee;
	padding: 15px;
	margin-bottom: 30px;
	border-radius: 5px;
}
.view-comment{
	border-bottom: 1px solid #f2f2f2;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.view-comment:last-child{
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0
}
.blogu span{
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 23px;
}
.date span{
	margin: 0 20px;
}
.view-comment i {
    font-size: 18px;
    line-height: 30px;
}
.allcomment h5{
	font-weight: 500;
	font-size: 16px;
	margin: 0;
	line-height: 23px;
}
.blog_comment::before,.blog_comment::after{
	content: '|';
	padding: 0 15px;
}
.blog_links{
	margin: 10px 0
}
.allmb{
	margin-bottom: 15px;
	background: #fff;
	padding: 0;
}
.sngblog h3{
	font-size: 16px;
	margin: 0;
	padding-bottom: 10px;
	
	line-height: 23px;
}
.sngblog .blog-desc{
	margin-bottom: 0;
	text-align: justify;
}
.allmb .blog-desc{
	overflow: hidden;
	height: 75px;
	text-align: justify;
}
/* logo slider */
/* newsletter */
.newsl .description-top p {
    font-size: 13px;

    letter-spacing: .5px;
    color: #656565;
    margin: 15px 0;
    line-height: 24px;
}
.newsl .input-group input,.newsl .input-group .input-group-btn button{
	height: 46px;
	border: none;
}
.newsl.alert,.white-popup .alert{
	position: unset
}
.newsl .form-group{
	margin-bottom: 0;
	margin-top: 2px;
}
.newsbgf h5 {
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    margin: 11px 0;
}
.newsbgf .alert{
    bottom: -63px;
    top: auto;
    left: 0;
    right: 0;
    width: 100%;
}
.newsl .input-group .input-group-btn button {
    min-width: 142px;
    font-size: 14px;
    font-weight: 500;
    background-color: #3d3d3d;
    color: #fff;
    border-radius: 0 5px 5px 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-top: 12px;
}
.newsl .input-group .input-group-btn button:hover{
	background-color: #333;
	color: #fff;
}
/* newsletter popup */
.white-popup {
  	position: relative;
	background: #FFF;
	padding: 40px 30px;
	width: auto;
	max-width: 500px;
	margin: 20px auto;
	text-align: center;
}
.white-popup h1{
	font-weight: 500;
	text-transform: uppercase;
	font-size: 26px;
	margin: 0;
}
.white-popup p{
	color: #777;
	margin: 15px;
	line-height: 23px;
}
.white-popup .form-group  .checkbox label{
	position: relative
}
.white-popup  .mfp-close{
    background: transparent;
    border-radius: 5px;
}
.newsletter-bg{
   background-repeat: no-repeat;
   background-size: cover;
   border-radius: 5px;
}
.slide-bottom{
    position: absolute;
    padding:30px;
    background:#FFF;
    bottom: 0;
    right: 10%;
    border: solid 1px #000;
}
.slide-bottom .inner{
    position: relative;
}
.button-slide{
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    background:#000;
    color: #FFF;
    text-align: center;
    line-height: 30px;
}
/* footer */
.foot-top {
    padding: 27px 15px;
    position: relative;
    background-color: #0271E3;
    border-radius: 0;
}
.social h5 {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    vertical-align: middle;
    margin: 0;
}
.inputNew {
    height: 47px;
    box-shadow: none;
    width: 100%;
    padding: 11px 15px;
    border: 1px solid #eee;
    border-radius: 5px;
}
.newsbgf .btn{
	height: 47px;
	box-shadow: none;
	padding: 11px 15px;
	border: none;
	border-radius: 5px;
	background-color: #222;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 15px;
}
.d-info {
    color: #222;
    letter-spacing: 1px;
    font-size: 21px;
    font-weight: 500;

    margin-top: 16px;
}
#scroll {
    position: fixed;
    right: 20px;
    bottom: 60px;
    cursor: pointer;
    z-index: 8;
    height: 40px;
    width: 40px;
    line-height: 0;
    padding: 5px 0;
    display: none;
    outline: none;
    text-align: center;
    transition: all .5s ease-in-out;
    background: #0271E3;
    color: #fff;
    border-radius: 5px;
}
#scroll:hover{
	background-color: #000;
	color: #fff;
}
#scroll i {
    font-size: 26px;
}
.middle-footer{
	padding: 90px 0;
}
footer{
	background-color: transparent;
	margin-top: 0px;
}
.footblink {
    border-top: 1px solid rgba(0,0,0,0.15);
    text-align: center;
    padding: 43px 0 26px 0;
}
.tag-d {
    margin: 0 auto;
    display: inline-block;
    vertical-align: top;
    width: 90%;
}
.tag-top h4{
	display: inline-block;
	margin: 0;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	margin-right: 5px;
	float: left;
}
.footblink li {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}
.footblink li a {
    color: #222;
    position: relative;

    line-height: 24px;
}
.footblink li a:hover{
	color: #0271E3;
}
.footblink li a::after {
    content: '|';
    color: #666666;
    margin: 0 12px;
}
.footblink li:last-child a::after {
 display:none
}
.middle-footer h5 {
    font-size: 18px;
    color: #000;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.middle-footer a, .f-left li {
	
	line-height: 35px;
	transition: 0.3s ease;
	letter-spacing: 0.5px;
	font-weight: normal;
	color: #222;
}
.middle-footer a:hover,.fpayment i:hover{
	color: #0271E3
}
.fot-pay p {
    margin: 25px 0 30px 0;
    line-height: 23px;
    color: #b2b2b2;
    font-size: 13px;
    letter-spacing: 1px;
}
.fpayment i {
    font-size: 24px;
    color: #868686;
}
.fpayment {
    margin-top: 10px;
}
.pay-img {
    display: inline-block;
    background-color: #f5f5f5;
	padding: 0 10px;
	margin: 0 -3px;
}
.payment-img {
    margin-top: -66px;
    position: absolute;
    left: 0;
    right: 0;
}
.f-left svg {
    fill: #0271E3;
    margin-right: 10px;
}
.list-unstyled.f-left {
    margin-bottom: 20px;
}
.f-left li {
    word-break: break-all;
}
.copy {
	padding: 15px 0;
}
.copy-t,.copy-t a{
	color: #222;
}
.copy .text-left a,.copy .text-left{
	color: #fff;
}
.copy .text-left{
	margin-top: 10px;
}
.copy .text-left a:hover{
	color: #000
}
.footer-down {
    border-top: 1px solid rgba(0,0,0,0.15);
    padding: 27px 0;
}
.footer-down h6{
	color: #fff;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	margin-right: 30px;
	text-transform: uppercase;
}
.footer-down ul{
	display: inline-block;
}
.footpay svg{
	width: 40px;
	height: 40px;
}
.fsocial a {
    line-height: normal;
    min-width: 40px;
    min-height: 40px;
    text-align: center;
    padding-top: 10px;
    background: #fff;
    color: #222;
    border-radius: 5px;
    display: inline-block;
    vertical-align: middle;
}
.fsocial a i{
	font-size: 16px;
}
.fsocial a:hover{
	background-color: #3d3d3d;
	color: #fff;
}
.foot-social {
    margin: 3px 0;
}
.next-prevb .owl-theme .owl-controls .owl-buttons div {
    color: #000;
	font-size: 18px;
	margin: 0 5px;
	padding: 0 0;
	background: transparent;
	display: inline-block;
	cursor: pointer;
	border: none;
	width: 22px;
	height: 22px;
	opacity: 1;
	text-align: center;
	border-radius: 50%;
	transition: 0.3s ease;
	font-weight: 500;
	position: unset;
	position: absolute;
	top: 130px;
	line-height: 1;
}
.next-prevb .owl-theme .owl-controls .owl-buttons div.owl-next {
	padding: 0 8px;
	right: -25px;
}
.next-prevb .owl-theme .owl-controls .owl-buttons div.owl-prev {
	padding: 0 6px;
	left: -25px;
}
.owl-carousel .owl-buttons div i{
    color: #0073EA;
	text-shadow: none;
	font-size: 18px !important;
}
.next-prevb .owl-theme .owl-controls .owl-buttons div:hover i {
    color: #fff;
}
.next-prevb .owl-theme .owl-controls .owl-buttons div:hover {
    background: #0271E3;
    color: #fff;
}
.next-prevb .owl-theme .owl-controls .owl-buttons {
    position: absolute;
    top: 0;
    left: 0px;
    background-color: transparent;
    z-index: 1;
	width: 100%;
}
.next-prevb .owl-theme .owl-controls .owl-buttons div svg{
	text-shadow: none;
}
/* pagination */
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: transparent;
    border-color: #0271E3;
    z-index: 0;
    color: #fff
}
.pagination > li > a, .pagination > li > span {
    color: #fff;
    padding: 7px 12px 5px 12px;
	background-color: transparent;
	border-color: transparent;
	border-radius: 4px;
	cursor: pointer;
	font-weight: 500;
}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    color: #0271E3;
	background-color: transparent;
    border-color: #0271E3;
}
.pagi .tot{
	line-height: 34px;
	font-size: 12px;
}
.pagi{
	margin: 0;
	background-color: transparent;
	padding: 8px 0;
	border: none;
	border-radius: 5px;
}
.pagination > li {
    display: inline-flex;
}
/* product page */
.prodsminforow {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.prodsminforow > div:last-child {
	display: flex;
	align-items: center;
}
.pro-wid {
    max-width: 1250px;
    margin: 0 auto;
}
.pro-wid > h1 {
	text-align: center;
	padding-top: 35px;
	padding-bottom: 20px;
}
.zhstock {
	text-align: center;
	margin-left: 10px;
}
#heartzh {
	background-color: transparent;
}
.zhstock div {
	padding: 5px 20px;
	display: inline-block;
	margin: 0 auto;
	font-weight: 500;
	font-size: 14px;
	border-radius: 15px;
	text-align: center;
}
.zhstock div.instock {
	border: 1px solid #006633;
	color:#006633;
}
.zhstock div.nostock {
	border: 1px solid #0073EA;
	color:#0073EA;
}
.form-rating .form-rating-container, .radi .form-rating,.radi label{
    display: inline-block;vertical-align: middle;margin: 0
}
.form-rating .form-rating-container label,
.form-rating .form-rating-container:hover label {
    margin-bottom: 0;
    cursor: pointer
}
#tab-review .fa-stack-2x {
    color: #0271E3;
}
.form-rating .form-rating-container input {
    display: none
}
.form-rating .form-rating-container:hover label:hover i.fa-star-o,
.form-rating .form-rating-container:hover label:hover~label i.fa-star-o {
    color: #0271E3;
}
.form-rating input:checked~label i.fa-star,.form-rating input:checked~label i.fa-star-o,.form-rating .form-rating-container:hover label:hover i.fa-star,
.form-rating .form-rating-container:hover label:hover~label i.fa-star {
    color: #0271E3;
}
.form-rating .form-rating-container label i.fa-star-o, .form-rating .form-rating-container:hover label i.fa-star-o, .form-rating .form-rating-container label i.fa-star, .form-rating .form-rating-container:hover label i.fa-star {
    color: #d9d9d9;
}

.btn.datebtn {
    min-height: 38px;
    margin: 0 !important;
}
.btn.pcrt.btn-primary {
    min-height: 35px;
    padding-top: 8px;
}
#product-product .pro-content .alert,#account-register .alert{
	position: unset;
}
.zoomWrapper{
	position: relative
}
.thumbnail{
	border: none;
	background-color: transparent;
	padding: 0;
}
.cpagerow .product-layout {
	box-sizing: border-box;
}
/* Стилі для мобільних - 2 колонки */
@media (max-width: 767px) {
	.cpagerow .product-layout.product-list {
		width: 50% !important;
		float: left !important;
		box-sizing: border-box;
		padding: 0 8px;
	}
}
/* Стилі для планшетів та десктопу */
@media (min-width: 768px) {
	.cpagerow .product-layout.product-list {
		width: 100%;
		float: none;
	}
}
.product-layout .product-thumb {
background-color: rgba(29, 29, 27, 0.3); box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.4);
	padding:  18px;
	border-radius:20px;
}
.product-layout .product-thumb .ukrcreditsticker {
	display: none;
}
.addro{
	margin: 0 -5px;
}
.addpa{
	padding: 0 5px;
}
#zoom_03{
	border-radius: 5px;
}
.pro-price{
	font-size: 18px !important;
	font-weight: 500;
}
.palert,#tab-review .alert{
	position: relative;
}
#tab-review #review{
	margin-bottom: 15px;
}
.product-tab .nav-tabs li.active::after {
    height: 2px;
    width: 100%;
}
.product-tab .nav-tabs li::after {
    content: '';
    position: absolute;
    bottom: 0;
    transition: all .3s ease-in-out;
    width: 0;
    border-bottom: 2px solid #0271E3;
    left: 0;
}
.product-tab .nav-tabs > li > a {
	color:#fff;
}
.product-tab .nav-tabs > li > a:hover {
	color: #0271E3;
}
.product-tab .nav-tabs > li.active > a,.product-tab .nav-tabs > li.active > a:focus,.product-tab .nav-tabs > li.active > a:hover {
    color: #0271E3;
    cursor: default;
    background-color: transparent;
    border: none;
    cursor: pointer;
}
.product-tab .nav > li > a:focus,.product-tab .nav > li > a:hover,.product-tab .nav-tabs > li > a{
    border: none;
    background: transparent;
}
.product-tab .nav > li > a{
	font-weight: 500;
	padding-left: 0;
	padding-right: 0
}
#tab-specification .table-bordered > thead > tr > td,#tab-specification .table-bordered > tbody > tr > td{
	border: 1px solid #f6f6f6;
}
.pro-content h1 {
	font-size: 18px;
	
	letter-spacing: 1px;
	margin-top: 0;
}
.pro-content #product h3{
	font-size: 18px;
}
.pro-content .alert,.product-quickview-detail .alert,#accordion .alert{
    position: unset;
}
.pro-content .qty-plus-minus .form-control {
    width: 45px;
    text-align: center;
    border-radius: 0;
}
.btnminus,.btnplus{
    line-height: 22px;
}
.pro-content .qty-plus-minus .form-control.btnminus {
    border-radius: 5px 0 0 5px;
}
.pro-content .qty-plus-minus .form-control.btnplus {
    border-radius: 0 5px 5px 0;
}
.producthr {
    border-top: 1px solid #f2f2f2;
}
.text-decor, .text-de {

    font-size: 14px;
    letter-spacing: 1px;
    min-width: 145px;
    display: inline-block;
    line-height: 25px;
}
.textdeb {
    margin: 0 4px;
    color: #0271E3;
}
.textdeb:hover{
    color: #000;
}
.text-decor-bold{

    font-size: 14px;
}
.text-decor-bold h2{
	font-weight: 500;
	font-size: 38px;
	margin-top: 0;
	margin-bottom: 0
}
.custom-radio .img-thumbnail {
    display: block;
    padding: 0;
    border-radius: 4px;
    border: none;
    height: 30px;
    width: 30px;
}
.text-decorop {

    font-size: 14px;
    letter-spacing: 0;
}
.datebtn {
    background-color: #0271E3;
    box-shadow: none;
    transition: all 0.3s ease;
    font-size: 12px;
    color: #fff;
}
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group{
	z-index: 0;
}
.datebtn:hover, .btnup:hover{
    background-color: #000;
    color: #fff;
}
.pro-content .rating li{
	display: inline-block;
	
}
#tab-description{
	line-height: 22px;
}
.btnup {
    background-color: #0271E3;
    transition: all 0.3s ease;
    font-size: 14px;
    box-shadow: none;
    border: none;
    color: #fff;
}
.proreview {
	border-right: 1px solid #aaa;
	border-left: 1px solid #aaa;
	margin: 0 30px;
	padding: 0 30px;
}
.productwish button {
    background-color: transparent;
    color: #000;
    box-shadow: none;
    border: none;
    font-size: 37px;
    margin-right: 10px;
    padding: 0;
}
.pro-content .qty-plus-minus .form-control:focus{
    border-color: #ededed;
}
.product-tab{
	margin-top: 30px;
	margin-bottom: 30px;
	border-radius: 5px;
	border: none;
}
.product-tab .nav-tabs{
	border-bottom: none;
	padding: 0
}
.product-tab li{
	margin: 0 10px;
}
.tab-pane td {
	border-top: none !important;
}
.product-tab .tab-pane{
	padding: 15px;
}
a.thumbnail.active, a.thumbnail:focus, a.thumbnail:hover{
	border-color: #ededed;	
}
.qtlabel{
	margin-top: 5px;
	width: auto;
}
.product-tab #review .fa-stack{
	font-size: 8px;
}
#gallery_01 img{
	border: 1px solid #ededed;
	margin-bottom: 1px;
	border-radius: 5px;
}
.rsep{
	padding: 0 20px;
}
.custreview{
	
	border-top: 1px solid #eee;
	padding-top: 10px;
	margin-top: 10px;
}
#review .custreview:nth-child(1)  {
	border-top: none;
	margin-top: 0;
	padding-top: 0
}
#tab-review #review{
	border: 1px solid #eee;
	padding: 10px;
	border-radius: 5px;
}
#tab-review #review p{
	margin-bottom: 0;
	font-size: 12px;
	letter-spacing: 0;
}
.custreview p{
	color: #777;
	line-height: 23px;
	font-size: 13px;
	margin-bottom: 0;
}
.crspc{
	padding: 10px 0;
}
.crspc span{
	display: inline-block
}
/* category page */
.catfilter {
    margin-top: 0px;
}
.product-grid .catlist-des {
    display: none;
}
.catlist-des {
    color: #727272;
	font-size: 14px;
	margin-top: 0;
	margin-bottom: 13px;
	
	max-height: 38px;
	overflow: hidden;
}
.filter-panel .panel-footer{
	background-color: #fff;
}
.filter-panel .list-group a {
    color: #000;
    border-bottom: 1px dotted #ededed;
    padding-bottom: 10px;
    font-weight: normal;
}
.filter-panel .list-group a:hover {
    background-color: transparent;
    border-bottom: 1px dotted #ededed;
}
.filter-panel .list-group-item {
    background-color: transparent;
}
.cate-top {
    background-color: #fff;
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid #eee;
	margin-left: 0;
	margin-right: 0;
	border-radius: 5px;
}
.cate-top h2{
		font-size: 40px;
      font-weight: 500;
      background: -webkit-linear-gradient(356deg, #0090F7, #BA62FC, #F2416B, #F55600);
  background: linear-gradient(94deg, #0090F7, #BA62FC, #F2416B, #F55600);
    background-clip: border-box;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.cate-top p{
	font-size: 14px;
	color: #aaa;
	letter-spacing: 0.5px;
	
}
.cate-border {
    background-color: #fff;
	margin: 0 0 20px 0;
	padding: 10px 0px;
	border: 1px solid #eee;
	border-radius: 5px;
}
#compare-total{
	padding: 0;
	font-weight: 500;
	margin-top: 5px;
}
.catesort label {
    background-color: #fff;
    border: none;
    color: #1e1e1e !important;
}
.lgrid{
	margin-top: 5px;
}
.lgrid svg {
    fill: #aaa;
    cursor: pointer;
}
.lgrid .active svg {
    fill: #0271E3;
    cursor: pointer;
}
.catesort select option {
    background-color: #fff;
    color: #000;
}
.select-input::after {
    font-family: 'fontawesome';
	content: '\f107';
	font-size: 14px;
	position: absolute;
	right: 10px;
	top: 6px;
	pointer-events: none;
}
.catesort .input-group .form-control{
	z-index: 0;
	border-radius: 5px !important;
}
.catesort select.form-control {
    appearance: none;
    -o-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
}
.listgridbtn {
    background-color: #fff;
    padding: 0 !important;
    margin: 0 2px;
    border: none;
    box-shadow: none
}
.listgridbtn.active, .listgridbtn.active:hover, .listgridbtn:hover {
    background-color: transparent;
    box-shadow: none;
}
.listgridbtn i {
    font-size: 22px;
}
.btn-link:focus, .btn-link:hover{
	text-decoration: none;
}
.product-grid,.product-list{
	margin-bottom: 30px;
}
.product-grid .product-thumb,.product-list .product-thumb{
	margin-bottom: 0;
}
.product-list .product-thumb .rating{
	float: none !important;
	margin-bottom: 10px;
}
.product-list .product-thumb .price span {
    display: inline-block;
}
/* .product-list .product-thumb .button-group button, .product-list .product-thumb .button-group a {
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
} */
.product-list .product-thumb .button-group{
	position: unset;
	transform: none;
	opacity: 1;
	transition: none;
	text-align: left;
	margin-top: 10px;
}
.product-list .product-thumb .button-group .topbt{
	position: unset;
	transform: none;
	opacity: 1;
	transition: none;
	text-align: left;
	display: inline-block;
	vertical-align: middle;
}
.product-list .product-thumb:hover .button-group{
	transition: none;
	transform: none
}
.product-list .bquickv{
	opacity: 1;
	transition: none
}
.product-list .protitle,.product-list .protitle a{
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 10px;
	transition: unset;
}
.product-list .product-thumb .price{
	font-size: 18px;
}
.product-list .product-thumb .button-group button, .product-list .product-thumb .bquickv{
	display: inline-block;
}
.product-list .product-thumb {
    float: left;
    width: 100%;
}
.product-list .product-thumb .price{
	float: none !important;
	opacity: 1 !important;
}
.product-list .rat-pri .text-right{
	text-align: left;
	margin-top: 7px;
}
/* filter */
.catfilter.panel-default > .panel-heading,.cathed{
	color: #000;
    background-color: #f7f7f7;
    border: none;
    text-transform: uppercase;
}
.catfilter .panel-heading button{
	border: none;
	background: transparent;
	box-shadow: none;
}
.catfilter .checkbox input{
	margin-top: 3px;
}
#xsfilter .list-group{
	margin-bottom: 0
}
.panel-default {
    border: none;
    box-shadow: none;
    border-radius: 0;
}
.list-group-item {
    border: 1px solid #eee;
}
.panel-footer {
    background-color: #fff;
    border: 1px solid #eee;
}
/* refine search */
.refines{
	margin-bottom: 20px;
}
.refines ul{
	display: inline-block
}
.refines li{
	border: 0px solid #eee;
	font-size: 12px;
	letter-spacing: 0;
	padding: 0;
	vertical-align: middle;
	margin-right: 10px;
	
	margin-bottom: 10px;
	border-radius: 0px;
}
.refines li a {
	border: 1px solid #0073EA;
  border-radius: 15px;
  text-align: center;
  padding: 5px 10px;
  font-size: 14px;
  color: #fff;
  transition: 0.4s;
}
.refines li a:hover {
	background-color: #0073EA;
}
.refines h3{
	
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 25px;
}
/* search page */
.search-page select.form-control {
    appearance: none;
    -o-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
	background-color: rgba(29, 29, 27, 0.8);
}

.search-page .select-input {
    position: relative;
}
#product-search .checkbox-inline {
    margin-top: 7px;
}
/* other page */
.acspace input{
	vertical-align: middle;
	margin: 0;
}
#common-success .infobg p a{
	color: #fff9f9;
	font-weight: 700;
	text-decoration: underline;
	text-decoration-thickness: 2px;
}
#common-success .infobg p a:hover{
	color: #0271E3;
}
/* account - left column */
a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover{
	background-color: transparent;
	color: #0271E3;
}
.accolumn{
	background-color: rgba(29, 29, 27, 0.8); box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.4);
  padding: 0 20px 20px 20px;
  border-radius: 35px;
}
.accolumn.list-group a{
	border: none;
	padding: 10px 10px;
	font-size: 14px;
	background-color: transparent;
	color:#0073EA;
}
.accolumn.list-group a.logu{
	padding: 10px 0;
	color: #000
}
.accolumn h3{
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	padding: 0;
	display: inline-block;
	margin-top: 0;
	padding: 10px 10px 0 10px;
}
.accolumn h3 a{
	font-size: 14px;
	font-weight: 500;
	color: #878787;
	padding: 0;
	display: inline-block;
	margin-top: 0;
	padding: 0 0px;
}
.accolumn h3 svg{
	fill: #0271E3;
	margin-right: 10px;
}
.accolumn hr{
	border-top: 1px solid #f0f0f0;
}
/* account page */
/*-------------*/
.acco span{
	display: inline-block;
	vertical-align: middle;
}
#account-account.acpage #content[class*="col-"] .accrow a {
    display: inline-block;
    border: 1px solid #eee;
    width: 100%;
    padding: 25px 25px;
    border-radius: 4px;
    margin-bottom: 30px;
}
#account-account.acpage #content[class*="col-"] .accrow span:first-child{
	border-right: 1px solid #eee;
	padding-right: 25px;
	margin-right: 25px;
}
#account-account.acpage #content[class*="col-"] .accrow span:last-child{
	font-size: 16px;
	font-weight: 500;
}
#account-account.acpage #content[class*="col-"] .accrow span:last-child span{
	font-size: 14px;
	font-weight: 400;
	color: #bcbcbc;
	margin-top: 6px;
	
	letter-spacing: 0.3px;
}
#account-account.acpage #content[class*="col-"] .accrow span svg{
	fill: #0271E3;
}
#account-account .achead {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 0;
}
.acl{
	margin-bottom: 5px;
}
.logo-slider {
    margin-top: 50px;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 15px 10px;
}
.product-quickview-detail .swiper-viewport{
	margin: 0
}
.product-quickview-detail {
    width: 100%;
    background-color: #fff;
}
.product-quickview-detail #content{
	min-height: auto;
	margin-top: 20px;
}
.mfp-iframe-scaler iframe{
	background: #fff !important;
	border-radius: 5px;
	box-shadow: none !important;
}
.product-quickview-detail .pro-content h1{
	margin-top: 0;
}
.swiper-button-prev::before,.swiper-button-next::before{
	color: #000 !important;
	font-size: 26px !important;
}
.product-quickview-detail #content {
    min-height: auto;
    margin-top: 20px;
}
#checkout-checkout .infobg [class*="col-"] h2 {
    font-size: 18px;

    margin-top: 0;
}
.contsp {
    margin-left: 35px;
    line-height: 25px;
    margin-bottom: 13px;
	font-size: 16px;
}
.cartpsp .btn{
	border-left: 1px solid #fff;
}
.infocnt i{
	font-size: 16px;
	vertical-align: bottom
}
.infocnt{
	margin-bottom: 20px;
}
.table-bordered,.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th{
	border: 1px solid #eee;
}
#accordion .panel-default {
    border: 1px solid #eee;
}
.cartpsp .btn-danger {
    margin: 0 1px;
    height: 38px;
}
.cartpsp .btn-danger:first-child{
	border-radius: 0 !important;
}
.subheading, .not-found-head {
    border-bottom: 1px solid #eee;
    margin-top: 0;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    color: #000;
    padding: 10px 0;
}
.acpage .pull-right input[type="checkbox"]{
	margin-top: 0;
	vertical-align: middle;
}
.sitem ul{
	line-height: 35px;
	padding-left: 25px;
	padding-right: 25px;
}
.sitem ul li{
	list-style: url;
}
#accordion #input-password,#affiliate-login #input-password,#account-login #input-password{
	margin-bottom: 10px;
}
#accordion .panel-title i {
    float: right;
}
#account-wishlist .valign .btn{
	margin: 5px 0;
}
#account-wishlist .table {
    min-width: 660px;
}
.panel-title{
	font-size: 14px;
}
.valign{
	vertical-align: middle !important;
}
.well {
    background-color: rgba(29, 29, 27, 0.8); box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.4);
  padding:20px;
  border-radius: 35px;
  border: none;
}
.well p{
	font-size: 12px;
}
.well p strong{
	font-size: 14px;
}
.table-hover > tbody > tr:hover {
    background-color: transparent;
}
.addlist{
	border: 1px solid #ededed;
	padding: 10px;
	line-height: 25px;
	border-radius: 5px;
}
.addl{
	border-top: 1px solid #ededed;
	padding-top: 10px;
	margin-top: 10px;
}
.alert {
    position: absolute;
    top: 0;
    left: 0;
	right: 0;
    font-size: 12px;
    border-radius: 5px;
    z-index: 999;
}
.container > .alert {
    position: absolute;
    top: 125px;
    left: 25px;
	right: 25px;
    font-size: 12px;
    border-radius: 5px;
    z-index: 999;

}
.alert .close {
    opacity: 1;
    right: 0;
    top: 0;
}
.co-heading {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-top: 0;
}
.comb .btn-primary{
	margin: 3px 0;
}
.com-description {
    width: 25%;
    color: #777;
	font-size: 13px;
}
.com-summary {
    width: 1%;
}
.brand-list .brands-content {
    padding: 8px;
}
.bname {
    background: none repeat scroll 0 0 #f2f2f2;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 6px 0;
    padding: 5px 8px;
    border-radius: 5px;
}
.brand-list {
    border: 1px solid #f2f2f2;
    padding: 5px;
    margin-bottom: 20px;
    background-color: #fff;
    border-radius: 5px;
}
/* responsive */
@media(min-width: 1590px){
	.product-list .image {
    	width: 20%;
	}
	.product-list .caption {
    	width: 80%;
	}
	.product-grid{
		width: 25%;
	}
}
.addimage img{
	margin-bottom: 10px;
}
@media (max-width: 779px){
	.product-quickview-detail .pro-content h1 {
	    margin-top: 50px;
	}
}
.product-list .image{
	border: 1px solid #eee;
	border-radius: 5px;
}
@media (min-width: 768px){

	
	.toppati ul.alogin li{
		display: block;
	}
	.product-list .caption {
	    text-align: left;
	    padding-left: 10px;
	    padding-right: 10px;
	}
	.product-list .image, .product-list .caption {
	    float: left;
	    position: relative;
	    margin: 0;
	}
	#xsfilter {
	    display: block !important;
	}
	.catfilter .panel-heading button{
		display: none
	}
	.middle-footer h5 button {
	    display: none;
	}
	.footer-collapse.collapse {
	    display: block !important;
	    height: auto !important;
	    padding-bottom: 0;
	    overflow: visible !important;
	}
}
@media(min-width: 1410px) and (max-width: 1589px){
	.category-tab .nav-tabs li{
		padding: 7px 15px;
	}
	#latest .caption {
    	margin-top: 10px;
	}
	.dropdown.inuser.d-inline-block {
    	margin: 2px 10px;
	}
	#menu .navbar-nav > li > a, .view_more.my-menu a{
		padding: 9.5px 15px;
	}
	.deliveryinfo ul li h4 {
    	font-size: 16px;
    }
    .ser-t p{
    	letter-spacing: 0;
    }
}
@media(min-width: 1200px){
	.cat-banner {
    	width: 20%;
	}
	.cate-b-part{
		width: 80%;
	}
	.head-menu {
    	width: 19%;
	}
	.manun {
    	width: 81%;
	}
}
@media (min-width: 1410px){
	.searchbr .image{
		width: 21%;
	}
	.madebyhand-dis{
		width: 79%;
	}
	#column-right,#column-left{
		width: 20%;
	}
	#content.colright{
		width: 80%;
	}
	.product-list .image {
	    width: 24%;
	}
	.product-list .caption {
	    width: 76%;
	}
	.manucom .product-grid{
		width: 20%;
	}
	.manucom .product-list .image{
		width: 30%;
	}
	.manucom .product-list .caption{
		width: 70%;
	}
	.manucom .product-list{
		width: 50%;
	}
}
@media (min-width: 1200px) and (max-width: 1409px){
	.timerpro hr{
		display: none;
	}
	.timerpro .product-thumb .rating{
		margin-top: 0;
	}
	.offer-text{
		display: none;
	}
	.is-countdown{
		text-align: left;
	}
	.cate-heading{
		font-size: 20px;
	}
	#cat_tab a {
    	font-size: 14px;
	}
	.blog-des {
	    margin-left: 20px;
	    margin-right: 20px;
	}
	.date-time{
		margin-top: 16px;
	}
	.middle-footer h5 {
    	font-size: 15px;
	}
	#cattab .caption {
    	margin-top: 22px;
	}
	
	.deliveryinfo ul li h4{
		font-size: 14px;
	}
	.dropdown.inuser.d-inline-block {
    	margin: 2px 3px;
	}
	#account-account.acpage #content[class*="col-"] .accrow a {
    	padding: 15px 10px;
	}
	#account-account.acpage #content[class*="col-"] .accrow span:last-child span {
    	font-size: 12px;
	}
	#account-account.acpage #content[class*="col-"] .accrow span:last-child {
    	font-size: 14px;
	}
	.menuwidth,.acpage #column-right{
		width: 22%;
	}
	.product-grid{
		width: 33.33%;
	}
	.manucom .product-grid{
		width: 25%;
	}
	.fsocial a{
		margin: 0 2px;
	}
	.newsbgf h5{
		font-size: 18px;
	}
	.ser-t {
    	padding: 0;
    	border: none;
    	margin: 0 0;
    	text-align: center !important;
	}
	.ser-t p{
		font-size: 11px;
	}
	.list-group a{
		font-size: 13px;letter-spacing: 0
	}
	.product-list .image {
	    width: 25%;
	}
	.product-list .caption {
	    width: 65%;
	}
	.bserhover .serdes{
		padding: 30px 0
	}
}
@media (min-width:1300px) and (max-width: 1409px) {
	#menu .navbar-nav > li > a, .view_more.my-menu a {
	    font-size: 14px;
	    padding: 13.8px 15px;
	}
}
@media(max-width: 1199px){
	.social h5{
		display: none;
	}
	.newsl .input-group .input-group-btn button{
		min-width: 100px;
	}
}
@media (min-width: 992px) and (max-width: 1199px){
	.st-menu li a{
		margin-right: 20px;
	}
	#latest .caption {
    	margin-top: 5px;
	}	
	
	.hsticky {
    	padding: 15px 0;
	}
	.tag-top h4{
		width: 12%;
	}
	.tag-d {
    	width: 87%;
	}
	.footblink li a::after {
    	margin: 0 5px;
	}
	.dropdown.inuser.d-inline-block {
    	margin: 2px 8px;
	}
	.timerpro .product-thumb .box-timer span.countdown-section{
		margin-right: 2px;
	}
	.offer-text{
		display: none;
	}
	.pro-tab span {
    	margin: 0 10px;
	}
	.deliveryinfo ul,.is-countdown {
    	text-align: left;
	}
	.category-tab .nav-tabs li{
		padding: 8px 15px;
	}
	.heading{
		font-size: 20px;
	}
	.deliveryinfo .ses:nth-child(1),.deliveryinfo .ses:nth-child(2){
		margin-bottom: 15px;
	}
	.proreview {
    	margin: 0 12px;
    	padding: 0px 12px;
	}	
	#footer_contact .data h3 {
    	font-size: 14px;
    	
	}
	#footer_contact .data h4 {
    	font-size: 13px;
	}
	.middle-footer h5 {
    	
    	font-size: 14px;
	}
	.home-page .title-menu{
    	padding: 6px 15px;
	}
	.accolumn h3 {
    	font-size: 14px;
    	padding: 0 14px;
	}
	.thumbnail-container .product-title {
    	width: 60%;
	}
	.blog-des.pull-right {
    	width: 82%;
	}
	.newsbgf h5 {
    	font-size: 18px;
	}
	#madebyhand-search-category{
		width: 130px;
	}
	.ser-ss{
		margin-top: 30px;
	}
	.manucom .product-grid{
		width: 25%;
	}
	.product-list .image {
	    width: 32%;
	}
	.product-list .caption {
	    width: 68%;
	}
	.view_more.my-menu a{
		padding: 11px !important;
	}
}
.product-thumb .topbt .cartb {	   
	    background-color: #0271E3;
		border: none;
		display: inline-block;
		vertical-align: middle;
		cursor: pointer;
		border-radius: 25px;
		text-align: center;
		transition: 0.3s ease;
		padding: 0;
		min-width: auto;
		min-height: auto;
		font-weight: 600;
		margin: 0 auto;
		font-size: 15px;
		color: #fff;
		width: 103px;
  		height: 33px;
		margin-top: 5px;
		font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
		line-height: 30px;
	}
@media (min-width: 992px){
	.sticky,.blogsticky{
		position: sticky;
		top: 15px
	}
	.product-list .product-thumb .caption{
		background-color: transparent;
		border-radius: 0;
		padding: 0 10px;
	}
	.product-thumb .absbtn {
	    position: absolute;
	    bottom: 54%;
	    right: 0;
	    left: 0;
	    text-align: center;
	    overflow: auto;
	    opacity: 0;
	    transition: all 0.4s ease-in-out 0s;
	}
	.topbt .cartb svg{
		display: none;
	}
	
	.product-thumb .topbt .cartb:hover{
		color: #000;
		background-color: transparent;
		border: none;
	}
	.product-thumb:hover .topbt .cartb {
    	opacity: 1;
	}
	.thumbnail-thumb .price {
	    transition: 0.3s ease-in-out;
	}
	.product-thumb:hover .absbtn {
	    opacity: 1;
	}
	.product-list .product-thumb .absbtn{
		position: unset;
		opacity: 1 !important;
		display: inline-block;
		vertical-align: middle;
	}
	.product-list .product-thumb .topbt .cartb{
		position: unset;
		opacity: 1 !important;
		background-color: #f0f0f0;
		border-radius: 5px;
		color: #fff;
		min-width: 40px;
		min-height: 40px;
		text-align: center;
		border: 1px solid #f0f0f0;
		padding: 9px 7px;
		font-size: 13px;
		text-transform: uppercase;
		transition: 0.3s ease;
		display: inline-block;
		vertical-align: middle;
		margin: 5px 2px;
	}
	.product-list .product-thumb .topbt .cartb:hover{
		background-color: #0271E3;
		border: 1px solid #0271E3;
	}
	.product-list .product-thumb .topbt .cartb span{
		display: none;
	}
	.product-list .product-thumb .topbt .cartb svg{
		display: inline-block;
	}
}
@media(min-width: 992px){
	

 

	.cate {
	    vertical-align: middle;
	    display: inline-block;
	    padding: 4px 10px;
	    font-size: 14px;
	    font-weight: 500;
	}
	.title-menu {
	    background: #0073EA none repeat scroll 0 0;
	    padding: 6px 10px;
	    color: #fff;
	    text-transform: uppercase;
	    border-radius: 5px;
	    display: inline-block;
	    width: 100%;
	    cursor: pointer;
	    font-size: 14px;
	    font-weight: 500;
	    border-radius: 5px;
	    border: 1px solid #0271E3;
	    
	}


	.ico-menu .bar:nth-child(1) {
	    top: 1px;
	    width: 15px;
	}
	.ico-menu .bar:nth-child(2) {
	    top: 5px;
	    width: 15px;
	}
	.ico-menu .bar:nth-child(3) {
	    top: 9px;
	    width: 15px;
	}
	.ico-menu .bar:nth-child(1)::after {
	    -webkit-transition-delay: 0.1s;
	    transition-delay: 0.1s;
	}
	.ico-menu .bar:nth-child(2)::after {
	    -webkit-transition-delay: 0.2s;
	    transition-delay: 0.2s;
	}
	.ico-menu .bar:nth-child(3)::after {
	    -webkit-transition-delay: 0.3s;
	    transition-delay: 0.3s;
	}
	.ico-menu .bar {
	    position: absolute;
	    height: 1px;
	    background-color: #fff;
	    overflow: hidden;
	}
	.ico-menu {
	    position: relative;
	    width: 16px;
	    top: -7px;
	    margin: 0 auto;
	    left: 0;
	}
	.ico-menu .bar::after {
	    content: '';
	    display: block;
	    width: 100%;
	    height: 100%;
	    position: absolute;
	    top: 0;
	    left: 100%;
	    z-index: 1;
	    -webkit-transition: 0.3s;
	    transition: 0.3s;
	    transition-delay: 0s;
	    background: #000;
	}
	#pt_vegamenu:hover .ico-menu .bar::after {
    	left: 0;
	}
	.wr-menu .navbar-toggle {
	    padding: 2px 0 0;
		border: none;
		background-color: transparent;
		border-radius: 50%;
		min-width: auto;
		min-height: 30px;
		text-align: center;
		margin: 0;
		cursor: pointer;
		transition: all .3s ease-in-out;
		display: block;
		float: left;
	}
	.more-menu {
	    padding: 10px;
	    position: absolute;
	    left: auto;
	    right: 0;
	    margin: 0;
	    top: 35px;
	    border-radius: 0 0 5px 5px;
	    border: none;
	    box-shadow: 0 0px 5px rgba(0,0,0,.175);
	    min-width: 230px;
	    border-bottom: 3px solid #0271E3;
	    background: #fff;
	    z-index: 9;
	    opacity: 0;
	    display: inline-block;
	    -webkit-transition: all 0.35s ease-out 0s;
	    -o-transition: all 0.35s ease-out 0s;
	    transition: all 0.35s ease-out 0s;
	    text-align: left;
	    line-height: 28px;
	    visibility: hidden;
	}
	.view_cat_menu:hover .more-menu {
    	opacity: 1;
    	visibility: visible;
	}
	.wr-menu .fa-angle-down{
		margin: 8px 0;
	}
}
@media (max-width: 810px){
	.zhctg_wrap a img {
		width: 120px !important;
	}
}
@media (max-width: 768px){
	
	.zh_upbaner.service .zhtxt h2{
		text-align: center;
	}
	.zh_upbaner.service .buts {
		align-items: center !important;
		margin-top: 50px;
	}
	.zh_upbaner.service .buts a:first-child {
		margin-right: 0;
	}
	.product-layout .product-thumb {
		border-radius: 8px;
	}
	.protitle {
		height: 37px;
	}
	.protitle a {
		height: 37px;
	}
	.protitle a span {
	font-size: 12px;
	padding-top: 5px;
	
}
	.zhctg_wrap a, .zhctg_wrap label{
		width: 100% !important;
	}
	.zhctg_wrap a img, .zhctg_wrap label img {
		width: 150px !important;
	}
	
	.protitle a {
		font-size: 11px;
		display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        white-space: normal;
        height: auto;
        line-height: 1.3;
	}
	.product-thumb .price {
		font-size: 9px;
	}
	.sidenav {
		top:109px !important;
		height: calc(100% - 109px) !important;
	}
	.zhmap {
		max-width: 100% !important;
	}
	body {
		padding-top: 107px;
	}
#cat-img .block-cat-wr {
	width: 49%;
}
.zhdmcnts {
	width: 100%;
	margin-top: 25px;
	justify-content: space-around;
	box-sizing: border-box;
	padding-left: 10px;
	padding-right: 10px;
}
.zhdmcnts a{
	
	min-width: 1px !important;
	width: 20%;
}
.zhdmcnts a img {
	width: 100%;
}
}
@media (min-width: 768px) and (max-width: 991px){
	.timerpro .product-thumb .box-timer span.countdown-section{
		margin-right: 3px;
	}
	.manucom .product-grid {
    	width: 33.33%;
	}
	.manucom .product-list .image {
    	width: 30%;
	}
	.manucom .product-list .caption {
    	width: 70%;
	}
	.latest-bg{
		margin-left: 0;margin-right: 0;
	}
	#latest .caption {
    	margin-top: 8px;
	}
	.st-menu li a {
    	margin-right: 25px;
	}
	.hsticky {
    	padding: 15px 0;
	}
	.box-timer {
    	margin-bottom: 10px;
	}
	.deliveryinfo ul li:first-child{
		margin: 0 auto !important;
	}
	.deliveryinfo{
		padding: 15px 0;
	}

	.category-tab .nav-tabs li {
    	padding: 9px 10px;
	}
	.product-thumb .price{
		font-size: 14px;
	}
	#account-account.acpage #content[class*="col-"] .accrow a {
    	padding: 15px 15px;
	}
	
	.deliveryinfo ul li{
		display: block;
		text-align: center !important;
	}
	.ser-t{
		border: none;
		padding: 0;
		margin: 0;
	}
	.deliveryinfo ul li svg{
		width: 35px;
		height: 35px;
	}
	.ser-ss{
    	margin-top: 30px;
	}
	.home-page .title-menu{
    	padding: 6px 15px;
	}
	.d-info {
    	letter-spacing: 0;
    	font-size: 15px;
    	margin-top: 19px;
	}
	.accolumn h3 {
    	font-size: 14px;
    	padding: 0 14px;
	}
	.deliveryinfo ul li h4 {
	    font-size: 13px;
	    margin-top: 10px;
	    letter-spacing: 0;
	    font-weight: 500;
	}
	#column-left1{
		margin-bottom: 30px;
	}
	.blog_comment::before, .blog_comment::after{
		padding: 0 3px;
	}
	.proreview{
		margin: 0 15px;
		padding: 0 15px;
	}
	.product-list .image {
	    width: 45%;
	}
	.product-list .caption {
	    width: 55%;
	}
	.serblock:nth-child(1),.serblock:nth-child(2){
		margin-bottom: 20px;
	}
	.fsocial a{
		margin: 0 -1px;
	}
	.middle-footer h5 {
    	
    	font-size: 16px;
	}
}
#product-category {

}
@media (max-width: 991px){
	#common-home #content {
    	padding: 0;
	}
	
	#search .btn-lg{
		min-width: auto;
		padding: 0 10px;
	}
	#search .input-lg{
		border-radius: 24px;
	}
	.product-grid, .product-list{
		margin-bottom: 15px;
		padding: 0 5px;
	}
	.cpagerow{
		margin: 0 -5px;
	}
	#cat_tab a{
		font-size: 14px;
	}
	.heading{
		font-size: 18px;
	}
	
	.topbt,.absbtn{
    	display: inline-block;
	}

	
	.rating.pull-right {
    	float: none !important;
    	margin-bottom: 8px;
	}
	.accrow{
		margin-left: -3px;
		margin-right: -3px;
	}
	.accrow [class*="col-"]{
		padding-left: 3px;
		padding-right: 3px;
	}
	#account-account.acpage #content[class*="col-"] .accrow span svg{
		width: 35px;
		height: 35px;
	}
	#account-account.acpage #content[class*="col-"] .accrow span:first-child{
		padding-right: 10px;
		margin-right: 10px;
	}
	#account-account.acpage #content[class*="col-"] .accrow span:last-child {
   		font-size: 13px;
	}
	#account-account.acpage #content[class*="col-"] .accrow span:last-child span {
    	font-size: 11px;
    	letter-spacing: 0;
    	margin-top: 1px;
	}
	.product-thumb img{
		border-radius: 5px;
	}
	.serpd{
		margin-left: 0;
		margin-right: 0
	}
	.middle-footer{
		padding: 20px 0
	}
	.rless{
		margin-left: -5px;
		margin-right: -5px;
	}
	.cless{
		padding-left: 5px;
		padding-right: 5px;
	}
	#special .cless{
		padding-left: 15px;
		padding-right: 15px;
	}
	.next-prevb .owl-theme .owl-controls .owl-buttons{
		right: 0;
		top: 0px;
	}
	.next-prevb .owl-theme .owl-controls .owl-buttons div.owl-prev {
		left: -20px;
		margin-top: -18px;
	}
	.next-prevb .owl-theme .owl-controls .owl-buttons div.owl-next {
		right: -20px;
		margin-top: -18px;
	}
	.slider-part {
    	margin: 0;
	}
	.bquickv{
		opacity: 1
	}
	#madebyhand-search-category,#search_block_top .input-group::before{
		display: none
	}

	.blog-des{
		margin-left: 15px;
		margin-right: 15px;
	}
	.home-page .heading,.imgbanner, .textbnr,.deliveryinfo,.deliver,.logo-slider,.tab-head,.hometimer,.homecategory{
		margin-top: 30px;
	}
	.catfilter{
		margin-top: 0;
	}
	.home-page .heading,.tab-head.text-center,.tab-head{
		margin-bottom: 20px;
	}
	#cattab .product-thumb .price{
		margin-top: 0;
	}
}

@media (max-width: 500px){
	.zh_service_baner .buts {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: flex-start;
	}
	.zh_service_baner .buts a:last-child, .zh_wu_baner .buts a:last-child {
		margin-left: 0;
	}

}
#account-login {
	padding-top: 50px;
}
@media (max-width: 767px){
	.zhmenunew {
		position: absolute;
		right:12px;
		top:0
	}
	.middle-footer .row {
		margin-left: 0;
		margin-right: 0;
	}
	.homemenu {
		display: none;
	}
	.simplecheckout-left-column {
		margin-bottom: 0px;
	}
	.zh_wu_baner img {
		margin-bottom: 25px;
	}
	.zhdmcnts a span {
		font-size: 12px;
	}
	.h_services {
		flex-direction: column;
	}
	.h_services a {
		margin-bottom: 20px;
		width: 100%;
		max-width: 767px;
	}
	#cat-img {
		display: flex;		
		flex-wrap: wrap;
		justify-content: space-between;
		grid-column-gap: 0px;
  		grid-row-gap: 0px;
	}
	#cat-img a {
		margin-bottom: 30px;		
		width: 48%;
	}
	#cat-img a img {
		height: 180px;
	}
	#cat-img > a:first-child img {
		height: 180px;
	}
		.sliderow .owl-pagination {
		bottom: -15px;
	}
	.hdis{
		margin: 0 !important;
	}
	.product-list .product-thumb .button-group{
		text-align: center;
	}
	.product-list .protitle, .product-list .protitle a{
		font-size: 16px;
	}
	.offer-text{
		display: none;
	}
	.is-countdown{
		text-align: left;
	}
	#cat_tab .nav-tabs{
		text-align: left;
	}
	.viewmore{
		padding: 0;
	}
	.category-tab.tabpro.next-prevb {
    	position: relative;
	}
	.catb {
	    position: absolute;
	    right: 15px;
	    top: 30px;
	    background: #fff;
	    color: #111;
	    padding: 0;
	    border: none;
	    z-index: 9;
	    padding-left: 15px;
	}
	.catb.toggle.collapsed::after {
	    font-family: 'FontAwesome';
	    content: '\f067';
	    font-size: 14px;
	    font-weight: normal;
	    float: right;
	    cursor: pointer;
	}
	.catb.toggle::after {
	    font-family: 'FontAwesome';
	    content: '\f068';
	    font-size: 14px;
	    font-weight: normal;
	    float: right;
	    cursor: pointer;
	}
	.category-tab .nav-tabs li,.viewmore li{
		display: block;
		padding: 6px 10px;
	}
	#cat_tab {
    	margin-bottom: 15px;
	}
	.timerpro .product-thumb .box-timer span.countdown-section{
		margin-right: 3px;
	}
	#latest .caption{
		margin-top: 10px;
	}
	.block-cat-wr h5 {
    	font-size: 14px;
	}
	.deliveryinfo ul li h4 {
    	font-size: 14px;
    	margin-bottom: 3px;
	}

	.deliveryinfo ul {
    	text-align: left;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.protitle{
		font-size: 13px;
		margin: 7px 0 5px 0;
	}
	.product-thumb .protitle a {
		
	}
	.product-list .rat-pri .text-right{
		margin-top: 5px;
	}
	.product-list .product-thumb .price span,.product-list .product-thumb .price {
    	font-size: 9px;
	}
	.product-list .product-thumb .caption{
		padding: 0;
	}
	#count .protitle{
		padding-bottom: 3px;
	}
	.rat-pri .text-right{
		text-align: left;
	}
	.check-login [class*="col-"]{
		margin-bottom: 20px;
	}
	.next-prevb #cattab.owl-theme .owl-controls .owl-buttons{
		display: none;
	}
	.hsticky .haccount svg{
		fill: #000;
	}
	.test:hover, .test:focus, .inuser .dropdown-toggle:hover, #wishlist-total:hover{
		color: #000;
	}
	.footer-down {
    	padding: 15px 0;
	}
	.addimage {
    	padding-right: 0;
	}
	.product-thumb .price{
		font-size: 14px;
		float: none !important;
	}
	#count .product-thumb .price{
		font-size: 16px;
	}
	.appmenu{
    	position: absolute;
    	left: 15px;
    	z-index: 99;
	}
	.newsl .form-group{
		margin-top: 0;
	}
	.blog-des{
		margin-top: 0;
	}
	.newsl .input-group input, .newsl .input-group .input-group-btn button {
   		height: 40px;
	    padding-top: 11px;
	}
	.test, .inuser .dropdown-toggle, #wishlist-total, .topbe{
		color: #000;
	}
	.product-thumb .button-group svg {
    	width: 15px;
    	height: 15px;    
	}
	.product-thumb .button-group .bquickv svg {
    	width: 13px;
    	height: 13px;
	}
	.product-thumb .button-group button, .product-thumb .button-group a {
    	min-width: 28px;
    	min-height: 28px;
    	padding: 2px 0px;
    	margin: 2px 0px;
	}
	.middle-footer h5{
		font-size: 16px;
	}
	.menusp .navbar-header button{
		border: none;
		padding: 0;
		background: transparent;
		margin: 0;
		float: none;
		position: unset;
	}
	.menusp .navbar-header button i{
		font-size: 17px;
	}
	#search.desktop-search{
		width: 100%;
		margin-top: 15px;
	}
	.linkback {
	    background-color: transparent;
	    padding: 0
	}
	.linkmenu {
    	position: unset;
	}
	.navbar-toggle:hover{
		color: #0271E3;
	}
	.usvg svg,#cart svg{
		width: 22px;
		height: 22px;
		margin: 0;
	}
	.menuwidth{
		padding: 0;
	}
	#logo{
		padding-left: 15px;
		padding-right: 0px;
		width: 100%;
		text-align: left;
		box-sizing: border-box;
		margin: 0;
	}
	#logo .pull-left {
		float: none !important;
		display: inline-block;
		margin: 0 auto;
	}
	#cart {
    	position: absolute;
    	top: -2px;
    	right: 50px;
	}
	#search .input-lg,#search .btn-lg{
		height: 40px;
	}	
	.cartt {
	    left: 6px;
		top: 9px;
	}
	#cart button.dropdown-toggle {
    	background-color: transparent;
    	padding: 0;
    	border-radius: 0;
	}
	
	#search .btn-lg{
		min-width: unset;
	}
	.dropdown.inuser.d-inline-block {
	    display: inline-block;
	    position: absolute;
	    top: -2px;
	    right: 84px;
	    margin: 0;
	}
	.hwcbut {
	    display: inline-block;
	    position: absolute !important;
	    top: -2px !important;
	    right: 90px;
	    margin: 0;
	}
	#wishlist-total {
		right: 125px;
	}
	#cart::before,#footer_contact .data h3,.footer-down h6{
		display: none;
	}
	.usvg {
	    border: none;
	    width: auto;
	    height: auto;
	    padding: 0;
	    background-color: transparent;
	}
	.langcur .dropdown-menu {
	    min-width: 23rem;
	    padding: 10px 7px;
	}
	.blog_webi .blog-right h4{
		font-size: 14px;
		line-height: 20px;
		height: 36px;
	}
	.date-com{
		margin-top: 10px;
	}
	.blog-des{
		padding: 10px 0 0 0;
		margin: 0;
	}
	.categorybr h5 span{
		display: inline;
	}
	.categorybr h5{
		font-size: 14px;letter-spacing: 0;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.text-p p {
    	font-size: 12px;
    	line-height: 22px;
	}
	.menusp{
	    margin-top: 6px;
	}
	.langcur{
		margin: 0 10px;
	}
	header #logo img{
		max-width: 999px;
		margin: -17px;
		height: 30px;
		margin-left: 2px;
	}
	.newsl{
		margin-bottom: 0;
	}
	.fpy{
		display: none
	}
	.mfp-iframe-holder .mfp-content {
	    height: 100%;
	}
	.breadcrumb{
		padding: 2px 10px;
		font-size: 15px;
		letter-spacing: 0;
		margin-top: 3px;
		margin-bottom: 3px;
		font-weight: 500;
	}
	.allcomment h5{
		font-size: 14px;
	}
	.blog_links{
		font-size: 12px;letter-spacing: 0;
		margin: 8px 0
	}
	.blog_comment::before, .blog_comment::after{
		padding: 0 3px;
	}
	.allmb .blog-desc{
		margin-bottom: 5px;
	}
	.pro-content h1{
		margin-top: 15px;
	}
	.search-page .select-input {
	    margin: 10px 0;
	}
	.catlist-des{
		height: 36px;
		overflow: hidden;
	}
	.serblock{
		margin-bottom: 10px;
		padding-left: 5px;
		padding-right: 5px;
	}
	.serblock:last-child{
		margin-bottom: 0;
	}
	.langcur .btn-link.dropdown-toggle.test{
	    border: 1px solid #eee;
		font-size: 12px;
		letter-spacing: 0;
		padding: 2px 8px;
		
		color: #000;
	}
	.haccount {
	    right: -25px;
	}
	.btn-link.dropdown-toggle.test {
    	vertical-align: middle;
	}
	.btn-link.dropdown-toggle.test span{
		vertical-align: middle;
	}
	.hlogout .xsla,.hlogout .xscu{
		display: inline-block;
		border: 1px solid #eee;
		border-radius: 2px;
		display: inline-block;
		padding: 7px 0;
		margin-top: 10px;
		width: 48%;
		text-align: center;
		margin-left: 2px;
		margin-right: 2px;
		vertical-align: middle;
	}
	 .alogin .langcdrop li{
		border-bottom: none;padding: 0
	}
	.alogin .langcur .test strong,.alogin .langcur .test img{
		margin: 0 7px;
	}
	#form-currency .dropdown-menu.dropdown-menu-right{
		left: 0;
		right: auto
	}
	.middle-footer .btn.toggle{
	    color: #000;
	    text-shadow: none;
	    background: none;
	    background-image: none;
	    background-image: none;
	    border: 0;
	    box-shadow: none;
	    font-size: 12px;
	    position: absolute;
	    top: -3px;
	    right: 0;
	    padding: 0;
	    width: 100%;
	}
	footer h5 .toggle::after,.catfilter .toggle::after{
	    font-family: 'FontAwesome';
	    content: '\f068';
	    font-size: 14px;
	    font-weight: normal;
	    float: right;
	    cursor: pointer;
	}
	footer h5 .toggle.collapsed::after,.catfilter .toggle.collapsed::after{
	    font-family: 'FontAwesome';
	    content: '\f067';
	    font-size: 14px;
	    font-weight: normal;
	    float: right;
	    cursor: pointer;
	}
	.foot-social {
    	margin: 15px 0 0 0;
    	text-align: center !important;
	}
	.foot-top {
    	padding: 15px 0;
	}
	.catfilter .panel-heading button {
	    position: absolute;
	    top: 10px;
	    width: 100%;
	    right: 0;
	    padding: 0 15px;
	    background: transparent;
	    color: #fff
	}
	.catfilter .panel-heading{
		position: relative;
	}
	.catfilter .panel-heading{
		padding: 10px 15px;
	}
	.middle-footer h5{
		font-size: 14px;
		margin-bottom: 10px;
		position: relative
	}
	.copy{
		margin-top: 0px;
	}
	footer{
		margin-top: 30px;
	}
	.topbe::before, .test::before{
		display: none;
	}
	.copy .copy-t,
	.copy .text-right {
    text-align: center;
    margin-top: 20px;
}
	.middle-footer {
	    padding: 5px 0;
	}
	.footpay{
		margin-top: 6px;
	}
	.bserhover .serdes{
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		padding: 10px 0;
	}
	#under-menu{
    	display: block;
    	border: none;
	}	
	.block-social,.pay-connect1{
		text-align: center !important;
	}
	.protabcont .multi-row .product-layout {
	    margin-bottom: 15px;
	}
	#count .product-thumb .caption{
		padding-left: 0;
		padding-right: 0;
	}
}
@media (max-width: 599px){
	.deliveryinfo .ses{
		margin-bottom: 15px;
	}
	.deliveryinfo .ses.ser-s{
		margin-bottom: 0;
	}
	.deliveryinfo {
    	padding: 15px 0px;
	}
	.lpro {
    	padding: 0 6px;
	}
	.pro-tab span{
		display: none;
	}
	.pro-tab li a {
    	font-size: 14px;
    	
	}
	#slideshow0 img{
		border-radius: 5px;
		width: 100%;
		min-width: 320px;
	}
	#slideshow0 .owl-item {
    	overflow: hidden;
    	border-radius: 5px;
	}
	.a-one .alert{
		left: 15px;
		right: 15px;
	}
	.white-popup{
		padding: 30px 20px;
	}
	.white-popup h1{
		font-size: 20px;letter-spacing: 0
	}
	.white-popup p{
		font-size: 13px;letter-spacing: 0
	}
	.product-tab .nav > li > a{
		font-size: 13px;
		letter-spacing: 0
	}
	.product-tab li {
	    margin: 0 6px;
	}
	.pro-content .rating li {
	    letter-spacing: 0;
	    font-size: 13px;
	}
	.proreview {
	    margin: 0 8px;
	    padding: 0 8px;
	}
	#madebyhand-search-category,.tab-head .heading,.tab-head h1{
		display: none
	}
	.pro-tab.nav-tabs {
    	margin-right: 0;
    	text-align: left;
    	margin-bottom: 10px;
	}
	.product-grid{
		width: 50%;
	}
	.catesort {
	    width: 100%;
	    margin-top: 15px;
	}
/* 	.pagi .text-left{
		margin-bottom: 5px;
	} */
	.pagi .text-left, .pagi .text-right {
	    text-align: center;
	    width: 100%;
	}
	.imgbanner [class*="col-"],#count .product-thumb .caption,.textbnr [class*="col-"],.blogb .col-xs-6{
		width: 100%
	}
	.imgbanner [class*="col-"]:nth-child(1),.textbnr [class*="col-"]:nth-child(1){
		margin-bottom: 15px;
	}
	.sbr{
		margin-bottom: 15px;
	}
}
@media (min-width: 600px) and (max-width: 767px){
	.cat-tab #cat_tab{
		width: 40%;
	}
	.cat-tab .tab-content{
		width: 60%;
	}
	.deliveryinfo .ses{
		width: 50%;
		margin: 5px 0; 
	}
	.deliveryinfo {
    	padding: 15px 0px;
    }
	.ser-t p {
    	font-size: 10px;
	}
	.accrow [class*="col-"] {
    	width: 50%;
	}
	.product-grid{
		width: 33.33%;
	}
	.ct{
		display: none
	}
	.blog_webi .blog-right .read_more {
    	margin-top: 10px;
	}
	.blog-des p {
    	margin-bottom: 8px;
	}
	.blog-des {
    	margin-top: 8px;
    	padding: 3px 15px 15px;
	}
}
@media (max-width: 399px){
	.serdes h4{
		font-size: 13px;
		font-weight: 500;
		margin: 16px 0 4px 0;
		letter-spacing: 0;
	}
	.serdes p{
		font-size: 12px;letter-spacing: 0
	}
}
@media (min-width: 400px) and (max-width: 767px){
	.bserhover .serdes{
		padding: 40px 0
	}
	.product-list {
	    width: 50%;
	}
}
.beffect a:hover::after {
    width: 100%;
    height: 100%;
    right: auto;
    left: 0;
}
.beffect a::after {
    background: rgba(0,0,0,.1);
    width: 0;
    height: 0;
    content: "";
    position: absolute;
    -webkit-transition: all 0.4s ease-in-out 0s;
    right: 0;
    top: 0;
    border-radius: 5px;
}
.beffect a {
    display: block;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.beffect{
	position: relative;
	overflow: hidden
}
.beffect img{
	border-radius: 4px;
}

.bhcent {
	text-align: center;
	font-size: 24px;
}
.bigheading {
	font-size: 38px;
	letter-spacing: 2px;
}
.zhnewcnt {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: end;
	margin-top: 50px;
}
.f_logo {
	display: block;
}
.f_logo img {
	width: 155px;
}
.f_logo + p {
	color:#fff;
	margin-top: 10px;
}
.f_logo + p a {
	color:#fff;
	text-decoration: underline;
}
.f_logo + p a:hover {
	text-decoration: none;
}
.zhdmcnts {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.zhdmcnts a {
	text-align: center;
	color:#fff;
	min-width: 110px;
}
.hometops .underheading  {
	margin-bottom: 50px;
}
.hometops .buts {
	text-align: center;
	margin-top: 60px;
}
.zhdmcnts a span{
	display: block;
}
.zhmap {
	position: relative;
	max-width: 50%;
}
.zhmap > a {
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	top:0;
	height: 100%;
	z-index: 2;
}
.zhmap .mapback img {
	width: 100%;
}
.adres {
	position: absolute;
	z-index: 2;
	background-color: rgba(29, 29, 27, 1);
	padding: 10px;
	border-radius: 10px;
	left: 16px;
	bottom: 12px;
	display: flex;
	width: 50%;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
}
.adres > * {
	margin-top: 5px;
}
.underheading {
	font-size: 25px;
	display: block;
	margin-bottom: 11px;
}
.buts > *:first-child {
	background-color: #0073EA;
	border-radius: 25px;
	text-align: center;
	padding: 10px 25px;
	font-size: 16px;
	color:#fff;
	display: inline-block;
	border: 1px solid #0073EA;
}
.buts > *:first-child:hover {
	background-color: transparent;
	color:#0073EA;
}
.buts > *:first-child + *, .hometops .buts > *:first-child {
	background-color: #998c8c3d;
	border: 1px solid #0073EA;
	border-radius: 25px;
	text-align: center;
	padding: 10px 25px;
	font-size: 16px;
	color:#fff;
	display: inline-block;
	align-items: center;
}
.zh_upbaner.service .buts > *:first-child + * {
	margin-left: 0;
	margin-top: 10px;
}
.buts > *:first-child + *:hover, .hometops .buts > *:first-child:hover {
	background-color: #0073EA;
	color:#fff;
}
.zh_upbaner {
	padding-top: 30px;
	padding-bottom: 25px;
	background: linear-gradient(to right, #1d1d1b, #c09d86);
	
	position: relative;
	overflow: hidden;

}
.iphoneseventin.zh_upbaner {
	margin-left: 0;
	margin-right: 0;
	padding-left: 15px;
	padding-right: 15px;
	background: linear-gradient(to bottom, #000000, #cf702c);

}
#common-home .iphoneseventin.zh_upbaner {
	margin-left: -15px;
	margin-right: -15px;
}
.zh_service_baner, .zh_wu_baner, .zh_ti_baner, .hometops {
	margin-top: 100px;
}
.hometops.homeacii .bigheading {
	margin-bottom: 50px;
}
.zh_service_baner, .zh_wu_baner > div:first-child {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.zh_upbaner .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.zh_ti_baner {
	min-height: 300px;
}
.zh_ti_baner img {
	display: none;
}
.style_name {
	font-size: 18px;
}
.zh_wu_baner .zhtxt {
  max-width: 720px;
}
@keyframes swingDown {
  0%, 100% {
    transform: translateY(0);    /* стандартне положення */
  }
  50% {
    transform: translateY(12px); /* рух тільки вниз */
  }
}
.zh_upbaner img {
	width: 100%;
	max-width: 400px;
	 animation: swingDown 2s ease-in-out infinite;
  will-change: transform;
}
.zh_upbaner.service img {
	max-width: 500px;
}
.zh_upbaner.service .zhtxt {
	width: 100%;
	max-width: 335px;
}
.zh_upbaner.service .buts {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	width: 100%;
	max-width: 335px;
}
.zh_upbaner.service .buts > a {
	width: 210px;
	text-align: center;
}
.zh_upbaner .col img {
	max-width: 1000px;
	margin-top: 85px;
}
.zh_upbaner .col .zhtxt {
	text-align: center;
	position: relative;
	z-index: 2;
	
}
.zh_upbaner.iphoneseventin .col .zhtxt {
	margin-bottom: -40px;
}
.zh_upbaner.iphoneseventin .col .buts {
	margin-top: 15px;
	text-align: center;
}
#product-search {
	padding-top: 25px;
}
.search-page {
 margin-bottom: 25px;
}
.zh_wu_baner img {
	width: 100%;
	max-width: 430px;
}
.zh_service_baner img {
	width: 100%;
	max-width: 470px;
	margin-top: 60px;
}
.zh_wu_baner .box {
  background-color: rgba(29, 29, 27, 0.3); box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.4);
  padding: 28px 24px;
  border-radius: 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 130px;
  margin-bottom: 20px;
}

.zh_wu_baner .double {
  width: 100%;
  text-align: center;
}

.zh_wu_baner .row {
  display: flex;
  gap: 20px;
  margin-left: 0;
  margin-right: 0;
}
.zh_wu_baner .row::before, .zh_wu_baner .row::after {
	display: none;
}
.zh_wu_baner .col-left {
  flex: 1;
}
.zh_wu_baner .col-left .box {
	min-height: 294px;
}
.zh_wu_baner .col-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.zh_wu_baner .num {
  font-size: 36px;
  font-weight: 500;
  margin: 0 0 5px 0;
  text-align: center;
}

.zh_wu_baner .txt {
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
  text-align: center;
}
.zh_upbaner .zhtxt > *, .zh_service_baner .zhtxt > *{
	text-align: center;
}
.zh_upbaner .zhtxt h1 {
	margin-bottom: 0;
	text-align: center;
	font-size: 52px;
}
.zh_upbaner .zhtxt .colorhead {
	font-size: 40px;
	font-weight: 500;
	background: -webkit-linear-gradient(356deg, #0090F7, #BA62FC, #F2416B, #F55600);
	background: linear-gradient(94deg, #0090F7, #BA62FC, #F2416B, #F55600);
	background-clip: border-box;
	background-clip: border-box;
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
	line-height: 1.5;
	margin-bottom: 0px;
	margin-top: 10px;
	line-height: 1.5;
}
.zh_upbaner.iphoneseventin .zhtxt .colorhead {
	color:#fff;
	background: none;
	font-size: 18px;
}
.zh_upbaner .zhtxt p {
	font-size:18px;
	margin-top: -1px
}
.zh_wu_baner .buts {
	margin-top: 30px;
	text-align: center;
	padding-bottom: 90px;
}

.zh_ti_baner .buts{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -350px; 
  margin-top: 0;
  text-align: center;
  z-index: 3;
}

.zh_ti_baner{
  margin-bottom: 130px; 
}

.zh_ti_baner {
	text-align: center;
	position: relative;
	padding-bottom: 300px;
}
.page_zh_ti_baner.zh_ti_baner {
	text-align: center;
	position: relative;
	padding-bottom: 385px;
	overflow: hidden;	
  background: radial-gradient(circle at 20% 20%, #8a5cf6 0%, rgba(138, 92, 246, 0.4) 25%, transparent 50%),
              radial-gradient(circle at 80% 20%, #8ccbf5 0%, rgba(140, 203, 245, 0.4) 30%, transparent 60%),
              linear-gradient(180deg, #2e2b45 40%, #0d0b15 100%);
  background-color: #0d0b15;
  margin-top: 0;
  padding-top: 80px;
}
.zh_ti_baner .zhtxt {
	position: relative;
	z-index: 2;
}
.zh_ti_baner:before {
	content: '';
	display: block;
	position: absolute;
	left: -15px;
	bottom: 0;
	width: 571px;
	height: 275px;
	background-image: url('../image/tihome_left.png');
	background-repeat: no-repeat;
	background-position: left top;
}

.zh_ti_baner:after {
	content: '';
	display: block;
	position: absolute;
	right: -15px;
	bottom: 0;
	width: 580px;
	height: 302px;
	background-image: url('../image/tihome_right.png');
	background-repeat: no-repeat;
	background-position: right top;
}
.page_zh_ti_baner.zh_ti_baner:before, .page_zh_ti_baner.zh_ti_baner:after {
	bottom: 100px;
}

.credit_text.ct_one {
	margin-top: 50px;
	font-size: 18px;
}
.credit_text.ct_two {
	margin-top: 20px;
	font-size: 14px;
}
.bank_list {
	margin-top: 50px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.one_bank {
	width: 49%;
	margin-bottom:27px; 
	background: #3C3C3B;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 30px;
	padding: 30px;
	box-sizing: border-box;
}
.bang_zag {
	display: flex;
	align-items: center;
}
.bank_logo {
	position: relative;
	width: 60px;
	height: 60px;
	overflow: hidden;
	border-radius: 100%;
}
.bang_zag span {
	margin-left: 20px;
	font-size: 24px;
	font-weight: 500;
}
.bank_month {
	margin-top: 20px;
}
.bank_month > span {
	font-size: 18px;
}
.month_list {
	margin-top: 15px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.month_list > div {
	margin-right: 14px;
  border: 1px solid #3171E1;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  border-radius: 30px;
  text-align: center;
  width: 100px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  font-weight: 500;
}
.one_bank > span {
	display: block;
	margin-top: 20px;
	font-size: 18px;
}
.credit_text.ct_three, .credit_text.ct_four {
	margin-top: 50px;
}
.credit_text.ct_three > span:first-child, .credit_text.ct_four > span:first-child{
	display: block;
	text-align: center;
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 50px;
	text-transform: uppercase;
}
.credit_text.ct_three > span {
	margin-bottom: 5px;
	text-align: left;
	font-size: 24px;
	font-weight: 500;
}
.credit_text.ct_three p {
	font-size: 20px;
	margin-bottom: 20px;
}
.credit_text.ct_four ul {
	margin: 0;
	padding: 30px;
	background: #3C3C3B;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 30px;
	font-size: 20px;
}
.credit_text.ct_four ul li {
	margin-bottom: 10px;
}
.credit_text.ct_five {
	font-size: 18px;
	margin-top: 60px;
}
.credit_but {
	background-color: #0073EA;
  border-radius: 25px;
  text-align: center;
  padding: 10px 25px;
  font-size: 16px;
  color: #fff;
  display: block;
  border: 1px solid #0073EA;	
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  width: 210px;
}
.credit_but:hover {
  background-color: transparent;
  color: #0073EA;  
}
#ukrcredit-popup {
	background: #3C3C3B !important;
  padding: 25px !important;
  border-radius: 25px !important;
  box-shadow: 7px 7px 28.34px rgba(1, 1, 1, 0.49) !important;
  max-width: 800px !important;
}
@media (max-width: 768px) {
.credit_text.ct_one {
	margin-top: 38px;
	font-size: 15px;
	text-align: center;
}
.credit_text.ct_two {
	margin-top: 15px;
	font-size: 11px;
	text-align: center;
}
.bank_list {
	margin-top: 38px;
	display: flex;
	flex-direction: column;
}
.one_bank {
	width: 100%;
	margin-bottom: 15px; 
	border-radius: 23px;
	padding: 23px;
}

.bank_logo {
	width: 45px;
	height: 45px;	
}
.bank_logo img {
	width: 100%;
	height: auto;
}
.bang_zag span {
	margin-left: 15px;
	font-size: 18px;
}
.bank_month {
	margin-top: 15px;
}
.bank_month > span {
	font-size: 15px;
}
.month_list {
	margin-top: 11px;
}
.month_list > div {
	margin-right: 11px;
  border-radius: 23px;
  width: 75px;
  height: 30px;
  line-height: 30px;
  font-size: 15px;
}
.one_bank > span {
	margin-top: 15px;
	font-size: 15px;
}
.credit_text.ct_three, .credit_text.ct_four {
	margin-top: 38px;
	text-align: center;
}
.credit_text.ct_three > span:first-child, .credit_text.ct_four > span:first-child{
	font-size: 18px;
	margin-bottom: 38px;
}
.credit_text.ct_three > span {
	margin-bottom: 8px;
	font-size: 18px;
}
.credit_text.ct_three p {
	font-size: 15px;
	margin-bottom: 15px;
}
.credit_text.ct_four ul {
	padding: 23px;
	border-radius: 23px;
	font-size: 15px;
}
.credit_text.ct_four ul li {
	margin-bottom: 20px;
	text-align: center;
}
.credit_text.ct_five {
	font-size: 15px;
	margin-top: 38px;
	text-align: center;
}
.zh_upbaner.iphoneseventin .zhtxt .colorhead {
	font-size: 17px;
	text-align: center;
}
.zh_upbaner.iphoneseventin .zhtxt p {
	font-size: 15px;
}

}

@media (max-width: 2000px){
/* .zh_ti_baner:after, .zh_ti_baner:before{
	display: none;
}
.zh_ti_baner {
	background-image: url('../image/tihome.png');
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
} */

}

@media (max-width: 945px){
		.zh_ti_baner {
		padding-bottom: 0;
	}
.zh_ti_baner:after, .zh_ti_baner:before{
	display: none;
}
.zh_ti_baner img{
	display: block;
	width: calc(100% + 50px);
	height: auto;
	margin-left: -25px;
	box-sizing: border-box;
	margin-top: 25px;
	margin-bottom: 25px;
}
.zh_ti_baner:after, .zh_ti_baner:before{
	display: none;
}
.zh_ti_baner img{
	display: block;
	width: calc(100% + 50px);
	height: auto;
	margin-left: -25px;
	box-sizing: border-box;
	margin-top: 25px;
	margin-bottom: 25px;
}

}
.cpagerow {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.zh_upbaner .inpage {
	margin-top: 40px;
}
.zh_upbaner .col {
	flex-direction: column;
	justify-content: center;
	margin-bottom: -175px;
}
#tab-specification .table > tbody > tr > td:first-child {
	vertical-align: top;
	font-weight: 500;
}
.view1_link a{
	color:#0073EA !important;
}
.view1_link a:hover{
	color:#fff !important;
}
.view1_product {
	background-color: #0073EA !important;
	color:#fff !important;
}
.zh_prices {
	margin-bottom: 25px;
	display: flex;
	align-items: center;
}
.credit {
	margin-left: 50px;
}
.zh_prices .pro-price{
	font-size: 38px !important;
	line-height: 1.5;
}
.zh_prices .credit .platizh{
	font-size: 38px !important;
	color:#0073EA;
	font-weight: 500;
}
.zh_prices .termin {
	font-size: 18px;
	color:#f6f6f6;
}
#product > .form-group:first-child {
	margin-top: 0px;
}
#button-cart, #button-cart + button , #button-cart + button + button{
	background-color: #0073EA;
  border-radius: 25px;
  text-align: center;
  padding: 10px 25px;
  font-size: 16px;
  color: #fff;
}
#button-cart + button {
	margin-left: 10px;
}
.qty-plus-minus button, .qty-plus-minus button[disabled]{
	background-color: transparent;
	color:#0073EA;
	border:none;
}
#input-quantity {
	background-color: transparent;
	color:#fff;
	border: 1px solid #0073EA;
	border-radius: 25px;
	font-size: 21px;
	font-weight: 500;
	width: 80px;
	height: 40px;
	line-height: 40px;

}
.zhprodbuttons {
	margin-bottom: 10px;
}
.prod_ti {
	display: block;
	background: radial-gradient(circle at 20% 20%, #8a5cf6 0%, rgba(138, 92, 246, 0.4) 25%, transparent 50%),
              radial-gradient(circle at 80% 20%, #8ccbf5 0%, rgba(140, 203, 245, 0.4) 30%, transparent 60%),
              linear-gradient(180deg, #2e2b45 40%, #0d0b15 100%);
  background-color: #0d0b15;
  font-size: 16px;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  border-radius: 25px;
  width: 100%;
  max-width: 554px;
}
.btn-navbar {
	color:#000;
}
.apple-color-GoldTitanium { background-color: #d1b68f; }
.apple-color-LightBlush { background-color: #f4c2c2; }
.apple-color-Sage { background-color: #A9B689; }
.apple-color-MistBlue { background-color: #96AED1; }
.apple-color-Lavender { background-color: #DFCEEA; }
.apple-color-DeepBlue { background-color: #32374A; }
.apple-color-Graphite { background-color: #54524F; }
.apple-color-Starlight { background-color: #fcf2e8; }
.apple-color-Purple { background-color: #eadcf1; }
.apple-color-Midnight { background-color: #222930; }
.apple-color-Silver { background-color: #F5F5F5; }
.apple-color-Coral { background-color: #FF6E5A; }
.apple-color-SpaceGray { background-color: #403E3D; }
.apple-color-AlpineGreen { background-color: #576856; }
.apple-color-Red { background-color: #d00000; }
.apple-color-Blue { background-color: #b9cbd4; }
.apple-color-PacificBlue { background-color: #2D4E5C; }
.apple-color-SierraBlue { background-color: #A7C1D9; }
.apple-color-DesertTitanium { background-color: #BFA48F; }
.apple-color-WhiteTitanium { background-color: #F2F1ED; }
.apple-color-Ultramarine { background-color: #9AADF6; }
.apple-color-ProductRed { background-color: #FC0324; }
.apple-color-Gold { background-color: #f5e3bb; }
.apple-color-DeepPurple { background-color: #594F63; }
.apple-color-RoseGold { background-color: #b76e79; }
.apple-color-Slate { background-color: #708090; }
.apple-color-Titanium { background-color: #b9b9b9; }
.apple-color-JetBlack { background-color: #0d0d0d; }
.apple-color-Natural { background-color: #d7d3c8; }
.apple-color-NaturalTitanium { background-color: #C2BCB2; }
.apple-color-BlueTitanium { background-color: #2F4452; }
.apple-color-BlackTitanium { background-color: #3C3C3D; }
.apple-color-Orange { background-color: #ff8c00; }
.apple-color-SkyBlue { background-color: #F0F9FF; }
.apple-color-Yellow { background-color: #e9e1ad; }
.apple-color-Teal { background-color: #B0D4D2; }
.apple-color-Pink { background-color: #F2ADDA; }
.apple-color-MidnightGreen { background-color: #4E5851; }
.apple-color-Green { background-color: #c3d6b9; }
.apple-color-White { background-color: #F5F5F5; border: 1px solid #ccc; }
.apple-color-Black { background-color: #353839; }
.apple-color-CosmicOrange { background-color: #F77E2D; }
.apple-color-CloudWhite { background-color: #FCFCFC; }
.apple-color-LightGold { background-color: #ffedc3; }
.apple-color-SlateTitanium { background-color: #a9a9a9; }
.apple-color-SpaceBlack { background-color: #000000; }

.zhctg.service, .zh_upbaner.service{
	background: linear-gradient(to right, #dfe8e7, #c0d3d9);
}
.zh_upbaner.service {
	color:#1d1d1b;
}
.stept {
	display: none;
}
.stept.zhshow {
	display: block;
}
.stept h2 {
	text-align: center;
	color:#1d1d1b;
	margin-top: 50px;
}
.zh_upbaner.service h1 {text-align: center;}
.service_service {
	display: none;
}

.service_list {
	background-color: rgba(0,0,0,0.35);
	box-shadow: 7px 7px 28.34px rgba(1, 1, 1, 0.49);
	padding: 25px;
	border-radius: 25px;
	width: 100%;
	max-width: 550px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.service_list .one_g_sl > span {
	font-size: 21px;
	font-weight: 500;
	margin-bottom: 5px;
	display: block;
}
.overpop {
	position: fixed;
	left: 0;
	top:0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
	display: none;
	align-items: center;
	justify-content: center;
	z-index: 998;
}
.zhpooveractive {
	display: flex;
}
.cdpop {
	background: #3C3C3B;
	padding: 25px;
	width: 100%;
	max-width: 550px;
	border-radius: 25px;
	box-shadow: 7px 7px 28.34px rgba(1, 1, 1, 0.49);
	position: relative;
}
.cdpop .cbpop_close {
	position: absolute;
	right: 25px;
	color:#fff;
	font-weight: 600;
	font-size: 16px;
	top:25px;
	cursor: pointer;
}
.cdpop > span {
	display: block;
	text-align: center;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: 600;
}
.one_inpt_row {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.one_inpt_row:last-child {
	margin-bottom: 0;
}
.one_inpt_row label {
	color:#fff;
	font-size: 14px;
	width: 100px;
	min-width: 100px;
}
.one_inpt_row input, .one_inpt_row textarea {
	box-shadow: none;
  border: 1px solid #0271E3;
  border-radius: 25px;
  height: 38px;
  background-color: transparent;
  color: #fff;
  width: 100%;
}
.service_list label{
	display: block;
	margin-bottom: 10px;
	color:#1D1D1B;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-direction: row-reverse;
}
.service_list label input {
	margin-right: 10px;
}
.service_list label div {
	display: flex;
}
.service_list label div span {
	font-weight: 400;
}
.service_list label div i {
	font-style: normal;
	font-weight: 600;
	margin-left: 5px;
}
.cdpop .zh_submi_form {
	margin-bottom: 0;
}
.zhctg_wrap {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 50px;
}
.zhctg_wrap a, .zhctg_wrap label {
	background-color: rgba(29, 29, 27, 0.3);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.4);
	padding: 0 10px 20px 10px;
	border-radius: 35px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 49%;
	box-sizing: border-box;
	padding: 25px 100px 25px 25px;
	font-size: 25px;
	color:#fff;
	margin-bottom: 25px;
	min-height: 250px;
}
.zhctg_wrap a img, .zhctg_wrap label img {
	width: 200px;
	margin-right: 100px;
}
.zhctg_wrap a .ctgname, .zhctg_wrap label .ctgname{
	font-weight: 500;
}
.zhctg_wrap a .ctgbut, .zhctg_wrap label .ctgbut{
	background-color: #0073EA;
	border-radius: 25px;
	text-align: center;
	padding: 10px 25px;
	font-size: 16px;
	color: #fff;
	display: inline-block;
	margin-top: 10px;
}
.service_model {
	text-align: center;
}
.service_model select {
	background-color: #0073EA;
	border-radius: 25px;
	text-align: left;
	padding: 10px 25px;
	font-size: 16px;
	color: #fff;
	display: inline-block;
	margin: 0 auto;
	border: none;
	padding-right: 50px;
}
.zh_ti_baner + form {
	margin-top: 50px;
}
#tiSummary {
background: #3C3C3B;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  background-color: rgba(29, 29, 27, 0.3);
  border-radius: 30px;
  padding: 30px;
  box-sizing: border-box;
  color:#fff;
  margin-top: 50px;
  font-size: 18px;
  font-weight: 400;
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: space-between;
  display: none;
  flex-direction:column
}
#tiSummary .ti-row.warning .ti-value {
  color: #d9534f; /* червоний */
  font-size: 14px;
}

#tiSummary.act {
	display: flex;
	/* flex-direction: row; */
}
#tiSummary i {
	font-style: normal;
	font-size: 16px;
}
a {
	cursor: pointer;
}
.tibutrow {
	display: flex;
	justify-content: center;
	margin-top: 50px;
}
.tibutrow a {
	margin: 0;
}
.tibutrow a:first-child {
	margin-right: 10px;
}
#tiSummary strong {
	font-weight: 600;
	font-size: 21px;
}
.fprod {
	display: flex;
	align-items: flex-start;
	justify-content:center;
}
.fprod_left.twocol {
	width: 100%;
	max-width: 400px;
}
.fprod_right {
	max-width: 500px;
	width: 100%;
	display: none;
}
.fprod_right.twocol {
	display: block;
}
.hidezhctgbut.zh_submi_form{
	display: none;
}

.tradeind_st {
display: none;
}
.tradeind_so h2, .tradeind_st h2 {
	margin-bottom: 25px;
	text-align: center;
}
.fprod input[type=radio]{
	display: none;
}
.fprod .fprod_right fieldset {
	margin-bottom: 0px;
}
.fprod_left label {
	display: block;
	margin-top: 25px;
	font-size: 18px;
	margin-bottom: 10px;
}
.fprod .fprod_right label {
	color: #0271E3;
  fill: #fff;
  border: 1px solid #0271E3;
  text-transform: capitalize;
  transition: 0.3s ease;
  padding: 9px 12px;
  font-size: 14px;
  border-radius: 25px;
  cursor: pointer;
  margin-right: 10px;
}
.fprod .fprod_right label.actl {
	background-color: #0271E3;
	color:#fff;
}
.fprod .fprod_right legend {
	border: none;
	color:#fff;
	margin-bottom: 0;
	margin-top: 25px;
	padding-top: 0;
}
.fprod select {
	background-color: #0073EA;
	border-radius: 25px;
	text-align: left;
	padding: 10px 25px;
	font-size: 16px;
	color: #fff;
	display: inline-block;
	margin: 0 auto;
	border: none;
	width: 250px;
}
.zh_submi_form {
	background-color: #0073EA;
	border-radius: 25px;
	text-align: center;
	padding: 10px 25px;
	font-size: 16px;
	color: #fff;
	display: block;
	margin: 25px auto;
	max-width: 200px;
	border: 1px solid #0073EA;
}
.zh_submi_form:hover {
	background-color: transparent;
	color:#0073EA
}
.zhctg_wrap label input[type="radio"] {
	display: none;
}










	.navbar-toggle{
		display: block;
		margin: -15px;
		padding: 0;
		margin-top: 18px;
		position: relative;
	}
	.navbar-toggle:after {
		content: '';
		width: 26px;
		border-bottom: 2px solid #1d1d1b;
		display: block;
		margin-top: 8px;
		transition: 0.4s;
	}
	.navbar-toggle:before {
		content: '';
		width: 26px;
		border-bottom: 2px solid #1d1d1b;
		display: block;
		transition: 0.4s;
		
	}
	.active .navbar-toggle:before {
		margin-top: 8px;
	}
	.active .navbar-toggle:after {
		margin-top: 0;
	}
	  .navbar-header {
    float: none;
  }
	.navbar-toggle i {
		font-size: 21px;
	}
	.menusp{
		text-align: left;
	}
	.navbar-nav{
		margin: 0
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-top: 0;
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
	}
	#menu .dropdown-inner .submenu-title{
		padding: 3px 28px;
	}
	#menu .dropdown-inner .dropdown-submenu .grand-child a{
		padding: 0
	}
	#menu .see-all {
		display: inline-block;
		padding: 0 0px !important;
		margin: 10px 0 0 0;
		font-weight: 500;
	}
	.navbar-nav .open .dropdown-menu {
	    position: static;
	    float: none;
	    width: auto;
	    margin-top: 0;
	    background-color: transparent;
	    border: 0;
	    -webkit-box-shadow: none;
	    box-shadow: none;
	}
	#menu .dropdown-inner ul{
		display: block;
	}
	#menu .nav li{
		display: block;
		float: none;
	}
	#mySidenav li a i{
		margin-top: 4px;
		float: right
	}
	#menu .navbar-nav > li > a, .view_more.my-menu a{
		display: block;
	}
	.hsticky {
	    padding: 12px 0;
	}
	/* sidenav */
	#mySidenav li a i{
		margin-top: 2px;
		float: right
	}
	body.active {
	    overflow: hidden;
	}
	body.active::before {
	    background: #000000 none repeat scroll 0 0;
	    content: "";
	    height: 100%;
	    left: 0;
	    opacity: 0.7;
	    position: absolute;
	    top: 0;
	    width: 100%;
	    z-index: 99;
	    transition: all .2s ease 0s;
	}
	body.active .sidenav {
	    overflow-x: unset;
	    overflow-y: scroll;
	}
	.sidenav {
	    height: 100%;
	    width: 0;
	    position: fixed;
	    z-index: 999;
	    top: 73px;
	    left: auto;
		right: 0;
	    transition: 0.5s;
	    padding-top: 60px;
	    overflow-x: hidden;
	    box-shadow: 5px 0 5px 0 rgba(0,0,0,.06);
	    clear: both;
	    height: calc(100% - 73px);
	    background-color: #000;
	    list-style: none;
	    margin: 0;
	    padding: 0;
	    text-align: left;
	}
	.navbar-nav {
		background-color: transparent;
	}
	#menu .navbar-nav > li a, .view_more.my-menu a {
		color:#fff;
		font-weight: 500;
		font-size: 21px;
	}
	#menu .navbar-nav > li .dropdown-menu a {
		font-size: 18px;
	}
	#menu .navbar-nav > li a i {
		color:#0073EA;
	}
	.sidenav .close-nav {
		background-color: #1e1e1e;
		padding: 12px 15px;
		width: 100%;
		display: inline-block;
		color: #fff;
		letter-spacing: 1px;
	}
	.closebtn,.closebtn:hover,.closebtn:focus{
		color: #fff;
	}
	#mobile_top_menu_wrapper {
	    margin: 0;
	    line-height: 20px;
	    display: block !important;
	}
	#menu .navbar-collapse {
	    display: block;
	    padding: 0
	}
		.menurel {
    	/* position: absolute;
    	top: -52px; */
	}
	#under-menu,.navbar-ex1-collapse{
		display: block !important;
	}
	.homemenu {
    	
	}
	#pt_vegamenu {
		display: none;
	}
#menu .collapse .nav .dropdown-inner li a {
    	min-width: 160px;
	}
#menu .collapse .nav .dropdown-inner li a:hover{
	color:#0073EA
}
.zh_wu_baner .col-right .box:first-child{
	margin-bottom: 0;
}
#menu .navbar-nav > li a {
		padding-left: 50px;
		padding-right: 50px;
	}
	.submenu-title, #menu a.see-all {
		padding-left: 50px !important;
	}
	#under-menu {
		padding-top: 50px;
		padding-bottom: 50px;
	}


.zhsort .form-group{
	max-width: 200px;
	width: 49%;
	background-color: transparent;
	line-height: 33px;
  border: 1px solid #0073EA;
  border-radius: 25px;
  float: right;
  min-height: 35px;
}
.mobile-inserted {
	max-width: 200px;
	width: 49%;
	background-color: transparent;
  border: 1px solid #0073EA;
  border-radius: 25px;
  float: left;
  box-sizing: border-box;
  cursor: pointer;
  line-height: 33px;
  background-image: url(../image/filter_but.png);
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 23px;
  padding-left: 45px;
  display: none;
}

@media (max-width: 767px) {
	.mobile-inserted {
		display: block;
	}
}

@media (min-width: 768px) {
	.mobile-inserted {
		display: none !important;
	}
}
.zhsort .input-group-addon {
	border: none;
	background-color: transparent;
	color: #0073EA;
}
#input-sort {
	border:none;
	font-size: 14px;
	appearance: none;       
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  padding-left: 0 !important;
}
#input-sort option {
	background-color: rgba(29, 29, 27, 0.8);
	color:#fff;
}
@media (max-width: 768px){
	#tiSummary {
		flex-direction: column;
		align-items: center;
		justify-content: center;
		text-align: center;
	}
	#tiSummary > * {
		margin-bottom: 50px;
	}
	#tiSummary *:last-child {
		margin-bottom: 0;
	}
	#button-cart + button {
		margin-left: 0;
		margin-top: 10px;
		width: 100%;
		max-width: 9999px;
		box-sizing: border-box;
	}
	.prod_ti {
		max-width: 9999px;
		box-sizing: border-box;
	}
	#button-cart {
		width: 100%;
		max-width: 9999px;
		box-sizing: border-box;
	}
	.fprod {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.fprod_left {
		margin-bottom: 50px;
		width: auto;
		max-width: 9999px;
		text-align: center;
	}
	.fprod_right {
		width: auto;
		max-width: 9999px;
		text-align: center;
	}
	.zh_upbaner.service .container {
		flex-direction: column;
	}
	.zh_upbaner.iphoneseventin .col .zhtxt {
	margin-bottom: -60px;
}
.zh_upbaner.iphoneseventin .col .buts {
	margin-top: -5px;
	margin-bottom: 0;
	text-align: center;
	margin-top: 13px;
}
	.adres > span {
	font-size: 10px;
	opacity: 0.5;
}
	.zhdmcnts a span {
		display: none;
	}
	.pro-wid > h1 {
		padding-top: 25px;
		padding-bottom: 20px;
		margin-top: 0;
		font-size: 28px;
	}
	.zhstock {
		margin-left: 1px;
	}
	.mfilter-box {		
		position: fixed;
		width: 100vw;
		box-sizing: border-box;
		left: -9999px;
		transition: 0.4s;
		z-index: 998;
	}
	.mfilter-before-box {
		position: fixed;
		display: none;
		right: 29px;
		top: 131px;
		color:#fff;
		font-size: 26px;
		font-weight: 500;
		z-index: 999;
	}
	.box-content.mfilter-content {
  padding: 30px  20px 20px 20px!important;
  overflow: scroll;
  height: calc(100vh - 108px);
  box-sizing: border-box;
}
	.mfilter-box.zhactive {
		left: 0;
		top: 108px;
	}
	.zh_service_baner, .zh_wu_baner, .zh_ti_baner, .hometops {
		margin-top: 25px;
		
	}
	.page_zh_ti_baner.zh_ti_baner {
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.hometops.homeacii .bigheading {
		margin-bottom: 25px;
	}	
	.underheading {
		font-size: 13px;
	}
	.hometops .underheading {
		margin-bottom: 25px;
	}
	.zhnewcnt {
		margin-top: 25px;
	}
	.zh_service_baner img {
		width: 47%;
	}
	.zh_service_baner .zhtxt {
		width: 50%;
	}
	.home-page .zh_upbaner {
	margin-left: 0px !important;
	margin-right: 0px !important;
	}
	.zh_upbaner {
	padding-top: 25px;
	padding-bottom: 25px;
	}
	.zh_upbaner .col {
		margin-bottom: -25px;
	}
	.bigheading {
		font-size: 32px;
		margin-bottom: 5px;
	}
	
	.zh_upbaner img {
		max-width: 150px;
	}
	
	.zh_upbaner .zhtxt .colorhead {
		font-size: 18px;
	}


	
	.zh_upbaner .zhtxt p {
  	font-size: 14px;
	padding-right: 10px;
	}
	.zh_upbaner .col .zhtxt p {
		padding-right: 0;
	}
	.buts > :first-child {
		font-size: 14px;
		padding: 5px 13px;
		margin-bottom: 10px;
	}
	.buts > :first-child + * {
		font-size: 14px;
		margin-left: 0px;
		padding: 5px 8px;
	}
	.zh_wu_baner .num {
		font-size: 18px;
	}
	.zh_wu_baner img {
		width: 40%;
	}
	.zh_wu_baner .zhtxt {
		width: 50%;
	}
	.zh_wu_baner .txt {
		font-size: 10px;
		text-align: center;
	}
	.zh_wu_baner .box {
		padding: 10px;
		min-height: 100px;
		margin-bottom: 10px;
	}
	.zh_wu_baner .row, .zh_wu_baner .col-right {
		gap: 10px;
	}
	.zh_wu_baner .col-left .box {
		min-height: 210px;
	}
}
.searchbr a {
	color:#0073EA
}
.searchbr a:hover{
	text-decoration: underline;
}
@media (max-width: 365px){
		.zh_upbaner.iphoneseventin .col .zhtxt {
	margin-bottom: -150px;
}
.zh_upbaner.iphoneseventin .col .buts {
	margin-top: 150px;
}
.zh_upbaner .zhtxt h1 {
    margin-bottom: 0;
    text-align: center;
    font-size: 50px;
}
.zh_wu_baner .txt {
        font-size: 8px;
        text-align: center;
}
}

@media (max-width: 768px) {
.product-thumb .price {
	font-size: 15px;
	font-weight: 600;
    position: relative;
    display: inline-block;
    text-align: center;
	display: flex;
	margin-top: -10px;
    flex-direction: column; 
    align-items: center;               
    position: relative;
}

 .product-thumb .price-old {
    position: static; 
    order: 1;         
    color: #9a9a9a;
    text-decoration: line-through;
    font-size: 13px;
    font-weight: 400;
    opacity: 0.9;
}

.product-thumb .price-new {
    position: static;
    order: 2;         
    color: #fff;
	margin-top: -5px;
    font-size: 16px;
    font-weight: 600;
}
}

@media (hover: none) {
  .product-thumb.transition:hover .protitle + * + *,
  .product-thumb.transition:hover .protitle + * {
    opacity: 1 !important;
  }
}



.mfilter-col-input input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 22px;
  height: 22px;
  border: 2.5px solid #707070; 
  border-radius: 50%; 
  background: transparent;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease-in-out;
  margin-right: 8px;
}



.mfilter-col-input input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px; 
  height: 10px;
  background:#0073EA; 
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.mfilter-col-input input[type="checkbox"]:focus {
  outline: none;
  box-shadow: none;
}



#button-cart {
  position: relative;
  overflow: hidden;
}


#button-cart::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: radial-gradient(circle, rgba(255,255,255,0.6) 0%, rgba(255,255,255,0) 70%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  animation: whiteWave 2s ease-in-out infinite;
  pointer-events: none; 
}


@keyframes whiteWave {
  0% {
    width: 0;
    height: 0;
    opacity: 1;
  }
  50% {
    width: 200%;
    height: 250%;
    opacity: 0.4;
  }
  100% {
    width: 0;
    height: 0;
    opacity: 0;
  }
}

.zh_upbaner .zhtxt .buts + p{
  margin-top: 20px !important;  
}


.zh_upbaner .zhtxt .buts{
  margin-bottom: 0 !important;
}



.zh_service_baner {
  position: relative;
  margin-bottom: 30px;
}

.zh_service_baner .bigheading {
  position: absolute;
  top: -60px; 
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  letter-spacing: 2px;
}



@media (max-width: 768px) {
  .zh_ti_baner .buts {
    bottom: -30px; 
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .zh_ti_baner .buts {
    bottom: -20px;
  }
}




@media (max-width: 945px){

  .zh_ti_baner .buts{
    position: static;
    left: auto;
    bottom: auto;
    transform: none;
    margin: 12px auto 0;   
    text-align: center;
  }


  .zh_ti_baner{
    margin-bottom: 15px;  
  }
}


@media (max-width: 945px){
  .zh_ti_baner .zhtxt p{
    margin-top: 16px; 
  }
}

@media (max-width: 945px){

  .zh_ti_baner .zhtxt{
    display: flex;
    flex-direction: column;
    align-items: center;
  }


  .zh_ti_baner .zhtxt p{
    order: 3; 
    margin: 7px 0 20px 0; 
	font-size: 17px;
  }


  .zh_ti_baner img{
    order: 2;
    display: block;
    width: calc(105% + 50px);
    margin: 10px 0 20px 0px;
    height: auto;
  }


  .zh_ti_baner .buts{
    order: 5;
    position: static;
    margin: 0px auto 0;
    text-align: center;
  }

  .zh_ti_baner{
    padding-bottom: 40px;
  }
  .zh_upbaner .zhtxt > *, .zh_service_baner .zhtxt > *{
	margin-bottom: 11px;
    text-align: center;
  }
.zh_service_baner img{
	margin-top:30px
}

.hometops .buts{
	text-align: center;
    margin-top: 30px;
}
}



.zh_upbaner.iphoneseventin .buts > *:first-child {
  background-color: #0073EA;
  border-radius: 25px;
  text-align: center;
  padding: 10px 25px;
  font-size: 16px;
  color:#fff;
  display: inline-block;
  border: 1px solid #0073EA;


  position: relative;
  overflow: hidden;
}

.zh_upbaner.iphoneseventin .buts > *:first-child::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: radial-gradient(circle, rgba(255,255,255,0.6) 0%, rgba(255,255,255,0) 70%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  animation: whiteWave 2s ease-in-out infinite;
  pointer-events: none;
}


.zh_upbaner.iphoneseventin .buts > *{
  vertical-align: middle;
  line-height: 1;
}



@media (max-width: 768px){
  .zh_upbaner.iphoneseventin .buts{
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }

  .zh_upbaner.iphoneseventin .buts > *{
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    line-height: 1;
  }

  .zh_upbaner.iphoneseventin .buts > :first-child{
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    padding: 10px 13px !important;
  }
  .zh_upbaner.iphoneseventin .buts > :first-child + *{
    margin-left: 0 !important;
    padding: 10px 13px !important;   
  }
}

.product-thumb {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.product-thumb .caption {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}


.product-thumb .price {
  min-height: 40px; 
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}


.product-thumb .price-old {
  margin-bottom: -2px;
}



.zh_ti_baner .buts a[href*="information_id=8"] {
  position: relative;
  overflow: hidden;
  color: #fff;
  border: none;
  font-weight: 600;
}

.zh_ti_baner .buts a[href*="information_id=8"]::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  background: radial-gradient(circle, rgba(255,255,255,0.8) 0%, rgba(255,255,255,0) 70%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  animation: whiteWave 2s ease-in-out infinite;
}



@media (max-width: 599px) {
  .owl-item .product-thumb.transition {
    max-width: 100%;
	border-radius: 20px;
  }
}



#button-cart.btn.pcrt.btn-primary {
    width: 100%;
    max-width: 272px; 
}



@media (max-width: 768px) {
  #button-cart.btn.pcrt.btn-primary {
    max-width: 100%; 
}
}



#button-cart {
  background-color: #0271E3; 
  border-radius: 25px;
  text-align: center;
  padding: 10px 25px;
  font-size: 16px;
  color: #fff;
}


#button-cart + button {
  background-color: #fff; 
  border-radius: 25px;
  text-align: center;
  padding: 10px 25px;
  font-size: 16px;
  color: #000;
}

@media (max-width: 396px) {
h1 {
    font-size: 48px;
    margin-top: 0px;
}

.zh_wu_baner .txt {
    font-size: 7px;
    text-align: center;
}
}


.filter-btn,
.sort-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 33px;          
    line-height: 33px;    
    padding: 0 15px;       
    border-radius: 25px;   
}



.zh_prices {
    display: flex !important;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
	margin-top: 30px;
    gap: 8px; 
}




.zh_prices ul,
.zh_prices ul li {
    display: flex !important;
    align-items: flex-end !important;
}


.zh_prices .pro-price {
    display: flex !important;     
    align-items: flex-end !important;
    line-height: 1 !important;
    margin: 0 !important;
    padding: 0 !important;
}


.zh_prices .termin {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1 !important;
    display: flex;
    align-items: flex-end;
}


.zh_prices .price-old {
    position: relative;
    bottom: 27px;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 25px;
    opacity: 0.75;
    left: -4px;
}


.zh_prices .list-unstyled > li.text-decor-bold {
    display: flex;
    align-items: flex-end; 
    gap: 6px;
}

.zh_prices .termin,
.zh_prices .pro-price {
    margin: 0;
    line-height: 1; 
}



.zh_prices .text-decor-bold {
    display: inline-flex;
    align-items: flex-end;  
    gap: 6px;
    line-height: 1;        
}

.zh_prices .termin {
    line-height: 1;
    display: inline-block;
	padding-bottom: 3px;
}

.zh_prices .pro-price {
    line-height: 1;
    display: inline-block;
	
}
.zh_prices .list-unstyled > li.text-decor-bold {
    display: inline-flex !important;
    align-items: baseline !important; 
    gap: 6px;
}

.zh_prices .termin,
.zh_prices .pro-price {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1 !important;
}



@media (max-width: 768px) {
  .fw_bc .breadcrumb {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }

  .fw_bc .breadcrumb > li {
    white-space: nowrap; /* щоб не переносились “iPhone | …” */
  }


  .fw_bc .breadcrumb > li:last-child {
    flex: 1;
    min-width: 0;
  }

  .fw_bc .breadcrumb > li:last-child a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis; 
    white-space: nowrap;
  }
}



.zh-bottom-nav {
  display: none;                 
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 9999;                 
  background: #1D1D1B;
  border-top: 1px solid #222;
  backdrop-filter: blur(8px);    
}

.zh-bottom-nav__inner {
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 480px;
  margin: 0 auto;
  padding: 10px 0 10px;
}

.zh-bottom-nav__item {
  flex: 1;
  text-align: center;
  text-decoration: none;
  font-size: 11px;
  line-height: 1.1;
  color: #cfd6ff;
}

.zh-bottom-nav__item i {
  display: block;
  font-size: 18px;
  margin-bottom: 2px;
}


.zh-bottom-nav__item--catalog i,
.zh-bottom-nav__item--catalog span {
  color: #ffffff;
}

.zh-bottom-nav__item--home i,
.zh-bottom-nav__item--home span {
  color: #ffffff;
}

.zh-bottom-nav__item--call i,
.zh-bottom-nav__item--call span {
  color: #ffffff;
}

.zh-bottom-nav__item--chat i,
.zh-bottom-nav__item--chat span {
  color: #ffffff;
}

.zh-bottom-nav__item--cabinet i,
.zh-bottom-nav__item--cabinet span {
  color: #ffffff;
}


@media (max-width: 1024px) {
  .zh-bottom-nav {
    display: block;
  }

  body {
    padding-bottom: 64px; 
  }
}


.credit_text.ct_four ul {
    list-style: none !important;   
    padding-left: 0 !important;
    margin-left: 0 !important;
}

.credit_text.ct_four ul li::marker {
    content: "" !important;       
}



li[data-base-type="price"] .mfilter-content-opts {
    display: block !important;
}


li[data-base-type="price"] .mfilter-heading {
    pointer-events: none;
}


li[data-base-type="price"] .mfilter-head-icon {
    display: none;
}


.fw_bc + .container {
    margin-top: 20px;
}

.breadcrumb i.fa-home {
    color: #fff;
}

.btn-registr i.fa,
.btn-login i.fa {
    color: #fff !important;
}



.account-content .fa,
.account-content .fa::before {
    color: #fff !important;
}

#cart .fa-times:before {
    color: #000 !important;
}




.simplecheckout .oneprodcart {
    display: grid;
    grid-template-columns: 60px 1fr 24px;
    grid-template-rows: auto auto;
    column-gap: 12px;
    background: rgba(29, 29, 27, 0.85);
    padding: 12px 14px;
    border-radius: 12px;
    margin-bottom: 12px;
    align-items: start;
}

.simplecheckout .oneprodcart .zh-cart-image {
    grid-row: 1 / span 2;
}

.simplecheckout .oneprodcart .zh-cart-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.simplecheckout .oneprodcart .zh-cart-name {
    grid-column: 2;
    grid-row: 1;
}

.simplecheckout .oneprodcart .zh-cart-name a {
    color: #fff;
    font-size: 14px;
    line-height: 1.25;
    font-weight: 600;
    display: block;
    text-align: left;
}

.simplecheckout .oneprodcart .zh-cart-qty {
    grid-column: 2;
    grid-row: 2;
}

.simplecheckout .oneprodcart .zh-cart-prices {
    display: flex;
    align-items: baseline;
    gap: 6px;
}

.simplecheckout .oneprodcart .zh-cart-price-new {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}

.simplecheckout .oneprodcart .zh-cart-price-old {
    font-size: 14px;
    color: #909090;
    text-decoration: line-through;
}

.simplecheckout .oneprodcart .wrapdel {
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
    align-self: start;
}

.simplecheckout .oneprodcart .wrapdel i {
    font-size: 20px;
    color: #fff;
    opacity: .7;
}

.simplecheckout .oneprodcart .wrapdel:hover i {
    opacity: 1;
}


.simplecheckout .oneprodcart .smplzhdmqty {
    display: none !important;
}

.simplecheckout .zh-checkout-card {
    background: rgba(29, 29, 27, 0.9);
    border-radius: 20px;
    padding: 18px 20px;
    margin-bottom: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
}


.simplecheckout .form-group [class*="col-"] {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

.simplecheckout .form-group .control-label {
    text-align: left !important;
    display: block !important;
    width: 100% !important;
    margin-bottom: 6px !important;
}

.simplecheckout .form-group > div {
    margin-left: 0 !important;
    width: 100% !important;
}

.simplecheckout .form-group .form-control {
    width: 100% !important;
}


.simplecheckout .zh-checkout-row__field--options label,
.simplecheckout .zh-checkout-row__field--options .radio,
.simplecheckout .zh-checkout-row__field--options .checkbox {
    display: block;
    margin-bottom: 6px;
    font-size: 14px;
}

.simplecheckout .zh-checkout-row__field--options input[type="radio"],
.simplecheckout .zh-checkout-row__field--options input[type="checkbox"] {
    margin-right: 6px;
}


@media (min-width: 768px) {
    .simplecheckout .zh-checkout-row {
        flex-direction: row;
        align-items: center;
        margin-bottom: 12px;
        gap: 20px;
    }

    .simplecheckout .zh-checkout-row__label {
        flex: 0 0 40%;
        margin-bottom: 0;
    }

    .simplecheckout .zh-checkout-row__field {
        flex: 1;
    }
}


@media (min-width: 1025px) and (max-width: 1199px) {
    .simplecheckout .simplecheckout-left-column,
    .simplecheckout .simplecheckout-right-column {
        float: none !important;
        width: 100% !important;
        max-width: 100% !important;
    }
}


.simplecheckout #simplecheckout_customer .checkout-heading,
.simplecheckout #simplecheckout_shipping .checkout-heading,
.simplecheckout #simplecheckout_shipping_address .checkout-heading,
.simplecheckout #simplecheckout_payment .checkout-heading {
    display: none !important;
}


.simplecheckout #simplecheckout_customer::before {
    content: "Контактна інформація";
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 10px 0;
}


.simplecheckout #simplecheckout_shipping::before {
    content: "Спосіб доставки";
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 10px 0;
}


.simplecheckout #simplecheckout_shipping_address::before {
    content: "Адреса доставки";
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 10px 0;
}


.simplecheckout #simplecheckout_payment::before {
    content: "Спосіб оплати";
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 10px 0;
}


#simplecheckout_shipping .zh-checkout-card__title,
#simplecheckout_shipping_address .zh-checkout-card__title,
#simplecheckout_payment .zh-checkout-card__title {
    display: none !important;
}


#simplecheckout_customer .row-customer_register {
    display: none !important;
}


#simplecheckout_customer .zh-checkout-card__title {
    font-size: 0 !important;
}

#simplecheckout_customer .zh-checkout-card__title .checkout-heading-button {
    font-size: 16px !important;
}


.user-down.haccount.hlogout {
    padding: 24px 22px !important;
    border-radius: 20px;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(6px);
    min-width: 320px;
}

.user-down.haccount.hlogout h5 {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    margin-bottom: 6px;
}

.user-down.haccount.hlogout h6 {
    font-size: 16px;
    color: #bfbfbf;
    text-align: center;
    margin-bottom: 20px;
}

.zh-account-row {
    list-style: none;
    padding: 0;
    margin: 0;
}

.zh-account-buttons {
    display: flex;
    border: 1px solid #555;
    border-radius: 16px;
    overflow: hidden;
}

.zh-account-buttons a {
    flex: 1;
    padding: 14px 0;
    font-size: 14px;
    font-weight: 500;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    text-align: center;
}

.zh-account-buttons a + a {
    border-left: 1px solid #555;
}

.zh-account-buttons i {
    font-size: 20px;
    color: #fff !important;
}


#cart .dropdown-menu {
    background: rgba(20, 20, 20, 0.95) !important;
    border-radius: 22px !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    box-shadow:
        0 20px 40px rgba(0, 0, 0, 0.55),
        0 0 2px rgba(255, 255, 255, 0.05);
    padding: 16px 18px 22px !important;
    min-width: 320px;
}

#cart .dropdown-menu > li > div {
    padding: 0 !important;
}

#cart .cartdrop img {
    width: 70px;
    height: 70px;
    border-radius: 12px;
    object-fit: cover;
}

#cart .cartdrop .cartname {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}

#cart .cartdrop .cartprice {
    color: #cfcfcf;
    font-size: 13px;
    margin-top: 4px;
}


#cart .dropdown-menu table {
    width: 100%;
    margin-top: 18px !important;
    border-collapse: separate;
    border-spacing: 0;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

#cart .dropdown-menu table td {
    padding: 10px 14px;
    border: none !important;
    color: #fff;
    font-size: 14px;
    background: transparent !important;
}


#cart .dropdown-menu table tr:last-child td {
    padding: 14px 0 !important;
    font-size: 16px !important;
    color: #fff !important;
}

#cart .dropdown-menu table tr:last-child td:first-child {
    font-weight: 700 !important;
    text-align: left !important;
}

#cart .dropdown-menu table tr:last-child td:last-child {
    text-align: right !important;
}


#cart .dropdown-menu table tr:first-child td:first-child {
    border-top-left-radius: 14px;
}

#cart .dropdown-menu table tr:first-child td:last-child {
    border-top-right-radius: 14px;
}

#cart .dropdown-menu table tr:last-child td:first-child {
    border-bottom-left-radius: 14px;
}

#cart .dropdown-menu table tr:last-child td:last-child {
	border-bottom-right-radius: 14px;
}


#cart .cartbt .btn-primary {
	display: block;
	width: 100%;
	margin: -7px 0 0;
	padding: 14px 0;
	border-radius: 999px;
	font-size: 16px;
	font-weight: 600;
	color: #fff !important;
	border: none !important;
	background: linear-gradient(135deg, #0073EA 0%, #198CFF 100%) !important;
	box-shadow:
	0 10px 22px rgba(0, 115, 234, 0.45),
	0 2px 4px rgba(255, 255, 255, 0.05);
	transition: 0.2s ease;
}

#cart .cartbt .btn-primary:hover {
	filter: brightness(1.08);
}


#cart .btn-danger.btn-xs {
	background: transparent !important;
	border: none !important;
	box-shadow: none !important;
	padding: 0 !important;
}

#cart .btn-danger.btn-xs .fa {
	background: transparent !important;
	font-size: 18px;
}

#cart .btn-danger.btn-xs .fa-times:before {
	color: #ffffff !important;
}


.cartdrop {
	border-bottom: 1px solid rgba(255, 255, 255, 0.10) !important;
	padding-bottom: 14px;
	margin-bottom: 14px;
}

.cartdrop:last-of-type {
	position: relative;
	border-bottom: none !important;
	padding-bottom: 6px !important;
	margin-bottom: 0 !important;
}

.cartdrop:last-of-type::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -4px !important;
	height: 3px;
	background: rgba(255, 255, 255, 0.32);
}


#cart .dropdown-menu li,
#cart .dropdown-menu li > div,
#cart .dropdown-menu table td {
	border: none !important;
}


#cart .img-thumbnail {
	background: transparent !important;
	border: none !important;
	padding: 0 !important;
	box-shadow: none !important;
	border-radius: 8px !important;
}


#account-login .well h3:first-child {
    display: none;
}

#account-login #content > .row > .col-sm-12.col-md-12.col-lg-6.col-xs-12:first-child {
	display: none !important;
}


#simplecheckout .simplecheckout-right-column {
	display: flex;
	flex-direction: column;
}

#simplecheckout .simplecheckout-right-column > .simplecheckout-block,
#simplecheckout .simplecheckout-right-column > .zh-checkout-row,
#simplecheckout .simplecheckout-right-column > div {
	order: 0;
}


.zh-cart-image {
    position: relative;
}

.zh-cart-image .zh-cart-quantity {
    position: absolute;
    bottom: -7px;
    left: 45px;
}

.simplecheckout-economy-block {
    text-align: center;
    margin: 20px 0;
}


.simplecheckout-economy-title {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 5px;
}


.equal-width-block {
    width: 100%;
    max-width: 420px; 
    margin: 0 auto;
}


.simplecheckout-economy-tradein .prod_ti {
    display: block;
    width: 100%;
    padding: 10px 0;
    border-radius: 25px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: linear-gradient(90deg, #7b2ff7, #4ac6ff);
    transition: 0.2s ease;
}

.simplecheckout-economy-tradein .prod_ti:hover {
    filter: brightness(1.1);
}



#simplecheckout .simplecheckout-right-column {
    width: 65% !important;
}

#simplecheckout .simplecheckout-left-column {
    width: 35% !important;
}


.simplecheckout-order-total-total-block{
	background: #2a2a2a; 
	border-radius: 8px; 
	padding: 20px; 
	margin: 20px 0; 
	text-align: center;
}

.simplecheckout-tradein-btn{
    display: block;
    background: radial-gradient(circle at 20% 20%, #8a5cf6 0%, rgba(138, 92, 246, 0.4) 25%, transparent 50%), radial-gradient(circle at 80% 20%, #8ccbf5 0%, rgba(140, 203, 245, 0.4) 30%, transparent 60%), linear-gradient(180deg, #2e2b45 40%, #0d0b15 100%);
    background-color: #0d0b15;
    font-size: 16px;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    border-radius: 25px;
    width: 100%;
    max-width: 554px;

}




.simplecheckout-economy-tradein_title {
    max-width: 420px;         
    margin: 0 auto 6px;        
    text-align: center;        
    font-size: 22px;
    font-weight: 600;
    color: #ffffff;
}


.simplecheckout-cart-total {
	width: 100%;
	max-width: 420px;  
	margin: 10px auto 0;
	padding: 8px 18px;
	border-radius: 18px;

	background: rgba(0, 0, 0, 0.35);  
	backdrop-filter: blur(10px);   
	text-align: center;

	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;

	font-size: 22px;
	font-weight: 500;
	letter-spacing: 0.4px;
}


.simplecheckout-cart-total .total-label {
	opacity: 0.8;   
}

.simplecheckout-cart-total .total-amount {
	font-size: 15px;
	font-weight: 700;   
}


.simplecheckout .simplecheckout-button-block.buttons {
    width: 100%;
    padding: 0;
    margin: 20px 0 0;
    text-align: center; 
}


.simplecheckout .simplecheckout-button-right {
    float: none;
}


.simplecheckout #simplecheckout_button_confirm {
    display: block;
    width: 100%;
    padding: 14px 0;
    border-radius: 25px;
    box-sizing: border-box;
	background: linear-gradient(135deg, #0073EA 0%, #198CFF 100%);
    box-shadow: 0 10px 22px rgba(0, 115, 234, 0.45), 0 2px 4px rgba(255, 255, 255, 0.05);
    transition: 0.2s ease;
}





@media (max-width: 767px) {
    .cpagerow {
        display: block !important;
    }


    .cpagerow .product-layout.product-list {
        width: 50% !important;
        float: left !important;
        box-sizing: border-box;
        padding: 0 8px;
    }


    .protitle {
        height: 30px;
        overflow: hidden;
    }

    .catlist-des {
        max-height: 38px;
        overflow: hidden;
    }
}


@media (min-width: 768px) {
    .cpagerow {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
}


#bingc-phone-button {
    left: auto; 
    right: 20px;
    bottom: 20px; 
}


#bingc-phone-button svg.bingc-phone-button-circle
circle.bingc-phone-button-circle-inside {
    fill: #ff8a3d !important; 
}


#bingc-phone-button:hover svg.bingc-phone-button-circle
circle.bingc-phone-button-circle-inside {
    fill: #ff8a3d !important;
}


#bingc-phone-button div.bingc-phone-button-tooltip {
    background: #ff8a3d !important;
}

#bingc-phone-button div.bingc-phone-button-tooltip svg.bingc-phone-button-arrow polyline {
    fill: #ff8a3d !important;
}

#bingc-passive > div.bingc-passive-overlay {
    background: rgba(0, 0, 0, 0.65) !important;
}


#bingc-active {
    background: #111111 !important; 
}


.relpro.next-prevb .heading{
  width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}


.relpro.next-prevb .heading .underheading{
  display: inline-block; 
}