@import "fonts/pfdin.css";

.delivery_special {
    text-align: left;
    padding: 0 10px;
    color: #C80002;
}


.btn-primary,
.btn-primary:focus {
    border: 1px solid #C80002;
    color: #C80002;
    border-radius: 5px;
    font-family: "DINPro-Medium",arial,sans-serif;
    font-size: 14px;
    line-height: 18px;
    padding: 7px 15px;
    text-shadow: none;
    text-align: center;
    box-shadow: none;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 100%) !important;
    background: -webkit-linear-gradient(top, #ffffff 0%,#f1f1f1 100%) !important;
    background: linear-gradient(to bottom, #ffffff 0%,#f1f1f1 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1f1',GradientType=0 ) !important;
}
.btn-primary:hover, 
.btn-primary:active {
    border: 1px solid #C80002;
    color: #ffffff;
    border-radius: 5px;
    font-family: "DINPro-Medium",arial,sans-serif;
    font-size: 14px;
    line-height: 18px;
    padding: 7px 15px;
    text-shadow: none;
    box-shadow: none;
    background: #C80002 !important;
}

.fixed-icons-container {
    position: fixed;
    display: block;
    width: 50px;
    top: 200px;
    right: 0px;
    z-index: 20;
}
.fixed-icons-container a.fixed-icons-cart,
.fixed-icons-container a.fixed-icons-compare,
.fixed-icons-container a.fixed-icons-contacts {
    display: block;
    height: 50px;
    width: 50px;
    margin-bottom: 3px;
    border-radius: 5px 0 0 5px;
    border: 1px solid #5D6373;
    border-right: 0 solid transparent;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    text-decoration: none;
    
    background: #ffffff !important;
    background: -moz-linear-gradient(top, #ffffff 0%, #E8EDF0 100%) !important;
    background: -webkit-linear-gradient(top, #ffffff 0%,#E8EDF0 100%) !important;
    background: linear-gradient(to bottom, #ffffff 0%,#E8EDF0 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#E8EDF0',GradientType=0 ) !important;
}
.fixed-icons-container a.fixed-icons-cart:hover,
.fixed-icons-container a.fixed-icons-compare:hover,
.fixed-icons-container a.fixed-icons-contacts:hover,
.fixed-icons-container a.fixed-icons-cart:active,
.fixed-icons-container a.fixed-icons-compare:active,
.fixed-icons-container a.fixed-icons-contacts:active {
    box-shadow: 0 0 0px rgba(0,0,0,0.2);
    border: 1px solid #0023B5;
    border-right: 0 solid transparent;
    cursor: pointer;
    text-decoration: none;
}
.fixed-icons-container a div span {
    position: relative;
    color: #5F6176;
    border: 1px solid #5F6176;
    border-radius: 3px;
    font-family: "DINPro-Medium",arial,sans-serif !important;
    font-size: 12px;
    line-height: 12px;
    padding: 1px 6px;
    text-decoration: none;
    top: 3px;
    left: 3px;
    background: #ffffff !important;
    background: -moz-linear-gradient(top, #ffffff 0%, #E8EDF0 100%) !important;
    background: -webkit-linear-gradient(top, #ffffff 0%,#E8EDF0 100%) !important;
    background: linear-gradient(to bottom, #ffffff 0%,#E8EDF0 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#E8EDF0',GradientType=0 ) !important;
}
.fixed-icons-container a div {
    background-size: 34px 26px;
    background-color: transparent;
    background-repeat: no-repeat;
    display: block;
    height: 50px;
    width: 50px;
    text-decoration: none;
}
.fixed-icons-container a.fixed-icons-cart div {
    background-image: url("../image/begemot/fixed_icons_cart.png");
    background-position: 10px 15px;
}
.fixed-icons-container .fixed-icons-compare div {
    background-image: url("../image/begemot/fixed_icons_compare.png");
    background-position: 10px 15px;
}
.fixed-icons-container a.fixed-icons-contacts div {
    background-image: url("../image/begemot/fixed_icons_contacts.png");
    background-position: 10px 13px;
}


@media (max-width: 767px) {
    .fixed-icons-container {
        width: 50px;
        top: 20px;
    }
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    color: #000000;
    font-family: "DINPro-Bold", Arial, sans-serif;
    font-weight: normal;
    margin: 10px 0;
}
h1 {
    font-size: 24px;
}
.heading_title {
    color: #000;
    font-size: 24px;
    line-height: 28px;
    color: #000000;
    font-family: "DINPro-Bold", Arial, sans-serif;
    font-weight: normal;
    margin: 10px 0;
}
.h1, .h2, .h3, .h4, .h5, .h6 {
    color: #000;
    font-size: 24px;
}
b, strong {
    font-family: "DINPro-Medium", Arial, sans-serif !important;
    font-weight: normal !important;
}
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 16px;
    border-left: 4px solid #0321B7;
    font-style: italic;
}
input,
input:focus,
input:hover,
input:active {
    outline: none !important;
}
input.form-control:focus,
input.form-control:active {
    outline: none !important;
    box-shadow: 1px 1px 0 #e3e3e3 inset, 0 -1px 0 #e3e3e3 inset;
    border: 1px solid #3f3f3f;
}
a,
a:focus {
    color: #0023B5;
    outline: none;
}
a:hover,
a:active {
    color: #001877;
    outline: none;
}
body {
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    font-family: "DINPro-Regular", "Roboto Condensed", sans-serif;
}
#content {
    min-height: 0px;
}

.btn-sort-limit .caret {
    position: absolute;
    right: 10px;
    top: 15px;
}
.btn-sort-limit,
.btn-sort-limit:focus {
    background-color: #f5f5f5;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fefefe+0,dadada+100 */
    background: #fefefe; /* Old browsers */
    background: -moz-linear-gradient(top,  #fefefe 0%, #dadada 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #fefefe 0%,#dadada 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #fefefe 0%,#dadada 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#dadada',GradientType=0 ); /* IE6-9 */

    border-color: #a7a7a7;
    border-radius: 0 !important;
    border-style: solid;
    border-width: 1px;
    box-shadow: none;
    color: #303030;
    display: block;
    font-size: 14px !important;
    height: 36px;
    margin-right: 0;
    margin-left: 1px;
    padding: 5px 15px 5px 10px;
    text-align: left;
    width: 151px;
}
.btn-group.open .dropdown-toggle {
        background: #dadada; /* Old browsers */
    background: -moz-linear-gradient(top,  #dadada 0%, #fefefe 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #dadada 0%,#fefefe 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #dadada 0%,#fefefe 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dadada', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */

}



.pagination {
    text-align: center;
    padding: 40px 0;
    display: block;
}
.pagination li {
    display: inline-block;
}
.pagination li a, 
.pagination li a:focus {
    background-color: transparent;
    border: medium none;
    color: #818181;
    font-size: 24px;
    line-height: 20px;
    margin-right: 10px;
    padding: 0;
    text-decoration: none;
    border: 1px solid transparent;
    display: block;
    padding: 2px 7px 4px 7px;
    border-radius: 3px;
    text-decoration: none;
}
.pagination li a:hover, 
.pagination li a:active {
    color: #C42426;
    text-decoration: none;
    background-color: transparent;
    border: 1px solid transparent;
}
.pagination li.active span, 
.pagination li.active span:focus {
    background-color: transparent;
    border: medium none;
    color: #C42426;
    font-size: 24px;
    line-height: 20px;
    margin-right: 10px;
    padding: 0;
    text-decoration: none;
    border: 1px solid #C42426;
    display: block;
    padding: 2px 7px 4px 7px;
    border-radius: 3px;
}
.pagination li.active span:hover, 
.pagination li.active span:active {
    background-color: transparent;
    color: #C42426;
    text-decoration: none;
    border: 1px solid #C42426;
    cursor: default;
}





#list-view,
#list-view:focus,
#grid-view,
#grid-view:focus {
    background-color: #ffffff;
    border: 1px solid #A2A2A2;
    box-shadow: none;
    color: transparent;
    height: 19px;
    text-shadow: none;
    width: 26px;
    padding: 0;
    background-position: 3px 2px;
    border-radius: 3px;
    background-repeat: no-repeat;
}
#list-view:hover,
#list-view:active,
#grid-view:hover,
#grid-view:active,
#list-view.active,
#grid-view.active {
    background-color: #ffffff;
    border: 1px solid #C70100;
}

#grid-view {
    margin-left: 2px;
    margin-right: 1px;
}
#list-view {
    margin-left: 1px;
    margin-right: 2px;
}
#grid-view {
    background-image: url("../image/begemot/sort_grid.png");
}
#list-view {
    background-image: url("../image/begemot/sort_list.png");
}
 

.btn-sort-limit > span:first-child {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: auto;
}

.btns-view-sort-container {
    text-align: right;
    padding: 0 0 20px 0;
}
.btns-view-container {
    display: inline-block;
    margin-right: 20px;
}
.sort-container {
    display: inline-block;
}
.sort-container > label {
    color: #000000;
    text-decoration: none;
    font-size: 14px;
    line-height: 16px;
    font-family: "DINPro-Regular",arial,sans-serif;
    display: inline-block;
    margin-right: 10px;
}
#sort-container-selected {
    display: inline-block;
    text-align: left;
    position: relative;
}
#sort-container {
    display: none;
    text-align: left;
    background-color: #ededed;
    padding: 10px 9px 15px 9px;
    width: 180px;
    position: absolute;
    top: -1px;
    left: 0;
    z-index: 99;
    border-left: 1px solid #E6E6E6;
    border-right: 1px solid #E6E6E6;
}
#sort-container-selected > span {
    cursor: pointer;
    text-transform: lowercase;
    display: inline-block;
    padding: 10px 10px 10px 10px;
    width: 180px;
    color: #000000;
    text-decoration: underline;
    font-size: 14px;
    line-height: 16px;
    font-family: "DINPro-Regular",arial,sans-serif;
}
#sort-container ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#sort-container ul li {
    text-transform: lowercase;
}
#sort-container ul li a,
#sort-container ul li a:focus {
    text-transform: lowercase;
    color: #000000;
    text-decoration: none;
    font-size: 14px;
    line-height: 16px;
    font-family: "DINPro-Regular",arial,sans-serif;
}
#sort-container ul li a:hover,
#sort-container ul li a:active {
    text-transform: lowercase;
    color: #D80100;
    text-decoration: underline;
    font-size: 14px;
    line-height: 16px;
    font-family: "DINPro-Regular",arial,sans-serif;
}
#sort-container ul li > span {
    cursor: default;
    color: #D80100;
    text-decoration: none;
}

@media (max-width: 767px) {
    .btn-sort-limit {
        margin-right: 3px;
        margin-bottom: 10px;
    }
    .btns-view-container {
        display: none;
    }
    .sort-container {
        display: block;
    }
    .btns-view-sort-container {
        text-align: left;
    }
}



.breadcrumb > li::after {
    color: #000;
    content: ">";
    position: absolute;
    right: -15px;
}
.breadcrumb > li:last-child::after {
    color: #000;
    content: ">";
    position: absolute;
    right: -15px;
    display: none;
}
.breadcrumb li {
    color: #000;
    text-shadow: none;
    padding: 0 0px;
    position: relative;
    white-space: normal;
    margin-right: 20px;
    cursor: default;
}
.breadcrumb li a,
.breadcrumb li a:focus {
    color: #000;
    text-decoration: none;
}
.breadcrumb li a:hover,
.breadcrumb li a:active {
    color: #000;
    text-decoration: underline;
}
.breadcrumb {
    background-color: #ffffff;
    border: 0px solid #e6e6e6;
    border-radius: 0;
    margin-bottom: 12px;
    padding: 8px 0 0 0;
    color: #000;
}


.form-control:focus {
    border-color: #FE9400;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(254, 148, 0, 0.6);
    outline: 0 none;
}








.product-grid .product-thumb-container {
    height: 390px;
    min-height: 390px;
    padding: 20px 0;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}
.product-grid .product-thumb-container::before {
    background-image: url("../image/begemot/catalog_hider_white.png");
    background-color: transparent;
    content: "";
    display: block;
    height: 40px;
    position: absolute;
    bottom: 0;
    width: 100%;
    background-size: 100% 100%;
    z-index: 99;
}

.product-layout .product-thumb {
    overflow: visible;
    background-color: #ffffff;
}
.product-thumb {
    border: 1px solid #CCCCCC !important;
    border-radius: 10px;
    margin: 0;
    padding: 15px;
}


.product-grid .product-thumb-container:hover {
    height: auto;
    overflow: visible;
    z-index: 99;
}
.product-grid .product-thumb-container:hover .product-thumb {
    position: absolute;
    width: 100%;
    z-index: 99;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.product-grid .product-thumb-container:hover::before {
    display: none;
}


@media (max-width: 767px) {
    .product-grid .product-thumb-container {
        height: auto !important;
        overflow: visible !important;
        margin-bottom: 0px !important;
    }
    .product-grid .product-thumb-container .product-thumb {
        position: relative !important;
    }
    .product-grid .product-thumb-container::before {
        display: none;
    }
}



.product-thumb-special-price-container:hover {
    border: 1px solid #e10052 !important;
}
.container-related .product-thumb .product-description,
.product-grid .product-thumb .product-description {
    display: none !important;
}

.container-module .product-thumb .caption,
.container-module .product-thumb .caption-tabs,
.product-thumb .caption {
    padding: 0px;
}
.container-module .product-thumb .caption .product-name,
.container-module .product-thumb .caption-tabs .product-name,
.product-thumb .product-name {
    padding: 0px 5px;
}
.product-thumb .price {
    color: #303030;
    font-family: "PFDinTextCondProMedium","Roboto Condensed",sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 20px;
    padding: 3px 5px 3px;
    margin-top: 6px;
    margin-bottom: 10px;
    transition: all 100ms linear 0s;
}
.product-thumb .price .price-new {
    color: #e10052;
    font-family: "PFDinTextCondProMedium","Roboto Condensed",sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 20px;
    transition: all 100ms linear 0s;
}
.product-thumb .price .price-old {
    color: #303030;
    font-family: "PFDinTextCondProRegular","Roboto Condensed",sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 16px;
    transition: all 100ms linear 0s;
}

.product-list {
    padding-bottom: 20px;
}
.product-list .product-slider-left {
    float: left;
    width: 30%;
    padding: 0 15px;
}
.product-list .product-slider-left img {
    width: 100%;
}
.product-list .product-slider-left .product-slider-name {
    text-align: left;
}

.product-slider-stock_status {
    display: none;    
}
.product-list .product-slider-left .product-slider-stock_status {
    display: block;    
}
.product-list .product-slider-left .product-slider-stock_status .in_stock {
    color: #000000;
    text-decoration: none;
    font-size: 14px;
    line-height: 16px;
    font-family: "DINPro-Regular",arial,sans-serif !important;
    background-image: url("../image/begemot/checkbox_checked.png");
    background-size: 17px 17px;
    background-position: 0 center;
    background-repeat: no-repeat;
    padding: 5px 0 5px 25px;
    display: inline-block;
    cursor: default;
}
.product-list .product-slider-left .product-slider-stock_status .out_of_stock {
    color: #727272;
    text-decoration: none;
    font-size: 14px;
    line-height: 16px;
    font-family: "DINPro-Regular",arial,sans-serif !important;
    background-image: url("../image/begemot/checkbox_unchecked.png");
    background-size: 17px 17px;
    background-position: 0 center;
    background-repeat: no-repeat;
    padding: 5px 0 5px 25px;
    display: inline-block;
    cursor: default;
}

.product-list .product-slider-center {
    width: 45%;
    float: left;
    border-right: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    height: 100%;
    min-height: 200px;
    padding: 0 40px;
}
.product-list .product-slider-right {
    float: right;
    width: 25%;
    padding-top: 30px;
}
.product-list .product-slider-right .product-slider-additional-buttons {
    text-align: left;
    padding-left: 50px;
}
.product-list .product-slider-right .product-slider-additional-buttons .product-compare-button {
    float: none;
    display: inline-block;
    margin-bottom: 5px;
}
.product-list .product-slider-right .product-slider-additional-buttons .product-fastorder-button {
    float: none;
    display: inline-block;
}
.product-list .product-slider-right .product-slider-additional-buttons .product-fastorder-button .fastorder {
    padding-left: 10px !important;
}
.product-list .product-slider-right .product-slider-additional-buttons .product-fastorder-button .btn-quick-order {
    background-position: -5px 2px !important;
}
.product-list .product-thumb-container:hover .product-thumb {
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}


.product-thumb .product-slider-image {
    position: relative;
    /*max-width: 240px;*/
    margin: 0 auto;
}
@media (max-width: 1201px) {
    .product-list .product-slider-left {
        width: 30%;
        padding: 0 10px;
    }
    .product-list .product-slider-center {
        width: 45%;
        padding: 0 20px;
    }
    .product-list .product-slider-right {
        width: 25%;
    }
}
@media (max-width: 989px) {
    .product-list .product-slider-left {
        width: 100%;
        padding: 0 5px;
    }
    .product-list .product-slider-center {
        width: 50%;
        padding: 0 5px;
        border-left: 0px solid #CCCCCC;
    }
    .product-list .product-slider-right {
        width: 50%;
    }
    .product-list .product-slider-left .product-slider-name {
        text-align: center;
    }
}
@media (max-width: 767px) {
    
}
.product-list .product-thumb .price {
    color: #303030;
    font-family: "PFDinTextCondProMedium","Roboto Condensed",sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 20px;
    padding: 3px 0 10px 0;
}
.product-list .product-thumb-special-price-container .price {
    background-color: #ffffff !important;
    padding: 2px 5px 4px 5px !important;
    margin: 10px 0 !important;
    transition: all 100ms linear 0s;
}
.product-list .product-thumb-special-price-container:hover .price {
    background-color: #e10052 !important;
    padding: 2px 5px 4px 5px !important;
    margin: 10px 0 !important;
}
.product-list .product-thumb-special-price-container .price .price-new {
    color: #e10052;
    font-family: "PFDinTextCondProMedium","Roboto Condensed",sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 20px;
    transition: all 100ms linear 0s;
}
.product-list .product-thumb-special-price-container .price .price-old {
    color: #303030;
    font-family: "PFDinTextCondProRegular","Roboto Condensed",sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 16px;
    transition: all 100ms linear 0s;
}
.product-list .product-thumb-special-price-container:hover .price .price-new {
    color: #ffffff;
    font-family: "PFDinTextCondProMedium","Roboto Condensed",sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 20px;
}
.product-list .product-thumb-special-price-container:hover .price .price-old {
    color: #ffffff;
    font-family: "PFDinTextCondProRegular","Roboto Condensed",sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 16px;
}
.product-thumb-special-price-container .price {
    background-color: #ffffff !important;
    padding: 2px 5px 4px 5px !important;
}
.product-thumb-special-price-container:hover .price {
    background-color: #e10052 !important;
    padding: 2px 5px 4px 5px !important;
}
.product-thumb-special-price-container:hover .price .price-new {
    color: #ffffff;
    font-family: "PFDinTextCondProMedium","Roboto Condensed",sans-serif;
    font-size: 18px;
    font-weight: normal;
    line-height: 20px;
}
.product-thumb-special-price-container:hover .price .price-old {
    color: #ffffff;
    font-family: "PFDinTextCondProRegular","Roboto Condensed",sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 16px;
}

.actions-quick-order {
    display: none !important;
}
.product-grid .product-thumb .list-quick-order {
    display: inline-block !important;
}
.product-thumb .product-name a {
    color: #303030 !important;
    display: block;
    font-size: 16px !important;
    line-height: 16px;
    /*text-transform: uppercase;*/
    font-family: "PFDinTextCondProMedium","Roboto Condensed",sans-serif;
}
.product-list .product-name a {
    color: #303030 !important;
    display: block;
    font-size: 18px !important;
    text-transform: none;
    font-family: "PFDinTextCondProMedium","Roboto Condensed",sans-serif;
}
.container-module .product-name {
    height: 48px;
}

.product-thumb:hover .cart .btn-general,
.product-thumb .cart .btn-general, 
.product-thumb .cart .btn-general:focus {
    background-color: #FE9400;
    border-color: #D87E00;
    border-radius: 4px;
    border-style: none none solid;
    border-width: 2px;
    box-shadow: none;
    color: #fff;
    display: inline-block;
    font-family: "PFDinTextCondProBold","Roboto Condensed",sans-serif;
    font-size: 12px;
    line-height: 18px;
    font-weight: normal;
    padding: 5px 10px;
    text-transform: none;
    transition: all 0s ease 0s;
    text-transform: uppercase;
}
.product-thumb:hover .cart .btn-general .fa,
.product-thumb .cart .btn-general .fa, 
.product-thumb .cart .btn-general .fa:focus {
    background-image: url("../image/kinetic-sand/cart_icon.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 13px 15px;
    color: transparent;
    font-size: 15px;
    height: 15px;
    line-height: 15px;
    margin-right: 5px;
    text-shadow: none;
    width: 13px;
}
.product-thumb .cart .btn-general:hover,
.product-thumb .cart .btn-general:active { 
	background-color: #E98D1F !important;
    border-color: #D87E00 !important;
	color: #fff;
}
.product-thumb .caption-tabs,
.product-thumb .caption {
    margin-bottom: 13px !important;
}
.product-thumb .list-quick-order .btn-fastorder, 
.product-thumb .list-quick-order .btn-fastorder:focus {
    background-color: #78ac00;
    border-color: #669200;
    border-radius: 4px;
    border-style: none none solid;
    border-width: 2px;
    box-shadow: none;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    line-height: 11px;
    padding: 4px 15px 2px;
    text-transform: none;
    transition: all 0s ease 0s;
    text-transform: uppercase;
    font-family: "PFDinTextCondProMedium","Roboto Condensed",sans-serif;
}
.product-thumb .list-quick-order .btn-fastorder:hover,
.product-thumb .list-quick-order .btn-fastorder:active { 
	background-color: #6C9A00;
    border-color: #669200;
	color: #fff;
}
.product-thumb .list-quick-order .btn-fastorder .fa, 
.product-thumb .list-quick-order .btn-fastorder span {
    display: none !important;
}




#popup-quickorder .sections_block .fa,
#popup-callback .sections_block .fa {
    color: #0C7D3D !important;
}
#popup-quickorder .sections_block_rquaired .fa,
#popup-callback .sections_block_rquaired .fa {
    color: #C80000 !important;
}



.product-slider .owl-item .item {
    border: 0 solid #cccccc;
    border-radius: 0;
}
.container-module .product-thumb {
    overflow: visible;
    position: relative;
}
.reviews .product-thumb .caption {
    padding: 0 10px;
}
.product-list .product-thumb .product-name {
    padding: 0;
}





#product .sku b,
#product .manufacturer b,
#product .model b,
#product .reward b,
#product .minimum b,
#product .points b,
#product .availability b {
    color: #303030;
    font-size: 14px;
    font-family: "PFDinTextCondProMedium","Roboto Condensed",sans-serif;
    line-height: 16px;
}
#product .sku,
#product .manufacturer,
#product .model,
#product .reward,
#product .minimum,
#product .points,
#product .availability {
    color: #303030;
    font-size: 14px;
    font-family: "PFDinTextCondProRegular","Roboto Condensed",sans-serif;
    line-height: 16px;
    padding-bottom: 3px;
}
#product .availability .stock_status_success {
    color: #78AC00;
    font-size: 14px;
    font-family: "PFDinTextCondProRegular","Roboto Condensed",sans-serif;
    line-height: 16px;
    padding: 0;
    border: none;
    background: none;
}
#product .availability .qty-not-in-stock {
    color: #E10052;
    font-size: 14px;
    font-family: "PFDinTextCondProRegular","Roboto Condensed",sans-serif;
    line-height: 16px;
    padding: 0;
    border: none;
    background: none;
}



#product .options {
    padding-top: 10px;
}
#product .options .form-group {
    padding-bottom: 10px;
}
#product .options .form-group.has-error label.control-label,
#product i.required {
    color: #e10052;
}
.option-danger,
#product .options .form-group .text-danger {
    color: #e10052;
    background-color: #ffffff;
    border: 1px solid #e10052;
    border-radius: 0;
}
#product .options .color-option {
    border: 1px solid #ffffff;
    border-radius: 0;
    box-sizing: content-box !important;
    cursor: pointer;
    display: inline-block;
    height: 24px;
    margin: 0 1px;
    padding: 0;
    vertical-align: middle;
    width: 24px;
    box-shadow: 0 0 1px #ffffff;
    padding: 0;
}
#product .options .image-radio input:checked + span.color-option {
    border: 1px solid #ffffff;
    box-shadow: 0 0 1px #FE9400, 0 0 1px #FE9400, 0 0 1px #FE9400, 0 0 1px #FE9400, 0 0 1px #FE9400;
    border-radius: 0;
    padding: 0;
}

#product .options .form-group .control-label {
    font-family: "PFDinTextCondProMedium","Roboto Condensed",sans-serif;
}

#product .radio-checbox-options label,
#product .radio-checbox-options label:focus {
    background-color: transparent;
    box-shadow: none;
    border-color: #2b8cdb #2b8cdb #1475c4;
    border-radius: 0;
    border-style: solid;
    border-width: 0;
    color: #303030;
    cursor: pointer;
    display: inline-block;
    font-family: "PFDinTextCondProMedium","Roboto Condensed",sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 16px;
    padding: 0 15px 0 0;
    text-shadow: none;
    position: relative;
}
#product .radio-checbox-options label:hover,
#product .radio-checbox-options label:active {
    background-color: transparent;
    box-shadow: none;
    border-color: #2b8cdb #2b8cdb #1475c4;
    border-radius: 0;
    border-style: solid;
    border-width: 0;
    color: #303030;
    cursor: pointer;
    display: inline-block;
    font-family: "PFDinTextCondProMedium","Roboto Condensed",sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 16px;
    padding: 0 15px 0 0;
    text-shadow: none;
    position: relative;
}
#product .radio-checbox-options label .option-price {
    display: none !important;
}


#product .radio-checbox-options label::before,
#product .radio-checbox-options label:focus::before {
    background-color: #ffffff;
    border: 1px solid #849aaa;
    border-radius: 50%;
    content: "";
    display: block;
    float: left;
    height: 16px;
    margin-right: 5px;
    width: 16px;
    position: relative;
}
#product .radio-checbox-options input:checked + label {
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
    color: #303030;
    text-shadow: none;
}
#product .radio-checbox-options label:hover::before,
#product .radio-checbox-options label:active::before {
    box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.4);
}
#product .radio-checbox-options input:checked + label::after/*,
#product .radio-checbox-options label:hover::after,
#product .radio-checbox-options label:active::after*/ {
    background-color: #78AC00;
    border-radius: 50%;
    content: "";
    display: block;
    float: left;
    height: 10px;
    width: 10px;
    position: absolute;
    top: 3px;
    left: 3px;
}






#product .panel-body {
    padding-top: 0;
}

#product .price-wrapper {
    border-bottom: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    margin: 10px 0;
    padding: 10px 0;
}
#product .price-special-wrapper {
    border-bottom: 1px solid #e10052;
    border-top: 1px solid #e10052;
}
#product .price-wrapper .price {
    color: #303030 !important;
    font-family: "PFDinTextCondProMedium","Roboto Condensed",sans-serif !important;
    font-size: 32px !important;
    font-weight: normal !important;
    line-height: 32px !important;
}

#product .price-wrapper .price .price-old {
    color: #303030;
    font-family: "PFDinTextCondProRegular","Roboto Condensed",sans-serif;
    font-size: 26px;
    font-weight: normal;
    line-height: 28px;
    display: block;
}
#product .price-wrapper .price .price-new {
    color: #e10052;
    display: block;
    font-family: "PFDinTextCondProMedium","Roboto Condensed",sans-serif;
    font-size: 32px;
    font-weight: normal;
    line-height: 26px;
}
#product .price-wrapper .price .price-text-sale {
    color: #e10052;
    display: block;
    font-family: "PFDinTextCondProBold","Roboto Condensed",sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 16px;
    padding-top: 5px;
}




.find_cheaper {
    padding-top: 5px;
}

#product .btn-compare,
#product .btn-compare:focus {
    background-color: transparent;
    background-image: url("../image/kinetic-sand/btn_compare.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 20px 60px;
    border: medium none;
    color: transparent !important;
    display: inline-block;
    height: 20px;
    margin-left: 5px;
    margin-top: 4px;
    padding: 0;
    width: 20px;
    box-shadow: none;
    transition: all 0s ease 0s;
}
#product .btn-wishlist,
#product .btn-wishlist:focus {
    background-color: transparent;
    background-image: url("../image/kinetic-sand/btn_wishlist.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 20px 60px;
    border: medium none;
    color: transparent !important;
    display: inline-block;
    height: 20px;
    margin-left: 15px;
    margin-top: 4px;
    padding: 0;
    width: 20px;
    box-shadow: none;
    transition: all 0s ease 0s;
}

#product .btn-compare:hover,
#product .btn-compare:active,
#product .btn-wishlist:hover,
#product .btn-wishlist:active {
    background-color: transparent;
    background-position: 0 -40px;
    background-repeat: no-repeat;
    background-size: 20px 60px;
    border: medium none;
    color: transparent !important;
    display: inline-block;
    height: 20px;
    margin-top: 4px;
    padding: 0;
    width: 20px;
    box-shadow: none;
    transition: all 0s ease 0s;
}





#product .cart .btn-general, 
#product .cart .btn-general:focus {
    background-color: #fe9400;
    border-color: #d87e00;
    border-radius: 4px;
    border-style: none none solid;
    border-width: 2px;
    box-shadow: none;
    color: #fff;
    display: inline-block;
    font-family: "PFDinTextCondProBold","Roboto Condensed",sans-serif;
    font-size: 15px;
    font-weight: normal;
    line-height: 15px;
    max-width: 120px;
    padding: 8px 10px;
    text-transform: uppercase;
    transition: all 0s ease 0s;
    min-height: 41px;
    min-width: 120px;
    margin-right: 15px;
    margin-bottom: 10px;
}
#product .cart .btn-general .fa, 
#product .cart .btn-general .fa:focus {
    background-image: url("../image/kinetic-sand/cart_icon.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 21px 25px;
    color: transparent;
    font-size: 15px;
    height: 25px;
    line-height: 28px;
    margin-right: 5px;
    text-shadow: none;
    width: 21px;
}
#product .cart .btn-general:hover,
#product .cart .btn-general:active { 
	background-color: #E98D1F !important;
    border-color: #D87E00 !important;
	color: #fff;
}


#product .btn-fastorder, 
#product .btn-fastorder:focus {
    background-color: #78ac00;
    border-color: #669200;
    border-radius: 4px;
    border-style: none none solid;
    border-width: 2px;
    box-shadow: none;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    line-height: 13px;
    padding: 6px 15px 4px;
    text-transform: none;
    transition: all 0s ease 0s;
    text-transform: uppercase;
    font-family: "PFDinTextCondProMedium","Roboto Condensed",sans-serif;
    max-width: 120px;
    min-width: 120px;
    min-height: 43px;
    margin-bottom: 10px;
}
#product .btn-fastorder:hover,
#product .btn-fastorder:active { 
	background-color: #6C9A00;
    border-color: #669200;
	color: #fff;
}
#product .btn-fastorder .fa, 
#product .btn-fastorder span {
    display: none !important;
}

#product-thumbnail .thumbnail {
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 0;
    display: block;
    margin-bottom: 10px;
    padding: 0 !important;
}

.panel-delivery {
    border: 1px solid #dadada;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 40px;
    padding: 5px;
}
.custom-block-product {
    margin-bottom: 10px;
}
.custom-block-product .text {
    margin-left: 0;
    cursor: default;
}
.custom-block-product-title {
    cursor: default;
    font-family: "PFDinTextCondProMedium","Roboto Condensed",sans-serif;
    font-size: 18px;
    line-height: 18px;
    padding: 5px 0 10px 0;
}
.custom-block-product-text {
    cursor: default;
    font-size: 14px;
    line-height: 18px;
}

.tabs-product .nav-tabs {
    border-bottom: 2px solid #b4b4b4;
}
.tabs-product .nav-tabs > li {
    float: left;
    margin-bottom: 0px;
}
.tabs-product .nav-tabs > li > a,
.tabs-product .nav-tabs > li > a:focus {
    color: #303030;
    background-color: #e6e6e6;
    border: 0 solid transparent;
    border-radius: 0;
    font-size: 18px;
    line-height: 20px;
    margin: 0 10px 0 0;
    min-width: 190px;
    padding: 10px 20px;
    text-align: center;
}
.tabs-product .nav-tabs > li > a > i,
.tabs-product .nav-tabs > li > a:focus > i {
    display: none;
}
.tabs-product .nav-tabs > li.active > a,
.tabs-product .nav-tabs > li.active > a:focus {
    color: #303030;
    background-color: #CDCDCD;
    border: 0 solid transparent;
    border-radius: 0;
    font-size: 18px;
    line-height: 20px;
    margin: 0 10px 0 0;
    min-width: 190px;
    padding: 10px 20px;
    text-align: center;
    font-family: "PFDinTextCondProMedium","Roboto Condensed",sans-serif;
}
.tabs-product .tab-content {
    border: 0px;
    padding: 15px 0;
}
@media (max-width: 989px) {
    .tabs-product .nav-tabs > li > a,
    .tabs-product .nav-tabs > li > a:focus {
        font-size: 14px;
        line-height: 20px;
        min-width: 100px;
    }
    .tabs-product .nav-tabs > li.active > a,
    .tabs-product .nav-tabs > li.active > a:focus {
        font-size: 14px;
        line-height: 20px;
        min-width: 100px;
    }
}
@media (max-width: 767px) {
    .tabs-product .nav-tabs > li {
        float: none;
    }
    .tabs-product .nav-tabs > li > a,
    .tabs-product .nav-tabs > li > a:focus {
        margin: 2px 0 0 0;
        border-left: 3px solid #C1C1C1;
        min-width: 200px;
        text-align: left;
    }
    .tabs-product .nav-tabs > li.active > a,
    .tabs-product .nav-tabs > li.active > a:focus {
        margin: 2px 0 0 0;
        border-left: 3px solid #78AC00;
        min-width: 200px;
        text-align: left;
    }
}



.thumbnails .image-additional {
    float: none;
    margin-left: 0;
}
.thumbnails {
    margin-left: 0;
    overflow: visible;
}
.thumbnails .general-image {
    margin-bottom: 10px;
    text-align: center;
    border-radius: 0;
}
.thumbnails .image-additional.owl-carousel {
    text-align: center;
}
.thumbnails .image-additional .owl-wrapper-outer {
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
}
.thumbnails .image-additional.owl-carousel .owl-buttons div i {
    font-size: 40px !important;
    margin: 0 !important;
}
.thumbnails .image-additional.owl-carousel .owl-buttons div {
    opacity: 1;
    position: relative;
}
.thumbnails .image-additional .btn-carousel-thumbnail {
    background-color: transparent;
    border: 0 none;
    border-radius: 0 !important;
    box-shadow: none;
    color: #e0e4e6 !important;
    opacity: 1;
    padding: 2px 4px !important;
    text-shadow: none;
}
.thumbnails .image-additional.owl-carousel .owl-buttons div {
    opacity: 1;
    position: relative;
}
.thumbnails .image-additional .owl-buttons .owl-prev {
    left: 0 !important;
    position: absolute !important;
    top: 21px !important;
}
.thumbnails .image-additional.owl-carousel .owl-buttons div {
    opacity: 1;
    position: relative;
}
.thumbnails .image-additional .owl-buttons .owl-next {
    position: absolute !important;
    right: 0 !important;
    top: 21px !important;
}
.thumbnails  .thumbnail.main-image {
    margin-bottom: 0px;
    border-radius: 0;
}
.thumbnails .image-additional.owl-carousel .item .thumbnail {
    border: 1px solid #e0e4e6;
    border-radius: 0px;
    display: inline-block;
    margin-bottom: 0;
}




.subcategory {
    text-align: center;
    border-radius: 4px;
}
.subcategory img {
    display: block;
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
}
.subcategory .categories-name {
    color: #303030 !important;
    display: block;
    font-family: "PFDinTextCondProMedium","Roboto Condensed",sans-serif;
    font-size: 16px !important;
    height: 35px;
    line-height: 16px;
    text-align: center;
}




#menu #menu-list > li > .toggle-child {
    padding: 12px 0;
}
#menu #menu-list > li .dropdown-menu-simple .nsmenu-haschild > li > a {
    font-family: "PFDinTextCondProMedium","Roboto Condensed",sans-serif;
}


header {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e5eaee+0,f1f2f4+15,ffffff+40,ffffff+100 */
background: #e5eaee; /* Old browsers */
background: -moz-linear-gradient(top,  #e5eaee 0, #f1f2f4 15px, #ffffff 40px, #ffffff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #e5eaee 0,#f1f2f4 15px,#ffffff 40px,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #e5eaee 0,#f1f2f4 15px,#ffffff 40px,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5eaee', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */

}
.logo-container {
    position: relative;
}
.logo-begemot {
     position: absolute;
    top: -20px;
    left: -100px;
    width: 173px;
}
.logo-begemot img {
    
}
.logo-text {
    margin-bottom: 15px;
    margin-left: 80px;
    margin-top: 25px;
    text-align: left;
    width: 220px;
}
.logo-text-title {
    border-bottom: 1px solid #18605a;
    border-top: 1px solid #18605a;
    color: #18605a;
    cursor: default;
    display: inline-block;
    font-family: "DINPro-Medium",arial,sans-serif !important;
    font-size: 18px;
    line-height: 20px;
    padding: 3px 0;
    text-align: center;
    text-transform: uppercase;
    width: 220px;
}
.logo-text-subtitle {
    color: #000000;
    cursor: default;
    display: inline-block;
    font-family: "DINPro-Regular",arial,sans-serif !important;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    letter-spacing: 1px;
    width: 220px;
}

.workingtime-container {
    padding-bottom: 10px;
    padding-top: 15px;
}
.workingtime-title {
    color: #000000;
    font-family: "DINPro-Regular",arial,sans-serif !important;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
}
.workingtime-text {
    color: #000000;
    font-family: "DINPro-Regular",arial,sans-serif !important;
    font-size: 13px;
    line-height: 19px;
    text-align: center;
}

.workingtimeoline-text {
    color: #000000;
    font-family: "DINPro-Regular",arial,sans-serif !important;
    font-size: 14px;
    line-height: 16px;
    padding-bottom: 12px;
    padding-top: 15px;
    text-align: center;
}


#search {
    border: 2px solid #c5c5c5;
    border-radius: 5px;
    margin-bottom: 10px;
    width: 100%;
}
#search .input-lg {
    border: 1px solid #3f3f3f;
    border-radius: 5px 0 0 5px;
    box-shadow: 1px 1px 0 #e3e3e3 inset, 0 -1px 0 #e3e3e3 inset;
    display: block;
    height: 30px;
    line-height: 20px;
    padding: 0 10px;
}
#search .btn-lg {
    border: 1px solid #2a2a2a;
    border-radius: 5px;
    font-size: 15px;
    height: 36px;
    line-height: 18px;
    padding: 0;
    position: absolute;
    text-shadow: none;
    top: -3px;
    width: 40px;
    
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f1f1f1+100 */
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #f1f1f1 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffffff 0%,#f1f1f1 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffffff 0%,#f1f1f1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1f1',GradientType=0 ); /* IE6-9 */
}
#search .btn-lg .fa {
    background-image: url("../image/begemot/icon_search.png");
    color: transparent;
    display: block;
    height: 19px;
    margin-left: 8px;
    position: relative;
    width: 22px;
}
#search .btn-lg:hover .fa {
    opacity: 0.7;
}

.phones-text {
    color: #000000;
    font-family: "DINPro-Medium",arial,sans-serif !important;
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 5px;
    padding-top: 12px;
    text-align: center;
}

.callback-link-container {
    text-align: center;
}
.callback-link-text {
    padding-bottom: 10px;
}
.callback-link-container a,
.callback-link-container a:focus {
    color: #000000;
    font-family: "DINPro-Regular",arial,sans-serif !important;
    font-size: 14px;
    line-height: 16px;
    text-decoration: underline;
}
.callback-link-container a:hover,
.callback-link-container a:active {
    color: #0023B5;
    text-decoration: underline;
}


#live-search ul li .product-price .special {
    color: #747474 !important;
    font-family: "DINPro-Regular",arial,sans-serif !important;
    font-size: 12px !important;
    line-height: 14px !important;
    font-weight: normal !important;
}
#live-search ul li .product-price .price {
    color: #C70003 !important;
    font-family: "DINPro-Medium",arial,sans-serif !important;
    font-size: 12px !important;
    line-height: 14px !important;
    font-weight: normal !important;
}

@media (max-width: 1201px) {
    
}
@media (max-width: 989px) {
    
}
@media (max-width: 767px) {
    .logo-begemot {
        position: relative;
        top: 0;
        width: 69px;
        margin: 0 auto;
    }
    .logo-text {
        margin-bottom: 5px;
        margin-left: auto;
        margin-top: 5px;
        text-align: left;
        width: 220px;
        margin-right: auto;
    }
    .workingtimeoline-text {
        padding-bottom: 5px;
        padding-top: 5px;
    }
    .workingtime-container {
        padding-bottom: 0px;
        padding-top: 5px;
    }
    .phones-text {
        padding-top: 0px;
    }
    #search {
        width: 85%;
        margin-left: auto;
        margin-right: auto;
    }
}

.top-menu-wrapper {
    background-color: #18605a;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 0px;
}
.top-menu-wrapper ul {
    margin: 0;
}
.top-menu-wrapper ul > li {
    display: inline-block;
    padding-bottom: 2px;
}
.top-menu-wrapper ul > li > a,
.top-menu-wrapper ul > li > a:focus {
    color: #ffffff;
    display: inline-block;
    font-family: "DINPro-Regular",arial,sans-serif !important;
    font-size: 14px;
    line-height: 16px;
    position: relative;
    text-decoration: none;
}
.top-menu-wrapper ul > li > a:hover,
.top-menu-wrapper ul > li > a:active {
    color: #ffffff;
    text-decoration: underline;
}


.top-menu-wrapper ul > li > .sub-child-container {
    margin: 0;
    position: absolute;
    left: 0;
    background-color: #ffffff;
    z-index: 999;
    border-top: 7px solid #0023B5;
    box-shadow: 0px 3px 3px rgba(0,0,0,0.3);
    display: none;
    padding: 5px 0 15px 0;
}
.top-menu-wrapper ul > li:hover > .sub-child-container {
    display: block;
}

.top-menu-wrapper ul > li > .sub-child-container .container {
    -webkit-column-count: 4;  
    -moz-column-count: 4;  
    column-count: 4;  
}

@media (max-width: 989px) {
    .top-menu-wrapper ul > li > .sub-child-container .container {
        -webkit-column-count: 3;  
        -moz-column-count: 3;  
        column-count: 3;  
    }
}
@media (max-width: 767px) {
    .top-menu-wrapper ul > li > .sub-child-container {
        display: none !important;
    }
    .top-menu-wrapper ul > li > .sub-child-container .container {
        -webkit-column-count: 2;  
        -moz-column-count: 2;  
        column-count: 2;  
    }
}
.top-menu-wrapper ul > li > .sub-child-container ul.sub-child {
    display: block;
    margin: 0;
    padding: 0;
}
.top-menu-wrapper ul > li > .sub-child-container ul.sub-child > li {
    position: relative;
    display: block;
    margin-right: 0;
    padding-bottom: 0;
    padding-top: 5px;
}
.top-menu-wrapper ul > li > .sub-child-container ul.sub-child > li > a,
.top-menu-wrapper ul > li > .sub-child-container ul.sub-child > li > a:focus {
    color: #0023B5;
    display: inline-block;
    font-family: "DINPro-Regular",arial,sans-serif !important;
    font-size: 12px;
    line-height: 15px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
}
.top-menu-wrapper ul > li > .sub-child-container ul.sub-child > li > a:hover,
.top-menu-wrapper ul > li > .sub-child-container ul.sub-child > li > a:active {
    color: #0023B5;
    text-decoration: underline;
}

.top-menu-wrapper ul > li > .sub-child-container ul.sub-sub-child {
    display: block;
    margin: 0;
    padding: 0;
}
.top-menu-wrapper ul > li > .sub-child-container ul.sub-sub-child > li {
    position: relative;
    display: block;
    margin-right: 0;
    padding-bottom: 0;
}
.top-menu-wrapper ul > li > .sub-child-container ul.sub-sub-child > li > span {
    color: #0023B5;
}
.top-menu-wrapper ul > li > .sub-child-container ul.sub-sub-child > li > a,
.top-menu-wrapper ul > li > .sub-child-container ul.sub-sub-child > li > a:focus {
    color: #000000;
    display: inline;
    font-family: "DINPro-Regular",arial,sans-serif !important;
    font-size: 13px;
    line-height: 15px;
    position: relative;
    text-decoration: none;
}
.top-menu-wrapper ul > li > .sub-child-container ul.sub-sub-child > li > a:hover,
.top-menu-wrapper ul > li > .sub-child-container ul.sub-sub-child > li > a:active {
    color: #000000;
    text-decoration: underline;
}



.top-menu-container {
    margin-left: 80px;
    padding-bottom: 0;
    padding-top: 7px;
}
.top-menu-wrapper .top-menu-container ul li {
    margin-right: 30px;
}


.language-menu-container {
    padding-bottom: 5px;
    padding-top: 7px;
    text-align: right;
}
.language-menu-container ul li {
    border-left: 1px solid #ffffff;
}
.language-menu-container ul li:first-child {
    border-left: 0px solid #ffffff;
}
.language-menu-container ul li button,
.language-menu-container ul li button:focus {
    color: #ffffff;
    display: inline-block;
    font-family: "DINPro-Regular",arial,sans-serif !important;
    font-size: 14px;
    line-height: 14px;
    margin-left: 5px;
    margin-right: 3px;
    padding: 0;
    text-decoration: none;
    background-color: transparent;
    border: none;
}
.language-menu-container ul li button:hover,
.language-menu-container ul li button:active {
    color: #ffffff;
    text-decoration: underline;
}


.accaunt-menu-container {
    padding-bottom: 5px;
    padding-top: 2px;
    text-align: right;
}
.top-menu-wrapper .accaunt-menu-container ul {
    display: inline-block;
}
.top-menu-wrapper .accaunt-menu-container ul li {
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 5px;
}
.top-menu-wrapper .accaunt-menu-container ul li.loginicon a {
    padding-left: 25px;
}
.top-menu-wrapper .accaunt-menu-container ul li a span {
    background-image: url("../image/begemot/icon_login.png");
    display: block;
    float: left;
    height: 16px;
    margin-right: 5px;
    width: 16px;
}

@media (max-width: 1201px) {
    .top-menu-container {
        margin-left: 0px;
    }
}
@media (max-width: 989px) {
    
}
@media (max-width: 767px) {
    .top-menu-container {
        margin-left: 0px;
        padding-bottom: 5px;
        padding-top: 7px;
    }
    .top-menu-wrapper .top-menu-container ul li {
        margin: 0 auto;
        display: block;
        text-align: center;
    }
    .language-menu-container {
        text-align: center;
    }
    .language-menu-container ul {
        padding: 0;
    }
    .accaunt-menu-container {
        text-align: center;
    }
}




footer {
    background-image: url("../image/begemot/background_gr.jpg");
    background-color: transparent;
    border-top: 1px solid #CDCDCD;
    color: #000000;
    margin-top: 30px;
    padding-top: 5px;
}
footer li a,
footer li a:focus {
    color: #000000;
    display: inline-block;
    font-family: "DINPro-Regular",arial,sans-serif !important;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 7px;
    text-decoration: none;
}
footer li a:hover,
footer li a:active {
    color: #000000;
    text-decoration: underline;
}

.footer-container {
    padding-bottom: 10px;
    padding-top: 20px;
}
.payment-systems-title {
    color: #000000;
    font-family: "DINPro-Regular",arial,sans-serif !important;
    font-size: 14px;
    line-height: 16px;
    padding-bottom: 4px;
}
.soc-webs-title {
    color: #000000;
    font-family: "DINPro-Regular",arial,sans-serif !important;
    font-size: 14px;
    line-height: 16px;
    padding-bottom: 4px;
}
.soc-webs-links {
    
}
.soc-webs-links a i,
.soc-webs-links a:focus i {
    background-color: #626262;
    border-radius: 4px;
    color: #ffffff;
    display: inline-block;
    font-size: 18px;
    height: 32px;
    line-height: 20px;
    margin-top: 10px;
    padding: 5px 0;
    text-align: center;
    text-decoration: none;
    width: 32px;
    transition: all 0.2s ease-in-out 0s;
}
.soc-webs-links a:hover i,
.soc-webs-links a:active i {
    background-color: #0023B5;
}

.soc-webs-links a.soc-webs-fb:hover i,
.soc-webs-links a.soc-webs-fb:active i {
    background-color: #4B6BAF;
}
.soc-webs-links a.soc-webs-tw:hover i,
.soc-webs-links a.soc-webs-tw:active i {
    background-color: #2DAAE1;
}
.soc-webs-links a.soc-webs-li:hover i,
.soc-webs-links a.soc-webs-li:active i {
    background-color: #1883BB;
}
.soc-webs-links a.soc-webs-pi:hover i,
.soc-webs-links a.soc-webs-pi:active i {
    background-color: #C50000;
}
.soc-webs-links a.soc-webs-gp:hover i,
.soc-webs-links a.soc-webs-gp:active i {
    background-color: #DD4A3D;
}
.soc-webs-links a.soc-webs-ig:hover i,
.soc-webs-links a.soc-webs-ig:active i {
    background-color: #517FA4;
}
.soc-webs-links a.soc-webs-vk:hover i,
.soc-webs-links a.soc-webs-vk:active i {
    background-color: #5F83AA;
}
.soc-webs-links a.soc-webs-ok:hover i,
.soc-webs-links a.soc-webs-ok:active i {
    background-color: #F68634;
}



.home-newsletter-container {
    background-image: url("../image/begemot/newsletter_background.jpg");
    border-top: 1px solid #9C9C9C;
    border-bottom: 1px solid #9C9C9C;
    padding-bottom: 2px;
}

.home-newsletter-container .mailchimp-form-title {
    color: #ffffff;
    font-family: "DINPro-Bold",arial,sans-serif !important;
    font-size: 26px;
    line-height: 30px;
    padding-bottom: 12px;
    text-align: center;
    padding-top: 12px;
}
.home-newsletter-container .newsletter-frm {
    max-width: 910px;
    display: block;
    margin: 0 auto;
}
.home-newsletter-container .newsletter-field {
    display: inline-block;
    width: 40%;
    margin-bottom: 5px;
    margin-right: 2%;
}
.home-newsletter-container .newsletter-field input {
    border: 1px solid #363636;
    border-radius: 5px;
    box-shadow: 1px 1px 0 #e3e3e3 inset, 0 -1px 0 #e3e3e3 inset;
    display: block;
    height: auto;
    line-height: 25px;
    padding: 4px 12px;
    font-size: 12px;
}
.home-newsletter-container .newsletter-button {
    display: block;
    margin-bottom: 6px;
    text-align: right;
    float: right;
}
.home-newsletter-container .newsletter-button button,
.home-newsletter-container .newsletter-button button:focus {
    border: 1px solid #C80002;
    color: #C80002;
    border-radius: 5px;
    font-family: "DINPro-Medium",arial,sans-serif !important;
    font-size: 14px;
    line-height: 19px;
    padding: 7px 25px 6px;
    text-shadow: none;
    display: inline-block;
    
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f1f1f1+100 */
background: #ffffff !important; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #f1f1f1 100%) !important; /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffffff 0%,#f1f1f1 100%) !important; /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffffff 0%,#f1f1f1 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1f1',GradientType=0 ) !important; /* IE6-9 */
}

.home-newsletter-container .newsletter-button button:hover,
.home-newsletter-container .newsletter-button button:active {
    border: 1px solid #C80002;
    color: #ffffff;
    border-radius: 5px;
    font-family: "DINPro-Medium",arial,sans-serif !important;
    font-size: 14px;
    line-height: 19px;
    padding: 7px 25px 6px;
    text-shadow: none;
    display: inline-block;
background: #C80002 !important;
}


@media (max-width: 989px) { 
    .home-newsletter-container .newsletter-field {
        width: 38%;
    }
}
@media (max-width: 767px) { 
    .home-newsletter-container .mailchimp-form-title {
        font-size: 16px;
        line-height: 20px;
    }
    .home-newsletter-container .newsletter-field {
        width: 100%;
        margin-right: 0;
    }
    .home-newsletter-container .newsletter-button {
        text-align: center;
        float: none;
    }
}




.newsletter-body .mailchimp-form-title {
    color: #000000;
    font-family: "DINPro-Regular",arial,sans-serif !important;
    font-size: 14px;
    line-height: 16px;
    padding-bottom: 12px;
}
.newsletter-body .newsletter-field {
    display: inline-block;
    width: 49%;
    border: 2px solid #c5c5c5;
    border-radius: 5px;
    margin-bottom: 3px;
}
.newsletter-body .newsletter-field-0 {
    width: 50%;
}
.newsletter-body .newsletter-field-1 {
    margin-left: 1%;
}
.newsletter-body .newsletter-field input {
    border: 1px solid #3f3f3f;
    border-radius: 5px;
    box-shadow: 1px 1px 0 #e3e3e3 inset, 0 -1px 0 #e3e3e3 inset;
    display: block;
    height: 30px;
    line-height: 20px;
    padding: 0 10px;
}
.newsletter-body .newsletter-button {
    text-align: right;
}
.newsletter-body .newsletter-button button,
.newsletter-body .newsletter-button button:focus {
    border: 1px solid #C80002;
    color: #C80002;
    border-radius: 5px;
    font-family: "DINPro-Medium",arial,sans-serif !important;
    font-size: 15px;
    line-height: 18px;
    padding: 7px 15px;
    text-shadow: none;
    text-align: center;
    
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f1f1f1+100 */
background: #ffffff !important; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #f1f1f1 100%) !important; /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffffff 0%,#f1f1f1 100%) !important; /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffffff 0%,#f1f1f1 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1f1',GradientType=0 ) !important; /* IE6-9 */

width: 49%;
}

.newsletter-body .newsletter-button button:hover,
.newsletter-body .newsletter-button button:active {
    border: 1px solid #C80002;
    color: #ffffff;
    border-radius: 5px;
    font-family: "DINPro-Medium",arial,sans-serif !important;
    font-size: 15px;
    line-height: 18px;
    padding: 7px 25px;
    text-shadow: none;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f1f1f1+100 */
    background: #C80002 !important;
}







.underfooter-container {
    background-color: #18605a;
    padding-bottom: 10px;
    padding-top: 10px;
}
.underfooter-container .powered {
    color: #ffffff;
    font-size: 14px;
    line-height: 16px;
    font-family: "DINPro-Regular",arial,sans-serif !important;
    text-align: center;
}




.alert-success {
    border: 1px solid #0023B5;
    color: #0023B5;
    font-size: 12px;
    line-height: 20px;
    padding: 5px 10px;
    background-color: #ffffff;
    margin-bottom: 10px;
}
.alert-danger {
    border: 1px solid #C80002;
    color: #C80002;
    font-size: 12px;
    line-height: 20px;
    padding: 5px 10px;
    background-color: #ffffff;
    margin-bottom: 10px;
}





.header-mobile-menu-button,
.header-mobile-menu-button:focus {
    background-color: #0023B5;
    width: 60px;
    padding: 10px 10px 5px 10px;
    border-radius: 4px;
}
.header-mobile-menu-button div,
.header-mobile-menu-button:focus div {
    background-color: #ffffff;
    border-radius: 4px;
    height: 4px;
    margin-bottom: 6px;
    width: 40px;
    opacity: 1;
    transition: all 0.4s ease-in-out 0s;
    position: relative;
}
.header-mobile-menu-button.mobile-menu-open {
    border-radius: 4px 4px 0 0;
}
.header-mobile-menu-button:hover,
.header-mobile-menu-button:active {
    cursor: pointer;
}
.header-mobile-menu-button:hover div,
.header-mobile-menu-button:active div {
    cursor: pointer;
}
.header-mobile-menu-button.mobile-menu-open div:nth-child(1) {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    top: 11px;
}
.header-mobile-menu-button.mobile-menu-open div:nth-child(2) {
    opacity: 0;
}
.header-mobile-menu-button.mobile-menu-open div:nth-child(3) {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    top: -9px;
}

.header-mobile-menu-container {
    transition: all 0.4s ease-in-out 0s;
    height: 0;
    overflow: hidden;
    margin-right: 30px;
}
.header-mobile-menu-container.mobile-menu-open {
    height: auto;
}



#categories-collapse .accordion-toggle.collapsed a::before {
    content: "+" !important;
    margin-right: 0 !important;
    position: absolute !important;
    right: 10px !important;
    font-size: 19px !important;
    font-weight: bold !important;
    top: 5px !important;
}
#categories-collapse .accordion-toggle:not(.collapsed) a::before {
    content: "-" !important;
    margin-right: 0 !important;
    position: absolute !important;
    right: 10px !important;
    font-size: 19px !important;
    font-weight: bold !important;
    top: 5px !important;
}
@media (max-width: 767px) {
    .header-mobile-menu-container.mobile-menu-open {
        height: auto;
        border: 1px solid #0023B5;
        background-color: #0023B5;
        border-radius: 0 5px 5px 5px;
    }
    .header-mobile-menu-container #categories-collapse .accordion-toggle.collapsed a, 
    .header-mobile-menu-container #categories-collapse .accordion-not-toggle.collapsed a {
        background-color: #0023B5;
        color: #ffffff;
        text-shadow: none;
        border-top: 0px solid transparent;
        border-left: 0px solid transparent;
        border-right: 0px solid transparent;
    }
    .header-mobile-menu-container #categories-collapse .accordion-toggle.collapsed a:hover, 
    .header-mobile-menu-container #categories-collapse .accordion-not-toggle.collapsed a:hover {
        background-color: #fefefe;
        color: #000000;
        text-shadow: none;
    }
    .header-mobile-menu-container .list-group {
        margin-bottom: 0;
    }
}


/* КРУГЛЫЕ ИКОНКИ ПРЕИМУЩЕСТВ НА ГЛАВНОЙ*/
.benefits-container {
    background-image: url("../image/begemot/background_gr.jpg");
    background-color: transparent;
    color: #000000;
    margin-bottom: 10px;
    padding-top: 5px;
}
.benefit-icon-container {
    padding: 7px 0 10px 0;
}
.benefit-icon-img {
    text-align: center;
}
.benefit-icon-img div {
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #ACACB6;
    padding: 5px;
}
.benefit-icon-img div img {
    border-radius: 50%;
    border: 1px solid #6B6BFF;
}
.benefit-icon-text {
    text-align: center;
    position: relative;
}
.benefit-icon-title {
    color: #000000;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    font-family: "DINPro-Regular",arial,sans-serif !important;
}
.benefit-icon-title p {
    margin: 0;
}

.benefit-icon-tooltip {
    display: none;
    color: #000000;
    box-shadow: 0 0 15px rgba(0,0,0,0.3);
    font-size: 12px;
    line-height: 13px;
    padding: 10px 10px;
    background-color: #ffffff;
    text-align: center;
    border-radius: 7px;
    position: absolute;
    top: 0;
    width: 100%;
    font-family: "DINPro-Regular",arial,sans-serif !important;
}

.benefit-icon-container:hover .benefit-icon-img div {
    transition: all 0.2s ease-in-out 0s;
    border: 1px solid #0000FE;
    box-shadow: 0 0 10px #fff,0 0 10px #fff,0 0 10px #fff,0 0 10px #fff;
}
.benefit-icon-container:hover .benefit-icon-img div img {
    border: 1px solid #9D9BFE;
    transition: all 0.2s ease-in-out 0s;
}
.benefit-icon-container:hover .benefit-icon-tooltip {
    display: block;
    cursor: default;
    z-index: 99;
    transition: all 0.2s ease-in-out 0s;
}

@media (max-width: 989px) { 
    .benefit-icon-container {
        padding: 7px 0 20px 0;
    }
}
@media (max-width: 767px) { 
    .benefit-icon-container {
        width: 260px;
        margin: 0 auto;
    }
}






/* ТРИ КОЛОНКИ ПРЕИМУЩЕСТВ НА ГЛАВНОЙ*/
.benefit-column-heading {
    color: #000000;
    font-size: 25px;
    line-height: 30px;
    padding: 35px 0 30px 0;
    font-family: "DINPro-Bold",arial,sans-serif !important;
    text-align: center;
}
.benefit-column-container {
    padding-bottom: 20px;
}
.benefit-column-title {
    color: #C70003;
    font-size: 25px;
    line-height: 27px;
    padding: 0 0 7px 0;
    font-family: "DINPro-Bold",arial,sans-serif !important;
    text-transform: uppercase;
    border-bottom: 1px solid #C70003;
    margin-bottom: 15px;
    max-width: 300px;
}
.benefit-column-text {
    
}
.benefit-column-text ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.benefit-column-text ul li {
    background-image: url("../image/begemot/icon_home_li.png");
    padding: 0 0 7px 25px;
    background-repeat: no-repeat;
    background-size: 13px 13px;
    background-position: 2px 5px;
    color: #000000;
    font-size: 18px;
    line-height: 20px;
    font-family: "DINPro-Regular",arial,sans-serif !important;
}
.benefit-column-text ul li br {
    display: none;
}

@media (max-width: 767px) { 
    .benefit-column-heading {
        font-size: 18px;
        line-height: 22px;
        padding: 25px 0 20px 0;
    }
    .benefit-column-container {
        width: 260px;
        margin: 0 auto;
    }
    .benefit-column-title {
        font-size: 20px;
        line-height: 22px;
        max-width: 260px;
    }
    .benefit-column-text ul li {
        font-size: 14px;
    }
}




.owl-wrapper-outer {
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

.banner-mod {
    margin-bottom: 0;
}


.header-carousel {
    min-height: 47px;
}
.carousel-mod {
    
}
.carousel-mod .owl-carousel {
    margin: 8px 0;
    padding: 0 30px;
}
.carousel-mod .owl-buttons div {
    opacity: 1 !important;
    color: transparent !important;
    text-shadow: none !important;
    padding: 0;
    width: 10px;
    height: 20px;
    border: 0px solid #cccccc;
    border-radius: 0px;
    box-shadow: none;
}
.carousel-mod .owl-buttons .owl-prev div {
    background-image: url("../image/begemot/manufacturer_carousel_arrow_left.png");
}
.carousel-mod .owl-buttons .owl-next div {
    background-image: url("../image/begemot/manufacturer_carousel_arrow_right.png");
}
.carousel-mod .owl-buttons div i {
    display: none;
    font-size: 40px;
    margin: 0;
    color: transparent;
}
/*
.carousel-mod .owl-controls .owl-buttons .owl-prev {
    left: 0;
}
.carousel-mod .owl-controls .owl-buttons .owl-next {
    right: 0;
}*/
.carousel-mod .owl-controls .owl-buttons .owl-prev,
.carousel-mod .owl-controls .owl-buttons .owl-next {
    top: 5px;
}





.slider-mod {
    margin: 0;
}
.slider-mod .owl-pagination {
    top: 0px;
    /*background-color: rgba(0,0,0,0.5);*/
    height: 10px;
    background-image: url("../image/begemot/newsletter_background.jpg");
}
.slider-mod .owl-pagination .owl-page {
    display: inline-block;
    margin: 0;
    top: -4px;
    position: relative;
}
.slider-mod .owl-pagination .owl-page span {
    display: block;
    width: 180px;
    height: 11px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 0px;
    box-shadow: none;
}
.slider-mod .owl-pagination .owl-page.active span {
    background: rgba(255, 255, 255, 0.8);
    cursor: default;
}

@media (max-width: 1201px) {
    .slider-mod .owl-pagination .owl-page span {
        width: 120px;
    }
}
@media (max-width: 989px) {
    .slider-mod .owl-pagination .owl-page span {
        width: 60px;
    }
}
@media (max-width: 767px) {
    .slider-mod .owl-pagination .owl-page span {
        width: 30px;
    }
}






.title-module {
    text-align: center;
    border-bottom: 1px solid #747474;
    margin: 60px 0 30px 0;
}
.title-module span {
    text-align: center;
    border: 1px solid #747474;
    border-bottom: 0px solid #747474;
    color: #747474;
    border-radius: 10px 10px 0 0;
    font-family: "DINPro-Bold",arial,sans-serif !important;
    font-size: 24px;
    line-height: 26px;
    padding: 10px 70px 13px 70px;
    text-shadow: none;
    cursor: default;
    display: inline-block;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f1f1f1+100 */
    background: #ffffff !important; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #f1f1f1 100%) !important; /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f1f1f1 100%) !important; /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ffffff 0%,#f1f1f1 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1f1',GradientType=0 ) !important; /* IE6-9 */
}
.container-modules.bestseller,
.container-modules.featured,
.container-modules.latest,
.container-modules.viewed,
.container-modules.special,
.container-modules.related,
.container-modules.relatedproduct {
    padding: 0 50px;
}
@media (max-width: 767px) { 
    .title-module span {
        font-size: 16px;
        line-height: 22px;
        padding: 5px 20px 6px 20px;
    }
    .container-modules.bestseller,
    .container-modules.featured,
    .container-modules.latest,
    .container-modules.viewed,
    .container-modules.special,
    .container-modules.related,
    .container-modules.relatedproduct {
        padding: 0 30px;
    }
    .container-modules.bestseller,
    .container-modules.featured,
    .container-modules.latest,
    .container-modules.viewed,
    .container-modules.special,
    .container-modules.related,
    .container-modules.relatedproduct {
        padding: 0 0px;
    }
}

.product-slider .owl-carousel .owl-buttons div {
    opacity: 1 !important;
    color: transparent !important;
    text-shadow: none !important;
    padding: 0;
    width: 26px;
    height: 39px;
    border: 0px solid #cccccc;
    border-radius: 0px;
    box-shadow: none;
}
.product-slider .owl-carousel .owl-buttons .owl-prev div {
    background-image: url("../image/begemot/carousel_arrow_left.png");
}
.product-slider .owl-carousel .owl-buttons .owl-next div {
    background-image: url("../image/begemot/carousel_arrow_right.png");
}
.product-slider .owl-carousel .owl-buttons div i {
    display: none;
    font-size: 40px;
    margin: 0;
    color: transparent;
}

.product-slider .owl-controls .owl-buttons .owl-prev,
.product-slider .owl-controls .owl-buttons .owl-next {
    top: 180px;
}

.product-slider .owl-item .item {
    padding: 15px 0 40px 0;
}
.product-slider .owl-item .item .product-thumb {
    border: 1px solid #CCCCCC !important;
    border-radius: 10px;
    margin: 0 7px;
    padding: 15px 10px;
    height: 465px;
}
.product-slider .owl-item .item .product-thumb:hover {
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}



.product-thumb {
    position: relative;
}
.product-thumb .product-slider-image {
    position: relative;
}
.product-thumb .product-slider-image .product-label-container {
    position: absolute;
    top: -18px;
    left: -10px;
}
.product-grid .product-thumb .product-slider-image .product-label-container {
    position: absolute;
    top: -18px;
    left: -15px;
}
.product-list .product-thumb .product-slider-image .product-label-container {
    position: absolute;
    top: -18px;
    left: -30px;
}
.product-thumb .product-slider-image .product-label-container .product-label-special {
    position: relative;
    background-image: url("../image/begemot/label_special.png");
    background-size: 81px 45px;
    background-repeat: no-repeat;
    width: 81px;
    height: 45px;
    text-align: center;
    cursor: default;
}
.product-thumb .product-slider-image .product-label-container .product-label-special span {
    color: #ffffff;
    font-size: 14px;
    line-height: 14px;
    font-family: "DINPro-Regular",arial,sans-serif !important;
    display: inline-block;
    padding-top: 7px;
}
.product-thumb .product-slider-image .product-label-container .product-label-latest {
    position: relative;
    background-image: url("../image/begemot/label_latest.png");
    background-size: 81px 45px;
    background-repeat: no-repeat;
    width: 81px;
    height: 45px;
    text-align: center;
    cursor: default;
}
.product-thumb .product-slider-image .product-label-container .product-label-latest span {
    color: #ffffff;
    font-size: 14px;
    line-height: 14px;
    font-family: "DINPro-Regular",arial,sans-serif !important;
    display: inline-block;
    padding-top: 7px;
}


.product-slider-name {
    text-align: center;
    padding: 10px 0 0 0;
    height: 50px;
    overflow: hidden;
    margin-bottom: 10px;
}
.product-slider-name a,
.product-slider-name a:focus {
    color: #000000;
    text-decoration: none;
    font-size: 17px;
    line-height: 20px;
    font-family: "DINPro-Regular",arial,sans-serif !important;
    transition: all 0.2s ease-in-out 0s;
}
.product-slider-name a:hover,
.product-slider-name a:active {
    color: #000000;
    text-decoration: underline;
}

.product-slider-price {
    text-align: center;
}
.product-slider-price-old {
    color: #747474;
    font-family: "DINPro-Regular",arial,sans-serif !important;
    cursor: default;
    position: relative;
    padding-right: 5px;
}
.product-slider-price-old .currency-value {
    font-size: 18px;
    line-height: 24px;
    text-decoration: line-through;
    padding-right: 1px;
}
.product-slider-price-old .currency-cops {
    font-size: 11px;
    line-height: 24px;
    text-decoration: line-through;
    position: relative;
    top: -5px;
}
.product-slider-price-old .currency-cur {
    font-size: 16px;
    line-height: 24px;
}



.product-slider-price-new,
.product-slider-price-regular {
    color: #C80000;
    font-family: "DINPro-Bold",arial,sans-serif !important;
    cursor: default;
    position: relative;
}
.product-slider-price-new .currency-value,
.product-slider-price-regular .currency-value {
    font-size: 22px;
    line-height: 24px;
}
.product-slider-price-new .currency-cops,
.product-slider-price-regular .currency-cops {
    font-size: 15px;
    line-height: 24px;
    position: relative;
    top: -5px;
    font-family: "DINPro-Medium",arial,sans-serif !important;
}
.product-slider-price-new .currency-cur,
.product-slider-price-regular .currency-cur {
    font-size: 18px;
    line-height: 24px;
    font-family: "DINPro-Medium",arial,sans-serif !important;
}







.product-slider-buttons {
    text-align: center;
    padding-top: 5px;
}
.product-slider-buttons > button i {
    display: none;
}
.product-slider-buttons > button,
.product-slider-buttons > button:focus {
    background-color: #0C7D3D;
    color: #ffffff;
    font-size: 20px;
    line-height: 20px;
    border: none;
    border-bottom: 2px solid #10C226;
    font-family: "DINPro-Medium",arial,sans-serif !important;
    width: 150px;
    padding: 5px 10px 7px 10px;
    border-radius: 3px;
}
.product-slider-buttons > button:hover,
.product-slider-buttons > button:active {
    text-shadow: 1px 1px 1px #085326;
    background: #0C7D3D !important; /* Old browsers */
    background: -moz-linear-gradient(top,  #11B255 0%, #0D823B 100%) !important; /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #11B255 0%,#0D823B 100%) !important; /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #11B255 0%,#0D823B 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#11B255', endColorstr='#0D823B',GradientType=0 ) !important; /* IE6-9 */
}


.product-slider-buttons > .button-cart-off,
.product-slider-buttons > .button-cart-off:focus,
.product-slider-buttons > .button-cart-off:hover,
.product-slider-buttons > .button-cart-off:active {
    background-color: #70E1A1 !important;
    color: #ffffff !important;
    font-size: 20px;
    line-height: 20px;
    border: none;
    border-bottom: 2px solid #70E1A1 !important;
    font-family: "DINPro-Medium",arial,sans-serif !important;
    width: 150px;
    padding: 5px 10px 7px 10px;
    border-radius: 3px;
    background-image: none !important;
    text-shadow: none !important;
    cursor: default;
}

.product-slider-additional-buttons {
    padding: 17px 0 7px 0;
    max-width: 300px;
    margin: 0 auto;
}
.product-slider-additional-buttons .product-compare-button {
    float: left;
}
.product-slider-additional-buttons .product-compare-button > button,
.product-slider-additional-buttons .product-compare-button > button:focus {
    background-image: url("../image/begemot/icon_compare_product.png");
    background-size: 27px 22px;
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0px solid transparent;
    color: #727272;
    font-size: 14px;
    line-height: 14px;
    font-family: "DINPro-Regular",arial,sans-serif !important;
    text-decoration: underline;
    padding: 2px 0px 8px 35px;
    text-align: left;
    background-position: 0 0;
    letter-spacing: -1px;
    transition: all 0.2s ease-in-out 0s;
}
.product-slider-additional-buttons .product-compare-button > button:hover,
.product-slider-additional-buttons .product-compare-button > button:active {
    color: #505050;
}

.product-slider-additional-buttons .product-fastorder-button {
    float: right;
}
.product-slider-additional-buttons .product-fastorder-button i {
    display: none !important;
}
.product-slider-additional-buttons .product-fastorder-button .fastorder {
    padding: 0;
}
.product-slider-additional-buttons .product-fastorder-button .btn-quick-order,
.product-slider-additional-buttons .product-fastorder-button .btn-quick-order:focus {
    background-image: url("../image/begemot/icon_factorder_product.png");
    background-size: 27px 22px;
    background-repeat: no-repeat;
    background-color: transparent;
    border: 0px solid transparent;
    color: #727272;
    font-size: 14px;
    line-height: 14px;
    font-family: "DINPro-Regular",arial,sans-serif !important;
    text-decoration: underline;
    padding: 2px 0px 8px 28px;
    text-align: left;
    background-position: 0 2px;
    margin: 0;
    letter-spacing: -1px;
    transition: all 0.2s ease-in-out 0s;
}
.product-slider-additional-buttons .product-fastorder-button .btn-quick-order:hover,
.product-slider-additional-buttons .product-fastorder-button .btn-quick-order:active {
    color: #505050;
}

.product-slider-description {
    color: #000000;
    text-decoration: none;
    font-size: 14px;
    line-height: 16px;
    font-family: "DINPro-Regular",arial,sans-serif !important;
    height: 50px;
    margin-top: 5px;
    cursor: default;
    overflow: hidden;
}
.product-grid .product-slider-short_description {
    display: none;
}
.product-list .product-slider-short_description {
    display: block;
}
.product-slider-pictograms {
    position: relative;
}


.product-pictograms-container {
    padding-top: 5px;
    width: 230px;
}
.product-pictograms-container ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.product-pictograms-container ul li {
    display: block;
    width: 30px;
    float: left;
    margin-right: 8px;
    margin-top: 8px;
}
.product-pictogram-container {
    position: relative;
}
.product-pictogram-container .product-pictogram-image {
    overflow: hidden;
    border-radius: 3px;
}
.product-pictogram-container .product-pictogram-image img {
    
}
.product-pictogram-container .product-pictogram-description {
    display: none;
    color: #000000;
    box-shadow: 0 0 15px rgba(0,0,0,0.3);
    font-size: 12px;
    line-height: 13px;
    padding: 10px 10px;
    background-color: #ffffff;
    text-align: center;
    border-radius: 7px;
    position: absolute;
    top: 29px;
    left: -10px;
    width: 140px;
    font-family: "DINPro-Regular",arial,sans-serif !important;
    z-index: 999;
    cursor: default;
}
.product-pictogram-container:hover .product-pictogram-description {
    display: block;
}

.product-pictograms-container ul li:nth-child(4) .product-pictogram-description,
.product-pictograms-container ul li:nth-child(5) .product-pictogram-description,
.product-pictograms-container ul li:nth-child(6) .product-pictogram-description,
.product-pictograms-container ul li:nth-child(10) .product-pictogram-description,
.product-pictograms-container ul li:nth-child(11) .product-pictogram-description,
.product-pictograms-container ul li:nth-child(12) .product-pictogram-description {
    left: auto;
    right: -10px;
}



.category-wall-list-background {
    /*background-image: url("../image/begemot/background_gr.jpg");*/
    background-color: transparent;
    padding-top: 40px;
    margin-bottom: 40px;
}

.catalogue-list {
    /*background-image: url("../image/begemot/background_gr.jpg");*/
    background-color: transparent;
}
.home-catalog-container {
    margin-top: 0;
    background-image: url("../image/begemot/background_gr.jpg");
    background-color: transparent;
}

.category-wall-list-item-container {
    position: relative;
}
.category-wall-list-item {
    height: 124px;
    margin-bottom: 70px;
    overflow: hidden;
    position: relative;
    padding: 15px 3px 15px 5px;
}
.category-wall-list-item::before {
    background-image: url("../image/begemot/catalog_hider.png");
    background-color: transparent;
    content: "";
    display: block;
    height: 40px;
    position: absolute;
    top: 84px;
    width: 100%;
    background-size: 100% 100%;
    z-index: 2;
}
.category-wall-list-item-white::before {
    background-image: url("../image/begemot/catalog_hider_white.png");
    background-color: transparent;
    content: "";
    display: block;
    height: 40px;
    position: absolute;
    top: 84px;
    width: 100%;
    background-size: 100% 100%;
    z-index: 2;
}
.category-wall-list-item-hidden {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #ffffff;
    z-index: 99;
    padding: 15px 3px 15px 5px;
    width: 100%;
    box-shadow: 0 0 15px rgba(0,0,0,0.3);
    border-radius: 10px;
}
.category-wall-list-item-container:hover .category-wall-list-item-hidden {
    display: block;
}

@media (max-width: 767px) { 
    .category-wall-list-item-image {
        padding-bottom: 10px;
    }
    .category-wall-list-item {
        height: auto;
        margin-bottom: 20px;
        overflow: visible;
    }
    .category-wall-list-item-hidden {
        display: block;
        background-color: transparent;
        box-shadow: 0 0 0px rgba(0,0,0,0.3);
    }
}
.category-wall-list-item-image img {
    width: 100%;
    height: auto;
    max-width: 113px;
}

.category-wall-list-item-title {
    word-wrap: break-word;
}
.category-wall-list-item-title a,
.category-wall-list-item-title a:focus {
    color: #0023B5;
    text-decoration: none;
    font-family: "DINPro-Bold",arial,sans-serif !important;
    font-size: 16px;
    line-height: 16px;
    transition: all 0.2s ease-in-out 0s;
}
.category-wall-list-item-title a:hover,
.category-wall-list-item-title a:active {
    color: #0023B5;
    text-decoration: underline;
}
.category-wall-list-item-child-item {
    padding-bottom: 2px;
}
.category-wall-list-item-child-item a,
.category-wall-list-item-child-item a:focus {
    color: #000000;
    text-decoration: none;
    font-family: "DINPro-Regular",arial,sans-serif !important;
    font-size: 14px;
    line-height: 14px;
    display: inline-block;
    transition: all 0.2s ease-in-out 0s;
}
.category-wall-list-item-child-item a:hover,
.category-wall-list-item-child-item a:active {
    color: #000000;
    text-decoration: underline;
}



.news-item {
    padding: 15px;
    margin-top: 5px;
}

@media (max-width: 767px) { 
    .news-item {
        width: 230px;
        margin: 0 auto;
        border-bottom: 1px solid #eaeaea;
    }
}
.news-item:hover {
    box-shadow: 0 0 15px rgba(0,0,0,0.3);
    border-radius: 10px;
}
.news-item-image {
    
}
.news-item-image img {
    width: 100%;
    height: auto;
    max-width: 200px;
    border: 1px solid #CECDCB;
    border-radius: 5px;
}
.news-item-text {
    
}
.news-item-text .news-item-date {
    color: #747474;
    text-decoration: none;
    font-family: "DINPro-Regular",arial,sans-serif !important;
    font-size: 14px;
    line-height: 16px;
    padding-top: 10px;
}

.news-item-text .news-item-title {
    height: 39px;
    overflow: hidden;
    margin-bottom: 15px;
}
.news-item-text .news-item-title a,
.news-item-text .news-item-title a:focus {
    color: #000000;
    text-decoration: underline;
    font-family: "DINPro-Medium",arial,sans-serif !important;
    font-size: 14px;
    line-height: 18px;
    display: inline-block;
    transition: all 0.2s ease-in-out 0s;
}
.news-item-text .news-item-title a:hover,
.news-item-text .news-item-title a:active {
    color: #747474;
    text-decoration: underline;
}

.news-item-text .news-item-more {
    
}
.news-item-text .news-item-more a,
.news-item-text .news-item-more a:focus {
    color: #ffffff;
    text-decoration: none;
    font-family: "DINPro-Medium",arial,sans-serif !important;
    font-size: 14px;
    line-height: 17px;
    background-color: #C80000;
    display: inline-block;
    padding: 4px 24px;
    border-radius: 5px;
    border: 1px solid #C80002;
    transition: all 0.2s ease-in-out 0s;
}
.news-item-text .news-item-more a:hover,
.news-item-text .news-item-more a:active {
    border: 1px solid #C80002;
    color: #C80002;
    background: #ffffff !important;
    background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 100%) !important;
    background: -webkit-linear-gradient(top, #ffffff 0%,#f1f1f1 100%) !important;
    background: linear-gradient(to bottom, #ffffff 0%,#f1f1f1 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1f1',GradientType=0 ) !important;
}

.news-read-all-link {
    text-align: center;
    position: relative;
    padding-top: 30px;
}
.news-read-all-link a,
.news-read-all-link a:focus {
    color: #747474;
    text-decoration: underline;
    font-family: "DINPro-Medium",arial,sans-serif !important;
    font-size: 14px;
    line-height: 16px;
    position: relative;
    transition: all 0.2s ease-in-out 0s;
}
.news-read-all-link a:hover,
.news-read-all-link a:active {
    color: #000000;
    text-decoration: underline;
}
.news-read-all-link a::after {
    color: #747474;
    font-family: "DINPro-Bold",arial,sans-serif !important;
    font-size: 14px;
    line-height: 16px;
    text-decoration: none;
    content: ">";
    display: block;
    position: absolute;
    right: -14px;
    top: 2px;
    transition: all 0.2s ease-in-out 0s;
}
.news-read-all-link a:hover::after,
.news-read-all-link a:active::after {
    color: #000000;
    text-decoration: none;
}




.newslist-item {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #747474;
}
.newslist-item-image {
    
}
.newslist-item-image img {
    border: 2px solid #CDCBCC;
    border-radius: 10px;
    max-width: 280px;
    width: 100%;
}
.newslist-item-date_saleend {
    color: #000000;
    font-family: "DINPro-Medium",arial,sans-serif !important;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
}
.newslist-item-text {
    
}
.newslist-item-date {
    color: #747474;
    font-family: "DINPro-Regular",arial,sans-serif !important;
    font-size: 14px;
    line-height: 16px;
    padding-top: 5px;
}
.newslist-item-title {
    padding-top: 10px;
}
.newslist-item-title a,
.newslist-item-title a:focus {
    color: #0023B5;
    text-decoration: none;
    font-family: "DINPro-Medium",arial,sans-serif !important;
    font-size: 20px;
    line-height: 20px;
    position: relative;
    transition: all 0.2s ease-in-out 0s;
}
.newslist-item-title a:hover,
.newslist-item-title a:active {
    color: #0023B5;
    text-decoration: underline;
}
.newslist-item-preview {
    color: #000000;
    font-family: "DINPro-Regular",arial,sans-serif !important;
    font-size: 14px;
    line-height: 16px;
    padding-top: 12px;
}
.newslist-item-all-products {
    padding-top: 20px;
    padding-bottom: 8px;
}
.newslist-item-all-products a,
.newslist-item-all-products a:focus {
    color: #747474;
    text-decoration: underline;
    font-family: "DINPro-Medium",arial,sans-serif !important;
    font-size: 16px;
    line-height: 18px;
    position: relative;
    transition: all 0.2s ease-in-out 0s;
}
.newslist-item-all-products a:hover,
.newslist-item-all-products a:active {
    color: #000000;
    text-decoration: underline;
}
.newslist-item-more {
    padding-top: 20px;
}
.newslist-item-more a,
.newslist-item-more a:focus {
    color: #747474;
    font-family: "DINPro-Regular",arial,sans-serif !important;
    font-size: 14px;
    line-height: 16px;
    text-decoration: underline;
}
.newslist-item-more a:hover,
.newslist-item-more a:active {
    color: #000000;
    text-decoration: underline;
}


.category-discription {
    padding-top: 20px;
    padding-bottom: 10px;
    color: #818181;
}
.category-discription .float-left {
    float: left;
    margin: 5px 20px 10px 0;
}


@media (max-width: 767px) {
    .newslist-item-date_saleend {
        text-align: left;
    }
}


.single-article-images .thumbnails {
    float: left;
    max-width: 300px;
    padding-top: 5px;
    margin: 0;
}
.single-article-images .thumbnails li {
    margin: 0;
}
.article-left-column {
    padding-right: 0px !important; 
}

@media (max-width: 767px) {
    .single-article-images .thumbnails {
        float: none;
        margin: 0;
        max-width: 300px;
        padding-top: 5px;
    }
}

.single-article {
    padding-top: 10px;
}
.single-article-images img {
    border: 2px solid #CDCBCC;
    border-radius: 10px;
    max-width: 310px;
    width: 100%;
}
.single-article-images .thumbnail {
    display: block;
    padding: 0px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 0px solid #ddd;
    border-radius: 0px;
}
.single-article-text {
    padding-top: 15px;
}
.single-article-posted {
    color: #747474;
    font-family: "DINPro-Regular",arial,sans-serif !important;
    font-size: 14px;
    line-height: 16px;
    padding-top: 20px;
}
.single-article-description {
    color: #000000;
    font-family: "DINPro-Regular",arial,sans-serif !important;
    font-size: 14px;
    line-height: 16px;
    padding-top: 15px;
}
.single-article-date_saleend {
    color: #000000;
    font-family: "DINPro-Medium",arial,sans-serif !important;
    font-size: 14px;
    line-height: 16px;
    text-align: left;
    padding-top: 8px;
    padding-bottom: 8px;
}
#promotions-products .title-module {
    display: none;
}



.container-html {
    margin-bottom: 85px;
}

@media (max-width: 767px) { 
    .container-html {
        margin-bottom: 15px;
    }
}
.container-html h1 {
    font-size: 20px;
    color: #0321B7;
    margin-bottom: 30px;
    margin-top: 35px;
}
.container-html h2 {
    font-size: 18px;
    color: #0321B7;
}
.container-html h3 {
    font-size: 16px;
    color: #0321B7;
}
.container-html h4 {
    font-size: 15px;
    color: #0321B7;
}
.container-html h5 {
    font-size: 14px;
    color: #0321B7;
}
.container-html h6 {
    font-size: 13px;
    color: #0321B7;
}



.payment-systems-images img {
    max-width: 180px;
    width: 100%;
}

@media (max-width: 767px) { 
    .payment-systems-container,
    .soc-webs-container,
    .newsletter-container {
        padding-top: 30px;
    }
}




.contacts-container {
    padding: 0 0 30px 0;
}
.contacts-item {
    padding: 0 0 10px 0;
}
.contacts-item-header {
    font-size: 14px;
    line-height: 18px;
    font-family: "DINPro-Regular", Arial, sans-serif;
    font-weight: normal;
}
.contacts-item-body {
    font-size: 14px;
    line-height: 18px;
    font-family: "DINPro-Regular", Arial, sans-serif;
    font-weight: normal;
}


.contacts-form-container {
    font-size: 14px;
    line-height: 18px;
    font-family: "DINPro-Regular", Arial, sans-serif;
    font-weight: normal;
}
.contacts-form-container .control-label {
    font-size: 14px;
    line-height: 18px;
    font-family: "DINPro-Regular", Arial, sans-serif;
    font-weight: normal;
}
.contacts-form-header {
    font-family: "DINPro-Medium", Arial, sans-serif;
}

.contacts-form-container .form-control-wrapper {
    border: 2px solid #c5c5c5;
    display: block;
    border-radius: 6px;
}
.contacts-form-container input[type="text"] {
    border: 1px solid #3f3f3f;
    border-radius: 5px;
    box-shadow: 1px 1px 0 #e3e3e3 inset, 0 -1px 0 #e3e3e3 inset;
    display: block;
    height: 30px;
    line-height: 20px;
    padding: 0 10px;
}
.contacts-form-container textarea,
.contacts-form-container textarea:focus,
.contacts-form-container textarea:active {
    border: 1px solid #3f3f3f;
    border-radius: 5px;
    box-shadow: 1px 1px 0 #e3e3e3 inset, 0 -1px 0 #e3e3e3 inset;
    display: block;
    line-height: 20px;
    padding: 5px 10px;
}

.form-control-wrapper {
    border: 2px solid #c5c5c5;
    display: block;
    border-radius: 6px;
}

.search-filter-label label {
    font-size: 14px;
    line-height: 18px;
    font-family: "DINPro-Regular", Arial, sans-serif;
    font-weight: normal;
}
.search-filter-item .checkbox-inline {
    font-size: 14px;
    line-height: 18px;
    font-family: "DINPro-Regular", Arial, sans-serif;
    font-weight: normal;
    margin-bottom: 10px;
}
.form-control-wrapper input[type="text"] {
    font-size: 14px;
    line-height: 18px;
    font-family: "DINPro-Regular", Arial, sans-serif;
    font-weight: normal;
    border: 1px solid #3f3f3f !important;
    border-radius: 5px;
    box-shadow: 1px 1px 0 #e3e3e3 inset, 0 -1px 0 #e3e3e3 inset !important;
    display: block;
    height: 30px;
    line-height: 20px;
    padding: 0 10px;
}
.form-control-wrapper select {
    font-size: 14px;
    line-height: 18px;
    font-family: "DINPro-Regular", Arial, sans-serif;
    font-weight: normal;
    border: 1px solid #3f3f3f !important;
    border-radius: 5px;
    box-shadow: 1px 1px 0 #e3e3e3 inset, 0 -1px 0 #e3e3e3 inset !important;
    display: block;
    height: 30px;
    line-height: 20px;
    padding: 0 10px;
}


.search-filter-btn {
    margin-bottom: 20px;
}
#button-search, 
#button-search:focus {
    border: 1px solid #C80002;
    color: #C80002;
    border-radius: 5px;
    font-family: "DINPro-Medium",arial,sans-serif !important;
    font-size: 15px;
    line-height: 18px;
    padding: 7px 25px;
    text-shadow: none;
    background: #ffffff !important;
    background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 100%) !important;
    background: -webkit-linear-gradient(top, #ffffff 0%,#f1f1f1 100%) !important;
    background: linear-gradient(to bottom, #ffffff 0%,#f1f1f1 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1f1',GradientType=0 ) !important;
}
#button-search:hover, 
#button-search:active {
    border: 1px solid #C80002;
    color: #ffffff;
    border-radius: 5px;
    font-family: "DINPro-Medium",arial,sans-serif !important;
    font-size: 15px;
    line-height: 18px;
    padding: 7px 25px;
    text-shadow: none;
    background: #C80002 !important;
}

.contacts-form-container .btn-primary, 
.contacts-form-container .btn-primary:focus {
    border: 1px solid #C80002;
    color: #C80002;
    border-radius: 5px;
    font-family: "DINPro-Medium",arial,sans-serif !important;
    font-size: 15px;
    line-height: 18px;
    padding: 7px 25px;
    text-shadow: none;
    background: #ffffff !important;
    background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 100%) !important;
    background: -webkit-linear-gradient(top, #ffffff 0%,#f1f1f1 100%) !important;
    background: linear-gradient(to bottom, #ffffff 0%,#f1f1f1 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1f1',GradientType=0 ) !important;
}
.contacts-form-container .btn-primary:hover, 
.contacts-form-container .btn-primary:active {
    border: 1px solid #C80002;
    color: #ffffff;
    border-radius: 5px;
    font-family: "DINPro-Medium",arial,sans-serif !important;
    font-size: 15px;
    line-height: 18px;
    padding: 7px 25px;
    text-shadow: none;
    background: #C80002 !important;
}

.text-danger {
    color: #C80002;
    font-size: 12px;
    line-height: 16px;
    font-family: "DINPro-Regular", Arial, sans-serif;
}
.has-error .form-control,
.has-error input[type="text"] {
    border-color: #C80002;
}
.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #C80002;
}



#categories-collapse-title {
    display: none;
}
#column-left #categories-collapse-title {
    display: block;
}
#column-left #categories-collapse-title span {
    color: #747474;
    font-size: 16px;
    line-height: 16px;
    padding: 12px 15px 8px 15px;
    font-family: "DINPro-Medium",arial,sans-serif;
    text-transform: uppercase;
    background-color: #F1F1F1;
    display: block;
    margin-bottom: 5px;
    border-left: 1px solid #0011B9;
}

#column-left #categories-collapse a,
#column-left #categories-collapse a:focus {
    border: none;
    border-bottom: 1px solid #F1F1F1;
    border-left: 1px solid #0011B9;
    color: #0D0D0D;
    padding: 5px 20px 5px 15px;
    font-size: 17px;
    line-height: 17px;
    font-family: "DINPro-Regular", Arial, sans-serif;
    background-color: #F1F1F1;
    text-decoration: none;
}
#column-left #categories-collapse a:hover,
#column-left #categories-collapse a:active {
    border: none;
    border-bottom: 1px solid #F1F1F1;
    border-left: 1px solid #0011B9;
    background-color: #F1F1F1;
    text-decoration: none;
}

#column-left .accordion-not-toggle.collapsed > a,
#column-left .accordion-not-toggle.collapsed > a:focus {
    border-bottom: 1px solid #E0E0E0 !important;
    background-color: transparent !important;
    border-left: 1px solid #ffffff !important;
    text-decoration: none !important;
}
#column-left .accordion-not-toggle.collapsed > a:hover,
#column-left .accordion-not-toggle.collapsed > a:active {
    border-bottom: 1px solid #E0E0E0 !important;
    background-color: transparent !important;
    border-left: 1px solid #ffffff !important;
    text-decoration: underline !important;
    color: #D80100 !important;
}
#column-left .accordion-toggle.collapsed > a,
#column-left .accordion-toggle.collapsed > a:focus,
#column-left .accordion-toggle.collapsed > a:hover,
#column-left .accordion-toggle.collapsed > a:active {
    border-bottom: 1px solid #E0E0E0 !important;
    background-color: transparent !important;
    border-left: 1px solid #ffffff !important;
}

#column-left #categories-collapse .accordion-inner {
    background-color: #F1F1F1;
    padding-bottom: 10px;
    border-left: 1px solid #0011B9;
}
#column-left #categories-collapse .accordion-inner a,
#column-left #categories-collapse .accordion-inner a:focus {
    border: none;
    color: #0D0D0D;
    padding: 0px 20px 3px 30px;
    font-size: 15px;
    line-height: 15px;
    font-family: "DINPro-Regular", Arial, sans-serif;
    background-color: #F1F1F1;
    text-decoration: none;
}
#column-left #categories-collapse .accordion-inner a:hover,
#column-left #categories-collapse .accordion-inner a:active {
    border: none;
    background-color: transparent;
    color: #D80100;
    text-decoration: underline;
}
#column-left #categories-collapse .accordion-inner a.active {
    border: none;
    background-color: transparent;
    color: #D80100;
    text-decoration: underline;
}
#column-left #categories-collapse .accordion-toggle.collapsed a::before {
    content: "" !important;
    margin-right: 0 !important;
    position: absolute !important;
    right: 2px !important;
    font-size: 17px !important;
    font-weight: normal !important;
    top: 7px !important;
    color: #747474;
    
    padding: 8px;
    background-image: url("../image/brainyfilter/sprite.png");
    background-repeat: no-repeat;
    background-position: 50% -128px;
}
#column-left #categories-collapse .accordion-toggle:not(.collapsed) a::before {
    content: "" !important;
    margin-right: 0 !important;
    position: absolute !important;
    right: 2px !important;
    font-size: 17px !important;
    font-weight: normal !important;
    top: 3px !important;
    color: #747474;
    
    padding: 8px;
    background-image: url("../image/brainyfilter/sprite.png");
    background-repeat: no-repeat;
    background-position: 50% -153px;
}

@media (max-width: 989px) { 
    #column-left #categories-collapse a{
        word-wrap: break-word;
    }
}  






.category-list-container {
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 15px 15px;
    background-image: url("../image/begemot/background_gr.jpg");
    background-color: transparent;
}
.category-list-item {
    background-color: transparent;
    padding: 15px 5px;
    box-shadow: none;
    border-radius: 10px;
    margin-bottom: 20px;
    width: 190px;
    margin: 0 auto;
}
.category-list-item:hover {
    background-color: #ffffff;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.category-list-item-img {
    text-align: center;
    border-bottom: 1px solid #AFAFAF;
    padding: 10px 3px;
}
.category-list-item-img a,
.category-list-item-img a:focus {
    
}
.category-list-item-img a:hover,
.category-list-item-img a:active {
    
}
.category-list-item-img a img {
    width: 100%;
    max-width: 180px;
    height: auto;
}


.category-list-item-title {
    text-align: center;
    padding-top: 8px;
}
.category-list-item-title a,
.category-list-item-title a:focus {
    color: #000000;
    text-decoration: none;
    font-family: "DINPro-Bold",arial,sans-serif !important;
    font-size: 16px;
    line-height: 16px;
    transition: all 0.2s ease-in-out 0s;
}
.category-list-item-title a:hover,
.category-list-item-title a:active {
    
}



.manufacturer-list-container {
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: transparent;
}
.manufacturer-list-item {
    background-color: transparent;
    padding: 15px 5px;
    box-shadow: none;
    border-radius: 10px;
    margin-bottom: 20px;
    width: 190px;
    margin: 0 auto;
}
.manufacturer-list-item:hover {
    background-color: #ffffff;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

.manufacturer-list-img {
    text-align: center;
    border-bottom: 1px solid #AFAFAF;
    padding: 10px 5px;
    text-align: center;
}
.manufacturer-list-img img {
    width: 100%;
    max-width: 180px;
    height: auto;
}
.manufacturer-list-title {
    text-align: center;
    padding-top: 8px;
}
.manufacturer-list-title a,
.manufacturer-list-title a:focus {
    color: #000000;
    text-decoration: none;
    font-family: "DINPro-Bold",arial,sans-serif !important;
    font-size: 16px;
    line-height: 16px;
    transition: all 0.2s ease-in-out 0s;
}
.manufacturer-list-title a:hover,
.manufacturer-list-title a:active {
    
}


#popup-callback,
#popup-quickorder,
.popup-container {
    background: #fff none repeat scroll 0 0 !important;
    margin: 0 auto !important;
    max-width: 550px !important;
    min-height: 100px !important;
    position: relative !important;
    width: 90% !important;
    border: 1px solid #ffffff !important;
    box-shadow: 0 0 10px rgba(0,0,0,0.3) !important;
    border-radius: 10px !important;
    overflow: hidden !important;
}
#popup-callback .popup-heading,
#popup-quickorder .popup-heading,
.popup-container .popup-heading {
    background: #0023B5 none repeat scroll 0 0 !important;
    color: #ffffff !important;
    font-size: 20px !important;
    line-height: 22px !important;
    min-height: 40px !important;
    overflow: hidden !important;
    padding: 11px 25px !important;
    position: relative !important;
    text-align: center !important;
    font-family: "DINPro-Medium", Arial, sans-serif !important;
}
.popup-container .popup-center {
    overflow: hidden;
    position: relative;
    font-family: "DINPro-Medium", Arial, sans-serif;
    font-size: 16px;
    line-height: 18px;
    padding: 20px 0 20px 0;
}
.popup-container .popup-center a, 
.popup-container .popup-center a:focus {
    color: #000000;
    outline: none;
    text-decoration: underline;
}
.popup-container .popup-center a:hover, 
.popup-container .popup-center a:active {
    color: #0023B5;
    text-decoration: underline;
}
#popup-callback .popup-footer,
#popup-quickorder .popup-footer,
.popup-container .popup-footer {
    background-color: #ffffff !important;
    padding: 0px 25px 20px 25px !important;
    position: relative !important;
    vertical-align: bottom !important;
    border-top: 1px solid #fff !important;
}
#popup-callback .mfp-close,
#popup-quickorder .mfp-close,
.popup-container .mfp-close {
    color: #ffffff !important;
    opacity: 1 !important;
    font-size: 30px !important;
    right: 0px !important;
    top: 0px !important;
}

.ladda-button,
.ladda-button:focus {
    background-image: url("../image/begemot/btn_ok.png") !important;
    background-size: 15px 16px !important;
    background-repeat: no-repeat !important;
    text-shadow: none !important;
    background-color: #0C7D3D !important;
    color: #ffffff !important;
    font-size: 20px !important;
    line-height: 21px !important;
    border: none !important;
    border-bottom: 2px solid #10C226 !important;
    font-family: "DINPro-Medium",arial,sans-serif !important;
    padding: 6px 15px 6px 35px !important;
    border-radius: 3px !important;
    background-position: 10px 9px !important;
    outline: none !important;
}
.ladda-button:hover,
.ladda-button:active {
    background-image: url("../image/begemot/btn_ok.png") !important;
    background-size: 15px 16px !important;
    background-repeat: no-repeat !important;
    text-shadow: none !important;
    background-color: #0B7C3C !important;
    color: #ffffff !important;
    font-size: 20px !important;
    line-height: 21px !important;
    border: none !important;
    border-bottom: 2px solid #10C226 !important;
    font-family: "DINPro-Medium",arial,sans-serif !important;
    padding: 6px 15px 6px 35px !important;
    border-radius: 3px;
    background-position: 10px 9px !important;
    outline: none !important;
}

.btn-quickorder-one,
.btn-quickorder-one:focus {
    background-image: url("../image/begemot/btn_ok.png");
    background-size: 15px 16px;
    background-repeat: no-repeat;
    text-shadow: none;
    background-color: #0C7D3D;
    color: #ffffff;
    font-size: 20px;
    line-height: 21px;
    border: none;
    border-bottom: 2px solid #10C226;
    font-family: "DINPro-Medium",arial,sans-serif !important;
    padding: 6px 15px 6px 35px;
    border-radius: 3px;
    background-position: 10px 9px;
    outline: none;
}
.btn-quickorder-one:hover,
.btn-quickorder-one:active {
    background-image: url("../image/begemot/btn_ok.png");
    background-size: 15px 16px;
    background-repeat: no-repeat;
    text-shadow: none;
    background-color: #0B7C3C;
    color: #ffffff;
    font-size: 20px;
    line-height: 21px;
    border: none;
    border-bottom: 2px solid #10C226;
    font-family: "DINPro-Medium",arial,sans-serif !important;
    padding: 6px 15px 6px 35px;
    border-radius: 3px;
    background-position: 10px 9px;
    outline: none;
}

.popup-btn-left {
    float: left;
}
.popup-btn-right {
    float: right;
}
.mfp-bg {
    background: #ffffff !important;
    opacity: 0.8 !important;
    filter: alpha(opacity=80) !important;
}

@media (max-width: 989px) { 
    .popup-container .popup-heading {
        font-size: 16px;
        line-height: 18px;
    }
    .popup-btn-left {
        float: none;
        margin-bottom: 10px;
    }
    .popup-btn-right {
        float: none;
    }
    
    .popup-container .popup-center {
        padding: 10px 0 5px 0;
    }
    .popup-container .popup-center img {
        max-width: 100px;
    }
    .popup-container .btn-primary,
    .popup-container .btn-primary:focus {
        font-size: 16px;
        line-height: 18px;
    }
    .popup-container .btn-primary:hover,
    .popup-container .btn-primary:active {
        font-size: 16px;
        line-height: 18px;
    }
    .popup-container .btn-default,
    .popup-container .btn-default:focus {
        font-size: 16px;
        line-height: 18px;
    }
    .popup-container .btn-default:hover,
    .popup-container .btn-default:active {
        font-size: 16px;
        line-height: 18px;
    }
    
    #popup-callback .popup-footer,
    #popup-quickorder .popup-footer,
    .popup-container .popup-footer {
        padding: 10px 15px !important;
    }
}  
#popup-quickorder .product-name {
    font-size: 14px !important;
    line-height: 16px !important;
    color: #000000 !important;
    padding: 5px !important;
    font-family: "DINPro-Regular",arial,sans-serif !important;
}
#popup-quickorder .price-old {
    color: #000000 !important;
    font-size: 12px !important;
    line-height: 14px !important;
    text-decoration: line-through !important;
    font-family: "DINPro-Regular",arial,sans-serif !important;
}
#popup-quickorder .price-new {
    color: #C80000 !important;
    font-size: 14px !important;
    line-height: 16px !important;
    font-family: "DINPro-Regular",arial,sans-serif !important;
}
#popup-quickorder .sections_block_rquaired .fa {
    color: #C80000 !important;
}



.simplecheckout-block-content select {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.simplecheckout-block-content select,
select.form-control, textarea.form-control, input.form-control[type="text"], input.form-control[type="password"], input.form-control[type="datetime"], input.form-control[type="datetime-local"], input.form-control[type="date"], input.form-control[type="month"], input.form-control[type="time"], input.form-control[type="week"], input.form-control[type="number"], input.form-control[type="email"], input.form-control[type="url"], input.form-control[type="search"], input.form-control[type="tel"], input.form-control[type="color"] {
    font-size: 12px;
    padding: 6px 12px;
}
.simplecheckout-block-content select:focus,
.simplecheckout-block-content .form-control:focus {
    outline: 0;
    -webkit-box-shadow: 1px 1px 0 #e3e3e3 inset, 0 -1px 0 #e3e3e3 inset !important;
    box-shadow: 1px 1px 0 #e3e3e3 inset, 0 -1px 0 #e3e3e3 inset !important;
    border: 1px solid #3f3f3f !important;
}



#simplecheckout_cart .btn-primary, 
#simplecheckout_cart .btn-primary:focus {
    border: 1px solid #0C7D3D;
    color: #0C7D3D;
    font-family: "DINPro-Medium",arial,sans-serif;
    font-size: 14px;
    line-height: 18px;
    padding: 7px 15px;
    text-shadow: none;
    text-align: center;
    box-shadow: none;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 100%) !important;
    background: -webkit-linear-gradient(top, #ffffff 0%,#f1f1f1 100%) !important;
    background: linear-gradient(to bottom, #ffffff 0%,#f1f1f1 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1f1',GradientType=0 ) !important;
}
#simplecheckout_cart .btn-primary:hover, 
#simplecheckout_cart .btn-primary:active {
    border: 1px solid #0C7D3D;
    color: #ffffff;
    font-family: "DINPro-Medium",arial,sans-serif;
    font-size: 14px;
    line-height: 18px;
    padding: 7px 15px;
    text-shadow: none;
    box-shadow: none;
    background: #0C7D3D !important;
}

#simplecheckout_cart .btn-danger,
#simplecheckout_cart .btn-danger:focus {
    border: 1px solid #C80002;
    color: #C80002;
    font-family: "DINPro-Medium",arial,sans-serif;
    font-size: 14px;
    line-height: 18px;
    padding: 7px 15px;
    text-shadow: none;
    text-align: center;
    box-shadow: none;
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 100%) !important;
    background: -webkit-linear-gradient(top, #ffffff 0%,#f1f1f1 100%) !important;
    background: linear-gradient(to bottom, #ffffff 0%,#f1f1f1 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1f1',GradientType=0 ) !important;
}
#simplecheckout_cart .btn-danger:hover, 
#simplecheckout_cart .btn-danger:active {
    border: 1px solid #C80002;
    color: #ffffff;
    font-family: "DINPro-Medium",arial,sans-serif;
    font-size: 14px;
    line-height: 18px;
    padding: 7px 15px;
    text-shadow: none;
    box-shadow: none;
    background: #C80002 !important;
}





#simplecheckout_button_confirm,
#simplecheckout_button_confirm:focus {
    text-shadow: 1px 1px 1px #085326;
    background: #0C7D3D !important;
    background: -moz-linear-gradient(top, #11B255 0%, #0D823B 100%) !important;
    background: -webkit-linear-gradient(top, #11B255 0%,#0D823B 100%) !important;
    background: linear-gradient(to bottom, #11B255 0%,#0D823B 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#11B255', endColorstr='#0D823B',GradientType=0 ) !important;
    color: #ffffff;
    font-size: 20px;
    line-height: 20px;
    border: none;
    border-bottom: 2px solid #10C226;
    font-family: "DINPro-Medium",arial,sans-serif !important;
    padding: 5px 10px 7px 10px;
    border-radius: 3px;
    margin: 0 auto;
    display: block;
}
#simplecheckout_button_confirm:hover,
#simplecheckout_button_confirm:active {
    text-shadow: 1px 1px 1px #085326;
    background: #0C7D3D !important; /* Old browsers */
    background: -moz-linear-gradient(top,  #0D823B 0%, #11B255 100%) !important; /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #0D823B 0%,#11B255 100%) !important; /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #0D823B 0%,#11B255 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0D823B', endColorstr='#11B255',GradientType=0 ) !important; /* IE6-9 */
}






.button-cart-on,
.button-cart-on:focus {
    background-color: #0C7D3D;
    color: #ffffff;
    font-size: 20px;
    line-height: 20px;
    border: none;
    border-bottom: 2px solid #10C226;
    font-family: "DINPro-Medium",arial,sans-serif !important;
    width: 150px;
    padding: 5px 10px 7px 10px;
    border-radius: 3px;
    margin: 0 auto;
    display: block;
}
.button-cart-on:hover,
.button-cart-on:active {
    text-shadow: 1px 1px 1px #085326;
    background: #0C7D3D !important; /* Old browsers */
    background: -moz-linear-gradient(top,  #11B255 0%, #0D823B 100%) !important; /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #11B255 0%,#0D823B 100%) !important; /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #11B255 0%,#0D823B 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#11B255', endColorstr='#0D823B',GradientType=0 ) !important; /* IE6-9 */
}


.button-cart-off,
.button-cart-off:focus,
.button-cart-off:hover,
.button-cart-off:active {
    background-color: #70E1A1 !important;
    color: #ffffff !important;
    font-size: 20px;
    line-height: 20px;
    border: none;
    border-bottom: 2px solid #70E1A1 !important;
    font-family: "DINPro-Medium",arial,sans-serif !important;
    width: 150px;
    padding: 5px 10px 7px 10px;
    border-radius: 3px;
    background-image: none !important;
    text-shadow: none !important;
    cursor: default;
    margin: 0 auto;
    display: block;
}



.btn-compare-delete,
.btn-compare-delete:focus {
    background-color: transparent;
    font-size: 29px;
    line-height: 10px;
    border: none;
    width: 20px;
    height: 20px;
    padding: 0;
    border-radius: 50%;
    display: block;
    text-decoration: none;
    color: #747474;
    border: 1px solid #747474;
    float: right;
}
.btn-compare-delete:hover,
.btn-compare-delete:active {
    color: #CB1919;
    border: 1px solid #CB1919;
    text-decoration: none;
}

.table-compare-wrapper {
    min-width: 260px;
    overflow-x: hidden;  
}
.table-compare {
    margin: 20px 0 30px 0;
}

@media (max-width: 989px) {
    .table-compare-wrapper {
        margin: 20px 0 30px 0;
    }
    .table-compare {
        margin: 0;
        transform: scale(0.8,0.8);
        margin-left: -80px;
        margin-top: -60px;
    }
}
@media (max-width: 767px) {
    .table-compare {
        transform: scale(0.3,0.3);
        margin-left: -270px;
        margin-top: -250px;
    }
}
.table-compare tr {
    
}
.table-compare tr:nth-child(odd) {
    background-color: #ffffff;
}
.table-compare tr:nth-child(even) {
    background-color: #F1F1F1;
}
.table-compare tr td {
    color: #000000;
    font-size: 14px;
    line-height: 16px;
    font-family: "DINPro-Regular",arial,sans-serif;
    border-right: 1px solid #747474;
    border-top: none !important;
    text-align: center;
}
.table-compare tr td:first-child {
    width: 210px;
    text-align: left;
    padding: 10px 10px;
    vertical-align: middle;
}
.table-compare tr td:last-child {
    border-right: none;
}
.table-compare tr.compare-delete-tr {
    background-color: #ffffff;
}
.table-compare tr.compare-delete-tr td {
    padding: 0 20px;
}
.table-compare tr.compare-img-tr {
    background-color: #ffffff;
}
.table-compare tr.compare-img-tr td {
    border-bottom: 1px solid #747474;
}
.table-compare tr.compare-img-tr td img {
    border: none;
    border-radius: 0;
}
.table-compare tr.compare-name-tr {
    background-color: #ffffff;
}
.table-compare tr.compare-name-tr td a,
.table-compare tr.compare-name-tr td a:focus {
    color: #000000;
    font-size: 14px;
    line-height: 16px;
    font-family: "DINPro-Regular",arial,sans-serif !important;
    text-decoration: none;
}
.table-compare tr.compare-name-tr td a:hover,
.table-compare tr.compare-name-tr td a:active {
    color: #000000;
    font-size: 14px;
    line-height: 16px;
    font-family: "DINPro-Regular",arial,sans-serif !important;
    text-decoration: underline;
}
.table-compare tr.compare-price-tr {
    
}
.table-compare tr.compare-price-tr td:first-child {
    font-family: "DINPro-Medium",arial,sans-serif;
}


.table-compare tr.compare-cart-tr {
    background-color: #ffffff;
}
.table-compare tr.compare-cart-tr td {
    padding: 5px 10px 0 10px;
}

.table-compare tr.compare-attr-group-tr td {
    color: #000000;
    font-size: 14px;
    line-height: 16px;
    font-family: "DINPro-Medium",arial,sans-serif !important;
}

.compare-bottom-text .container-html-text {
    color: #757575;
    font-size: 14px;
    line-height: 16px;
    font-family: "DINPro-Regular",arial,sans-serif;
}

.compare-return-to-catalog,
.compare-return-to-catalog:focus {
    cursor: pointer;
    background-image: url("/catalog/view/theme/cybershark/image/begemot/return_to.png");
    background-repeat: no-repeat;
    background-size: 17px 16px;
    background-position: 0 11px;
    display: inline-block;
    padding-left: 25px;
    margin-left: 25px;
}
.compare-return-to-catalog > span {
    font-family: "DINPro-Regular",arial,sans-serif !important;
    color: #000000;
    font-size: 14px;
    line-height: 16px;
    text-decoration: underline;
}
.compare-return-to-catalog:hover > span,
.compare-return-to-catalog:active > span {
    color: #747474;
}
.compare-return-to-catalog span.lower_text {
    text-transform: lowercase;
}



.bf-check-position .box-heading {
    color: #747474;
    font-size: 16px;
    line-height: 16px;
    padding: 12px 15px 8px 15px;
    font-family: "DINPro-Medium",arial,sans-serif;
    background-color: #F1F1F1;
    display: block;
    border: none;
    border-left: 1px solid #0011B9;
}
.box.bf-check-position {
    border: none;
    border-radius: 0;
    margin-bottom: 20px;
}
.bf-slider-container.ui-slider .ui-slider-handle, 
.bf-slider-range.ui-slider .ui-slider-handle {
    top: -6px;
    border-radius: 2px;
    width: 10px;
    height: 18px;
    background: #fefefe;
    background: -moz-linear-gradient(top, #fefefe 0%, #dadada 100%);
    background: -webkit-linear-gradient(top, #fefefe 0%,#dadada 100%);
    background: linear-gradient(to bottom, #fefefe 0%,#dadada 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#dadada',GradientType=0 );
    border-color: #D70000;
}
.ui-widget-header {
    background: #888888 !important;
}
.ui-widget-content {
    background: #F1F1F1 !important;
    border: 1px solid #888888 !important;
}
.bf-slider-container.ui-slider-horizontal, .bf-slider-range.ui-slider-horizontal {
    height: 7px !important;
    border-radius: 0px !important;
}
.bf-attr-header {
    background: transparent !important;
    color: #747474 !important;
    font-size: 16px !important;
    line-height: 16px !important;
    font-family: "DINPro-Medium",arial,sans-serif !important;
}
.bf-count {
    background: #888888 !important;
    color: #ffffff !important;
    border-radius: 0 !important;
    font-family: "DINPro-Regular",arial,sans-serif !important;
}
.bf-c-1 {
    padding-right: 0 !important;
    display: none !important;
}
.bf-cell.bf-c-2 label {
    color: #000000 !important;
    font-size: 17px !important;
    line-height: 18px !important;
    font-family: "DINPro-Regular",arial,sans-serif !important;
    padding: 2px 0 2px 30px;
    position: relative;
}
.bf-cell.bf-c-2.bf-c-2-checked label {
    color: #D70000 !important;
    font-size: 17px !important;
    line-height: 18px !important;
    font-family: "DINPro-Regular",arial,sans-serif !important;
    padding: 2px 0 2px 30px;
    position: relative;
    text-decoration: underline;
}
.bf-c-2 label::before {
    content: "";
    display: block;
    height: 20px;
    left: 0;
    padding: 5px;
    position: absolute;
    top: 2px;
    width: 20px;
    cursor: pointer;
    background-image: url("../image/begemot/filter_checkbox.png");
    background-position: 0 0;
}
.bf-c-2:hover label::before {
    background-position: 0 -100px;
}
.bf-c-2-checked label::before,
.bf-c-2-checked:hover label::before {
    background-position: 0 -200px;
}

.bf-disabled .bf-c-2-checked label::before,
.bf-disabled .bf-c-2-checked:hover label::before,
.bf-disabled .bf-c-2 label::before,
.bf-disabled .bf-c-2:hover label::before {
    opacity: 0.3 !important;
}
.bf-attr-header {
    border-top: 0 solid #CCCCCC !important;
}
.bf-cell {
    border-bottom: 0 solid #CCCCCC !important;
}
.bf-attr-block {
    padding: 10px 0;
    border-bottom: 1px solid #CCCCCC !important;
}
.bf-buttonclear {
    font-size: 16px !important;
    line-height: 16px !important;
    font-family: "DINPro-Regular",arial,sans-serif !important;
}
.bf-cur-symb-left,
.ndash {
    display: none !important;
}
.bf-range-min {
    float: left !important;
    text-align: center !important;
    font-size: 17px !important;
    line-height: 18px !important;
    font-family: "DINPro-Regular",arial,sans-serif !important;
    padding: 2px 5px !important;
    border: 1px solid #484848 !important;
    color: #000000 !important;
    border-radius: 3px;
}
.bf-range-max {
    float: right;
    text-align: center !important;
    font-size: 17px !important;
    line-height: 18px !important;
    font-family: "DINPro-Regular",arial,sans-serif !important;
    padding: 2px 5px !important;
    border: 1px solid #484848 !important;
    color: #000000 !important;
    border-radius: 3px;
}
.bf-price-slider-container {
    clear: both !important;
    padding: 10px 10px 10px 15px !important; 
}
.bf-btn-show {
    background: #0023B5 !important;
    border: 1px solid #ffffff !important;
    top: 52px !important;
}
.bf-btn-reset {
    background: #C80000 !important;
    border: 1px solid #ffffff !important;
    border-left: 0px solid #ffffff !important;
    top: 52px !important;
}
.bf-responsive.bf-active.bf-left .box-heading {
    text-align: right !important;
}




.rating {
    position: relative;
    margin-bottom: 30px;
}
.rating .fa-stack {
    margin-right: 10px;
}
.rating .fa-star-o {
    color: #CB9C10;
    font-size: 19px;
    line-height: 20px;
}
.rating .fa-star + .fa-star-o {
    color: #CB9C10;
    font-size: 19px;
    line-height: 20px;
}
.rating .fa-star {
    color: #F5B200;
    font-size: 19px;
    line-height: 20px;
}
.product-review-count {
    color: #757575;
    font-family: "DINPro-Regular",arial,sans-serif !important;
    font-size: 16px;
    line-height: 18px;
    display: inline-block;
    position: relative;
    top: 5px;
}

.product-model-container {
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    font-family: "DINPro-Regular", "Roboto Condensed", sans-serif;
    margin-bottom: 10px;
}
.product-txt-container {
    font-size: 14px;
    line-height: 18px;
    color: #000000;
    font-family: "DINPro-Regular", "Roboto Condensed", sans-serif;
    margin-bottom: 10px;
}

.product-stock-container .product-slider-stock_status {
    display: block;
}
.product-stock-container .product-slider-stock_status .in_stock {
    color: #000000;
    text-decoration: none;
    font-size: 14px;
    line-height: 16px;
    font-family: "DINPro-Regular",arial,sans-serif !important;
    background-image: url("../image/begemot/checkbox_checked.png");
    background-size: 17px 17px;
    background-position: 0 center;
    background-repeat: no-repeat;
    padding: 5px 0 5px 25px;
    display: inline-block;
    cursor: default;
}
.product-stock-container .product-slider-stock_status .out_of_stock {
    color: #727272;
    text-decoration: none;
    font-size: 14px;
    line-height: 16px;
    font-family: "DINPro-Regular",arial,sans-serif !important;
    background-image: url("../image/begemot/checkbox_unchecked.png");
    background-size: 17px 17px;
    background-position: 0 center;
    background-repeat: no-repeat;
    padding: 5px 0 5px 25px;
    display: inline-block;
    cursor: default;
}

.product-buy-btn-container .btn-quick-order {
    display: none !important;
}



.product-price-container {
    margin-bottom: 20px;
}
.product-price-container .product-slider-price {
    text-align: left;
}
.product-price-container .product-slider-price-old {
    color: #747474;
    font-family: "DINPro-Regular",arial,sans-serif !important;
    cursor: default;
    position: relative;
    padding-right: 5px;
    display: block;
}
.product-price-container .product-slider-price-old .currency-value {
    font-size: 24px;
    line-height: 26px;
    text-decoration: line-through;
    padding-right: 1px;
}
.product-price-container .product-slider-price-old .currency-cops {
    font-size: 16px;
    line-height: 24px;
    text-decoration: line-through;
    position: relative;
    top: -6px;
}
.product-price-container .product-slider-price-old .currency-cur {
    font-size: 18px;
    line-height: 26px;
}
.product-price-container .product-slider-price-new, 
.product-price-container .product-slider-price-regular {
    color: #C80000;
    font-family: "DINPro-Regular",arial,sans-serif !important;
    cursor: default;
    position: relative;
    display: block;
}
.product-price-container .product-slider-price-new .currency-value, 
.product-price-container .product-slider-price-regular .currency-value {
    font-size: 40px;
    line-height: 44px;
}
.product-price-container .product-slider-price-new .currency-cops, 
.product-price-container .product-slider-price-regular .currency-cops {
    font-size: 20px;
    line-height: 24px;
    position: relative;
    top: -14px;
    font-family: "DINPro-Regular",arial,sans-serif !important;
}
.product-price-container .product-slider-price-new .currency-cur, 
.product-price-container .product-slider-price-regular .currency-cur {
    font-size: 24px;
    line-height: 44px;
    font-family: "DINPro-Regular",arial,sans-serif !important;
}


.product-additional-infos {
    border-left: 2px solid #E7E7E7;
}
.product-warranty-container {
    color: #C60001;
    font-size: 18px;
    line-height: 20px;
    font-family: "DINPro-Medium", Arial, sans-serif;
    padding: 0 0 20px 0;
    text-align: center;
    cursor: default;
}
.product-delivery-container {
    color: #0325AD;
    font-size: 18px;
    line-height: 20px;
    font-family: "DINPro-Medium", Arial, sans-serif;
    padding: 0 0 20px 0;
    text-align: center;
    cursor: default;
}

.product-additional-btns {
    text-align: left;
    display: inline-block;
}
.product-additional-btns-container {
    padding: 0;
    text-align: center;
}

.btn-product-buy, 
.btn-product-buy:focus {
    background-color: #0C7D3D;
    color: #ffffff;
    font-size: 24px;
    line-height: 26px;
    border: none;
    border-bottom: 2px solid #10C226;
    font-family: "DINPro-Bold",arial,sans-serif !important;
    width: 180px;
    padding: 5px 10px 7px 10px;
    border-radius: 3px;
    text-shadow: 1px 1px 1px #085326;
    margin-bottom: 40px;
}
.btn-product-buy:hover, 
.btn-product-buy:active {
    background: #0C7D3D !important;
    background: -moz-linear-gradient(top, #11B255 0%, #0D823B 100%) !important;
    background: -webkit-linear-gradient(top, #11B255 0%,#0D823B 100%) !important;
    background: linear-gradient(to bottom, #11B255 0%,#0D823B 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#11B255', endColorstr='#0D823B',GradientType=0 ) !important;
}

.product-buy-btn-container > .button-cart-off, 
.product-buy-btn-container > .button-cart-off:focus, 
.product-buy-btn-container > .button-cart-off:hover, 
.product-buy-btn-container > .button-cart-off:active {
    background-color: #70E1A1 !important;
    color: #ffffff !important;
    font-size: 24px;
    line-height: 26px;
    border: none;
    border-bottom: 2px solid #70E1A1 !important;
    font-family: "DINPro-Medium",arial,sans-serif !important;
    width: 180px;
    padding: 5px 10px 7px 10px;
    border-radius: 3px;
    background-image: none !important;
    text-shadow: none !important;
    cursor: default;
    margin: 0px;
    margin-bottom: 40px;
}

.product-compare-container {
    padding: 0 0 5px 0;
}
.product-compare-container button,
.product-compare-container button:focus {
    color: #000000;
    font-size: 14px;
    line-height: 16px;
    font-family: "DINPro-Medium", Arial, sans-serif;
    background-color: transparent;
    background: none;
    background-image: url("../image/begemot/icon_product_compare.png");
    background-size: 27px 22px;
    background-position: 0 center;
    background-repeat: no-repeat;
    padding: 5px 0 8px 35px;
    display: inline-block;
    text-decoration: underline;
    border: none;
    box-shadow: none;
    outline: none;
}
.product-compare-container button:hover,
.product-compare-container button:active {
    color: #000000;
    font-size: 14px;
    line-height: 16px;
    font-family: "DINPro-Medium", Arial, sans-serif;
    background-color: transparent;
    background: none;
    background-image: url("../image/begemot/icon_product_compare.png");
    background-size: 27px 22px;
    background-position: 0 center;
    background-repeat: no-repeat;
    padding: 5px 0 8px 35px;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    border: none;
    box-shadow: none;
    outline: none;
}


.product-credit-container {
    padding: 0 0 5px 0;
}
.product-credit-container .btn-credit-buy,
.product-credit-container .btn-credit-buy:focus {
    color: #000000;
    font-size: 14px;
    line-height: 16px;
    font-family: "DINPro-Medium", Arial, sans-serif;
    background-color: transparent;
    background: none;
    background-image: url("../image/begemot/icon_product_credit.png");
    background-size: 27px 22px;
    background-position: 0 center;
    background-repeat: no-repeat;
    padding: 5px 0 8px 35px;
    display: inline-block;
    text-decoration: underline;
    border: none;
    box-shadow: none;
    outline: none;
}
.product-credit-container .btn-credit-buy:hover,
.product-credit-container .btn-credit-buy:active {
    color: #000000;
    font-size: 14px;
    line-height: 16px;
    font-family: "DINPro-Medium", Arial, sans-serif;
    background-color: transparent;
    background: none;
    background-image: url("../image/begemot/icon_product_credit.png");
    background-size: 27px 22px;
    background-position: 0 center;
    background-repeat: no-repeat;
    padding: 5px 0 8px 35px;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    border: none;
    box-shadow: none;
    outline: none;
}

.product-oneclick-container {
    padding: 0 0 5px 0;
}
.product-oneclick-container .btn-quick-order i {
    display: none !important;
}
.product-oneclick-container .btn-quick-order,
.product-oneclick-container .btn-quick-order:focus {
    color: #000000;
    font-size: 14px;
    line-height: 16px;
    font-family: "DINPro-Medium", Arial, sans-serif;
    background-color: transparent;
    background: none;
    background-image: url("../image/begemot/icon_product_oneclick.png");
    background-size: 27px 22px;
    background-position: 0 center;
    background-repeat: no-repeat;
    padding: 5px 0 8px 35px;
    display: inline-block;
    text-decoration: underline;
    border: none;
    box-shadow: none;
    outline: none;
}
.product-oneclick-container .btn-quick-order:hover,
.product-oneclick-container .btn-quick-order:active {
    color: #000000;
    font-size: 14px;
    line-height: 16px;
    font-family: "DINPro-Medium", Arial, sans-serif;
    background-color: transparent;
    background: none;
    background-image: url("../image/begemot/icon_product_oneclick.png");
    background-size: 27px 22px;
    background-position: 0 center;
    background-repeat: no-repeat;
    padding: 5px 0 8px 35px;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    border: none;
    box-shadow: none;
    outline: none;
}

.product-info-pages-container {
    padding: 15px 0;
    display: inline-block;
    text-align: left;
}
.product-info-pages-container a,
.product-info-pages-container a:focus {
    color: #000000;
    font-size: 14px;
    line-height: 16px;
    font-family: "DINPro-Regular", Arial, sans-serif;
    background-color: transparent;
    background: none;
    background-image: url("../image/begemot/icon_info.png");
    background-size: 11px 11px;
    background-position: right center;
    background-repeat: no-repeat;
    padding: 1px 20px 6px 0;
    display: inline-block;
    text-decoration: underline;
    border: none;
    box-shadow: none;
    outline: none;
}
.product-info-pages-container a:hover,
.product-info-pages-container a:active {
    color: #000000;
    font-size: 14px;
    line-height: 16px;
    font-family: "DINPro-Regular", Arial, sans-serif;
    background-color: transparent;
    background: none;
    background-image: url("../image/begemot/icon_info.png");
    background-size: 11px 11px;
    background-position: right center;
    background-repeat: no-repeat;
    padding: 1px 20px 6px 0;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    border: none;
    box-shadow: none;
    outline: none;
}



.container-related .title-module {
    text-align: left;
    border-bottom: 0px solid #747474;
    margin: 60px 0 10px 0;
}
.container-related .title-module span {
    text-align: center;
    border: 0px solid #747474;
    color: #000000;
    border-radius: 0;
    font-family: "DINPro-Bold",arial,sans-serif !important;
    font-size: 24px;
    line-height: 26px;
    padding: 10px 0px;
    text-shadow: none;
    cursor: default;
    display: inline-block;
    background: none !important;
    background-image: none !important;
}


.product-tags {
    border-top: 1px solid #CCCCCC;
    padding: 15px 0;
    margin: 15px 0;
    color: #757575;
}
.product-tags ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.product-tags ul li {
    padding: 0 20px 0 0;
    display: inline-block;
}
.product-tags a, 
.product-tags a:focus {
    color: #757575;
    font-family: "DINPro-Regular",arial,sans-serif !important;
    font-size: 16px;
    line-height: 18px;
    text-decoration: none;
}
.product-tags a:hover, 
.product-tags a:active {
    color: #757575;
    text-decoration: underline;
}



.product_heading_title {
    margin: 10px 0 40px 0;
}
.product-image-container {
    margin-bottom: 20px;
}
.product-images {
    
}
.product-images-right {
    float: right;
    width: 80%;
}
.product-images-left {
    float: left;
}
.product-main-image {
    text-align: center;
}
.product-main-image a, 
.product-main-image a:focus {
    border: 1px solid #CCCCCC;
    margin-bottom: 0;
    position: relative;
    border-radius: 5px;
    display: inline-block;
    width: 100%;
}
.product-main-image a img {
    border-radius: 5px;
}
.product-main-image a:hover, 
.product-main-image a:active {
    border: 1px solid #CFCFCF;
}
.product-main-image a img {
    width: 100%;
    height: auto;
}


.vert-image-items {
    padding-right: 82%;
}
.vert-image-item {
    border-radius: 10px;
    border: 1px solid #CCCCCC;
    overflow: hidden;
    display: block;
}
.vert-image-item img {
    height: 100%;
    width: auto;
}

.vert-image-items > .vert-image-item:nth-child(3) {
    margin-bottom: 0 !important;
}





.vert-slider {
    display: inline-block;
    height: 0;
    overflow: hidden;
    position: relative;
}
.vert-slider .vert-slider-body {
    display: inline-block;
    overflow: hidden;
    position: relative;
}
.vert-slider .vert-slider-body .vert-slider-item a, 
.vert-slider .vert-slider-body .vert-slider-item a:focus {
    border: 1px solid #CCCCCC;
    display: inline-block;
    margin-bottom: 10px;
    position: relative;
    border-radius: 5px;
}
.vert-slider .vert-slider-body .vert-slider-item a img {
    border-radius: 5px;
}
.vert-slider .vert-slider-body .vert-slider-item a:hover, 
.vert-slider .vert-slider-body .vert-slider-item a:active {
    border: 1px solid #CFCFCF;
}
.vert-slider .vert-slider-body {
    height: auto;
    max-width: 100%;
}
.vert-slider .vert-slider-top {
    background-color: rgba(0,35,181,0.3);
    display: block;
    height: 25px;
    position: absolute;
    transition: all .2s ease-in-out 0s;
    width: 100%;
    z-index: 5;
    cursor: pointer;
    top: 0;
    opacity: 1;
}
.vert-slider .vert-slider-top div {
    position: relative;
    display: block;
    height: 16px;
    margin: 0 auto 5px;
    border: 8px solid transparent;
    border-bottom: 8px solid #fff;
    width: 16px;
    transition: all .2s ease-in-out 0s;
}
.vert-slider .vert-slider-bottom {
    background-color: rgba(0,35,181,0.3);
    display: block;
    height: 25px;
    position: absolute;
    transition: all .2s ease-in-out 0s;
    width: 100%;
    z-index: 5;
    cursor: pointer;
    bottom: 0;
    opacity: 1;
}
.vert-slider .vert-slider-bottom div {
    position: relative;
    display: block;
    height: 16px;
    margin: 10px auto 0;
    border: 8px solid transparent;
    border-top: 8px solid #fff;
    width: 16px;
    transition: all .2s ease-in-out 0s;
}





.product-pictograms-wrapper {
    margin-bottom: 50px;
    margin-right: 0;
    display: block;
    width: 82%;
    float: right;
}
.product-pictograms-wrapper .product-pictograms-container {
    width: 100%;
}
.product-pictograms-wrapper .product-pictograms-container ul li {
    width: 30px;
    margin-right: 8px;
    margin-top: 8px;
    float: left;
}
.product-pictograms-wrapper .product-pictogram-container .product-pictogram-description {
    top: 29px;
}



.product-sertificat-container {
    padding-bottom: 20px;
}

@media (max-width: 989px) {
    .product-pictograms-wrapper {
        width: 80%;
    }
    .product-sertificat-description,
    .product-sertificat-image {
        text-align: left;
    }
    .product-sertificat-container {
        padding-top: 20px;
    }
    .product-images-right {
        /*width: 85%;*/
    }
}
@media (max-width: 767px) {
    .product-warranty-container,
    .product-delivery-container,
    .product-additional-btns-container {
        text-align: left;
    }
    .product-additional-infos {
        border-left: 0px solid #E7E7E7;
    }
    .product-pictograms-wrapper {
        width: 100%;
        float: none;
    }
    .product-pictograms-wrapper .product-pictograms-container {
        width: 240px;
    }
    .product-pictograms-wrapper .product-pictograms-container ul li {
        width: 30px;
        margin-right: 8px;
        margin-top: 8px;
    }
    .product-images-right {
        float: none;
        width: auto;
    }
    .product-images-left {
        float: none;
        padding: 20px 0;
    }
    .vert-slider {
        display: block;
        height: auto;
        overflow: visible;
        position: relative;
    }
    .vert-slider .vert-slider-top,
    .vert-slider .vert-slider-bottom {
        display: none;
    }
    .vert-slider .vert-slider-body {
        display: block;
        overflow: visible;
        position: relative;
    }
    .vert-slider-item {
        display: inline-block;
        width: 49%;
        text-align: center;
    }
    
    .vert-image-items {
        padding-right: 0;
    }
    .vert-image-item {
        max-width: 70px;
        float: left;
        margin: 10px 10px 10px 0px;
    }
    .vert-image-item img {
        height: auto;
        width: 70px;
        float: left;
        display: block;
    }
}


.popup-text {
    color: #000;
    font-size: 14px;
    line-height: 16px;
    font-family: "DINPro-Regular", Arial, sans-serif;
    text-align: left;
}

.product-tabs-container .nav-tabs {
    border-top: 1px solid #747474;
    border-bottom: 0 solid transparent;
    margin-bottom: 25px;
}
.product-tabs-container .nav-tabs > li {
    margin-top: 0;
}

.product-tabs-container .nav-tabs > li > a,
.product-tabs-container .nav-tabs > li > a:focus {
    margin-right: 2px;
    border: 1px solid #747474;
    border-top: 0 solid transparent;
    border-radius: 0 0 10px 10px;
    color: #747474;
    font-size: 14px;
    line-height: 16px;
    font-family: "DINPro-Medium", Arial, sans-serif;
    padding: 6px 10px 8px 10px;
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,fbfbfb+50,ebebeb+100 */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #fbfbfb 50%, #ebebeb 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#fbfbfb 50%,#ebebeb 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ffffff 0%,#fbfbfb 50%,#ebebeb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebebeb',GradientType=0 ); /* IE6-9 */
}
.product-tabs-container .nav-tabs > li > a:hover,
.product-tabs-container .nav-tabs > li > a:active {
    color: #000000;
}
.product-tabs-container .nav-tabs > li.active > a, 
.product-tabs-container .nav-tabs > li.active > a:focus, 
.product-tabs-container .nav-tabs > li.active > a:hover, 
.product-tabs-container .nav-tabs > li.active > a:active {
    cursor: default;
    background-color: #fff;
    border: 1px solid #0023B5;
    border-top: 0 solid transparent;
    border-radius: 0 0 10px 10px;
    color: #0023B5;
    font-size: 14px;
    line-height: 16px;
    font-family: "DINPro-Medium", Arial, sans-serif;
    
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,fbfbfd+50,ececec+100 */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 0%, #fbfbfd 50%, #ececec 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #ffffff 0%,#fbfbfd 50%,#ececec 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #ffffff 0%,#fbfbfd 50%,#ececec 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ececec',GradientType=0 ); /* IE6-9 */
}



.review-item {
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #CCCCCC;
}
.review-author {
    color: #000000;
    font-size: 14px;
    line-height: 16px;
    font-family: "DINPro-Medium", Arial, sans-serif;
    margin-bottom: 10px;
    padding-top: 5px;
}
.review-rating {
    margin-bottom: 10px;
}
.review-rating .rating {
    margin: 0;
}
.review-date_added {
    color: #000000;
    font-size: 14px;
    line-height: 16px;
    font-family: "DINPro-Regular", Arial, sans-serif;
    text-align: right;
    margin-bottom: 10px;
    padding-top: 5px;
}
.review-text {
    color: #000000;
    font-size: 14px;
    line-height: 16px;
    font-family: "DINPro-Regular", Arial, sans-serif;
}

.table-attribute tr {
    border: 0 solid #747474;
}
.table-attribute tr td {
    color: #000000;
    font-size: 14px;
    line-height: 16px;
    font-family: "DINPro-Regular",arial,sans-serif;
    text-align: center;
    border: 0 solid #747474;
}
.table-attribute tr td:first-child {
    text-align: left;
    border-right: 1px solid #747474;
    border-top: 0 solid #747474;
    border-bottom: 0 solid #747474;
}
.table-attribute tr td:last-child {
    text-align: center;
    border-right: 0 solid #747474;
    border-top: 0 solid #747474;
    border-bottom: 0 solid #747474;
}
.table-attribute tr.attr_group_name {
    border-bottom: 1px solid #747474;
}
.table-attribute tr.attr_group_name td {
    color: #000000;
    font-size: 14px;
    line-height: 16px;
    font-family: "DINPro-Medium",arial,sans-serif;
    border: 0 solid #747474;
}
.table-attribute tr.attr_group_name td:first-child {
    text-align: left;
    border-right: 1px solid #747474;
    border-top: 0 solid #747474;
    border-bottom: 0 solid #747474;
}
.table-attribute tr:nth-child(odd) {
    background-color: #ffffff;
}
.table-attribute tr:nth-child(even) {
    background-color: #F1F1F1;
}

.product-sertificat-description {
    color: #000000;
    font-size: 16px;
    line-height: 20px;
    font-family: "DINPro-Medium", Arial, sans-serif;
    padding: 0 0 10px 0;
    text-align: center;
    cursor: default;
}
.product-sertificat-image {
    text-align: center;
}
.product-share-container {
    padding: 0 0 20px 0;
}

#tab-review .control-label {
    font-size: 14px;
    line-height: 18px;
    font-family: "DINPro-Regular", Arial, sans-serif;
    font-weight: normal;
}
#tab-review .form-control-wrapper {
    border: 2px solid #c5c5c5;
    display: block;
    border-radius: 6px;
}
#tab-review .form-control-wrapper input[type="text"] {
    font-size: 16px;
    line-height: 20px;
    font-family: "DINPro-Regular", Arial, sans-serif;
    font-weight: normal;
    border: 1px solid #3f3f3f !important;
    border-radius: 5px;
    box-shadow: 1px 1px 0 #e3e3e3 inset, 0 -1px 0 #e3e3e3 inset !important;
    display: block;
    height: 30px;
    padding: 0 10px;
}
#tab-review .form-control-wrapper textarea, 
#tab-review .form-control-wrapper textarea:focus, 
#tab-review .form-control-wrapper textarea:active {
    border: 1px solid #3f3f3f;
    border-radius: 5px;
    box-shadow: 1px 1px 0 #e3e3e3 inset, 0 -1px 0 #e3e3e3 inset;
    display: block;
    font-size: 16px;
    line-height: 20px;
    padding: 5px 10px;
}
.help-block {
    display: none !important;
}
#tab-review #button-review, 
#tab-review #button-review:focus {
    border: 1px solid #C80002;
    color: #C80002;
    border-radius: 5px;
    font-family: "DINPro-Medium",arial,sans-serif !important;
    font-size: 15px;
    line-height: 18px;
    padding: 7px 25px;
    text-shadow: none;
    background: #ffffff !important;
    background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 100%) !important;
    background: -webkit-linear-gradient(top, #ffffff 0%,#f1f1f1 100%) !important;
    background: linear-gradient(to bottom, #ffffff 0%,#f1f1f1 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1f1',GradientType=0 ) !important;
}
#tab-review #button-review:hover, 
#tab-review #button-review:active {
    border: 1px solid #C80002;
    color: #ffffff;
    border-radius: 5px;
    font-family: "DINPro-Medium",arial,sans-serif !important;
    font-size: 15px;
    line-height: 18px;
    padding: 7px 25px;
    text-shadow: none;
    background: #C80002 !important;
}

#tab-review .alert-danger {
    border: 1px solid #C80000;
    color: #C80000;
    font-size: 14px;
    line-height: 20px;
    padding: 5px 10px;
    background-color: #ffffff;
    margin-bottom: 10px;
    border-radius: 2px;
}
.mfp-image-holder .mfp-close, 
.mfp-iframe-holder .mfp-close {
    color: #000 !important;
}




#form-review fieldset legend {
    display: none;
}
#form-review fieldset label {
    display: none;
}
.review_rating_stars {
    text-align: left;
}
.review_rating_stars ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
}
.review_rating_stars ul li {
    display: block;
    float: left;
}

.review_rating_stars ul li a,
.review_rating_stars ul li a:focus {
    background-image: url("../image/begemot/star_unchecked.png");
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: 39px 37px;
    color: #999999;
    display: block;
    font-size: 10px;
    line-height: 12px;
    min-width: 39px;
    padding: 37px 5px 0;
    text-decoration: none;
}
.review_rating_stars ul li a:hover,
.review_rating_stars ul li a:active {
    color: #333333;
    text-decoration: none;
}
.review_rating_stars ul li a.review_rating_star_selected,
.review_rating_stars ul li a.review_rating_star_selected:focus,
.review_rating_stars ul li a.review_rating_star_selected:hover,
.review_rating_stars ul li a.review_rating_star_selected:active {
    background-image: url("../image/begemot/star_checked.png");
}


.selected_star_1 ul li:nth-child(1) a,
.selected_star_1 ul li:nth-child(1) a:focus,
.selected_star_1 ul li:nth-child(1) a:hover,
.selected_star_1 ul li:nth-child(1) a:active {
    background-image: url("../image/begemot/star_checked.png");
}
.selected_star_1 ul li:nth-child(2) a,
.selected_star_1 ul li:nth-child(2) a:focus,
.selected_star_1 ul li:nth-child(2) a:hover,
.selected_star_1 ul li:nth-child(2) a:active,
.selected_star_1 ul li:nth-child(3) a,
.selected_star_1 ul li:nth-child(3) a:focus,
.selected_star_1 ul li:nth-child(3) a:hover,
.selected_star_1 ul li:nth-child(3) a:active,
.selected_star_1 ul li:nth-child(4) a,
.selected_star_1 ul li:nth-child(4) a:focus,
.selected_star_1 ul li:nth-child(4) a:hover,
.selected_star_1 ul li:nth-child(4) a:active,
.selected_star_1 ul li:nth-child(5) a,
.selected_star_1 ul li:nth-child(5) a:focus,
.selected_star_1 ul li:nth-child(5) a:hover,
.selected_star_1 ul li:nth-child(5) a:active {
    background-image: url("../image/begemot/star_unchecked.png");
}
.selected_star_2 ul li:nth-child(1) a,
.selected_star_2 ul li:nth-child(1) a:focus,
.selected_star_2 ul li:nth-child(1) a:hover,
.selected_star_2 ul li:nth-child(1) a:active,
.selected_star_2 ul li:nth-child(2) a,
.selected_star_2 ul li:nth-child(2) a:focus,
.selected_star_2 ul li:nth-child(2) a:hover,
.selected_star_2 ul li:nth-child(2) a:active {
    background-image: url("../image/begemot/star_checked.png");
}
.selected_star_2 ul li:nth-child(3) a,
.selected_star_2 ul li:nth-child(3) a:focus,
.selected_star_2 ul li:nth-child(3) a:hover,
.selected_star_2 ul li:nth-child(3) a:active,
.selected_star_2 ul li:nth-child(4) a,
.selected_star_2 ul li:nth-child(4) a:focus,
.selected_star_2 ul li:nth-child(4) a:hover,
.selected_star_2 ul li:nth-child(4) a:active,
.selected_star_2 ul li:nth-child(5) a,
.selected_star_2 ul li:nth-child(5) a:focus,
.selected_star_2 ul li:nth-child(5) a:hover,
.selected_star_2 ul li:nth-child(5) a:active {
    background-image: url("../image/begemot/star_unchecked.png");
}
.selected_star_3 ul li:nth-child(1) a,
.selected_star_3 ul li:nth-child(1) a:focus,
.selected_star_3 ul li:nth-child(1) a:hover,
.selected_star_3 ul li:nth-child(1) a:active,
.selected_star_3 ul li:nth-child(2) a,
.selected_star_3 ul li:nth-child(2) a:focus,
.selected_star_3 ul li:nth-child(2) a:hover,
.selected_star_3 ul li:nth-child(2) a:active,
.selected_star_3 ul li:nth-child(3) a,
.selected_star_3 ul li:nth-child(3) a:focus,
.selected_star_3 ul li:nth-child(3) a:hover,
.selected_star_3 ul li:nth-child(3) a:active {
    background-image: url("../image/begemot/star_checked.png");
}
.selected_star_3 ul li:nth-child(4) a,
.selected_star_3 ul li:nth-child(4) a:focus,
.selected_star_3 ul li:nth-child(4) a:hover,
.selected_star_3 ul li:nth-child(4) a:active,
.selected_star_3 ul li:nth-child(5) a,
.selected_star_3 ul li:nth-child(5) a:focus,
.selected_star_3 ul li:nth-child(5) a:hover,
.selected_star_3 ul li:nth-child(5) a:active {
    background-image: url("../image/begemot/star_unchecked.png");
}
.selected_star_4 ul li:nth-child(1) a,
.selected_star_4 ul li:nth-child(1) a:focus,
.selected_star_4 ul li:nth-child(1) a:hover,
.selected_star_4 ul li:nth-child(1) a:active,
.selected_star_4 ul li:nth-child(2) a,
.selected_star_4 ul li:nth-child(2) a:focus,
.selected_star_4 ul li:nth-child(2) a:hover,
.selected_star_4 ul li:nth-child(2) a:active,
.selected_star_4 ul li:nth-child(3) a,
.selected_star_4 ul li:nth-child(3) a:focus,
.selected_star_4 ul li:nth-child(3) a:hover,
.selected_star_4 ul li:nth-child(3) a:active,
.selected_star_4 ul li:nth-child(4) a,
.selected_star_4 ul li:nth-child(4) a:focus,
.selected_star_4 ul li:nth-child(4) a:hover,
.selected_star_4 ul li:nth-child(4) a:active {
    background-image: url("../image/begemot/star_checked.png");
}
.selected_star_4 ul li:nth-child(5) a,
.selected_star_4 ul li:nth-child(5) a:focus,
.selected_star_4 ul li:nth-child(5) a:hover,
.selected_star_4 ul li:nth-child(5) a:active {
    background-image: url("../image/begemot/star_unchecked.png");
}
.selected_star_5 ul li:nth-child(1) a,
.selected_star_5 ul li:nth-child(1) a:focus,
.selected_star_5 ul li:nth-child(1) a:hover,
.selected_star_5 ul li:nth-child(1) a:active,
.selected_star_5 ul li:nth-child(2) a,
.selected_star_5 ul li:nth-child(2) a:focus,
.selected_star_5 ul li:nth-child(2) a:hover,
.selected_star_5 ul li:nth-child(2) a:active,
.selected_star_5 ul li:nth-child(3) a,
.selected_star_5 ul li:nth-child(3) a:focus,
.selected_star_5 ul li:nth-child(3) a:hover,
.selected_star_5 ul li:nth-child(3) a:active,
.selected_star_5 ul li:nth-child(4) a,
.selected_star_5 ul li:nth-child(4) a:focus,
.selected_star_5 ul li:nth-child(4) a:hover,
.selected_star_5 ul li:nth-child(4) a:active,
.selected_star_5 ul li:nth-child(5) a,
.selected_star_5 ul li:nth-child(5) a:focus,
.selected_star_5 ul li:nth-child(5) a:hover,
.selected_star_5 ul li:nth-child(5) a:active {
    background-image: url("../image/begemot/star_checked.png");
}

.hover_star_1 ul li:nth-child(1) a,
.hover_star_1 ul li:nth-child(1) a:focus,
.hover_star_1 ul li:nth-child(1) a:hover,
.hover_star_1 ul li:nth-child(1) a:active {
    background-image: url("../image/begemot/star_checked.png");
}
.hover_star_1 ul li:nth-child(2) a,
.hover_star_1 ul li:nth-child(2) a:focus,
.hover_star_1 ul li:nth-child(2) a:hover,
.hover_star_1 ul li:nth-child(2) a:active,
.hover_star_1 ul li:nth-child(3) a,
.hover_star_1 ul li:nth-child(3) a:focus,
.hover_star_1 ul li:nth-child(3) a:hover,
.hover_star_1 ul li:nth-child(3) a:active,
.hover_star_1 ul li:nth-child(4) a,
.hover_star_1 ul li:nth-child(4) a:focus,
.hover_star_1 ul li:nth-child(4) a:hover,
.hover_star_1 ul li:nth-child(4) a:active,
.hover_star_1 ul li:nth-child(5) a,
.hover_star_1 ul li:nth-child(5) a:focus,
.hover_star_1 ul li:nth-child(5) a:hover,
.hover_star_1 ul li:nth-child(5) a:active {
    background-image: url("../image/begemot/star_unchecked.png");
}
.hover_star_2 ul li:nth-child(1) a,
.hover_star_2 ul li:nth-child(1) a:focus,
.hover_star_2 ul li:nth-child(1) a:hover,
.hover_star_2 ul li:nth-child(1) a:active,
.hover_star_2 ul li:nth-child(2) a,
.hover_star_2 ul li:nth-child(2) a:focus,
.hover_star_2 ul li:nth-child(2) a:hover,
.hover_star_2 ul li:nth-child(2) a:active {
    background-image: url("../image/begemot/star_checked.png");
}
.hover_star_2 ul li:nth-child(3) a,
.hover_star_2 ul li:nth-child(3) a:focus,
.hover_star_2 ul li:nth-child(3) a:hover,
.hover_star_2 ul li:nth-child(3) a:active,
.hover_star_2 ul li:nth-child(4) a,
.hover_star_2 ul li:nth-child(4) a:focus,
.hover_star_2 ul li:nth-child(4) a:hover,
.hover_star_2 ul li:nth-child(4) a:active,
.hover_star_2 ul li:nth-child(5) a,
.hover_star_2 ul li:nth-child(5) a:focus,
.hover_star_2 ul li:nth-child(5) a:hover,
.hover_star_2 ul li:nth-child(5) a:active {
    background-image: url("../image/begemot/star_unchecked.png");
}
.hover_star_3 ul li:nth-child(1) a,
.hover_star_3 ul li:nth-child(1) a:focus,
.hover_star_3 ul li:nth-child(1) a:hover,
.hover_star_3 ul li:nth-child(1) a:active,
.hover_star_3 ul li:nth-child(2) a,
.hover_star_3 ul li:nth-child(2) a:focus,
.hover_star_3 ul li:nth-child(2) a:hover,
.hover_star_3 ul li:nth-child(2) a:active,
.hover_star_3 ul li:nth-child(3) a,
.hover_star_3 ul li:nth-child(3) a:focus,
.hover_star_3 ul li:nth-child(3) a:hover,
.hover_star_3 ul li:nth-child(3) a:active {
    background-image: url("../image/begemot/star_checked.png");
}
.hover_star_3 ul li:nth-child(4) a,
.hover_star_3 ul li:nth-child(4) a:focus,
.hover_star_3 ul li:nth-child(4) a:hover,
.hover_star_3 ul li:nth-child(4) a:active,
.hover_star_3 ul li:nth-child(5) a,
.hover_star_3 ul li:nth-child(5) a:focus,
.hover_star_3 ul li:nth-child(5) a:hover,
.hover_star_3 ul li:nth-child(5) a:active {
    background-image: url("../image/begemot/star_unchecked.png");
}
.hover_star_4 ul li:nth-child(1) a,
.hover_star_4 ul li:nth-child(1) a:focus,
.hover_star_4 ul li:nth-child(1) a:hover,
.hover_star_4 ul li:nth-child(1) a:active,
.hover_star_4 ul li:nth-child(2) a,
.hover_star_4 ul li:nth-child(2) a:focus,
.hover_star_4 ul li:nth-child(2) a:hover,
.hover_star_4 ul li:nth-child(2) a:active,
.hover_star_4 ul li:nth-child(3) a,
.hover_star_4 ul li:nth-child(3) a:focus,
.hover_star_4 ul li:nth-child(3) a:hover,
.hover_star_4 ul li:nth-child(3) a:active,
.hover_star_4 ul li:nth-child(4) a,
.hover_star_4 ul li:nth-child(4) a:focus,
.hover_star_4 ul li:nth-child(4) a:hover,
.hover_star_4 ul li:nth-child(4) a:active {
    background-image: url("../image/begemot/star_checked.png");
}
.hover_star_4 ul li:nth-child(5) a,
.hover_star_4 ul li:nth-child(5) a:focus,
.hover_star_4 ul li:nth-child(5) a:hover,
.hover_star_4 ul li:nth-child(5) a:active {
    background-image: url("../image/begemot/star_unchecked.png");
}
.hover_star_5 ul li:nth-child(1) a,
.hover_star_5 ul li:nth-child(1) a:focus,
.hover_star_5 ul li:nth-child(1) a:hover,
.hover_star_5 ul li:nth-child(1) a:active,
.hover_star_5 ul li:nth-child(2) a,
.hover_star_5 ul li:nth-child(2) a:focus,
.hover_star_5 ul li:nth-child(2) a:hover,
.hover_star_5 ul li:nth-child(2) a:active,
.hover_star_5 ul li:nth-child(3) a,
.hover_star_5 ul li:nth-child(3) a:focus,
.hover_star_5 ul li:nth-child(3) a:hover,
.hover_star_5 ul li:nth-child(3) a:active,
.hover_star_5 ul li:nth-child(4) a,
.hover_star_5 ul li:nth-child(4) a:focus,
.hover_star_5 ul li:nth-child(4) a:hover,
.hover_star_5 ul li:nth-child(4) a:active,
.hover_star_5 ul li:nth-child(5) a,
.hover_star_5 ul li:nth-child(5) a:focus,
.hover_star_5 ul li:nth-child(5) a:hover,
.hover_star_5 ul li:nth-child(5) a:active {
    background-image: url("../image/begemot/star_checked.png");
}
















.btn-shopping, 
.btn-shopping:focus {
    background-image: none;
    text-shadow: none;
    background-color: #ffffff;
    color: #000000;
    font-size: 20px;
    line-height: 21px;
    border: 2px solid #0C7D3D;
    font-family: "DINPro-Regular",arial,sans-serif !important;
    padding: 5px 15px 5px 15px;
    border-radius: 3px;
    outline: none;
}
.btn-shopping:hover, 
.btn-shopping:active {
    background-image: none;
    text-shadow: none;
    background-color: #ffffff;
    color: #000000;
    font-size: 20px;
    line-height: 21px;
    border: 2px solid #0C7D3D;
    font-family: "DINPro-Regular",arial,sans-serif !important;
    padding: 5px 15px 5px 15px;
    border-radius: 3px;
    outline: none;
}

.btn-checkout, 
.btn-checkout:focus {
    background-image: url("../image/begemot/btn_ok.png");
    background-size: 15px 16px;
    background-repeat: no-repeat;
    text-shadow: none;
    background-color: #0C7D3D;
    color: #ffffff;
    font-size: 20px;
    line-height: 21px;
    border: none;
    border-bottom: 2px solid #10C226;
    font-family: "DINPro-Medium",arial,sans-serif !important;
    padding: 6px 15px 6px 35px;
    border-radius: 3px;
    background-position: 10px 9px;
    outline: none;
    float: right;
}
.btn-checkout:hover, 
.btn-checkout:active {
    background-image: url("../image/begemot/btn_ok.png");
    background-size: 15px 16px;
    background-repeat: no-repeat;
    text-shadow: none;
    background-color: #0B7C3C;
    color: #ffffff;
    font-size: 20px;
    line-height: 21px;
    border: none;
    border-bottom: 2px solid #10C226;
    font-family: "DINPro-Medium",arial,sans-serif !important;
    padding: 6px 15px 6px 35px;
    border-radius: 3px;
    background-position: 10px 9px;
    outline: none;
}

@media (max-width: 767px) {
    
    .btn-shopping, 
    .btn-shopping:focus {
        margin-bottom: 20px;
    }
    .btn-checkout, 
    .btn-checkout:focus {
        float: none;
    }
}

/*
#d_quickcheckout .btn-primary,
#d_quickcheckout .btn-primary:focus,
.btn-primary,
.btn-primary:focus {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #3A5DEF;
    background-image: linear-gradient(to bottom, #3A5DEF, #0023B5);
    background-repeat: repeat-x;
    border-color: #3A5DEF #3A5DEF #00006D;
}
#d_quickcheckout .btn-primary:hover,
#d_quickcheckout .btn-primary:active,
.btn-primary:hover, 
.btn-primary:active {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #0023B5;
    background-image: none !important;
    background-repeat: repeat-x;
    border-color: #3A5DEF #3A5DEF #0023B5;
}
#d_quickcheckout .btn-primary:hover, 
#d_quickcheckout .btn-primary:active, 
#d_quickcheckout .btn-primary.active, 
#d_quickcheckout .btn-primary.disabled, 
#d_quickcheckout .btn-primary[disabled] {
    background-color: #0023B5;
    background-position: 0 -15px;
}
#d_quickcheckout .form-control,
#d_quickcheckout .form-control:focus,
#d_quickcheckout .form-control:hover,
#d_quickcheckout .form-control:active {
    border: 1px solid #3f3f3f;
    box-shadow: 1px 1px 0 #e3e3e3 inset, 0 -1px 0 #e3e3e3 inset;
}*/

.login-btn-group > .btn-group-justified > .btn-group:first-child {
    padding-right: 10px !important;
}
#login_view .btn-primary,
#login_view .btn-primary:focus {
    border: 1px solid #C80002 !important;
    color: #C80002 !important;
    border-radius: 5px !important;
    font-family: "DINPro-Medium",arial,sans-serif !important;
    font-size: 14px !important;
    line-height: 18px !important;
    padding: 7px 15px !important;
    text-shadow: none !important;
    text-align: center !important;
    box-shadow: none !important;
    background: #ffffff !important;
    background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 100%) !important;
    background: -webkit-linear-gradient(top, #ffffff 0%,#f1f1f1 100%) !important;
    background: linear-gradient(to bottom, #ffffff 0%,#f1f1f1 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1f1',GradientType=0 ) !important;
}
#login_view .btn-primary:hover, 
#login_view .btn-primary:active {
    border: 1px solid #C80002 !important;
    color: #ffffff !important;
    border-radius: 5px !important;
    font-family: "DINPro-Medium",arial,sans-serif !important;
    font-size: 14px !important;
    line-height: 18px !important;
    padding: 7px 25px !important;
    text-shadow: none !important;
    box-shadow: none !important;
    background: #C80002 !important;
}


#login_button_popup,
#login_button_popup:focus {
    border: 1px solid #747474 !important;
    color: #747474 !important;
    border-radius: 5px !important;
    font-family: "DINPro-Medium",arial,sans-serif !important;
    font-size: 14px !important;
    line-height: 18px !important;
    padding: 7px 15px !important;
    text-shadow: none !important;
    text-align: center !important;
    box-shadow: none !important;
    background: #ffffff !important;
    background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 100%) !important;
    background: -webkit-linear-gradient(top, #ffffff 0%,#f1f1f1 100%) !important;
    background: linear-gradient(to bottom, #ffffff 0%,#f1f1f1 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1f1',GradientType=0 ) !important;
}
#login_button_popup:hover, 
#login_button_popup:active {
    border: 1px solid #C80002 !important;
    color: #ffffff !important;
    border-radius: 5px !important;
    font-family: "DINPro-Medium",arial,sans-serif !important;
    font-size: 14px !important;
    line-height: 18px !important;
    padding: 7px 25px !important;
    text-shadow: none !important;
    box-shadow: none !important;
    background: #C80002 !important;
}

#qc_confirm_order, 
#qc_confirm_order:focus {
    background: none!important;
    background-color: #0C7D3D !important;
    color: #ffffff !important;
    font-size: 20px !important;
    line-height: 20px !important;
    border: none !important;
    border-bottom: 2px solid #10C226 !important;
    font-family: "DINPro-Medium",arial,sans-serif !important;
    width: auto !important;
    padding: 5px 20px 7px 20px !important;
    border-radius: 3px !important;
}
#qc_confirm_order:hover, 
#qc_confirm_order:active {
    text-shadow: 1px 1px 1px #085326 !important;
    background: #0C7D3D !important;
    background: -moz-linear-gradient(top, #11B255 0%, #0D823B 100%) !important;
    background: -webkit-linear-gradient(top, #11B255 0%,#0D823B 100%) !important;
    background: linear-gradient(to bottom, #11B255 0%,#0D823B 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#11B255', endColorstr='#0D823B',GradientType=0 ) !important;
}


.qc-step {
    
}
.qc-step .panel {
    box-shadow: none !important;
    border: none !important;
}
.qc-step .panel .panel-heading {
    padding: 7px 10px !important;
    color: #000000 !important;
    background-color: #F1F1F1 !important;
    border: 1px solid #747474 !important;
    border-radius: 5px !important;
    font-family: "DINPro-Medium",arial,sans-serif !important;
    font-size: 14px !important;
    line-height: 18px !important;
}
.qc-step .panel .panel-heading .panel-title {
    color: #000000 !important;
    font-family: "DINPro-Medium",arial,sans-serif !important;
    font-size: 14px !important;
    line-height: 18px !important;
}
.qc-step .panel .panel-body {
    padding: 0 !important;
    border: none !important;
}
.qc-step .panel .panel-body .form-group {
    margin: 0 !important;
}
.qc-step .panel .panel-body input:focus,
.qc-step .panel .panel-body input:active,
.qc-step .panel .panel-body select:focus,
.qc-step .panel .panel-body select:active {
    box-shadow: none !important;
    border: 1px solid #747474 !important;
}

#confirm_form .col-xs-12 {
    padding: 0px !important;
}
#confirm_form .col-xs-12 .text {
    color: #000000 !important;
    font-family: "DINPro-Medium",arial,sans-serif !important;
    font-size: 14px !important;
    line-height: 18px !important;
    padding-bottom: 8px !important;
    display: block !important;
}

#confirm_comment,
#confirm_comment:focus,
#confirm_comment:hover,
#confirm_comment:active {
    border: 1px solid #747474 !important;
    border-radius: 5px !important;
    box-shadow: none !important;
    display: block !important;
    color: #000000 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    padding: 5px 10px !important;
    height: 115px !important;
}
.qc-step input[type="text"],
.qc-step input[type="text"]:focus,
.qc-step input[type="text"]:hover,
.qc-step input[type="text"]:active,
.qc-step input[type="email"],
.qc-step input[type="email"]:focus,
.qc-step input[type="email"]:hover,
.qc-step input[type="email"]:active,
.qc-step input[type="password"],
.qc-step input[type="password"]:focus,
.qc-step input[type="password"]:hover,
.qc-step input[type="password"]:active,
.qc-step select,
.qc-step select:focus,
.qc-step select:hover,
.qc-step select:active {
    border: 1px solid #747474 !important;
    border-radius: 5px !important;
    box-shadow: none !important;
    display: block !important;
    color: #000000 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    padding: 5px 10px !important;
}

#payment_address_form > div > .col-xs-5 {
    display: block !important;
    width: 100% !important;
    padding: 3px 0px !important;
    color: #000000 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    font-family: "DINPro-Medium",arial,sans-serif !important;
}
#payment_address_form > div > .col-xs-5 > label {
    color: #000000 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    font-family: "DINPro-Medium",arial,sans-serif !important;
    padding-top: 12px !important;
}
#payment_address_form > div > .col-xs-7 {
    display: block !important;
    width: 100% !important;
    padding: 3px 0px !important;
    color: #000000 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    font-family: "DINPro-Regular",arial,sans-serif !important;
}

#confirm_agree_input {
    text-align: left !important;
    padding: 10px 0 15px 0 !important;
}
#confirm_agree_input .control-label {
    color: #747474;
    font-size: 13px !important;
    line-height: 16px !important;
    font-family: "DINPro-Regular",arial,sans-serif !important;
    text-align: left !important;
}
#confirm_agree_input .control-label span {
    padding-left: 10px !important;
}
#confirm_agree_input .control-label span a,
#confirm_agree_input .control-label span a:focus {
    color: #747474;
    font-size: 13px !important;
    line-height: 16px !important;
    font-family: "DINPro-Regular",arial,sans-serif !important;
    text-decoration: underline !important;
    font-weight: normal !important;
}
#confirm_agree_input .control-label span a:hover,
#confirm_agree_input .control-label span a:active {
    color: #000000;
    font-size: 13px !important;
    line-height: 16px !important;
    font-family: "DINPro-Regular",arial,sans-serif !important;
    text-decoration: underline !important;
    font-weight: normal !important;
}
#confirm_agree_input .control-label span a b {
    font-weight: normal !important;
    font-family: "DINPro-Regular",arial,sans-serif !important;
}

#payment_address .panel-heading {
    display: none !important;
}
#payment_address_newsletter_input {
    text-align: left !important;
    padding: 10px 0 15px 0 !important;
}
#payment_address_newsletter_input .col-xs-12 {
    padding: 0 !important;
}
#payment_address_newsletter_input .control-label {
    color: #747474;
    font-size: 13px !important;
    line-height: 16px !important;
    font-family: "DINPro-Regular",arial,sans-serif !important;
    text-align: left !important;
    padding-left: 10px !important;
}
#payment_address_newsletter_input .control-label span {
    padding-left: 10px !important;
}
#payment_address_newsletter_input .control-label span a,
#payment_address_newsletter_input .control-label span a:focus {
    color: #747474;
    font-size: 13px !important;
    line-height: 16px !important;
    font-family: "DINPro-Regular",arial,sans-serif !important;
    text-decoration: underline !important;
    font-weight: normal !important;
}
#payment_address_newsletter_input .control-label span a:hover,
#payment_address_newsletter_input .control-label span a:active {
    color: #000000;
    font-size: 13px !important;
    line-height: 16px !important;
    font-family: "DINPro-Regular",arial,sans-serif !important;
    text-decoration: underline !important;
    font-weight: normal !important;
}
#d_quickcheckout {
    padding-top: 15px;
    padding-bottom: 45px;
}

#voucher {
    border-radius: 5px 0 0 5px !important;
}

.cart-items {
    background-image: url("../image/begemot/background_gr.jpg");
    background-color: transparent;
}
.qc-checkout-product {
    background-image: url("../image/begemot/background_gr.jpg") !important;
    background-color: transparent !important;
    padding: 0 !important;
}
#d_quickcheckout .table {
    margin-bottom: 0px !important;
}
.qc-heading_title {
    background-color: transparent !important;
    border-color: transparent !important;
    font-size: 14px !important;
    line-height: 18px !important;
    color: #000000 !important;
    font-family: "DINPro-Bold", Arial, sans-serif !important;
    font-weight: normal !important;
    margin: 7px 0 10px 0 !important;
    padding: 0 !important;
}
.cart-item {
    margin: 0 10px;
    padding: 25px 0;
    border-bottom: 1px solid #747474;
}
.cart-items .form-group {
    margin-bottom: 0px !important;
}
.cart-item2 {
    margin: 0;
    padding: 25px 0;
    border-bottom: 1px solid #747474;
}
.cart-item td {
    margin: 0 10px !important;
    padding-top: 25px !important;
    padding-bottom: 25px !important;
    border-top: 0px solid #dddddd !important;
}
.cart-number {
    text-align: right;
    position: relative;
}
.cart-number span {
    position: relative;
    top: -10px;
    border: 1px solid #B8B8B8;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: inline-block;
    text-align: center;
    padding-top: 2px;
    background-color: #ffffff;
    font-family: "DINPro-Medium",arial,sans-serif !important;
    color: #747474;
    font-size: 13px;
    line-height: 18px;
    cursor: default;
}
.qc-count {
    padding: 0 5px !important;
}
.qc-image {
    width: 110px !important;
    padding: 0 5px !important;
}
.cart-image {
    text-align: center;
}
.cart-image a img {
    height: auto;
    border: 1px solid #E4E4E4;
    border-radius: 2px;
    width: 100%;
}

.qc-name  {
    max-width: 200px;
    padding: 0 5px !important;
}
.cart-name {
    
}
.cart-name a,
.cart-name a:focus {
    font-family: "DINPro-Medium",arial,sans-serif !important;
    color: #000000 !important;
    font-size: 14px !important;
    line-height: 18px !important;
    text-decoration: none !important;
}
.cart-name a:hover,
.cart-name a:active {
    font-family: "DINPro-Medium",arial,sans-serif !important;
    color: #000000 !important;
    font-size: 14px !important;
    line-height: 18px !important;
    text-decoration: underline !important;
}
.cart-model {
    padding-top: 5px !important;
    font-family: "DINPro-Regular",arial,sans-serif !important;
    color: #000000 !important;
    font-size: 12px !important;
    line-height: 18px !important;
}

.cart-price {
    
}
.qc-price {
    padding: 0 5px !important;
}
.qc-total {
    padding: 0 5px !important;
}
.qc-delete  {
    padding: 0 5px !important;
}
.cart-price .cart-price-number {
    float: left;
    margin-right: 5px;
    font-family: "DINPro-Regular",arial,sans-serif !important;
    color: #000000;
    font-size: 16px;
    line-height: 18px;
    padding-top: 5px;
}
.cart-bottom-total .currency-value,
.cart-total .currency-value,
.cart-price .cart-price-number .currency-value {
    font-size: 16px;
    line-height: 18px;
    font-family: "DINPro-Regular",arial,sans-serif !important;
}
.cart-bottom-total .currency-cops,
.cart-total .currency-cops,
.cart-price .cart-price-number .currency-cops {
    font-size: 12px;
    line-height: 18px;
    position: relative;
    top: -5px;
    font-family: "DINPro-Regular",arial,sans-serif !important;
}
.cart-bottom-total .currency-cur,
.cart-total .currency-cur,
.cart-price .cart-price-number .currency-cur {
    font-size: 14px;
    line-height: 18px;
    font-family: "DINPro-Regular",arial,sans-serif !important;
}
.cart-price .cart-cross {
    color: #737373;
    font-size: 16px;
    line-height: 18px;
}
.cart-price .input-group-btn {
    float: left;
}
.cart-price .input-group-btn input[type="text"] {
    float: left !important;
    font-family: "DINPro-Regular",arial,sans-serif !important;
    color: #000000 !important;
    font-size: 16px !important;
    line-height: 18px !important;
    padding: 4px 2px !important;
    text-align: center !important;
    display: block !important;
    width: 32px !important;
    border-radius: 3px !important;
    border: 1px solid #B5B5B5 !important;
    margin-right: 5px !important;
    height: 26px !important;
    min-width: 28px !important;
}
.cart-price .input-group-btn .btn-update {
    background: none;
    border: none;
    box-shadow: none;
    padding: 5px;
    color: #737373;
}
.cart-price .input-group-btn .btn-update:hover {
    color: #000000;
}
.cart-total {
    font-family: "DINPro-Regular",arial,sans-serif !important;
    color: #000000;
    font-size: 16px;
    line-height: 18px;
    padding-top: 5px;
}
.cart-delete {
    
}
.cart-delete button {
    
}
.cart-delete button, 
.cart-delete button:focus {
    background-color: transparent !important;
    font-size: 24px !important;
    line-height: 0px !important;
    border: none !important;
    width: 20px !important;
    height: 20px !important;
    padding: 0 !important;
    border-radius: 50% !important;
    display: block !important;
    text-decoration: none !important;
    color: #747474 !important;
    border: 1px solid #747474 !important;
    padding: 0 0 5px 0 !important;
}
.cart-delete button:hover, 
.cart-delete button:active {
    color: #CB1919 !important;
    border: 1px solid #CB1919 !important;
    text-decoration: none !important;
}


#confirm_voucher, 
#confirm_voucher:focus {
    border: 1px solid #C80002 !important;
    color: #C80002 !important;
    border-radius: 5px;
    font-family: "DINPro-Medium",arial,sans-serif !important;
    font-size: 15px !important;
    line-height: 18px !important;
    padding: 7px 15px !important;
    text-shadow: none !important;
    text-align: center !important;
    background: #ffffff !important;
    background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 100%) !important;
    background: -webkit-linear-gradient(top, #ffffff 0%,#f1f1f1 100%) !important;
    background: linear-gradient(to bottom, #ffffff 0%,#f1f1f1 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1f1',GradientType=0 ) !important;
    width: 50px !important;
}
#confirm_voucher:hover, 
#confirm_voucher:active {
    border: 1px solid #C80002 !important;
    color: #ffffff !important;
    border-radius: 5px;
    font-family: "DINPro-Medium",arial,sans-serif !important;
    font-size: 15px !important;
    line-height: 18px !important;
    padding: 7px 15px !important;
    text-shadow: none !important;
    text-align: center !important;
    background: #C80002 !important;
    width: 50px !important;
}


.qc-coupon .control-label,
.qc-voucher .control-label {
    padding-top: 8px !important;
    font-family: "DINPro-Regular",arial,sans-serif !important;
    color: #000000 !important;
    font-size: 14px !important;
    line-height: 16px !important;
}


.cart-bottom-items .cart-bottom-price {
    font-family: "DINPro-Medium",arial,sans-serif !important;
    color: #000000;
    font-size: 14px;
    line-height: 18px;
}
.cart-bottom-items .cart-bottom-total {
    font-family: "DINPro-Regular",arial,sans-serif !important;
    color: #000000;
    font-size: 16px;
    line-height: 18px;
}
.cart-bottom-items .cart-item:last-child {
    border-bottom: 0 solid transparent;
}


@media (max-width: 767px) {
    .cart-number {
        text-align: left;
    }
    .cart-price {
        margin-top: 20px;
    }
    .cart-total {
        margin-top: 20px;
    }
    .cart-delete {
        margin-top: 20px;
    }
}










#popup-callback .popup-center .anytext-callback {
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 10px;
}
#popup-quickorder .owl-prev .btn-carousel-quickorder {
    position: relative;
    left: -15px;
}
.product-slider-image a img {
    margin: 0 auto;
}








.popup-container .btn-primary,
.popup-container .btn-primary:focus {
    background-image: url("../image/begemot/btn_ok.png") !important;
    background-size: 15px 16px !important;
    background-repeat: no-repeat !important;
    text-shadow: none !important;
    background-color: #0C7D3D !important;
    color: #ffffff !important;
    font-size: 20px !important;
    line-height: 21px !important;
    border: none !important;
    border-bottom: 2px solid #10C226 !important;
    font-family: "DINPro-Medium",arial,sans-serif !important;
    padding: 6px 15px 6px 35px !important;
    border-radius: 3px !important;
    background-position: 10px 9px !important;
    outline: none !important;
}
.popup-container .btn-primary:hover,
.popup-container .btn-primary:active {
    background-image: url("../image/begemot/btn_ok.png") !important;
    background-size: 15px 16px !important;
    background-repeat: no-repeat !important;
    text-shadow: none !important;
    background-color: #0B7C3C !important;
    color: #ffffff !important;
    font-size: 20px !important;
    line-height: 21px !important;
    border: none !important;
    border-bottom: 2px solid #10C226 !important;
    font-family: "DINPro-Medium",arial,sans-serif !important;
    padding: 6px 15px 6px 35px !important;
    border-radius: 3px !important;
    background-position: 10px 9px !important;
    outline: none !important;
}
.popup-container .btn-default,
.popup-container .btn-default:focus {
    background-image: none !important;
    text-shadow: none !important;
    background-color: #ffffff;
    color: #000000 !important;
    font-size: 20px !important;
    line-height: 21px !important;
    border: 2px solid #0C7D3D !important;
    font-family: "DINPro-Regular",arial,sans-serif !important;
    padding: 5px 15px 5px 15px !important;
    border-radius: 3px !important;
    outline: none !important;
}
.popup-container .btn-default:hover,
.popup-container .btn-default:active {
    background-image: none !important;
    text-shadow: none !important;
    background-color: #ffffff !important;
    color: #000000 !important;
    font-size: 20px !important;
    line-height: 21px !important;
    border: 2px solid #0C7D3D !important;
    font-family: "DINPro-Regular",arial,sans-serif !important;
    padding: 5px 15px 5px 15px !important;
    border-radius: 3px !important;
    outline: none !important;
}


input.bf-range-max[type="text"], input.bf-range-min[type="text"], input.bf-slider-input[type="text"] {
    width: 60px;
    min-width: 50px;
}


