.sp-page-title {
    background: #04272a;
}
.convertforms.cf-success .cf-response {
    background-color: #c0ab7a52;
    display: block;
}
a {
    color: #b69d4b;
}

a:hover,a:focus,a:active {
    color: #decb8b6b
}

.sp-page-title {
    background: #04272a;
}
.convertforms.cf-success .cf-response {
    background-color: #c0ab7a52;
    display: block;
}
a {
    color: #7d714a;
}

a:hover,a:focus,a:active {
    color: #403719
}

.article-list .article .article-header h1 a:hover,.article-list .article .article-header h1 a:active,.article-list .article .article-header h1 a:focus,.article-list .article .article-header h2 a:hover,.article-list .article .article-header h2 a:active,.article-list .article .article-header h2 a:focus {
    color: #99895f
}
.article-list .article .readmore a:hover,.article-list .article .readmore a:active,.article-list .article .readmore a:focus {
    color: #99895f
}

div.video{
	position: relative;
	padding-bottom: 56.25%; /* соотношение сторон 16:9 */
	height: 0;
}
div.video iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.burger-icon>span {
    display: block;
    height: 2px;
    background-color: #c0ab7a;
    margin: 5px 0;
    transition: background-color 0.3s ease-in, opacity 0.3s ease-in, transform 0.3s ease-in
}

.form-builder-checkbox-item label::before, .form-builder-radio-item label::before, .sppb-addon-form-builder .sppb-form-check-label::before {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid #c0ab7a;
    position: absolute;
    top: 4px;
    left: 0;
}
.form-builder-checkbox-item input:checked+label::before,.form-builder-radio-item input:checked+label::before,.sppb-addon-form-builder .sppb-form-check-input:checked+label::before {
    background: #c0ab7a
}

.sp-contact-info li {
    display: inline-block;
    margin: 0px 10px 0px 0px;
    font-size: 110%;
    white-space: nowrap
}

/* Цвет шрифта в описания товара в модуле */

/* Скрыть значек "редактировать страницу" во фронтэнде */
/* #sp-page-builder .sp-pagebuilder-page-edit {
    position: absolute;
    font-size: 13px;
    line-height: 1;
    top: 15px;
    right: 15px;
    color: #fff;
    display: none;
    margin: 0;
    padding: 8px 10px;
    text-decoration: none;
    font-style: normal;
    background: rgba(0,0,0,.5);
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 3px;
    -webkit-transition: background-color .3s,color .3s,border-color .3s;
    transition: background-color .3s,color .3s,border-color .3s;
    z-index: 9995
}*/

/* Кнопка "В корзину" на странице Магазин */
.hikacart {
	color: #000;
	background-color: #c0ab7a;
	border-color: #c0ab7a;
}
.hikacart:focus {
	color: #fff;
	background-color: #449d44;
	border-color: #255625;
}
.hikacart:hover {
	color: #fff;
	background-color: #c0ab7a;
	border-color: #c0ab7a;

/* Цена в модуле Наши новые товары на странице Магазин */
body,.sp-preloader {
    background-color: #FFFFFF;
    color: #c0ab7a;
}

.sp-preloader>div {
    background: #706443
}

.sp-preloader>div:after {
    background: #FFFFFF
}
  
body.com-hikashop.layout-listing .pagination-toolbar .pagination {
  	margin-top: -7px;
	margin-right: 20px;
}