html {
    height: 100%;
}

body {
    font-family: 'Outfit', sans-serif;
    font-weight: 400;
    /*color: #666;*/
    font-size: 16px;
    line-height: 20px;
    width: 100%;
    /* background-color: #FCF3D5;*/
    /*background-color: #ededed;*/
    background-color: #f8faff;
    /* background-color:  #ccc;*/
    /* background-image: linear-gradient(to bottom, #ffffff, #f0f0f0); */
    /* clair: white / fonc�: #E9E2D5  (sable) */
    /* clair: white / Fonc�: #EDDEC1 (sable un poil + chaud) */
    /* clair: white / Fonc�: #EDE4C1 (un poil plus jaune)*/

    /*HAHAHA*/
    /*margin-left:60px;
    margin-right:60px;*/
    height:100%;
}

* {
    box-sizing:border-box;
    padding:0;
    margin:0
}

header {
    margin-left: 0px;
    margin-right: 0px;

    @media only screen and (max-width: 499px) {
   
        padding: 0 16px;
        height: 60px;
        }
    }

.row {
    margin:0;
    height:95%;
}

.product-tab-row {
    margin-left:5%;
    margin-right:5%;
    @media screen and (max-width: 768px) {
        margin-right: 0;
        margin-left: 0;        
    }
}

.container-wide {
    padding: 0;
    margin: 0px;
    width: 100%;
}

.container {
    padding: 0;
    /*HAHAHA*/
    margin-left: 4%;
    margin-right: 4%;
    /*width:100%;*/
}

h1,
h2 {
    font-family: 'DM Serif Display', Serif;
    color: #313b63;
}


h3,
h4,
h5,
h6 {
    font-family: 'Outfit', sans-serif;
    color: #313b63;
}


alt {
    padding: 10px;
}


/* default font size */

.fa {
    font-size: 14px;
    color: #6b7e99;
}


/* Override the bootstrap defaults */

h1 {
    font-size: 33px;
    margin-top: 6px;
}

h1.banner-font {
    font-family: 'DM Serif Display';
    font-size: 60px;
    font-weight: 600;
    color: #6b7e99;
}

h2 {
    font-size: 27px;
    margin-top: 10px;
    margin-bottom: 20px;
    line-height: 30px;
}

h2.recommend-font {
    margin-top: 60px;
    text-align: center;
    font-family: 'DM Serif Display';
    font-size: 32px;
    font-weight: normal;
    color: #2b4365;
    margin-bottom: 24px;
}

h3 {
    font-size: 21px;
    margin-top: 13px;
    margin-bottom: 17px;
    line-height: 30px;
}

.zero {
    margin-top: -1px;
    margin-bottom: 0px;
    font-family: Outfit, sans-serif;
}

h4 {
    font-size: 15px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10.2px;
}

p.banner-font {
    font-family: Outfit;
    font-size: 22px;
    margin-top: 30px;
}

p.recommend-font {
    font-family: Outfit;
    text-align: center;
    font-size: 18px;
    color:#000;
}

img.icon {
    text-align: center;
    margin: 40px;
}

a {
    color: #29518a;
}

a:hover {
    text-decoration: none;
    /* PHA */
    color: #527ebd;
}

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

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


/*PHA */

.top-menu {
    position: sticky;
}

.invisible {
    display: none;
}

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

.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
    font-size: 12px;
    border-color: #cedcf0;

}

.input-group .input-group-addon {
    font-size: 12px;
    height: 30px;
    background-color: transparent;
    border-color: #cedcf0;
}

#input-sort {
    background-color: transparent;
    border-color: #cedcf0;
}

#input-limit {
    background-color: transparent;
    border-color: #cedcf0;
}


/*
.input-group {
	position:relative;
}

.number-spinner {
	position:relative;
}
	*/

.input-group-btn {
    height: 33px;
    width: 33px;
}


/* Fix some bootstrap issues */

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

.htabs {
    display: flex;
    justify-content: center;
    align-items: center;
}

.tabs {
    margin-left: 60px;
    margin-right: 60px;
}

.nav-tabs {
    margin-top: 0px;
    margin-bottom: 20px;
    border:none;
    border-color: transparent;
    background-color: transparent;
}
 
.nav-tabs > li {
    background-color: transparent;
    border: none;
}

.nav-tabs > li.active  {
    background-color: transparent;
    border: none;

}

.nav-tabs > li.active > a  {

    font-weight:bolder;
    text-decoration: underline;
    border: none;
    background-color: transparent;
}

.nav-tabs > li.active > a:hover {
    border: none;
    background-color: transparent;
}

.nav-tabs > li > a {

    text-decoration: none;
    border:none;
    background-color: transparent;
}
.nav-tabs > li > a:hover {

    text-decoration: none;
    border:none;
    background-color: transparent;
}

.selected {
    border: none;
}

.h-tabs>h1 {
    margin-top: -10px;
    margin-bottom: 10px;
}

.control-label {
    padding-top: 6px;
}

.right-align {
    text-align: right;
}

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


/* PHa */

div.required.float-left {
    float: left;
    width: 20%;
}

div.required.float-right {
    float: right;
    width: 78%;
}

div.float-right {
    float: right;
}
/*PHA */

.form-group.confirm {
    visibility: hidden;
}

float-left20 {
    float: left;
    width: 20%;
}

float-right20 {
    float: right;
    width: 20%;
}


/* PHa END */


/* Gradient to all drop down menus */

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


/* top */

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

#top .container {
    padding:0;
    width: 100%;
}

#top #form-currency .currency-select,
#top #form-language .language-select {
    text-align: left;
    /*PHA*/
    font-size: 14px;
}

#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
    text-shadow: none;
    color: #333333;
    background-color: #e2e2e2;
    /*PHA*/
    background-image: linear-gradient(to bottom, #bbbbbb, #bbbbbb);
    background-repeat: repeat-x;
    border-color: #bbbbbb;
}

#top .btn-link,
#top-links li,
#top-links a {
    color: #666666;
    text-shadow: none;
    text-decoration: none;
    padding-left: 8px;
}

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

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

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

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

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

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

/* logo */

#logo {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 30px;
    margin-right: 0px;
    height: 60px;

    @media screen and (max-width: 768px) {
   
        margin-top: 10px;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
    }
}

.img-logo {
    height: 60px;
    @media screen and (max-width: 768px) {
        height: 70%;
    }
}

#logo2 {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: -30px;
    /*height: 60px;*/
    padding-left:20px;
    padding-top: 20px;
}

.img-logo2 {
    height: 60px;
    margin-right: -50px;
}

/* search */

#search {
    margin: 0 10px;
    border: none;
}

#search .input-lg {
    height: 40px;
    width: 80px;
    line-height: 40px;
    padding: 0 10px;
    font-size: 14px;
    border-color: #cedcf0;
    /*border: none;*/
}

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


/* cart */

#cart {
    margin: 0 10px;
}

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

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

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

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

.table-striped > tbody > tr {
    background-color: #e6ecfd;
}


.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #e6ecfd;
}

/* user */

#user {
    margin: 0 10px;
}

#user  .dropdown-menu {
    position:inherit;
}

.fa.fa-user {
    font-size: 24px;
    color: #6b7e99;
}

.top.fa.fa-shopping-cart {
    font-size: 24px;
    color: #6b7e99;
} 


/*shopping cart */
.shopping-cart {
    margin-top: 25px;
    margin-bottom: 10px;
}

/*PHA*/

#cart-total {
    font-size: 14px;
}

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


/* menu2 */

#menu2 {
    /*background-color: #cb4301;*/
    /* 
	background-image: linear-gradient(to bottom, #7c2a00, #cb4301);
	border-color: #7c2a00 #cb4301 #cb4301; 
	*/
    /*
	background-image: linear-gradient(to bottom, #5a1c00, #8c2a00);
	border-color: #7c2a00 #8c2a00;
	*/
    background-image: linear-gradient(to bottom, #fafafa, #ededed);
    border-color: #dfdfdf;
    background-repeat: repeat-x;
    min-height: 20px;
    margin-top: 6px;
    margin-bottom: -10px;
    padding-left: 15px;
    padding-right: 15px;
    /*float: right;*/
}

#menu2 .nav>li>a {
    color: #2b4365;
    /*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);*/
    padding: 8px 15px 8px 15px;
    min-height: 30px;
    background-color: transparent;
}

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


/* menu */

#menu {
    /*background-color: #2b4365;
    background-image: linear-gradient(to bottom, #2b4365, #142030);
    background-repeat: repeat-x;
    border-color: #2b4365;*/
    min-height: 40px;
}

#menu .nav>li>a {
    color: #222222;
    /*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: 14px;
}

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

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

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

#menu .btn-navbar {
    font-size: 20px;
    font-stretch: expanded;
    color: #080808;
    padding: 2px 18px;
    float: left;
    position: sticky;
    margin-top:-1px;
    height: 40px;
    /*background-color: #2b4365;
    background-image: linear-gradient(to bottom, #2b4365, #2e4e7b);
    background-repeat: repeat-x;
    border-color: #25364c #2b4365 #2e4e7b;*/
}

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

#menu .navbar-collapse {
    padding:0 10px;
    /*background-color: #f8faff;*/
    background-color: transparent;
}


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


/* content */

#content {
    min-height: 600px;
    margin-top: 100px;

}

/* footer */

footer {
    margin-top: 20px;
    padding-top: 10px;
    padding-left:0px;
    background-color: #25282d;
    border-top: 1px solid #ddd;
    color: #e2e2e2;
}

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

footer a {
    color: #ccc;
}

footer a:hover {
    color: #fff;
}

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

/* alert */

.alert {
    padding: 8px 14px 8px 14px;
    margin-top:110px;
}

/* breadcrumb */

.breadcrumb {
    visibility:hidden;
    margin: 0 0 20px 0;
    padding: 8px 0;
    background-image: linear-gradient(to bottom, #fafafa, #ededed);
    border-color: #ededed;
    border: 1px solid #ddd;
}

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

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

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

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


/* buttons */

.buttons {
    margin: 1em 0;
}

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

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

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

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

.btn-md {
    padding: 0 0 0 0;
    font-size: 14px;
}

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

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

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

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

.btn-default {
    background-color: white;
    border-color: #cedcf0;
    font-size: 14px;
    color: black;
}

.btn-primary {
    height: 35px;
    background-color: #6b7e99;
    border-color: #6b7e99;
    box-shadow: none;
    font-size: 14px;
    color: white;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
    background-color: #30568a;
    border-color: #30568a;
    background-position: 0 -60px;
}

.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: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #e6eafd;
    /*background-image: linear-gradient(to bottom, #4977da, #195cee);*/
    background-repeat: repeat-x;
    border-color: #e6eafd;
}

.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: #2b4365;
    border-radius: 4;
}

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

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

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


/* list group */

.list-group a {
    border: 0px solid #bbbbbb;
    color: #888888;
    padding: 8px 12px;
}

.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
    color: #444444;
    background-color: transparent;
    border: 0px solid #bbbbbb;
    /*text-shadow: 0 1px 0 #FFF;*/
}


/* carousel */

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

.carousel-control .icon-prev:before {

    content: '\f053';
    font-family: FontAwesome;
}

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


/* product list */


/*Pha*/

#product-product {
    min-height: 84%;
}

.product-thumb {
    display: flex;
    align-items: flex-end;
    border: 0px solid #ddd;
    margin-bottom: 20px;
    overflow: auto;
    border-radius: 3px;
    /* box-shadow: 3px 3px 7px 1px Silver; */
    background-color:#ffffff;
    flex-wrap: wrap;
    padding-top: 10px;

}

.product-price-and-thumb {
    display: flex;
    align-items: flex-end;
    flex-direction: row;
    flex-wrap: none;
    justify-content: right;
    border: none;
    /*margin: 0px;*/
    border:0px;
    /*overflow: auto;*/
    background-color: transparent;
    /*align-content:end;*/
    width: 100%;
    margin-left:0;
    margin-right: 0;
    margin-bottom: 20px
}

.product-thumb .image {
    margin-left: 0px;
    margin-right: 0px;
    /*min-height: 300px;*/
    width: 214px;
    display: flex;
    justify-content: space-evenly;
    align-items: end;
}


.product-thumb .image a {


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

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

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

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

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

.product-thumb .caption {
    padding: 0 20px;
   /* min-height: 40px;
    max-height: 80px; */
    height: 85px;
}

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

@media (max-width: 1200px) {
    .product-grid .product-thumb .caption {
        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;
    }
}
px
.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 {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 0;
    /*color: #d17527;*/
    /*color: #D3680D;*/
    color: #2b4365;
    /* color: #3A0101;*/
    margin-left: 15px;
}

.caption-buttons {
    width:100%;
    margin: 0px;
}

.product-thumb .price-new {
    font-size: 20px;
    font-weight: normal;
    color: #eeeeee;
    background-color: #6d85a7;
    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 4px;
    padding-top: 2px;
    border-radius: 3px;
    margin-bottom: 6px;
    width:fit-content;
}

.product-thumb .price-old {
    color: #6d85a7;
    text-decoration: line-through;
    margin-left: 15px;
    font-weight: normal;
    padding-bottom: 4px;

}

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

.product-thumb .button-group {
    /* border-top: 1px solid #ddd; */
    /* background-color: #efefef;*/
    overflow: auto;
    padding-left: 4px;
    padding-right: 4px;
    color: #6b7e99;

}

.product-list .product-thumb .button-group {
    border-left: 1px transparent;
}


#button-cart-top {
    height: 34px;
    border:none;
    background-color: transparent;
    font-size: larger;
    width:max-content;
   /* margin-left: 20px;*/
}

/*#button-cart-top > .fa {
    font-size: 40px;
}*/

#button-cart {
    /*margin-top: 20px;*/
    margin-left: 0px;
    height: 34px;
    background-color: #6b7e99;
    border-color: #6b7e99;
    box-shadow: none;
    padding-left: 20px;
    padding-right: 20px;
    min-width: fit-content;
}

#button-cart .fa.fa-shopping-cart{
    color: #ffffff;
}

.zero-left {
    display: flex;
    padding: 0;
    margin: 0;
    /*margin-right: 20px;*/
    align-items: center;
}



#input-quantity {
    height: 34px;
    padding: 0;
    border-color: #cedcf0;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

#button-qty {
    height: 34px;
}

.product-thumb .button-group button {
    width: 25%;
    min-height: 49px;
    padding: 0px;

    border-color: #fff;
    border-style: solid;
    border-left-width: 4px;
    border-right-width: 4px;
    border-top-width: 0px;
    border-bottom-width: 8px;
    
    /*display: inline-block;*/
    float: left;
    background-color: #f8faff;
    color: #888;
    line-height: 38px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

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

.product-thumb .button-group .button-disabled {
    width: 50%;
    /*float: left;*/
    /*border-left: 1px solid #ddd;*/
    pointer-events: none;
}

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

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

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


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

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

.thumbnails>li {
    /* PHA - originally was 20 px */
    margin-left: 0px;
}

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

#column-left {
    /*margin-top: 50px;*/
    margin-top: 210px;
    margin-left: 2%;
    width: 16.66666667%;
}

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


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

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


/* fixed mobile cart quantity input */

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


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

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


/*PHA Bootstrap overrides */

.panel {
    border-color: #ffffff;
}

.panel-default {
    border-color: #ffffff;
}

.panel {
    background-color: #efefef;
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #e6ecfd;
    border-color: transparent;
}

.panel-footer {
    padding: 10px 15px;
    background-color: #ffffff;
    border-top: 1px solid #efefef;
    border-top-width: 1px;
    border-top-color: transparent;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    /* background-color: #ededed; */
    /*background-image: linear-gradient(to bottom, #ffffff, #ededed);*/
    border: 0px transparent;
    border-style: none;
    /* background-color: transparent;*/
}

list-group-item:first-child {
    border-style: none;
    font-weight:lighter;
}

a.list-group-item.active  {
    font-weight: bolder;
}

a.list-group-item  {
    font-weight:normal;
}


.list-group-item-filter {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fefefe;
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #efefef;
    border-radius: 4px;
}

.thumbnail {
    display: block;
    /*PHA*/
    padding: 0px;
    /*margin-bottom: 20px;*/
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    line-height: 1.42857143;
    border: 0px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    /* box-shadow: 3px 3px 7px 1px grey; */
    background-color: transparent;
}

/* PHA */

.thumbnail>img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.tab-content {
    margin-right: 10px;
    margin-left: 10px;
}

.tab-content>.active {
    display: block;
    min-height: 200px;
}

.swiper-viewport {
    margin: 0 0 50px 0;
}

#degu {
    float: right;
    text-align: right;
    /*min-height: 15px;*/
    padding: 10px 0px 10px 0px;
}

#degu>a {
    position: relative;
    color: #fff;
    background-color: transparent;
    padding: 10px 0px 10px 0px;
}


/* Degu-Calendar styles */

.d-cal {
    background: #888888;
    color: White;
    font-style: normal;
    font-weight: normal;
    padding: 3px 10px 3px 10px;
    text-align: center;
}

.d-cal-open {
    background: #444444;
    color: White;
    font-style: normal;
    font-weight: bold;
    padding: 3px 10px 3px 10px;
    text-align: center;
}

.d-cal-wm {
    background: #888888;
    color: #2b4365;
    font-style: normal;
    font-weight: bold;
    padding: 3px 10px 3px 10px;
    text-align: center;
}

.d-cal-closed {
    background: #444444;
    color: #888888;
    font-style: normal;
    font-weight: normal;
    padding: 3px 10px 3px 10px;
    text-align: center;
}

.red {
    color: Red;
    font-weight: bold;
}

.d-cal-red {
    background: #888888;
    color: Red;
    font-style: normal;
    font-weight: bold;
    padding: 3px 10px 3px 10px;
    text-align: center;
}

.d-cal-white {
    background: #ffffff;
    color: White;
    font-style: normal;
    font-weight: normal;
    padding: 3px 10px 3px 10px;
    text-align: center;
}

.d-cal-0 {
    background: #888888;
    color: White;
    font-style: normal;
    font-weight: normal;
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
}

.d-cal-day {
    background: #444444;
    color: #ffffff;
    font-style: normal;
    font-weight: normal;
    padding: 3px 10px 3px 10px;
    text-align: center;
}

.d-cal-month {
    color: #444444;
    background: #ededed;
    font-style: normal;
    font-weight: normal;
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
    padding-bottom: 3px;
    padding-top: 3px;
}

.d-cal-head {
    background: #888;
    color: White;
    font-style: normal;
    font-weight: normal;
    padding: 3px 10px 3px 10px;
    text-align: center;
}

.d-cal-span {
    background: #888888;
    color: White;
    font-style: normal;
    font-weight: normal;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;
    vertical-align: middle;
}

.degu-cal {
    margin-right: 20px;
    /*padding-right: 20px;*/
    float: left;
    /*display: inline-block;*/
}

clear-both {
    clear: both
}

.list-inline {
    font-size: 13.5px;
    padding-top: 3px;
}

.navbar {
    /*margin-top: 25px;*/
    margin-bottom: 0;
}

.left-aligned {
    text-align: left;
}


/* Below is all PHA */


/*PHa Customized Overrides ========================================*/

#label-quantity {
    line-height: 34px;
    text-align: left;
    padding-left: 0px;
    margin-bottom: 10px;
}

#product {
    display:flex;
    flex-flow: row nowrap;
    align-items: center;
    /*min-height: auto;*/
    /*min-height: 50px;*/
    /*margin-left: 20px;*/
}

button.close {
    padding: 0px 20px 0px 10px;
}

#btn-group {
    display: flex;
    margin:0;
    padding:0;
    display: block;
    height: 100px;
    /*margin-bottom:10px;*/
}

#cart-button-group {
    display: flex;
    gap: 20px;
}

.product-description {
    font-size: 13px;
    margin-bottom: -2px;
    /*PHA*/
    max-height: 44px;
    white-space: wrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 30%;
}

.product-price-flex {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 50px;
    width:50%;
    padding-top: 0px;
    padding-left: 5px;
    padding-right: 0px;
}

.product-price {
    font-weight: bold;
    padding: 10px 0px 20px 20px;
    display: inline-block;
    align-self: flex-end;
}

#product-price-group {
    display: block;
    padding: 2px;
}

.h4 .caption {
    min-height: 60px;
}

.img-responsive {
    margin-bottom: 0px;
    text-align: center;
}

#paypal-button {
    margin-top: 7px;
}

.thin {
    margin-top: 0px;
    margin-bottom: 10px;
    height: 1px;
    border: 0;
    color: #DDDDDD;
    background-color: #DDDDDD;
}

#previous-price {
    text-decoration: line-through;
    color: #2b4365;
    font-weight: normal;
    margin-bottom: 5px;
    font-family: 'Outfit', sans-serif;
}

#price {
    color: #2b4365;
    font-weight: bold;
    margin-bottom: 5px;
    font-family: 'Outfit', sans-serif;
}


/* PHa */

.product-title {
    font-family: 'DM Serif Display', Serif;
    font-weight: normal;
    font-size:24px;
    color: #313B63;
}

.tab-pane {
    text-align:left;
}

.text-right-total {
    text-align: right;
    color: #222222;
    background-color: #e6ecfd;
}

#product-image {
    margin: 0;
    mix-blend-mode: multiply;
}

#product-attribute {
    font-size: 16px;
    margin-bottom: 8px;
}

#product-attribute-sm {
    font-size: 14px;
    margin-bottom: 8px;
}

#product-attribute-stock {
    font-size: 16px;
    margin-top: 4px;
    margin-bottom: 0;
}


#captcha {
    display: block;
    width: 65%;
    height: 34px;
    background-image: none;
    border: 1px solid #fbfbfb;
    border-radius: 4px;
}

#input-captcha {
    width: 65%;
}

#product-alert {
    margin-top: 20px;
}


.home-hero {
    background-color: #000;
    padding: 124px 112px;
    color: #e1e9fa;
    height: 700px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-image: url(image/hero.png);
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: contain;
  }

  .content-2 {
    flex: 1 1;
    width: 100%;
    display:flex;
    flex-direction:column;
    background-color: #000;
    padding: 124px 112px;
    color: #e1e9fa;
    height: 700px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-image: url(/image/hero.png);
    background-repeat: no-repeat;
    background-position: 100%;
    background-size: contain;
    margin-bottom: 20px;
  }

  .header-bar {
    display: flex;
    flex-direction:row;
    justify-content:space-between;
    background: rgba(247, 250, 255, .8);
    z-index: 10;
    margin:0;
    position: fixed;
    /* background-color: #f8faff;*/
    top:0;
    width: 100%;
    backdrop-filter: blur(10px);
    /*padding-left:50px;*/
    min-height: auto;

    @media screen and (max-width: 768px)  {
        height: auto;
        flex-direction: column;
    }
}

  .flex-box-left {
    display:block;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
  }

  .flex-box-right {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-end;
    margin-right: 20px;
    padding-top: 25px;

    @media screen and (max-width: 768px)  {
        margin-right: 0;
        justify-content:flex-start;
        padding-top:0;
        padding-bottom: 10px;
    }
  }

  .pagination {
    color: #000;
  }

  .pagination > .active > span {
        color:#fff;
        background-color: #2b4365;
  }

  .pagination > li > a {
    color: #2b4365;
  }

.footer-col {
    padding-left: 0;
  }

.panel-body {
    background-color: #e6ecfd;
}

#product_category{
    margin: 0;
    width: 100%
}

.well {
    background-color: #f8faff
}

@media (min-width: 1200px) {
    .container {
      width: 93%;
    }
 }

 #grid-view, #list-view {
    visibility: hidden;
 }

 #button-filter {
    height: 34px;
    background-color: #6b7e99;
    border-color: #6b7e99;
    box-shadow: none;
}

#checkout-cart, 
#account-register, 
#account-login, 
#product-category,
#product-special,
#account-forgotten {
    min-height: 86%;
}

#button-login,
#button-account,
#button-register {
    height: 35px;
    background-color: #6b7e99;
    border-color: #6b7e99;
    box-shadow: none;
    font-size: 14px;
}

#flex0 {
    display:flex;
    flex-direction: row;
    flex-wrap:wrap;
}

#flex1 {
    display:block;
    flex-direction: row;
    flex-wrap: wrap;
    margin:20px;
    margin-left:0;
    /*max-width: 30%;*/
    /*flex-basis: 20%;*/
}

#flex2 {
    display: flex;
    flex-direction: column;
    /*max-width: 40%; */
    padding-left:0;
    padding-right:0;

    flex-wrap: wrap;
    flex-basis: 30%;
    flex-grow: 2;
    margin: 20px;
    @media screen and (max-width: 768px) {
        flex-basis: 100%;
    }
}



#flex3 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex-basis: 30%;
    margin:20px;
    border-left-color: #d2d6db;
    border-left-style: solid;
    border-left-width: thin;

    @media screen and (max-width: 768px) {
        flex-basis: 100%;
    }
}


#flex-4 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    background-color: #e1e9fa;
    margin-bottom: 20px;
    padding: 20px;
    justify-content: space-between;
    @media screen and (max-width: 768px) {
        flex-basis: 100%;
        padding:5px;
    }
}

#flex-5 {
    display: block;
    flex-direction: row;
    flex-wrap: wrap;
    padding:0px;
    /*align-items: center;*/
    
}

.thumbnail > img {
    max-width:fit-content;
}

.table-bordered {

border:none;
}


.table-bordered > tbody > tr {
    /*background-color: #e6ecfd; */
    border: none;
    padding-left: 10%;

}

.table-bordered > tbody > tr > td {
    border: none;
    color: #647678;
}

.table-bordered > thead > tr > td {
    border: none;
    color: #647678;
}


.wishlist-btn {
    float: right;
}

.wishlist-btn > .btn {
    border: none;
    background-color: transparent;
    box-shadow:none;
}


.navbar-header > .btn {
    border: none;
    background-color: transparent;
    box-shadow:none;
}

.navbar-toggle {
    margin:0;
}

.nobold {
    font-weight: normal;
}

.table-responsive {
    overflow-x: visible;
}

.video-container {
    width: 100%;
    max-height: 700px;
    overflow: hidden;
    object-fit: cover;
    display: inline-block;
    border: 0px;
    vertical-align: middle;
}

.video {
    aspect-ratio: 16/9;
    width: 100%;
    display: block;
}
