@media only screen and (max-width: 2180px) {
  body {
    padding: 0px !important;
  }
  body.aside-open {
    padding-right: var(--column-right-aside-width) !important;
  	-webkit-transition: all .25s ease-in-out;
  	-moz-transition: all .25s ease-in-out;
  	-o-transition: all .25s ease-in-out;
  	transition: all .25s ease-in-out;
  }
  body.aside-open .container {
    width: auto;
    display: block;
    margin: 0px 15px;
  }
  body.fixed.aside-open header,
  body.fixed.aside-open #menu {
  	-webkit-transition: all .25s ease-in-out;
  	-moz-transition: all .25s ease-in-out;
  	-o-transition: all .25s ease-in-out;
  	transition: all .25s ease-in-out;
    margin-right: var(--column-right-aside-width);
    width: calc(100% - var(--column-right-aside-width));
  }
}










@media only screen and (max-width: 1600px) {
  .sub-categories .col-md-pralinky {
    width: calc(100% / 5);
  }
  .col-md-2 {
    width: 25%;
  }
}










@media only screen and (max-width: 1450px) {
  .sub-categories .col-md-pralinky {
    width: calc(100% / 4);
  }
  
  body.aside-open header,
  body.aside-open #menu {
    margin-right: calc(-1 * var(--column-right-aside-width));
  }
  
  body.fixed.aside-open header,
  body.fixed.aside-open #menu {
    margin-right: 0;
    width: 100%;
  }
  body.aside-open {
    padding-right: var(--column-right-aside-width);
  }
  .column-right-aside {
    top: 212px;
    height: calc(100vh - 212px);
  }
  body.fixed.aside-open .column-right-aside {
    top: 112px;
    height: calc(100vh - 112px);
  }
}



@media only screen and (max-width: 1300px) {
  .sub-categories .col-md-pralinky {
    width: calc(100% / 2);
  }
  .prpoduct-layout {
  }
}

@media only screen and (max-width: 1200px) {
  
  .product-layout {
    clear: none !important;
  }
  .container {
    width: auto !important;
    padding: 0px 15px;
  }
  .col-logo {
    width: auto;
  }
  #header-top {
    position: absolute;
    right: 15px;
    margin: 0px;
  }
  .col-cart {
    width: auto;
    float: right;
    margin: 30px 0px 0px 0px;
  }
  body.fixed .col-cart {
    margin: 0px;
  }
  
}




@media only screen and (max-width: 991px) {
  .sub-categories .sub-category {
    width: 50%;
    float: left;
  }
  
  .header-phone {
    display: none;
  }
  body.aside-open .product-layout {
    width: 50%;
  }
  

  #complements .modal-item,
  #bows .modal-item {
    width: 33.33%;
  }
  #fullbox .modal-item {
    width: 33.33%;
  }
  .modal-dialog {
    width: 100%;
  }
  .modal-footer .col-md-6 {
    width: 50%;
    float: left;
  }
  
  
  .home-content .col-md-4 {
    padding: 0px 10px;
  }
  .product-details .close {
    margin-right: -25px;
    margin-top: -15px;
  }

  #accordion {
    padding: 0px;
  }
    
  #content {
    padding: 0px;
  }
  .checkout-normal {
    display: none;
  }
  .checkout-responsive {
    display: block;
    clear: both; 
  }
  .checkout-responsive .product {
    clear: bottom;
    padding: 15px;
    margin-bottom: 15px;
    background: #f7f7f7;
  }
  .checkout-responsive .product .image {
    display: block;
    text-align: center;
  }
  .checkout-responsive .product .info {
    display: block;
    text-align: center;
  }
  
  
  
  .checkout-responsive .product .action {
    margin-bottom: 10px;
  }
  .checkout-responsive .product .action .price {
    display: block;
    margin-bottom: 10px;
    text-align: center;
  }
  
  
  .checkout-responsive .product .price span {
    padding: 5px 15px;
    font-weight: 600;
    border-radius: 5px;
    color: #3c1c0d;
    background: #d2ba71;
    display: inline-block;
    border: 2px solid #d2ba71;
  }
  .checkout-responsive .product .action .input-group {
    display: block;
    max-width: 207px;
    margin: 0 auto;
  }
  .checkout-responsive .product .action .input-group input[type="text"] {
    width: auto;
    height: 35px;
    padding: 0px;
    display: inline-block;
    border: 1px solid #d2ba71;
    box-shadow: none;
  }
  .checkout-responsive .product .action .input-group .btn-update {
    height: 35px;
    padding: 0px 13px;
    line-height: 35px;
  	-webkit-transition: all .25s ease-in-out;
  	-moz-transition: all .25s ease-in-out;
  	-o-transition: all .25s ease-in-out;
  	transition: all .25s ease-in-out;
  }
  .checkout-responsive .product .action .input-group .btn-update:hover {
    border: 1px solid #d2ba71;
    background: #d2ba71;
    color: #3c1c0d;
  }
  
  
  
  
  
  .checkout-responsive .product .info .content {
    display: block;
    padding: 15px;
  }
  
  .checkout-responsive .product .info h3 {
    color: #3c1c0d;
    font-weight: 500;
    font-size: 18px;
    margin: 0px;
    padding: 0px;
  }
  .checkout-responsive .product .info .model {
    color: #3c1c0d;
    font-weight: 400;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
  }
  .checkout-responsive .product .sub-products .products {
    border-top: 1px solid #d2ba71;
    padding-top: 15px;
  }
  .checkout-responsive .product .sub-products .products {
    border-top: 1px solid #d2ba71;
    padding-top: 15px;
    display: none;
  }
  .checkout-responsive .product .sub-products.open .products {
    display: block;
  }
  .checkout-responsive .product .sub-products .products h4 {
    text-align: center;
    margin: 0px 0px 10px 0px;
    padding: 0px;
  }
  .checkout-responsive .product .sub-products .products table {
    background: #ebe3ca;
    border: none;
    margin: 0px 0px 15px 0px;
    width: 100%;
  }
  .checkout-responsive .product .sub-products .products table tr td {
    vertical-align: middle;
    padding: 5px 10px;
    font-size: 12px;
    white-space: nowrap;
    border-top: none;
    border-bottom: 3px solid #f7f7f7;
  }
  .checkout-responsive .product .sub-products .products table tr td.img {
    padding: 5px 0px 5px 5px;
    max-width: 40px;
  }
  .checkout-responsive .product .sub-products .products table tr td.img img {
    max-width: 50px;
  }
  
  
  .checkout-responsive .product .sub-products .products .btn-edit-pralines {
    margin: 0px 0px 10px 0px;
  }
  .checkout-responsive .product .sub-products .showHideSubProducts .btn-icon {
    margin: 0px 0px 0px 10px;
  }
  .checkout-responsive .product .sub-products .showHideSubProducts .btn-icon:before {
    margin-top: -11px;
    position: absolute;
  }
  
  
  .cart-page .col-md-6 {
    margin-left: -15px;
    margin-right: -15px;
  }
  
  
  
  
  
}



@media only screen and (max-width: 940px) {
  
  #menu .nav > li > a {
    padding: 15px 11px;
    font-size: 13px;
  }
  
  
  body.aside-open .container {
    width: auto;
    display: block;
    margin: 0px 0px;
  }
  
  
  
}

@media only screen and (max-width: 830px) {

  #logo {
      width: 200px !important;
  }
  
}









@media only screen and (max-width: 767px) {

  body.aside-open #menu {
    margin-right: 0px;
  }
  :root {
    --column-right-aside-width: 100%;
  }
  
  body {
    margin-top: 60px;
  }
  #menu {
    margin-top: 60px;
  }
  
  body.aside-open .column-right-aside {
    top: 60px !important;
    height: calc(100vh - 60px);
  }
  
  .column-right-aside .btn-close-aside {
    display: block;
  }

  #fullbox .modal-item {
    width: 50%;
  }
  .product-details .close {
    margin-right: -25px;
    margin-top: -5px;
  }
  
    
  
  .aside-grey .col-sm-12 {
    padding-left: 0px;
    padding-right: 0px;
  }
  
  
  #complements .modal-item {
    width: 50%;
  }
  #complements .modal-item .box-text {
    display: none;
  }
  
  .modal-footer .col-md-6 {
    width: 100%;
    margin: 5px 0px;
    padding: 0px;
    float: none;
  }
  
  
  
  header {
    height: 60px;
    padding: 0px;
    position: fixed !important;
    width: 100%;
    display: block;
    top: 0px !important;
    z-index: 9998;
    
    -webkit-box-shadow: 0px -15px 14px 14px rgba(60,28,13,1);
    -moz-box-shadow: 0px -15px 14px 14px rgba(60,28,13,1);
    box-shadow: 0px -15px 14px 14px rgba(60,28,13,1);

  }
  
  .product-layout {
    width: 25%;
  }
  
  #header-top {
    display: none;
  }
  #top {
    display: none;
  }
  
  
  #logo,
  #logo a,
  #logo a img {
    width: 150px;
    height: auto;
  }
  #logo {
    margin: 20px 0px 0px -15px;
    float: none;
  }
  #logo a {
    display: inline-block;
    margin: 0px;
  }
  #logo a img {
    display: none;
  }
  #logo a #logo-responsive {
    display: block;
  }
  
  
  
  
  
  
  header .col-cart {
    width: auto;
    margin: 0px;
    position: fixed;
    top: 0px;
    right: 55px;
  }
  .header-button {
    margin: 0px 0px 0px 2px;
    padding: 20px 8px;
    max-height: 60px;
    height: auto;
    max-width: 60px;
    text-align: center;
  }
  .header-button .icon {
    font-size: 18px;
  }
  
  #cart {
    margin-top: 0px;
  }
  #cart .btn {
    padding: 0px;
  }
  #cart .btn .cart-total-items {
    margin: -14px 0px 0px -20px;
  }
  
  #cart .cart-total {
    display: none;
  }
  #cart .dropdown-menu {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    position: fixed;
    left: 0px;
    padding: 10px;
    top: 58px;
    min-height: calc(100% - 58px) !important;
    z-index: 9998;
  }
  #cart .dropdown-menu .image {
    display: none;
  }
  #search {
    display: none !important;
  }
  #menu #category {
    display: none !important;
  }
  
  
  
  #search-responsive {
    display: block;
    float: right;
  }
  #search-responsive .btn-search .fal {
    font-size: 16px;
  }
  #search-responsive .btn-search {
    cursor: pointer;
  }
  
  
  
  #search-responsive .btn-search.open {
    color: #d2ba71;
  }
  #search-responsive .input-group {
    width: 100% !important;
    background: #3c1c0d;
    left: 0px;
    top: 60px;
    position: fixed;
    z-index: 9998;
    margin-top: 0px;
    padding: 10px 10px !important;
    display: none;
  }
  #search-responsive .input-group.open {
    display: block;
  }
  #search-responsive .input-group .input-lg {
    width: 80%;
    height: 35px;
    float: left;
    border: 1px solid #3c1c0d;
  }
  #search-responsive .input-group .btn {
    width: 20%;
    height: 35px;
    float: left;
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
    border-radius: 0px;
    border-radius: 6px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  	-webkit-transition: all .25s ease-in-out;
  	-moz-transition: all .25s ease-in-out;
  	-o-transition: all .25s ease-in-out;
  	transition: all .25s ease-in-out;
  }
  
  
  

  #menu {
    display: inline-block;
    float: right;
    min-height: auto;
    position: fixed;
    right: 0px;
    top: 0px;
    border-radius: 0px;
    background: none;
    z-index: 9998;
    box-shadow: none;
    background-color: none;
    border: none;
  }

  #menu .container {
    padding: 0px;
    margin: 0px;
    width: 100% !important;
  }
  #menu .btn-navbar {
    position: absolute;
    position: fixed;
    right: 0px;
    top: 0px;
    height: 60px;
    width: 60px;
    margin: 0px;
    padding: 3px 0px 0px 0px;
    float: none;
    text-align: center;
    background: none;
  }
  #menu .btn-navbar:hover,
  #menu .btn-navbar:focus,
  #menu .btn-navbar:active {
    background: none;
    border: none;
    outline: none;
  }
  #menu .btn-navbar .fal {
    font-size: 20px;
    color: #fff;
  	-webkit-transition: all .25s ease-in-out;
  	-moz-transition: all .25s ease-in-out;
  	-o-transition: all .25s ease-in-out;
  	transition: all .25s ease-in-out;
  }
  #menu .btn-navbar.open .fal:before {
    content: '\f00d';
  }
  #menu .navbar-collapse {
    width: 100vw;
    position: relative;
    background: none;
    padding: 0px !important;
    margin: -2px 0px 0px 0px !important;
    box-shadow: none;
  }
  #menu .navbar-nav {
    margin: 0px 0px 0px 0px !important;
    padding: 0px !important;
    width: 100% !important;
    background: #3c1c0d;
  }
  #menu .nav > li {
    display: block;
  }
  #menu .nav > li a {
    color: #fff;
    padding: 15px 15px;
    min-height: auto;
    font-size: 16px;
    text-align: right;
  }
  #menu .nav > li a .fa-caret-down {
    margin-left: 10px;
    font-size: 19px;
  }
  #menu .nav > li a .fa-caret-down:before {
    content: "\f107";
  }
  #menu .nav > li a:after {
    display: none;
  }
  #menu .nav > li a:active,
  #menu .nav > li a:focus {
    color: #d0b870;
  }
  
  
  #menu .nav > li + li {
    border-top: 1px dashed #947b30;
  }
  #menu div.dropdown-menu,
  #menu .nav > li.open > a {
    background-color: none;
  }
  #menu div.dropdown-menu {
    padding: 0px;
    margin: 0px;
  }

  #menu #category {
    display: none !important;
  }
  
  footer .footerLogo {
    padding: 0px 30px;
  } 
  
  .sub-categories .sub-category {
    width: 50%;
    float: left;
  }
  
  
  
  
  
  .product-thumb {
    padding: 5px;
  }
  .product-thumb .caption {
    min-height: 135px;
  }
  .product-details {
    padding: 15px;
  }
  .product-button #input-quantity {
    font-size: 20px;
    padding: 11px 15px;
    border: 1px solid #d2ba71;
    box-shadow: none;
    text-align: center;
    width: 70px;
  }


  .product-details .product-button {
    text-align: left;
  }
  .product-details .product-attributes {
    border-bottom: 1px solid #3c1c0d;
    margin-bottom: 15px;
  }
  .product-details .quantity-wrap {
    margin: 8px 10px 0px 0px;
    width: 100px;
    float: left;
  }
  #button-cart {
    margin: 8px 0px 0px 0px;
    display: block !important;
    width: calc(100% - 110px) !important;
    height: 55px;
    float: left !important;
  }


  #bows .box-text {
    display: none;
  }
  #bows .col-md-4 {
    width: 25% !important;
  }




}





@media only screen and (max-width: 600px) {

  .product-layout {
    width: 50%;
  }
  table.choosen-box .image {
    display: none;
  }
}

@media only screen and (max-width: 450px) {
  .cart-page .buttons .pull-left,
  .cart-page .buttons .pull-right {
    width: 100%;
    float: none;
  }
  .cart-page .buttons .pull-left .btn,
  .cart-page .buttons .pull-right .btn {
    display: block;
    margin: 5px;
  }
  
}
