/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #666666;
}

body {
    font-family: Arial;
    font-size: 11px;
    line-height: 1.4;

}

a {
    color: #333333;
    text-decoration: none;

}

a:hover {
    color: #414141;
    text-decoration: underline;
}



/* ==========================================================================
   Author's custom styles
   ========================================================================== */

#header-box {
    width: 100%;
    margin: 0;
    padding: 0;
    min-width: 960px;
}

#header {
    width: 960px;
    margin: 0 auto;
    padding: 15px 0 9px;
}

#logo {
    text-decoration: none;
    border-bottom: none;
    width: 185px;
    color: #000000;
    margin: 13px 0 0 -1px;
}


#wrapper {
     width: 960px;
     margin: 0 auto;
     padding: 0;
 }


.wrapper-popup {
    margin: 0 auto;
    padding: 0;
    width: 960px;
}

.wrapper-popup .frstscn {
    margin-top: 0;
}

.wrapper {
    width: 960px;
    margin: 0 auto;
    padding: 0;
}

.header-block {
    width: 200px;
    float: left;

}

#header-nav-block{
    width: 330px;
    padding-left: 30px;
}

.headernav  {
    height: 20px;
    margin: 2px 0 0 0;
    font-size: 10pt;

}

.headernav li {
    float: left;
    padding:0;
    list-style: none;
    line-height: 9pt;
}

.headernav li > a {
    font-size: 9pt;
    padding: 0 10px;
    border-right: solid 1px #E1E1E1;
    text-decoration: underline;
    color: #000000;
}

.headernav li > a:hover, .headernav li > a:focus {
    text-decoration: none;
}

.headernav li:first-child > a{
    padding-left: 0;
}

.headernav li:last-child > a {
    border-right: none;
}



#headernav1 {

}

#headernav2 {
    width: 125px;
}


.search-box {
    margin-top: 6px;
}

.search-box form {
    margin-bottom: 4px;
}

.search-box > span {
    color: #7D7D7D;
}

.search-box span.search-link {
    background: url(../images/search_but.png) right center no-repeat;
    padding-right: 33px;
    font-size: 11px;
    display: block;
    line-height: 26px;
    color: #7B7B7B;
    cursor: pointer;
}

.search-popup {
    display: none;
    position: absolute;
    background: url(../images/seach_block.png) top center no-repeat;
    margin-left: -83px;
    margin-top: -4px;
    padding: 20px;
    width: 250px;
}

#search {
    width: 272px;
    margin-bottom: 0;
    font-size: 9pt;
    font-style: italic;
    padding: 1px 4px;
}

.bg-search {
    background-color: #fcf0dc;
}

#search-btn {
    padding: 0 5px 1px;

}

.search-popup form {
    padding: 0;
    margin: 0 0 3px;
}

.search-popup a {
    text-decoration: none;
    border-bottom: dashed 1px #7b7b7b;
}

.search-popup a, .search-popup span {
    font-size: 11px;
}

.often-search{
    border-bottom: dashed 1px #7b7b7b;
}

.often-search:hover {
    border-bottom: none;
    text-decoration: none;
}


.header-phone {
    width: 216px;
    margin: 0;
    border-right: solid 1px #E1E1E1;
    text-align: right;
    padding-right: 20px;
    padding-top: 4px;
    color: #7D7D7D;
}

.header-phone a:hover, .header-phone a:visited, .header-phone a:focus{
    text-decoration: none;
}



.phone_pref {
    font-size: 18pt;
    font-family: Tahoma, Arial, sans-serif;
    color: #7D7D7D;
}

.phone_num {
    font-size: 18pt;
    font-family: Tahoma, Arial, sans-serif;
    font-weight: bold;
    color: #333333;
}

.header-deliv {
    background: url(../images/delivery_auto.png) left center no-repeat;
    padding-left: 41px;
    width: 210px;
}

.header-like {
    margin-top: 7px;
}

.header-like a {
    font-size: 0.9em;
}

.header-like a.mylike {
    background: url(../images/serdechko.png) left no-repeat;
    padding-left: 30px;
}

.header-like a.cart {
    background: url(../images/cart.png) left no-repeat;
    padding-left: 30px;
    display: block;
    margin-top: 10px;
}

a.login {
    text-decoration: underline;

}

a:hover.login{
    text-decoration: none;
}

a.mylike{
    color: #7D7D7D;
}

.header-login {
    font-size: 0.9em;
    width: 65px;
    float: right;
    text-align: right;
    padding-top: 8px;
}

.header-login a.btn {
    margin-top: 13px;

}

.header-cart{
    width: 166px;
    float: right;
}

#cartcontent{
    background: #F7F7F7 url(../img/cart.png) 9% center no-repeat;
    border: solid 1px #E7E7E7;
    border-radius: 3px;
    padding: 10px 2px 10px 50px;
    margin-bottom: 3px;
}

#order-left {
    float: left;
    width: 70%;
}

#order-right {
    float: right;
    width: 28%;
}

.font-big {
    font-size: 1.2em;
    font-weight: bold;
}

#order-form {
    background-color: #faf9f5;
    padding: 10px;
    margin-top: 20px;
}

.order-help {
    float: right;
    width: 260px;
    font-size: 0.8em;
    color: #888888;
}

.discount-card {
    border: solid 1px #DDDDDD;
    background-color: white;
    padding: 15px;
    margin:0;
    width: 355px;
}

.discount-card-left {
    width: 100px;
    float: left;
    padding-top: 15px;
}

.discount-card-right {
    width: 245px;
    float: right;
    padding-top: 15px;
    font-size: 0.9em;
    color: #888888;
}

.order-itog {
    width: 270px;
}


.order-itog-cart {
    width: 273px;

}

.btn-order {
    color: #ffffff;
    font-size: 1.2em;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #9a3760;
    *background-color: #bd362f;
    background-image: -moz-linear-gradient(top, #b44975, #8b2d54);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b44975), to(#8b2d54));
    background-image: -webkit-linear-gradient(top, #b44975, #8b2d54);
    background-image: -o-linear-gradient(top, #b44975, #8b2d54);
    background-image: linear-gradient(to bottom, #b44975, #8b2d54);
    background-repeat: repeat-x;
    border-color: #bd362f #8b2d54 #802420;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb44975', endColorstr='#ff8b2d54', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-order:hover,
.btn-order:focus,
.btn-order:active,
.btn-order.active,
.btn-order.disabled,
.btn-order[disabled] {
    color: #ffffff;
    background-color: #8b2d54;
    *background-color: #a9302a;
}

.btn-order:active,
.btn-order.active {
    background-color: #942a25 \9;
}

.itog-itog {
    width: 70px;
    float: left;
    font-size: 1.6em;
    font-weight: bold;
    color: #666666;
}

.itog-price {
    width: 195px;
    float: right;
}

.itog-sum {
    font-size: 1.6em;
    color: black;
    font-weight: bold;
}

.itog-economy {
    color: #666666;
}

.itog-delivery {
    font-size: 0.8em;
    color: #666666;
    padding: 14px 0;
}

.itog-mess {
    font-size: 0.8em;
    padding-top: 5px;
}

.in-cart {
    text-align: right;
    padding-bottom: 5px;
}

.order-cart-item {
    width: 240px;
    padding: 0 0 8px 0;
    background: white url(../images/blockbtm.png) bottom center no-repeat;
    margin-bottom: 10px;
}

.order-cart-item .num {
    color: #666666;
    font-size: 1.4em;
}

.order-cart-right .plus {
/*
    background: url(../images/plus.png) center no-repeat;
*/
}

.order-cart-right > .plus {
    width: 100%;
    height: 20px;
}

.order-cart-right .discount {
    background-color: #FAFAFA;
}

.order-cart-item .price {
    font-size: 1.2em;
}

span.upak {
    background-color: #FCF0DC;
    font-weight: bold;
    padding: 3px;
}

.order-cart-item  .single > .image {
    width: 90px;
    height: 90px;
    float: left;
}

.order-cart-item  .single > .props {
    padding-left: 105px;
}

.order-cart-item  .single > .price {
    padding-left: 105px;
    padding-top: 10px;
}



.order-cart-item .set2 > .image {
    width: 70px;
    height: 70px;
    float: left;
}
.order-cart-item .set2 > .plus {
    width: 70px;
    height: 70px;
    float: left;
}

.order-cart-item  .set2 > .props {
    clear: both;
    float: left;
    padding-top: 10px;
    width: 125px;
    padding-bottom: 10px;
}

.order-cart-item  .set2 > .price {
    float: right;
    width: 100px;
    text-align: right;
    padding-top: 10px;
    padding-bottom: 10px;
}

.order-cart-item .set3 > .image {
    width: 60px;
    height: 60px;
    float: left;
}
.order-cart-item .set3 > .plus {
    width: 20px;
    height: 60px;
    float: left;
}

.order-cart-item  .set3 > .price {
    float: right;
    width: 100px;
    text-align: right;
    padding-top: 10px;
    padding-bottom: 10px;
}

.order-cart-item  .set3 > .props {
    clear: both;
    float: left;
    padding-top: 10px;
    width: 125px;
    padding-bottom: 10px;
}


.order-cart-item .set4 > .image {
    width: 70px;
    height: 70px;
    float: left;
}
.order-cart-item .set4 > .plus {
    width: 40px;
    height: 70px;
    float: left;
}

.order-cart-item  .set4 > .props {
    clear: both;
    float: left;
    padding-top: 10px;
    width: 125px;
    padding-bottom: 10px;
}

.order-cart-item  .set4 > .price {
    float: right;
    width: 100px;
    text-align: right;
    padding-top: 10px;
    padding-bottom: 10px;
}


.roz {
    background-color: #fcf0dc;
}

.itog-price-right {
    width: 165px;
}

.first-row {
	margin-top: 20px;
}

.order-cart-right {
/*
    width: 240px;
*/
    width: 320px;
}

.discount4 {
    padding: 10px 10px 10px 80px;
    background: url('../images/4percent.png') left center no-repeat;
    height: 35px;
}

.freeship {
    padding: 20px 10px 10px 80px;
    background: url('../images/tutu.png') left center no-repeat;
    height: 25px;
}


.footer {
    margin: 50px 0 20px 0;
    background: none repeat scroll 0 0 #FCFCFC;
    border: solid 1px #F5F5F5;
    height: 122px;
    padding: 10px 30px;

}

.footer .h3 {
    color: #999999;
    line-height: 12px;
    font-size: 12px;
    margin: 0;
    font-weight: bold;
}

.footer ul {
    list-style: none outside none;
    color: #CCCCCC;
    margin: 15px 50px 0 0;
    float: left;
}

.footer .footer-block{
    width: 250px;
    float: left;
}

.footer .continf {
    width: 190px;
    float: left;
}

.footer .social {
    width: 175px;
    float: left;
}

.footer .social ul {
    margin-right: 0;
}

.footer .social li {
    float: left;
    padding: 2px 10px 10px 0;
}

#login-box {
    position: absolute;
    border: solid 1px #DDDDDD;
    background-color: #FFFFFF;
    border-radius: 5px;
    padding: 10px;
    width: 140px;
    text-align: left;
    margin-top: 3px;
    margin-left: 0px;
    z-index: 100;
}

.login-form {
    margin: 0;
}

.login-form input {
    width: 128px;
}

.login-form button {
    width: 70px;
    font-size: 1.2em;
}

.forget-passw {
    width: 70px;
    float: left;
}

.cart-list {
    width: 100%;
    border-collapse: collapse;
    border: solid 1px #DDDDDD;
    margin-bottom: 20px;
}

.cart-list tr {
    border: solid 1px #DDDDDD;
}

.cart-list tr:nth-child(odd) {
    background-color: #faf9f5;
}

.cart-list td {
    padding: 10px;
    vertical-align: middle;
}

.cart-list td.goods {

    text-align: left;
    vertical-align: top;
}

.cart-list td.amnt {
    width: 80px;
    text-align: center;
    vertical-align: middle;
}

.cart-list td.colprice {
    text-align: left;
    vertical-align: middle;
    width: 130px;
}

.cart-list td.colclose {
    width: 15px;
    text-align: center;
    vertical-align: top;
}

.cart-list a.ret2buy {
    background: url('../images/arrowback.png') left center no-repeat;
    padding-left: 20px;
}

.cart-list .amnt input {
    width: 30px;
    padding: 2px;
    text-align: center;
    display: block;
    float: left;
}

.cart-list .arrow {
    display: block;
    width: 20px;
    height: 25px;
    float: left;
    border-bottom: none;
    background-color: #faf9f5;
}


.cart-list .left {
    background: url('../images/arrowleftsm.png') center no-repeat;
}

.cart-list .right {
    background: url('../images/arrowrightsm.png') center no-repeat;
}

.cart-list .price {
    font-size: 1.4em;

}

.cart-list .oldprice,
.cart-list .economy {
    color: #89003D;
    font-size: 0.9em;
}

.cart-list .oldprice {
    text-decoration: line-through;
}

.cart-list  .colclose > a {
    display: block;
    width: 15px;
    height: 15px;
    background: url('../images/close.png') center no-repeat;
    border-bottom: none;
}

.cart-list .single > .gname {
     font-weight: bold;
 }

.cart-list .single > .block {
    width: 300px;
}

.cart-list .single > .block > .image {
    width: 90px;
    height: 90px;
    float: left;
    margin-top: 10px;
    margin-right: 30px;
    margin-bottom: 10px;
}

.cart-list .single > .block > .props {
    margin-top: 15px;
    width: 170px;
    float: left;
}

.cart-list .set2 > .gname {
    font-weight: bold;
}

.cart-list .set2 > .block {
    width: 170px;
    float: left;
}

.cart-list .set2 > .block > .image {
    width: 70px;
    height: 70px;
    float: left;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.cart-list .set2 > .block > .props {
    margin-top: 15px;
    width: 80px;
    float: left;
}
.cart-list .set2 > .plus {
    margin: 15px 5px;
    width: 20px;
    float: left;
    height: 70px;
    background: url('../images/plus.png') center no-repeat;
}

.cart-list .set3 > .gname {
    font-weight: bold;
}

.cart-list .set3 > .image {
    width: 70px;
    height: 70px;
    margin-top: 10px;
    margin-right: 20px;
    margin-bottom: 10px;
}

.cart-list .set3 > .block {
    float: left;
    width: 110px;
}

.cart-list .set3 > .props {
    margin-top: 15px;
    width: 90px;
}
.cart-list .set3 > .plus {
    margin: 15px 5px;
    width: 20px;
    float: left;
    height: 70px;
    background: url('../images/plus.png') center no-repeat;
}

.cart-list .set4 > .gname {
    font-weight: bold;
}

.cart-list .set4 > .block {
    width: 170px;
    float: left;
}

.cart-list .set4 > .block > .image {
    width: 70px;
    height: 70px;
    float: left;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.cart-list .set4 > .block > .props {
    margin-top: 15px;
    width: 80px;
    float: left;
}
.cart-list .set4 > .plus {
    margin: 15px 5px;
    width: 20px;
    float: left;
    height: 70px;
    background: url('../images/plus.png') center no-repeat;
}

.cart-list .present {
    position: absolute;
    margin-left: 30px;
    margin-top: -15px;
}

.select-size-frame {
    position: absolute;
    background-color: white;
    border: solid 1px #DDDDDD;
    display: none;
    padding: 10px;
    width: 200px;
    margin-left: 10px;
    margin-top: 5px;
    font-size: 0.8em;
}

.select-size-frame ul {
    list-style: none;
}

.select-size-frame li {
    float: left;
    width: 80px;
}


/* cart popup */

/*
#popupAddCart .modal-body {
    padding: 15px 25px;
}

#popupAddCart .modalincart {
    font-size: 14px;
    color: #89003D;
    background: url(../images/icon-cart.png) left center no-repeat;
    line-height: 25px;
    padding-left: 38px;
}

#popupAddCart .modalincart strong {
    font-size: 18px;
}

#popupAddCart .modalincart span {
    font-size: 18px;
}

#popupAddCart .modaltable {
    border: none;
    border-collapse: collapse;
    width: 100%;
    margin-top: 10px;
}

#popupAddCart .modaltable td {
    vertical-align: top;
    text-align: left;
    padding: 5px;
}

#popupAddCart .modalgname {
    font-weight: bold;
    margin-bottom: 8px;
}

#popupAddCart .gprice {
    font-size: 20px;
    width: 140px;
    float: right;
    text-align: right;
    font-weight: bold;
}

#popupAddCart .gkolich {
    color: #DDDDDD;
    font-size: 11px;
    padding-left: 4px;
}

#popupAddCart .gminus, #popupAddCart .gplus {
    float: left;
    width: 20px;
    height: 30px;
    cursor: pointer;
}

#popupAddCart .gminus {
    background: url(../images/arrowleftsm.png) center no-repeat;
}

#popupAddCart .gplus {
    background: url(../images/arrowrightsm.png) center no-repeat;
    margin-top: 1px;
}

#popupAddCart input[name=kolich] {
    float: left;
    width: 15px;
    margin-top: 1px;
}



#popupAddCart input {
    margin-bottom: 0;
    margin-top: 12px;
}

#popupAddCart .btn-order {
    margin-top: 20px;
    width: 210px;
    margin-bottom: 5px;
    padding: 12px 5px;
}

#popupAddCart .modal-footer {
    text-align: left;
    font-size: 11px;
}

#popupAddCart .modalhelp {
    font-size: 10px;
    color: #7b7b7b;
    font-style: italic;
    margin-left: 150px;
}

#popupAddCart .modaltable .gimages {
    vertical-align: middle;
    text-align: center;
}

#popupAddCart .gimages img {
    padding: 3px;
    border: solid 1px #DDDDDD;
}

#popupAddCart .gimages .gimagesplus {
    width: 26px;
    height: 20px;
    background: url(../images/plus.png) center no-repeat;
}

#popupAddCart .gimages1 img {
    width: 140px;
    height: auto;
}

#popupAddCart .gimages2 img {
    width: 65px;
    height: auto;
    float: left;
}

#popupAddCart .gimages2 .gimagesplus {
    float: left;
    height: 72px;
}

#popupAddCart .gimages3 img:nth-child(1) {
    width: 95px;
    height: auto;
    margin: 0 45px 10px;
}

#popupAddCart .gimages3 img {
    width: 55px;
    height: auto;
    float: left;
}

#popupAddCart .gimages3 .gimagesplus {
    float: left;
    height: 62px;
    width: 26px;
}

#popupAddCart .gimages4 img {
    width: 55px;
    height: auto;
    float: left;
    margin-bottom: 15px;
}

#popupAddCart .gimages4 .gimagesplus {
    float: left;
    height: 62px;
    width: 26px;
}


#popupAddCart a.backoff {
    color: #89003D;

}
*/


/*//////////////////////////////////////*/

/* cart popup */

.popupAddCart .modal-body {
    padding: 15px 25px;
}

.popupAddCart .modalincart {
    font-size: 14px;
    color: #89003D;
    background: url(../images/icon-cart.png) left center no-repeat;
    line-height: 25px;
    padding-left: 38px;
}

.popupAddCart .modalincart strong {
    font-size: 18px;
}

.popupAddCart .modalincart span {
    font-size: 18px;
}

.popupAddCart .modaltable {
    border: none;
    border-collapse: collapse;
    width: 100%;
    margin-top: 10px;
}

.popupAddCart .modaltable td {
    vertical-align: top;
    text-align: left;
    padding: 5px;
}

.popupAddCart .modalgname {
    font-weight: bold;
    margin-bottom: 8px;
}

.popupAddCart .gprice {
    font-size: 20px;
    width: 140px;
    float: right;
    text-align: right;
    font-weight: bold;
    padding-top: 20px;
    padding-right: 15px;
}

.popupAddCart .gkolich {
    color: #DDDDDD;
    font-size: 11px;
    padding-left: 4px;
}

.popupAddCart .gminus, #popupAddCart .gplus {
    float: left;
    width: 20px;
    height: 30px;
    cursor: pointer;
}

.popupAddCart .gminus {
    background: url(../images/arrowleftsm.png) center no-repeat;
}

.popupAddCart .gplus {
    background: url(../images/arrowrightsm.png) center no-repeat;
    margin-top: 1px;
}

.popupAddCart input[name=kolich] {
    float: left;
    width: 15px;
    margin-top: 1px;
}



.popupAddCart input {
    margin-bottom: 0;
    margin-top: 12px;
}

.popupAddCart .btn-order {
    margin-top: 20px;
    width: 210px;
    margin-bottom: 5px;
    padding: 12px 5px;
}

.popupAddCart .modal-footer {
    text-align: left;
    font-size: 11px;
}

.popupAddCart .modalhelp {
    font-size: 10px;
    color: #7b7b7b;
    font-style: italic;
    margin-left: 150px;
}

.popupAddCart .modaltable .gimages {
    vertical-align: top;
    text-align: center;
}

.popupAddCart .gimages img {
    padding: 3px;
    border: solid 1px #DDDDDD;
}

.popupAddCart .gimages .gimagesplus {
    width: 26px;
    height: 20px;
    background: url(../images/plus.png) center no-repeat;
}

.popupAddCart .gimages1 img {
    width: 140px;
    height: auto;
}

.popupAddCart .gimages2 img {
    width: 65px;
    height: auto;
    float: left;
}

.popupAddCart .gimages2 .gimagesplus {
    float: left;
    height: 72px;
}

.popupAddCart .gimages3 img:nth-child(1) {
    width: 95px;
    height: auto;
    margin: 0 45px 10px;
}

.popupAddCart .gimages3 img {
    width: 55px;
    height: auto;
    float: left;
}

.popupAddCart .gimages3 .gimagesplus {
    float: left;
    height: 62px;
    width: 26px;
}

.popupAddCart .gimages4 img {
    width: 55px;
    height: auto;
    float: left;
    margin-bottom: 15px;
}

.popupAddCart .gimages4 .gimagesplus {
    float: left;
    height: 62px;
    width: 26px;
}


.popupAddCart a.backoff {
    color: #89003D;

}


/* //cart popup */

.likepopup {
    background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    box-shadow: 0 3px 3px #DDDDDD;
    margin-left: -110px;
    margin-top: 3px;
    padding: 10px;
    position: absolute;
    z-index: 100000;
    font-size: 12px;
    line-height: 15px;

}

.likepopup a {
    color: #89003D;
    text-decoration: underline;
}

.article {
    text-align: justify;
    padding: 20px;
    font-size: 13px;
}

.article_top {
    text-align: justify;
    padding: 0 27px 10px 15px;
    font-size: 13px;
}

.article a, .article_top a, .article a:visited, .article_top a:visited {
    color: #89003D;
    text-decoration: underline;
}

.article a:hover, .article_top a:hover {
    text-decoration: none;
}

.article .head, .article h2 {
    font-size: 18px;
    line-height: 18px;
    padding: 10px 0;
    font-weight: normal;
}

.block-recomend{
    width: 645px;
    margin-top: 56px;
    float: left;
}

.block-week-action{
    width: 300px;
    float: left;
    padding-left:13px;
    margin-top: 56px;
}

.block-week-action .header2{
    font-size: 26px;
    text-align: left;
    margin-bottom: 22px;
}

.header2 {
    font-size: 26px;
}

.text{
    font-size: 13px;
    text-align: justify;
    text-indent: 30px;
}

.text h1 {
    font-size: 25px;
}

.text h2 {
    font-size: 20px;
}

.text a, .text a:visited {
    color: #89003D;
    text-decoration: underline;
}

.text a:hover {
    text-decoration: none;
}


#video-frame {
    float: left;
    width: 350px;
    height: 350px;
}

#title-search-input{
	width: 272px;
	margin-bottom: 0;
	font-size: 9pt;
	font-style: italic;
	padding: 1px 4px;
	background-color: #fcf0dc;
}

.row.contact{
	margin: 15px 0;
	text-align: center;
	background: url(/bitrix/templates/goldax2015.main/components/bitrix/catalog.element/goldax.catalog.element/img/ten2_bottom.png) no-repeat scroll center top rgba(0,0,0,0);
	padding-top: 20px;
}
.row.contact .title_contact{
	font-size: 20px;
	font-weight: bold;
	color: #999;
}
.row.contact .title_contact2{
	font-size: 14px;
	font-weight: bold;
	color: #999;
}
.row.contact .col{
	width: 50%;
	float: left;
	margin: 20px 0;
	font-weight: bold;
	color: #999;
	font-size: 14px;
}
.pri_blk1 .bx_item_detail .bx_item_detail_size ul li .cnt{
    border: solid 1px #7b7b7b;
color: #7b7b7b;
border-radius: 4px;
font-size: 12px;
}
.pri_blk1 .bx_item_detail .bx_item_detail_size ul li:hover .cnt{
    border: solid 1px #89003D;
}
.pri_blk1 .bx_item_detail .bx_item_detail_size ul li.bx_active .cnt{
color: #89003D;
border: solid 1px #89003D;
background-color: #eeeeee;
font-size: 12px;
border-radius: 4px;
}

.offers-modal .offers{
width: 217px;
overflow: hidden;
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
}
.offers-modal .offers span{
width: 17%;
border: solid 1px #7b7b7b;
color: #7b7b7b;
border-radius: 4px;
margin-right: 8px;
vertical-align: middle;
display: inline-block;
text-align: center;
margin-bottom: 7px;
padding: 3px 0px;
font-size: 12px;
cursor: pointer;

}
.sizes-table{width: 100%;}
.offers-modal .offers .sizes-table span:hover{color: #89003D;
border: solid 1px #89003D;}
.offers-modal .offers .sizes-table span.activeSize{
    color: #89003D;
border: solid 1px #89003D;
     background-color: #eeeeee;  
}

.offers-modal .offers .sizes-table span{
    display: none;
}
.offers-modal .offers .sizes-table span.active{
    display: inline-block;
}


.modal-head-offers{
    width: 100%;
}


.offers-modal .offers .metall-modal span:hover,{color: #89003D;
border: solid 1px #89003D;
}
.offers-modal .offers .metall-modal span.active{
    color: #89003D;
border: solid 1px #89003D;
  background-color: #eeeeee;  
}

.offers-modal .metall-modal{width: 100%;}
.offers-modal .metall-modal span{
    width:38%; 
}

.modaltable #addtocart{
background: linear-gradient(#CA3531, #891B19) repeat scroll 0 0 rgba(0, 0, 0, 0);
border-radius: 3px;
color: #FFFFFF;
display: block;
font-size: 11px;
font-weight: bold;
padding: 3px 11px;
text-decoration: none;
margin-top: 25px;
border: none;
float: left;
padding: 5px 23px;
cursor: pointer;
}
.offers-modal .vstavka-modal span{
    width:38%; 
}
.offers-modal .vstavka-modal span:hover{
border: solid 1px #89003D;
}
.offers-modal .vstavka-modal span.active{
        color: #89003D;
border: solid 1px #89003D;
  background-color: #eeeeee; 
}


.offers-modal .vstavka-modal{
    width: 100%;
}
.tovardobavlen{
    display: none;
    clear: both;

font-size: 13px;
}
#popupAddCart .modal-body{max-height: 600px;}
.tovardobavlen a{text-decoration: underline;font-size: 16px;}

.modal-offer-dobavlen{
    display: none;
position: fixed;
top: 25px;
right: 9%;
width: 191px;
border: 1px solid #ccc;
padding: 13px 28px;
background: #fff;
border-radius: 6px;
font-size: 12px;
z-index: 99999;
}
.modal-offer-dobavlen a{
    font-weight: bold;
    text-decoration: underline;
}

.right-harakteristiki{}
.right-harakteristiki div {
color: #a0a0a0;
font-size:12px;
}
.right-harakteristiki div span{
color: #000;

}

.canchange {
    border-bottom: 1px dashed #333333;
color: #333333;
font-size: 11px;
position: relative;
cursor: pointer;
}
.canchange:hover .vsplyvashka{
display: block;
}
.canchange .vsplyvashka{
        background-color: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    box-shadow: 0 3px 3px #DDDDDD;
    margin-left: -110px;
    margin-top: 3px;
    padding: 10px;
    position: absolute;
    z-index: 100000;
    font-size: 12px;
    line-height: 15px;
    width: 100%;
    right: 0px;
    display: none;
}
.arrowdwn{
    display: none;
    width: 9px;
}
.item_info_section{
    padding: 0 !important;
}

.arrowdwn.act{
    transform: rotate(90deg);
}
.bx_item_detail_size[rel="140"] .arrowdwn,.bx_item_detail_size[rel="141"] .arrowdwn{
    display: inline-block;
}


.bx_item_detail_size[rel="140"] .bx_item_section_name_gray{
    cursor: pointer;
}
.bx_item_detail_size[rel="140"] .bx_size_scroller_container{ 
/*display: none;*/ }
.bx_item_detail_size[rel="140"] .bx_size_scroller_container .bx_size ul {

}

.bx_item_detail_size[rel="140"] .bx_item_section_name_gray{
    font-weight: bold;
    
    color: #000 !important;
}

.bx_item_detail_size[rel="140"] .bx_size_scroller_container .bx_size ul li{
    float: none;
padding: 0px 30px;
display: block;
}
.bx_item_detail_size[rel="140"] .bx_size_scroller_container .bx_size ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.bx_item_detail_size[rel="140"] .bx_size_scroller_container .bx_size ul li{
    flex-basis: 33%;
}


/*
.bx_item_detail_size[rel="141"] .bx_item_section_name_gray{
    cursor: pointer;
}
.bx_item_detail_size[rel="141"] .bx_size_scroller_container{ 
display: none; }
*/
.bx_item_detail_size[rel="141"] .bx_size_scroller_container .bx_size ul {

}
.bx_item_detail_size[rel="141"] .bx_size_scroller_container .bx_size ul li{
    float: none;
padding: 0px 47px;
display: block;
}
.item_price{
    display: flex;
    justify-content: space-between;
}
.item_price > div { 
   color: #000 !important;
}
.bx_big.bx_bt_button.bx_cart.zakazat{
    background: linear-gradient(#454545,#333333);
    border: 1px solid #777777;
}
.opisanie{
clear: both;

width: 36%;

margin: auto;

font-size: 14px;

height: 74px;
position: relative;
overflow: hidden;
}
#rdmore{
position: absolute;

bottom: -3px;

color: #b04671;

text-decoration: underline;

display: block;

width: 100%;

text-align: center;
cursor: pointer;
background: #fff;
}
.right-harakteristiki div:first-child{
    font-style: italic;
}
.right-harakteristiki div span.artikulUID{
    color: #942a25;
    font-size: 12px;
font-style: italic;
font-weight: bold;
}
