* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

body {
    color: #000;
    font-family: 'DIN Next CYR', Arial, Helvetica, sans-serif;
    font-size: 12px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #444;
}

p {
    margin: 0;
}


/* default font size */

.fa {
    font-size: 16px;
}


/* 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:hover {
    text-decoration: none;
}

legend {
    font-size: 16px;
    padding: 7px 0px
}

label {
    font-size: 12px;
    font-weight: normal;
}

.theme-width {
    max-width: 1600px;
    margin: 0 auto;
}

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;
}

.form-control {
    border-radius: 0;
}

.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
    font-size: 12px;
}

.input-group .input-group-addon {
    font-size: 12px;
    height: 30px;
}


/* Fix some bootstrap issues */

span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
    display: inline;
    color: #fff;
}

i.fa-caret-down {
    color: #000;
}

.nav-tabs {
    clear: both;
}

div.required .control-label:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}


/* mokuai */

.classify-block {
    width: 50%;
    float: left;
    display: flex;
    margin-top: 10px;
}

#shopify-section {
    max-width: 1200px;
    margin: auto;
}

.collection-list-img {
    max-width: 280.0px;
    max-height: 280px;
}

.classify-one .collection-list-img {
    margin-right: 20px;
}

.collection-list_title {
    font-family: 'DIN Next CYR', Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 16px;
    font-weight: 500;
    color: #000;
}

.classify-block p {
    text-align: center;
    padding: 16px 0;
}

fieldset>strong {
    font-size: 16px;
    color: #000;
    margin-bottom: 5px;
}

.classify-block .cate-a {
    font-family: 'DIN Next CYR', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    border-bottom: 1px solid #c8bbaa;
    font-size: 12px;
    color: #000;
    letter-spacing: 1px;
    line-height: 22px;
    font-weight: 600;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.classify-block .cate-a:after {
    display: block;
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    background-color: transparent;
    transition: .3s;
    right: 0;
}

.classify-block .page__container:hover img {
    outline: 2px solid #fff;
    outline-offset: -9px;
}

.classify-block .cate-a:hover::after {
    background-color: #c8bbaa;
}

.img-texta {
    position: absolute;
    bottom: 30px;
    left: 30px;
}

.img-texta a {
    font-size: 16px !important;
}

.collection-list-img1 {
    position: relative;
    max-width: 580px;
}

.box-account .box-head {
    margin: 10px 0;
    height: 16px !important;
}

.classify-four .four-img {
    margin-left: 20px;
}

.collection-list-img img,
.collection-list-img1 img {
    width: 100%;
}

.pc-header-fixed {
    display: flex;
    justify-content: space-between;
    max-width: 1300px;
    margin: auto;
    padding: 0 2%;
    text-align: center;
    align-items: center;
}

.pc-header-fixed-back {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background: #fff;
    z-index: 100;
    width: 100%;
    min-height: 80px;
    line-height: 80px;
}

.pc-header-fixed .header-middle {
    width: 33%;
}

.banner-block1 img {
    width: 100%;
}


/* meng */

.checkout-search_result .main-container {
    max-width: 1600px;
    margin: auto;
}

.header-banner2 img {
    width: 100%;
}

.add-banner4 .banner4-title h1 {
    margin: 40px 0 20px 0;
    font-size: 30px;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
}

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: 1px solid #ddd;
    font-size: 12px;
}

.form-horizontal .control-label {
    padding-top: 0px;
    margin-bottom: 0;
    text-align: right;
}

.header .logo img {
    width: 180px;
    margin: auto;
    margin-top: 10px;
}

.header-middle .logo svg {
    width: 172px;
    height: 58px;
    margin-top: 10px;
}

.add-banner4 .banner4-title img {
    height: fit-content;
}

.checkout-cart .radio input {
    margin-top: 4px;
}

.New-Arrivals .product-thumb {
    background-color: #fff;
    min-height: 340px;
}

.section-break {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
    /* margin: 0 0 40px; */
}

.mobile-banner {
    display: flex;
    width: 100%;
    justify-content: space-around;
}

.mbanner-img img {
    width: 100%;
}

.mbanner-img p {
    color: #2e3d48;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    padding: 5% 0% 4% 0%;
    font-weight: 400;
    font-family: 'DIN Next CYR', Arial, Helvetica, sans-serif;
}

.ch-img .btn-primary {
    background: #e1e1e1;
    color: #555;
    font-weight: normal;
    letter-spacing: 0;
    border: none;
}

.img-btn {
    display: flex;
    background: #e1e1e1;
    line-height: 32px;
    justify-content: space-between;
}

#lookbook_section_4 {
    background-color: #f2f2f2;
    font-size: 16px;
    line-height: 20px;
}

#lookbook-widget.home-page-image-caption .img-caption {
    top: 50%;
    left: 0!important;
    right: 0!important;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 10px;
    color: #fff;
    text-align: center;
    font-family: 'DIN Next CYR', Arial, Helvetica, sans-serif;
    font-size: 48px;
    line-height: 75px;
    font-style: italic;
    position: absolute;
}

#lookbook-widget.home-page-image-caption .img-caption p {
    color: #fff;
    text-align: center;
    font-family: 'DIN Next CYR', Arial, Helvetica, sans-serif;
    font-size: 48px;
    line-height: 75px;
}

.content-asset img {
    max-width: 100%;
    width: 100%;
}

.btn-white-border {
    font-family: 'DIN Next CYR', Arial, Helvetica, sans-serif;
    font-style: normal;
    border: 2px solid #fff;
    padding: 10px 12px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    border-radius: 0;
}

.btn-white-border:hover {
    background-color: #fff;
}

.featured .page-title p {
    margin-top: 0;
    font-size: 16px!important;
}

div.featured .product-thumb {
    background-color: #fff;
    padding-bottom: 10px;
    min-height: 320px;
}

div.featured .products-grid .caption h4>a {
    max-height: 20px;
}

div.featured .owl-theme .owl-nav .owl-next {
    right: -18px;
}

div.featured .owl-theme .owl-nav .owl-prev {
    left: -18px;
}

#content .featured .owl-theme .owl-controls .owl-nav [class*=owl-] {
    top: 47%;
    border: 1px solid;
    border-radius: 50%;
    opacity: .8;
    width: 30px;
    text-align: center;
}

#content .New-Arrivals .owl-theme .owl-controls .owl-nav [class*=owl-] {
    top: 47%;
    border: 1px solid;
    border-radius: 50%;
    opacity: .8;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
}

#related.owl-theme .owl-controls .owl-nav [class*=owl-] {
    top: 43%;
    border-radius: 50%;
    opacity: .8;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
}

.New-Arrivals .owl-theme .owl-nav .owl-next {
    right: 4px;
}

.New-Arrivals .owl-theme .owl-nav .owl-prev {
    left: 4px;
}

.header-bottom {
    width: 100%;
}

.image-additional-bottom ul {
    display: flex;
    justify-content: center;
}

.headertop .currency-select {
    text-align: left;
    padding-left: 16px !important;
}

.well p {
    margin-bottom: 6px;
}

.mobile-logo {
    display: flex;
}

.mobile-logo img {
    width: 100px;
}

.white-crevice {
    width: 1%;
    background-color: #ededed;
    height: 100%;
    float: left;
    height: 100px;
}

.banner-button span {
    display: block;
    color: #b51f29;
    background: #fff;
    width: 300px;
    text-align: center;
    margin: auto;
    margin-top: 20px;
    padding: 16px;
}

.logoimg {
    width: 200px !important;
    max-width: 200px !important;
}

.text-right-ban {
    background-color: #136fa9;
    background-size: cover;
}

.text-right-ban h2 {
    color: #fff;
    font-weight: 700;
    font-size: 38px;
    text-align: center;
    margin-top: 24%;
    font-family: 'DIN Next CYR', Arial, Helvetica, sans-serif;
}

.text-right-ban p {
    font-size: 13px;
    color: #fff;
    text-align: center;
}

.text-button a {
    background-color: #fff;
    color: #136fa9!important;
    border: 1px solid #fff;
    min-width: 150px;
    transition: background-color .5s;
    display: inline-block;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    margin-bottom: 16px;
}

.text-button {
    text-align: center;
    margin-top: 30px;
}

.text-button a:hover {
    background-color: #136fa9;
    color: #fff!important;
}

.home-page-img img {
    width: 100%;
}

.home-page-img {
    margin-top: 50px;
    margin-bottom: 40px;
}

.toggle-search .header-bottom {
    padding: 2px 40px!important;
    width: 100% !important;
    background: #fff;
}

.banner-text {
    position: absolute;
    top: 10px;
    width: 100%;
    text-align: center;
}

.collection-info-text h2 {
    color: #136fa9;
    font-family: 'DIN Next CYR', Arial, Helvetica, sans-serif;
    font-size: 30px;
}

.collection-info-text p {
    font-size: 18px;
    margin-top: 16px;
}

.collection-info-text {
    padding: 15% 60px;
    background: #fff;
}

.xian {
    width: 2%;
    float: left;
    background: transparent;
    height: 10px;
}

.ch-img img {
    margin: 13% 0;
    padding: 6px;
}

.collection-img-categery {
    margin-top: 16px;
}

.ch-img {
    background-color: #fff;
    width: 49%;
    float: left;
}

#product .form-group .form-control {
    padding: 0 10px;
}

.top-one .rightBottomLink {
    display: flex;
    margin-bottom: 0;
    align-items: center;
}

.top-one .rightBottomLink li {
    line-height: 34px;
    font-size: 12px;
    letter-spacing: 0;
    padding: 0px 5px;
}

.top-one .rightBottomLink li a {
    display: inline-block;
    color: #000;
    font-size: 14px;
    font-weight: normal;
}


/* .top-one .rightBottomLink li a:hover,#show-cart i:hover{    color: #808080;} */

#cart .btn {
    padding: 0;
}

.header-divider {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    height: 30px;
    vertical-align: middle;
    position: relative;
}

#show-cart i {
    color: #000;
    font-size: 20px;
    line-height: 24px;
    margin-left: 10px;
}

#show-cart :hover {
    color: #b88d7e;
}

.mobile-header #show-cart i {
    color: #000;
    font-size: 18px;
    line-height: 16px;
}

.dropdown-menu li:hover {
    background-color: #1e90ff;
    text-decoration: none !important;
}

.btn-link .rightBottom-parent {
    clear: both;
    width: 55%;
    float: right;
}

.search-cart {
    display: flex;
}

.pull-left .btn {
    padding: 0;
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    padding: 0 4px;
    font-style: normal;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
}

#show-cart:active {
    box-shadow: none;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: none;
}


/* #nav ul.level1>li::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    transition: all 0.2s ease;
    background-color: #000;
}
#nav ul.level1>li:hover::before {
    width: 100%;
} */

.menu-zimu {
    position: absolute;
    top: 30px;
    left: 8px;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #474747;
}

.search-cart-m {
    display: flex;
    line-height: 20px;
    height: 10px;
}

.mo-search input {
    height: 38px;
    border: none!important;
    border: 1px solid #DBDBDB!important;
    border-radius: 0!important;
    box-shadow: none!important;
    font-size: 16px !important;
    padding: 0 40px 0px 15px;
    width: 88%;
    height: 42px;
    margin: auto;
    box-shadow: none;
    border-color: rgba(0, 0, 0, 0.09)!important;
    background-color: rgba(0, 0, 0, 0.03)!important;
    color: currentColor !important;
    border-radius: 99px !important;
    border: 1px solid #b9c7ca !important;
    font-weight: normal;
}

.mobile-search {
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
    background: #fff;
    transition: opacity .5s cubic-bezier(0, 1, .5, 1), transform .5s cubic-bezier(0, 1, .5, 1);
}

.mobile-search .pc-search .span-log {
    position: absolute;
    right: 26px;
    font-weight: normal;
    top: 8px;
}

.mobile-search .pc-search {
    border-color: #ccc;
}

.mobile-search .iconfont {
    color: #000;
}

.mo-search .span-log {
    text-align: center;
    position: absolute;
    right: 42px;
    top: 12px;
}

.mo-search .span-log .iconfont {
    font-size: 24px;
    color: #474747;
}

.btn-link:focus,
.btn-link:hover {
    text-decoration: none!important;
}

.classify-child {
    flex-grow: 1;
    flex-basis: 0;
    text-align: center;
    border-radius: 10px;
}

.classify-image img {
    width: 100%;
}

.image-text {
    margin: 10px 0;
}

.power {
    max-width: 1240px;
    margin: auto;
    padding: 10px 20px 10px;
}

.close-menu {
    color: #999;
    line-height: 50px;
    z-index: 8;
    text-align: right;
    padding: 0 10px;
    position: absolute;
    right: 0;
}

.pc-header-fixed .header-bottom {
    width: 100%;
    margin-top: 0px;
}

div.close-menu {
    background-color: #ebebeb;
}

.close-menu i {
    font-size: 16px;
    color: #999;
}

.price-inline {
    display: inline-block;
}

.owl-theme .owl-controls .owl-nav [class*=owl-] {
    color: #000;
    position: absolute;
    top: 43%;
    display: inline-block;
    font-size: 0;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.owl-theme .owl-nav .owl-prev {
    left: 36px;
}

.owl-theme .owl-nav .owl-next {
    right: 36px;
}

.owl-theme .owl-controls .owl-nav [class*=owl-]:after {
    content: '\e69a';
    font-family: 'iconfont';
    font-size: 20px;
}

.owl-theme .owl-controls .owl-nav .owl-next:after {
    content: '\e69b';
}

.banner-block1.owl-theme .owl-controls .owl-nav [class*=owl-]:after {
    font-size: 20px;
}

#content .banner-block1.owl-theme .owl-controls .owl-nav [class*=owl-] {
    top: 47%;
    border: 1px solid;
    border-radius: 50%;
    opacity: .8;
    width: 30px;
    text-align: center;
}

.banner-block1.owl-theme div.owl-dots {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 10px;
    text-align: center;
    width: 100%;
}

.owl-theme .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
    box-shadow: 0 0 5px rgb(0 0 0 / 50%);
    margin: 10px 7px 0;
    background: #fff;
    display: block;
    border-radius: 50%;
    transition: all 0.3s ease 0s;
    border: none!important;
}

.owl-theme .owl-dots .owl-dot:hover span {
    background: #192c4f !important;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #d6d6d6;
    box-shadow: 0 0 5px rgb(0 0 0 / 50%);
}

div.owl-dots {
    display: flex;
    justify-content: center;
    padding-bottom: 6px;
}

.nav>li>a:focus,
.nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}

a:focus,
a:hover {
    color: #000;
    text-decoration: none;
}

.fa-home:before {
    content: "Home";
}

#content .first-cont-row {
    margin: 0;
}

#content .header-banner {
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: -6px;
    position: relative;
}

.mobile-header .btn-group span {
    text-transform: uppercase;
    font-size: 13px;
}

.header-new {
    display: flex;
    justify-content: space-between;
    line-height: 28px;
    background: #fff;
    position: relative;
    font-size: 12px;
    align-items: center;
    max-width: 1300px;
    margin: auto;
    padding: 0 2%;
}

#nav ul.level1>li.category-top>a:after {
    content: '';
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #000;
    display: inline-block;
    vertical-align: middle;
    height: 0;
    width: 0;
    margin-left: 5px;
}

.pull-left .btn-group {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border-radius: 0!important;
    box-shadow: none!important;
    padding: 0px 4px;
}

.banner-text h3 {
    font-size: 40px;
    color: #000;
}

.banner-text p {
    font-size: 16px;
    margin-top: 10px;
}

.row {
    margin: 0;
}

.mobile-header .logo img {
    max-width: 160px;
    padding: 4px 0;
    margin-top: 0px;
    width: 100%;
}

.mobile-header .level3 {
    padding: 0 20px;
    background-color: #fff;
}

#content .owl-theme .owl-controls .owl-nav [class*=owl-] {
    top: 47%;
}


/* top */

#top {
    border-bottom: 1px solid #e2e2e2;
    padding: 3px 0;
    min-height: 40px;
    background-color: #e8e8e8;
}

#top .container {
    padding: 0 20px;
}

#top #currency .currency-select {
    text-align: left;
}

#top #currency .currency-select:hover {
    text-shadow: none;
    color: #ffffff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}

#top .btn-link,
#top-links li,
#top-links a {
    border: none;
    text-decoration: none;
}

#top-links .dropdown-menu a {
    text-shadow: none;
}

#top .btn-link strong {
    font-size: 16px;
    line-height: 16px;
    color: #000;
}

#top-links {
    padding-top: 6px;
}

#top-links a+a {
    margin-left: 15px;
}


/* search */

.pc-search {
    position: relative;
    display: flex;
    border-radius: 0px !important;
    font-size: 16px;
    display: block;
    line-height: 36px;
    border-radius: 18px;
    text-align: left;
    font-weight: 300;
}

.rightBottomLink .pc-search .search-text {
    width: 209px;
    max-width: 100%;
    height: 38px;
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #c8bbaa !important;
    position: relative;
    z-index: 1;
    outline-offset: 0;
    padding: 0 36px 0 10px;
    color: #000;
    font-family: 'DIN Next CYR', Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
}

.rightBottomLink .pc-search {
    opacity: 0;
    pointer-events: none;
}

.rightBottomLink .pc-search.active {
    opacity: 1;
    pointer-events: auto;
}

.pc-search .input-lg {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: rgba(0, 0, 0, 0.09)!important;
    background-color: transparent!important;
    color: currentColor !important;
    border-radius: 0px !important;
    border: none !important;
    border-bottom: 1px solid #000 !important;
    height: 45px;
    padding: 0 34px 0 5px;
    font-size: 16px !important;
}

.mobile-search .search-icon i.iconfont {
    font-size: 22px;
}

.pc-search .span-log {
    position: absolute;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    right: 0px;
    top: 0px;
}

.open-search:hover .pc-search {
    display: block;
}


/* cart */

#cart>.btn {
    line-height: 10px;
    color: #FFF;
}

#cart.open>.btn {
    background-image: none;
    background-color: #FFFFFF;
    border: none;
    color: #666;
    box-shadow: none;
    text-shadow: none;
}

#cart.open>.btn:hover {
    color: #444;
}

#cart .dropdown-menu {
    background: #eee;
    z-index: 1001;
}

#cart .dropdown-menu {
    min-width: 100%;
    margin-top: -20px;
    margin-left: -40px;
}

#cart-list>li:first-child {
    width: 100%;
}

@media (max-width: 478px) {
    #cart .dropdown-menu {
        width: 100%;
    }
    #cart .dropdown-menu li>div {
        min-width: 100%;
    }
}

#cart .dropdown-menu table {
    margin-bottom: 10px;
}

#cart .dropdown-menu li>div {
    min-width: 427px;
    padding: 0 10px;
}

#cart .dropdown-menu li p {
    margin: 20px 0;
}


/* menu */

#menu {
    /* background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a; */
    min-height: 40px;
    /* overflow: hidden; */
}

#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;
    width: 100%;
}

#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, #23a1d1, #1f90bb);
    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, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #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: 767px) {
    #menu {
        border-radius: 4px;
    }
    .checkout-cart .power {
        padding: 10px 20px 60px;
    }
    .product-search .text-right {
        line-height: 33px;
        padding-left: 30px;
    }
    .mo-product-img {
        padding: 0;
        background: #fff;
    }
    .des-pro {
        padding: 0 6px;
    }
    .banner-text h3 {
        font-size: 30px;
        color: #000;
    }
    .breadcrumb>li:last-child {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .breadcrumb {
        overflow: hidden;
        white-space: nowrap;
        display: flex;
    }
    .buttonss {
        width: 100%;
        z-index: 1;
        background-color: #fff;
        position: fixed;
        bottom: 0;
        right: 0;
        margin: 0;
        text-align: center;
        z-index: 20;
    }
    .buttonss div {
        width: 100%;
    }
    .buttonss .btn-confirm {
        width: 90%;
        background-color: #000;
        color: #fff;
        font-size: 18px;
        height: 100%;
        border-radius: 5px;
    }
    .banner-left,
    .banner-right {
        width: 100%;
        position: relative;
        max-height: 400px;
        overflow: hidden;
        margin-bottom: 10px;
    }
    .banner-gif .banner-text {
        position: absolute;
        top: 18%;
        left: 4%;
        width: 100%;
        text-align: left;
    }
    .white-crevice {
        display: none;
    }
    .logoimg {
        width: 130px !important;
        max-width: 130px !important;
    }
    .banner-button span {
        display: block;
        color: #9a4040;
        background: transparent;
        width: 100%;
        text-align: left;
        margin: auto;
        margin-top: 55px;
        padding: 10px 20px;
    }
    .banner-text p {
        font-size: 12px;
    }
    .banner-text {
        position: absolute;
        top: 10px;
        width: 100%;
        text-align: center;
    }
    .classify-image {
        width: 100%!important;
    }
    #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;
    }
    .product-thumb .button-group button,
    .product-thumb .button-group button+button {
        width: 33.33%;
    }
}


/* content */

.container {
    padding: 0 0px;
}


/* footer */

footer {
    background-color: #f6f6f6;
    font-family: 'DIN Next CYR', Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    border-top: 1px solid #fff;
    margin-top: 30px;
}

footer hr {
    border-top: none;
    border-bottom: 1px solid #fff;
}

footer a {
    color: #000;
}

footer a:hover {
    color: #000;
}

footer h5 {
    font-size: 13px;
    font-weight: bold;
    color: #000;
}

footer h4 {
    color: #000;
    font-family: 'DIN Next CYR', Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .5px;
    line-height: 1.4;
    margin: 0 0 10px;
}

footer .list-unstyled {
    text-align: left;
    flex-direction: column;
}

footer .list-unstyled li {
    text-align: left;
    font-size: 16px;
    text-transform: capitalize;
}

footer .list-unstyled a {
    display: inline-block;
    color: #000;
    font-family: 'DIN Next CYR', Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-decoration: none;
    text-transform: capitalize;
    line-height: 1.6;
}

footer .list-unstyled a:hover {
    color: #a86873;
}


/* alert */

.alert {
    padding: 8px 16px 8px 16px;
}


/* breadcrumb */

body[class*='product-product-'] .breadcrumb {
    /* margin: 15px 0 20px 0; */
    padding: 8px 0;
    border: none;
    background-color: #fff;
    max-width: 1550px;
    /* margin: 20px auto; */
}

.container .row {
    max-width: 1600px;
    margin: auto;
    padding: 0 10px;
}

.pc-footer .container .row {
    max-width: 100%;
}

.panel-body .row {
    padding: 0;
}

.footer-bottom .container .row {
    max-width: 100%;
}

.sitemap-row #content {
    text-align: center;
}

.main-container .row {
    max-width: 100%;
    padding: 0;
}

.main-container.container #content {
    max-width: 100%;
}

.breadcrumb i {
    font-size: 13px;
}

.breadcrumb>li {
    text-shadow: 0 1px 0 #FFF;
    padding: 0 10px;
    position: relative;
    white-space: nowrap;
    font-size: 12px;
}

.breadcrumb>li+li:before {
    content: '';
    padding: 0;
}

.breadcrumb>li:after {
    content: '/';
    display: block;
    position: absolute;
    top: 1px;
    right: -24px;
    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); */
}

.pagination>li:nth-child(1)>a {
    width: 45px;
}

@media (min-width: 992px) {
    #content .header-banner {
        width: 100%;
        overflow: hidden;
    }
    .featured>.page-title {
        padding: 80px 0px 50px 0 !important;
    }
    .section-break .container {
        width: 900px;
        margin-right: auto;
        margin-left: auto;
        padding-left: 10px;
        padding-right: 10px;
    }
    .section-break {
        position: relative;
        margin: 0px !important;
    }
    #lookbook_section_4 img {
        width: 100%;
    }
    #lookbook-widget {
        position: relative;
    }
    .section-break .content-asset section picture img {
        width: 100%;
        margin-top: 40px;
    }
    .sitemap-row {
        min-height: 495px;
    }
    .account {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .pagination {
        margin: 0;
        display: flex;
    }
    .product-grid:nth-child(4n+1) {
        clear: both;
    }
    .product-grid:nth-child(3n+1) {
        clear: none;
    }
    .step2,
    .shipping_address,
    .step4 {
        width: 100%;
        float: left;
        margin-bottom: 20px;
    }
    .step5,
    .step6 {
        width: 100%;
        float: right;
        margin-bottom: 20px;
    }
    .account-login {
        min-height: 444px;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .result {
        margin-left: 20px;
        margin-top: 10px;
    }
    .banner-gif {
        display: flex;
    }
    footer .list-unstyled {
        text-align: center;
        flex-direction: column;
    }
    .des-pro {
        padding: 0 22px;
    }
    .account-register .form-horizontal .control-label {
        padding-top: 0px;
        margin-bottom: 0;
        text-align: right;
        padding: 0;
        line-height: 30px;
    }
}


/* buttons */

.buttons {
    margin: 1em 0;
}

.btn-group>.btn-xs {
    font-size: 9px;
}

.btn-group>.btn-sm {
    font-size: 10.2px;
}

.btn-group>.btn-lg {
    font-size: 15px;
}

.btn-primary {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #000;
    background-repeat: repeat-x;
    border-color: #000;
    border-radius: 0;
}

.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);
}

.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: #000;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #f5f5f5;
    border-color: #f5f5f5;
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

.btn-link {
    cursor: pointer;
    color: #515666;
    border-radius: 0;
}

.top-right .btn-group .btn-link {
    color: rgba(255, 255, 255, 0.8);
}

.top-right .btn-group .btn-link:hover {
    color: #fff;
}

.top-right .btn-group .dropdown-menu .btn-link {
    color: #000;
    text-align: left;
    padding-left: 10px;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
    background-image: none;
    box-shadow: none;
    outline: none;
}

.btn-inverse {
    color: #ffffff;
    background-color: #fff;
    background-repeat: repeat-x;
}


/* list group */

.list-group a {
    border: 1px solid #DDDDDD;
    color: #888888;
    padding: 8px 12px;
    color: #000;
}

.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
    background: #eeeeee;
    border: 1px solid #DDDDDD;
    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 */

.product-grid {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product-thumb {
    text-align: center;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product-thumb .image {
    text-align: center;
    width: 100%;
}

.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 {
        padding: 0 15px;
    }
}

.product-thumb .caption {
    clear: both;
    padding: 0 10px;
}

@media (max-width: 1200px) {
    .product-grid .product-thumb .caption {
        min-height: 210px;
        padding: 0 10px;
    }
    .pc-header-fixed .header-middle {
        width: 26% !important;
    }
    .top-one {
        width: 26% !important;
    }
    .text-button {
        text-align: center;
        margin-top: 10px;
    }
    .collection-info-text {
        padding: 7% 44px;
        background: #fff;
    }
    .product-thumb .button-group button,
    .product-thumb .button-group button+button {
        width: 33.33%;
    }
    .text-right-ban h2 {
        color: #fff;
        font-weight: 700;
        font-size: 32px;
        text-align: center;
        margin-top: 6%;
    }
    .theme-width {
        max-width: 1200px;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    /* footer h4{    
        letter-spacing: 0.48px;
        display: flex;
        justify-content: space-between;
    } */
    footer .list-unstyled li {
        text-align: left;
        font-size: 16px;
        text-transform: capitalize;
    }
    #content .header-banner {
        width: 100%;
    }
    .search-content .first-row {
        width: 100%;
    }
    .search-content .product-grid {
        margin-bottom: 0;
    }
    .pull-left .dropdown-menu {
        margin-left: -92px;
    }
    .category-page {
        padding: 0 15px;
    }
    .product-list .product-thumb .caption {
        min-height: 0;
        margin-left: 0;
        padding: 0 10px;
    }
    .product-grid .product-thumb .caption {
        min-height: 0;
    }
    .prod-info {
        margin-bottom: 30px;
    }
    .first-cont-row {
        width: 100%;
    }
    .product-list .product-thumb .button-group {
        border-left: none;
    }
    .text-right label {
        font-size: 16px;
    }
    .power p {
        max-width: 750px;
    }
    .product-shop-box .product-price {
        width: 100%;
        float: none;
    }
    .product-collateral,
    .add-cart {
        width: 100%;
        margin-bottom: 10px;
    }
    #cart1 ul {
        width: 100%;
        display: block;
    }
    #cart1 ul li {
        border-bottom: 1px solid #ddd;
        margin-bottom: 20px;
        padding-bottom: 5px;
        text-align: center;
    }
    #cart1 ul li div.qty {
        margin: 0 auto;
    }
    #cart1 ul li:nth-child(1) {
        height: 140px;
    }
    #cart1 ul li div:nth-child(1) {
        border: 0;
        font-size: 20px;
    }
    #cart1 ul li div:nth-child(2) {
        color: red;
    }
    #cart1 ul li div:nth-child(2) a {
        color: red;
    }
    #cart1 ul li img {
        width: 100px;
        height: 100px;
    }
    #cart .pull-right {
        float: left;
    }
    #cart1 ul li:last-child {
        border: 0;
    }
    #cart-list li:last-child {
        width: 100%;
    }
    .table-responsive>.table>tbody>tr>td {
        white-space: normal;
    }
    .table-responsive>.table>tbody>tr:nth-child(1) {
        height: 85px;
    }
    td.qty input,
    td.qty span,
    td.qty span button {
        height: 25px;
        text-align: center;
        padding: 0;
    }
    td.qty span button {
        padding: 5px;
    }
    .table-responsive>.table>tbody>tr>td {
        white-space: normal;
    }
    .table-responsive>.table>tbody>tr:nth-child(1) {
        height: 85px;
    }
    td.qty input,
    td.qty span,
    td.qty span button {
        height: 25px;
        text-align: center;
        padding: 0;
    }
    td.qty span button {
        padding: 5px;
    }
    .parent-right,
    .parent-left {
        min-width: 100%;
        margin-top: 10px;
    }
    .related-prod-list {
        min-height: 260px;
    }
}

.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 h4 a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.search-cart-mo {
    display: flex;
    margin: auto;
    justify-content: flex-end;
}

.product-thumb .price {
    color: red;
}

.product-thumb .price-new {
    color: red;
    font-size: 16px;
    letter-spacing: .55px;
}

.product-thumb .price-old {
    color: #999;
    text-decoration: line-through;
    letter-spacing: .55px;
}

.product-thumb .button-group {
    border-top: 1px solid #ddd;
    background-color: #eee;
    overflow: auto;
}

.product-list .product-thumb .button-group {
    border-left: 1px solid #ddd;
}

.product-thumb .button-group button {
    width: 60%;
    border: none;
    display: inline-block;
    float: left;
    background-color: #eee;
    color: #888;
    line-height: 38px;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}

.product-thumb .button-group button+button {
    width: 20%;
    border-left: 1px solid #ddd;
}

.product-thumb .button-group button:hover {
    color: #444;
    background-color: #ddd;
    text-decoration: none;
    cursor: pointer;
}

.thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
}

.thumbnail h2 {
    font-size: 22px;
    font-family: 'DIN Next CYR', Arial, Helvetica, sans-serif;
    color: #000;
}

.thumbnail .btn {
    display: inline-block;
    padding: 0;
    border: 2px solid #5c564d;
    border-radius: 0;
    color: #FFF;
    background: #5c564d;
    font: 500 16px/44px "Avenir Next LT W01 Demi", "Avenir Next", Verdana, Arial, sans-serif;
    letter-spacing: 1px;
    min-width: 200px;
    width: auto;
    max-width: 100%;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: normal;
    transition: .2s ease-in-out;
}

.thumbnail .btn:hover {
    background-color: #000;
}

.thumbnail p {
    color: #000;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 0;
    letter-spacing: .02em;
    margin-bottom: 28px;
    font-family: 'DIN Next CYR', Arial, Helvetica, sans-serif;
}

.thumbnails>img {
    width: 100%;
}

.image-additional a {
    margin-bottom: 20px;
    padding: 5px;
    display: block;
}

.image-additional {
    width: 85px;
    margin: 8px 4px 8px;
}

.thumbnails .image-additional {
    float: left;
    margin-left: 13px;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
    font-size: 16px;
    margin-top: 10px;
    color: #000;
}

#product h3 {
    font-size: 16px;
}

@media (min-width: 1200px) {
    #content .col-lg-2:nth-child(6n+1),
    #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;
    }
    .section-break .container {
        width: 1190px;
        margin-right: auto;
        margin-left: auto;
        padding-left: 10px;
        padding-right: 10px;
    }
    .related {
        padding: 0px 40px;
        max-width: 1600px;
        margin: auto;
    }
    .related>h3 {
        margin-top: 10px;
    }
    .container {
        width: 100%;
        /* max-width: 1600px; */
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #content .col-md-2:nth-child(6n+1),
    #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;
    }
    .classify-three img {
        padding-right: 20px;
    }
    #nav a {
        padding: 5px 10px 13px !important;
    }
}

@media (min-width: 992px) and (max-width: 992px) {
    .collection-list-img1 {
        max-width: 100%;
        margin: 10px;
    }
    .btn-group .btn-link {
        padding: 0!important;
    }
    .pc-search {
        position: relative;
        padding: 0 !important;
    }
    .header .header-middle .logo {
        width: 240px;
    }
    .pc-search {
        position: relative;
        align-items: center;
        top: 12px !important;
    }
    .open-search .search-show i.iconfont {
        top: 16px !important;
        align-items: center;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #content .col-sm-2:nth-child(6n+1),
    #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;
    }
    .container {
        width: 100%;
        padding: 0;
    }
    .pc-footer .container {
        padding: 0;
    }
}


/* fixed colum left + content + right*/

@media (min-width: 768px) {
    #column-left .product-layout .col-md-3 {
        width: 100%;
    }
    .banner-block2 img {
        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%;
    }
    .left-category {
        width: 690px;
    }
    .checkout-cart .container #content {
        background-color: #fff;
    }
    .container #content {
        max-width: 1600px;
        margin: auto;
    }
    #menu .dropdown:hover .dropdown-menu {
        display: block;
    }
    .contact {
        display: flex;
        justify-content: center;
    }
    .account {
        padding: 0 70px;
    }
    .first-cont-row .prod-info.col-lg-4 {
        clear: none !important;
    }
}


/* 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: 65px;
}


/* 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;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#content .banner-block1 .owl-theme .owl-controls .owl-nav [class*=owl-] {}

.banner-block3 {
    margin-top: 30px;
}

.header-banner img {
    width: 100%;
}

.moblie-thumbnail {
    clear: both;
    padding-top: 20px;
}

.moblie-thumbnail ul {
    display: flex;
}

#header {
    position: relative;
    z-index: 20;
    background-color: #fff;
    border-bottom: 1px solid #ECEDEE;
    display: flex;
}

.related .owl-theme .owl-nav .owl-next {
    right: 12px;
}

.related .owl-theme .owl-nav .owl-prev {
    left: 12px;
}

i.iconfont {
    vertical-align: middle;
}

.fa-shopping-cart {
    font-size: 22px;
}

.pc-header .pc-cart {
    color: rgba(66, 90, 104, .6) !important;
    margin: 29px 0!important;
    position: relative;
    background-color: white !important;
}

.pc-header .pc-cart span {
    position: absolute;
    top: 0;
    background: #000;
    color: #fff;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    font-size: 10px;
    font-family: 'DIN Next CYR', Arial, Helvetica, sans-serif;
    text-align: center;
    font-weight: bold;
    line-height: 16px;
}

i.fa-search {
    font-size: 25px;
    color: #a5a5a5;
}

.fa-angle-up {
    font-size: 30px;
    color: #707070;
    position: absolute;
    left: 15px;
    top: 7px;
}

#cart-list li:last-child {
    width: 100%;
}

input.input-text,
select,
textarea {
    border-radius: 4px;
    color: #757575;
}

button.button {
    background: transparent;
    border: 0;
    cursor: pointer;
    margin: 0;
    overflow: visible;
    padding: 0;
    width: auto;
}

.left-menu {
    position: absolute;
    top: 90px !important;
    display: none;
    top: 0;
    bottom: 0;
    z-index: 99;
    border-top: 1px solid #e8e3dd !important;
}

.layer-tree {
    position: fixed;
    left: 0;
    top: 91px;
    bottom: 0;
    right: 0;
    background: #000;
    opacity: 0.5;
}

.left-category {
    border-right: 1px solid #E6E6E6;
    position: absolute;
    width: 300px;
    max-height: calc(100vh);
    height: calc(100vh);
    left: 0;
    top: 0px;
    bottom: 0;
    z-index: 109;
    overflow: hidden;
    background-color: #fff;
}

.category-list {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    overflow-y: scroll;
    margin-bottom: 0;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 480px;
}

.category-list .level1 {
    position: relative;
}

.left-category li.category-top span.all-category1 {
    width: 40px;
    color: #a7a9ab;
    float: right;
    text-align: center;
    z-index: 15;
    height: 40px;
    line-height: 36px;
    transform: rotate(90deg);
}

.left-category li.category-top span.change-dire.all-category1 {
    transform: rotate(-90deg);
}

.left-category li a {
    padding: 10px 34px 10px 32px;
    text-transform: capitalize;
    display: block;
    color: #000;
    font-size: 16px !important;
    color: #000;
    font-family: 'DIN Next CYR', Arial, Helvetica, sans-serif;
    display: inline-block;
    font-weight: 400;
    line-height: 22px;
}

.left-category li a:hover {
    color: rgba(17, 17, 17, 0.85);
}

.left-category li.cms {
    border-top: 1px solid #EBEBEB;
}

.left-category li.cms1,
.left-category li.cms1 .mb-currency {
    border-bottom: 1px solid #EBEBEB !important;
}

.left-category li.cms span i:after {
    content: '\002B';
    font-size: 26px;
    color: #999;
    float: right;
    margin-left: 10px;
    width: 30px;
    line-height: 40px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.left-category li.cms span.active i:after {
    content: '\2212';
}


/* .pc-header .level1 .category-top>a::after {
    content: '';
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #000;
    display: inline-block;
    vertical-align: middle;
    height: 0;
    width: 0;
    margin-left: 5px;
} */

.left-category li .mobile-memu {
    text-transform: uppercase;
    display: none;
    right: 0;
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    background: #fff;
    z-index: 119;
}

.left-category li .mobile-memu li.category-title {
    text-align: center;
    background: #fff;
}

.left-category li .mobile-memu li.category-title i {
    float: left;
}

.content-asset {
    margin: 30px 0;
    color: #425a68;
}

.content-asset .container {
    max-width: 975px;
    width: 100%;
}

.pdlr10 {
    padding: 0 10px;
}

.mg-b20 {
    margin-bottom: 20px;
}

.content-asset img {
    max-width: 100%;
}

.content-asset .item-label {
    background: #f4f5f6;
    padding: 20px 0;
}

.content-asset h4 {
    margin: 0;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    color: #425a68;
    padding-bottom: 10px;
}

.content-asset p {
    padding: 0 40px;
    font-size: 16px;
    line-height: 21px;
    color: #425a68;
    text-align: center;
}

.content-asset p span.asset-button {
    display: inline-block;
    background-color: #fff;
    border: 2px solid #425a68;
    border-radius: 4px;
    color: #425a68;
    line-height: 40px;
    font-size: 16px;
    width: 223px;
    margin: 1em auto 0;
    letter-spacing: inherit;
    transition: background-color .3s ease, color .3s ease;
    cursor: pointer;
}

.content-asset a:hover p span.asset-button {
    background-color: #425a68;
    color: #fff;
}

a {
    color: #000;
}

.product-grid {
    margin: 10px 0;
    text-align: center;
    height: 280px;
}

.product-grid>a {
    position: relative;
    display: block;
    margin: 0 0 10px;
}

.product-name {
    color: #425a68;
    margin: 5px 0;
    font-size: 16px;
    line-height: 1.5;
}

.product-name a {
    color: #425a68;
}

.price {
    margin: 5px 0;
    font-size: 12px;
}

.price-old {
    text-decoration: line-through;
    color: #a5a5a5;
    margin: 0;
    font-size: 12px;
    display: inline-block;
}

.price-new {
    font-size: 12px;
    color: #425a68;
    font-weight: normal;
}

.price-tax {
    color: #ED5338;
    margin: 0;
    text-transform: uppercase;
    display: block;
}

.power p {
    text-align: left;
    max-width: 1400px;
    color: #000;
}

.power a {
    color: #494845 !important;
}

.power a:hover {
    color: #494845 !important;
}

#back-top {
    position: fixed;
    right: 20px;
    bottom: 40px;
    z-index: 20;
    line-height: 50px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #666666;
}

#back-top:hover {
    background-color: #666666;
}

#back-top:hover .fa-angle-up {
    color: #fff;
}

#back a span {
    cursor: pointer;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #707070;
}

.m-footer .pd0 {
    padding: 0;
}

.m-footer .pd0 .list-unstyled li {
    text-align: center;
}

.m-footer h4 {
    margin: 30px auto;
    font-size: 26px;
    color: #425a68;
    text-align: center;
}

.m-footer li {
    text-align: center;
    border-top: 1px solid #c8cdcd;
    background: #f4f5f6;
    padding: 10px 0;
    font-size: 16px;
    display: block;
    width: 100%;
}

.m-footer li a {
    color: #425a68;
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
}


/* product */

.product-msg {
    overflow: hidden;
    margin-top: 30px;
}

.product-msg .priduct-name {
    width: 80%;
    float: left;
    color: #425a68;
    font-size: 16px;
    line-height: 1.5;
}

.product-msg .product-name h1 {
    color: #425a68;
    font-size: 28px;
    font-weight: 400;
    margin: 0;
}

.product-price {
    margin: 10px 0;
    width: 20%;
    float: left;
}

.product-price .price_special {
    font-size: 28px;
    color: #425a68;
    font-weight: normal;
    display: inline-block;
}

.product-price .price_old {
    color: #a5a5a5;
    text-decoration: line-through;
    display: inline-block;
}

.product-price .text_tax {
    color: #ED5338;
    text-transform: uppercase;
}

.review-box {
    position: relative;
    overflow: hidden;
    clear: both;
}

.review-box a {
    color: #425a68;
    font-size: 16px;
    text-decoration: none;
}

.divider {
    border-top: 2px solid #c8cdcd;
    clear: both;
    height: 1px;
    margin: 10px 0;
    line-height: 0;
    overflow: hidden;
}

.add-cart {
    width: 40%;
    display: inline-block;
    float: right;
    margin-top: 20px;
    padding: 0 3%;
}

.add-cart ul li {
    line-height: 23px;
    font-style: normal;
    font-size: 16px;
    color: #425a68;
}

.add-cart ul li:first-child {
    font-weight: bold;
}

.add-cart ul li:nth-child(2) {
    color: #27c12e;
}

label {
    font-size: 16px;
    font-weight: normal;
}

.add-to-cart input.qty {
    outline: none;
    width: 40%;
    float: left;
    border-radius: 0;
    margin-right: 10px;
    margin-top: 2px;
    border-color: #999;
    height: 39px;
    line-height: 39px;
    width: 40px;
    text-align: center;
    padding: 0;
    color: #757575;
    margin-bottom: 20px;
    background: none;
}

.add-to-cart .btn-incart {
    margin-top: 20px;
    width: 100%;
    border: 2px solid #425a68;
    border-radius: 4px;
    color: #fff;
    line-height: 40px;
    font-size: 16px;
}

.add-to-cart .btn-incart span {
    font-size: 16px;
    transition: all 0.3s ease;
    display: block;
    height: 45px;
    line-height: 45px;
    padding: 0 20px;
    text-align: center;
    white-space: nowrap;
}

.add-to-cart .btn-incart:hover span {
    color: #425a68;
}

.add-to-cart .btn-incart:hover {
    background-color: #fff;
}

.product-collateral {
    margin-top: 20px;
    width: 60%;
}

.cos-listView>a {
    color: #425a68;
    text-align: left;
    width: 100%;
    position: relative;
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    vertical-align: middle;
}

.product-collateral .std {
    padding: 15px 0;
    color: #425168;
    font-size: 16px;
    float: right;
    width: 100%;
}

.btn-primary span {
    transition: all 0.3s ease;
    border: none;
    font-size: 16px;
    color: #fff;
    display: block;
    height: 45px;
    line-height: 45px;
    padding: 0 20px;
    text-align: center;
    white-space: nowrap;
}

.btn-primary:hover span {
    color: #425a68;
}

#form-review a {
    color: #425a68;
    text-align: left;
    width: 100%;
    position: relative;
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    vertical-align: middle;
}

.category {
    display: flex;
    align-items: center;
}

#checkout .quickcheckout-heading {
    display: flex;
    align-items: center;
    font-size: 16px;
    margin-bottom: 10px;
}

#checkout .quickcheckout-heading span {
    margin-left: 10px;
}

#login .text-left {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

#login .text-left label {
    width: 100px;
    text-align: center;
}

#login .text-left input {
    flex: 1;
    height: 40px;
    line-height: 40px;
}

#login .input-group {
    display: flex;
    align-items: center;
}

#login .input-group button {
    height: 40px;
    height: 40px;
    margin-left: 10px;
    line-height: 40px;
    padding: 0 10px;
}

#login .text-left label.password {
    position: relative;
}

#login .text-left label.password a {
    position: absolute;
    top: 0;
    right: 0;
}

#cart1 ul {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-bottom: 2px solid black;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

#cart1 ul li {
    font-size: 16px;
    display: flex;
    flex-direction: column;
}

#cart1 ul li div:nth-child(1) {
    margin-bottom: 10px;
    padding-bottom: 5px;
}

#cart1 ul li:nth-child(3) input {
    width: 40px;
    padding: 0;
    padding-left: 2px;
}

#cart1 ul li:nth-child(3) {
    display: flex;
    flex-direction: column;
}

#cart1 .sub-price {
    text-align: right;
    padding: 10px;
    padding-right: 50px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
}

#cart1 .sub-price div {
    height: 40px;
    line-height: 40px;
}

#cart1 .sub-price div span {
    color: red;
}

#cart1 ul li:nth-child(3) div:nth-child(2) {
    display: flex;
}

#button-settle-method {
    margin-top: 10px;
}

#login .input-group button:hover,
#button-coupon:hover,
#button-voucher:hover {
    color: black;
}

#cart-total {
    overflow: hidden;
    font-size: 12px;
}

#cart span {
    color: #fff;
    width: 12px;
    height: 12px;
    position: absolute;
    border-radius: 50%;
    background-color: black;
    line-height: 16px;
}

.checkout-search_result td.product_name>div:nth-child(2) {
    color: #e42832;
    font-size: 16px;
    margin-left: 5px;
}

@media (max-width: 992px) {
    .pc-search {
        position: relative;
        height: 60px;
        width: 100%;
        padding: 10px 3%;
        line-height: 36px;
    }
    .breadcrumb>li:last-child {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .breadcrumb {
        overflow: hidden;
        white-space: nowrap;
        display: flex;
    }
    .mb-currency .mb-currency-ul {
        margin-left: 0 !important;
    }
    .appendaround-desktop {
        clear: both;
    }
    .classify-block {
        margin-bottom: 16px;
    }
    .img-texta {
        position: absolute;
        bottom: 16px;
        left: 16px;
    }
    .classify-img-mo {
        padding: 15px;
    }
    .collection-list_title {
        font-family: 'DIN Next CYR', Arial, Helvetica, sans-serif;
        text-align: center;
        font-size: 18px;
        padding: 15px;
        border-bottom: 1px solid #e8e3dd;
        padding-bottom: 10px;
        margin-bottom: 16px;
        font-weight: 500;
        color: #000;
    }
    .classify-img-mo .cate-a {
        font-family: 'DIN Next CYR', Arial, Helvetica, sans-serif;
        text-transform: uppercase;
        border-bottom: 1px solid #c8bbaa;
        font-size: 12px;
        color: #000;
        letter-spacing: 1px;
        line-height: 22px;
        font-weight: 600;
        display: inline-block;
        position: relative;
        cursor: pointer;
        min-height: 28px;
    }
    .collection-list-img {
        max-width: 100%;
        max-height: 100%;
    }
    .static-img {
        background-color: #d3d9e2;
        text-align: center;
    }
    .static-img p {
        color: #2e3d48;
        text-transform: uppercase;
        font-size: 50px;
        line-height: 46px;
        padding: 0 10%;
        text-align: center;
        margin-bottom: 10%;
        padding-top: 8%;
        font-family: 'DIN Next CYR', Arial, Helvetica, sans-serif;
    }
    .static-img img {
        margin: 0% auto;
        width: 60%;
        padding: 0 0 15% 0;
    }
    .banner-block1.owl-theme div.owl-dots {
        display: flex;
        justify-content: center;
        position: relative;
        bottom: 0px;
        text-align: center;
        width: 100%;
    }
    .img-responsive1 {
        max-width: 750px;
        width: 100%;
    }
    #lookbook_section_4 {
        padding: 30px 16px;
    }
    #lookbook-widget.home-page-image-caption .img-caption p {
        font-size: 28px;
        line-height: 50px;
        padding-top: 80px;
    }
    #lookbook_section_3 {
        position: relative;
    }
    .left-category .level .level2 a,
    .left-category .level .level3 a {
        padding: 12px 44px 12px 50px;
        color: #000;
        font-size: 16px;
        text-transform: capitalize;
        font-size: 12px !important;
        letter-spacing: 1px;
        background-color: #fff;
    }
    .product-infa {
        background-color: #fff;
    }
    .prod-info {
        background: #fff;
        padding-bottom: 20px;
    }
    /* footer h4{
        display:flex;
        justify-content: space-between;
        font-weight: normal;
        border-bottom: 1px solid #ddd;} */
    .pc-search input {
        width: 100%;
        height: 50px;
        line-height: 50px;
        border: 0;
        border-bottom: 1px solid black;
    }
    .pc-search button {
        background-color: #fff;
    }
    .pc-search .btn-lg {
        border: 0;
    }
    #cart>.btn {
        background-color: #fff;
    }
    .m-header-link li {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    #cart .dropdown-menu {
        text-align: center;
        margin-top: 20px;
        margin-left: -244px;
    }
    .power p {
        max-width: 750px;
    }
}

@media (max-width: 1200px) and (min-width: 992px) {
    .power p {
        max-width: 960px;
    }
    .featured .row {
        max-width: 800px;
        margin: auto;
    }
    div.featured .product-thumb {
        background-color: #fff;
        padding-bottom: 10px;
        min-height: 264px;
    }
    #lookbook-widget.home-page-image-caption .img-caption p {
        color: #fff;
        text-align: center;
        font-family: 'DIN Next CYR', Arial, Helvetica, sans-serif;
        font-size: 30px;
        line-height: 75px;
        padding-top: 20px;
    }
}

.parent-right {
    width: 40%;
    float: right;
}

.parent-left {
    width: 55%;
    float: left;
}

@media (max-width: 375px) {
    #cart .dropdown-menu {
        width: 370px;
        left: -18px;
        margin-left: -225px;
    }
    .product-grid .caption {
        max-width: 157px;
    }
    .account {
        min-height: 245px;
    }
    .pagination>div:first-child {
        padding: 0 8px;
    }
    .payment_method_table .field>label {
        padding-left: 4px;
    }
    .page-cart {
        padding: 0 8px;
    }
    .asset-part .center-box {
        left: 34%;
    }
    .order-hist-tab {
        table-layout: fixed;
    }
    .order-hist-tab tr {
        word-break: break-all;
    }
}

#cart-list .qty {
    min-width: 40px;
}

#cart-list .btn-xs {
    width: 30px;
    height: 30px;
    text-align: center;
    background-color: #fff;
    border-color: #ddd;
}

#cart-list .btn-xs i.fa-times {
    margin-top: -5px;
    margin-left: -5px;
    font-size: 20px;
}

.table-bordered>thead>tr>td {
    border-bottom-width: 0;
}

#button-cart {
    width: 100%;
    background-color: #a16854;
    color: #fff;
    font-family: 'DIN Next CYR', Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 22px;
    text-align: center;
    padding: 16px 20px;
    border: 0;
    outline: 0;
    border-radius: 2px;
}

#button-cart span {
    color: #000;
}

#tab-description {
    margin: 0;
    color: #000;
    font-family: 'DIN Next CYR', Arial, Helvetica, sans-serif;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 21px;
    padding: 4px 12px;
}

.pull-left strong {
    color: #000;
}

.pull-left span {
    font-size: 14px;
    text-transform: uppercase;
}

.top-right li {
    position: relative;
}

.top-right li:nth-child(2)::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 1px;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    height: 15px;
    margin-top: -7px;
    left: 12px;
    border-color: rgba(255, 255, 255, 0.2);
}

.top-one .pull-left .btn-link:focus,
.btn-link:hover {
    color: #515666;
}

.pull-left .btn-group .dropdown-menu .btn-link:hover {
    color: #fff;
}

.dropdown-menu li:hover button.btn-link {
    color: #fff;
}

.pull-left .btn-group .btn-link:hover strong,
.pull-left .btn-group .btn-link:hover i.fa-caret-down {
    color: #a5a5a5;
}

@media (max-width: 991px) and (min-width: 768px) {
    .banner-block1 {
        margin: 0 auto;
    }
}

@media (max-width: 768px) and (min-width: 768px) {
    .pagination {
        width: 100%;
        margin: 0;
        display: flex;
    }
    .account {
        min-height: 408px;
    }
}

#cart-list .qty {
    min-width: 40px;
}

h2.special {
    color: red;
    margin-top: 10px;
    font-size: 20px;
}

td.product_name>div>a {
    color: #000;
    font-size: 13px;
}

td.product_name>div:nth-child(2) {
    color: #e42832;
    font-size: 16px;
    margin-left: 5px;
}

.remove.btn-danger {
    background-color: #ddd;
    border-color: #ddd;
    color: gray;
}

.remove.btn-danger:hover {
    border-color: #ddd;
    background-color: #ddd;
    color: #000;
}

.total-price {
    color: #e42832;
}

.total-price:nth-child(2) {
    font-weight: bold;
}

.thumbnail {
    border: 0;
    text-align: center;
}

.result {
    float: right;
}

.dropdown-menu {
    position: absolute;
    padding: 0;
}

.left-category .level2 {
    width: unset;
    margin-left: 0 !important;
}

.sitemap-level1>li {
    font-size: 18px;
    margin-bottom: 10px;
}

.sitemap-level1>li>a {
    font-weight: bold;
}

.sitemap-level2 {
    margin-left: 20px;
    margin-top: 10px;
}

.sitemap-level2>li {
    font-size: 16px;
}

.sitemap-right a {
    font-size: 16px;
}

.mobile-header .left-category {
    position: relative;
}

.remove-menu {
    z-index: 1;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 15px;
    right: 5px;
}

#input-country.form-control,
#input-zone.form-control {
    padding: 0 10px;
}

.my-account {
    margin-top: 0;
}

.information-information h1,
.information-sitemap h1,
.information-contact h1 {
    font-size: 24px;
}

.search-h1 {
    margin-top: 0;
    padding-left: 30px;
    font-size: 24px;
}

.search-h2 {
    padding-left: 30px;
    font-size: 20px;
}

.payment_address_info {
    display: flex;
    align-items: center;
}

.payment_address_info label {
    width: 140px;
    padding: 0;
    padding-left: 10px;
    text-align: right;
}

.payment_address_info>div {
    flex: 1;
}

.pagination {
    margin: 10px auto;
}

.related>h3 {
    color: #000;
    text-align: center;
    margin-bottom: 40px;
    font-size: 22px;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 40px;
    font-weight: normal;
    text-transform: uppercase;
    font-family: 'DIN Next CYR', Arial, Helvetica, sans-serif;
}

.button_continue,
.button_continue:hover,
.button_login,
.button_login:hover,
.not-found-continue>a,
.not-found-continue>a:hover,
.btn-confirm,
.btn-confirm:hover,
.btn-continue,
.btn-continue:hover,
.btn-submit,
.btn-submit:hover {
    background-color: #000;
    color: #fff;
    border-color: #000;
}

.footer-bottom {
    overflow: hidden;
    margin: auto;
    overflow: hidden;
    color: #000 !important;
    margin-top: 30px;
    margin: auto;
    margin-top: 20px;
    background: #f6f6f6;
    font-size: 12px;
    border-top: 1px solid #fff;
}

.pc-footer {
    max-width: 1240px;
    margin: auto;
    margin-top: 40px;
}

@media (max-width: 990px) {
    .footer-bottom img {
        float: none;
        margin: 0 auto;
    }
}

.mask {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: .4;
    z-index: 100;
    display: flex;
    display: none;
    align-items: center;
    justify-content: center;
}

.mask>img {
    width: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    z-index: 101;
}

@keyframes rotateImg {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.rotate {
    animation: rotateImg 5s linear infinite;
}

.not-found-h1 {
    font-size: 28px;
    font-weight: bold;
    margin: 0;
    color: #425a68;
}

.not-found {
    margin-top: 20px;
    padding-left: 10px;
}

@media (min-width: 992px) {
    .not-found {
        padding-left: 120px;
    }
    .prod-info {
        padding-left: 6%;
    }
    .mb-currency .btn-group {
        display: block;
        margin-left: 4px;
    }
    .prod-info {
        position: relative;
    }
    .prod-sticky {
        position: sticky;
        top: 80px;
    }
    .product-infa {
        display: flex;
        background-color: #fff;
        padding-bottom: 20px;
        position: relative;
    }
    .sports-section.home-sports .home-sports-inner .home-sports-text h2 {
        margin: 0 0 24px;
    }
    .sports-section.home-sports .home-sports-inner .home-sports-text p {
        max-width: 720px;
        margin: 0 auto 36px;
        padding: 0 33px;
        text-align: center;
        color: #000;
    }
    .home-sports-text {
        text-align: center;
        margin-bottom: 20px;
    }
    .sports-section.home-sports .home-sports-inner .sports-card {
        border: 2px solid #d6d6d6;
        margin: 0 0 30px;
        text-align: center;
    }
    .homepage-assets-wrapper {
        margin-top: 60px;
    }
    .sports-card .btn-primary {
        margin: 20px;
    }
    .container {
        width: 100%;
    }
    footer .list-unstyled {
        display: block;
    }
    footer .list-unstyled {
        text-align: left;
        flex-direction: column;
    }
}

.panel-title {
    color: #000;
}

fieldset>strong {
    font-size: 16px;
    color: #000;
    margin-bottom: 5px;
}

.form-group {
    margin-top: 10px;
}

.form-group label {
    color: #000;
    font-size: 12px;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

.register-h1,
.order-page-h1 {
    color: #000;
}

.privacy-policy {
    display: none;
}

.order-page-h1 {
    margin-top: 0px;
}

@media (max-width: 1024px) {
    .related-prod-list {
        min-height: 260px;
    }
}

@media (max-width: 416px) {
    .product-thumb .price-new {
        color: red;
        font-size: 12px;
        letter-spacing: .55px;
    }
    .buttonss {
        width: 100%;
        z-index: 4;
        background-color: #fff;
        position: fixed;
        bottom: 0;
        right: 0;
        margin: 0;
        text-align: center;
    }
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>thead>tr>th {
        white-space: normal;
        width: 20%;
    }
    /* .mobile-header .logo img {
        max-width: 156px;
        padding: 8px 0;
        margin-top: 6px;
    } */
    .related>h3,
    .nav-tabs>li>a {
        font-size: 16px!important;
    }
    .mobile-logo img {
        width: 88px;
    }
    .banner-block2 img {
        width: 100%;
    }
    .banner-text-m {
        padding: 0 34px;
    }
    .search-cart-m {
        margin-left: 0px;
    }
    .buttonss>div {
        float: none !important;
    }
    .buttonss .btn-confirm {
        width: 90%;
        background-color: #000;
        color: #fff;
        font-size: 16px;
        height: 100%;
        border-radius: 5px;
    }
    .prod-info-title {
        font-size: 28px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .breadcrumb>li:last-child {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .breadcrumb {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: flex;
        align-items: center;
    }
    .breadcrumb>li:last-child:after {
        display: none;
    }
    .step6 .panel-body {
        padding: 0px;
    }
}

@media (max-width: 768px) {
    .mb-currency,
    .mb-currency .btn-group,
    .mb-currency-ul {
        text-align: center;
        width: 100%;
        color: #000;
        background-color: #f7f7f9;
        border: 0;
    }
    div.featured .product-thumb {
        background-color: #fff;
        padding-bottom: 10px;
        min-height: 280px;
    }
    .owl-theme .owl-controls .owl-nav [class*=owl-] {
        top: 36%;
    }
    .mb-currency .mb-currency-ul {
        margin-left: 0;
    }
    .mb-currency .btn-group .mb-currency-ul>li {
        background-color: #f4f5f6;
    }
    .mb-currency button,
    .mb-currency strong {
        color: #000;
    }
    .mb-currency button:active,
    .pull-left .btn-group .btn-link:hover {
        color: #000;
        background-color: #fff;
        display: flex;
        justify-content: space-between;
        width: 100%;
        padding: 10px 12px 10px 28px;
    }
    .btn-group .btn-link {
        font-size: 13px;
        display: flex;
        justify-content: space-between;
        width: 100%;
        padding: 10px 12px;
        letter-spacing: 1px;
    }
    .mb-currency-ul .btn-link {
        font-size: 13px;
        display: flex;
        width: 100%;
        background-color: #fff;
        padding: 10px 30px;
    }
    .level {
        position: relative;
    }
    .level img {
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
    }
    .level .level2 a,
    .level .level3 a {
        padding: 20px 44px 20px 50px;
        color: #000;
        font-size: 16px;
        text-transform: uppercase;
        font-size: 12px;
        letter-spacing: 1px;
        background-color: #fff;
    }
}

.cart-breadcrumb {
    height: 38px;
    display: flex;
    align-items: center;
}

.cart-breadcrumb>li:after {
    top: 1px;
}

.cart-breadcrumb>li:last-child:after,
.breadcrumb>li:last-child:after {
    display: none;
}

.buttonss>div {
    float: right;
}

.step5 img {
    max-width: 100%;
}

.shipping_form div.radio label {
    text-transform: uppercase;
    font-size: 12px;
}


/* crocs start */

.header-banner .banner-block1 .container {
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

.header-banner img {
    width: 100%;
}

.featured .row {
    margin: 0 auto;
    padding: 0 15px;
}

.featured>.page-title {
    padding: 44px 0px 50px 0;
}

.featured .page-title h2 {
    margin: 0;
    padding: 0 10px;
    text-align: center;
    margin: 0;
    padding: 0 10px;
    font-size: 30px;
    color: #000;
    font-weight: 100;
    text-transform: uppercase;
}

.page-title p {
    font-size: 16px;
    text-align: center;
    margin-top: 18px;
}

.save-off {
    color: red;
    font-size: 12px;
}

div.featured,
.New-Arrivals {
    max-width: 1600px;
    margin: auto;
    clear: both;
}

.prod-info .save-off {
    font-size: 12px;
    font-weight: normal;
}

.save-off span {
    color: red;
}


/* header start */

.pc-header {
    display: flex;
    align-items: center;
}

.pc-header .header {
    width: 100%;
    color: #000;
    font-size: 12px;
    text-align: center;
    background: #fff;
}

.pc-header .header .headertop {
    text-align: center;
    padding: 8px 4%;
    font-size: 16px;
    background-color: #000;
    font-family: 'DIN Next CYR', Arial, Helvetica, sans-serif;
}

.headertop-right {
    display: flex;
    margin-bottom: 0;
}

.top-right {
    display: flex;
    margin: 0;
}

.top-contact a {
    color: rgba(255, 255, 255, 0.8) !important;
    font-weight: 500;
    line-height: 28px;
    font-size: 16px;
}

.top-contact a:hover {
    color: #fff !important;
}

.top-right a {
    color: #fff;
}

.pc-header .header .welcome-msg {
    margin: 0;
    font-size: 16px;
    color: #fff;
    padding: 0;
    line-height: 22px;
}

.headertop-right .dropdown-toggle {
    line-height: 26px;
}

.headertop-right a {
    color: #000;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    width: max-content;
    font-family: 'DIN Next CYR', Arial, Helvetica, sans-serif;
    line-height: 16px;
    font-weight: 600;
}

.headertop-right li {
    padding: 0 12px;
}

.headertop-right li a::after {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #c8bbaa;
    margin-top: 5px;
}

.headertop-right li a {
    position: relative;
    display: inline-block;
    border-bottom: 2px solid transparent;
}

.headertop-right li .dropdown-toggle {
    position: relative;
    display: inline-block;
    border-bottom: 3px solid transparent;
    border-bottom: 1px solid #c8bbaa;
}

.headertop-right li a:hover {
    border-bottom: 2px solid #c8bbaa;
}

.headertop-right li .dropdown-toggle:hover {
    border-bottom: 3px solid #c8bbaa;
}

.headertop-right .mb-currency-ul li {
    padding: 0 12px 0 2px;
}

.header .links {
    float: right;
    text-transform: uppercase;
    margin: 0;
}

.header .rightTop .wraps {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    padding: 0 20px;
}

.pc-header .links {
    margin: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.pc-header .links li {
    line-height: 40px;
}

.pc-header .links a {
    color: #000;
    font-weight: bold;
    padding: 0 20px;
    border: 0;
}

.pc-header .links .dropdown-menu {
    background-color: #f5f5f5;
    color: #000;
}

.pc-header .links .dropdown-menu>li>button {
    color: #000;
}

.pc-header .dropdown-menu {
    left: 0px;
    top: 25px;
    min-width: 46px;
    border: 1px solid rgba(0, 0, 0, 0.6);
    border-radius: 0px;
}


/* .category */

.classification .pack-container-center .owl-stage-outer {
    margin-bottom: 40px;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

.classify-child {
    flex-grow: 1;
    flex-basis: 0;
    text-align: center;
    border-radius: 0px;
}

.image-text span {
    color: #757575;
    letter-spacing: 1.5px;
}

.top-right .mb-currency {
    padding: 0 20px;
}

.header .rightBottom-parent .header-middle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px;
    background-color: #fff;
    align-items: flex-end;
}

.header .rightBottom-parent .rightBottomLink {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

.header .rightBottom-parent .rightBottomLink li {
    padding: 0px 10px;
}

.header .rightBottom-parent .rightBottomLink li a {
    color: #777;
}

.header .rightBottom-parent .rightBottomLink li a i {
    color: #000;
    margin-right: 5px;
}

.header .rightBottom-parent .rightBottomLink li a:hover {
    color: #ccc;
}

.header .rightBottom-parent .rightBottomLink li:last-child {
    padding: 0;
}

.logo-right {
    width: 30%;
}

.top-one {
    display: flex;
    justify-content: flex-end;
    width: 30%;
}

.open-search {
    position: relative;
    line-height: 30px;
}

.toggle-search {
    border-top: .1rem solid #d7d7d7;
    height: 70px;
}

#nav ul.level1 {
    margin: 0;
}

#nav ul.level1>li {
    display: inline-block;
    line-height: 46px;
    padding: 5px 0;
    position: relative;
}

#nav ul.level1>li:hover a {
    color: rgba(17, 17, 17, 0.85);
}

#nav li {
    text-align: left;
}

#nav ul.level1>li:hover>a {}

#nav a {
    color: #000;
    font-family: 'DIN Next CYR', Arial, Helvetica, sans-serif;
    display: inline-block;
    line-height: 22px;
    text-decoration: none;
    padding: 5px 15px 13px;
    padding: 5px 15px 13px;
    letter-spacing: .031em;
    font-size: 16px;
}

#nav ul.level2 {
    border-radius: 0;
    position: absolute;
    right: 0;
    left: 0;
    width: max-content;
    display: none;
    z-index: 30;
    min-width: 160px;
    cursor: pointer;
    padding: 16px 2%;
    left: 0;
    top: 46px;
    background: #fff;
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}

#nav ul.level2 li {
    position: relative;
}

#nav ul.level3 {
    border-radius: 0;
    background: #fff;
    position: absolute;
    display: none;
    z-index: 30;
    min-width: 160px;
    cursor: pointer;
    left: 100%;
    top: 0;
    border: 1px solid #D9D9D9;
}

#nav ul.level2 li>a,
#nav ul.level3 li>a {
    line-height: 35px;
    padding: 0px 10px 0;
    color: #000;
    transition: all 0.3s;
    width: max-content;
    font-size: 14px;
    text-transform: capitalize;
    display: block;
}

#nav ul.level2 li>a:hover,
#nav ul.level3 li>a:hover {
    text-decoration: underline;
}

.header-fixed {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 20;
    background: #fff;
}

.mobile-header>.row {
    width: 100%;
    background-color: #f5f5f5;
    display: flex;
    align-items: center;
    margin-left: 0;
}

.mobile-header .mobile-welcome {
    width: 100%;
}

.mobile-header .mobile-welcome .welcome-msg {
    text-align: center;
    padding: 6px 10px;
    font-size: 12px;
    font-weight: bold;
    background: #000;
    color: #fff;
}

.mobile-header>.row a.logo img {
    vertical-align: middle;
    max-width: 70px;
}

.mobile-header .header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    background-color: #fff;
}

.header-space {
    width: 20%;
}

.mobile-header .header a .menu {
    margin-left: 9px;
    color: #000;
    font-size: 16px;
}

.mobile-header .header .iconfont {
    color: #000;
    font-size: 18px !important;
}

.mobile-header .header a {
    color: #000;
    display: block;
    text-align: left;
}

.mobile-header .header .mobile-cart {
    display: flex;
    padding: 10px 0;
}

.mobile-header #show-cart {
    padding: 0;
    border: 0;
}

.mobile-header .header .row {
    width: 100%;
    display: flex;
    align-items: center;
}

.mobile-header .header .row>div:nth-child(2) {
    margin-left: 10px;
}

.mobile-header .fa-user {
    font-size: 18px;
}

.mobile-header .header .row>div:nth-child(3) {
    padding-left: 0;
    margin-right: 10px;
}

.mobile-header #cart #cart-total {
    top: 0;
}

.mobile-header #show-cart>a {
    position: relative;
    float: right;
}

.mobile-header #show-cart>a span {
    top: 10px;
    right: -13px;
}

.mobile-header .fa-shopping-cart {
    font-size: 24px;
}

.mobile-header .pc-search input {
    width: 100%;
    padding: 0 32px 0 10px;
}

.mobile-search .search-text {
    width: 100%;
    border: 1px solid #e8e3dd !important;
    max-width: 100%;
    height: 38px;
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    z-index: 1;
    outline-offset: 0;
    padding: 0 17px;
    color: #000;
    font-family: 'DIN Next CYR', Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
}

.mobile-header .fa-caret-down {
    color: #999;
}

.mobile-header #logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-header #logo {
    height: 70px;
    margin-top: 1px;
}

.prod-info-title {
    margin: 0;
    color: #000;
    font-size: 24px;
    letter-spacing: .75px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 20px;
}

.stock {
    margin: 10px 0;
    font-weight: normal;
}

.related h4>a {
    color: #000;
}

.nav-tabs>li>a {
    font-size: 16px;
    padding: 10px;
    text-transform: uppercase;
    font-weight: bold;
    color: #000;
    display: inline-block;
    border: 1px solid transparent;
}

.nav-tabs>li>a:hover {
    border-color: transparent;
}

.nav-tabs>li {
    border: 0;
    text-transform: uppercase;
    width: 100%;
    border-top: 1px solid #ddd;
}

.txt-lg-regular {
    font-size: 18px;
    padding: 2px 10px;
}

.nav-tabs {
    border: none;
    padding-top: 30px;
}

.buttons .pull-right {
    margin-right: 10px;
    margin-bottom: 10px;
}


/* body[name*='product-product-'] .container{background-color: #fff;} */

.register>label>input,
.guest>label>input,
.shipping_form div.radio label input,
.shipping_method_label>input,
.payment_method_label>input {
    margin-top: 3px;
}

.cate-h2 {
    margin: 0 auto;
    font-size: 26px;
    color: #000;
    line-height: 35px;
    border: none;
    max-width: 100%;
    padding: 30px 4%;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'DIN Next CYR', Arial, Helvetica, sans-serif;
}

.cate-page .first-row {
    width: 100%;
}

.breadcrumb {
    margin: auto;
    margin-top: 15px;
    padding: 8px 2px;
    max-width: 100%;
    margin-bottom: 15px;
    background-color: #fff;
    border: 1px solid #f1ecec;
    max-width: 1550px;
    text-transform: capitalize;
}

.cate-page #content {
    max-width: 1600px;
    margin: auto;
}

.cate-page .cate-h2 {
    padding: 20px 1%;
    text-align: center;
}


/* .product-search .breadcrumb{max-width: 1600px;margin: auto;} */

.cate-page .products-grid {
    margin: 10px 0;
    text-align: center;
}

.text-empty {
    margin-left: 30px;
}


/* product end */

.caption h4 {
    overflow: hidden;
    text-overflow: ellipsis;
}

.caption h4>a {
    font-size: 16px;
    color: #000;
    line-height: 20px;
    font-family: 'DIN Next CYR', Arial, Helvetica, sans-serif;
    letter-spacing: .55px;
}

.caption h4>a:hover {
    color: #000;
}

@media (max-width: 550px) {
    div.featured .product-thumb {
        background-color: #fff;
        padding-bottom: 10px;
        min-height: 200px;
    }
    .classify-block {
        width: 100%;
        float: none;
        display: flex;
        margin-top: 10px;
    }
    .mbanner-img p {
        color: #2e3d48;
        font-size: 16px;
    }
    #lookbook-widget.home-page-image-caption .img-caption p {
        font-size: 20px;
        line-height: 50px;
        padding-top: 10px;
    }
    .New-Arrivals .product-thumb {
        background-color: #fff;
        min-height: 300px;
    }
}

@media (max-width: 441px) {
    div.featured .product-thumb {
        background-color: #fff;
        padding-bottom: 10px;
        min-height: 200px;
    }
}

@media (min-width: 992px) {
    .cate-page #content>.container {
        padding: 0 40px;
    }
    #show-cart:after {
        content: "";
        display: block;
        width: 1px;
        height: 26px;
        background-color: #e8e3dd;
        position: absolute;
        top: -3px;
        left: 3px;
        z-index: 0;
    }
    .mb-currency span {
        font-family: 'DIN Next CYR', Arial, Helvetica, sans-serif;
        line-height: 14px;
        color: #000;
    }
    .products-grid:nth-child(4n+1) {
        clear: both;
    }
    .caption h4>a {
        font-size: 16px;
        color: #000;
        line-height: 20px;
    }
}

@media (max-width: 991px) {
    .footer-list:nth-child(3) {
        clear: both;
    }
}

@media (min-width: 1630px) {
    .theme-width {
        max-width: 1600px;
        margin: 0 auto;
    }
}

@media (max-width: 555px) {
    .search-content .first-row {
        padding-left: 10px;
    }
}

@media (max-width: 767px) {
    .page-title {
        text-align: center;
    }
    h2.special {
        font-size: 18px;
    }
    .banner-block2 img {
        width: 100%;
    }
    .panel-body .col-sm-6 {
        padding-right: 0;
        padding-left: 0;
    }
    .container .row {
        padding: 0;
    }
    #nav ul.level1>li {
        display: revert;
    }
    .header-bottom {
        background-color: #fff;
    }
    .owl-theme .owl-nav .owl-next {
        right: 10px;
    }
    .owl-theme .owl-nav .owl-prev {
        left: 10px;
    }
    .page-title h2 {
        font-size: 20px;
        padding: 20px 0;
    }
    .thumbnails {
        padding: 0;
    }
    .products-grid:nth-child(2n+1) {
        clear: both;
    }
    .nav-tabs {
        padding: 0 10px;
    }
}

@media (min-width: 1024px) and (max-width: 1366px) {
    /* .pc-header .dropdown-menu {
        left: -64px;
    } */
    .featured .row {
        max-width: 1000px;
        margin: auto;
    }
    div.featured .product-thumb {
        background-color: #fff;
        padding-bottom: 10px;
        min-height: 300px;
    }
}

@media (max-width: 416px) {
    .product-row {
        width: 100%;
        margin-left: 0px;
        margin-bottom: 10px;
    }
    .owl-theme .owl-controls .owl-nav [class*=owl-] {
        top: 31%;
    }
    .search-content .first-row {
        margin-left: -4px;
    }
    .caption h4>a {
        font-size: 12px;
    }
    .mobile-header .header .mobile-cart {
        padding-right: 10px;
    }
    .left-category {
        width: 300px !important;
    }
}

@media (max-width: 768px) {
    .pagination {
        margin-left: 7px;
    }
    .cate-h2 {
        margin-left: 10px;
    }
    .prod-info-title {
        padding-top: 10px;
        margin-top: 30px;
        font-size: 18px;
    }
    .list-unstyled {
        font-size: 13px;
    }
    .featured .page-title h2 {
        font-size: 22PX;
    }
    .banner-block1>.container {
        width: 100%;
    }
    .gallery .page-title {
        font-size: 24px;
    }
    .gallery {
        max-width: 100%;
    }
}

@media (min-width: 767px) and (max-width: 768px) {
    .search-content .text-right {
        margin-top: 50px;
    }
    .cate-page #content .container {
        margin-left: 0px;
    }
    .cate-page #content .product-row {
        margin-left: 0;
        width: 100%;
    }
}

@media (max-width: 768px) and (min-width: 767px) {
    .products-grid:nth-child(3n+1) {
        clear: both;
    }
}

@media (max-width: 992px) {
    .gallery .lists .item {
        width: 50%;
        margin: 0;
    }
    .nav-tabs>li>a {
        padding: 10px 0px;
    }
    .category-product .btn-group,
    .category-product .mb-currency {
        width: 100%;
    }
    .cms1 .mb-currency .currency-select {
        padding-left: 32px;
    }
    .order-check a {
        color: red!important;
    }
    footer .list-unstyled {
        display: none;
    }
    footer h4 {
        font-size: 16px;
        line-height: 40px;
        margin-bottom: 0;
        text-align: left;
        color: #000;
        border-bottom: 1px solid #fff;
    }
    .footer-list i {
        color: #000;
        float: right;
    }
    .btn-group .btn-link {
        font-size: 13px;
        display: flex;
        justify-content: space-between;
        width: 100%;
        padding: 10px 12px 10px 28px;
    }
    .pc-footer .footer-list:last-child {
        border-right: none;
    }
    .homepage-assets-wrapper {
        padding: 0 16px;
    }
    #lookbook_section_4 .collection-img-mob {
        text-align: center;
        margin-bottom: 30px;
    }
    #lookbook_section_4 img {
        width: 100%;
    }
    .home-sports-inner .row>div {
        padding: 0;
    }
}

.main-container {
    width: 100%;
    margin: 0;
}

.pc-header .btn-link:hover strong,
.pc-header .btn-link:hover i.fa-caret-down {
    color: #fff;
}

.gallery {
    max-width: 1400px;
    margin: 0 auto;
    text-align: center;
    margin-top: -25px;
    clear: both;
}

.gallery .page-title h2 {
    text-align: center;
    color: #000;
    font-family: AvenirNextLTW01-Regular, 'Avenir Next', Verdana, Arial, sans-serif;
    font-weight: bold;
    font-size: 22px;
}

.gallery .lists {
    display: flex;
    justify-content: space-around;
}

.gallery .lists img {
    width: 100%;
    padding: 10px 5px;
}

.gallery .lists a {
    cursor: context-menu;
}

.mobile-header .m-search .form-search {
    position: relative;
    border-bottom: 1px solid #c8cdcd;
}

.mobile-header .m-search input {
    width: 80%;
    height: 36px;
    line-height: 36px;
    border: 0;
    padding: 0 40px 0 8px;
    font-size: 16px;
    outline: none;
}

.mobile-header .m-search button {
    position: absolute;
    right: 0;
    display: inline-block;
    top: -1px;
}

.price-h2 {
    color: red;
}

.mobile-header .category-tree {
    display: flex;
    align-items: center;
    font-weight: bold;
}

.selete-size-error {
    border-color: red;
    border-style: dotted;
}

.size-required-error {
    color: red;
    font-size: 16px;
    padding-left: 10px;
}

.noscroll {
    overflow: hidden;
}

.pc-header #show-cart {
    display: flex;
    align-items: center;
}

.mobile-header a.logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-header a.logo svg {
    width: 150px;
}

@media (max-width: 416px) {
    .order-table td {
        word-break: break-word;
    }
}

@media (max-width: 767px) {
    .caption h4>a {
        font-size: 12px;
    }
    .classify-image {
        width: 100%!important;
    }
    .text-right h2 {
        color: #fff;
        font-weight: 700;
        font-size: 34px;
        padding-top: 20px;
    }
    .text-button {
        text-align: center;
        margin-top: 24px;
    }
    .text-right p {
        font-size: 16px;
        color: #fff;
        text-align: center;
        margin-top: 16px;
    }
}

body.checkout-cart .alert-danger,
body.checkout-cart .alert-info,
body.checkout-cart .alert-success {
    max-width: 1550px;
    margin: 0 auto;
    padding: 8px 16px 8px 16px;
}

body.checkout-cart .container.not-found {
    max-width: 1550px;
    margin: 0 auto !important;
}

body.checkout-cart .alert-info,
body.checkout-cart .alert-success {
    margin-bottom: 10px;
}

body.checkout-cart .alert-danger,
body.checkout-cart .alert-info,
body.checkout-cart .alert-success {
    max-width: 1550px;
    margin: 0 auto;
    padding: 8px 18px 8px 16px;
    margin-bottom: 12px;
}

body.checkout-cart .container.not-found {
    max-width: 1550px;
    margin: 0 auto !important;
}

body.checkout-cart .alert-info,
body.checkout-cart .alert-success {
    margin-bottom: 10px;
}

body.checkout-result .main-container {
    max-width: 1550px;
    margin: auto;
}

body.checkout-cart .close {
    line-height: 16px;
}

.cate-page .breadcrumb {
    max-width: 1600px;
}

@media (max-width:1600px) {
    body.checkout-cart .alert-danger,
    body.checkout-cart .alert-info,
    body.checkout-cart .alert-success {
        max-width: 1550px;
        margin: 0 auto;
        padding: 8px 18px 8px 16px;
        margin-bottom: 12px;
        padding-right: 15px;
        padding-left: 15px;
        margin-left: 10px;
        margin-right: 10px;
    }
    .breadcrumb {
        margin: 0 10px;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .cate-page .breadcrumb {
        margin: 0 0px;
        margin-top: 15px;
        margin-bottom: 15px;
    }
}

@media (max-width:560px) {
    body.checkout-cart .alert-danger,
    body.checkout-cart .alert-info,
    body.checkout-cart .alert-success {
        position: relative;
    }
    body.checkout-cart .alert-danger .close {
        float: none;
        position: absolute;
        right: 6px;
        top: 30%;
    }
}

@media (max-width:767px) {
    body.checkout-cart .alert-danger,
    body.checkout-cart .alert-info,
    body.checkout-cart .alert-success {
        margin-left: 15px;
        margin-right: 15px;
    }
    .breadcrumb {
        margin: 0 15px;
        margin-top: 15px;
        margin-bottom: 15px;
    }
}

@media (max-width:416px) {
    body.checkout-cart .alert-danger,
    body.checkout-cart .alert-info,
    body.checkout-cart .alert-success {
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media (max-width:346px) {
    body.checkout-cart .alert-danger,
    body.checkout-cart .alert-info,
    body.checkout-cart .alert-success {
        position: relative;
    }
    body.checkout-cart .alert-success .close,
    body.checkout-cart .alert-info .close {
        float: none;
        position: absolute;
        right: 6px;
        top: 30%;
    }
}

.checkout-search_result .main-container {
    max-width: 1600px;
    margin: auto;
}

.category-title .text-right,
.product-search .text-right {
    line-height: 2;
}

body.information-contact .form-horizontal .control-label {
    padding-top: 0;
}

#waterfall-loading,
#test-container {
    clear: both;
}

#tab-description h3 {
    font-size: 16px;
}

.related {
    clear: both;
}

.checkout-cart .row #content .row,
.checkout-cart .row #content .row #content {
    padding: 0;
}

.checkout-cart .row #content .row #content .parent-left {
    width: 58%;
}

@media (max-width: 500px) {
    .breadcrumb {
        margin: 0 0px;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    body.checkout-cart .alert-danger,
    body.checkout-cart .alert-info,
    body.checkout-cart .alert-success {
        margin-left: 0px;
        margin-right: 0px;
    }
}

@media (min-width: 767px) {
    body.checkout-cart #form_data>.container>.row {
        display: flex;
    }
}

@media (max-width: 767px) {
    body.checkout-cart .container .row {
        padding: 0 15px;
    }
}

@media (max-width: 500px) {
    body.checkout-cart .container .row {
        padding: 0 0px;
    }
}

body.checkout-cart {
    margin-bottom: 0!important;
}

.checkout-cart #collapse-checkout-confirm .buttons {
    z-index: 10;
}

body.checkout-cart #collapse-payment-address .row>.col-sm-12 {
    padding-right: 0px;
    padding-left: 0px;
}

body.checkout-cart #collapse-payment-address .row>.col-sm-6:first-child {
    padding-right: 0px;
    padding-left: 0px;
}

.checkout-cart #collapse-shipping-method .radio input {
    margin-top: 5px;
}

@media (max-width: 1600px) {
    body.checkout-cart #content {
        padding: 0;
    }
}

.classify-child {
    flex-grow: 1;
    flex-basis: 0;
    text-align: center;
}

.pack-container-center .classify-content {
    box-shadow: 3px 1px 10px #ccc;
}

.pack-container-center .classify-content .image-text {
    text-align: left;
}

.pack-container-center .classify-content h3 {
    font-family: 'DIN Next CYR', Arial, Helvetica, sans-serif;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 0;
}

.pack-container-center .classify-content .classify-image {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}

.pack-container-center .classify-content .classify-image:hover .classify-button a {
    display: block;
}

.pack-container-center .classify-content .classify-image .classify-button {
    z-index: 9;
    width: 250px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
}

.pack-container-center .classify-image .classify-button a {
    display: none;
    margin: 5px 0;
    font-family: 'DIN Next CYR', Arial, Helvetica, sans-serif;
}

.pack-container-center .classify-image .classify-button a:hover {
    background-color: rgb(33, 42, 47);
    color: #fff;
}

.pack-container-center .classify-button>a {
    width: 100%;
}

.pack-container-center .classify-content .classify-image a {
    text-transform: uppercase;
    background-color: #fff;
    padding: 15px 18px;
    border-radius: 3px;
    z-index: 9;
}

.pack-container-center .classify-cover {
    background: #000;
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    height: 100%;
    opacity: 0;
    z-index: 0;
    transition: opacity 250ms ease-out 0s;
    transition: scale 250ms ease-out 0s;
}

.pack-container-center .classify-content .classify-image:hover .classify-cover {
    opacity: 0.5;
    z-index: 1;
}

.classify-image img {
    width: 100%;
    box-shadow: 5px 5px 10px #ccc;
}

.classify-content .classify-image:hover img {
    transform: scale(1.05);
    transition: transform 250ms ease-out 0s;
}

.image-text {
    margin: 30px 25px;
}

@media(min-width:768px) and (max-width:850px) {
    .image-text {
        margin: 30px 5px;
    }
    .image-content .icon_text {
        margin-right: 5px!important;
    }
}

.image-content .image-text {
    display: flex;
    align-content: center;
}

.image-content img {
    width: 30px;
}

.image-content p {
    line-height: 60px;
    font-size: 16px;
    white-space: nowrap;
}

.image-content .icon_text {
    width: 30px;
    height: 30px;
    line-height: 5;
    margin-right: 15px;
}

.image-content .icon_text img {
    width: 100%;
}

.pack-container-center .classify-content .image-content {
    display: flex;
    justify-content: left;
}

.text-banner2,
.text-banner3 {
    margin-top: 40px;
}

.text-center {
    text-align: center;
}

.text-banner3 h2 {
    color: #494845;
    font-size: 30px;
    font-weight: bold;
    font-style: italic;
}

.banner-p {
    margin-bottom: 20px;
    padding: 0 2%;
}

.text-banner3 .banner-a {
    display: flex;
    margin: auto;
    width: 90%;
}

.text-banner3 .banner-image {
    flex: 1;
    margin: 8px;
    padding: 10px 0;
}

.text-banner3 .banner-image .text-banner3-box p {
    font-size: 15px;
}

.buttona:hover {
    background-color: #494845;
}

.text-banner2 .text-center h2 {
    color: #136fa9;
    font-style: italic;
}

.banner-p {
    margin-bottom: 20px;
    padding: 0 2%;
}

.text-banner2 .cm-cta {
    display: flex;
    justify-content: center;
}

.text-banner3 .banner-a .buttona {
    color: #000;
    background-color: #fff;
    border: 1px solid #000 !important;
    border-radius: 5px;
    transition: background-color 1s;
    border: none;
    min-width: 120px;
    display: inline-block;
    padding: 10px 15px;
    margin: 0 6px;
    text-transform: uppercase;
    margin-top: 10px;
    text-shadow: none;
    font-size: 16px;
}

.text-banner3 .banner-a .buttona:hover {
    background-color: #000;
    color: #fff;
}

.header-banner2 {
    margin-top: 30px;
}

.header-banner2 img {
    width: 100%;
}

@media (max-width: 767px) {
    .header-banner2 {
        width: 88%;
        margin: auto;
        margin-top: 30px;
    }
    .banner-block2 a {
        padding: 0;
    }
    .banner-block2 img {
        width: 100%;
        border-radius: 0;
    }
    .text-banner3 {
        margin-top: 40px;
    }
    .text-banner3 .banner-a {
        display: inline-block;
        margin: auto;
        width: 100%;
        padding: 0 10px;
    }
    #lookbook_section_4 {
        padding: 10px 8px 20px;
    }
    .collection-section .container {
        padding: 0;
    }
    .row.collection-box1 {
        margin: 0;
    }
    .collection-info {
        margin-left: 0px;
        margin-top: 20px;
    }
    .banner-block2 img,
    .banner-block1 img {
        width: 100%;
        border-radius: 0;
    }
}

@media (max-width: 991px) {
    .text-banner2 .text-center h2 {
        color: #136fa9;
        font-size: 24px;
    }
    .text-banner3 .banner-a .buttona {
        margin-bottom: 10px;
    }
    .text-banner3 h2 {
        color: #494845;
        font-size: 24px;
        font-weight: bold;
    }
    .collection-info-text {
        padding: 2% 6% 0;
        flex: 1;
        background: #fff;
    }
    .collection-info-text h2 {
        font-size: 24px;
    }
    .collection-info-text p {
        font-size: 16px;
    }
    .text-button {
        text-align: center;
        margin-top: 10px;
    }
    .text-button a {
        margin-top: 10px!important;
    }
}

.banner-a img {
    width: 100%;
}

#lookbook_section_4 {
    background-color: #f2f2f2;
    font-size: 16px;
    line-height: 20px;
}

.section-break {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
}

@media (min-width: 1200px) {
    .indexBody .container {
        padding: 0;
    }
    .section-break .container {
        width: 1190px;
        margin-right: auto;
        margin-left: auto;
        padding-left: 10px;
        padding-right: 10px;
    }
}

.collection-box {
    display: flex;
}

.collection-box1 {
    flex: 1;
}

@media (min-width: 992px) {
    #lookbook_section_4 img {
        width: 100%;
    }
    #lookbook_section_4 img {
        width: 100%;
    }
}

.collection-info {
    height: 100%;
    flex-direction: column;
    display: flex;
    margin-left: 18px;
}

.collection-info-text {
    padding: 10% 10% 0;
    flex: 1;
    background: #fff;
}

.collection-info-text h2 {
    color: #136fa9;
    font-family: 'DIN Next CYR', Arial, Helvetica, sans-serif;
    font-size: 27px;
    font-style: italic;
}

.collection-info-text p {
    font-size: 18px;
    margin-top: 16px;
    line-height: 1.6;
    font-weight: 600;
}

.collection-img-categery {
    margin-top: 16px;
    display: flex;
    flex: 1;
}

.ch-img {
    background-color: #fff;
    width: 49%;
}

.xian {
    width: 2%;
    background: transparent;
    height: 10px;
}

.ch-img {
    background-color: #fff;
    width: 49%;
}

.ch-img img {
    margin: 13% 0;
    padding: 6px;
}

.img-btn {
    display: flex;
    background: #e1e1e1;
    line-height: 32px;
    justify-content: space-between;
}

.ch-img .btn-primary {
    background: #e1e1e1;
    color: #332d2d!important;
    font-weight: 600;
    letter-spacing: 0;
    border: none;
    font-size: 16px;
    text-shadow: none;
}

.header-banner {
    width: 100%;
    text-align: center;
    position: relative;
}

.header-banner .banner-one {
    max-width: 1600px;
    margin: 0px auto 30px auto;
}

.header-banner .banner-one .img-left {
    position: relative;
}

.header-banner .banner-one .img-left .banner-desc {
    position: absolute;
    left: 10%;
    background: #fff;
    padding: 20px;
    top: 10%;
    text-align: left;
}

.header-banner .banner-one .img-left .banner-desc h3 {
    font-size: 24px;
    font-weight: bold;
}

.header-banner .banner-one .img-left .banner-desc p {
    font-size: 16px;
    letter-spacing: 1.1px;
}

.header-banner .banner-one .img-left .banner-desc a {
    width: 200px;
    height: 50px;
    display: block;
    line-height: 50px;
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
    text-align: center;
    margin-top: 12px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.header-banner .banner-one .img-left .banner-desc a:hover {
    background-color: #000;
    color: #fff;
}

.header-banner .banner-one .img-left .banner-desc-right {
    position: absolute;
    right: 10%;
    background: #fff;
    padding: 20px;
    top: 10%;
    text-align: left;
}

.header-banner .banner-one .banner-desc-right h3 {
    font-size: 24px;
    font-weight: bold;
}

.header-banner .banner-one .banner-desc-right p {
    font-size: 16px;
    letter-spacing: 1.1px;
}

.header-banner .banner-one .banner-desc-right a {
    width: 200px;
    height: 50px;
    display: block;
    line-height: 50px;
    background-color: #fff;
    border: 1px solid #000;
    color: #000;
    text-align: center;
    margin-top: 12px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.header-banner .banner-one .banner-desc-right a:hover {
    background-color: #000;
    color: #fff;
}

.header-banner .text-banner3 {
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.header-banner img {
    max-width: 100%;
    width: 100%;
}

.text-button {
    text-align: center;
    margin-top: 30px;
}

@media (max-width: 767px) {
    .header-banner .banner-one .img-left .banner-desc {
        position: relative;
        left: 0px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .header-banner .banner-one .img-left .banner-desc-right {
        position: relative;
        left: 0px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }
    .header-banner2 {
        width: 88%;
        margin: auto;
        margin-top: 30px;
    }
    .banner-block2 a {
        padding: 0;
    }
    .banner-block2 img {
        width: 100%;
        border-radius: 0;
    }
    .text-banner3 {
        margin-top: 40px;
    }
    .text-banner3 .banner-a {
        display: inline-block;
        margin: auto;
        width: 100%;
        padding: 0 10px;
    }
    #lookbook_section_4 {
        padding: 10px 8px 20px;
    }
    .collection-section .container {
        padding: 0;
    }
    .row.collection-box1 {
        margin: 0;
    }
    .collection-info {
        margin-left: 0px;
        margin-top: 20px;
    }
}

@media (max-width: 991px) {
    .text-banner2 .text-center h2 {
        color: #136fa9;
        font-size: 24px;
    }
    .text-banner3 .banner-a .buttona {
        margin-bottom: 10px;
    }
    .text-banner3 h2 {
        color: #494845;
        font-size: 24px;
        font-weight: bold;
    }
    .collection-info-text {
        padding: 2% 6% 28px;
        flex: 1;
        background: #fff;
    }
    .collection-info-text h2 {
        font-size: 21px;
    }
    .collection-info-text p {
        font-size: 16px;
    }
    .text-button {
        text-align: center;
        margin-top: 10px;
    }
    .text-button a {
        margin-top: 10px!important;
    }
}

.banner4-gallery {
    max-width: 1600px;
    margin: 0 auto;
}

ul.group_products_list {
    display: flex;
    flex-wrap: wrap;
}

ul.group_products_list li.group_item {
    border: 1px solid #ccc;
    padding: 2px;
    margin: 5px;
}

ul.group_products_list li.group_item:hover,
ul.group_products_list li.group_item:focus {
    border-color: #414b56;
}

ul.group_products_list li.group_item.active {
    border: 2px solid #414b56;
}

ul.group_products_list img {
    max-width: 60px;
}