/* LATO */
@font-face {
    font-family:"Lato";
    src: local('*'),
        url("fonts/lato/Lato-Light.woff") format("woff"),
        url("fonts/lato/Lato-Light.ttf") format("truetype"),
        url("fonts/lato/Lato-Light.svg#Lato-Light") format("svg");
    font-weight:100;
    font-style:normal;
}

@font-face {
    font-family:"Lato";
    src: local('*'),
        url("fonts/lato/Lato-LightItalic.woff") format("woff"),
        url("fonts/lato/Lato-LightItalic.ttf") format("truetype"),
        url("fonts/lato/Lato-LightItalic.svg#Lato-LightItalic") format("svg");
    font-weight:100;
    font-style:italic;
}

@font-face {
    font-family:"Lato";
    src: local('*'),
        url("fonts/lato/Lato-Thin.woff") format("woff"),
        url("fonts/lato/Lato-Thin.ttf") format("truetype"),
        url("fonts/lato/Lato-Thin.svg#Lato-Thin") format("svg");
    font-weight:300;
    font-style:normal;
}

@font-face {
    font-family:"Lato";
    src: local('*'),
        url("fonts/lato/Lato-ThinItalic.woff") format("woff"),
        url("fonts/lato/Lato-ThinItalic.ttf") format("truetype"),
        url("fonts/lato/Lato-ThinItalic.svg#Lato-ThinItalic") format("svg");
    font-weight:300;
    font-style:italic;
}

@font-face {
    font-family:"Lato";
    src: local('*'),
        url("fonts/lato/Lato-Regular.woff") format("woff"),
        url("fonts/lato/Lato-Regular.ttf") format("truetype"),
        url("fonts/lato/Lato-Regular.svg#Lato-Regular") format("svg");
    font-weight:normal;
    font-style:normal;
}

@font-face {
    font-family:"Lato";
    src: local('*'),
        url("fonts/lato/Lato-Italic.woff") format("woff"),
        url("fonts/lato/Lato-Italic.ttf") format("truetype"),
        url("fonts/lato/Lato-Italic.svg#Lato-Italic") format("svg");
    font-weight:normal;
    font-style:italic;
}

@font-face {
    font-family:"Lato";
    src: local('*'),
        url("fonts/lato/Lato-Medium.woff") format("woff"),
        url("fonts/lato/Lato-Medium.ttf") format("truetype"),
        url("fonts/lato/Lato-Medium.svg#Lato-Medium") format("svg");
    font-weight:500;
    font-style:normal;
}

@font-face {
    font-family:"Lato";
    src: local('*'),
        url("fonts/lato/Lato-MediumItalic.woff") format("woff"),
        url("fonts/lato/Lato-MediumItalic.ttf") format("truetype"),
        url("fonts/lato/Lato-MediumItalic.svg#Lato-MediumItalic") format("svg");
    font-weight:500;
    font-style:italic;
}

@font-face {
    font-family:"Lato";
    src: local('*'),
        url("fonts/lato/Lato-Semibold.woff") format("woff"),
        url("fonts/lato/Lato-Semibold.ttf") format("truetype"),
        url("fonts/lato/Lato-Semibold.svg#Lato-Semibold") format("svg");
    font-weight:600;
    font-style:normal;
}

@font-face {
    font-family:"Lato";
    src: local('*'),
        url("fonts/lato/Lato-SemiboldItalic.woff") format("woff"),
        url("fonts/lato/Lato-SemiboldItalic.ttf") format("truetype"),
        url("fonts/lato/Lato-SemiboldItalic.svg#Lato-SemiboldItalic") format("svg");
    font-weight:600;
    font-style:italic;
}

@font-face {
    font-family:"Lato";
    src: local('*'),
        url("fonts/lato/Lato-Bold.woff") format("woff"),
        url("fonts/lato/Lato-Bold.ttf") format("truetype"),
        url("fonts/lato/Lato-Bold.svg#Lato-Bold") format("svg");
    font-weight:700;
    font-style:normal;
}

@font-face {
    font-family:"Lato";
    src: local('*'),
        url("fonts/lato/Lato-BoldItalic.woff") format("woff"),
        url("fonts/lato/Lato-BoldItalic.ttf") format("truetype"),
        url("fonts/lato/Lato-BoldItalic.svg#Lato-BoldItalic") format("svg");
    font-weight:700;
    font-style:italic;
}


body {
   font-family: 'Lato', sans-serif;
    color: #454649;
    font-size: 13px;
    line-height: 20px;
    width: 100%;
}

img {
    max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 200;
    color: #454649;
}

button {border-radius: 0 !important;}


/* default font size */

.fa {
    font-size: 14px;
}



/* Override the bootstrap defaults */

h1 {
    font-size: 33px;
}

h2 {
    font-size: 27px;
}

h3 {
    font-size: 21px;
}

h4 {
    font-size: 15px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10.2px;
}

a {
  color: #b7930a;
}

#d_quickcheckout a {color: #bb9110 !important;}

a:hover {
    text-decoration: none;
     color: black;
}

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

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

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

.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
    font-size: 12px;
    border-radius: 0 !important;
}

.input-group .input-group-addon {
    font-size: 12px;
    height: 30px;
    border-radius: 0;
    color: #fff;
    background: #bb9110;
    border: none;
}



/* Fix some bootstrap issues */

span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
    display: inline;
}

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

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



/* Gradent to all drop down menus */

.dropdown-menu li>a:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #bb9110, #bb9110);
    background-repeat: repeat-x;
}



/* top */

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

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

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

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

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

#top .btn-link:hover,
#top-links a:hover {
    color: #b7930a;
    text-decoration: none;
}

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

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

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

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

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

.nav.navbar-nav.main-nav .dropdown:hover .dropdown-menu {
    display: block;
}


/* logo */

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



/* search */

#search {
    margin: 0 1px -5px 0;
    /* border-radius:  0; */
    /* border:  none; */
}

#search .input-lg {
    height: 42px;
    line-height: 20px;
    padding: 0 10px;
    border-radius: 0;
    width: 158px;
    border: none;
    background: #f9f9f9;
    box-shadow: none;
}

#search .btn-lg {
    font-size: 15px;
    line-height: 18px;
    padding: 12px 16px 12px 15px;
    border-radius: 0;
    box-shadow: none;
    border: none;
    text-shadow: none;
    background: #777777;
    color: #fff;
    margin-right: -2px;
}



/* cart */

#cart {
    margin: 0 0 0 9px;
}

#cart>.btn {
    /* font-size: 12px; */
    color: #777;
    background: transparent;
    border: none;
    box-shadow: none;
    text-shadow: none;
}

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

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

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

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

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

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

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

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

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



/* menu */

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

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

#menu .nav>li>a:hover,
#menu .nav>li.open>a {
    background-color: rgba(0, 0, 0, 0.1);
}

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

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

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

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

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

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

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

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

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

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

@media (max-width: 1050px) {
    #navbar .main-nav>li>a, #navbar .nav-right>li>a {
        font-size: 16px;
    }
}

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

@media (max-width: 767px) {
    #menu {
        border-radius: 4px;
    }
    #menu div.dropdown-inner>ul.list-unstyled {
        display: block;
    }
    #menu div.dropdown-menu {
        margin-left: 0 !important;
        padding-bottom: 10px;
        background-color: rgba(0, 0, 0, 0.1);
    }
    #menu .dropdown-inner {
        display: block;
    }
    #menu .dropdown-inner a {
        width: 100%;
        color: #fff;
    }
    #menu .dropdown-menu a:hover,
    #menu .dropdown-menu ul li a:hover {
        background: rgba(0, 0, 0, 0.1);
    }
    #menu .see-all {
        margin-top: 0;
        border: none;
        border-radius: 0;
        color: #fff;
    }

    #navbar {
        padding: 0;
    }

    .nav.navbar-nav.main-nav .dropdown:hover .dropdown-menu {
        display: none;
    }

     #navbar .dropdown.open .dropdown-menu {
        position: unset;
        display: block;
    }

    #navbar ul.dropdown-menu a {
        text-align: center;
    }

}



/* content */

#content {
    min-height: 600px;
    text-align: center;
    font-size: 14px;
    margin: 20px auto;
    letter-spacing: 1px;
    font-weight: 200;
}

h1.article_title,
.sidebar_title {
    text-align:  center;
    margin:  0;
    border-bottom: 1px solid #bb9110;
    margin-bottom: 20px;
    font-weight: 100;
    padding-bottom: 15px;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 4px;
    font-size: 20px;
}

.sidebar_title {
    text-align: left;
}

#content .caption{
    font-size: 14px;
    text-align: left;
}


p.small_title {
    font-size: 20px;
    display:  block;
    display:  block;
    margin: 25px 0;
    text-transform:  uppercase;
}

ol.order_list {
    list-style-position:  inside;
    padding-left:  0;
}

/* footer */

footer {
    background-color: #f5f5f5;
    color: #333;
}

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

footer a {
    color: black;
    transition: 0.2s all;
}


footer a:hover {
    color: #ccc;
}

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

.email_block {
    padding: 20px 0;
}

.email_block i {
    border:  1px solid;
    border-radius:  50%;
    display:  flex;
    width: 40px;
    height: 40px;
    align-items:  center;
    justify-content:  center;
    font-size: 16px;
    margin: 0 5px 0;
    color: #454649;
    transition:  0.5s all;
}

.email_block i:hover {
   /* background: #b7930a30;*/
    transform: scale(1.05);
    color: #bb9110;
}

.contact_footer {
    width: 35%;
    text-align:  center;
    padding: 20px;
}

.map {
    width: 100%;
    line-height: 0;
}

.footer_category a {
    padding: 10px;
    color:  black;
    font-size: 18px;
    display:  block;
}

.footer_logo {
    margin-bottom: 20px;
}

.footer_logo img {
    width: 200px;
}

.footer_contact a.footer_tel {
    display: block;
    padding: 10px;
    font-size: 20px;
}

.footer_soc i {
    padding: 5px;
    font-size: 24px;
}


/* alert */

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



/* breadcrumb */

.breadcrumb {
    margin: 15px 0;
    padding: 0px 0;
    border-radius: 0;
    background: transparent;
    display: none;
}

.breadcrumb.block_bread {
    display: block;
}

.breadcrumb a {
        color: #bb9110;
    font-size: 14px;
    font-style: italic;
}

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

.breadcrumb>li {
    padding: 0 20px;
    position: relative;
    white-space: nowrap;
}

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

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

.breadcrumb>li:last-child:after {
    display: none;
}

.pagination {
    margin: 0;
}



/* buttons */

.buttons {
    margin: 1em 0;
}

.btn {
    padding: 7.5px 12px;
    font-size: 12px;
    border: none;
    border-radius: 0;
    /* box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05); */
}

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

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

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

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

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

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

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

.btn-default {
    color: #fff;
    /* text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); */
    background-color: #bb9110;
}

.btn-primary {
    color: #ffffff;
    background-color: #bb9110;
    border: none;
    border-radius: 0;
}

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

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

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

.btn-danger {
    color: black;
    /*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);*/
   /* background-color: #da4f49;
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420;*/
    background: transparent;
}

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

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

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

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

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

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

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

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

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



/* list group */

.list-group a {
    color: #454649;
    background: #ffffff;
    border-radius: 0;
    border: none;
    padding: 8px 12px;
    transition: 0.3s all;
    font-size: 14px;
    font-weight: 200;
    transition: 0.5s all;


    /* text-shadow: 0 1px 0 #FFF; */
}

.list-group a.active{
    background: #ffffff;
    color: #bb9110;
    font-weight: 400;
}

.list-group a.active:hover,
.list-group a:hover {
    color: #bb9110;
    background: #ffffff;
}


/* carousel */

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

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

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



/* product list */

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

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

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

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

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

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

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

.product-thumb h4 {
    font-size: 15px;
    text-transform: uppercase;

/*    text-align: center;*/
    /* color:  #bb9110; */
}


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

@media (max-width: 1200px) {
    .product-grid .product-thumb .caption {
        min-height: 210px;
        padding: 0 10px;
    }
}

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

.product-thumb .rating {
    padding-bottom: 10px;
}

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

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

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

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

h2.price {
    margin: 0;
}

.product-thumb .price {
    color: #444;
/*    text-align: center;*/
    margin-top: 5px;
        font-weight: 400;
    font-size: 20px;

}

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

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

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

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

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

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

.product-thumb .button-group button {
    width: 60%;
    border: none;
    display: inline-block;
    float: left;
    background-color: transparent;
    color: #888;
    line-height: 38px;
    font-weight: bold;
    text-transform: uppercase;
        text-align: center;
}

.product-thumb .button-group button:first-child {
    text-align: left;
}

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

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

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

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

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

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

.thumbnails>img {
    width: 100%;
}

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

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

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

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

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

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



/* fixed colum left + content + right*/

@media (min-width: 768px) {
    #column-left .product-layout .col-md-3 {
        width: 100%;
    }

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

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

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



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

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



/* fixed mobile cart quantity input */

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



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

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







/*********NEW STYLE*********/

.flex-container {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
}

.go-to-shop .flex-container {
    height: 100vh;
    max-height: 550px;
}

.rela_suny img {
    min-height:  325px;
    object-fit: cover;
}

.flex-content {
    margin: auto;
}

.go-to-shop .main-title {
    font-size: 60px;
    color: #fff;
    margin: 10px 0;
}

.go-to-shop .main-descr {
    font-size: 30px;
}

.go-to-shop {
    color: #fff;
}

.rela_suny {
    position: relative;
}

.suny_block {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-family: 'Caveat', cursive;
}

.suny_content .suny_1 {
    font-size: 70px;
    background: url(/image/suny_bg1.png) center center no-repeat;
    background-size: 100% 100%;
    padding: 10px;
    margin: 0;
}

.suny_content .suny_2 {
    font-size: 40px;
    background: url(/image/suny_bg2.png) center center no-repeat;
    background-size: 100% 100%;
    padding: 30px;
    display: block;
     margin: 0;
}

.flex-content .link-btn {
    display: block;
    width: fit-content;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    margin: 0 auto;
    margin-top: 20px;
}

.main-title {
    text-align: center;
}

.main-descr {
    font-size: 20px;
    text-align: justify;
    line-height: 30px;
}

.go-to-shop  .main-descr {text-align: center;}

#logo {
    max-width: 115px;
    padding: 11px 0;
}

#menu {
    margin-bottom: 0;
}

.swiper-viewport {
    overflow: hidden !important;
}

.banner-desc {
    position: absolute;
    left: 0;
    width: 100%;
    color: #fff;
    font-size: 50px;
    top: 40%;
}


.link-btn {
    display: inline-block;
    padding: 10px 30px;
    position: relative;
    color: #fff !important;
    text-decoration: none !important;
    /* background-image: linear-gradient(-225deg, #A445B2 0%, #D41872 52%, #FF0066 100%); */
    background: #bb9110;
}

.product-thumb .image img {
    width: 100%;
    height: 100%;/*
    max-width: 270px;
    max-height: 250px;*/
    object-fit: cover;
}

.product-layout {
    margin-bottom: 40px;
}

.go-to-shop {
    background-size: cover;
    background-position: center;
}

.go-to-shop.rela_suny

.go-to-shop .flex-content {
    background: #00000094;
    padding: 50px;
}

.social-link {
    text-align: center;
}

.social-link img {
    width: 40px;
    margin: 0 10px;
}




/*********����� ������� ����� ����� �������� �� � ������� ����**********/

.main-nav>li>a,
.nav-right>li>a,
#navbar .main-nav>li>a{
    padding: 15px 10px;
    color: #454649;
    font-size: 12px;
    text-transform: uppercase;   
    letter-spacing: 3px;
    transition: 0.5s all;
}

#navbar .main-nav>li>a:hover{
    color:  #b7930a;
}


.nav-right .fa {
    font-size: 18px;
}

.nav-right .caret {
    display: none;
}

.navbar-default {
    background-color: #fff;
    border-color: #fff;
}

.navbar {
    margin-bottom: 0;
}

#cart .dropdown-menu {
    border-radius: 0;
    box-shadow: none;
    border: none;
    min-width: 200px;
}

.nav-right .dropdown-menu {
    border-radius: 0;
    padding: 0;
    border: none;
    box-shadow: none;
    /* right:  1px; */
}

.navbar {
    border: none;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    background-color: #f9e4e8;
}

.dropdown-menu a {
    padding: 10px 0 !important;
    text-align: center;
}

.dropdown-menu a:hover {
    background: #2b23251f !important
}

ul.dropdown-menu li {
    background: transparent;
}

ul.dropdown-menu {
    background: #f9e4e8ed;
    padding: 20px 0;
        box-shadow: none;
    border: none;
    border-radius: 0;
}

#navbar ul.dropdown-menu a {
    text-transform:  lowercase;
    letter-spacing: 5px;
    font-size: 16px;
    padding: 5px 15px!important;
    text-align:  left;
}

.thumbnail {
    padding: 0;
    border: none;
}

.full-width-group {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.full-width-group .btn-default {
    border-left: 1px solid #fff;
}

.btn-group>.btn:hover {
    z-index: 0;
}

.dropdown-menu {
    padding: 0;
}

.home-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: -30px;
}

.home-gallery__item {
    width: 25%;
}

.home-gallery a {
    outline: none;
    position: relative;
    display: block;
}

.open-image {
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #bb9110c4;
    opacity: 0;
    transition: .5s;
}

.open-image img {
    margin: auto;
    max-width: 50px;
}

.home-gallery a:hover .open-image {
    opacity: 1;
}

.footer-nav__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 0 15px 0;
    list-style: none;
}

.footer-nav__list li {
    margin: 0 10px;
}

.footer-nav__list a,
.footer-nav__list a:hover {
    color: #333;
}

.copyright {
    text-align: center;
    padding: 10px;
    background: black;
    color:  white;
}

.recomend-title {
    margin: 0 0 60px 0;
    text-align: center;
    font-size: 33px;
    color: #444;
}

.main-articl {
    padding: 40px 0;
}

.cart-btn {
    display: flex;
    justify-content: space-between;
}

.cart-btn a {
    background: #fbe6ea;
    color: #fff;
    width: 49%;
    text-align: center;
}

.cart-product-link {
    background: transparent !important;
}

.dropdown-menu .cart-product-link:hover {
    background: transparent !important;
}

.img-thumbnail {
    border: none;
    border-radius: 0;
    padding: 0;
}
#d_quickcheckout .btn {
    background: #bb9110 !important;
    border: none !important;
}

#d_quickcheckout .btn-danger {background: #f65858 !important;border: none !important;}
#d_quickcheckout .form-control {height: 32px !important;}
#d_quickcheckout .panel-heading {border-radius: 0 !important;}
.panel {border-radius: 0 !important;}
#d_quickcheckout .modal-content {border-radius: 0;}
#login_view .btn-default {color: #fff !important; text-shadow: none !important;}
.modal-content {border-radius: 0 !important;}
.close {font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;}
.navbar-toggle {margin: 10px 10px; }
#d_quickcheckout .btn {border-radius: 0 !important;}
.scroll-table {width: 100%; overflow-x: auto;}


.cntr {
    text-align:  center;
}

.flex_block {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.space_be {
    justify-content:  space-between;
}

.space_ar {
    justify-content: space-around;
}

.space_end {
    justify-content: flex-end;
}

.al_center {
    align-items:  center;
}


ul.right_topbar.flex_block.space_end.al_center {
    list-style-type:  none;
}

#topbar {
       background: #f6f5f2;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 100;
    text-transform: uppercase;
    padding: 5px 0;
}

#topbar p, #topbar ul{
    margin-bottom: 0;
}

#topbar a {
    color: #000000;
}

.logoblock{
    padding:  20px 0;
}

.logoblock img {
   width: 170px;
}


#topbar  #cart .cart_icon {
    width: 30px;
}

#topbar span#cart-total {
    font-size:  12px;
    text-transform:  uppercase;
       letter-spacing: 2px;
}

nav.navbar.navbar-default {
    border-top: 1px dotted #d1c8bf;
    border-bottom:  1px dotted #d1c8bf;
    margin-bottom: 20px;
 
}


.swiper-slide img {
    width: 100%;
    min-height: 300px;
    object-fit: cover;
}

.swiper-viewport {
    max-width: 2200px;
    margin: 0 auto 60px!important;
}

.resp_logo {
    display: none;
}

.resp_logo  img {
    width: 100px;
}


.relative_banners {
    position:  relative;
    margin-bottom:  60px;
}

.relative_banners .swiper-viewport{
    margin-bottom: 0!important;
}

.banner_desc {
    position:  absolute;
    top:  0;
    left:  0;
    right:  0;
    bottom: 40px;
    display:  flex;
    align-items:  center;
    justify-content:  space-around;
    font-size:  60px;
    z-index:  10;
    color:  white;
    line-height:  1;
    
}

.banner_desc span:first-child {
    background: url(/image/top_bg.png) center center no-repeat;
    background-size: 100% 100%;

}

.banner_desc span:last-child {
    background: url(/image/bottom_bg.png) center center  no-repeat;
    background-size: 100% 100%;
}

.banner_flex {
    text-align:  center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.banner_flex span {
        padding: 10px 75px;
        font-family:  'Caveat', cursive;
}

.slider_button {
    position:  absolute;
    bottom: 40px;
    z-index:  10;
    font-size:  32px;
    line-height:  1;
    text-align:  center;
    left:  0;
    right:  0;
}

.slider_button a {
    background: #4d442c70;
    display:  inline-block;
    margin:  0 auto;
    padding: 20px;
    border-radius: 44px;
    border: 2px solid white;
    color:  white;
    font-size: 25px;
    text-transform:  uppercase;
}

nav.navbar.navbar-default {
    border-radius: 0;
}

table.size_table {
    text-align:  left;
}

table.size_table td, table.size_table th {
    padding: 10px 20px;
    border-bottom: 1px solid #eadde1;
}

table.size_table {
    margin:  20px auto;
    max-width:  100%;
}

.list-group {
    margin: 20px auto;
}



.radio_option_1 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items:  center;
    flex-wrap:  wrap;
}

.radio_option_1 .radio {
    width: 28%;
    border: 1px solid #bb9110;
    margin: 10px 2%;
    color:  black;
    text-align:  center;
}

.radio_option_1 .radio input {
    display: none;
}

.radio_option_1 .radio label {
    padding:  0;
    font-size:  15px;
    font-weight: 500;
    padding: 10px 0;
    display:  block;
    transition: 0.5s all;
}

.radio_option_1 .radio label:hover {
    background: #bb91104a;
}

.radio_option_1 .radio.active_radio label{
     background: #bb9110;
     color: white;
}

.radio_option_2 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap:  wrap;
}

.radio_option_2 .radio {
    width:  25%;
    margin:  0;
    border: 2px solid transparent;
    transition: 0.5s all;
    overflow: hidden;
    margin-right: -2px;
}



.radio_option_2 .radio img {
    width: 100%;
    object-fit: cover;
}

.radio_option_2 .radio.active_radio .op_img_cont{
    border: 2px solid #454649;   
}

.radio_option_2 .radio:hover .op_img_cont div,
.radio_option_2 .radio.active_radio .op_img_cont div {
    background: #ffffff57;
}

.radio_option_2 .radio input {
    display: none;
}

.radio_option_2 label {
    padding: 0;
    position: relative;
    width: 100%;
} 

.radio_option_2 img {
    transition: 0.5s all;
}

.radio_option_2 .radio span {
   font-size: 15px;
    font-weight: 600;
    transition: 0.5s all;
    display: block;
    text-align: center;
    margin: 10px auto;
}

.radio_option_2 .radio div {
    text-align: center;
  
}



.radio_option_2  .op_img_cont {
    overflow: hidden;
    position: relative;

}

.radio_option_2  .op_img_cont div{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
     background: none;
}

.options_name {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content:  space-between;
    color:  black;
    margin: 10px 0;
    font-weight: 400;
}

span#size_grid {
    color: #bb9110;
    cursor:  pointer;
}

.modal_sizes {
    display: none;
    position: fixed;
    flex-wrap: wrap;
    background: rgba(0, 0, 0, .3);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 55;
    align-items: center;
    justify-content: space-around;
}

.modal_sizes.show-modal {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.sizes_block {
    background: #fffffff2;
    padding: 40px;
    max-width: 90%;
    box-shadow: 1px 1px 3px 2px #3535350d;
    width: 500px;
    position: relative;
}

.sizes_block p {
    text-align:  center;
}

.modal_sizes__close {
    width: 50px;
    height: 50px;
    padding-top: 25px;
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 55;
    cursor: pointer;
    transition: .3s;
}

.modal_sizes__close:hover {
    transform: rotate(90deg);
}

.modal_sizes__close  span {
    display: block;
    background: black;
    transform: rotate(45deg);
    height: 1px;
    width: 100%;
}

.modal_sizes__close  span:last-child {
    transform: rotate(-45deg);
}

.right_desc {
    text-align: left;
    font-weight: 400;
    margin:  20px 0;
}

#input-quantity, .nav.nav-tabs, .tab-content {
    display: none;
}

.price_prod {
    font-size: 25px;
    text-align: left;
}

.flex_thumbs {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.small_prod_image a {
    margin: 0 5px 5px;
}

.main_prod_image {
    width:  80%;
}

.small_prod_image {
    width:  20%;
}


button#button-cart {
    background:  white;
    color: #454649;
    margin-right:  10px;
    border: 1px solid;
    text-transform:  uppercase;
    letter-spacing: 2px;
    font-weight: 400;
    transition: 0.5s all;
}

button#button-cart:hover {
        color: #b7930a;
}

.btn-group .btn-default {
    background-color: #b7930aa6;
    color: #ffffff;
     border: 1px solid transparent; 
    margin-left: 2px!important;
    transition: 0.5s all;
}

.btn-group .btn-default:hover {
    background-color: #ffffff;
    color:  #b7930a;
    border: 1px solid #b7930a;
    margin-left: 2px!important;
}

#map {
    height: 300px;
    border-top: 2px solid black;
}



@media only screen and (max-width : 900px) {
    ul.right_topbar {
        padding-left: 0;
        justify-content: space-between;
    } 

    .swiper-viewport img {
        height:  400px;
        width:  100%;
        object-fit:  cover;
    }

    .suny_text {
        justify-content: space-around;
    }

    .zoomContainer {
        display: none;
    }
}

@media (min-width: 768px) {
    #navbar .navbar-nav  {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center;
        float: none;
    }

}



@media only screen and (max-width : 767px) {
    div#topbar {
        font-size: 14px;
    }

    #cart-total{
        display: none;
    }

    #topbar #cart>.btn {
        padding: 10px 10px;
        padding-right: 0;
    }

    #topbar  .topbar_flex {
        justify-content: space-between;    
    }

    .logoblock {
        display: none;
    }

    .resp_logo {
        display: block;
    }

    #navbar ul.dropdown-menu a {
        text-align: center;
    }

    nav.navbar.navbar-default {
        margin-bottom: 0;
    }

    .responsive_header {
        padding: 5px 0;
    }

    .banner_flex span {
        background: none!important;
        padding: 0px;
        font-size: 40px;
    }

    .slider_button a {
        font-size: 20px;
    }

    .banner_flex {
        width: 100%;
        background: #4d442c70;
        padding: 10px;
    }

    .suny_content .suny_1 {
        font-size: 40px;
        background: none;
        padding:10px;
    }

    .suny_content .suny_2 {
        font-size: 30px;
        background: none;
        padding: 10px;
        display: block;
    }

    .suny_content {
        width:  100%;
        background: #4d442c70;
    }
    .rela_suny img {
        object-position: left;
    }

}

@media only screen and (max-width : 650px) {
    .footer_flex {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
}

@media only screen and (max-width : 450px) {
    #topbar .container {
        padding: 0 5px;
    }
    
    #topbar {
        padding: 0;
        font-size: 12px!important;
    }

    .sizes_block {
        padding: 40px 10px;
    }

}