body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    color: #666;
    font-size: 12px;
    line-height: 20px;
    width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #444;
}


/* default font size */

.fa {
    font-size: 14px;
}


/* Override the bootstrap defaults */

h1 {
    font-size: 33px;
}

h2 {
    font-size: 27px;
}

h3 {
    font-size: 21px;
}

h4 {
    font-size: 15px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10.2px;
}

a {
    color: #23a1d1;
}

a:hover {
    text-decoration: none;
}

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

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: 12px;
}

.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: 15px;
}

div.required .control-label:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}


/* noselect */

.noselect {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
}

.tab-content,
.review-text {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
}

.tab-content .tabs-head {
    user-select: text;
    -moz-user-select: text;
    -webkit-user-select: text;
    -ms-user-select: text;
    -o-user-select: text;
}


/* Gradent to all drop down menus */


/* top */

#top {
    background-color: #EEEEEE;
    border-bottom: 1px solid #e2e2e2;
    padding: 4px 0px 3px 0;
    margin: 0 0 20px 0;
    min-height: 40px;
}

#top .container {
    padding: 0 20px;
}

#top #currency .currency-select {
    text-align: left;
}

#top #currency .currency-select:hover {
    text-shadow: none;
    color: #ffffff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}

#top .btn-link,
#top-links li,
#top-links a {
    color: #888;
    text-shadow: 0 1px 0 #FFF;
    text-decoration: none;
}

#top .btn-link:hover,
#top-links a:hover {
    color: #444;
}

#top-links .dropdown-menu a {
    text-shadow: none;
}

#top-links .dropdown-menu a:hover {
    color: #FFF;
}

#top .btn-link strong {
    font-size: 14px;
    line-height: 14px;
}

#top-links {
    padding-top: 6px;
}

#top-links a+a {
    margin-left: 15px;
}


/* logo */

#logo {
    margin: 5px 0 5px 0;
}

.paddings {
    padding-left: 30px;
    padding-right: 30px;
}


/* search */

#search {
    margin-bottom: 10px;
}

#search .input-lg {
    height: 40px;
    line-height: 20px;
    padding: 0 10px;
}

#search .btn-lg {
    font-size: 15px;
    line-height: 18px;
    padding: 10px 35px;
    text-shadow: 0 1px 0 #FFF;
}


/* cart */

#cart {
    margin-bottom: 10px;
}

#cart>.btn {
    font-size: 12px;
    line-height: 18px;
    color: #FFF;
}

#cart.open>.btn {
    background-image: none;
    background-color: #FFFFFF;
    border: 1px solid #E6E6E6;
    color: #666;
    box-shadow: none;
    text-shadow: none;
}

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

#cart .dropdown-menu {
    background: #eee;
    z-index: 1001;
}

#cart .dropdown-menu {
    min-width: 100%;
}

@media (max-width: 478px) {
    #cart .dropdown-menu {
        width: 100%;
    }
}

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

#cart .dropdown-menu li>div {
    min-width: 427px;
    padding: 0 10px;
}

@media (max-width: 478px) {
    #cart .dropdown-menu li>div {
        min-width: 100%;
    }
}

#cart .dropdown-menu li p {
    margin: 20px 0;
}


/* menu */

#menu {
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;
    min-height: 40px;
}

#menu .nav>li>a {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    padding: 10px 15px 10px 15px;
    min-height: 15px;
    background-color: transparent;
}

#menu .nav>li>a:hover,
#menu .nav>li.open>a {
    background-color: #378b88;
}

#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;
    width: 100%;
    display: block;
    padding: 3px 20px;
    clear: both;
    line-height: 20px;
    color: #fff;
    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 div.dropdown-inner>ul.list-unstyled {
    display: flex;
    flex-wrap: wrap;
}

#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;
}

.cart-delivery iframe,
.delivery iframe {
    width: 100%;
    height: 350px;
}

.cart-delivery iframe {
    height: 250px;
}

@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: flex;
        flex-wrap: wrap;
    }
    #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;
    }
}


/* content */

#content {
    min-height: 600px;
}

#carousel0 {
    margin-bottom: 50px;
}


/* footer */

footer {
    margin-top: 30px;
    padding-top: 30px;
    background-color: #303030;
    border-top: 1px solid #ddd;
    color: #e2e2e2;
}

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

footer a {
    color: #ccc;
}

footer a:hover {
    color: #fff;
}

footer h5 {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
}


/* alert */

.alert {
    padding: 8px 14px 8px 14px;
}


/* breadcrumb */

.breadcrumb {
    margin: 0 0 20px 0;
    padding: 8px 0;
    border: 1px solid #ddd;
}

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

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

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

.breadcrumb>li:after {
    content: '';
    display: block;
    position: absolute;
    top: -3px;
    right: -5px;
    width: 26px;
    height: 26px;
    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;
}

.btn {
    padding: 7.5px 12px;
    font-size: 12px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .2), 0 1px 2px rgba(0, 0, 0, .05);
}

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

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

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

.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;
}

.btn-default {
    color: #777;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #e7e7e7;
    background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
    background-repeat: repeat-x;
    border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}

.btn-primary {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
    background-color: #1f90bb;
    background-position: 0 -15px;
}

.btn-warning {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #faa732;
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    border-color: #f89406 #f89406 #ad6704;
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-danger,
.btn-danger:hover {
    color: #000 !important;
    text-shadow: none !important;
    background-color: transparent !important;
    background-image: none !important;
    background-repeat: repeat-x !important;
    border-color: transparent !important;
    box-shadow: none !important;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-success {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bb75b;
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-info {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #df5c39;
    background-image: linear-gradient(to bottom, #e06342, #dc512c);
    background-repeat: repeat-x;
    border-color: #dc512c #dc512c #a2371a;
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

.btn-link {
    border-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    color: #23A1D1;
    border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-shadow: none;
}

.btn-inverse {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #363636;
    background-image: linear-gradient(to bottom, #444444, #222222);
    background-repeat: repeat-x;
    border-color: #222222 #222222 #000000;
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
    background-color: #222222;
    background-image: linear-gradient(to bottom, #333333, #111111);
}


/* 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 */

.carousel-caption {
    color: #FFFFFF;
    text-shadow: 0 1px 0 #000000;
}

.carousel-control .icon-prev:before {
    content: '\f053';
    font-family: FontAwesome;
}

.carousel-control .icon-next:before {
    content: '\f054';
    font-family: FontAwesome;
}


/* product list */

.product-thumb {
    border: 1px solid #ddd;
    margin-bottom: 20px;
    overflow: auto;
}

.product-thumb .image {
    text-align: center;
}

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

.product-thumb .image a:hover {
    opacity: 0.8;
}

.product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
}

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

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

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

.product-thumb .caption {
    padding: 0 20px;
    min-height: 180px;
}

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

@media (max-width: 1200px) {
    .product-grid .product-thumb .caption {
        min-height: 210px;
        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-thumb .rating {
    padding-bottom: 10px;
}

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

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

.rating .fa-star {
    color: #FC0;
    font-size: 15px;
}

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

h2.price {
    margin: 0;
}

.product-thumb .price {
    color: #444;
}

.product-thumb .price-new {
    font-weight: 600;
}

.product-thumb .price-old {
    color: #999;
    text-decoration: line-through;
    margin-left: 10px;
}

.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 {
    width: 60%;
    border: none;
    display: inline-block;
    float: left;
    background-color: #eee;
    color: #888;
    line-height: 38px;
    font-weight: bold;
    text-align: center;
    /*text-transform: uppercase;*/
}

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

.product-thumb .button-group button:hover {
    color: rgba(51, 72, 112, 0.88);
    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%;
    }
}

.thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
}

.thumbnails>li {
    margin-left: 20px;
}

.thumbnails {
    margin-left: -20px;
}

.thumbnails>img {
    width: 100%;
}

.image-additional a {
    margin-bottom: 20px;
    padding: 5px;
    display: block;
    border: 1px solid #ddd;
}

.image-additional {
    max-width: 78px;
}

.thumbnails .image-additional {
    float: left;
    margin-left: 20px;
}

@media (min-width: 1200px) {
    #content .col-lg-2:nth-child(6n+1),
    #content .col-lg-2:nth-child(6n+1),
    #content .col-lg-3:nth-child(4n+1),
    #content .col-lg-4:nth-child(3n+1),
    #content .col-lg-6:nth-child(2n+1) {
        clear: left;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #content .col-md-2:nth-child(6n+1),
    #content .col-md-2:nth-child(6n+1),
    #content .col-md-3:nth-child(4n+1),
    #content .col-md-4:nth-child(3n+1),
    #content .col-md-6:nth-child(2n+1) {
        clear: left;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #content .col-sm-2:nth-child(6n+1),
    #content .col-sm-2:nth-child(6n+1),
    #content .col-sm-3:nth-child(4n+1),
    #content .col-sm-4:nth-child(3n+1),
    #content .col-sm-6:nth-child(2n+1) {
        clear: left;
    }
}


/* 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%;
    }
}


/* fixed product layouts used in left and right columns */

#column-left .product-layout,
#column-right .product-layout {
    width: 100%;
}


/* fixed mobile cart quantity input */

.input-group .form-control[name^=quantity] {
    min-width: 50px;
}


/* Missing focus and border color to overwrite bootstrap */

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}


/*  OWN CSS*/

@font-face {
    font-family: "SegoeUIRegular";
    src: url("../fonts/SegoeUIRegular/SegoeUIRegular.eot");
    src: url("../fonts/SegoeUIRegular/SegoeUIRegular.eot?#iefix")format("embedded-opentype"), url("../fonts/SegoeUIRegular/SegoeUIRegular.woff") format("woff"), url("../fonts/SegoeUIRegular/SegoeUIRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}


/*  png */

.univers {
    background-image: url('../image/bg2.jpg');
    background-repeat: no-repeat;
    min-height: 100vh;
    background-size: cover;
    margin-top: 40px;
    margin-bottom: 40px;
    background-position: center;
}

.own_header {
    background-color: white;
}

.own_header__container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.own_header__container p,
.own_header__container ul {
    margin-bottom: 0;
}

.contact-t>p {
    font-family: 'SegoeUIRegular', sans-serif;
    font-size: 13pt;
    color: rgba(51, 72, 112, 0.88);
}

.contact-n li {
    list-style: none;
    font-size: 13pt;
    text-align: right;
    font-family: 'SegoeUIRegular', sans-serif;
    color: red;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 0px;
}

.contact-n:before {
    content: url('../image/telfon.png');
    position: absolute;
    top: 50%;
    left: 35px;
    margin-top: -9px;
}

.contact-m {
    font-family: 'SegoeUIRegular', sans-serif;
    font-size: 13pt;
    color: rgba(51, 72, 112, 0.88);
    text-align: center;
}

.contact-m p:before {
    content: url('../image/mail.png');
    position: absolute;
    top: 50%;
    left: 25px;
    margin-top: -8px;
}

.modal-click {
    cursor: pointer;
}

.contact-b {
    font-family: 'SegoeUIRegular', sans-serif;
    font-size: 11pt;
    font-weight: bold;
    text-align: center;
    color: rgba(51, 72, 112, 0.88);
}

.contact-b p:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 13px;
    margin-top: -8px;
    width: 20px;
    height: 21px;
    background: url(../image/blank.png);
    background-size: cover;
}

.contact-b p:after {
    content: '';
    position: absolute;
    background-color: green;
    height: 2px;
    left: 0px;
    margin: 0 auto;
    width: 115px;
    right: 0px;
    bottom: -1px;
}

.contact-c {
    padding-left: 0px;
    text-align: center;
}

#cart {
    margin-bottom: 0px;
}

.cart-header {
    position: relative;
    background-image: url('../image/cart.png');
    height: 37px;
    width: 40px;
    background-repeat: no-repeat;
    border: none;
    background-color: white;
    vertical-align: middle;
}

#cart-total {
    position: absolute;
    right: 0;
    background: green;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    color: #fff;
    opacity: 0.95;
}

#menu {
    background-color: #263d66;
    background-image: none;
    border: none;
    text-transform: uppercase;
}

@media (min-width: 768px) {
    .navbar {
        border-radius: 0px;
    }
}

#menu li {
    border-right: 1px dotted #7c8aa3;
}

#menu .own_nav {
    width: 100%;
    text-align: center;
}

#menu .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

#menu .own_nav li {
    width: 25%;
}

#menu .own_nav li .dropdown-menu {
    width: 201%;
    margin-left: 0 !important;
    background: #378b88;
}

#menu .own_nav li .dropdown-menu .dropdown-inner {
    width: 100%;
}

#menu .own_nav li:last-child .dropdown-menu {
    width: 200% !important;
    left: -100% !important;
}

.list-unstyled li {
    width: 25% !important;
}

.click_menu {
    padding-left: 0px;
    padding-right: 0px;
}

#menu li:last-of-type {
    border: none;
}

.fg {
    opacity: 0;
}

.navbar {
    margin-bottom: 0px;
}

.burger {
    opacity: 1;
    text-align: center;
}

.burger button {
    border: none;
    background-color: transparent;
    background-image: url(../image/arrow.png);
    height: 18px;
    background-repeat: no-repeat;
    width: 22px;
    outline: none;
}

.panel {
    margin-left: 10px !important;
    border-radius: 0 !important;
}

.panel-heading {
    background: #263d66 !important;
    color: #fff !important;
    text-align: center !important;
    cursor: pointer;
}

.panel a.list-group-item {
    text-align: center !important;
    cursor: pointer;
}

.panel>.list-group {
    overflow-y: auto;
    height: 464px;
}

.panel div.list-group-item {
    display: none;
}

#button-filter {
    border-radius: 0 !important;
}

.burger_div {
    display: none;
}

.burger_fixed {
    display: block;
    position: fixed;
    right: 0px;
    left: 0px;
    top: 63px;
    z-index: 2;
    width: 20px;
}

.click_fixed {
    display: block;
    position: fixed;
    right: 0px;
    left: 0px;
    top: 58.97px;
    z-index: 3;
}

.own_header_fixed {
    z-index: 3;
    position: fixed;
    right: 0px;
    left: 0px;
    background-color: white;
    margin-top: -40px;
}

.main-container {
    background-color: #f5f5f6;
    z-index: 1;
    padding-left: 0px;
    padding-right: 0px;
}

.search-home {
    background-image: url(../image/car.png);
    height: 200px;
    background-color: #f5f5f6;
    background-repeat: no-repeat;
    min-height: 175px;
}

.searcht {
    margin-top: 50px;
}

.searcht input::-webkit-input-placeholder {
    font-size: 13pt;
    font-family: 'SegoeUIRegular', sans-serif;
}

.searcht input::-moz-placeholder {
    font-size: 13pt;
    font-family: 'SegoeUIRegular', sans-serif;
}

.searcht input:-ms-input-placeholder {
    font-size: 13pt;
    font-family: 'SegoeUIRegular', sans-serif;
}

#search .input-lg {
    height: 50px;
    font-size: 15pt;
    font-family: 'SegoeUIRegular', sans-serif;
    border-radius: 0px;
    border: 2px solid #263d66;
    padding-left: 25px;
}

.searcht button {
    background-color: white;
    border: 2px solid #263d66;
    height: 50px;
    border-left: none;
    width: 60px;
    background-repeat: no-repeat;
    background-image: url(../image/lupa.png);
    background-position: 13px 7px;
}

.hot-m {
    margin-top: -10px !important;
    color: rgba(51, 72, 112, 0.88);
    text-align: center;
    font-size: 16pt;
    z-index: 2;
    font-family: 'SegoeUIRegular', sans-serif;
    text-transform: uppercase;
}

.hot-m p {
    display: inline-block;
    position: relative;
    margin-left: 5px;
}

@media (min-width: 768px) {
    .hot-mm {
        z-index: 1;
        margin-bottom: 25px;
    }
    .hot-bg {
        background-color: #f5f5f6;
        height: 58px;
    }
}

.hot-m p:after {
    content: '';
    position: absolute;
    background-color: rgba(51, 72, 112, 0.88);
    height: 2px;
    bottom: -5px;
    width: 100%;
    left: 0;
}

.hot-text h4>a {
    color: rgba(51, 72, 112, 0.88);
    font-size: 13pt;
    font-weight: 400;
}

.hot-text {
    background-color: #f5f5f6;
    border: 2px solid #c8ced8;
    padding: 5px;
}

.hot-carusel-bord {
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 20px;
}

footer {
    margin-top: 0px;
    padding-top: 0px;
    background-color: #ececec;
    color: none;
    border: none;
}

.foot {
    padding: 0px;
}

.logo img {
    padding-top: 15px;
    padding-left: 30px;
}

.contact-fot ul {
    list-style: none;
    font-size: 13pt;
    text-align: center;
    font-family: 'SegoeUIRegular', sans-serif;
    color: #797979;
}

.contact-fot ul:before {
    content: url(../image/telfot.png);
    position: absolute;
    top: 0;
    height: 0%;
    right: 0;
    left: -100px;
    margin: auto;
    bottom: 0;
}

.mail {
    font-family: 'SegoeUIRegular', sans-serif;
    font-size: 13pt;
    color: #797979;
    text-align: right;
    margin-top: 25px;
}

.mail-icon:before {
    content: url('../image/mailfot.png');
    position: absolute;
    top: -15px;
    height: 0%;
    left: -2px;
    margin: auto;
    bottom: 0;
}

.mail-icon {
    position: relative;
}

.mail ul {
    display: inline-flex;
    list-style: none;
}

.mail div {
    text-align: left;
}

.mail li {
    height: 21px;
    width: 45px;
}

.menu-fot {
    font-family: 'SegoeUIRegular', sans-serif;
    font-size: 11pt;
    color: #797979;
    text-align: center;
    margin-top: 25px;
}

.menu-fot p {
    margin-bottom: 0;
}

.menu-fot a:hover {
    color: #797979;
}

.menu-fot ul a {
    font-family: 'SegoeUIRegular', sans-serif;
    text-align: left;
    font-size: 10pt;
    color: #797979;
}

.menu-fot ul {
    font-family: 'SegoeUIRegular', sans-serif;
    text-align: left;
    font-size: 10pt;
    color: #797979;
}

.menu-fot li {
    margin-top: 10px;
}

.menu-lifot {
    padding: 0px;
}

.menu-lifot a li:nth-of-type(1) {
    white-space: nowrap;
}

.menu-lifot1 ul {
    padding-left: 20px;
}

.menu-lifot1 a {
    text-align: left;
}

.back-fot {
    font-family: 'SegoeUIRegular', sans-serif;
    font-size: 11pt;
    font-weight: bold;
    text-align: center;
    color: rgba(51, 72, 112, 0.88);
    margin-top: 20px;
}

.back-fot p:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 65px;
    margin-top: -10px;
    width: 20px;
    height: 21px;
    background: url(../image/blank.png);
    background-size: cover;
}

.back-fot p:after {
    content: '';
    position: absolute;
    background-color: green;
    height: 2px;
    left: 0px;
    margin: 0 auto;
    width: 115px;
    right: 0px;
    bottom: 5px;
}


/* HOME FILTER */

.filter {
    margin-bottom: 50px;
    position: relative;
}

.filter-content {
    position: absolute;
    left: 25%;
    top: 0;
    width: 60%;
    background: #fff;
    height: 300px;
    display: none;
}

.filter-content__item {
    height: 250px;
    overflow-y: auto;
}

.filter-content__input {
    display: inline-block;
    width: 32%;
    font-size: 16px;
    font-weight: bold;
    padding: 15px;
    border: 2px solid #263d66;
    margin-right: 2px;
    cursor: pointer;
    color: rgba(51, 72, 112, 0.88);
    margin-bottom: 10px;
}

.filter-content__input:hover {
    color: #fff;
    background: #263d66;
}

.filter-content div {
    text-align: center;
}

#filter-video {
    display: inline-block;
    width: 74%;
    text-align: center;
}

.filter-list {
    display: inline-block;
    padding-left: 0;
    list-style: none;
    vertical-align: top;
    width: 25%;
}

.filter-list li a {
    display: inline-block;
    padding: 20px;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    border: 2px solid #263d66;
    width: 100%;
    border-bottom: none;
}

.filter-list li:last-child a {
    border-bottom: 2px solid #263d66;
}

.filter-list li a:hover {
    color: #fff;
    background: #263d66;
}

a.filter-btn {
    width: 50% !important;
    color: #fff;
    background: #263d66;
}

a.filter-clear {
    border-left: 1px solid #fff !important;
}

a.filter-item {
    background: #fff;
    color: rgba(51, 72, 112, 0.88);
}

.item-1,
.item-2,
.item-3 {
    display: none;
}

.filter-count {
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 15px;
}


/* CATEGORY */

.breadnav {
    border: none;
    margin-top: 20px;
    background-color: #f5f5f6;
}

.breadnav li:first-of-type a>i:before {
    content: "Главная";
    font-size: 16px;
    font-family: 'SegoeUIRegular', sans-serif;
    color: rgba(51, 72, 112, 0.88);
}

.breadcrumb>li:last-of-type:after {
    content: '';
}

.breadnav li {
    font-size: 16px;
    font-family: 'SegoeUIRegular', sans-serif;
}

.breadnav a {
    color: rgba(51, 72, 112, 0.88);
}

.breadcrumb>li:after {
    content: '>';
    display: block;
    position: absolute;
    top: -1px;
    font-size: 16pt;
    right: -24px;
    width: 26px;
    border: none;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
}

.selcateg select {
    border: 1px solid #a9b2c1;
    border-radius: 0px;
}

.listcatebutt .btn-default {
    background-image: none;
    background-color: white;
    color: #263d66;
}

.selcateg select {
    -webkit-appearance: none;
    background-image: url('../image/select.png');
    background-position: 97% 13px;
    background-repeat: no-repeat;
    line-height: 1em;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    -ms-appearance: none;
    appearance: none !important;
}

.selcateg select::-ms-expand {
    display: none;
}

.pagincateg>ul>li>a {
    border-radius: 0px !important;
}

.pagincateg ul a {
    border-radius: 0px;
    background-color: #337ab7;
    color: white;
    border: 1px solid #a9b2c1;
    margin-right: 10px;
}

.pagincateg ul li.active a{
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}

.bg-categ {
    background-color: white;
    margin-right: 0px;
}

@media (min-width: 768px) {
    .bg-categ {
        background-color: white;
        margin-right: 50px;
        margin-bottom: 20px;
    }
    #autofeaturedcarousel0 .owl-wrapper-outer {
        padding: 20px 0;
    }
    .categ-more {
        padding: 0px !important;
    }
    .aut-more {
        padding: 0px !important;
    }
}

.list-categ {
    background-color: #f5f5f6;
    margin: 45px;
    border: 2px solid #c8ced8;
}

.list-categ h4 {
    margin: 0px;
    padding-top: 10px;
    margin-bottom: 5px;
}

.list-categ h4 a {
    color: #23527c;
}

.list-categ h4,
.list-categ .image {
    background-color: #f5f5f6;
}

.list-categ .image {
    padding-bottom: 15px;
}

.categ-more span {
    font-weight: 400;
    padding-right: 50px !important;
    padding-left: 50px !important;
    padding: 3px;
    background-color: #3f8e89;
    color: white;
}

.categ-more {
    margin-bottom: 10px;
    border-top: none !important;
}

.categ-more:hover {
    background-color: #f5f5f6 !important;
}

.categ-cartbutt {
    width: 45% !important;
    border-left: none !important;
    text-align: left;
    white-space: nowrap;
    line-height: 20px;
    color: white;
    padding-left: 0px;
    background-color: #263d66;
    padding-right: 0px;
}

.categ-cartbutt i {
    font-style: normal;
    font-size: 14px;
    font-weight: 100;
    padding-bottom: 2px;
    font-family: 'SegoeUIRegular', sans-serif;
    line-height: 20px!important;
    color: white!important;
    padding-left: 0px!important;
    background-color: #263d66!important;
    padding-right: 0px!important;
}

.cat-buttmain button:first-of-type {
    width: 52% !important;
    font-size: 14px;
    color: red;
}

.cat-buttmain,
.cat-buttmain button {
    background-color: #f5f5f6 !important;
}

#button-filter {
    background-color: #263d66;
    background-image: none;
    border: none;
}


/*PRODUCT */

.prod-img {
    max-width: 250px;
    margin: 0 auto;
}

.prod-tit {
    font-family: 'SegoeUIRegular', sans-serif;
    font-weight: 300;
    font-size: 16px;
    text-transform: uppercase;
    color: rgba(51, 72, 112, 0.88);
    margin-bottom: 10px;
    margin-top: 10px;
}

.upc {
    font-size: 20px;
    font-family: 'SegoeUIRegular', sans-serif;
    font-weight: 300;
    color: rgba(51, 72, 112, 0.88);
    letter-spacing: 2px;
    text-align: center;
    margin: 10px;
}

@media (min-width: 768px) {
    .prod-board {
        margin-right: 50px;
        margin-left: 100px;
    }
}

.prod-board {
    border: 2px solid #c1c7d2;
}

.prod-board .thumbnails {
    margin-left: -8px;
}

.prod-board span {
    padding: 0px;
}

.prod-board .button-group {
    padding-left: 0px;
}

.prod-board span h2 {
    font-size: 20px;
    font-family: 'SegoeUIRegular', sans-serif;
    font-weight: bold;
    color: red;
    letter-spacing: 2px;
}

.prod-cartbut {
    border: none;
    color: white;
    background-color: #3f8e89;
    font-size: 14px;
    font-family: 'SegoeUIRegular', sans-serif;
    margin-top: 20px;
}

.prod-board .prod-callb p {
    border: 2px solid #78aeab;
    margin-bottom: 20px;
    line-height: 35px;
}

.prod-board .prod-callb {
    font-family: 'SegoeUIRegular', sans-serif;
    font-size: 13pt;
    font-weight: bold;
    text-align: center;
    color: rgba(51, 72, 112, 0.88);
    margin-top: 10px;
}

.prod-board .prod-callb p:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 45px;
    margin-top: -17px;
    width: 20px;
    height: 21px;
    background: url(../image/blank.png);
    background-size: cover;
}

.tab-content {
    max-height: 800px;
    overflow-y: auto;
    overflow-x: hidden;
}

.tab-content::-webkit-scrollbar-track,
.checkedcart::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 50px;
    background-color: rgba(38, 61, 102, 0.32);
}

.tab-content::-webkit-scrollbar,
.checkedcart::-webkit-scrollbar {
    width: 10px;
    background-color: #f5f5f6;
}

.tab-content::-webkit-scrollbar-button {}

.tab-content::-webkit-scrollbar-thumb,
.checkedcart::-webkit-scrollbar-thumb {
    border-radius: 50px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #263d66;
}

.prod-tabs {
    border-bottom: 2px solid #c5cbd6 !important;
}

.prod-tabs a {
    background-color: #263d66;
    border: 1px solid #c5cbd6 !important;
    border-bottom-color: transparent !important;
    color: white;
    font-weight: 300;
    border-right-style: dotted !important;
    border-radius: 0px !important;
    margin-right: 0px !important;
    font-family: 'SegoeUIRegular', sans-serif;
    border-left-style: none !important;
}

.prod-tabs li:last-of-type a {
    border-right-style: none !important;
}

.prod-tabs>li {
    margin-bottom: -2px;
    width: 25%;
}

@media (min-width: 768px) {
    .prod-tabs>li>a {
        text-align: center;
    }
    .delivery {
        width: 90%;
    }
    .description {
        width: 90%;
    }
    .prod-rew div:last-of-type {
        width: 385px;
    }
    .prod-form {
        margin-left: 115px;
    }
}

.prod-tabs .active a {
    color: #3f8e89 !important;
    font-weight: bold !important;
    text-decoration: underline !important;
}

.prod-br {
    padding: 0px !important;
    border: 2px solid #c5cbd6 !important;
    background-color: white;
}

.delivery {
    margin: 60px auto;
}

.tab-pane h1 {
    font-size: 28px;
}

.tab-pane h2 {
    font-size: 24px;
}

.tab-pane {
    font-family: 'SegoeUIRegular', sans-serif;
}

.delivery div {
    padding: 20px;
    border: 2px solid #e9ebf0;
}

.table-bordered {
    text-align: center;
    margin: 0 auto;
    width: 70%;
    font-size: 13px;
    font-family: 'SegoeUIRegular', sans-serif;
    color: #77859f;
    max-width: 100%;
    margin-bottom: 20px;
}

.description {
    color: black;
    padding: 20px;
    text-align: justify;
    font-family: 'SegoeUIRegular', sans-serif !important;
    font-size: 12px !important;
    margin: 30px auto;
    border: 1px solid #c2c8d3;
    background-color: #f5f5f6;
}

.MsoNormal span {
    font-family: 'SegoeUIRegular', sans-serif !important;
    font-size: 12px !important;
}

.description p {
    text-align: left !important;
    text-indent: 0 !important;
}

.description p font {
    font-family: 'SegoeUIRegular', sans-serif;
}

.prod-rew p {
    font-family: 'SegoeUIRegular', sans-serif;
    font-size: 13px;
    color: black;
}

.prod-rew div:nth-of-type(2) p {
    color: #334970;
    text-decoration: underline;
}

.prod-rew div:last-of-type {
    padding: 15px;
    margin: 0 auto;
}

.prod-form input,
.prod-form textarea {
    border: 1px solid #d2d7e0;
    border-radius: 0px;
}

.prod-form input {
    height: 25px;
}

.prodbutt-rew {
    margin-top: 25px;
    font-family: 'SegoeUIRegular', sans-serif;
    border: 1px solid #263d66;
    font-size: 13px;
    color: white;
    background-color: #263d66;
}


/* AUTO simple CARUSEL */

.feat-cont {
    margin-bottom: 70px;
}

.feat-cont h3 {
    text-align: center;
    text-transform: uppercase;
    color: #5a6b8a;
    text-decoration: underline;
    margin-bottom: 25px;
    font-family: 'SegoeUIRegular', sans-serif;
    font-size: 16pt;
}

.aut-carusel-bord {
    padding-left: 25px;
    padding-right: 25px;
}

.aut-text {
    border: 2px solid #c8ced8;
    background-color: #f5f5f6;
}

.aut-text a {
    color: rgba(51, 72, 112, 0.88);
    font-size: 10pt;
    font-weight: 400;
}

.aut-text a:hover {
    color: rgba(51, 72, 112, 0.88);
}

.aut-more span {
    font-weight: 400;
    padding-right: 45px !important;
    padding-left: 45px !important;
}

.aut-more {
    margin-bottom: 10px;
    border-top: none !important;
}

.aut-more:hover {
    background-color: #f5f5f6 !important;
}


/* NAV CARUSEL */

#carousel0 .owl-pagination {
    display: none;
}

#carousel0 .owl-controls {
    text-align: center;
}

.own_carusel_buttom {
    cursor: default !important;
}

.own_carusel_autofeatured {
    line-height: 55px !important;
}

.owl-controls,
.clickable {}

.owl-buttons {
    width: 61px;
    margin: 0 auto;
}

.owl-buttons .owl-prev {
    width: 10px;
    position: relative;
    display: inline-block;
}

.owl-buttons .owl-next {
    position: relative;
    display: inline-block;
}

.owl-buttons .hot-prev {
    background-color: #263d66;
    position: absolute;
    top: 0px;
    text-align: right;
    width: 77px;
    font-weight: 100;
    height: 25px !important;
    font-family: 'SegoeUIRegular', sans-serif;
    color: white;
    font-size: 13pt;
    right: 0;
    left: -50px;
    padding-right: 6px;
    margin: auto;
    bottom: 0;
}

#prodcarousel0 .owl-wrapper-outer {
    padding-top: 20px;
}

.owl-buttons .hot-next {
    background-color: #263d66;
    position: absolute;
    top: 0px;
    right: 0;
    text-align: left;
    width: 88px;
    padding-left: 6px;
    height: 25px !important;
    font-size: 13pt;
    left: 40px;
    font-family: 'SegoeUIRegular', sans-serif;
    margin: auto;
    bottom: 0;
    color: white;
}

.owl-buttons .hot-next:after {
    content: url(../image/next.png);
    position: relative;
    top: 4px;
    height: 0%;
    right: 0;
    left: 8px;
    margin: auto;
    bottom: 0;
}

.owl-buttons .hot-prev:before {
    content: url(../image/prev.png);
    position: relative;
    top: 2px;
    height: 0%;
    right: 0;
    left: -8px;
    margin: auto;
    bottom: 0;
}

.fa-chevron-left:before,
.fa-chevron-right:before {
    background-color: #263d66;
    padding: 3px;
    color: #fff;
    font-family: 'SegoeUIRegular', sans-serif;
    font-size: 13pt;
    width: 77px;
    height: 25px !important;
    text-align: center;
}

.fa-chevron-left:before {
    position: absolute !important;
    content: "Назад" !important;
    top: 0px !important;
    white-space: nowrap !important;
    right: 10px !important;
}

.owl-carousel .owl-buttons div i {
    font-size: 23px !important;
    display: inline-block !important;
    margin: 0px !important;
}

.fa-chevron-right:before {
    position: absolute !important;
    content: "Вперед " !important;
    top: 0px;
    white-space: nowrap !important;
    left: 10px !important;
}

.owl-carousel .owl-buttons div {
    opacity: 1 !important;
}

.ownbutton_more {
    float: right;
    background-color: #eee;
    font-weight: bold;
    text-align: center;
    text-transform: none;
    padding-top: 2px;
    line-height: 30px;
    padding-bottom: 3px;
    border-top: 1px solid darkgrey;
}

.ownbutton_more a {
    color: #888;
}

.ownbutton_more:hover {
    background-color: #ddd;
    text-decoration: none;
    cursor: pointer;
}

.products_items {
    margin-left: 0px;
}

.product-tags {
    text-align: right;
    padding-right: 20px;
}

.prod-br {
    margin-bottom: 15px;
}

.products_items a {
    border: none;
}

.characters-left {
    margin-top: 5px;
    margin-bottom: 10px;
    color: red;
}


/* CART */

@media (min-width: 768px) {
    .cart-tabs>li {
        width: 50%;
        text-align: center;
    }
    .cart-board {
        margin-left: 50px;
        margin-bottom: 60px;
    }
    .cart-delivery {
        width: 80%;
    }
}

.cart-tabs a {
    background-color: #263d66;
    border: 1px solid #c5cbd6 !important;
    border-bottom-color: transparent !important;
    color: white;
    font-weight: 300;
    border-right-style: solid !important;
    border-radius: 0px !important;
    margin-right: 0px !important;
    font-family: 'SegoeUIRegular', sans-serif;
    border-left-style: none !important;
}

.cart-tabs>li {
    margin-bottom: -2px;
}

.cart-tabs li:last-of-type a {
    border-right-style: none !important;
}

.cart-tabs .active a {
    color: #3f8e89 !important;
    font-weight: bold !important;
    text-decoration: underline !important;
}

.cart-center div:first-of-type a {
    color: #5a6b8a;
    font-size: 16pt;
    font-family: 'SegoeUIRegular', sans-serif;
}

.cart-center {
    border: 2px solid #9ba6b9 !important;
    background-color: #f5f5f6;
}

.cart-prices {
    vertical-align: middle !important;
}

.cart-prices div {
    font-size: 20px;
    white-space: nowrap;
    border-radius: 50px;
    color: #263d66;
    width: 190px;
    text-align: center;
}

.cart-bordered {
    width: 85% !important;
    border-collapse: separate;
    border-spacing: 0px 30px;
}

.cart-danger {
    background-image: url(../image/X.png);
    border: none;
    background-color: transparent;
    background-repeat: no-repeat;
    height: 24px;
    width: 26px;
}

.cart-danger:focus {
    outline: none;
}

.cart-delivery {
    margin: 0px auto;
    margin-bottom: 110px;
    margin-top: 40px;
}

.cart-delivery div {
    background-color: #fdfdfe;
    color: black;
    border: 1px solid;
    font-family: 'SegoeUIRegular', sans-serif;
    padding: 20px;
    font-size: 13px;
    text-align: justify;
}

.cart-consul {
    padding-right: 0px;
    margin-bottom: 60px;
}

.cart-consul>div {
    padding-right: 0px;
    border: 2px solid #b0b9c7;
    width: 400px;
    margin: 0 auto;
    background-color: #fdfdfe;
}

.cart-consul>div>div:first-of-type {
    color: #c7cdd8;
    font-size: 11pt;
    line-height: 35px;
    font-family: 'SegoeUIRegular', sans-serif;
    text-align: center;
    background-color: #263d66;
    text-decoration: underline;
    height: 39px;
}

.cart-consul>div>div:nth-of-type(2) {
    color: black;
    font-size: 11pt;
    font-family: 'SegoeUIRegular', sans-serif;
    text-align: justify;
}

.consul-desc {
    margin: 20px;
    padding: 10px;
    border: 1px solid #b0b9c7;
}

.cart-consul .col-sm-12 {
    padding: 0px;
}

.cart-totalprice {
    width: 230px;
    font-size: 14px;
    height: 22px;
    border: 1px solid #ececec;
    margin: 0 auto;
}

.cart-totalprice p:first-of-type {
    width: 42%;
    color: #3a8b85;
    float: right;
    text-align: center;
}

.cart-totalprice p:last-of-type {
    width: 58%;
    text-align: right;
}

.cart-callb {
    font-family: 'SegoeUIRegular', sans-serif;
    font-size: 12pt;
    font-weight: bold;
    text-align: center;
    color: rgba(51, 72, 112, 0.88);
    margin-top: 10px;
}

.review-text {
    text-align: left;
    width: 60%;
    margin: 30px auto;
}

.container-bg {
    background-color: #f5f5f6;
}

.desc-btn {
    font-family: 'SegoeUIRegular', sans-serif;
    background-color: #263d66;
    display: inline-block;
    color: #fff;
    font-size: 12pt;
    padding: 3px 5px;
}

.btn-box {
    margin-top: 30px;
}

.text-next {
    display: none;
}

.desc-btn:hover,
.desc-btn:focus {
    text-decoration: none;
    color: #fff;
}

.cart-callb p {
    position: relative;
    border: 2px solid #78aeab;
    margin-bottom: 20px;
    line-height: 29px;
    width: 100%;
    margin: 10px auto;
}

.cart-callb p:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: -9px;
    width: 20px;
    height: 21px;
    background: url(../image/blank.png);
    background-size: cover;
}

.my_quantity {
    position: relative;
    display: inline-flex;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
}

.my_quantity input {
    height: 25px;
    border: 1px solid #bfc5d0;
    border-radius: 0px;
    width: 65%;
}

.my_quantity span {
    line-height: 15px;
    border: 1px solid #bfc5d0;
    line-height: 15px;
    width: 15%;
    border: 1px solid #bfc5d0;
}

.my_quantity span:first-of-type {
    margin-right: 5px;
}

.my_quantity span:last-of-type {
    margin-left: 5px;
}

.chekout-cart-own {
    display: none;
}

.img-thumbnail {
    border: 0px solid #ddd;
}

form table,
form td {
    border: 0px solid !important;
}

.checkedcart {
    max-height: 430px;
    overflow-x: hidden;
    overflow-y: auto;
}

.checkedcart .table-striped,
.checkedcart .table-striped a {
    color: #77859f;
}

.checkedcart p>a {
    color: #23527c;
}

.my_minus,
.my_plus {
    cursor: pointer;
}

@media (min-width:768px) and (max-width:1200px) {
    .contact-t {
        display: none;
    }
    .contact-n li {
        font-size: 12px;
    }
    .contact-n {
        width: 16%;
    }
    .contact-n ul {
        padding-left: 0;
    }
    .contact-n::before {
        left: 0;
    }
    .contact-m {
        width: 28%;
    }
    .contact-m p {
        font-size: 13px;
    }
    .contact-b {
        width: 21%;
        font-size: 11px;
    }
    .contact-b:before {
        position: absolute;
        top: 0;
        left: -5px;
        right: 100%;
    }
    .contact-b p:after {
        width: 110px;
    }
    .contact-c {
        text-align: right;
    }
    .contact-fot ul {
        font-size: 13px;
    }
    .mail-icon {
        padding-left: 19px;
    }
    .mail-icon:before {
        left: -16px;
    }
    .filter-list li a {
        font-size: 14px;
        padding: 20px 5px;
    }
    .prod-board .button-group {
        padding-left: 0;
        padding-right: 0;
    }
    .prod-board .prod-callb {
        padding-left: 0;
        padding-right: 0;
        font-size: 11px;
    }
    .prod-tabs>li>a {
        padding: 10px 2px !important;
        text-align: center;
    }
    .back-fot p::before {
        top: 10px;
    }
    .back-fot {
        font-size: 10px;
    }
    .back-fot p::after {
        width: 100px;
    }
    .menu-fot {
        font-size: 10px;
    }
    .menu-fot ul {
        padding-left: 0;
    }
    .menu-fot ul,
    .menu-fot ul a {
        font-size: 10px;
    }
    .mail {
        font-size: 10px;
    }
}

@media (max-width:991px) {
    .contact-m p::before {
        left: 10px;
    }
}

#tab-description iframe{
    width: 100%;
    height: 350px;
}