@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap');

html {
	font: 15px/24px "Open Sans",Arial,sans-serif;
}

body {
	font: 15px/24px "Open Sans",Arial,sans-serif;
	color: #555;
	background: #fff;
	scrollbar-base-color: #272131;
	scrollbar-3dlight-color: #000;
	scrollbar-highlight-color: brown;
	scrollbar-track-color: #312d38;
	scrollbar-arrow-color: #594b70;
	scrollbar-shadow-color: #594b70;
	scrollbar-dark-shadow-color: brown;
}
.white{color: #fff;}
.black{color: #000;}
.invisible-0{display: none; transition: all .3s; height: 0px;}
.invisible-1{height: auto;}
.h1, h1 {
    font-size: 32px;
}
.bold, .b{
    font-weight: 700;
}
a {
    color: #000000;
    text-decoration: none;
}
a:focus, a:hover {
    color: #6f6f6f;
    text-decoration: underline;
    cursor: pointer;
}
.wrapper, .wrapper_inner, .wrapp, .wrapper1 > div {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
    zoom: 1;
    z-index: 2;
}
.header_wrap #header {
    padding: 0px !important;
    margin: -1px 0px 0px !important;
}
.wrapper_inner, .maxwidth-theme {
    padding: 0px 30px;
    margin: 0 auto;
    float: none;
}
body .maxwidth-theme, body .wrapper_inner{
	max-width: 1350px;
}

h1{color: #383838;font-size: 36px;font-weight:bold;line-height: 38px;padding-bottom: 25px;}
h1.shifted{padding-right:200px;}
h2, h3, h4, h5{color:#383838;line-height:20px;font-weight:bold;margin: 30px 0 26px;}
h2{font-size:24px;margin: 0 0 24px;}
h3{margin:0 0 23px;}
h3, h3 a{font-size:20px;line-height:20px;font-weight:bold;}
a h3{display:inline-block;}
h4{font-size:16px;}
h5{font-size: 14px;}

h1{font-size:2.133em;line-height:30px;margin:0 0 18px;font-weight:bold;}
h2{font-size:1.866em;line-height:28px;margin: 40px 0 26px;}
h3{font-size:1.4em;  line-height:24px;
    /* margin: 40px 0 15px; */
    margin: 30px 0 30px;}
h4{font-size:1.33em; line-height:20px;margin: 40px 0 26px;}
h5{font-size:1.2em;  line-height:22px;margin: 40px 0 26px;}
h6{font-size:1.066em;line-height:22px;margin: 40px 0 26px;}

h1.spaced, h2.spaced, h3.spaced, h4.spaced, h5.spaced, h6.spaced{margin-top:50px;}
h1.no-top-space, h2.no-top-space, h3.no-top-space, h4.no-top-space, h5.no-top-space, h6.no-top-space{margin-top:0px;}
h1.no-bottom-space, h2.no-bottom-space, h3.no-bottom-space, h4.no-bottom-space, h5.no-bottom-space, h6.no-bottom-space{margin-bottom:0px;}
h1.more-spaced, h2.more-spaced, h3.more-spaced, h4.more-spaced, h5.more-spaced, h6.more-spaced{margin-top:64px;}
h1.bottom-spaced, h2.bottom-spaced, h3.bottom-spaced, h4.bottom-spaced, h5.bottom-spaced, h6.bottom-spaced{margin-bottom:36px;}
.loading{
	height: 400px;
	padding-top: 50px;
}
textarea.form-control {
	height: auto;
	margin-bottom: 10px;
}
.modal{
	color: #111;
}
.label{
    display: inline;
    padding: 0;
    font-size: 0.8rem;
    font-weight: 700;
    line-height: normal;
    color: #383838;
    text-align: center;
    white-space: nowrap;
    vertical-align: text-top;
    border-radius: .25em;
}
.tab-content{
    border: 1px solid #ddd;
    border-top: none;
}



#to_report .alert{
	margin: 0;
}
#to_report p{
	margin: 10px 0;
	font-size: 1.2rem;
}
#to_report input{
	margin-bottom: 10px;
}
.form-control{
	transition: all .3s;
}
.ng-invalid.ng-touched{
	-webkit-box-shadow:inset 0 0 1px #c30027;
	box-shadow: 0 0 2px 1px #c30027;
	outline-color: #c30027;
}
.ng-invalid.ng-touched.form-control:focus {
	border-color: #c30027;
	-webkit-box-shadow:inset 0 0 1px #c30027;
	box-shadow: 0 0 2px 1px #c30027;
	outline: 0;
}
.sysmsg.green{
	position: fixed;
	top: 20px;
	left: 20px;
	padding: 10px 20px;
	background-color: green;
	border: none;
	display: none;
	z-index: 999;
}
.sysmsg.red{
	position: fixed;
	top: 20px;
	left: 20px;
	padding: 10px 20px;
	background-color: #d10029;
	border: none;
	display: none;
	z-index: 999;
}
#sort{
	width: 100%;
	color: #8d9fa5;
	border-radius: 15px;
	line-height: 25px;
	padding: 0 15px;
	height: 31px;
}
#sort:focus{
	outline: none;
}
section {
	padding: 0px 0 0px 0;
}
aside {
	background: #342744 url(../img/aside_bg.png) no-repeat;
	background-size: 100%;
	padding: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	box-shadow: 7px 0 rgba(16,12,21, 0.25);
	width: 100%;
	position: absolute;
	transition: all 1s;

}

.section-light {
	background: rgba(255, 255, 255, 0.09);
}

.padding-none{
	padding: 0;
}
.button {
	background: #93001d;
	border-radius: 7px;
	padding: 7px 20px;
	color: #fff;
	font-weight: 700;
	border-bottom: 3px solid #730019;
}
.button:hover {
	background: linear-gradient(#ef0043,#d10029);
	color: #fff;
	text-decoration: none;
}
.right {float: right;}
.mtop {margin-top: -25px;}
.mt-15 {margin-top: 15px;}
.mb-15 {margin-bottom: 15px;}
.pt-5 {padding-top: 5px;}
.pb-5 {padding-bottom: 5px;}
.tdn {text-decoration: none!important;}

/*SEARCH & INPUT*/

form.search {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;

}
form {
	position: relative;
}

input[type=checkbox]  {
    margin-top: 0;
    margin-right: 5px;
    width: 17px;
    height: 17px;
    border: none;
    background-color: #fff;
    border-radius: 5px;
    display: inline-block;
}

input[list="browsers"] {
	padding-left: 17px;
	height: 31px;
	width: 100%;
	font-size: 1.3rem;
	font-family: 'Tahoma';
	color: #b1b1b1;
	border-radius: 10px;
	border: none;
}


input[type="search"] {
	padding-left: 17px;
	height: 31px;
	font-size: 1.3rem;
	font-family: 'Tahoma';
	color: #b1b1b1;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border: none;
	background: url(../img/search-1200.png) no-repeat;
}
input[type="submit"] {
	position: absolute;
	right: 0;
	top: 0;
	height: 31px;
	width: 40px;
	background: url(../img/icons/search_icon.png) no-repeat center;
	border: none;
	border-left: 1px solid #ebebeb;
}


/*Custom Select*/
/*the container must be positioned relative:*/
.custom-select {
	position: relative;
	font-family: Tahoma;
	font-size: 14px;
	min-width: 75px;
	margin-left: 10px;
}
.custom-select select {
	display: none; /*hide original SELECT element:*/
}

.game-search .select-selected{
	background-color: #d10029;
	color: #fff;

}
.head-options input {
	outline: none;
}
.order input{
	margin-bottom: 10px;
}
.select-selected {
	font-weight: bold;
	background-color: #232323c4;
	border-radius: 0;
	color: #ffffff;
	padding: 4px 10px;
	border: 2px solid #175da9;
	cursor: pointer;
	user-select: none;
	padding-right: 35px;
	text-align: center;
}
.currency-select .select-selected{
	width: 95px;
}

/*style the arrow inside the select element:*/
.select-selected:after {
	position: absolute;
	content: "";
	top: calc(50% - 3px);
	right: 9px;
	width: 0;
	height: 0;
	border: 5px solid;
	border-color: #fff transparent transparent transparent;
}
.game-search .select-selected:before {
	border-left: 2px solid #333;
}
.trash {background: #d63233;
    color: #fff;
    border-color: #d63233;}
.select-selected:before {
	position: absolute;
	content: "";
	top: 2px;
	right: 2px;
	height: 28px;
	width: 26px;
	background-color: #2063ac;
}
/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
	border-color: transparent transparent #fff transparent;
	top: 7px;
}
/*style the items (options), including the selected item:*/
.select-items div {
	color: #fff;
	padding: 5px 10px;
	border: 1px solid #22212359;
	cursor: pointer;
	user-select: none;
}
/*style items (options):*/
.select-items {
	position: absolute;
	background-color: #175da9;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 99;
	color: #fff !important;
}
form.currency .select-items{
	width: 83%;
	left: 8px;
}
form.lang .select-items{
	width: 83%;
	left: 6px;
}
/*hide the items when the select box is closed:*/
.select-hide {
	display: none;
}
.select-items div:hover, .same-as-selected {
	background-color: rgba(0, 0, 0, 0.1);
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover,
.nav .open>a:active {
	background-color: transparent;
	border-color: inherit;
}


.dropdown-menu {
	top: 50px;
	padding: 0;
	right: auto!important;
	background-color: #222123;
	left: auto !important;
}


.dropdown-menu>li{
	padding: 0!important;
	border-bottom: 1px solid #000000;
}
.dropdown-menu>li>a{
	padding: 15px 20px;
	color: #fff;
	border-bottom: 1px solid #251f2c;
}
.dropdown-menu>li>a:hover{
	background: linear-gradient(to right,transparent , rgba(255,255,255,0.05) 5%, rgba(255,255,255,0.05) 95% ,transparent);
	color: #fff;
}

input[type="text"], input[type="password"], input[type="email"], input[type="tel"], select, textarea {
    background: #f7f7f7;
    border: 1px solid #eeeeee;
    border-radius: 2px;
    box-shadow: none;
    color: #383838;
    height: auto;
    font-size: 13px;
    padding: 8px 13px 7px;
    width: 100%;
    outline: none;
}
.top-block .info-text .search-block, .search-button-div .close-block {
    position: relative;
    /* min-width: 57px; */
    cursor: pointer;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    border-radius: 2px;
    overflow: hidden;
    transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -ms-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
}
.btn, .btn-danger.active, .btn-danger:active, .btn-default.active, .btn-default:active, .btn-info.active, .btn-info:active, .btn-success.active, .btn-success:active, .btn-warning.active, .btn-warning:active, .btn.active, .btn:active, .dropdown-menu>.disabled>a:focus, .dropdown-menu>.disabled>a:hover, .form-control, .open .dropdown-toggle.btn-danger, .open .dropdown-toggle.btn-default, .open .dropdown-toggle.btn-info, .open .dropdown-toggle.btn-success, .open .dropdown-toggle.btn-warning {
    background-image: none;
}
button, input, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}
button, select {
    text-transform: none;
}

button, input[type='submit'], input[type='button'], .basket_button, .basket_button span {
    text-transform: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    outline: none;
}
.btn:hover, .btn:active, .btn:focus {
    outline: none !important;
}
.inner-table-block {
    display: table-cell;
    vertical-align: middle;
}



/* ******************************* */
/* ******************************* */
/* SVG */
/* ******************************* */
/* ******************************* */


.svg {
    top: -1px;
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    min-width: 30px;
    min-height: 30px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
}
.svg-black {
    background: none;
}
.svg-search.svg-black {
    background-image: url(../images/Search_black_sm.svg);
}
.svg.svg-close {
    background-color: #222;
    background-image: url(../images/Close_mask.svg);
}
.svg-phone {
    margin: 0 6px 0 4px;
    min-width: 12px;
    min-height: 15px;
    background-image: url(../images/Phone_black.svg);
    background-size: contain;
}
.svg-whatsapp {
    margin: 0 5px 0 0px;
    min-width: 21px;
    min-height: 21px;
    background-image: url(../images/whatsapp-svg.svg);
    background-size: contain;
}
.svg-email {
    margin: 0 5px 0 0;
    min-width: 21px;
    min-height: 21px;
    background-image: url(../images/mail-red.svg);
    background-size: contain;
}


/* ******************************* */
/* ******************************* */
/* Header */
/* ******************************* */
/* ******************************* */

.logo-row .logo {
    display: inline-block;
    position: relative;
    height: 104px;
    max-width: 190px;
    line-height: 101px;
    z-index: 10;
}

.logo-row .logo img, .logo-row .logo svg {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    height: auto;
}
.logo-row .top-description {
    display: table-cell;
    vertical-align: middle;
    height: 104px;
    padding: 0;
    letter-spacing: 0;
    font-size: 13px;
    line-height: 18px;
    color: #999999;
}
.logo-row .search-wrapper {
    display: table-cell;
    vertical-align: middle;
    height: 104px;
}
.logo-row .search-input {
    padding: 0 44px 0 17px;
    height: 40px;
    font-size: 0.933em;
    line-height: 40px;
    background: #f5f5f5;
    border: 1px solid #eeeeee;
    color: #444444;
    display: block;
    vertical-align: top;
    width: 100%;
    border-radius: 3px;
}
.logo-row .search-input-div {
    width: 100%;
}
.logo-row .search-block {
    height: 104px;
    display: table;
    width: 100%;
}
.logo-row .inner-table-block {
    height: 104px;
}
.search-wrapper .svg-search {
    min-width: 16px;
    min-height: 16px;
}
.logo-row .search-button-div {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}
.logo-row .btn-search {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0 16px;
    border: none;
    background: none;
    font-size: 0;
    line-height: 16px;
    text-transform: none;
    margin: 0px;
    color: #dedede;
}
.logo-row .search-block .svg {
    top: 0;
}
.logo-row .search-block .search-button-div .close-block {
    display: none;
    min-width: 16px;
    min-height: 16px;
}
.logo-row .search-block .btn-search:active {
    box-shadow: none;
}
.logo-row .search-block{
	position: relative;
}
.logo-row .phone-block.with_btn {
    padding: 0;
    display: table;
    height: 104px;
    max-width: 100%;
}
.logo-row .inner-table-block {
    height: 104px;
}
.logo_and_menu-row .phone-block.with_btn .phone {
    margin-bottom: 0;
    white-space: nowrap;
}
.logo-row .phone {
    position: relative;
    margin: 4px 0 0px;
    font-size: 1.0666em;
    font-weight: bold;
    white-space: nowrap;
}
.logo-row .whatsapp{padding: 3px 0;}
.logo-row .phone a,
.logo-row .email a,
.logo-row .whatsapp a
 {
    color: #222;
    white-space: nowrap;
    font-weight: 600
}
.logo-row .phone-block .schedule {
    margin: 0 0 0 23px;
    font-size: 0.8em;
    line-height: 1em;
    color: #999999;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


/* ******************************* */
/* ******************************* */
/* MENU TOP */
/* ******************************* */
/* ******************************* */


.menu-row{
	background: #1e6da5;
}
.nav-main{
	border-left:1px solid #11111111;
	border-right:1px solid #11111111;
  position: relative;
}
.nav-main .dropdown{
	position: static;
}
.nav-main .dropdown-menu{
    position: absolute;
    width: 100%;
		background: #ffffff;
		border:none;
		border-radius: 0;
}
.nav-main .dropdown-menu>li,
.nav-main .dropdown-menu>li>a{
	border: none;
	border-radius: 0;
}
.nav-main .dropdown-menu>li>a span{
	color: #222222;
}
.nav-main .dropdown-menu>li>a:hover span{
	color: #333333;
}
.nav-main .dropdown-menu>li .dropdown_img_wrap{
    display: flex;
    width: 60px;
}
.nav-main .dropdown-menu>li .dropdown_img_wrap img{
	max-width: 100%;
    margin: auto 0;
}
.nav-main .dropdown-menu.nav-pills li{
	width: 33%;
  display: flex;
  padding: 30px 10px !important;
}
.nav-main .nav.nav-justified>li>a{
	color: #fff;
	font-size: 1.2rem;
	padding: 15px 5px;
	font-weight: bold;
	transition: all .2s ease-out;
	text-shadow: 0px 0px 3px #222;
}
.nav-main .nav.nav-justified>li>a.text-left{
	text-align: left!important;
	padding-left: 20px;
}
.nav-main .nav.nav-justified>li>a.text-left i{
	margin-right: 30px;
}
.nav-main .nav.nav-justified>li>a.text-left .fa-chevron-down{
	float: right;
  margin: 5px;
}
.nav-main .nav.nav-justified>li>a:hover{
	background-color: #11111111;
}
.dropdown .dropdown-menu{
	transition: all 0.3s ease-out;
	opacity: 0;
  display: block;
	visibility: hidden;
	margin-top: 0;
}

.dropdown:hover .dropdown-menu {
	opacity: 1;
	visibility: visible;
}

/* NEWS LEFT */

/*news left start*/
.news_blocks{border:1px solid #f2f2f2;border-radius:2px;margin:0px 0px 30px;padding:13px 0px 0px; margin-top: 20px;}
.news_blocks .top_block{padding:0px 19px 12px;margin:0px;}
.news_blocks .top_block .title_block{font-size:1.143em;color:#1d2029;margin:0px;font-weight: 700;}
.news_blocks .top_block a{float:right;padding:0px; color: #7d7d7d}
.news_blocks .top_block a:hover{ color: #333}

.news_blocks .info_block .item{padding:16px 19px 18px;margin:0px 0px 0px;border-bottom:1px solid #ebeef1;overflow:hidden;color:#111;font-size:0.929em;position: relative;}
.news_blocks .info_block .item:first-child{padding-top:0px;}
.news_blocks .info_block .item:last-child{border-bottom-width:0px;}
.news_blocks .info_block .item:before{content:"";position:absolute;top:100%;left:0px;width:2px;background: #1e6da5;bottom:0px;transition:top 0.3s ease;}
.side_RIGHT .news_blocks .info_block .item:before{left:auto;right:0px;}
.news_blocks .info_block .item:hover:before{top:0px;}
.news_blocks .info_block .item .image{border-radius:100%;width:60px;height:60px;overflow:hidden;float:left;box-shadow:inset 0 0 3px 0 rgba(0, 0, 0, .15);}
.news_blocks .info_block .item .image+.info{padding:0px 0px 0px 80px;}
/*news left end*/


/*front sections*/
.sections_wrapper{margin:0px 0px 30px;}
.front.wide_page .sections_wrapper{margin-bottom:0px;padding-bottom:30px;}
.sections_wrapper .top_block{padding:0px;}
.sections_wrapper .list .row{
    margin-left: 0px;
    margin-right: 0px;
}
.sections_wrapper .title_block{
	margin-top: 0;
}
.sections_wrapper .list .row > div{padding:0px;margin:0px 0px -1px -1px;}
.sections_wrapper .list .item{text-align:center;border:1px solid #F2F2F2;padding:30px 10px 30px;transition:all ease 0.2s;}
.sections_wrapper .list .item:hover{border-color:#fff;box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);}
.sections_wrapper .list .item:not(.section_item) .img{
    width: 100%;
    height: 160px;line-height:160px;text-align:center;margin:0px auto 22px;position: relative;}
.sections_wrapper .list .item .img img{max-width:100%;max-height:100%;
    height: 160px;
    width: initial;}
.sections_wrapper .list.brands .item .img img{max-width:100%;max-height:100%;
    height: auto;
    width: initial;}
.sections_wrapper .list .item .name{font-weight:bold;font-size:1.071em;line-height:20px;min-height: 30px;}
.sections_wrapper .list .item .name a{overflow:hidden;text-overflow:ellipsis;display:block;
    font-size: 1rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.sections_wrapper.products_list .list .item .name a{
    min-height: 65px;
}
.sections_wrapper.subcategory_list .list .item .name a{
    height: 20px;
    min-height: 20px;
}
.sections_wrapper .list .item .view_product {
    visibility: hidden;
    /* height: 0px; */
    position: absolute;
    background: #fff;
    z-index: 9;
    left: 0;
    right: 0;
    box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 15%);

    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    font-size: 0.8rem;
    margin-top: 0px;
    align-items: stretch;
    align-content: stretch;
}
.sections_wrapper .list .item:hover .view_product{
    visibility: visible;
    /* height: auto; */
}
.sections_wrapper .list .item:hover .view_product a{
}
.sections_wrapper .list .item:hover .view_product a{
    width: 50%;
    margin: 0 0;
    display: list-item;
    margin-top: -2px;
    padding: 10px;
}
.sections_wrapper .list .item:hover .view_product a:hover{
    color: #fff;
}
.shop-item__button-cart{
    background: #d63233 !important;
    color: #fff;
    border-radius: 0px;
    width: 50%;
    margin: 0 0;
    display: list-item;
    margin-top: -2px;
    padding: 10px;
    color: #fff;
}
.shop-item__button-oneclick{
    background: #1D679B!important;
    color: #fff;
    border-radius: 0px;
    width: 50%;
    margin: 0 0;
    display: list-item;
    margin-top: -2px;
    padding: 10px;
}
.shop-item__button-viev{
    background: orange;
    color: #fff;
    border-radius: 0px;
}
.sections_wrapper .list .item .price{
    font-weight: bold;
    font-size: 1.3rem;
    color: #111;
    margin-bottom: 20px;
}
.sections_wrapper .list .item .in_stock{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    font-size: 0.8rem;
    margin-top: 0px;
    align-items: stretch;
    align-content: stretch;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 3px;
    padding: 0 10px;
}

.sections_wrapper .list .item.section_item{text-align:left;padding-left:40px;}
.sections_wrapper .list .item.section_item .img{width:80px;height:80px;float:left;}
.sections_wrapper .list .item.section_item .section_info{padding-left:105px;}

/* NAV BAR SIDEBAR */

#navbar-sidebar{
    padding: 0;}
#navbar-sidebar .nav-main{
	border-top: 1px solid #11111111;
  border-bottom: 1px solid #11111111;
}

#navbar-sidebar .nav-main li{
	margin: 0 !important;
}
#navbar-sidebar .nav-main li>a.dropdown-toggle{
  border-bottom: 1px solid #f2f2f2;
  background: #f8f8f9;
  position: relative;
  color: #333333;
	transition: all .3s;
}

#navbar-sidebar .nav-main li:last-child>a.dropdown-toggle{
	border:none;
}
#navbar-sidebar .nav-main .fa-angle-right {
    line-height: 30px;
}
.right_block .thubmnail{
    min-height: 120px;
}
#navbar-sidebar .nav-main{
	position: static;
}
#navbar-sidebar .nav-main .dropdown-menu{
    width: calc(100% - 294px);
    right: 30px !important;
    top: auto;
	transition: all 0.3s ease-out;
}
#navbar-sidebar .nav-main .dropdown-menu li{
  padding: 15px 30px 20px 30px !important;
	width: 33.333%;
}
#navbar-sidebar .nav-main .dropdown-menu li:nth-child(3n+1) {
  clear: both;
}
#navbar-sidebar .nav-main .dropdown-menu li a span{
	color: #7d7d7d;
  font-weight: 700;
	transition: all 0.3s ease-out;
    white-space: normal;
}
#navbar-sidebar .nav-main .dropdown-menu li:hover a span{
	color: #333;
  font-weight: 700;
}

#navbar-sidebar .current_category{
	padding: 10px 25px;
	font-size: .9rem;
}
#navbar-sidebar .nav-main li.active>a.dropdown-toggle {
	background: #d2d2d2;
	font-weight: bold;
	border-left: 10px solid #4a4a4a;
}
#navbar-sidebar .nav-main li:hover>a.dropdown-toggle{
  background: #1e6da5ba;
  border-left: 10px solid #115585;
  color: #fff;
  text-shadow: 0px 0px 1px #333;
}
#navbar-sidebar .nav-main li:hover.dropdown>a.dropdown-toggle:after{
  color: #fdfdfd;
}

/* navbar-filter */

#navbar-filter{
    /* margin-bottom: 20px; */
	}

#navbar-filter #slider-range{
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
}
#navbar-filter #amount{
    border: 0;
    color: #111;
    font-weight: bold;
    padding: 0;
    font-size: 1.4rem;
}
#navbar-filter h4{
    font-size: 1rem;
    line-height: 2rem;
    text-align: center;
    margin: 0;
    color: #383838;
    background-color: #d2d2d2;
}
#navbar-filter nav{
	 border: none;
	 background: #f9f9f9;
	 padding: 10px 15px;
}
#navbar-filter .filter-clear{
    display: block;
    text-align: center;
    padding: 10px;
}
#navbar-filter .nav>li>a {
    font-size: 0.9rem;
    padding: 5px 0 5px 25px;
}
#navbar-filter .nav>li>a::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 8px;
    width: 18px;
    height: 18px;
    border: 1px solid #dddddd;
    background-color: #ffffff;
    border-radius: 100%;
}
/* #navbar-filter .nav>li>a::after {
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    background: white;
    position: absolute;
    top: 13px;
    left: 2px;
    border-radius: 100%;
		transition: all .2s;
    box-shadow: 0 0 3px #333;
} */
#navbar-filter .nav>li>a::after{
    content: "";
    position: absolute;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 1px;
    top: 5px;
    width: 21px;
    height: 13px;
    border-radius: 1px;
    border-left: 4px solid #4a4a4a;
    border-bottom: 4px solid #4a4a4a;
    opacity: 0;
}
#navbar-filter .nav>li>a:hover::after,
#navbar-filter .nav>li>a.active::after{
    opacity: 1;
}
#navbar-filter .nav>li>a.active,
#navbar-filter .nav>li>a:hover{
	background: none;
}
#navbar-filter .nav>li .title{

    font-size: .9rem;
    font-weight: bold;
    margin: 10px 0px;
}
#navbar-filter .nav>li:first-child .title{
	margin-top: 0;
}
/* end navbar-filter */




/* ******************************* */
/* ******************************* */
/* FILTER */
/* ******************************* */
/* ******************************* */



/* ******************************* */
/* ******************************* */
/* CONTENT */
/* ******************************* */
/* ******************************* */

.left_block {
    width: 234px;
    float: left;
    /* position: relative; */
    zoom: 1;
    z-index: 390;
    padding-top: 0px;
}
#index{
    /* padding: 20px 0; */
    margin-top: 10px;
}


/* HOME DESC */
#home_desc{
	margin-bottom: 50px;
}
#home_desc h1{
    padding: 0px;
}
.right_block #home_desc ul li:before, .right_block #home_desc ol li:before {
    padding: 0px;
    margin-left: 0px;
    width: 20px;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    position: absolute;
    top: 0px;
    left: 0px;
}
.right_block #home_desc ul {
	list-style: none;
  padding: 0;
	margin-top: 10px;
}
.right_block #home_desc ul li, .right_block #home_desc ol li {
    margin: 0 0 4px;
    padding-left: 20px;
    position: relative;
}
.right_block #home_desc ul li::before {
  color: #111;
	content: "\25CF";
}

/* PROMO BLOCKS */
#promo_blocks{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
	flex-direction: row;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
  padding: 0;
  margin: 0px -10px 0;
	margin-bottom: 20px;
    border: 1px solid #f9f9f9;
}
#promo_blocks .item{
	position: relative;
	width: 25%;
  border: 10px solid #fff;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  padding-bottom: 19%;
  float: left;
  height: 0;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  background-size: 125%!important;
  transition: background-size 0.5s ease-in;
  -moz-transition: background-size 0.5s ease-in;
  -web-kit-transition: background-size 0.5s ease-in
}
#promo_blocks .item:hover{
	background-size:130%!important;
}

#promo_blocks .item:nth-child(5n-4){
	width: 50%;
}
#promo_blocks .item:nth-child(8n){
	width: 50%;
}
#promo_blocks .item .title,
#promo_blocks .item .title a {
	display: block;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
	transition: all .9s ease;
}
#promo_blocks .item .sub_a{
    color: #fff;
    position: relative;
    z-index: 1;
    /* margin: 0 5px; */
}
#promo_blocks .item .title a span{
  top: 75%;
  left: -1px;
  background: #1e6da58f;
  color: #fff;
  padding: 5px 30px 5px 15px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  border: 1px solid #fff;
  border-radius: 0px;
  color: #fff;
  transition: .2s ease-in-out;
  display: inline-block;
  font-weight: 600;
}
#promo_blocks .item .title a span:before,#promo_blocks .item .title a span:before {
  content: "";
  background: linear-gradient(90deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .5));
  height: 50px;
  width: 50px;
  position: absolute;
  top: -8px;
  left: -75px;
  transform: skewX(-45deg);
}

#promo_blocks ul{
    padding: 10px;
    height: 144px;
    overflow-y: scroll;
    opacity: 0;
    transition: all .3s;
}
#promo_blocks .item:hover .title{
	background-color: #000000ad;
}
#promo_blocks .item:hover .title a span{
	 border: 1px solid #166ba6;
	 background: #1e6da5;
	 color: #fff;
}
#promo_blocks .item:hover .title a span:before,#promo_blocks .item:hover .title a span:before {
  left: 250px;
  transition: .5s ease-in-out;
}
#promo_blocks .item:hover ul{
    opacity: 1;
}



/*viewed front*/
#ViewsProducts{
    background: #f6f6f7;
}
#ViewsProducts h3{

}
#ViewsProducts .media{
    background: #fff;
    padding: 20px 12px 10px;
    border: 1px solid #eee;
    /* background: #8a8a8a; */
    /* opacity: 0.05; */
    border-radius: 4px;
    -webkit-transition: box-shadow ease-out 0.2s, border ease-out 0.2s;
    -moz-transition: box-shadow ease-out 0.2s, border ease-out 0.2s;
    -o-transition: box-shadow ease-out 0.2s, border ease-out 0.2s;
    transition: box-shadow ease-out 0.2s, border ease-out 0.2s;
    margin-bottom: 40px;
}
#ViewsProducts .form_price{
    font-weight: 700;
    color: #111;
}
#ViewsProducts p a{
    font-size: 0.9rem;
}


/* MINI CART */

#basket_items .nicescroll{
    max-height: 300px;
    overflow: hidden;
}
#basket_items table{
    overflow: hidden;
    display: block;
}

#basket_items th{
    padding-top: 6px !important;
    padding-bottom: 6px !important;
    background-color: #f7f7f7;
    color: #5f5f5f;
    border-bottom: 1px solid #ececec;
}
#basket_items .name-th{
    /* width: 30%; */
}
#basket_items .summ-th .cost.prices{
    /* width: 30%; */
}
#basket_items .price-th{
    font-size: .9rem;
    text-align: center;
    padding: 0 5px;
}
.price-th .price_name{
    margin: 0 12px;color: #888888;font-size: 12px;
    line-height: 15px;
    margin: 5px 0px 5px;
    clear: both;
    font-weight: normal;}
.price-th .price{
    font-size: 14px;
    margin-bottom: 0px;
    white-space: nowrap;
    font-weight: bold;
    line-height: 15px;color: #373737;}
.quantity-th{
    width: 100px;
    max-width: 100px;
    padding: 0 10px;
    text-align: center;
}
.quantity-th input{
    width: 33px;
    padding: 0;
    text-align: center;
    border: none;
}
 .summ-th{
    text-align: center;
    font-size: .9rem;
    font-weight: 600;
    padding: 0 10px;
}
#basket_items .delay-cell{
    padding: 0px 15px 0 0;
}
#basket_items .thumb-cell{
    padding: 10px 20px;
}

.total_price{
    padding: 20px 30px;
    font-size: 1.4rem;
    font-weight: 600;
    margin: 10px 0 20px;
    /* box-shadow: 0 -8px 1px 2px #323232; */
}
#basket_items .btn{
    text-align: center;
    padding: 10px 25px;
}
#basket_items .btn.go_cart{
    background: transparent;
    color: #333;
    border: 1px solid #333;
}
#basket_items .btn.go_cart:hover{
    background: #d63233;
    color: #f7f7f7;
    border: 1px solid #f7f7f7;
}
#basket_items .btn.flash_order{
    background: #d63233;
}
#basket_items thead tr {
    background: #f7f7f7;
}
#basket_items thead th {
	padding: 0;
}
#basket_items .name-th a{
    display: inline-block;
    max-width: 350px;
    min-width: 100px;
    font-weight: bold;
    padding: 0 10px 0 0;
}
#basket_items .name-th a:hover{
    text-decoration: none;
}

.number {
  display: flex;
  position: relative;
  padding-right: 30px;
}

.number input {
  height: 30px;
}

.number_controls {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 30px;
}

.number>div {
  width: 30px;
  cursor: pointer;
  text-align: center;
    background: #f7f7f7;
    height: 30px;
    font-size: 1.4rem;
    line-height: 30px;
    padding: 0 10px;
}

.number>div:hover {
  background: #ccc;
}
/* MARGIN */
.mt-10{
    margin-top: 10px;
}

/*  EOF */

/* PADDING */


.pt-10{
    padding-top: 10px;
}




/* EOF */

/* PRODUCT */
.product-desc{
    padding: 10px 20px;
}
.item-youtube{
    padding: 50px;
}
#delivery{
    padding: 10px 20px;
}

.main-product-info{
    border: 1px solid #ddd;
    margin-bottom: 50px;
    padding-top: 0px;
    padding-bottom: 30px;
}
.img_galery {
    padding: 10px;
}
.product-articul{
	font-size: 13px;
	color: #666;
	line-height: 18px;
	padding: 28px 0px 19px;
    border-bottom: 1px solid #F2F2F2;
    margin-bottom: 29px;
}
.product-params{    width: calc(100% - 305px);}
.product-params .title{
    color: #444;
font-size: 14px;font-weight: 600;
}
.product-params li span{
    display: block;
    color: #888888;
}
.product-params li{
    margin-bottom: 10px;font-size: 13px;
}
.product-info .count{
    font-size: 13px;
    color: #666;
    margin-bottom: 25px;
}
i.fa-check{
    color: green;
}
.product-info .price{
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 20px;
    color: #1d2029;
}

.rel_1{
   position: relative;
   z-index: 1;
}
.add_cart{
    background: #d63233 !important;
    color: #fff;
    border-radius: 0px;
    width: 150px;
    color: #fff;
    padding: 10px 30px !important;
    margin-left: 35px;
}
.product-info .number>div,
#form_one_click .number>div {
    width: 42px;
    cursor: pointer;
    text-align: center;
    background: #f7f7f7;
    height: 42px;
    font-size: 1.8rem;
    line-height: 38px;
    padding: 0 15px;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome/Safari/Opera */
    -khtml-user-select: none;    /* Konqueror */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* Internet Explorer/Edge */
    user-select: none;           /* Non-prefixed version, currently not supported by any browser */
}
.product-info .quantity-th{
    padding: 0;
}
.product-info .quantity-th input,
#form_one_click .number input {
    width: 40px;
    height: 42px;
    padding: 0;
    text-align: center;
    border: none;
    font-size: 1.2rem;
}

/* EOF */



/* CART */


.empty_cart {
    display: flex;
    min-height: 450px;
}

.empty_cart i {
    font-size: 7rem;
    border-radius: 50%;
    border: 3px solid;
    width: 150px;
    height: 150px;
    margin: 40px 30px 0 0;
    line-height: 9.5rem;
    text-align: center;
}
.empty_cart .msg {

}
#cart-page #cart .media-object{
    margin-right: 20px;
}
#cart .media-body li>a{
    padding: 0;
    display: inline-block;
    text-decoration: underline;
}
#cart table tbody .media{
    margin: 10px 0;
}
#cart table tbody .media h4{
    font-size: 1.1rem;
}
#cart table tbody{
    border: 1px solid #f2f2f2
}
#cart table tbody:nth-child(2n-1){
    /* background-color: #fff; */
}
#cart table thead{
    border: 1px solid #f2f2f2;
    background: #f2f2f2;
}
#cart table thead tr th{
    padding: 10px 0;
}

#cart .order{
    margin-bottom: 50px;
}

/* EOF */




/* FOOTER */


/* Footer */
.footer{
    background: #383838;
    background-size: 28%;
    box-shadow: -2px 0px 15px #4a4a4ac2;
}
.footer .wrapper_inner{
    padding-bottom: 10px;
}
.copyright{
	color: #ffffff;
}
.footer ul {
	list-style: none;
	-webkit-padding-start: 3px;
	padding-left: 0px;

}
.footer .schedule{color: #fff;
    margin-top: 5px;
}
.footer .whatsapp{padding: 7px 0;}
.footer .phone i{margin: 0 7px 0 4px;}
.footer .phone a,
.footer .email a,
.footer .whatsapp a
{
    color: #fff;
}
.footer .phone i,
.footer .email i,
.footer .whatsapp i{
    color: #fff;
}
.footer ul li a {
	color: #ffffff;
	text-decoration: none;
	line-height: 27.73px;
	padding-left: 3px;
}
.footer ul li a:hover {
	color: #fffc;
	text-decoration: none;
}
.top-footer .navbar-nav>li {
	padding: 10px 0;
}
.footer-hr {
	height: 2px;
	background: #1e1527;
	background: linear-gradient(to right,transparent , rgba(255,255,255,0.05) 5%, rgba(255,255,255,0.05) 95% ,transparent);
}

.footer-content {
  padding-top: 20px;
  padding-bottom: 20px;
}
.footer-block {
	padding-top: 30px;

}
.footer-flex-block{
	display: flex;
	flex-direction: column;
	align-content: space-between;
}
.footer-block>p{
	text-transform: uppercase;
}
.footer-block p {
	padding: 2px 10px;
	color: #ffffff;
	font-family: Tahoma;
	font-size: 13px;
	font-weight: 700;
	line-height: 21.73px;
	text-align: center;
	background-color:#c00000;
	border-radius: 0px;
}
.post .hr{
	margin-top: 0;
	margin-bottom: 0;
}
.search-us p {
	display: inline-block;
}
.how-to-works p {
	display: inline-block;
}
.another p {
	display: inline-block;
}
.info-block p {
	display: inline-block;
}
.we-block {
	/* margin-top: 26px; */
}
.top-footer{
	background-color: #fff;
}
.we-block p {
  display: inline-block;
}
.partners p{
	display: inline-block;
}
.footer-logo {
	margin-top: 50px;
	margin-left: -50px;
}
.footer-logo img{
	margin-left: 30px;
}
.subfooter {
	/* background: rgba(0, 0, 0, 0.2); */
	padding: 20px 0 10px 0;
	color: #acaaaf;
}
.subfooter p {
	margin: 0;
}
.subfooter ul,
.subfooter ul li{
	display: inline-block;
}
.subfooter ul li a{
	color: #acaaaf;
	padding-left:10px;
	text-decoration: underline;
}

/* End Footer */

.right_block h3{
    margin-top: 5px;
}
.air{
    height: 20px;
}
#contact_form input{
    margin-bottom: 10px;
}
/* breadcrump */

#breadcrump .nav>li>span{
    position: relative;
    display: block;
    padding: 0px 15px;
    line-height: 280%;

}
#breadcrump .nav>li>a {
    font-size: .9rem;
    color: #c1c1c1;
}
#breadcrump .nav>li:first-child>a{
    padding-left: 0;
}
#breadcrump .nav>li>a i{
	font-size: 1.6rem;
}
#breadcrump .nav>li>a:after {
    display: inline-block;
    position: absolute;
    right: -5px;
    color: #a7a7a7;
	z-index: 3;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    z-index: 3;
    content: "\f054";
}
#breadcrump .nav>li>a:hover{
    color: #555;
}
#breadcrump{
    background-color: #f9f9f9;
		margin-bottom: 20px;
		/* padding-bottom: 20px; */
    padding-bottom: 10px;
    padding-top: 10px;
}
#breadcrump h1{
	margin: 0;
	padding: 0 0 5px;
}
#breadcrump img{
    width: 100% !important;
}
#breadcrump .fa-house-user{
    margin-right: 20px;
}
#breadcrump .fa-angle-right{
    margin: 0 20px;
}
#breadcrump table tr td:last-child .fa-angle-right{
    display: none!important;
}
#breadcrump table tr td{
    width: max-content;
    display: inline-block;
}
#breadcrump table{
    margin-top: 10px;
}
#breadcrump table tr td a::after{
  content: "➟";
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
	display: inline-block;
  padding: 0 3px;
}

/* end breadcrump */

/* mini cart */


.wrap_mini_cart{
    display: flex;
	 position: fixed;
	 left: calc( 100% - 58px );
     transition: width .5s cubic-bezier(0, 0, 1, 1) 500ms;
     top: 160px;
    z-index: 999;
    min-height: 90px;
    /* bottom: 0; */
}
.wrap_mini_cart .full_cart_info{
	transition: all 0.5s ease-out;
    opacity: 0;
    overflow: hidden;
    background-color: #fff;
    box-shadow: rgb(44 44 44 / 40%) 0px 6px 18px;
    -moz-box-shadow: rgba(44, 44, 44, 0.4) 0px 6px 18px;
    -webkit-box-shadow: rgb(44 44 44 / 40%) 0px 6px 18px;
    min-height: 283px;
    padding: 0 0 25px 0;
    text-align: left;
}
.wrap_mini_cart .mini_cart_info{
    display: inline-block;
    text-align: center;
    width: 58px;
    cursor: pointer;
    vertical-align: top;
    background: #0b446d;
    zoom: 1;
    color: #fff;
    padding: 20px 20px;
    border-radius: 5px 0 0 5px;
    height: auto;
}
.wrap_mini_cart.active .mini_cart_info{
    display: none !important;
}
.wrap_mini_cart.active{
    left: auto;
    right: 0;
}
.wrap_mini_cart.active .close_min_cart{
    display: inline-block;
}
.wrap_mini_cart .close_min_cart{
    display: none;
}
.wrap_mini_cart .nicescroll-rails{
    display: none !important;
}

.wrap_mini_cart.active .full_cart_info{
    opacity: 1;
    padding:25px 0px;
}
.wrap_mini_cart .full_cart_info .full_title{
    display: flex;
    padding: 0 10px 20px 30px;
}
.wrap_mini_cart .full_cart_info .full_title i{
    margin: 10px;
}
.wrap_mini_cart .full_cart_info .full_title h2{
    margin: 0;
}
.wrap_mini_cart .full_cart_info h3{
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 35px;

}
.wrap_mini_cart .full_cart_info .empty_mini_cart{
    display: flex;
    padding-right: 40px;
}
.wrap_mini_cart .full_cart_info .empty_mini_cart i{
    font-size: 6rem;
    margin: 40px 20px;
    border-radius: 50%;
    border: 3px solid;
}

.wrap_mini_cart .full_cart_info .empty_mini_cart .msg{

    max-width: 360px;
}


/* end mini cart */

/* BTN */

.btn,.btn:focus{
  top: 75%;
  left: 0px;
  background: #808080b3;
  color: #fff;
  padding: 5px 30px 5px 15px;
text-decoration: none;
position: relative;
overflow: hidden;
/* border: 1px solid #fff; */
border-radius: 0px;
color: #fff;
transition: .2s ease-in-out;
  display: inline-block;
  font-weight: 600;
}
.btn:before {
  content: "";
  background: linear-gradient(90deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .5));
  height: 50px;
  width: 50px;
  position: absolute;
  top: -8px;
  left: -75px;
  transform: skewX(-45deg);
}

.btn:hover{
	 /* border: 1px solid #1D679B; */
	 background: #1D679B;
	 color: #fff;
}
.btn:hover::before{
  left: 250px;
  transition: .5s ease-in-out;
}
.btn-default,.btn-default:hover,.btn-default:focus,.btn-default:active{
	padding: 5px 30px;
}
.btn-catalog{
    display: block;
    margin: 10px 20px 0;
    background: #333;
    color: #fff;
    font-weight: 700;
    text-shadow: 1px 1px 2px #111;
}
.btn-catalog:hover{
    color: #fff;
    text-decoration: underline;
}

.btn-order,.btn-order:focus{
    padding: 9px 25px;
    font-size: 1.2rem;
    margin: 0 auto;
    margin-top: 20px;
    background: green;
}

.btn-order:hover{
    background: green;
}
.btn-view{
    position: absolute !important;
    padding: 5px 15px !important;
    left: 50% !important;
    margin-left: -84px;
    opacity: 0;
    z-index: -1;
    transition: all .3s;
    margin-top: -40px;
}
.shop-item:hover .btn-view,
.item:hover .btn-view{
    opacity: 1;
    z-index: 1;
}

/* BTN */
.not_select{
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* Internet Explorer/Edge */
  user-select: none;           /* Non-prefixed version, currently
                                  not supported by any browser */
}


.p-10-20,
.p-10-20:focus,
.p-10-20:active,
.p-10-20:visited{
	padding: 10px 20px;
}

/* ******************************* */
/* ******************************* */
/* CONTENT */
/* ******************************* */
/* ******************************* */

.caption time{
    font-weight: 700;
    font-size: 13px;
    line-height: 42px;
}
.content_section h3{
    height: 48px;
}
.all_content .caption h3{
    font-size: 1rem;
    height: 72px;
}
.all_content .caption .btn{
    width: 100%;
}
.all_content .badge{
    position: absolute;
    margin: 5px;
}

/* ******************************* */
/* ******************************* */
/* FORM BUY ONE CLICK */
/* ******************************* */
/* ******************************* */

#form_fast_order input,
#form_one_click input{
    margin-bottom: 10px;
}
#form_one_click .btn-order{
    margin-top: 0;
    padding: 5px 25px;
    font-size: 1rem;
    margin: 0;
    height: 42px;
    float: right;
}

/* ******************************* */
/* ******************************* */
/* BLOG */
/* ******************************* */
/* ******************************* */

/* BLOG*/

.blog__first-post__content,
.blog__fullpost__content{
	padding-top: 15px;
}
.blog__first-post__content .hr{
	margin-bottom: 15px;
	margin-top: 10px;
}
.blog__fullpost__content img.left-img,
.blog__first-post__content img{
	float: left;
	margin-right: 15px;
	width: 250px;
	border-radius: 10px;
}
.blog__fullpost__content img.right-img {
	float: right;
	margin-left: 15px;
	width: 250px;
	border-radius: 10px;
}
.blog__fullpost .blog__fullpost__content img{
	height: auto !important;
	width: auto;
	max-width: 100%;
}
.blog__short-post {
	padding: 15px;
	border: 1px solid #dedede;
	border-radius: 5px;
	margin: 15px 0;
}
#content .blog__short-post {
	padding: 15px;
	border: 1px solid #dedede;
	border-radius: 5px;
	margin: 15px 0;
	height: 250px;
	overflow: hidden;
}
#content .blog__short-post::after {
	content: "";
	display: block;
	position: absolute;
	top: 259px;
	left: 25px;
	right: 25px;
	box-shadow: 0 1px 4px 5px #fff;
}
.blog__fullpost__info,
.blog__short-post__date {
	font-weight: 700;
}
.blog__fullpost__info {

	padding: 15px 0 12px 0;
}
.blog__fullpost__info>div{
    margin-bottom: 15px;
}
.blog__fullpost__info img {
	margin-top: -3px;
    filter: hue-rotate(90deg);
}
.blog__fullpost__info a:hover{
	color: #808080;
	text-decoration: none;
}
.blog__short-post__content p {
	line-height: 22px;
}
.blog__short-post__content {
	padding-top: 5px;
}
.blog__fullpost__releated .media {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: dashed;
}
.blog__fullpost__releated .media p{
    margin: 0;
}
.item-video2{
	margin: 0 auto;
	width: 320px;
}

.dot-small {
	background: url(../img/icons/dot_small.png) no-repeat;
    filter: hue-rotate(90deg);
	background-size: 100% 100%;
	position: absolute;
	width: 23px;
	height: 7px;
	margin-top: 7px;
	left: 15px;
}
.to-top {
	position: relative;
	float: right;
	padding: 6px 20px;
	margin: 20px 0;
	line-height: 1.42857143;
	color: #fff;
	text-decoration: none;
	border: none;
	border-radius: 10px;
	background: #2e2e2f;
}
.to-top:hover,
.to-top:focus,
.to-top:active {
	color: #fff;
	text-decoration: none;
	background: #808080;
	padding: 6px 20px;
	border-radius: 10px;
}
.post_date {
    margin-bottom: 0;
}

.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #2e2e2f;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 2;
    color: #2e2e2f;
    background-color: #eee;
    border-color: #ddd;
    padding: 6px 12px;
}



.p_absolute{
    position: absolute;
    width: 100%;
    margin: 0 auto;
    left: 0;
    top: 15px;
    z-index: 1;
}
/* ******************************* */
/* ******************************* */
/* NICE SCROLL */
/* ******************************* */
/* ******************************* */
.get-nicer {
 overflow: auto;
}
.jumbotron .price_name{
    display: none;
}
.jumbotron .price{
    text-align: center;
    font-size: .9rem;
    font-weight: 600;
    padding: 0 10px;
}
#fast_order .price-th  {
    text-align: center;
}
#fast_order .delay-cell,
#fast_order .thumb-cell,
#fast_order .quantity-th {
    display: none;
}
#fast_order #form_fast_order {
    max-width: 320px;
    margin: 0 auto;
    margin-bottom: 20px;
}


.jumbotron {
     padding-top: 80px;
     background: transparent;
    padding: 0;
    margin-bottom: 0;
}

/* ******************************* */
/* ******************************* */
/* ELSE */
/* ******************************* */
/* ******************************* */

.dropdown-menu.mini{
    right: 0 !important;
    width: auto;
}
.dropdown-menu.mini>li>a{
    color: #222;
    border-bottom: 1px solid #11111111;
}
.fs_2rem{
    font-size: 2rem;
}
.close_min_cart{
    background: none;
    font-size: 1.8rem;
    margin-right: 10px;
    border:none;
}
.content.page img{
    max-width: 100%;
}
.content.page .item-youtube {
    padding: 0px;
    margin: 40px 0;
}
.sections_wrapper .list .item .name.no-img {
    min-height: 20px !important;
}
#sidebar{
    padding: 0 !important;
}
.filter-btn-toggle{
    background: #4a4a4a;
    display: none;
}

.filter-btn-toggle button{
    margin: 5px 10px;
    font-size: 1.6rem;
}
.fixed_btn_dopp{
    position: fixed;
    background-color: #333;
    z-index: 998;
    bottom: 0px;
    margin: 0;
    right: 0;
    border-radius: 5px 0 0 5px;}

body.index .fa-sliders-h,
body.index .sliders-h{
    display: none !important;
}
body.cart-page #sidebar,
body.product-page #sidebar{
    display: none;
}
body.cart-page #sidebar.in,
body.product-page #sidebar.in{
    display: block;
}
.modal-dialog{
    margin-top: 80px;
}
.contact-form .modal-footer{
    padding-left: 0!important;
    padding-right: 0!important;
}
/* #basket_items tbody td{
    display: block;
} */
/* ******************************* */
/* ******************************* */
/* MEDIA */
/* ******************************* */
/* ******************************* */
@media (max-width: 1024px){
	.nav-main .nav.nav-justified>li>a{
        font-size: .9rem;
    }
    .nav-main .nav.nav-justified>li>a.text-left i {
        margin-right: 15px;
    }
    .nav-main .nav.nav-justified>li>a{
        padding: 15px 0;
    }
    .nav-main {
        border:none;
    }
    .product-params{
        width: auto !important;
    }
    .pull-right.rel_1{
        float: left !important;
        margin-bottom: 20px !important;
    }
    .sections_wrapper .list .item .name {
        min-height: 50px;
    }
    .sections_wrapper .list .item:not(.section_item) .img{
        width: 100%;
        height: 130px;line-height:130px;text-align:center;margin:0px auto 22px;position: relative;}
    .sections_wrapper .list .item .img img{max-width:100%;max-height:100%;
        height: 130px;
        width: initial;}
}

@media (min-width: 992px){
	.right_block {
		float: right;
		width: calc(100% - 264px);
		position: relative;
	}
    .left_block{
        height: auto;
        display: block;
        visibility: visible;
        opacity: 1;
    }
}
@media (max-width: 992px){
    /* #sidebar{
        opacity: 0;
        z-index: -1;
    } */

    /* #sidebar.collapse{display: none!important;}
    #sidebar.collapse.in{display: block!important;} */
    #navbar-sidebar .nav-main{
        border:none;
    }
    .nav-main .dropdown-menu{display: none!important;}
    .left_block  {
        position: relative;
        /* background: #333333; */
        /* top: 0; */
        /* left: 0; */
        /* right: 0; */
        width: 100%;
        margin-bottom: 20px;
        float: none;
        /* margin: -20px 0 0 -30px; */
    }
    .left_block.in+.right_block{display: none;}

    /* #navbar-sidebar .current_category{
        color: #fff;
    } */
    #promo_blocks .item .title a span{
        bottom: 0;
        border: none;
        font-size: .9rem;
        right: 0;
        left: 0;
        top: auto;
        margin-top: 0px;
    }
}


@media (max-width: 767px){
    .sections_wrapper .list .item .view_product{
        visibility: visible;
        /* height: auto; */
    }
    .sections_wrapper .list .item .view_product a{
    }
    .sections_wrapper .list .item .view_product a{
        width: 50%;
        margin: 0 0;
        display: list-item;
        margin-top: -2px;
        padding: 10px;
    }
    .sections_wrapper .list .item .view_product a:hover{
        color: #fff;
    }
    .shop-item .btn-view,
    .item .btn-view{
        opacity: 1;
        z-index: 1;
    }

    #basket_items .name-th{padding: 10px;}
    #cart-page table thead{
        display: none;
    }
    #cart-page table .quantity-th{
        margin: 0 auto;
    }
    #cart-page table tr{
        display: block;
        padding: 10px 0;
    }
    #cart-page table td{
        display: block;
        padding: 10px 20px;
        text-align: center;
    }
    .filter-btn-toggle{
        display: block;
    }
    .header_wrap{
        height: 66px;
    }
    .navbar-toggle{
        margin-right: 0;
        padding: 9px 8px;
    }
    .col-xs-8.search_wrap{
        padding-left: 0;
    }
    .nav-main .nav.nav-justified>li>a:hover{
        background: none !important;
    }
    .nav-main a{
        text-align: left !important;
    }
    .order .btn-order{
        width: 100%;
    }
    .nav-stacked.nicescroll{
        display: none!important;
    }
    #promo_blocks .item .title a span{
        background: #222;
    }
    .sections_wrapper .list .item .name {
        min-height: 60px;
    }
    header{
        position: fixed;
        width: 100%;
        z-index: 999;
        box-shadow: 0 1px 5px 3px #222222a6;
    }
    #promo_blocks .item{
        width: 100% !important;
        height: 160px !important;
    }
    .logo-row .search-input-div{
        width: calc(100% - 45px);
    }
    .logo-row .search-wrapper, .logo-row .inner-table-block, .logo-row .search-block{
        height: 65px;
    }
    .logo-row .search-block .svg {
        top: 0;
        filter: invert(100%);
    }
    .logo-row .search-button-div {
        position: absolute;
        top: 0;
        right: 35px;
        bottom: 0;
    }
    .nav-main .nav.nav-justified>li>a{
        font-size: 1.4rem;
    }

    #breadcrump .breadcrump-block{
        overflow-x: scroll;
    }

    #breadcrump .nav{
        min-width: 768px;
    }
    .add_cart{
        width: auto !important;
    }
}

@media (max-width: 375px){
    .sections_wrapper .list .item .name {
        min-height: 70px;
    }
    .sections_wrapper .list.brands .item .name {
        min-height: auto;
    }
    .sections_wrapper .list.best_categorys .item .img img {
        max-width: 100%;
        max-height: 100%;
        height: auto;
        width: initial;
    }
    .sections_wrapper .list.best_categorys .item .name {
        min-height: 40px;
    }
    .wrap_mini_cart.active{
        top: 0;
        z-index: 999999;
    }
    .fs_2rem{
    font-size: 1.4rem !important;}
    .navbar-toggle{
        padding: 10px 8px;
    }
	.contact-form .modal-footer{
		text-align: center!important;
	}
	.contact-form #html_element{
		float: none!important;
	}
}

/* ******************************* */
/* ******************************* */
/* END FLP EDIT */
/* ******************************* */
/* ******************************* */
