/* Add here all your css styles (customizations) */
/*Others
------------------------------------*/

* {
    font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    color: #687074;
}

p {
    color: #888;
    font-size: 16px;
}

a {
    color: #5197d2;
    text-decoration: none;
}

a:hover {
    color: #5197d2;
    text-decoration: underline;
}

ul.list-inline {
    margin-left: 0;
}

li:first-child {
    padding-left: 0;
}

.overflow-h {
    overflow: hidden;
}

.overflow-a {
    overflow: auto;
}

.overflow-hidden {
    overflow: hidden;
}

.clear-both {
    clear: both;
}

.text-justify p {
    text-align: justify;
}

/*Full Width*/
.full-width {
    width: 100%;
}

/*Shop Color Red*/
.shop-red {
    color: #c9253c;
}

.shop-green {
    color: #18ba9b;
}

/*Shop Background Red*/
.shop-bg-red {
    background: #c9253c;
}

.shop-bg-green {
    background: #18ba9b;
}

.shop-rgba-red {
    background: rgba(201, 37, 60, 0.5);
}

.shop-rgba-dark-green {
    background: rgba(24, 171, 155, 0.5);
}

.shop-rgba-dark {
    background: rgba(0, 0, 0, 0.5);
}

* {
    border-radius: 0 !important;
}

a,
a:focus,
a:hover,
a:active,
button,
button:hover {
    outline: 0 !important;
}

a:focus {
    text-decoration: none;
}

hr {
    margin: 30px 0;
}

hr.hr-md {
    margin: 20px 0;
}

/*Headings*/
h1 {
    font-size: 36px;
    line-height: 35px;
}

h2 {
    font-size: 24px;
    line-height: 33px;
}

h3 {
    font-size: 20px;
    line-height: 27px;
}

h4 {
    line-height: 25px;
}

h5 {
    line-height: 20px;
}

h6 {
    line-height: 18px;
}

h1, h2, h3, h4, h5, h6 {
    color: #585f69;
    margin-top: 5px;
    text-shadow: none;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
}

h1 i, h2 i, h3 i, h4 i, h5 i, h6 i {
    margin-right: 5px;
}

.margin-bottom-5,
.margin-bottom-10,
.margin-bottom-15,
.margin-bottom-20,
.margin-bottom-25,
.margin-bottom-30,
.margin-bottom-35,
.margin-bottom-40,
.margin-bottom-45,
.margin-bottom-50,
.margin-bottom-55,
.margin-bottom-60 {
    clear: both;
}

.content {
    padding-top: 40px;
    padding-bottom: 40px;
}

.md-margin-bottom-30{
    margin-bottom: 30px;
}

/*Filter By Block
------------------------------------*/
/*Panel Group*/
.filter-by-block h1 {
    color: #fff;
    width: 100%;
    font-size: 24px;
    padding: 7px 10px;
    text-align: center;
    margin-bottom: 5px;
    background: #5197d2;
    text-transform: uppercase;
}

.filter-by-block .panel-default {
    border-color: #dedede;
}

.filter-by-block .panel-heading {
    padding: 0;
    background: inherit;
}

.filter-by-block .panel-title {
    overflow: hidden;
}

.filter-by-block .panel-group h2 a {
    color: #687074;
    display: block;
    font-size: 20px;
    padding: 10px 15px;
    border-bottom: 1px solid #dedede;
}

.filter-by-block .panel-group h2 i {
    float: right;
    font-size: 18px;
    margin-top: 8px;
}

.filter-by-block .panel-group h2 a:hover {
    color: #687074;
    text-decoration: none;
}

.filter-by-block .panel-body {
    padding: 15px 20px;
    border-top: none !important;
}

/*Panels (Portlets)
------------------------------------*/
.panel-heading {
    color: #fff;
    padding: 5px 15px;
}

/*Checkbox List*/
.checkbox-list {
    margin-bottom: 0;
}

.checkbox-list li {
    margin-top: 10px;
}

.checkbox-list li:first-child {
    margin-top: 0;
}

.checkbox-list .checkbox {
    display: block;
    overflow: hidden;
    position: relative;
}

.checkbox-list .checkbox {
    color: #999;
    margin: 4px 0;
    cursor: pointer;
    font-size: 14px;
    line-height: 25px;
    /*padding-left: 27px;*/
}

.checkbox-list .checkbox a {
    color: #999;
}

.checkbox-list .checkbox a:hover {
    color: #5197d2;
    text-decoration: underline;
}

.checkbox-list .checkbox small {
    float: right;
}

.checkbox-list .checkbox small a {
    color: #5197d2;
    font-size: 12px;
}

/*Result Category*/
.result-category {
    /*background: #000;*/
    overflow: hidden;
    margin-bottom: 5px;
}

.result-category h2 {
    float: left;
    font-size: 30px;
    margin-right: 20px;
    text-transform: uppercase;
}

.result-category h2 a{
    color: #687074;
}

.result-category h2 a:hover {
    color: #5197d2;
    text-decoration: none;
}

.result-category .badge-results {
    top: 12px;
    color: #fff;
    font-size: 12px;
    padding: 3px 8px;
    position: relative;
}

/*Filter Results*/
.filter-results {
    padding: 40px 0;
    margin-bottom: 30px;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
}

/*Pagination v2*/
.pagination.pagination-v2 {
    color: #687074;
}

.pagination.pagination-v2 > li > a {
    padding: 5px;
    margin: 0 2px;
    min-width: 35px;
    border-color: #f0f0f0;
}

.pagination.pagination-v2 > li > a,
.pagination.pagination-v2 > li > span {
    background: #f7f7f7;
}

.pagination.pagination-v2 > li > a:hover,
.pagination.pagination-v2 > .active > a,
.pagination.pagination-v2 > .active > span,
.pagination.pagination-v2 > .active > a:hover,
.pagination.pagination-v2 > .active > span:hover,
.pagination.pagination-v2 > .active > a:focus,
.pagination.pagination-v2 > .active > span:focus {
    background: #5197d2;
    border-color: #5197d2;
}

/*Breadcrumbs v4
------------------------------------*/
.breadcrumb-v4-in {
    padding-right: 0;
    margin-bottom: 0;
    list-style: none;
    line-height: 47px;
    text-align: right;
}

.breadcrumb-v4-in > li {
    color: #687074;
    font-size: 13px;
    display: inline-block;
}

.breadcrumb-v4-in > li + li:before {
    color: #687074;
    content: "\f105";
    margin-left: 7px;
    padding-right: 8px;
    font-family: FontAwesome;
}

.breadcrumb-v4-in li a {
    color: #687074;
}

.breadcrumb-v4-in li.active,
.breadcrumb-v4-in li a:hover {
    color: #5197d2;
    text-decoration: none;
}

/*illustration-v2*/
.illustration-v2 .item {
    margin: 0 10px;
    padding-bottom: 5px;
}

.illustration-v2 .product-img {
    position: relative;
}

.illustration-v2 .product-img-brd {
    box-shadow: 0 0 3px #ccc;
}

.illustration-v2 a.product-review {
    left: 0;
    bottom: 0;
    color: #fff;
    width: 100%;
    padding: 5px 0;
    font-size: 12px;
    text-align: center;
    position: absolute;
    text-transform: uppercase;
    background: rgba(0, 0, 0, 0.5);
}

/*Product Description*/
.product-description {
    padding: 10px;
    overflow: hidden;
}

.product-description-brd {
    box-shadow: 0 0 2px #ccc;
}

.product-description .title-price {
    color: #687074;
    font-size: 16px;
}

.product-description h4.title-price {
    margin: 2px 0 0;
}

.product-description h4.title-price a {
    color: #687074;
}

.product-description h4.title-price a:hover {
    color: #5197d2;
}

.product-description .gender {
    color: #999;
    display: block;
    font-size: 14px;
}

@media only screen and (max-width: 767px) {
/*Breadcrumbs v4------------------------------------*/
    .breadcrumb-v4-in {
        text-align: left;
    }

    .product-description h4.title-price a {
        font-size: 14px;
    }

    .product-description p{
        font-size: 12px;
    }
}




/*List Product Description*/
.list-product-description {
    padding: 20px 10px;
}

.list-product-description img {
    padding-right: 15px;
    border-right: 1px solid #dedede;
}

@media (max-width: 768px) {
    .list-product-description img {
        padding-right: 0;
        border-right: none;
    }
}

/*Button Sea Shop*/
.btn-u.btn-u-sea-shop {
    background: #5197d2;
}
.btn-u.btn-u-sea-shop:hover,
.btn-u.btn-u-sea-shop:focus,
.btn-u.btn-u-sea-shop:active,
.btn-u.btn-u-sea-shop.active,
.open .dropdown-toggle.btn-u.btn-u-sea-shop {
    /*background: #2cd5b6;*/
    background: #5aa5e4;
}


/*Button Styles
------------------------------------*/
.btn {
    box-shadow: none;
}

.btn-u {
    border: 0;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    font-weight: 400;
    padding: 6px 13px;
    position: relative;
    background: #72c02c;
    white-space: nowrap;
    display: inline-block;
    text-decoration: none;
}
.btn-u:hover {
    color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.btn-u.btn-block {
    text-align: center;
}

a.btn-u {
    /*padding: 4px 13px;*/
    /*vertical-align: middle;*/
}

.btn-u-sm,
a.btn-u-sm {
    padding: 3px 12px;
}

.btn-u-lg,
a.btn-u-lg {
    font-size: 18px;
    padding: 10px 25px;
}

.btn-u-xs,
a.btn-u-xs {
    font-size: 12px;
    padding: 2px 12px;
    line-height: 18px;
}

@media only screen and (max-width: 767px) {
    .btn-u {
        font-size: 12px;
    }
}


/*Shop Product
------------------------------------*/
.shop-product {
    background: #f8f8f8;
    padding: 10px 0 30px;
    border-bottom: 1px solid #dedede;
}

.shop-product2 {
    padding: 10px 0px 0px;
}
.shop-product h2 {
    float: left;
    color: #687074;
    font-size: 26px;
    text-transform: uppercase;
}

/*Breadcrumbs v5
------------------------------------*/
.breadcrumb-v5 {
    padding: 20px 0;
    list-style: none;
}

.breadcrumb-v5 > li {
    color: #999;
    font-size: 18px;
    display: inline-block;
}

.breadcrumb-v5 > li + li:before {
    color: #ccc;
    content: "\f105";
    margin-left: 7px;
    padding-right: 8px;
    font-family: FontAwesome;
}

.breadcrumb-v5 li h1 {
    margin: 0;
}

.breadcrumb-v5 li a {
    color: #999;
}

.breadcrumb-v5 li i {
    margin: 0 auto;
    font-size: 18px;
}

.breadcrumb-v5 li.active,
.breadcrumb-v5 li a:hover {
    color: #5aa5e4;
    text-decoration: none;
}

/*Shp Product Title*/
.shop-product .shop-product-heading {
    margin-top: 0px;
    overflow: hidden;
    margin-bottom: 12px;
    border-bottom: 1px solid #dedede;
}

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

    .breadcrumb-v5 {
        padding: 12px 0;
    }

    .shop-product .shop-product-heading {
        margin-top: 20px;
    }
}



/*Master Slider
------------------------------------*/
.ms-showcase2-template {
    margin: 0;
    max-width: 500px;
}
.ms-showcase2-template .ms-view {
    background: transparent;
}

.content-md {
    padding-top: 80px;
    padding-bottom: 80px;
}

/*Tab v5
------------------------------------*/
.tab-v5 .nav-tabs {
    border-bottom-color: #dedede;
}

.tab-v5 .nav-tabs > li {
    margin-right: 30px;
}

.tab-v5 .nav-tabs > li > a {
    border: none;
    color: #687074;
    padding: 6px 0;
    font-size: 18px;
    margin-right: 0;
    background: none;
    text-transform: uppercase;
    border-bottom: solid 1px transparent;
}

.tab-v5 .nav-tabs > li.active > a,
.tab-v5 .nav-tabs > li.active > a:hover,
.tab-v5 .nav-tabs > li.active > a:focus {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #5aa5e4;
}

.tab-v5 .nav-tabs > li > a:hover {
    border-bottom: 1px solid #5aa5e4;
}

.tab-v5 .nav-tabs > li > a:focus {
    border: none;
}

.tab-v5 .tab-content {
    padding: 30px 0;
}


#description img{
    width: 100%;
}

.form-control-static{
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
}
