﻿body {
    color: #333333;
}

p {
    margin: 0;
}
a { 
    color: inherit; 
}
a:hover {
    text-decoration: none;
}

li a:hover {
        text-decoration: none;
        color: #c8ffff;
    }

.table td, .table th {
    vertical-align: middle;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
h1 {
    text-transform: uppercase;
}

h1:after {
    content: "";
    border-bottom: 4px solid #0c65b1;
    display: block;
    margin-top: 8px;
    width: 12vw;
}
h2 {
    font-size: 1.7rem;
}

h2:after {
        content: "";
        border-bottom: 3px solid #0c65b1;
        display: block;
        margin-top: 15px;
        width: 9vw;
}
h3 {
    font-size: 1.1rem;
}

.breadcrumb li + li:before {
    content: "\02022" !important;
}

.breadcrumb {
    padding: 1rem 0 !important;
    background-color: transparent;
}
.navigation {
    background: #0c65b1;
}
.nav-item:hover {
    background: #237ecc;
}

.nav-item {
    transition: .15s ease-in-out;
}

.nav-item a {
    color: #fff;
}

#first_footer {
    background: #0c65b1;
    color: #fff;
}

.btn-color {
    color: #ffffff;
    background: #0c65b1;
}
.text-al-r{
    text-align: right;
}
/*Header*/
.logo{
    width: 200px; 
    margin: 15px 0 0;
}
.cart{
    width: 25px;
    margin-top: -4px;
}
.sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: #0c65b0;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
  }
  
  .sidebar a {
    padding: 5px 8px 5px 18px;
    text-decoration: none;
    font-size: 25px;
    border-bottom: 1px solid #1876c3;
    color: #ffffff;
    display: block;
    transition: 0.3s;
  }
  
  .sidebar a:hover {
    color: #f1f1f1;
  }
  
  .sidebar .closebtn {
    position: absolute;
    top: -10px;
    right: 10px;
    font-size: 36px;
    margin-left: 50px;
    border:none;
  }
  
  .openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: #0c65b0;
    color: white;
    padding: 10px 15px;
    border: none;
    width: 100%;
  }
  
  #main {
      display: none;
  }
  #mySidebar ul {
    list-style: circle;
    padding-left: 25px;
}
  
/*Carousel*/
.carousel-fade .carousel-item {
    display: block;
    position: absolute;
    opacity: 0;
    transition: opacity .75s ease-in-out;    
}
.carousel-fade .carousel-item.active {
    opacity: 1;
    z-index: 9;
}
.carousel,
.carousel-inner,
.carousel-item {
    width: 100%;
    height: 26vw;
    background-color: #ffffff;
}
/*Carousel - END*/
/*Category menu - START*/
.sub_cats {
    border-right: 1px solid #eaeaea;
}

    .sub_cats ul {
        padding-left: 0;
    }

.sub_cats li {
    padding: 5px 15px;
    list-style: none;   
}
    
.sub_catsmenu:hover {
        color: #ffffff;
        text-decoration: none;
}

.sub_cats li:hover {
    background: #0c65b1;
}


.sub_cats h3:hover {
    color: #0c65b1;
}
/*Category menu - END*/

/*Products - START*/
.addtocart {
    padding: 10px 70px;
    float: right;
    margin: 20px 0;
}
    .addtocart:hover {
        color: #ffffff;
        background: #237ecc;
    }
.addtocart img {
    margin-right: 10px;
}
.thumb {
    width: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
}

.thumb:hover {
    transform: scale(1.05);
}

.title {
    padding: 10px 0 10px 20px;
}

    .title:hover {
        color: #0c65b1;
    }
.cartproduct {
    background: #2684d4;
    padding: 10px 0;
}
    .cartproduct:hover {
        background: #48a2ef;
    }
.price {
    background: #0c65b1;
    padding: 10px 0 10px 20px;
    color: #ffffff;
}
.price del {
    font-size: 12px;
    margin-left: 7px;
}
/*Products - END*/

/*BASKET*/
.basket .col img {
    background: #0c65b1;
    border-radius: 100%;
    padding: 5px;
}
.basket .col {
    background-color: #f7f7f7;
    padding: 8px 20px 5px;
    color: #0c65b1;
    font-size: 14px;
    border: 1px solid #eaeaea;
}

.basket .active:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        top: 0;
        border-top: 21px solid transparent;
        border-bottom: 21px solid transparent;
        border-left: 12px solid #0c65b1;
        position: absolute;
        right: -12px;
    z-index: 9;
}

.basket .active {
    background-color: #0c65b1;
    padding: 8px 20px 5px;
    color: #ffffff;
    font-size: 14px;
    border: 1px solid #eaeaea;
}
.basket .old {
    background-color: #6ca2d0;
    padding: 8px 20px 5px;
    color: #ffffff;
    font-size: 14px;
    border: 1px solid #eaeaea;
}

/* The container */
.con {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.con input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.con:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.con input:checked ~ .checkmark {
    background-color: #0c65b1;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.con input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.checkmark:after {
    left: 9px;
    top: 4px;
    width: 8px;
    height: 13px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cont {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.cont input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmar {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.cont:hover input ~ .checkmar {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.cont input:checked ~ .checkmar {
    background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmar:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.cont input:checked ~ .checkmar:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.cont .checkmar:after {
    top: 7px;
    left: 7px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: white;
}
.cart-item-amount button {
    border: none;
    width: 30px;
    display: inline-block;
    font-weight: 400;
    font-size: 1rem;
    height: 30px;
    background: #0c65b1;
    padding: 0;
    color: #ffffff;
    cursor: pointer;
}
    .cart-item-amount button:hover {
        background: #145a96;
    }
.cart-item-amount input[type=number] {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: inline-block;
    height: 30px;
    width: 40px;
    border: 1px solid #d8d8d8;
    font-size: 1rem;
    text-align: center;
    border-radius: 0;
    -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none; 
    margin: 0; 
}

.cartcount {
    background: #de8700;
    border-radius: 100%;
    height: 25px;
    width: 25px;
    color: #ffffff;
    font-weight: bold;
    font-size: 11px;
    position: absolute;
    right: 0;
    margin-top: -10px;
    text-align: center;
    line-height: 24px;
}
input[type="radio"][disabled] + label {
    color: purple;
}

input[type="radio"][disabled] {
    border-color: purple;
}
    /*BASKET - END*/

    /**PRODUCTS*/
.pagination-container {
    margin-top: 30px;
    text-align: center;
    width: 100%;
}
/*PRODUCTS - END*/

/**SEARCH*/
.ui-menu-item-wrapper {
    padding: 10px 0 15px 20px !important;
    border-bottom: 1px solid #f8f9fa;
}

#ui-id-1 {
    width: 290px !important;
}

.form-inline .form-control {
    width: 250px;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: none !important;
    background: #2684d4 !important;
    margin: 0 !important;
}
