#column-right a.btn_buy_a {
  display: none;
}

.product-grid .product:before {
  background-color: none !important;
}

a:hover {
    color: #d10404;
}

.btn_buy {
  height: 35px;
  margin-top: 10px;
  cursor: pointer;
  padding: 7px 10px;
  background: #004e79;
  color: #fff;
  border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    transition: background 0.2s ease;
}
.btn_buy:hover, .btn_buy:active {
  background: #3f9ed3;
  transition: background 0.2s ease;
}

.owl-item .btn_buy {
    background: transparent;
}

.product-grid .product:hover:before, .product-list > div:hover {
    border-color: none !important;
}
div.pagination-results ul li.active {
  border-color: #63cbff;
  background: #63cbff;
}
div.pagination-results ul li.active span {
    color: #000;
}
div.pagination-results ul li a, div.pagination-results ul li span {
    padding: 3px 0px 0px 0px;
    width: 24px;
    height: 24px;
}
div.pagination-results ul li {
  width: 24px;
      height: 24px;
      border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}
.qnt_actual {
  position: absolute;
  right: -5px;
  bottom: 12px;
  background: #ccc;
  padding: 2px 7px;
  border-radius: 4px;
  font-size: 9px;
  text-transform: uppercase;
  z-index: 3;
}
.qnt_actual.green {
  background: #04853f;
  color: #fff;
}
.qnt_actual.red {
  background: #df3636;
  color: #fff;
}

textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input, select {
    font-weight: 600 !important;
    font-family: Roboto;
}

.catalog_menu_a {
    padding: 15px 10px;
}
#mobile_catalog_menu,
#mobile_catalog {
    display: none;
}
#mobile_catalog {
    margin-bottom: 0px;
}
#mobile_catalog_menu {
    right: 5px;
    left: 0px;
    padding: 0 15px;
    position: absolute;
    background: #fff;
    margin: 0px 10px 15px 15px;
    -webkit-box-shadow: 0px 0px 12px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 12px 1px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 12px 1px rgba(0,0,0,0.75);
}
.mobile_catalog_btn {
    margin: 15px 5px 0px 5px;
    height: 60px;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    background-color: #d51c1c;
}
.mobile_catalog_icon {
    float: right;
    padding: 11px 18px;
}
.mobile_catalog_text {
    padding: 18px;
    float: left;
}


.color_red {
    color: #d10404;
}

.center-column h1 {
    font-size: 22px;
}
.center-column h2 {
    font-size: 20px;
}
.center-column h3 {
    font-size: 16px;
}
.center-column h4 {
    font-size: 15px;
}

/* HEADER */
.hnotice {
    margin-top: 7px;
    color: #fff;
}
.my-account-type-2 #top .my-account {
    -webkit-box-shadow: 0px 0px 5px -1px rgba(0,78,121,1);
    -moz-box-shadow: 0px 0px 5px -1px rgba(0,78,121,1);
    box-shadow: 0px 0px 5px -1px rgba(0,78,121,1);
}
.cart-block-type-8 #top #cart_block {
    -webkit-box-shadow: 0px 0px 5px -1px rgba(0,78,121,1);
    -moz-box-shadow: 0px 0px 5px -1px rgba(0,78,121,1);
    box-shadow: 0px 0px 5px -1px rgba(0,78,121,1);
}
#top .search_form input {
    border: 1px solid #004e79;
}
#top .search_form input:focus {
    background: #fff !important;
    border: 1px solid #d10404;
}
.header-type-3 #header-left .logo {
    text-align: center;
}
.top_phone {
    font-size: 10px;
    color: #004e79;
}
div.logo a img {
    max-width: 250px;
}
#top .logo {
    padding: 15px 0px 0px 0px;
}
.header-type-3 #header-center {
    padding-top: 25px;
}
.market-phone {
    margin: 35px 45px 0px -301px;
}
.market-phone a:hover {
    background: #004e79;
    color: #ffffff!important;
}
#top .my-account {
    margin: 30px 0px 0px 0px;
}
#top #cart_block {
    margin: 30px 0px 0px 32px;
}
#top #cart_block .cart-heading .cart-icon img {
    width: 20px;
}
.common-home #slider {
    background: #81b0c5;
}
.fixed-header .slider-header {
    -webkit-box-shadow: 0px 3px 12px -7px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 3px 12px -7px rgba(0,0,0,0.75);
    box-shadow: 0px 3px 12px -7px rgba(0,0,0,0.75);
}

.fixed-header div.logo a img {
    max-width: 200px;
}
.header-type-3.fixed-header #header-left .logo {
    text-align: center;
    margin-top: 8px;
}
.header-type-13 #top .pattern > .container {
    padding-bottom: 17px;
}
.top-bar .menu {
    list-style: none;
    padding: 7px 0px 1px 0px;
    margin: 0px;
    float: right;
    text-transform: uppercase;
}
.top_text {
    float: left;
    margin-top: 8px;
    text-transform: uppercase;
    color: #fff;
}
.header-type-3 #header-center .horizontal ul.megamenu > li > a {
    padding-top: 5px;
    height: 40px;
}

.fixed-body .container {
    padding-left: 30px;
    padding-right: 30px;
    max-width: none;
}

/* MENU */
ul.megamenu li a img {
    max-height: 30px;
}
#slider {
    background: #81b0c5;
}

.ic a {
    font-size: 15px;
}

.ilc a {
    font-weight: 700;
    font-size: 16px;
    color: #d10404;
}
.ilc a:hover {
    color: #004e79;
}

/* ГЛАВНАЯ СТРАНИЦА */
.market-columns {
    border: 0px;
    background: transparent !important;
    margin: 30px 0px 0px 0px;
    font-weight: 500;
    -webkit-box-shadow: 0px 3px 12px -7px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 3px 12px -7px rgba(0,0,0,0.75);
    box-shadow: 0px 3px 12px -7px rgba(0,0,0,0.75);
}
.market-columns p {
    line-height: 1;
}
.market-columns .row > div:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0px;
    background: transparent;
    left: 0;
}
.market-columns div.col-sm-4 {
    transition: all 300ms;
    cursor: pointer;
    background-color: #fff;
    border: 2px solid transparent;
}
.market-columns div.col-sm-4:hover {
    background-color: #81b0c5;
    color: #fff;
}
.market-products .col-sm-9 {
    background-color: #fff;
}
.market-products .our_text {
    line-height: 1.2;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.42);
    margin: 10px;
}
.market-products-categories > ul {
    list-style: none;
    padding: 34px 20px 0 20px;
    margin: 0px;
}

div.category-wall {
    background-image: url(/image/catalog/design/background/category_wall.jpg);
    background-position: bottom right;
    background-repeat: no-repeat;
}
/*
ПОИСК
*/
.more_search {
    background-color: #004e79;
}
img.img_search {
    float: left;
    margin-right: 15px;

    width: 50px;
    height: 50px;
}
.sbp .text-muted {
    font-weight: 400;
    margin-top: 5px;
}
.sbp {
    line-height: 1.2;
}
.sbp div.price {
    margin-top: 7px;
}
.sbp div.price .price{
    color: #ff6600;
    font-size: 16px;
    font-weight: 600;
}
.sbp div.price .price-new {
    color: red;
    font-size: 16px;
    font-weight: 600;
}
.sbp div.price .price-old {
    color: #858585;
    font-size: 13px;
    font-weight: 400;
    text-decoration: line-through;
}

/* ТОВАР */
.breadcrumb .container h1 {
    border-bottom-color: #d10404;
}
.breadcrumb .container h1 {
    font-size: 28px;
    line-height: 1.1;
    font-weight: 700 !important;
    color: #004e79;
    text-shadow: 2px 2px 2px rgba(255, 255, 255, 0.5);
}
.product-grid .product .name {
    padding-top: 5px;
    line-height: 1.2;
    height: 50px;
    overflow: hidden;
}
.box-content .product-grid .product .name {
    padding-top: 5px;
    line-height: 1.2;
    height: 37px;
    overflow: hidden;
}
.product-grid .product .name a {
    line-height: 1.2;
    color: #343434;
}
.product-grid .product .price-new {
    color: #d10404;
    font-size: 20px;
    font-weight: 700 !important;
    padding-right: 2px;
}
.product-grid .product .price {
    color: #004e79;
    font-size: 20px;
    font-weight: 700 !important;
    padding-right: 2px;
}
.product-page-type-3 .product-info .product-image {
    border: none;
    -webkit-box-shadow: 0px 0px 5px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px -2px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px -2px rgba(0,0,0,0.75);
}

input#button-cart {
    width: 100%;
}
.product-info .cart .add-to-cart .quantity {
    position: relative;
    width: 100%;
}
input#quantity_wanted {
    /*    width: 100%;
        float: none;*/
}
.product-info .price .price-new {
    font-size: 50px;
    font-weight: 700 !important;
    color: #d10404;
}
.product-info .price .price-old {
    color: #646464;
    font-weight: 400;
    text-decoration: line-through;
    padding-left: 15px;
    font-size: 27px;
    display: inline-block;
    vertical-align: top;
    line-height: 20px;
}

.next-product .right .price {
    color: #d10404;
}

.button, .btn {
    background: #d10404 !important;
}

.box .product-grid .price .price-old {
    font-size: 12px;
}
.box .product-grid .product .price-new {
    font-size: 16px;
    line-height: 1;
}

.custom_block_product .box-with-products .product-grid .product .image a img {
    max-height: 75px;
}
.custom_block_product .box-with-products .product-grid .product .price {
    padding: 24px 0px 5px 0px;
}
.custom_block_product .box-with-products .owl-carousel .owl-item .item {
    margin-bottom: 33px;
}
.custom_block_product .box-with-products .product-grid .product .name {
    line-height: 1;
    color: #343434;
}
.custom_block_product .box-with-products .product-grid .product .name a {
    line-height: 1;
    color: #343434;
}

/* КАТЕГОРИИ */
.category-wall img {
    transition: all 300ms;
}
.category-wall img:hover {
    transition: all 300ms;
    -webkit-box-shadow: 0px 0px 7px -1px rgba(0,73,122,1);
    -moz-box-shadow: 0px 0px 7px -1px rgba(0,73,122,1);
    box-shadow: 0px 0px 7px -1px rgba(0,73,122,1);
}

/* PAGE */
.product-search #mfilter-content-container {
    margin-top: 20px;
}
.standard-body .full-width.main-content .pattern > .container > .row {
    padding-bottom: 10px;
    background: rgba(255, 255, 255, 0.68);
}
.breadcrumb-style-2 .breadcrumb .next-product {
    margin-bottom: 5px;
    height: 110px;
    margin-top: -15px;
    line-height: 1.2;
}
.breadcrumb-style-2 .breadcrumb .next-product a {
    line-height: 1.2;
}
.next-product.right .right {
    text-align: right;
    padding-right: 10px;
    padding-left: 0px;
}
.next-product .right {
    padding: 17px 0px 0px 10px;
    width: 66%;
    float: left;
}
.product-list .desc {
    position: static;
    padding-top: 30px;
}

.fixed-body .center-column .tab-content {
    margin: 0px -25px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
    background-color: #f4fbff;
}

.product-list .desc {
    position: static;
    padding-top: 10px;
}
.product-list .name-actions > .name {
    padding-left: 35px;
    padding-right: 45px;
    line-height: 1;
    padding-top: 14px;
}
.product-list > div {
    padding: 18px 23px;
}

.category-wall .row .col-sm-2:hover .name a {
    color: red;
}

/* FILTER */

.bf-cell {
    display: table-cell;
    border-bottom: 1px solid #EEE;
    vertical-align: middle;
    padding: 1px 0;
    height: 20px;
}
.bf-cell label {
    display: block;
    padding-right: 3px;
    padding-left: 12px;
    margin: 0;
    cursor: pointer;
}
.box.bf-check-position {
    padding-top: 10px !important;
    margin-top: 19px !important;
}
.box.bf-check-position .box-heading {
    background: none !important;
    border-bottom-color: #fff;
}

/* FOOTER */
.market-about-us ul.social-icons li a {
    color: #fff;
}
.market-about-us ul.social-icons li a:hover {
    color: #d1e6ff;
}
#main .market-about-us p {
    padding-top: 7px;
    color: #ffffff;
    line-height: 18px;
    padding-bottom: 2px;
    font-weight: 500;
}
.footer-type-12 .footer h4 {
    border-bottom: 2px solid #81b0c5;
    padding-top: 30px;
    margin-bottom: 10px;
}
#main .market-contact p {
    display: inline-block;
    vertical-align: top;
    padding: 32px 0px 0px 10px;
    margin: 0px;
    font-size: 18px;
    font-weight: 600;
}

/* SIMPLE */
table.simplecheckout-cart td.quantity input {
    margin: 5px 0 0 0 !important;
    border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
}
.simplecheckout-cart td.name a {
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
}
.simplecheckout-cart th.name,
.simplecheckout-cart td.name {
    text-align: left;
}
.simplecheckout-cart td {
    padding: 7px;
    border-bottom: 1px solid #DDDDDD;
    vertical-align: middle;
}
.simplecheckout-cart td.model {
    text-align: center;
    line-height: 1;
}
.checkout-heading.panel-heading {
    font-size: 18px;
    font-weight: 700 !important;
    color: #ee1d23;
    padding: 5px 10px !important;
    border-radius: 0;
    background: #fff6e5 !important;
    margin-left: -5px;
}
.simplecheckout .form-group label {
    background-color: #f5f5f5;
    padding: 12px;
    border-radius: 4px;
}
#simplecheckout_payment .simplecheckout-block-content .form-group label,
#simplecheckout_shipping .simplecheckout-block-content .form-group label {
    margin-left: 20px;
    font-size: 12px;
    width: 98%;
}

.simplecheckout-block-content .radio label a {
    font-weight: 700;
    text-decoration: underline;
    color: #ee1d23;
}

#simplecheckout_shipping p {
    margin: 12px 0 10px 0;
}

.cdek_description {
    border: 1px solid #c3c3c3;
    border-radius: 4px;
    padding: 5px;
    margin: 5px 0 0 5px;
    line-height: 1;
}

.simplecheckout-block-content > p > b {
    color: #c18107;/*желтый*/
}
.simplecheckout-block-content > p {
    border-top: 1px dashed #ccc;
    padding-top: 15px;
}

.simple-help {
    color: #ee1d23;
    font-size: 18px;
}
.simple-help a {
    color: #ee1d23;
    font-weight: 700;
}
#selectCdekPvz {
    font-weight: 700;
    text-decoration: underline;
    color: #ee1d23;
}

#simplecheckout_customer .checkout-heading.panel-heading .checkout-heading-button a {
    color: #ee1d23;
    border-bottom: 2px dashed #ee1d23;
    font-weight: 700;
}

/* CATEGORY WALL */
/*---------------*/
/***** Sadie *****/
/*---------------*/

figure.effect-sadie figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(top, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
    background: linear-gradient(to bottom, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);
    content: '';
    opacity: 0;
    -webkit-transform: translate3d(0,50%,0);
    transform: translate3d(0,50%,0);
}

figure.effect-sadie h2 {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    color: #484c61;
    -webkit-transition: -webkit-transform 0.35s, color 0.35s;
    transition: transform 0.35s, color 0.35s;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
}

figure.effect-sadie figcaption::before,
figure.effect-sadie p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

figure.effect-sadie p {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2em;
    width: 100%;
    opacity: 0;
    -webkit-transform: translate3d(0,10px,0);
    transform: translate3d(0,10px,0);
}

figure.effect-sadie:hover h2 {
    color: #fff;
    -webkit-transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
    transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
}

figure.effect-sadie:hover figcaption::before ,
figure.effect-sadie:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

#quantity_wanted {
    font-size: 20px;
    color: #d10404;
    width: 50%;
    float: left;
    text-align: center;
}
.q_up {
    padding: 10px;
    width: 25%;
    height: 45px;
    float: left;
    text-align: center;
}
.q_down {
    padding: 10px;
    width: 25%;
    height: 45px;
    float: left;
    text-align: center;
}
#q_up, #q_down {
    cursor: pointer;
}

#q_up:hover, #q_down:hover {
    color: #d10404;
}
.add-to-cart .quantity {
    margin-top: 5px;
}
.minimum {
    line-height: 1;
}
.text_minimum {
    margin-top: 10px;
    line-height: 1;
}
.order-modal {
	display: none;
} 
.active-modal {
    display: block;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.6);
    z-index: 1000;
}
#order-form .modal_content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 300px;
    z-index: 99999;
}
@media (max-width: 1169px) {

}

@media (max-width: 1110px) {
    .market-products .our_text {
        display: none;
    }
}

@media (max-width: 991px) {
    #camera_3,
    #camera_4,
    #camera_5 {
        display: none;
    }
    .hnotice {
        display: none;
    }
}

@media (max-width: 767px) {
    .hide767 {
        display: none;
    }
    .responsive .top-bar {
        display: none;
    }
    a.my-account {
        border: 1px solid #dadada;
    }
    #top .my-account, .rtl .header-type-10 #top .my-account {
        border-color: #dadada;
    }
    #cart_block {
        border: 1px solid #dadada;
    }
    .responsive .market-phone {
        margin: 0px auto 0px auto;
        display: block !important;
    }
    #header-center {
        display: none;
    }

    .market-products {
        display: none;
    }

    #mobile_catalog {
        display: block;
    }
    .m_menu_top {
        display: block;
    }

}
