body {
    font-family: 'Play Reg', Arial, Noto Sans, sans-serif;
    font-weight: 400;
    color: #252525;
    font-size: 13px;
    line-height: 20px;
    height: 100vh;
}

.round-h {
    background-color: rgba(220, 228, 255, 0.35);
    z-index: 3;
    width: 38px;
    color: white;
    height: 38px;
    position: absolute;
    right: 3px;
    top: 3px;
    border-radius: 30px;
    transition: all 0.3s ease-out;
}

.btn-buy {
    background-color: #5d6479;
    padding: 12px 53px 12px 23px;
    text-transform: uppercase;
    /*font-family: sans-serif;
    font-weight: bold;*/
    position: relative;
    text-decoration: none;
    border-radius: 30px;
    transition: all 0.5s;
    display: inline-block;
    border: 0;
    width: 100%
}

.round-h i.fa.fa-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -6px;
    left: 50%;
    margin-left: -4px;
    transition: all 0.3s;
}

span.txt {
    font-size: 11px;
    line-height: 1.45;
    color: white;
}

.btn-buy:hover {
    padding-left: 33px;
    padding-right: 43px;
    background-color: #717a94;

}

.btn-cntn:hover i.fa.fa-chevron-right {
    left: 12%;
}

.round-h > img {
    width: 25px;
    margin-top: 7px;
}

.round-cart {
    float: right;
    /* margin-left: 5px; */
    color: white;
    height: 100%;
    position: relative;
    border-radius: 50%;

}

.round-cart > svg {
    position: relative;
    height: 100%;
    width: 100%;
    color: black;
}

#button-review {
    width: max-content;
    float: right;
}

.btn-cntn:hover .round-h {
    width: calc(100% - 6px);
}


h1, h2, h3, h4, h5, h6 {
    /*font-family: 'Play Reg', Arial, Noto Sans, sans-serif;*/
    margin: 0 0 32px;
}

/* Override the bootstrap defaults */
h1 {
    font-size: 23px;
}

h2 {
    font-size: 27px;
}

h3 {
    font-size: 14px;
    text-transform: uppercase;
}

h4 {
    font-size: 17px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10px;
}



small, .small {
    color: black;
}

button {
    outline: none
}

/* default font size */
.fa {
    font-size: 16px;
}


#rewiew-h2 {
    font-size: 27px;
    line-height: 47px;
    padding: 7px;
    border-radius: 4px;
    background-color: #e1e6ff;
}

.review-score {
    /*color: #f9c258;*/
    color: #585858;
    float: left;
    margin-right: 7px;
}

.review-author {
    color: #5f5f5f;
    float: left;
    margin-right: 7px;
}

.review-date {
    margin-right: 7px;
}

.top-rewiew {
    width: 100%;
    float: left;
    padding: 10px 15px;
    background-color: #f4f4f4;
}

.bottom-review {
    width: 100%;
    float: left;
    padding: 15px;
    color: #4a4a4a;
    font-size: 14px;
}

.rating-label.control-label {
    padding-top: 7px;
}



#login:hover img {
    opacity: 0.8;
}


a, a:visited {
    /*color: #828282;*/
    outline: none
}

a:hover {
    text-decoration: none;
    /*color:#adadad;*/
}

a:active,
a:focus {
    outline: none;
    text-decoration: none;
    /*color:#c5c5c5*/
}

.list-unstyled > li > a {
    color: #ffffff;
}

.footer-col {
    color: white;
}

.list-unstyled > li > a:hover {
    color: #adadad;
}

img {
    max-width: 100%;
}

legend {
    font-size: 18px;
    padding: 7px 0
}

label {
    font-size: 12px;
    font-weight: normal;
}

select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
    font-size: 13px;
}

.form-control {
    width: 100%;
    height: 43px;
    box-sizing: border-box;
    padding-left: 20px;
    border: 1px solid #c3c3c3;
    border-radius: 3px;
    font-size: 14px;
    color: #000000;
}

.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
    font-size: 12px;
}

.input-group .input-group-addon {
    font-size: 12px;
    height: 30px;
}

/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
    display: inline;
}

.nav-tabs {
    margin-bottom: 5px;
}

div.required .control-label:before {
    content: '* ';
    color: #a94442;
    font-size: 17px;
    line-height: 1px;
}

/* Gradent to all drop down menus */




/*#logo img {

	box-shadow:0 0 13px rgba(0,0,0,0.07);
	padding-top: 1px;
    padding-left: 1px;

}*/
/* phone  */
.phone {
    float: right;
    font-size: 14px;
    position: relative;
    text-align: center;
    margin-right: 20px;
}

.phone-tab {
    display: none;
    position: absolute;
    background-color: #fffffff5;
    top: 100%;
    width: 100%;
    z-index: 99;
    line-height: 25px;
}

.phone-btn b {
    color: black;
}


.grf {
    padding: 10px 0 10px 0;
    color: black;
    margin-top: 10px;
    box-shadow: inherit;
}

.btn-edit {
    color: blue;
}

.btn-adwish {
    float: right;
    cursor: pointer;
}

.phone-btn:hover {
    border-radius: 21px 21px 0 0;
}


.phone a {
    color: white;
}

.grafik-raboti {
    float: right;
    font-size: 12px;
    color: white;
    margin-right: 10px;
    border-right: 1px solid #5d6479;
    padding-right: 10px;
    cursor: default;
    position: relative;
}

/* search */
#search {
    position: relative;
    z-index: 46;
    float: left;
    margin: 5px
}

#search button:active,
#search button:hover {
    color: #fff;
    background-color: #f34d63;
}

#search button {
    float: left;
    background-color: #2f6b87;
    width: 42px;
    line-height: 39px;
    vertical-align: top;
    text-align: center;
    color: #fff;
    font-size: 15px;
    border: 0;
    padding: 0
}

#search button i {
    vertical-align: top;
    line-height: 39px;
    font-size: 15px;
    color: #fff;
}

#search input {
    background-color: #fff;
    float: left;
    border: 1px solid #dadada;
    line-height: 19px;
    height: 39px;
    padding: 10px;
    width: 343px;
}

.box-right {
    float: right;
    position: relative;
    height: 65px;
    width: 40%;

}

.phone-btn img {
    position: relative;
    width: auto;
    height: 43px;
    padding: 3px;
}

.phone-btn a {
    color: #6b6b6b;
}

.phone-btn i {
    padding: 8px;
}

.phone-btn {
    position: relative;
    border-radius: 30px;
    line-height: 63px;
    color: black;
}

.phone-btn:hover .phone-tab {
    display: block;
}

.box-right-bottom {
    border-bottom: 1px solid #dadada;
    padding: 15px
}

/* cart */
.box-cart {
    position: relative;
    z-index: 16;
}

.box-cart .btn-danger i {
    font-size: 13px;
}

.box-cart .btn-danger {
    border: 0;
    padding: 0;
    background: none;
    color: #333
}

.box-cart .btn-danger:active,
.box-cart .btn-danger:focus,
.box-cart .btn-danger:hover {
    background: none;
    color: #c5c5c5;
}

#cart > button:hover i {
    color: #7d7d7d
}

#cart > button > img {
    width: 32px;
    display: block;
    float: right;
    color: black;
    margin-left: 6px;
    top: 5px;
    position: relative;
}

#cart > button strong {
    display: none;
}


#cart.highlighted path {
    stroke: #81ED75FF !important;
    /*box-shadow: 0 0 15px 1px rgb(129, 237, 117);*/
}

#cart .btn {
    margin-bottom: 2px;
    border-radius: 4px;
}

#cart tr:first-child td {
    border-top: 0;
}

#cart td {
    font-size: 13px;
}

#cart td .name a {
    font-size: 14px;
}

#cart .total td strong {
    font-size: 12px;
    font-style: italic;
    color: #777
}

#cart .total td {
    border: 0;
    padding: 2px;
    font-size: 14px;
    font-weight: bold;
    color: black;
}

#cart .price-cart {
    color: black;
    font-weight: bold;
}

.quantity-cart {
    color: black;
}

#cart:hover img,
#cart.open > button {
    /*border-color: #5d6479;
    border-radius: 4px;*/
    opacity: 0.8;
}

#cart #cart-total2 {
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: #545454;
    top: 15px;
    right: 11.3px;
}

#cart #cart-total {
    position: relative;


}

#cart.open > .btn:hover {
    color: #444;
}

#cart .dropdown-menu {
    background: white;
    min-width: 383px;

}

p.share-share > a {
    color: #5d9c49;
    font-size: 15px;
}

p.share-share {
    float: right;
}

#cart .dropdown-menu img {
    max-width: 50px
}

#cart .dropdown-menu table {
    margin-bottom: 10px;
}

#cart .dropdown-menu li > div {

    padding: 0 10px;
}

#cart .dropdown-menu li p {
    margin: 20px 0;
    color: black;
    cursor: pointer;

}

#input-quantity {
    height: 38px;
    padding: 15px;
    text-align: center;
    border-radius: 30px;
    border: 1px solid #e1e1e1;
    color: #42454e;
    font-size: 16px;
}

input[id^=cart-input-quantity] {
    height: 38px;
    padding: 15px;
    text-align: center;
    width: 100px;
    border-radius: 30px !important;
    border: 1px solid #e1e1e1;
    color: #42454e;
    font-size: 16px !important;

}

@media (max-width: 570px) {
    input[id^=cart-input-quantity] {
        width: 70px;
    }
}


.spinner-label.col-sm-4 {
    text-align: right;
    right: 5px;
    float: left;
    text-transform: uppercase;
    padding-top: 9px;
}

#cart .dropdown-menu li p:hover {

    text-decoration: underline;
}

#cart .table.total tr:nth-child(4) td strong,
#cart .table.total tr:nth-child(4) td {
    font-weight: bold;
    font-size: 20px;
    font-style: normal;
    color: #333
}

.cart-q {
    max-width: 100px;
    float: none;
    display: inline-block;
    margin-right: 3px;
}

.shoping_cart td {
    vertical-align: middle !important;
}

input#input-voucher,
input#input-coupon {
    display: inline-block;
    width: 45%;
    margin-right: 5px;
}

.coupon-error{
    color: red;
    display: block;
}

/* menu */
#menu-gadget {
    display: none;
}

#menu {
    background-color: #fff;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    z-index: 25;
    top: 0;
    width: 100%;
    min-height: inherit;
    margin-bottom: 0;
    border-radius: 0
}

#menu .nav > li > a:hover {
    color: #f34d63;

    background: none;
}

#menu .nav > li {
    padding: 0 15px;
}

#menu .nav > li > a {
    font-size: 21px;
    line-height: 30px;
    text-transform: uppercase;
    display: inline-block;
    color: #777777;
    padding: 17px 0;
    margin: -1px 0;
    background-color: transparent;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}

#menu .nav > li > a:hover, #menu .nav > li.open > a {
    color: #000000;
    border-color: #000000;
}

#menu .dropdown-menu {
    padding-bottom: 0;
}

#menu .dropdown-inner {
    display: table;
}

#menu .dropdown-inner ul {
    display: table-cell;
}

#menu .dropdown-inner a {
    min-width: 160px;
    display: block;
    padding: 3px 20px;
    clear: both;
    line-height: 20px;
    color: #333333;
    font-size: 12px;
}

#menu .dropdown-inner li a:hover {
    color: #FFFFFF;

}

#menu .see-all {
    display: block;
    margin-top: 0.5em;
    border-top: 1px solid #DDD;
    padding: 3px 20px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 3px 3px;
    font-size: 12px;
}

#menu .see-all:hover, #menu .see-all:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}

#menu #category {
    float: left;
    padding-left: 15px;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

#menu .btn-navbar {
    font-size: 15px;
    font-stretch: expanded;
    color: #FFF;
    padding: 2px 18px;
    float: right;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;
}

#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
    color: #ffffff;
    background-color: #229ac8;
}

@media (min-width: 768px) {
    #menu .dropdown:hover .dropdown-menu {
        display: block;
    }
}

@media (max-width: 767px) {
    #menu {
        border-radius: 4px;
    }

    #menu div.dropdown-inner > ul.list-unstyled {
        display: block;
    }

    #menu div.dropdown-menu {
        margin-left: 0 !important;
        padding-bottom: 10px;
        background-color: rgba(0, 0, 0, 0.1);
    }

    #menu .dropdown-inner {
        display: block;
    }

    #menu .dropdown-inner a {
        width: 100%;
        color: #fff;
    }

    #menu .dropdown-menu a:hover,
    #menu .dropdown-menu ul li a:hover {
        background: rgba(0, 0, 0, 0.1);
    }

    #menu .see-all {
        margin-top: 0;
        border: none;
        border-radius: 0;
        color: #fff;
    }
}

/* footer */
footer {
    margin-top: 0;
}

footer hr {
    border-top: none;
    border-bottom: 1px solid #666;
}


footer .footer_box li {
    padding: 7px 0;
}

footer li a i.fa {
    font-size: 10px;
    margin-right: 15px;
}

footer .footer_box a:hover {
    color: #d7d7d7;
}

footer .footer_box a {
    font-size: 13px;
    color: #252525;
}

footer h3 {
    color: #ffffff;
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 10px;
    text-transform: none;
}

.copyright br {
    display: none;
}

.copyright a:hover {
    color: #ffc061
}

.copyright a {
    font-size: 11px;
    color: #2f6b87
}

.copyright {
    padding: 25px 0 50px;
    font-size: 11px;
    color: #7e7e7e
}

/* alert */
.alert {
    position: relative;
    width: 100%;
    text-align: center;
    z-index: 30
}

.alert-warning {
    font-size: 14px;
}

#product .alert {
    position: relative;
}

/* breadcrumb */
.breadcrumb {
    margin-bottom: 10px;
    padding: 5px 0;
    border-radius: 0;
    border-bottom: 1px solid #d2d2d2;
    border-top: 1px solid #d2d2d2;
    font-family: 'Play Bold', Arial, Noto Sans, sans-serif;
    list-style: none;
}

.breadcrumb i {
    font-size: 15px;
}

.breadcrumb > li {
    text-shadow: 0 1px 0 #FFF;
    padding: 0 17px;
    position: relative;
    white-space: nowrap;
    color: #404040;
}

.breadcrumb > li + li:before {
    content: '';
    padding: 0;
}

.breadcrumb > li:after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    right: -5px;
    width: 10px;
    height: 10px;
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.pagination {
    margin: 0;
}

/* buttons */
.buttons {
    margin: 1em 0;
    overflow: auto;
}

.btn i {
    line-height: 20px;
    font-size: 18px;
    display: block;
    float: right;
    min-width: 17px;
}

.input-group-btn .btn i {
    font-size: 15px;
    line-height: 18px;
    color: #555555;
}

.input-group-btn .btn {
    padding: 7px 11px;
    background-color: transparent;
}

.btn.btn-icon {
    background-color: #8cc6bf;
    border-color: #8cc6bf;
    color: #fff;
    line-height: 27px;
}

.btn.btn-icon:hover {
    background-color: #f34d63;
    border-color: #d45634;
}

.box .btn.btn-add i {
    display: inline-block;
    float: none;
    line-height: 27px;
    font-size: 28px;
}

.btn.btn-add i {
    line-height: 30px;
}

.btn.btn-add {
    line-height: 30px;
}
/*
.box .btn.btn-add {
    display: block;
    text-align: center;
    line-height: 30px;
    float: left;
    margin-right: 10px;
    padding: 10px 13px
}

.box .btn.details i {
    color: #fff;
    font-size: 26px;
    line-height: 30px;
    min-width: 18px;
    text-align: center;
}


.box .btn.details:hover {
    background-color: #2f6b87;
    border-color: #2f6b87;
}

.box .btn.details:visited,
.box .btn.details:active,
.box .btn.details {
    background-color: #8cc6bf;
    border: 1px solid #8cc6bf;
    display: block;
    text-align: center;
    line-height: 27px;
    float: left;
    box-shadow: none;
}

.btn.btn-icon i {
    font-size: 18px;
    line-height: 30px;
}

.product-grid .btn.btn-add {
    display: block;
    width: 100%;
    margin-bottom: 15px;
}
*/
/*************************/
.btn-xs {
    font-size: 9px;
}

.btn-lg {
    padding: 10px 16px;
    font-size: 15px;
}

.dropdown-menu {
    border-radius: 0
}

.btn-group.open .dropdown-toggle {
    box-shadow: none
}

.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
    font-size: 12px;
}

.btn-group > .btn-xs {
    font-size: 9px;
}

.btn-group > .btn-sm {
    font-size: 10.2px;
}

.btn-group > .btn-lg {
    font-size: 15px;
}

#list-view.active,
#grid-view.active {
    color: #f34d63
}

#list-view i,
#grid-view i {
    line-height: normal;
}

#list-view,
#grid-view {
    background: none;
    box-shadow: none;
    color: #777
}

.btn-danger,
.btn-primary,
.btn-info,
.btn-default {
    text-shadow: none;
    /*background-color: #f34d63;*/
    /*border: 1px solid #f34d63;*/
    line-height: 20px;
    padding: 10px 16px;
    font-size: 13px;
    position: relative;
}


.btn-primary.active, .open .dropdown-toggle.btn-primary,
.btn-danger:hover, .btn-danger:focus, .btn-danger.active, .open .dropdown-toggle.btn-danger,
.btn-info.active, .open .dropdown-toggle.btn-info,
.btn-primary.active, .btn-primary.disabled, .btn-primary[disabled],
.btn-default:hover, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    text-shadow: none;
    box-shadow: none;
}


/* list group */
.list-group a {
    border: 1px solid #DDDDDD;
    color: #888888;
    padding: 8px 12px;
}

.list-group a.active, .list-group a.active:hover, .list-group a:hover {
    color: #444444;
    background: #eeeeee;
    border: 1px solid #DDDDDD;
    text-shadow: 0 1px 0 #FFF;
}

/* carousel */
/*
.box .product-layout ul {
    padding: 0
}

.box .product-layout ul li {
    list-style-type: none;
    width: 300px;
    margin-bottom: 10px;
    float: left;
}
*/
/* product list */
.product-thumb {
    position: relative;
    text-align: center;
}


.product-grid .product-thumb {
    padding: 0;
    background-color: #fff;
}


#content .box.specials .product-thumb,
#content .box.latest .product-thumb {
    margin: 0 15px;
}

/*
.box .product-thumb {
    background-color: #fff;
}
*/
aside .product-thumb {
    margin-bottom: 0;

}

.product-thumb .image {
    text-align: center;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 1px;
    position: relative;
}

.product-thumb .image a {
    display: block;

}

.product-thumb a:hover {
    text-decoration: underline;
}

.product-grid .product-thumb .image {
    float: none;
}

@media (min-width: 767px) {
    .product-list .product-thumb .image {
        float: left;
    }
}

.product-thumb h4 {
    font-weight: normal;
}


.product-list .product-thumb .caption {
    margin-left: 230px;
}

@media (max-width: 1200px) {
    .product-grid .product-thumb .caption {

        padding: 0 10px;
    }
}

@media (max-width: 767px) {
    .product-list .product-thumb .caption {
        min-height: 0;
        margin-left: 0;
        padding: 0 10px;
    }

    .product-grid .product-thumb .caption {
        min-height: 0;
    }
}

.product-list .product-thumb .rating {
    right: auto;
    left: 10px
}

/*
.box .product-thumb .rating {
    float: right;
    margin-top: 15px;
}
*/

.rating .fa-stack {
    font-size: 8px;
    width: 1.4em
}

.rating .fa-star-o {
    color: #999;
    font-size: 11px;
}

.rating .fa-star {
    color: #f34d63;
    font-size: 11px;
}

.rating .fa-star + .fa-star-o {
    color: #f34d63;
}

h2.price {
    margin: 0;
}

/*.product-thumb .description {
	margin-bottom:15px;
	line-height:24px;
	font-size:13px;
}*/
.price {
    /*line-height: 120%;*/
    color: #dc9814;
    font-size: 18px;
    padding-bottom: 10px;
}

.price-tax {
    font-size: 12px;
}

td .name a {
    font-size: 13px;
    padding-bottom: 0;
    font-weight: normal;
}

td .price, .price b {
    font-size: 16px;
    padding-bottom: 0;
    font-weight: normal;
}

.price-total {
    font-weight: bold;
}

.price s {
    font-size: 15px;
}

.price-old {
    /*color: #919191;*/
    /*color: #757575;*/
    color: #323232;
    font-size: 16px;
    text-decoration: line-through;
    text-decoration-color: #bd3937;
    text-decoration-thickness: 1px;
    margin-left: 5px;
    font-weight: 400;
    line-height: normal;
	white-space: nowrap;
}

.product-thumb .price-tax {
    color: #999;
    font-size: 12px;
    display: block;
}

.product-thumb .button-group {
    border-top: 1px solid #ddd;
    background-color: #eee;
    overflow: auto;
}

.product-list .product-thumb .button-group {
    border-left: 1px solid #ddd;
}

@media (max-width: 768px) {
    .product-list .product-thumb .button-group {
        border-left: none;
    }
}

.product-thumb .button-group button + button {
    width: 20%;
    border-left: 1px solid #ddd;
}

.product-thumb .button-group button:hover {
    color: #444;
    background-color: #ddd;
    text-decoration: none;
    cursor: pointer;
}

@media (max-width: 1200px) {
    .product-thumb .button-group button, .product-thumb .button-group button + button {
        width: 33.33%;
    }
}

@media (max-width: 767px) {
    .product-thumb .button-group button, .product-thumb .button-group button + button {
        width: 33.33%;
    }
}


/*****************************************/
.box .name {
    margin-bottom: 20px;
}

.name a {
    font-size: 17px;
    font-weight: bold;
    color: #000000;
}

.name a:hover {
    color: black;
}

/************** BOX ***********************/
/*.box {
    margin-bottom: 0;
    position: relative;
}*/

/*aside .box .product-layout:first-child {
    margin-top: 0;
}

aside .box .product-layout {
    width: 100% !important;
    margin-top: 30px;
}

aside .box {
    margin-bottom: 30px;
}*/

/*.box h3 {
    border-bottom: 2px solid;
    display: inline-block;
    margin: auto;
    padding: 15px;
    font-family: 'Play Bold', Arial, Noto Sans, sans-serif;
}*/

.box-heading {
    text-align: center;
    font-size: 15px;
    line-height: 17px;
    color: #626585;
    margin: 0 0 21px;
    border-top: 1px solid #c3c3c3;
}

.row-header {
    height: 100%;
}

/*.box.info .box-content ul {
    padding: 0
}

.box.info .box-content ul li a:hover i {
    color: #333
}

.box.info .box-content ul li a i {
    font-size: 10px;
    margin-right: 10px;
    color: #f34d63;
}

.box.info .box-content ul li {
    list-style-type: none;
    padding: 10px;
    border-bottom: 1px solid #dadada;
}*/

.sale {
    width: 80px;
    position: absolute;
    top: 1px;
    left: 1px;
    z-index: 10;
}

.new_pr {
    font-size: 15px;
    font-weight: bold;
    position: absolute;
    top: 29px;
    left: 29px;
    background-color: #75c5ea;
    color: #fff;
    line-height: 19px;
    padding: 5px 8px;
    z-index: 10
}

/*.box .bx-wrapper .bx-controls-direction a {
    top: -79px;
}

.box .bx-wrapper .bx-next {
    right: 20px;
}

.box .bx-wrapper .bx-prev {
    left: auto;
    right: 63px;
}*/




/** dropdown **/
.dropdown-menu > li > a {
    text-transform: uppercase;
    color: #777;
    padding: 3px 10px
}


.product-content-columns {
    margin-top: 15px;
    margin-bottom: 25px;
    position: relative;
}
.prev {
    position: absolute;
    left: 0;
    top: 40%;
    z-index: 999;
}

.next {
    position: absolute;
    right: 0;
    top: 40%;
    z-index: 999;
}

.review-item {
    margin-bottom: 1em;
    border: 1px solid #c9c9c9;
}

.review-item.reply {
    margin-left: 2em;
}

.review-item .row {
    margin-left: 0;
    margin-right: 0;
}

#bg_layer {
    position: fixed;
    z-index: 15;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    top: 0;
    left: 0;
}

.review-score .fa-stack {
    width: 17px;
    height: 17px;
}

.price-section span.price-old {
    text-decoration: line-through;
    text-decoration-color: #bd3937;
    text-decoration-thickness: 1px;
    /*margin: 0 10px 0 0;*/
}

.price-section span.price-new {
    font-size: 25px;
    /*color: #dc9814;*/
    color: #000;
    font-family: "Play Bold", Arial, Sans-serif, serif;
}

.price-section span.reward {
    display: block;
    margin-top: 10px;
}

.price-section span.reward {
    display: block;
}

.price-section {
    line-height: normal;
    /*margin-bottom: 5px;*/
    /*padding-bottom: 5px;*/
}

.reward-block span {
    display: block;
}

#product .input-group[class*="col-"] {
    padding-left: 15px;
    padding-right: 15px;
}

#product h3 {
    color: black;
}

.ps-carousel-item img {
    background-color: #EFEEEE;
}

.ps-zoom-pan-rotate img {
    background-color: #EFEEEE;
}

/***************BOX**********************/
/*aside .box .box-product > div {
    width: 100%;
}*/

/***************PRODUCT CATEGORY PAGE**********************/


.product_page h1.product-title {
    padding-bottom: 11px;
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 10px;
    font-size: 25px;
    color: inherit;
}

.product_page h1 {
    margin-bottom: 20px;
    color: #4e4e4e;
    line-height: normal;
}

.general_info {
    margin-left: 10px;
    width: 97%;

}


.box-subcat {
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.box-subcat li {
    list-style: none;
    text-align: center;
    margin-bottom: 20px;
    padding: 10px;
    box-sizing: border-box;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
@media (min-width: 768px) {
    .box-subcat li {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.category-card {
    position: relative;
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 4px;
}

.category-card .image {
    position: relative;
    margin: 0;
    padding: 0;
    border: none;
}

.category-card .image img {
    width: 100%;
    display: block;
}

.category-card .overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(255, 255, 255, 0.15);
    background: rgb(0 0 0 / 33%);
    transition: background 0.2s;
}
.category-card:hover .overlay {
    background: rgba(255, 255, 255, 0.25);
    background: rgb(0 0 0 / 65%);
}

.category-card .name {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    width: 100%;
    padding: 0 10px;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.6);
    z-index: 2;
    font-family: 'Play Reg', Arial, Noto Sans, sans-serif;
    font-weight: normal;
}
@media (max-width: 767px) {
    .category-card .name {
        font-size: 10px;
        line-height: 1.3;
    }
}

.load-more-container {
    margin-top: 50px;
    margin-bottom: 20px;
}

#load-more-btn {
    padding: 10px 30px;
    font-size: 16px;
    min-width: 200px;
}

#load-more-spinner {
    display: none;
}

#load-more-spinner i {
    font-size: 24px;
}

.img-thumbnail {
    border: 0;
    background-color: #f7f7f7;
    padding: 0;
    border-radius: 0
}

.product-filter {
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    padding: 20px 0;
    margin-bottom: 12px;
}

.product-filter label {
    font-size: 13px;
    font-weight: bold;
    color: #333333;
    padding-top: 7px;
}

#compare-total {
    display: inline-block;
    font-size: 17px;
    color: #fff;
    font-weight: 600;
    padding: 15px 20px;
    border: 1px solid #74c876;
    background: rgb(66, 184, 86); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(66, 184, 86, 1) 0%, rgba(67, 171, 84, 1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(66, 184, 86, 1)), color-stop(100%, rgba(67, 171, 84, 1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(66, 184, 86, 1) 0%, rgba(67, 171, 84, 1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(66, 184, 86, 1) 0%, rgba(67, 171, 84, 1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(66, 184, 86, 1) 0%, rgba(67, 171, 84, 1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(66, 184, 86, 1) 0%, rgba(67, 171, 84, 1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#42b856', endColorstr='#43ab54', GradientType=0); /* IE6-9 */
    box-shadow: 0 0 0 1px #369946;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.5)
}

#compare-total:hover {
    background: #3aa04b;
    box-shadow: 0 0 0 1px #196e27
}

.nav-cat {
    margin-bottom: 13px;
}

.nav-cat .nam-page {
    margin: 5px 0 5px 10px;
}

.button-view button:active,
.button-view button:focus,
.button-view button:hover {
    color: #f34d63
}

.button-view button {
    border: 0;
    background: none;
    font-size: 27px;
    padding: 0;
    margin: 0 5px;
}

.button-view button i {
    vertical-align: top;
    border: 0;
    background: none;
    font-size: 27px
}

.product-list .image {
    margin-right: 20px;
    margin-bottom: 0;
}

.product-list .product-thumb {
    background-color: #fff;
    padding: 30px;
}

/*======== RELATED PRODUCTS =============*/
#carousel {
    padding: 0;
}

.related-products {
    padding: 30px 0 0;
    overflow: hidden;
}

.related-products .product-thumb {
    margin-bottom: 0;
}

#carousel > div,
.related-products li .product-thumb {
    margin: 0 15px;
    background-color: #fff;
    padding: 10px;
}

.related-products li {
    width: 300px;
    display: block;
    float: left;
    list-style-type: none;

}

.related_content {
    margin: 0 -15px
}

.related-products .btn.btn-add span {
    display: none;
}


.image-thumb {
    padding: 0 40px
}


/*======== PRODUCT TABS =============*/
.tabs {
    margin-top: 10px;
}

.tabs .tab-heading i {
    font-size: 26px;
    color: #7e7e7e;
    float: right;
    margin-top: 5px;
}

.tabs .tab-heading {
    padding: 13px 20px;
    line-height: 32px;
    color: #323232;
    font-weight: bold;
    text-transform: uppercase;
    border: 1px solid #e6e6e6;
    border-bottom: 4px solid #000;
    background-color: #f9f9f9;
}

.tabs .tab-content {
    padding: 20px 0;
}

#review td {
    font-size: 13px;
}

.rating a {
    cursor: pointer
}

/*======================= BACK TO TOP =======================*/
#back-top {
    display: none;
    position: fixed;
    bottom: 30px;
    z-index: 9999;
    left: 95%;
    /* margin-left: 640px; */
}

#back-top a:hover {
    color: #79ec3e;
}

#back-top span {
    width: 42px;
    height: 26px;
    display: block;
    margin-bottom: 7px;
    background: url(../image/up-arrow.png) no-repeat left 0;
}

#back-top a:hover span {
    background-position: left bottom;
}

/*======== BLOCK COMPARE =============*/
.compare-block {
    margin-bottom: 20px;
}

.compare-block .image {
    margin-right: 10px;
}

.compare-block .remove a {
    font-size: 19px;
    line-height: normal;
}

.compare-info {
    width: 100%;
}

.block-compare {
    position: relative;
    overflow: hidden;
}

/********BOX CURRENCY************/
.box-currency {
    float: right;
    margin-left: 6px;
}

.box-currency .btn-group {
    vertical-align: top;
}

.box-language .open .dropdown-toggle,
.box-currency .open .dropdown-toggle,
.box-language .dropdown-toggle:hover,
.box-currency .dropdown-toggle:hover {
    color: #f34d63
}

.box-language .dropdown-toggle,
.box-currency .dropdown-toggle {
    line-height: 20px;
    font-size: 13px;
    margin-left: 20px;
    color: #777;
    font-weight: 400;
    text-transform: capitalize;
    cursor: pointer
}

.box-language i,
.box-currency i {
    font-size: 11px;
}

.box-currency .dropdown-menu button:hover {
    color: #fff;
    background-color: #f34d63;
}

.box-currency .dropdown-menu button {
    border: 0;
    margin: 0;
    color: #777;
    font-size: 13px;
    text-transform: uppercase;
    display: block;
    width: 100%;
    background: none;
    text-align: left;
}

/*#map {*/
/*    height: 235px;*/
/*}*/

/************** QUICKVIEW **************************/
.quick_info {
    display: none;
}

.fancybox-skin:hover .fancybox-nav span {
    visibility: visible
}

.fancybox-nav {
    height: 40px;
    top: 45%;
    width: 40px
}

.quickview_description {
    overflow: auto;
    max-height: 300px;
    border: 1px solid #e3e3e3;
    padding: 10px;
}

a.quickview i {
    vertical-align: top;
    line-height: 30px;
}

a.quickview:hover {
    background-color: #f34d63;
    color: #fff
}

a.quickview {
    display: inline-block;
    visibility: hidden;
    z-index: 5;
    width: 107px;
    vertical-align: top;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -53px;
    text-align: center;
    line-height: 28px;
    padding: 5px 5px;
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.82);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
    color: #333;
    opacity: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.product-thumb:hover a.quickview { /*QUICKVIEW!!!!!*/
    visibility: visible;
    top: 30%;
    opacity: 1;
}

/****** ABOUT PAGE*****/
.extra-wrap {
    overflow: hidden;

}

.dropcap {
    background: none repeat scroll 0 0 #a8d7f3;
    border-radius: 0;
    color: #fff;
    font: 30px/36px "Roboto", serif;
    height: auto;
    margin: 0 20px 30px 0;
    padding: 17px;
    width: auto;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    display: block;
    float: left;
}


.about-page h4 {
    margin: -5px 0 5px;
    line-height: 26px;
    color: #f34d63
}

.about-page {
    font-size: 14px;
    line-height: 26px;
}

.about-page figure img {
    border: 1px solid #e2e2e2;
}

.human_info figure,
.about-page figure {
    background: none repeat scroll 0 0 #fafafa;
    border: 1px solid #e2e2e2;
    padding: 12px;
    display: block;
    max-width: 254px;
    margin: 0 auto 12px;
    border-radius: 0
}

.human_info figure {
    float: left;
    margin-right: 20px;
}

.about-page .excerpt {
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 30px;
}

.about-page h5 {
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 5px
}

.about-page i {
    color: #f34d63;
    display: block;
    float: left;
    font-size: 56px;
    margin-right: 15px;
    overflow: hidden;
}

.clear {
    clear: both;
    margin: 0;
    padding: 0;
    font-size: 0;
    border: 0;
    line-height: 0;
}

.recent-posts {
    text-align: center;
}



.terms_conditions_page p {
    margin-bottom: 20px;
}

.terms_conditions_page h4 {
    margin: 0 0 10px;
    text-transform: uppercase;
    color: #f34d63
}

.table.privacy_page td {
    border-top: 0;
    padding: 0 30px 30px
}

.privacy_page td:first-child {
    text-align: right;
}

.privacy_page tr > td + td {
    border-left: 1px solid #ddd;
}

.privacy_page {
    font-size: 14px;
    line-height: 22px;
}

.privacy_page h4 {
    max-width: 300px;
    float: right;
    margin: 0 0 10px;
    line-height: normal;
    text-transform: uppercase;
    font-size: 16px;
    color: #f34d63
}

.site-map-page ul li {
    padding: 5px 0
}

.site-map-page ul li a {
    font-size: 13px;
}

.site-map-page ul li a i {
    font-size: 15px;
    margin-right: 5px;
    color: #f34d63
}

.site-map-page ul li {
    list-style-type: none;
    font-size: 17px;
    color: #f34d63;
}

/********/
.manufacturer-list {
    border: 1px solid #e6e6e6;
    margin-bottom: -1px;
}

.manufacturer-heading {
    background: none repeat scroll 0 0 #f9f9f9;
    border-bottom: 1px solid #e6e6e6;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 6px;
    padding: 5px;
}

.manufacturer-heading span {
    background: none repeat scroll 0 0 #323232;
    color: #fff;
    display: inline-block;
    font-size: 25px;
    font-weight: bold;
    line-height: 30px;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
    width: 50px;
}

.manufacturer-content a i {
    font-size: 15px;
    color: #f34d63;
    margin-right: 5px;
}

.manufacturer-content {
    padding: 20px;
}

/********** ACCOUNT ******************/
.well {
    background-color: #f9f9f9;
    border: 1px solid #e6e6e6;
    padding: 30px;
    border-radius: 0;
    box-shadow: none;
    max-width: 500px;
    margin: 0 auto 15px auto;
}

.well .heading {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 15px;
    overflow: hidden;
    padding-bottom: 15px;
    text-align: center;
}

.well p {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.well .heading i {
    color: #f34d63;
    float: left;
    font-size: 56px;
    margin-right: 14px;
}

.well .heading h2 {
    font-size: 30px;
    font-family: 'Play Bold', Arial, Noto Sans, sans-serif;
    margin: 0 0 5px;
    color: #585858;
}

.well .heading strong {
    font-weight: normal;
    font-style: italic;
    color: #959595;
}

#content ul.list-unstyled li {
    padding: 3px 0;
    font-size: 15px;
}

#content ul.list-unstyled li a i {
    font-size: 17px;
    margin-right: 5px;
    color: #f34d63
}



/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left .product-layout .col-md-3 {
        width: 100%;
    }

    #column-left + #content .product-layout .col-md-3 {
        width: 50%;
    }

    #column-left + #content + #column-right .product-layout .col-md-3 {
        width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
        width: 100%;
    }
}

/*======================= bootstrap reset =======================*/
/* bootstrap reset */
.container > .alert,
.breadcrumb + .alert {
    z-index: 999;
    position: fixed;
    right: 50%;
    margin-right: -200px;
    width: 400px;
    height: 170px;
    top: 35px;
    line-height: 170px;
}

#alert-overlay {
    background-color: #000; /* Чёрный фон */
    height: 100%; /* Высота максимальна */
    left: 0; /* Нулевой отступ слева */
    opacity: 0.50; /* Степень прозрачности */
    position: fixed; /* Фиксированное положение */
    top: 0; /* Нулевой отступ сверху */
    width: 100%; /* Ширина максимальна */
    z-index: 100; /* Заведомо быть НАД другими элементами */
}

.alert button.close {
    vertical-align: top;
    margin-top: -3px;
}

.alert {
    color: #5e5e5e;
    font-weight: 100;
    /*padding:10px 10px 13px;*/
    border-radius: 0;
    background: rgb(255, 255, 255);
    border: 1px solid #bdbdbd;
    font-size: 18px;
}

.alert i {
    font-size: 21px;
}

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

.alert a {
    color: #fff;
    text-decoration: none;
}

.alert-success {
    background-color: #abefb3;
    border-color: transparent;
    color: #105619;
}

.alert-add-to-cart {
    color: #105619;
    background-color: #abefb3;
    border-color: transparent;
    font-size: 16px;
    padding: 12px 25px;
    border-radius: 36px;
    display: inline-block;
    position: absolute;
    top: -44px;
    left: 50%;
    transform: translateX(-50%);
    width: initial;
    max-width: 100vw;
}

.alert-add-to-cart > span {
    white-space: nowrap;
}

.alert-add-to-cart a {
    color: black;
}

.alert-add-to-cart a:hover {
    color: #3f8a49;
}

.alert-danger {
    border-color: #d4323d;
}

.alert-info {
    background-color: #fe9126;
    border-color: #e4752b;
}

.modal-header .close:hover {
    color: #3b3b3b
}

.modal-header .close {
    color: #ccc
}

.close {
    color: #fff;
    opacity: 1
}

.pagination {
    border-radius: 0
}

.pagination > li:last-child > a, .pagination > li:last-child > span, .pagination > li:first-child > a, .pagination > li:first-child > span {
    border-radius: 0
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #000;
    border-color: #000;
}

.pagination > li > a, .pagination > li > span {
    color: #777
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    /*color: #f34d63*/
    color: #000
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background: none;
    text-decoration: none;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    box-shadow: none;
    outline: none
}

.table-bordered {
    border-radius: 0
}

.table thead td {
    text-transform: uppercase;
    font-family: 'Play Bold', Arial, Noto Sans, sans-serif;
    color: #323232 !important;
    font-size: 13px;
}

.change-ok {
    background-color: #b0cf91;
    margin-bottom: 5px;
    padding: 3px;
}

.change-wrong {
    background-color: #ff7272;
    margin-bottom: 5px;
    padding: 3px;
}

.change-inf {
    background-color: wheat;
    margin-bottom: 5px;
    padding: 3px;
}

.table th,
.table td {
    padding: 20px;
    border-color: #d7d7d7;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.block-compare .table th, .block-compare .table td {
    padding: 7px
}

select,
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 {
    font-size: 13px;
    border-radius: 0;
    box-shadow: none
}


.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
    border-radius: 0
}

.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
    border-radius: 0;
}

.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
    border-radius: 0
}

.table-bordered {
    border-color: #d7d7d7;
    border-right-width: 0;
    border-left-width: 0;
}

label,
input,
button,
select,
textarea {
    font-size: 12px;
}

label {
    font-weight: normal;
}

textarea {
    resize: none
}

label {
    cursor: default;
    font-size: 12px;
    color: #757575;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-family: 'Play Bold', Arial, Noto Sans, sans-serif;
}

.close:hover,
.close:focus {
    opacity: 1
}

.panel-group .panel, .panel {
    border-radius: 0
}

.panel-heading {
    padding: 20px;
}

.addthis_button_tweet {
    width: 84px
}

.fancybox-close, .fancybox-prev span, .fancybox-next span {
    opacity: 0.8
}

.fancybox-close:hover, .fancybox-prev span:hover, .fancybox-next span:hover {
    opacity: 1
}

.button-view {
    display: none;
}


.product_tabs .nav-tabs {
    width: 100%;
    float: left;
    border-bottom: 1px solid #d7d7d7;
}

.nav-tabs.cloth-type-tabs {
    display: flex;
    justify-content: space-around;
    /*border-bottom: 1px solid #b4b4b4;*/
}

.nav-tabs.cloth-type-tabs > li {
    flex: 1;
    height: 70px;
}

.nav-tabs.cloth-type-tabs > li > a {
    font-size: 26px;
    color: rgba(255, 255, 255, 0.75);
    border-radius: 0;
    margin: 0;
    height: 70px;
    line-height: 50px;
    opacity: .8;
    filter: grayscale(100%);
}

.nav-tabs.cloth-type-tabs > li > a:hover {
    color: white;
}

.nav-tabs.cloth-type-tabs > li.active > a,
.nav-tabs.cloth-type-tabs > li.active > a:hover,
.nav-tabs.cloth-type-tabs > li.active > a:focus {
    color: white;
    line-height: 40px;
    margin: 2px 2px 5px 2px;
    height: 63px;
    opacity: 1;
    filter: none;
}


.nav-tabs.cloth-type-tabs a {
    background-repeat: no-repeat !important;
    background-size: cover !important;
}


.product_tabs .tab-content {
    width: 100%;
    float: left;
    padding: 10px 10px 10px 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #4a4a4a;
    font-size: 14px;


}

.product_tabs {
    border-top: 1px solid #d2d2d2;
    margin-bottom: 17px;
}

.product_tabs > .column-review {
    padding: 30px 15px;
}
.product_tabs > .column-description{
    padding: 30px 0;
}

@media screen and (min-width: 500px) {
    .product_tabs > .column-description,
    .product_tabs > .column-review {
        padding: 30px;
    }
}

.product_tabs > .column-description h3,
.product_tabs > .column-review h3 {
    font-family: "Play Bold", Arial, Sans-serif, serif;
    margin-bottom: 20px;
    font-size: 17px;
}

.product_tabs .nav-tabs > li {
    margin-bottom: 0;
}

.product_tabs:after {
    clear: both;
}

.product_tabs:before, .product_tabs:after {
    display: table;
    content: "";
    line-height: 0;
}

.product_tabs:before, .product_tabs:after {
    display: table;
    content: "";
    line-height: 0;
}


.product_tabs .nav-tabs > li > a {
    border-radius: 0;
    text-transform: uppercase;
    font-size: 12px;
    position: relative;
    z-index: 0;
}


header .col-sm-5 {
    width: 20%;
}

header .col-sm-4 {
    width: 40%;
    padding-left: 0;
    float: left;
}

header .col-sm-3 {
    width: 40%;
}


.bordertainerfooter {
    padding-top: 35px;
    background-color: #000000;

}

.btn-catalog {
    font-size: 11px;
    line-height: 17px;
    color: #0c0c0c;
    margin: 0 0 25px;
    padding: 15px 15px;
    font-weight: normal;
    text-align: center;
    list-style: none;
    cursor: pointer;
    border-bottom: 1px solid #c3c3c3;
    border-top: 1px solid #c3c3c3;
    text-transform: uppercase;

}

.btn-catalog:hover {
    border-color: #a0a0a0;
    color: #a0a0a0;
}

.btn-catalog span {
    color: #626585;
    font-weight: normal;
    font-size: 13px;
}

.btn-catalog:hover span {
    color: #5b5b5b;
    transition: 0.1s;

}


select[id^=input-option] {
    height: 40px;
    width: auto;
    cursor: pointer;
    border-radius: 30px;
    border: 1px solid #e1e1e1;
    color: #42454e;
    font-size: 16px;

}

@media not screen and (min-width: 360px) {
	select[id^=input-option] {
    font-size: 13px;

}
}

/*sprite with stars*/
#rating-input input:checked ~ label, #rating-input label, #rating-input label:hover, #rating-input label:hover ~ label {
    background: url('/image/sprite-stars.png') no-repeat;
}

#rating-input {

    position: relative;
    float: left;
    padding: 5px;
}


#rating-input input:checked ~ label {
    background-position: -9px -48px;
    height: 21px;
    width: 25px;
}

#rating-input label {
    background-position: -9px -10px;
    height: 21px;
    width: 25px;
    float: right;
    cursor: pointer;
    position: relative;
    z-index: 1;

}

#rating-input label:hover, #rating-input label:hover ~ label {
    background-position: -9px -48px;
    height: 21px;
    width: 25px;
}

.input-group-btn-plus {
    right: 0;
    position: absolute;
    height: 100%;
    width: 30%;
    border: none;
    background-color: transparent;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    top: 0;
    cursor: pointer;
}

.input-group-btn-minus {
    top: 0;
    position: absolute;
    height: 100%;
    width: 30%;
    border: none;
    background-color: transparent;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    cursor: pointer;
}

.input-group-btn-plus:hover {
    background-color: #eeeeee;
}

.input-group-btn-minus:hover {
    background-color: #eeeeee;
}

.danger {
    margin: 52px;
}

.btn-delete {
    border: 0;
    padding: 0;
    background: none;
    color: #333;
}

.label-size {
    height: 40px;
    min-width: 40px;
    cursor: pointer;
    text-align: center;
    margin: 5px 8px 5px 0;
    border-radius: 30px;
    border: 1px solid #e1e1e1;
    line-height: 39px;
    transition: all 0.2s ease-out;
    color: #5d6479;
    font-weight: normal;
    font-size: 16px;
    font-family: 'Play Reg', Arial, Noto Sans, sans-serif;
    text-transform: none;
	padding: 0 14px;
}

.label-size:hover {
    border-color: #8a91a8;
}

.radio-size input:checked + label {
    /*border-color: #485374;*/
    border-color: #000;
}

.radio-size {
    float: left;
}

.table-size {
    cursor: default;
    margin-right: 0;
    /*color: #727272;*/
    /*border: 1px dashed #989898;*/
    line-height: 1.5;
    /* background-color: #e6e6e6; */
    /*border-radius: 21px;*/
    padding: 0 5px;
    display: flex;
    height: 40px;
    align-items: center;
    justify-content: flex-end;
}

.table-size .dim-item {
    display: flex;
    align-items: center;
    overflow: hidden;
    height: 100%;
}

.table-size .dim-item .dim-item-height,
.table-size .dim-item .dim-item-width,
.table-size .dim-item .dim-item-depth {
    /*padding: 0 14px 0 5px;*/
    font-size: 13px;
    font-family: "Play Bold", Arial, Sans-serif, serif;
    color: #585858;
}

.table-size .dim-item.width{
    flex-direction: column-reverse;
    justify-content: flex-end;
    margin-right: 10px;
}
.table-size .dim-item .dim-item-width {
    /*padding-left: 7px;*/
    margin-top: 5px;
}

.table-size .dim-item .dim-item-height {
    /*padding-left: 3px;*/
    margin-top: -11px;
    margin-left: -11px;
}

.table-size .dim-item .dim-item-depth {
    padding-left: 6px;
    padding-right: 0;
}

.table-size .dim-item svg.width {
    /*transform: rotate(90deg);*/
    width: 30px;
    height: 9px;
    color: #585858;
    overflow: hidden;
    margin-top: -3px;

}


.table-size-descr {
    display: none;
    background: #f3f3f3;
    height: auto;
    width: max-content;
    -moz-box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 3px 3px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    right: 0;
    bottom: 45px;
}

.table-size:hover + .table-size-descr {
    display: block;
    position: absolute;
    z-index: 9999;
}

.table.size {
    margin: 0;
}

.table-size:hover {
    /*opacity: 0.7;*/
    z-index: 999;
}

.label-cover {
    cursor: pointer;
    position: relative; /* будем позиционировать псевдочекбокс относительно label */
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}

.checkbox-cover input + label:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 54px;
    height: 30px;
    border-radius: 30px;
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, .2);
}

.checkbox-cover input + label:after{
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 26px;
    height: 26px;
    border-radius: 30px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .3);
    transition: all .2s; /* анимация, чтобы чекбокс переключался плавно */
    background: #FFF;
}

.checkbox-cover input:not(:checked) + label:before {
    background: #CDD1DA;
}


/* Меняем фон чекбокса, когда он включен. */
.checkbox-cover input:checked + label:before {
    background: #000;
}

/* Сдвигаем переключатель чекбокса, когда он включен. */
.checkbox-cover input:checked + label:after {
    left: 26px;
}

.cover-label.col-sm-4 {
    text-align: right;
    right: 5px;
    float: left;
    text-transform: uppercase;
    padding-top: 5px;
}


#myModal, #myModal1 {
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: none;
    display: none;

}


#myModal .modal-content, #myModal1 .modal-content {
    max-width: 100%;
    height: auto;
}

#myModal h3, #myModal1 h3, #secound-part h3 {
    text-align: center;
    color: #808080;
    font-size: 13px;
    margin: 0;
    font-family: 'Play Bold', Arial, Noto Sans, sans-serif;
}

.form-callback {
    padding: 15px;
}

.popup-send-button, .button-order {
    /*margin: 10px 15px;
    background-color: #899bc1;*/
    float: right;
    line-height: 20px;
    padding: 10px 16px;
    font-size: 13px;
    position: relative;
    top: 20%;
    transition: all 0.2s ease-out;
    /*color: #fff;*/
    /*background-color: #97abbd;*/
}

#popup-send-button:hover, #button-order:hover, .btn:hover {
    opacity: 0.8;
    color: white;
}


.size-label.col-sm-4 {
    text-align: right;
    right: 5px;
    float: left;
    text-transform: uppercase;
    padding-top: 10px;
}

.size-label.col-sm-4, .cloth-label.col-sm-4, .control-label.col-sm-4, .spinner-label.col-sm-4 {
    margin-right: 5px;
    float: left;
    text-align: right;
    right: 0;
    font-size: 11px;
}

.first-part {
    float: left;
    width: 100%;
}

#secound-part {
    position: fixed;
    z-index: 9999000000;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: none;
    overflow-x: hidden;
    overflow-y: auto;
}

.shipping-payment {
    width: 100%;
    height: 85px;
    margin: 25px 0;
}

.total-cart {
    float: right;
    font-size: 21px;
    color: #e5a431;
    padding: 10px;
    margin-right: 15px;
    position: relative;
    top: 20%;
}

.total-cart a {
    font-size: 17px;
}

#btn-login {
    width: 100%;
    margin-bottom: 25px;
    line-height: 33px;
}

#btn-regist {
    width: 100%;
    line-height: 31px;
}
#grid-view,
#list-view,
#btn-back{
    line-height: 31px;
}
#btn-continue {
    line-height: 33px;
}

#btn-logout {
    line-height: 25px;
}
#button-payment-address,
#button-account,
#button-guest,
#button-register,
#button-search,
#button-confirm,
#button-guest-shipping,
#button-reward,
#button-quote,
#button-payment-method,
#button-shipping,
#button-shipping-address,
#button-shipping-method,
#button-voucher,
#button-filter,
#continue-button,
#button-submit,
#button-review,
#button-coupon {
    line-height: 33px;
}


.login-form-border {
    position: relative;
    text-align: center;
    margin-bottom: 25px;
}

.login-form-border:before {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    content: " ";
    width: 100%;
    height: 1px;
    background: #e1e1e1;
}

.login-form-border span {
    position: relative;
    z-index: 10;
    display: inline-block;
    font-size: 18px;
    line-height: 1;
    color: #585858;
    padding: 0 19px;
    text-transform: lowercase;
    background: #f9f9f9;
}

.wrong-pass {
    text-align: center;
    color: red;
    margin-bottom: 10px;
}
.account-account li a {
    color: #585858;
}
.account-account footer li a {
    color: #fff;
}

.account-register .buttons a {
    text-transform: uppercase;
    color: #585858;
}


.kanari-modal-container > .close-button-container {
    height: 36px;
    position: relative;
}
.kanari-modal-container > .close-button-container > .close-button {
    position: absolute;
    right: 0;
    top: 0;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
    background-image: url(../../../javascript/jquery/popup_image_options/fancybox_spriteR.png);
    opacity: 0.8;
}

.kanari-modal-container > .close-button-container > .close-button:hover {
    opacity: 1;
}

.kanari-modal-container .kanari-modal-content {
    box-shadow: 0 0 15px #555 !important;
    background-color: #fff;
    padding: 20px 15px;
}

.kanari-modal-container .kanari-modal-name {
    font-family: "Play Bold", Arial, Sans-serif, serif;
    margin-bottom: 25px;
    text-align: center;
    font-size: 18px;
}

@media screen and (min-width: 530px) {
    .kanari-modal-container .kanari-modal-content {
        padding: 30px 40px;
    }
}


.kanari-modal-container .kanari-modal-content .kanari-modal-button-container {
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
    gap: 10px;
}
.kanari-modal-container .kanari-modal-content .kanari-modal-button-container .btn.kanari-button-secondary {
    outline: none !important;
    width: 100%;
    line-height: 31px;
}
.kanari-modal-container .kanari-modal-content .kanari-modal-button-container .btn.kanari-button-primary {
    line-height: 25px !important;
    padding: 10px 16px;
    width: 100%;
}
.kanari-modal-container .kanari-modal-content .kanari-modal-button-container .btn.kanari-button-secondary:hover,
.kanari-modal-container .kanari-modal-content .kanari-modal-button-container .btn.kanari-button-primary:hover {
    opacity: 0.8;
}
.kanari-modal-container .kanari-modal-content .kanari-modal-button-container .btn.kanari-button-secondary:hover {
    color: white;
}

/*----------mono-installment-plan-payment-modal-container-----------*/

#mono-installment-plan-payment-modal-container {
    padding: 100px 0;
}

#mono-installment-plan-payment-modal-container .kanari-modal-content {
    max-width: 800px;
    padding: 20px 10px;
}
#mono-installment-plan-payment-modal-container.kanari-modal-container .kanari-modal-content .kanari-modal-button-container > .btn {
    margin: 0 auto;
    max-width: 200px;
}
/*----------end mono-installment-plan-payment-modal-container-----------*/

#toggle-description {
    color: #999999;
    font-size: 14px;
    text-decoration: underline;
    font-family: 'Play Bold';
}
