/*
Theme Name: SivikShop
Theme URI: https://sivikshop.kz/
Author: the Web-Triton team
Author URI: https://web-triton.com/
Description: 
Requires at least: 5.9
Tested up to: 5.9
Requires PHP: 8.0
Version: 1.8.9
Text Domain: sivikshop
Tags: shop, catalog, cart
*/

*,
*:before,
*:after {
	box-sizing: border-box;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Noto Sans', sans-serif!important;
	background: #eee;
	font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    min-height: 100%;
}

.body-wrapper {
	height: 100%;
}

.logged-in .header-fixed {
	top: 30px;
	border-bottom: 1px solid #d1d1d1;
	z-index: 99;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

a {
	color: #125abd;
	transition: all .2s linear;
	text-decoration: none;
}

h1 {
	margin: 0;
}


input, textarea {
	font-family: 'Noto Sans', sans-serif;
	font-weight: 400;
	font-style: normal;
	padding: 10px 15px;
	border: 1px solid #d1d1d1;
	border-radius: 4px;
	background: #f8f8f8;
	-webkit-box-shadow: 1px 1px 2px #d1d1d1 inset;
	box-shadow: 1px 1px 2px #d1d1d1 inset;
	outline: 0;
}

form [type=submit] {
	font-family: 'Noto Sans', sans-serif;
	font-size: 14px;
	font-weight: 700;
	font-style: normal;
	line-height: 1.571;
	padding: 6px 15px;
	cursor: pointer;
	text-align: center;
	color: #1b4e9b;
	border: 1px solid #1b4e9b;
	border-radius: 4px;
	outline: 0;
	background: 0 0;
}

.wpcf7-spinner, .wpcf7 form .wpcf7-response-output {
	margin: 0 !important;
}

table {
	font-size: 14px;
	width: 640px;
	text-align: left;
	border-collapse: collapse;
	margin: 10px;
}
table th {
	border-bottom: 1px solid #37B5A5;
	padding: 12px 17px;
}
table td {
	border-bottom: 1px solid #37B5A5;
	border-right:1px solid #37B5A5;
	padding: 7px 17px;
}
table tr:last-child td {
	border-bottom: none;
}
table td:last-child {
	border-right: none;
}





.body-wrapper {
	background: #fff;
	margin: 0 auto;
    -webkit-box-shadow: 0 -70px 35px 10px #b6b6b6, 0 15px 35px 10px #b6b6b6;
    box-shadow: 0 -70px 35px 10px #b6b6b6, 0 15px 35px 10px #b6b6b6;
    /*height: 1000px;*/
}

.header-fixed {
	display: flex;
	align-items: center;
	justify-content: space-between;

	background-color: #fff;

	position: sticky;
	z-index: 2;
    top: 0;
    height: 70px;
    z-index: 22;
}

.mobile-burger {
	display: none;
	width: 70px;
	height: 70px;
	background: #181818;
	/*display: flex;*/
	justify-content: center;
	align-items: center;
	padding: 10px;
}

.custom-logo-link {
	border-right: 1px solid #d1d1d1;
	height: 70px;
}

.custom-logo-link img {
	object-fit: contain;
}

.menu {
	display: flex;
}

#menu-main-menu li:first-child a {
	color: #fff;
    background: #e41d2d;
    padding: 10px;
}

#menu-main-menu li:first-child a:hover {
	color: #fff;
}

.menu li {
	margin-left: 20px;
}

.menu li a {
	color: #282828;
}

.menu li a:hover {
	color: #e31d2c;
}


/*.menu li:last-child {
	margin-left: 0;
}*/


.cart-menu {
	display: none;
}



.search-form {
	margin-right: 20px;
}






.home_container {
	display: flex;
	/*justify-content: center;*/
}

.main-aside {
	max-width: 268px;
	width: 100%;
	height: auto;
	position: sticky;
    z-index: 21;
    background: #282828;
    color: #fff;
    padding-top: 15px;
    /* padding: 15px 0; */
}

.main-aside .mm {
	display: none;
}

.main-aside .aside-content {
	position: sticky;
	top: 100px;
	/*height: 100%;*/
}

.aside-container {
	position: sticky;
	top: 120px;
}

.dws-menu {
  margin: 0;
  padding: 0;
}

.dws-menu ul {
  list-style: none;
}

.dws-menu>ul {
  /*display: flex;*/
}

.dws-menu>ul li {
  /*border: 1px solid #8f8383;*/
  /*width: auto;*/
}

.dws-menu>ul li>ul li {
  width: 220px;
  /*margin: 5px;*/
}

.dws-menu li a:hover {
  color: #fff;
  background-color: #181818;
}

.dws-menu>ul li a {
	display: block;
	font-size: 12px;
	/* cursor: pointer; */
	/* height: 21px; */
	padding: 10px 10px 10px 26px;
	color: #d5d5d5;
	text-decoration: none;
}


/* Sub Menu*/

.dws-menu li ul {
	width: 240px;
	position: absolute;
	top: 0;
	right: -239px;
	height: 100%;
	display: none;
	background: #181818;
	overflow-x: hidden;
	overflow-y: scroll;
}

.dws-menu li ul.children {
	background-color: #181818;
}

/* полоса прокрутки (скроллбар) */
.dws-menu li ul::-webkit-scrollbar {
	width: 2px; /* ширина для вертикального скролла */
	height: 2px; /* высота для горизонтального скролла */
	background-color: #143861;
}

/* ползунок скроллбара */
.dws-menu li ul::-webkit-scrollbar-thumb {
	background-color: #843465;
	border-radius: 9em;
	box-shadow: inset 1px 1px 10px #f3faf7;
}

.dws-menu li>ul li {
  /*border: 1px solid #000000;*/
}

.dws-menu li>ul li a {
	font-weight: 400;
	color: #fff;
	padding: 10px 10px 10px 26px;
}

.dws-menu li>ul li a:hover {
	color: #e41d2d;
	font-weight: 400;
}

.dws-menu li>ul li ul {
	width: 100%;
	position: unset;
	/* right: -219px; */
	padding-left: 20px;
	display: block;
}

.dws-menu li>ul li ul a {
	color: #bcbcbc;
	padding: 5px 10px 5px 26px;
}

.dws-menu li>ul li ul {
	overflow: hidden;
}

.dws-menu li:hover>ul {
  display: block;
  padding-top: 15px;
}

.catalog-widget {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.catalog-widget h2 {
	padding-left: 26px;
	margin: 0;

	font-size: 18px;
    font-weight: 700;
}

.catalog-widget a {
	font-size: 12px;
	font-weight: 700;
	font-style: normal;
	color: #fff;
	background: #e41d2d;
	padding: 8px;
	border-radius: 4px 0 0 4px;
}

/*.main-aside ul {
	padding-left: 20px;
}

.main-aside ul {
	position: relative;
}

.main-aside ul .cat-item .children {
	position: absolute;
    right: -300px;
    top: 0;
    background: #181818;
    padding: 30px;
    display: none;
}

.main-aside ul .cat-item:hover .children {
	display: block;
	background-color: #181818;
}

.main-aside ul .children > .children {
	display: none;
}

.main-aside ul .children a:hover {
	color: #e41d2d;
}*/

/*
.main-aside ul li.categories {
	margin-top: 5px;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.889;
	text-align: left;
}

.main-aside ul li.categories ul {
	line-height: 1 !important;
	padding-left: 0 !important;
	border: none;
}

.main-aside ul li.categories ul li {
	margin-bottom: 15px;
}

.main-aside ul li.categories ul li:hover a {
	background-color: #181818;
}

.main-aside ul li.categories ul li a {
	font-size: 12px;
	display: block;
	padding: 10px 10px 10px 6px;
	color: #d5d5d5;
	font-weight: 100;
}
*/
.main-aside .contacts {
	padding: 5px 0 20px 26px;
	line-height: 2.5;
	border-top: 1px solid #3d3d3d;
	border-bottom: 1px solid #3d3d3d;
	background-color: #282828;
}

.contacts label {
	cursor: pointer;
}

#menu-sidebar-menu li a {
	font-size: 13px;
	color: #bcbcbc;
}

#menu-sidebar-menu li a:hover {
	text-decoration: underline;
}


.mm,
.menu-sidebar-menu-container {
	background-color: #282828;
	padding: 15px 0;
}





/* Стили модального окна */
.modal-header h2 {
    color: #555;  
    font-size: 20px;
    font-weight: normal;
    line-height: 1;    
    margin: 0;
}
/* кнопка закрытия окна */
.modal .btn-close {
    color: #aaa;
    cursor: pointer;
    font-size: 30px;
    text-decoration: none;
    position: absolute;
    right: 5px;
    top: 0;
}
.modal .btn-close:hover {
    color: red;
}
/* слой затемнения */
.modal-wrap:before {
    content: "";
    display: none;
    background: rgba(0, 0, 0, .3);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 101;
}
.modal-overlay {
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 102;
}
/* активация слоя затемнения и модального блока */
.modal-open:checked ~ .modal-wrap:before,
.modal-open:checked ~ .modal-wrap .modal-overlay {
    display: block;
}
.modal-open:checked ~ .modal-wrap .modal-dialog {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 20%;
}
/* элементы модального окна */
.modal-dialog {
    background: #fefefe;
    border: none;
    border-radius: 5px;
    position: fixed;
    width: 80%;
    max-width: 500px;
    left: 50%;
    top: -100%;
    -webkit-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -moz-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -webkit-transform: translate(-50%, -500%);
    -ms-transform: translate(-50%, -500%);
    -o-transform: translate(-50%, -500%);
    transform: translate(-50%, -500%);
    -webkit-transition: -webkit-transform 0.4s ease-out;
    -moz-transition: -moz-transform 0.4s ease-out;
    -o-transition: -o-transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
    z-index: 103;
}
.modal-body {
  padding: 20px;
}
.modal-body p {
    margin: 0;
    margin-bottom: 15px;
}

.modal-body p:last-child {
	margin-bottom: 0;
}

.modal-body input,
.modal-body textarea {
	width: 100%;
	/*margin-bottom: 15px;*/
}
.modal-header,
.modal-footer {
    padding: 20px 20px;
}
.modal-header {
    border-bottom: #eaeaea solid 1px;
}
.modal-header h2 {
    font-size: 20px;
    margin: 0;
}
.modal-footer {
    border-top: #eaeaea solid 1px;
    text-align: right;
}
/* адаптивные картинки в модальном блоке */
.modal-body img { 
    max-width: 100%;
    height: auto;
}












.contacts a,
.contacts i {
	color: #fff;
	font-size: 16px;
}

.feedback-sidebar {
	display: block;
	color: #d5d5d5;
	background: #181818;
	transition: all .2s linear;
}

.feedback-sidebar label {
	display: block;
	padding: 20px;
	cursor: pointer;
}

.feedback-sidebar:hover {
	color: #181818;
	background: #fff;
}

.page-content {
	width: 100%;
}

.page-container ul {
	list-style: disc !important;
	padding-left: 15px;
}

.page-container {
	padding: 0px 30px;
}



.cart input {
	width: 100%;
	margin: 7px 0;
}

.cart button {
	background-color: #e41d2d;
	color: #fff;
	border-color: #e41d2d;
	margin: 7px 0;
	transition: all .2s linear;
}

.cart-notice {
	font-size: 12px;
	color: #6c3535;
}

.cart-notice span {
	font-weight: bold;
	color: #e41d2d;
}

.cart button:hover {
	background-color: #f64452;
}

#cart-loading {
	display: none;
	align-items: center;
}

.cart-products {
	width: 100%;
	border: 1px solid #e2dfdf;
	padding: 0 25px;
}

.cart-product {
	display: flex;
	padding: 10px 0;
	border-bottom: 1px solid #f2f2f2;
	justify-content: space-between;
	align-items: center;
}

.cart-product-data {
	display: flex;
	align-items: center;
}

.cart-product-img img {
	max-width: 133px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cart-product-title {
	font-size: 16px;
	font-weight: 700;
}

.cart-product-title a {
    color: #19488f;
}

.cart-product-remove {
	display: block;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	border: 1px solid #CFCFD0;
	color: #CFCFD0;
	text-align: center;
	padding: 1px 0;
	cursor: pointer;
}

.cart-total {
	padding-top: 10px;
	padding-left: 10px;
}

.cart-total,
.cart-total p {
	font-size: 18px;
	font-weight: bold;
	margin: 0;
}

#not-all-data-entered {
	display: none;
	color: #fff;
	background: #e41d2d;
	padding: 10px;
	border-radius: 4px;
	margin: 10px 0;
}

.cart-success {
	display: none;
	/* display: flex; */
	max-height: 400px;
	align-items: center;
}

.cart-success .cart-success-check {
	background-image: url(gif/check.gif);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	height: 300px;
	width: 300px;
}

.cart-success p {
    max-width: 400px;
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    margin: 20px 0;
}


.index-content {
	min-width: 0;
	width: 100%;
}




.home_slider {
	width: 100%;
	min-width: 0;
	position: relative;
	z-index: 0;
}

.home_slider img {
	display: block;
	max-width: 1200px;
	width: 100%;
	min-height: 300px;
	object-fit: cover;
}

.slick-list {
	overflow: hidden;
}

.slick-track {
	display: flex;
}

.home_slider .slick-dots {
	display: flex;
	align-items: center;
	justify-content: center;

	position: absolute;
	bottom: 40px;
	left: 0;
	right: 0;

	z-index: 1;
}

.home_slider .slick-dots li {
	margin: 0 5px;
}

.home_slider .slick-dots button {
	font-size: 0;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, .6);
	border: none;
	cursor: pointer;
	transition: all .2s linear;
}

.home_slider .slick-dots li.slick-active button {
	background-color: rgba(255, 255, 255, 1);
}






.home_slider .slick-arrow {
	position: absolute;
	z-index: 2;
	top: 50%;

	width: 30px;
	height: 30px;

	cursor: pointer;

	background: transparent;

	font-size: 0;
	border: 1px solid #fff;
	border-radius: 3px;

	background-image: url(svg/arrow.svg);

	background-size: 20px 20px;
	background-position: center;
	background-repeat: no-repeat;

}

.home_slider .slick-prev {
	left: 10px;
	transform: rotate(90deg);
}

.home_slider .slick-next {
	right: 10px;
	transform: rotate(-90deg);
}




.wrapper .tabs {
	font-family: 'Noto Sans', sans-serif;
	font-size: 20px;
	font-weight: 700;
	font-style: normal;
	line-height: 1.3;
/*	padding-top: 20px;*/
/*	padding-left: 15px;*/
	text-align: left;
	padding: 20px 0 20px 15px;
}

.wrapper .tabs .tab {
	margin-right: 50px;
	cursor: pointer;
	color: #19488f;
	border-bottom: 1px dashed #19488f;
	padding-bottom: 3px;
}

.wrapper .tabs .tab:last-child {
	margin-right: 0;
}

.wrapper .tabs .tab.active {
	color: #2a2f2e;
	border-bottom: 2px solid #e41d2d !important;
}

/*.wrapper .tab_content {
	margin-top: 15px;
	border-top: 1px solid #d1d1d1;
}*/

.wrapper .tab_content .tab_item .tab_item_content {
	display: flex;
	flex-wrap: wrap;
}

.tab_item_more {
	border-top: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
}

.tab_item_more a {
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    line-height: 5;
    display: block;
    height: 100%;
    text-align: center;
    color: #19488f;
}

.tab_item_more a:hover {
	color: #e41d2d;
}

.tab_item_product {
	width: 25%;
	padding: 15px 30px;
	position: relative;
	border: 1px solid #d1d1d1;
}

.tab_item_product img {
	display: block;
	width: 240px;
	height: 180px;
	object-fit: cover;
}

.tab_item_product .characteristic,
.tab_item_product .model {
	display: block;
	color: #282828;
	font-size: 12px;
}

.tab_item_product h2 {
	font-family: 'Noto Sans', sans-serif;
    font-size: 15px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.4;
    min-height: 45px;
    padding-top: 10px;
    text-align: left;
    color: #19488f;
    border-top: 1px solid #d1d1d1;
    transition: all .2s linear;
    text-overflow: ellipsis;
    word-wrap: break-word;
}

.tab_item_product:hover h2 {
	color: #e41d2d !important;
}

.tab_item_product:hover {
    border-bottom: 1px solid #d1d1d1;
	box-shadow: 0 0 5px -3px rgb(203 203 203 / 70%), 0 0 5px -1px rgb(203 203 203 / 70%), 0 0 5px -1px rgb(203 203 203 / 70%);
}

.tab_item_product .price {
	font-size: 18px;
	font-weight: 700;
	font-style: normal;
	line-height: 1.333;
	color: #282828;
}

.tab_item_product .old_price {
	font-size: 12px;
    font-weight: 400;
    font-style: normal;
    position: relative;
    top: 4px;
    color: #282828;
}

.tab_item_product .old_price:before {
	position: absolute;
    z-index: 20;
    top: 7px;
    right: -3px;
    left: -3px;
    display: inline-block;
    height: 1px;
    content: '';
    background: #e41d2d;
}


.add_to_cart_form {
	margin-top: 10px;
	display: flex;
}

.add_to_cart_form input[type=number] {
	min-width: 20px;
	margin-right: 10px;
}

.pay_to_kaspi {
	text-align: center;
	/* background-color: #F14635; */
	color: #F14635; /* #fff  */
	border: 1px solid #F14635;
	border-radius: 4px;
	width: 100%;
	display: inline-block;
	margin-top: 10px;
	padding: 10px;
	font-weight: 700;
	font-style: normal;
}

.pay_to_kaspi:after{
	background-repeat: no-repeat;
	content: '';
	display: inline-block;
	height: 0.8125rem;
	margin: 0 0.1875rem 0 0.25rem;
	position: relative;
	top: 0.125rem;
	width: 0.8125rem;
	background-image: url(svg/newtab.svg);
}

.pagination {
	text-align: center;
	margin: 20px 0;
}

.pagination span,
.pagination a {
	display: inline-block;
	border-radius: 4px;
	padding: 4px 10px;
	font-weight: 700;
	font-style: normal;
	font-size: 14px;
}

.pagination .page-numbers {
	color: #fff;
	background-color: #1b4e9b;
}

.pagination .current {
	text-align: center;
	color: #1b4e9b !important;
	border: 1px solid #1b4e9b !important;
	background-color: transparent !important;
}

.option {
	position: absolute;
	top: 10px;
	left: 15px;

	font-size: 13px;
	font-weight: 400;
	font-style: normal;
	line-height: 1.077;
}

.option.new {
	color: #3ba833;
}

.option.new .square {
	background-color: #3ba833;
}

.option.sale {
	color: #e41d2d;
}

.option.sale .square {
	background-color: #e41d2d;
}

.option .square {
	width: 30px;
	height: 30px;
	padding: 12px 6px;
}

.option i {
	color: #fff;
	font-size: 15px;
}





.pdf-widget {
	width: 100%;
	background: #19488f;
	border-radius: 0px;
	padding: 20px 60px;
	position: relative;
	color: #fff;
}
.pdf-widget::after {
	content: '';
	position: absolute;
	left: 0px;
	top: 0;
	transform: rotate(-90deg);
	border: 34px solid transparent;
	border-top: 34px solid #e41d2d;
}

.pdf-widget a {
	font-size: 20px;
	font-weight: 700;
	font-style: normal;
	color: #fff;
}

.pdf-widget span {
	font-size: 13px;
	font-style: normal;
	line-height: 1.692;
	text-align: left;
	color: #8ba9d7;
}






.widget_about_home {
	border-left: 10px solid #1b4e9b;
	padding: 10px 30px;
}







.breadcrumbs-block {
	/*width: 100%;*/
	color: #fff;
	background-color: #1b4e9b;
	padding: 25px 30px;
}

.breadcrumbs span {
	color: #a2b4cf;
	font-size: 12px;
}

.breadcrumbs span a {
	font-size: 12px;
	color: #fff;
}

.breadcrumbs-block h1 {
	font-size: 20px;
	font-weight: 700;
	font-style: normal;
	line-height: 1;
	margin: 10px 0 0;
	padding: 0;
	text-align: left;
	color: #fff;
}




.single-container-item {
	display: flex;
}

.single-container-item .image {
	position: relative;
	padding: 25px;
	width: 100%;
	min-height: 460px;
	border-right: 1px solid #d1d1d1;
	padding-bottom: 25px;
	padding-right: 30px;
	padding-left: 30px;
	text-align: center;
}

.single-container-item .image img {
	width: 100%;
	height: 460px;
	object-fit: contain;
}

.single-container-item .meta-info {
	padding-top: 15px;
	padding-bottom: 25px;
	padding-right: 30px;
	padding-left: 30px;
	max-width: 270px;
	width: 100%;
}

.meta-info .model {
	display: block;
	font-size: 13px;
    line-height: 1.454;
    color: #6d6d6d;
    margin-bottom: 20px;
}

.meta-info .price {
	display: block;
	font-size: 34px;
	font-weight: 700;
	font-style: normal;
	line-height: .571;
	margin: 0 0 10px;
	color: #282828;
	margin-bottom: 10px;
}

.meta-info .old_price {
	font-size: 16px;
	line-height: 1.5;
	position: relative;
	display: inline-block;
	color: #282828;
}

.meta-info .old_price:before {
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 100%;
    content: '';
    border-bottom: 1px solid #e41d2d;
}

.meta-info .pay {
	display: block;
	font-size: 15px;
	font-weight: 700;
	font-style: normal;
	line-height: 1.467;
	position: relative;
	padding: 10px;
	cursor: pointer;
	text-align: center;
	color: #e41d2d;
	border: 1px solid #e41d2d;
	border-radius: 4px;
	background: 0 0;
	margin-top: 20px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.meta-info .pay_notice {
	font-size: 10px;
	font-style: italic;
	color: #afafaf;
}

.meta-info .delivery {
	border-top: 1px solid #d1d1d1;
	margin-top: 20px;
	padding-top: 10px;
	line-height: 1.692;
}

.meta-info .delivery ul {
	list-style: none;
}

.meta-info .delivery ul li a {
	font-size: 13px;
}



.single-container .text {
	border-top: 1px solid #d1d1d1;
}

.single-container .text p {
	padding: 15px;
	font-size: 13px;
	line-height: 15px;
	margin: 0;
}


.single-container-item .wrapper {
	position: relative;
	padding: 25px;
	width: 100%;
	min-height: 460px;
	border-right: 1px solid #d1d1d1;
	padding-bottom: 25px;
	padding-right: 30px;
	padding-left: 30px;
	border-top: 1px solid #d1d1d1;
}

.single-container-item .wrapper .tabs {
	padding: 0;
	text-align: unset;
	display: flex;
	justify-content: space-between;
}

.single-container-item .wrapper .tabs .tab {
	/*width: 25%;*/
	margin-right: 0;
}

.single-container-item .wrapper .tab_content {
	border: none;
}

.single-container-item .wrapper .tab_content .tab_item {
	height: 300px;
	overflow-x: hidden;
	overflow-y: scroll;
}

.single-container-item .wrapper .tab_content .tab_item::-webkit-scrollbar {
	width: 10px;
	height: 10px;
	background-color: rgba(0, 0, 0, .25);
}

.single-container-item .wrapper .tab_content .tab_item::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, .5);
	margin: 0 1px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	width: 8px;
}



.sale-slider {
	/*padding: 15px 30px 25px 30px;*/
	padding: 15px;
	width: 261px;
	border-top: 1px solid #d1d1d1;
	position: relative;
	max-width: 270px;
	width: 100%;
}

.sale-slider .item_product {
	position: relative;
}

.sale-slider .item_product h2 {
	margin: 0;
	color: #e41d2d;
	font-size: 18px;
	line-height: 1.3;
}

.sale-slider .item_product img {
	object-fit: cover;
	display: block;
	padding: 40px 0px 10px 0px;
	/* margin: 40px 0; */
	max-width: 270px;
	width: 100%;
	height: auto;
}

.sale-slider .item_product .price {
	display: inline-block;
	font-weight: 900;
	color: #181818;
	margin-top: 15px;
}

.sale-slider .item_product .old_price {
	font-size: 13px;
	line-height: 1.5;
	position: relative;
	display: inline-block;
	color: #282828;
	margin-left: 15px;
}

.sale-slider .item_product .old_price:before{
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 100%;
	content: '';
	border-bottom: 1px solid #e41d2d;
}


.sale-slider .slick-dots {
	display: flex;
	align-items: center;
	justify-content: center;

	position: absolute;
	/*bottom: 40px;*/
	left: 0;
	right: 0;

	z-index: 1;
}

.sale-slider .slick-dots li {
	margin: 0 5px;
}

.sale-slider .slick-dots button {
	font-size: 0;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: rgba(100, 100, 100, .3)!important;
	border: none;
	cursor: pointer;
	transition: all .2s linear;
}

.sale-slider .slick-dots li.slick-active button {
	background-color: #e41d2d!important;
}













.footer {
	padding: 30px;
	border-top: 1px solid #d1d1d1;
}

.footer_container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}


.my_footer p {
	margin: 0;
	font-size: 13px;
}



.notification {
	width: 100%;
	max-width: 300px;
	box-shadow: 0 7px 20px 0px #b6b6b6;
	position: fixed;
	bottom: 20px;
	z-index: 999;
	/* right: 35px; */
	right: -350px;
	background-color: #fff;
	transition: all .2s linear;
}

.notification-title {
	background-color: #19488f;
	color: white;
	font-family: 'Noto Sans', sans-serif;
	font-size: 13px;
	font-weight: 700;
	font-style: normal;
	padding: 5px;
}

.notification-content-wrapper {
	display: flex;
	padding: 5px;
}

.notification-img {
    width: 70px;
    height: 70px;
    min-width: 70px;
    margin-right: 5px;
}

.notification-img img {
    max-width: 100%;
}

.notification-prod-name {
    font-family: 'Noto Sans', sans-serif;
    font-size: 15px;
    font-weight: 700;
    font-style: normal;
    color: #19488f;
}

.notification-prod-quantity {
	font-size: 16px;
	color: #282828;
}

.notification-prod-price {
    font-weight: 700;
    font-style: normal;
    color: #282828;
    font-size: 16px;
}


