/*   
Theme Name: MigAlko
Theme URI:
Version: 1.0
Tags: clean, html5, bootstrap
Description: 
Author: 
Author URI: 
*/

body {
	font-family: 'Montserrat';
	font-size:15px;
	line-height:18px;
	color:#000;
	background: #E5E5E5;
}
@media (min-width: 979px) { 
	ul.nav li.dropdown.show-on-hover:hover > ul.dropdown-menu {
		display: block;
	}
	.comment-list .children {
		padding: 0;
		margin-left: 74px;
		padding-bottom: 15px;
	}
	.comment-list .media {
		margin-top: 0;
	}
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
.nav-pills>li {
    float: none;
}
.airSticky {
	position: relative;
	margin-top: 20px;
	overflow: hidden;
	}
.stop {
  position: relative;
  z-index: 101;
}
.sub-menu {
	display:none;
	position: absolute;
    right: auto;
    left: 226px;
    top: 0;
    background: #fff;
    padding: 0;
    margin: 0;
    z-index: 8888;
	min-width: 202px;
}
.nav-pills>li:last-child .sub-menu {
	top:auto;
	bottom:0;
}
.sub-menu li {
	list-style-type:none;
	display:block;
}
.sub-menu li a {
	    padding: 10px 15px;
    color: #000;
    font-weight: 500;
	display:block;
}
.sub-menu li a:hover, .sub-menu li.active a {
	background: rgb(196 12 45 / 0.5);
    text-decoration: none;
}
aside {
	width: 226px;
	float:left;
	background: #C40C2D;
}
aside .sidebar {
    background: #C40C2D;
}
main {
	width: calc(100% - 226px);
	float:left;
	position:relative;
	z-index:6666;
}
.wraper {
	    overflow: hidden;
}
.theiaStickySidebar {
	left:0!important;
	    z-index: 7777;
}
.nav-pills>li>a {
    border-radius: 0;
    color: #fff;
    font-weight: 700;
	    text-transform: uppercase;
}
.nav>li>a:focus, .nav>li>a:hover, .nav>li.active>a {
    text-decoration: none;
    background-color: #AF0020;
}
.sidebar .heading {
	text-align:center;
}
.sitename {
	font-family: 'Anton';
    font-size: 30px;
    color: #fff;
	display: inline-block;
    padding: 40px 0;
	line-height: normal;
}
.sidebar .heading .tel p {
	margin:0;
	padding: 0 0 20px;
}
.sidebar .heading .tel a {
	font-weight: 700;
    color: #fff;
    display: inline-block;
	text-decoration:none;
}
.menu-item-has-children:hover>.sub-menu {
	display:block;
}
.container {
    width: 1023px;
}
.navbar-default {
    background-color: #fff;
    border: none;
    border-radius: 10px;
    margin: 40px 0 0;
	display: flex;
    justify-content: space-between;
}
.navbar-nav>li {
    float: left;
   margin: 0 8% 0 0;
}
.navbar-nav>li:last-child {
	margin:0;
}
.navbar-nav {
    width: 100%;
}
.navbar-collapse.collapse {
    width: 65%;
	margin: 0;
    padding-right: 0;
}
header .tel {
	width: 35%;
	line-height:50px;
	    display: flex;
    justify-content: space-around;
}
header .tel p, footer .tel p {
	margin:0;
	padding:0;
}
header .tel a, footer .tel a {
	    font-weight: 700;
    color: #000;
    font-size: 20px;
	text-decoration:none;
}
header .basket a {
	 background: url(img/carts.png) no-repeat center #C40C2D;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    display: block;
    border-radius: 5px;
    margin: 6px 0 0;
}
header .basket  {
	position:relative;
}
header .basket  span {
	position: absolute;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #fff;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    right: -5px;
    border: 1px solid #c40c2d;
    font-weight: 600;
}
.navbar-default  .navbar-nav>li>a {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 17px;
    font-weight: 600;
    color: #414141;
}
.product-meta, .single-products .description .quantity-selector, .single-products .description .cart-button, .single-products .thumb .product-price, .kama_breadcrumbs .itemListElement:first-child, .description .rcl-cart-box:last-child {
	display:none;
}
.description .cur_price .rcl-cart-box {
	display:inline-block;
	    font-size: 30px;
    font-weight: 600;
}
.description .cur_price .rcl-cart-box .product-price {
    align-items: center;
    color: #000;
    display: inline-flex;
    font-size: 30px;
    font-weight: 600;
    margin: 0 10px;
}
img {
    max-width: 100%;
    height: inherit;
}
.kama_breadcrumbs {
	padding: 60px 0;
    font-size: 30px;
    font-weight: 600;
	    line-height: normal;
}
.kama_breadcrumbs a {
	color:#000;
}
.kb_title {
	color: #c40c2d;
}
body.single-products {
	background:#fff;
}
.nav>li>a>img {
    padding: 0!important;
}
.over_img {
	width: 25px;
    height: 20px;
    text-align: left;
    display: inline-block;
}
.one_click {
	    background: #164024;
    border: none;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    width: 200px;
    height: 60px;
	border-radius:10px;
	margin: 60px 0 10px;
}
.rcl-cart-form {
    margin: 0;
    text-align: center;
}
body .rcl-bttn.rcl-bttn__type-primary {
    background-color: transparent!important;;
    color: #164024!important;
    font-size: 15px;
    font-weight: 700;
    border: 1px solid;
    width: 198px;
    height: 58px;
    text-align: center!important;
    display: inline-block;
    line-height: 58px;
	border-radius:10px;
}
body .rcl-bttn.rcl-bttn__type-primary i {
	display:none;
}
p {
    margin: 0 0 15px;
    font-weight: 400;
}
.column-product-image figure {
	height:120px;
}
.column-product-image figure img {
	width:auto;
}
#rcl-order .order-table td > a {
    font-size: 17px;
    color: #000;
    font-weight: 600;
}
.rcl-form tr:nth-child(1) th {
    background-color: #fff;
    font-size: 14px;
    font-weight: bold;
    border: none;
}
tr.trh {
	
}
.rcl-form th, .rcl-form td {
    border: none;
}
table .over {
	padding: 10px 0;
}
.table-fields.rcl-form tbody tr:first-child, .field-title, .table-fields.rcl-form tbody tr:nth-child(2) {
	display:none;
}
.over, .over_footer {
	position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    left: 0;
    top: 0;
	opacity:.6;
	z-index:8888;
	display:none;
}
.modal_form {
	position: relative;
    width: 550px;
    background: #fff;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    
    border-radius: 10px;
    box-shadow: 0 0 12px rgb(0 0 0 / 59%);
	overflow: hidden;
	
}
.mod_over {
	z-index:9999;
	display: none;
	position: fixed;
    left: 0;
    top: 0;
    width: calc(100% + 20px);
    height: 100%;
    overflow: auto;
}
button.closes {
	width:20px;
	height:20px;
	background:url(img/remove.png) no-repeat center/cover;
	position:absolute;
	right:10px;
	top:10px;
	border: none;
    outline: none;
}
.cart-fields {
	background: #fff;
}
.modal_form .jqcart-cart-title {
    background: #fff;
    font-size: 25px;
    font-weight: 600;
    margin: 40px 0;
    padding: 10px;
    text-align: center;
}
.modal_form input:not([type="file"]):not([type="checkbox"]):not([type="radio"]):not([type="button"]), .modal_form textarea {
    background-color: #F0F0F0;
    border-radius: 0;
    border: none;
    box-shadow: none;
    box-sizing: border-box;
    float: none;
    font-size: 100%;
    height: auto;
    line-height: 1.4;
    margin: 0 auto 20px;
    max-width: 85%;
    outline: 0;
    padding: 18px 10px;
    width: 100%;
    display: block;
    border-radius: 10px;
	line-height: normal;
}
.rcl-form th, .rcl-form td {
    border: none;
    margin: 0;
    padding: 0;
}
.notice span {
	font-size: 15px;
    font-weight: 800;
    display: block;
    text-align: left;
    padding: 0 40px 10px;
}
.submit-box .rcl-bttn.rcl-bttn__type-primary {
    background-color: #164024!important;
    color: #fff!important;
    font-size: 15px;
    font-weight: 700;
    border: 1px solid;
    width: 198px;
    height: 58px;
    text-align: center!important;
    display: block;
	margin:30px auto 0!important;
    line-height: 58px;
    border-radius: 10px;
}
.modal_form .cart-fields {
    background: #fff;
    padding-bottom: 40px;
}
.rcl-form {
    border-collapse: separate;
}
.rcl-form tr:first-child th:first-child {
	border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.rcl-form tr.product-box td.column-product-image {
	border-top-left-radius: 10px;
	
}
.rcl-form tr.product-box td.column-product-sumprice {
	border-top-right-radius: 10px;
}
.rcl-form tr.product-box:last-child td.column-product-image {
	border-bottom-left-radius: 10px;
	
}
.rcl-form tr.product-box:last-child td.column-product-sumprice {
	borderbottom-right-radius: 10px;
}
.rcl-form tr:first-child th:last-child {
	border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.rcl-form tr th {
    overflow: hidden;
    padding: 10px 0;
}
.itog small {
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
}
.itog .note {
	 font-size: 17px;
    font-weight: 600;
}
.itog .note strong {
	font-weight: 800;
}
.itog {
	margin: 0;
    background: #fff;
    padding: 0;
    border-radius: 10px;
	font-size: 17px;
    font-weight: 600;
}
.itog .rcl-order-price {
	 font-size: 17px;
    font-weight: 800;
	color:#164024;
}
.rcl-form td {
    padding: 30px 0;
}
button.remove {
	border: none;
    width: 20px;
    height: 20px;
    background: url(img/remove.png) no-repeat center/cover;
	outline:none;
}
.counts {
	font-size: 30px;
    font-weight: 300;
    color: #000;
    height: 30px;
    display: inline-block;
    vertical-align: top;
}
#rcl-order .order-table .product-box .edit-amount {
    align-items: center;
    background-color: transparent;
    border: none;
    box-sizing: border-box;
    display: inline-flex;
    height: 30px;
    justify-content: center;
    text-decoration: none;
    width: 30px;
    line-height: 26px;
    display: inline-block;
}
#rcl-order .order-table .product-box .edit-amount.plus {
	line-height: 30px;
}
#rcl-order .order-table .product-box .edit-amount.minus {
	position: relative;
    top: -2px;
}
#rcl-order .order-table .column-product-amount .quantity-selector {
    align-items: center;
    display: inline-block;
    text-align: center;
    border: 0.5px solid rgba(0, 0, 0, 0.5);
    line-height: normal;
    height: 30px;
    border-radius: 10px;
}
#rcl-order .order-table .product-box .product-amount {
    background-color: transparent;
    margin: 2px 5px;
    font-weight: 700;
    font-size: 20px;
    width: 30px;
    display: inline-block;
    vertical-align: top;
}
.jqcart-layout {
    display: block;
    position: relative;
    width: 100%;
    background: transparent;
    box-shadow: none;
    text-align: left;
}
.jqcart-checkout {
    display: block;
    width: 100%;
    padding: 0;
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
}
.jqcart-thead div {
    background: #fff;
	padding:15px 0!important;
}
.jqcart-thead div:first-child {
    border-radius: 10px 0 0 10px;
}
.jqcart-thead div:last-child {
    border-radius: 0 10px 10px 0;
}
.jqcart-tr {
	position: relative;
    margin: 0!important;
   padding: 40px 0;
}
.jqcart-manage-order .jqcart-tr:nth-child(2) {
	 border-radius: 10px 10px 0 0;
}
.jqcart-tr:last-child {
	 border-radius: 0 0 10px 10px;;
}
.jqcart-item-img img {
	max-height:125px;
}
.jqcart-manage-order > div > div {
    text-align: center;
}
.jqcart-manage-order > div {
    display: flex;
    justify-content: space-between;
    background: #fff;
    margin-bottom: 20px;
	align-items: center;
	
}
.jqcart-cart-title {
    position: relative;
    margin-bottom: 20px;
    font-size: 25px;
    font-weight: bold;
    text-align: left;
    color: #000;
}
.jqcart-thead {
    font-weight: bold;
    border-radius: 10px;
}
.jqcart-thead div:first-child {
	width:20%;
}
.jqcart-thead div:nth-child(2) {
	width:40%;
}
.jqcart-thead div:nth-child(3) {
	width:15%;
}
.jqcart-thead div:nth-child(4) {
	width:15%;
}
.jqcart-thead div:nth-child(5) {
	width:10%;
}
.jqcart-tr div:first-child {
	width:20%;
}
.jqcart-tr div:nth-child(2) {
	width:40%;
}
.jqcart-tr div:nth-child(3) {
	width:15%;
}
.jqcart-tr div:nth-child(4) {
	width:15%;
}
.jqcart-tr div:nth-child(6) {
	width:10%;
}
.jqcart-tr div {

}
.jqcart-del-item {
    display: inline-block;
    width: 20px;
    height: 20px;
    font-family: Arial;
    text-align: center;
    border: none;
    background: url(img/remove.png) no-repeat center/cover;
    color: #FFF;
    border-radius: 50%;
    cursor: pointer;
}
.jqcart-del-item:before {
	display:none;
}
.jqcart-tr h2 {
	font-size: 17px;
    font-weight: 600;
	    padding: 0 30px;
}
.jqcart-incr {
    display: inline-block;
    vertical-align: middle;
    font-size: 30px;
    padding: 5px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.bord {
	display: inline-block;
    width: 100px!important;
    border: 0.5px solid rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}
.jqcart-manage-order > div > div input {
    display: inline-block;
    width: 30px;
    height: 20px;
    padding: 2px;
    text-align: center;
    border: none;
    border-radius: 5px;
    vertical-align: middle;
	background:#fff;
}
.list_items {
	display: grid;
  grid-template-columns: 236px 236px 236px 236px;
  grid-template-rows: 1fr;
  
  gap: 0px 22px;
  grid-template-areas:
  ". . . .";
}
.list_items .item {
	    text-align: center;
    background: #fff;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
border-radius: 10px;
}
.list_items .item img {
	    max-height: 274px;
    width: auto;
    height: 100%;
    padding: 30px 0;
}
.list_items .item h2 {
	font-size:15px;
	font-weight:500;
	text-decoration:none;
	color:#000;
	    padding: 0 20px;
    margin: 0 0 20px;
    height: 48px;
}
.list_items a {
	text-decoration:none;
}
.item .one_click {
    background: #164024;
    border: none;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    width: 94px;
    height: 40px;
    border-radius: 5px;
    margin: 0 0 20px;
}
.item .row {
    margin-right: 0;
    margin-left: 0;
}
.item button {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    border: 1px solid #C40C2D;
    background: #fff;
    color: #C40C2D;
    font-size: 13px;
    font-weight: 700;
    width: 94px;
    height: 40px;
    border-radius: 5px;
    margin: 0 0 20px;
}
.item_price {
	font-size: 20px;
    font-weight: 700;
    color: #000;
    margin: 0 0 20px;
    display: inline-block;
}
.single .item_price {
	font-size: 30px;
}
.list_items .col-sm-3 {
    width: 236px;
    padding: 0;
	margin-bottom: 22px;
}
.list_items .col-sm-6 {
    width: 50%;
    padding: 0;
}
.jqcart-subtotal {
    font-size: 1.2em;
    text-align: right;
    display: flex;
    justify-content: space-between;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    margin: 40px 0 0;
    align-items: flex-start;
}
.jqcart-subtotal .notes {
    text-align: left;
    color: #164024;
    font-size: 17px;
    font-weight: 600;
	    width: 60%;
}
.jqcart-subtotal .notes span {
	color:#000;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #000;
    background-color: transparent;
}
.rating-result {
	margin: 0 auto;
}
.rating-result span {
	padding: 0;
	font-size: 20px;
	margin: 0;
	line-height: 1;
	color: lightgrey;
	
}
.rating-result > span:before {
	content: '★';
}
.rating-result > span.active {
	color: gold;
}
.single-product {
	background:#fff;
}
.single-product main article button, .single-product main article img {
	display:block;
	margin:0 auto 40px;
}
.single-product main article button {
	margin:20px auto;
}
.single-product .add_item {
	border: 1px solid #164024;
    background: #fff;
    width: 200px;
    height: 60px;
    padding: 0;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 700;
    color: #164024;
}
.jqcart-orderform p:last-child {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}
.modal_form .submit {
	background: #164024!important;
    width: 160px!important;
    height: 43px!important;
    color: #fff;
    font-weight: 700;
    line-height: 43px!important;
    padding: 0!important;
    margin: 0 auto 40px!important;
}
p.notes {
	    width: 85%;
    margin: 0 auto 20px;
    font-size: 15px;
    font-weight: 700;
    line-height: normal;
}
.openform {
	width: 190px;
    height: 43px;
    padding: 0;
    line-height: normal;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    background: #164024;
    border: none;
    float: right;
    margin: 40px 0 0;
    border-radius: 10px;
}
.openform.disable {
	opacity:.7;
	cursor: not-allowed;
	position:relative;
}
.openform.disable:hover:before {
	    position: absolute;
    content: attr(data-title);
    left: -310px;
    top: -40px;
    padding: 10px 0;
    border-radius: 10px;
    width: 500px;
    background-color: #c40c2d;
    color: white;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    outline: none;
}
::-webkit-input-placeholder {
	color: #565656;
    font-size: 15px;
    font-weight: 600;
}
.modal_thanks, .modal_oneclick {
	position: fixed;
    width: 400px;
    height: 230px;
    background: #fff;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
	border-radius:10px;
	box-shadow: 0 0 12px rgb(0 0 0 / 59%);
	display:none;
	z-index:9999;
}
.modal_thanks h2 {
	font-size: 25px;
    font-weight: 600;
    margin: 0;
    padding: 30px 0 20px;
}
.modal_thanks img {
	    display: block;
    margin: 30px auto;
}
.modal_oneclick {
	line-height: 230px;
	width: 420px;
}
.modal_oneclick .inner {
	    line-height: normal;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
}
.modal_oneclick .inner strong {
	font-weight:700;
	font-size: 25px;
	color: #000!important;
}
main .heading {
	    background: #164024;
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    padding: 40px;
    border-radius: 10px;
    margin: 30px 0 30px;
	line-height: normal;
}

body main .heading h1 {
	padding: 0;
	margin-top: 0;
    margin-bottom: 0;
}
.promo h2 {
    font-size: 25px;
    font-weight: 700;
    padding: 0;
    margin: 50px 0 30px;
}
.promos .thumb {
	margin: 30px 0 0;
}
.promos span {
	font-size: 18px;
    line-height: normal;
    font-weight: bold;
    margin: 70px 0 0;
    display: block;
}
ul.cats {
	    display: grid;
    grid-template-columns: 180px 180px 180px 180px 180px;
    grid-template-rows: 1fr;
    gap: 0px 36px;
    grid-template-areas: ". . . .";
}
li.cat {
	display: inline-block;
    list-style-type: none;
    width: 150px;
	margin:0 0 36px;
}
li.cat  a {
	display: inline-block;
	border-radius:10px;
	overflow:hidden;
}

li.cat  a:hover {
	box-shadow: 0 0 12px rgb(0 0 0 / 59%);
}
main footer .heading {
	background: transparent;
    border-top: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 0;
    padding: 40px 0 0;
}
main footer .heading .navbar-nav {
    float: left;
    margin: 0;
}
footer .sitename {
    color: #A9A9A9;
	padding: 0;
}
footer .navbar-default {
    background:transparent;
    border: none;
    border-radius: 0;
    margin: 0;
    display: inline-block;
    width: 89%;
	line-height: 45px;
}
footer .navbar-nav>li {
    margin: 0 4% 0 0;
}
footer .navbar-collapse.collapse {
       display: inline-block!important;
	       width: 78%;
		   padding-left: 50px;
}
footer .tel {
	    display: inline-block!important;
		top: -5px;
    position: relative;
}
footer .navbar-default .navbar-nav>li>a {
    padding-top: 0;
    padding-bottom: 0;
}
footer .container {
	    border-top: 1px solid rgba(0, 0, 0, 0.5);
		padding-bottom: 20px;
    padding-top: 20px;
    margin-top: 40px;
}
.content_post h1 {
    font-size: 20px;
    font-weight: 700;
}
h2.post_head {
	font-size: 25px;
    font-weight: 700;
}
h2.post_head a {
	color:#000;
	text-decoration:none;
}
.category .post {
	border-bottom: 1px solid #727272;
    padding: 20px 0;
}
.category .col-sm-12 .post:nth-child(2) {
	padding-top:0;
}
.category .post:last-child {
	border:none;
}
.cont {
	padding-top:25px;
	padding-bottom:25px;
}
.mob-cat  {
	display:none;
}



@media all and (max-width:1100px) {
	.mob-cat .nav-cat {
		display:none;
	}
	.mob-cat  {
		width: 95%;
    margin: 30px auto;
    background: #c40c2d;
    border-radius: 10px;
    padding: 20px 10px;
	display:block;
	}
	.mob-cat  button{
		    background: transparent;
    border: none;
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
	}
	.mob-cat .nav-cat .nav-pills>li {
    float: none;
    display: inline-block;
    line-height: 40px;
}

	aside {
    width: 100%;
    float: none;
}
main {
    width: 100%;
    float: none;
}
.sidebar .nav, footer .navbar-collapse.collapse {
    display: none!important;
}
.sidebar .heading {
    text-align: left;
    padding: 0 15px;
	display: flex;
    justify-content: space-between;
	align-items: center;
}
.sidebar .heading .tel p {
    margin: 0;
    padding: 0;
}
.container {
    width: 100%;
}
footer .sitename {
    width: 100%;
    text-align: center;
}
footer .navbar-default {
    width: 100%;
}
footer .tel {
    width: 100%;
    text-align: center;
	padding:10px;
	margin:0;
}
.list_items {
    grid-template-columns: 50% 50%;
	grid-template-areas: ". .";
}
.list_items .col-sm-3 {
    width: 100%;
}
ul.cats {
    display: grid;
    grid-template-columns: 33% 33% 33%;
	gap: 0px;
    grid-template-areas: ". . .";
	text-align: center;
}
li.cat {
    display: block;
    list-style-type: none;
    width: 100%;
    margin: 0 0 36px;
}
.list_items .col-sm-3 {
    width: 94%;
}
.navbar-nav>li {
    float: left;
    margin: 0;
    display: inline-block;
    text-align: center;
}
}
.nav_open {
	    background: transparent;
    border: none;
    width: 35px;
	display:none;
}
.nav_open img {
	width:100%;
}

@media all and (max-width:760px) {
	header .tel {
    width: 100%;
}
.navbar-default {
    display: block;
}
.navbar-collapse.collapse, .mod_over {
    width: 100%;
}
.navbar-nav {
    width: 100%;
    margin: 0;
}
	.navbar-nav>li {
    float: none;
    margin: 0;
    display: block;
    text-align: center;
}
	.mob-cat .nav-cat .nav-pills>li {
    float: none;
    display: block;
    line-height: 40px;
    text-align: center;
}
.nav_open {
	display:block;
}
.jqcart-manage-order > div.jqcart-thead {
	display:none;
}
.jqcart-manage-order > div > div {
    text-align: center;
    width: 100%!important;
    display: block;
}
.jqcart-manage-order > div, .jqcart-subtotal {
    display: block;
}
.jqcart-subtotal .notes {
    width: 100%;
	margin:0 0 30px;
}
.modal_form, .modal_thanks {
    position: relative;
    width: 90%;
}
.list_items {
    grid-template-columns: 100%;
    grid-template-areas: ".";
    gap: 0;
}
.list_items .col-sm-3 {
    width: 100%;
}
.list_items .col-sm-6 {
    width: 100%;
    padding: 0;
}
.item .one_click, .item button {
	width:90%;
}
.rate {
	margin: 0 0 20px;
}
.modal_oneclick {
    width: 90%;
}
main .heading {
    line-height: normal;
    text-align: center;
}
ul.cats {
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 0px;
    grid-template-areas: ". .";
    text-align: center;
}
}
@media all and (max-width:360px) {
	ul.cats {
    display: grid;
    grid-template-columns: 100%;
    gap: 0px;
    grid-template-areas: ".";
    text-align: center;
}
}
.cur_price {
	font-size: 25px;
    font-weight: 500;
    padding: 20px 0 0;
}
.nota {
	font-family: "Oswald", sans-serif;
    font-weight: 200;
    font-size: 17px;
    line-height: 30px;
    color: #000;
}
.gallery-icon img {
	border: none!important;
	padding: 30px 0;
}
h3.brand {
	font-family: 'Anton';
    font-size: 50px;
    color: #a9a9a9;
    display: inline-block;
    padding: 20px 0;
    line-height: normal;
}
.page-id-665 h1 {
	
}
.page section h1 {
	font-size: 25px;
    font-weight: 600;
    padding: 40px 0;
}
.list_items .item:hover {
	box-shadow:none;
}

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

article ul {padding:0 0 12px 31px;}