@font-face {
    font-family: "UbuntuMedium";
    src: url("../fonts/UbuntuMedium/UbuntuMedium.eot");
    src: url("../fonts/UbuntuMedium/UbuntuMedium.eot?#iefix")format("embedded-opentype"),
    url("../fonts/UbuntuMedium/UbuntuMedium.woff") format("woff"),
    url("../fonts/UbuntuMedium/UbuntuMedium.ttf") format("truetype");
    font-style: normal;
    font-weight: bold;
}
@font-face {
    font-family: "UbuntuRegular";
    src: url("../fonts/UbuntuRegular/UbuntuRegular.eot");
    src: url("../fonts/UbuntuRegular/UbuntuRegular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/UbuntuRegular/UbuntuRegular.woff") format("woff"),
    url("../fonts/UbuntuRegular/UbuntuRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "UbuntuLight";
    src: url("../fonts/UbuntuLight/UbuntuLight.eot");
    src: url("../fonts/UbuntuLight/UbuntuLight.eot?#iefix")format("embedded-opentype"),
    url("../fonts/UbuntuLight/UbuntuLight.woff") format("woff"),
    url("../fonts/UbuntuLight/UbuntuLight.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "UbuntuBold";
    src: url("../fonts/UbuntuBold/UbuntuBold.eot");
    src: url("../fonts/UbuntuBold/UbuntuBold.eot?#iefix")format("embedded-opentype"),
    url("../fonts/UbuntuBold/UbuntuBold.woff") format("woff"),
    url("../fonts/UbuntuBold/UbuntuBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/*topmenu font*/
@font-face {
    font-family: "Intro-Black";
    src: url('../fonts/Intro-Black/Intro-Black.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Intro-Black/Intro-Black.woff') format('woff'),
    url('../fonts/Intro-Black/Intro-Black.ttf')  format('truetype'),
    url('../fonts/Intro-Black/Intro-Black.svg#Intro-Black') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Intro-Regular";
    src: url('../fonts/Intro-Regular/Intro-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Intro-Regular/Intro-Regular.woff') format('woff'),
    url('../fonts/Intro-Regular/Intro-Regular.ttf')  format('truetype'),
    url('../fonts/Intro-Regular/Intro-Regular.svg#Intro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*price font*/
@font-face {
    font-family: "Port-Arthur";
    src: url('../fonts/Port-Arthur/Port-Arthur.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Port-Arthur/Port-Arthur.woff') format('woff'),
    url('../fonts/Port-Arthur/Port-Arthur.ttf')  format('truetype'),
    url('../fonts/Port-Arthur/Port-Arthur.svg#Port-Arthur') format('svg');
}
@font-face {
    font-family: "PriceFont0";
    src: url('../fonts/PriceFont0/PriceFont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/PriceFont0/PriceFont.woff') format('woff'),
    url('../fonts/PriceFont0/PriceFont.ttf')  format('truetype'),
    url('../fonts/PriceFont0/PriceFont.svg#PriceFont') format('svg');
    font-weight: normal;
    font-style: normal;
}
html, body {
    font-family: UbuntuRegular;
}
p {
	font-family: UbuntuLight;
    font-size: 14px;
}
.container{
    background-color: white;
}
@media (min-width: 1500px) {
    .container {
        width: 1400px;
    }
}
@media (min-width: 979px) {
    #sidebar.affix-top {
        position: static;
        margin-top:20px;
        width:228px;
    }
    #sidebar.affix {
        position: fixed;
        top:150px;
        width:228px;
    }
}
@media (min-width: 1500px) {
    .navbarInner {
        width: 1400px;
    }
}
@media (min-width: 1770px){
    .container {
        width: 1400px;
    }
    .navbarInner {
        width: 1600px;
    }
}
#page-preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,0.9);
    z-index: 100500;
}
#page-preloader .spinner {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -25px 0 0 -25px;
}
.logo_tm{
    position: absolute;
    left: 50%;
    margin-left: -110px;
    font-size: 28px;
    text-align: center;
    color: black;
    height: 60px;
    width: 220px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    margin-top: 8px;
    font-weight: 900;
}
#backTotopButton{
    position: fixed;
    width: 44px;
    height: 46px;
    background-color: black;
    left: 0; bottom: 5%;
    display: none;
    text-align: center;
    border-radius: 2px;
    cursor: pointer;
    z-index: 60000;
}
.goodReviewAnswer_tm_logo{
    background-image: url("img/logo_tm_sm.jpg");
    height: 17px;
    width: 35px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center;
    margin-right: 10px;
}
.logo_tm_sm{
    background-image: url("img/logo_tm_sm.jpg");
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}
#mensSIZES{
    background-image: url("img/mensSIZES.jpg");
    height: 310px;
    width: 300px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}
#bonuses50{
    background-image: url("img/bonus50.jpg");
    height: 290px;
    width: 300px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}
.headphones{
    background-image: url("img/headphones35.png");
    font-size: 14px;
    padding-left: 40px;
    background-repeat: no-repeat;
    background-position: left center;
    margin-bottom: 10px;
}
.headphonesBacCall{
    background-image: url("img/headphones35.png");
    height: 70px;
    width: 240px;
    font-size: 16px;
    padding-left: 40px;
    background-repeat: no-repeat;
    background-position: left center;
    margin-left: -120px;
}
#empty_cart{
    background-image: url("img/empty_cart1.png");
    height: 210px;
    width: 250px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}
@media (min-width: 768px) {
    #goodReviewsCollapse{
        display: block;
    }
    #goodInfoCollapse{
        display: block;
    }
}
.priceStyle span.oldPrice:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    border-bottom: 2px solid #000;
}
@media (max-width: 767px) {
    .logo_tm {
        margin-top: 0;
        left: 0;
        height: 35px;
        margin-left: 0;
        font-size: 25px;
        text-align: left;
    }
}
.cellSizesTableLeft > tbody > tr > td{
    height: 22px;
    padding: 3px;
    font-size: 13px;
}
.cellSizesTableLeft2 > tbody > tr > td{
    height: 22px;
    padding: 2px;
    font-size: 13px;
}
.cellSizesTableRight > tbody > tr > td{
    height: 22px;
    padding: 3px;
    min-width: 58px;
    max-width: 85px;
    font-size: 13px;
}
.carousel-control{
    opacity: .8;
}
.cellSizesTableRight2 > tbody > tr > td{
    height: 22px;
    padding: 2px;
    min-width: 65px;
    font-size: 13px;
}
.modalBigPicNomDet{
    position: fixed;
    border: 1px solid grey;
    z-index: 80;
    top: 1%;
    left: 34%;
    width: 580px;
    height: 98%;
    display: none;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
#modal10BonusPic{
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
    width: 90%;
    max-width: 500px;
    max-height: 543px;
    min-width: 250px;
    min-height: 289px;
    height: 80%;
    display: none;
    background-image: url("img/bonusReview20.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
#modal2goods50uahBonus{
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 100;
    width: 90%;
    max-width: 500px;
    max-height: 543px;
    min-width: 250px;
    min-height: 289px;
    height: 80%;
    display: none;
    background-image: url("img/2goods50uah.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 300%;
    background: #000;
    opacity: 0.6;
    z-index: 50;
}
saletopmenu{
    float: right;
    background-image: url("img/bannerimg/SALEtopmenu.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 11px;
    height: 11px;
}
#citiesListDiv {
    display: none;
    padding: 3px;
    border: 1px solid #cecacd;
    border-radius: 5px;
    background-color: white;
    position: absolute;
    margin-top: 34px;
    width: 310px;
    height: 200px;
    overflow: auto;
    z-index: 20
}
#warehousesListDiv {
    display: none;
    padding: 3px;
    border: 1px solid #cecacd;
    border-radius: 5px;
    background-color: white;
    position: absolute;
    margin-top: 34px;
    width: 310px;
    height: 250px;
    overflow: auto;
    z-index: 20;
}
#warehousesListDiv p{
    font-size: 13px;
}
#delivery_price {
    color: red;
}
.fa{
    color: #31baaf;
}
a:hover{
    text-decoration: none;
}
.navbar {
    background-color: white;
    border-bottom: 0;
    margin-bottom: 0;
}
#topMenuCategories1{
    min-height: 34px;
    text-align: center;
    margin: 0px
}
#rightTopWishListCart{
    display: none;
    padding-top: 16px;
    font-size: 20px;
}
#filtersMenuAllCat{
    margin: 10px 7px 10px 7px;
}
#filtersName768{
    display: none;
    font-size: 17px;
}
#filtersMenuAllCat > li > a {
    padding: 5px;
    font-size: 14px;
}
#filtersMenuAllCat > li {
    padding-left: 0;
}
@media (max-width: 600px){
    #colorsChoose{
        display: none;
    }
    #filtersName768{
        display: block;
    }
    #filtersNameBig{
        display: none;
    }
}
.breadcrumb {
    background-color: #ffffff;
}
.breadcrumb > li > a{
    color: #797979;
}
#filtersAllCat{
    min-height: 75px;
}
#slide-nav{
    background-color: transparent;
    border: none;
}
@media (max-width: 768px) {
    #slide-nav {
        margin-top: 10px;
    }
}
.myBtnGrStyle{
    display: inline-flex;
    list-style: none;
}
@media (max-width: 767px){
    #slide-nav{
        margin-top: 0;
    }
    #hideNavTop {
        display: none;
    }
    #hideNavTop2 {
        display: none;
    }
    #hideLeftMenuCat768{
        display: none;
    }
    #myBtnGrStyle{
        display: none;
    }
    #topMenuCategories1{
        display: none;
    }
    #rightTopWishListCart{
        padding-top: 5px;
        display: inline-flex;
    }
    #filterRightMobile{
        display: block;
    }
    #filterCatCenterMobile{
        display: block;
    }
    #filterCatCenterPC{
        display: none;
    }
}
.chosenFilter{
    cursor: pointer; font-size: 14px; background-color: #5b5b5b; padding: 4px; color: white; float: left; margin: 4px; border-radius: 2px;
}
.breadcrumb{
    font-size: 13px;
    padding: 4px 0 4px 0;
    text-align: center;
}
.thWidthNomDet{
    vertical-align: center;
    width: 180px;
    font-size: 13px;
}
.thWidthNomDetText{
    font-size: 13px;
}
.trNomDet > tbody > tr > th, .trNomDet > tbody > tr > td{
    vertical-align: middle;
    padding: 5px;
}
.breadcrumb > li + li:before {
     padding: 0;
    color: #ccc;
    content: "/\00a0";
}
@media (min-width: 767px){
    #filtersAllCat {
        display: block;
    }
    #filterRightMobile{
        display: none;
    }
    #filterCatCenterMobile{
        display: none;
    }
    #filterCatCenterPC{
        display: block;
    }
}
.navbar-inverse {
    border-color: transparent;
}
.menuDownArrow{
    background-position: left center;
    float: right;
    background-image: url("img/downArrow.png");
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    cursor: pointer
}
.vlTopMenu{
    background-image: url("img/vlTM.png");
    height: 16px;
    margin-top: 7px;
    width: 1px;
    float: left;
    margin-right: 3px;
}
/*!*верхнее гл. меню*!*/
#topMenuCategories1 li{
    padding-top: 5px;
    padding-bottom: 5px;
    margin-right: 20px;
}
#topMenuCategories1 ul li{
    margin: 0;
}

#topMenuCategories1 li a{
    padding: 5px;
    transition: 0.3s;
    font-family: Intro-Regular;
}
#topMenuCategories1 > div > ul > li > a {
    font-size: 13px;
}
#topMenuCategories1 li a:hover {
    transition: 0.3s;
    background-color: rgba(77, 182, 172, 0.9);
    color: white;
}
#topMenuCategories1 li.noMargR{
    margin-right: 0;
}
#topMenuCategories1 li a {
    text-decoration: none;
    color: #1a1a1a;
}
@media (max-width: 766px) {
    #topMenuCategories1 li a {
        font-size: 12px;
    }
    #topMenuCategories1 li {
        margin-right: 15px;
        padding: 0;
    }
}
.visaMastercard{
    width: 100px;
    height: 34px;
    background-image: url("img/visa100x34.png");
}
.cartImg{
    padding-left: 22px;
    padding-top: 0;
    height: 20px;
    background-image: url("img/cartPNG20.png");
    background-repeat: no-repeat;
    background-position: left center;
}
.cartImgTopRightWichCart{
    margin-left: 10px;
    margin-right: 45px;
    width: 30px;
    height: 28px;
    background-image: url("img/cartPNG28.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
}
.searchImg{
    width: 20px;
    height: 20px;
    background-image: url("img/search20.png");
    background-size: cover;
}
.phoneImg{
    padding-left: 22px;
    padding-top: 0px;
    height: 20px;
    font-size: 13px;
    background-image: url("img/phone20.png");
    background-repeat: no-repeat;
    background-position: left center;
}
.phoneImgSlideLeftMenu{
    padding-left: 22px;
    padding-top: 0px;
    margin: 5px 5px 5px 5px;
    height: 14px;
    font-size: 12px;
    background-image: url("img/phone20.png");
    background-repeat: no-repeat;
    background-position: left center;
}
#slideLeftAuth{
    display: flex;
}
#slideLeftAuth > li{
     margin-right: 20px;
 }
#slideLeftAuth > li > a{
    color: white;
    font-size: 14px;
}
#page-content {
    min-height: 700px;
}
.pagination > li > a, .pagination > li > span {
     border: none;
}
.freeDeliverImg{
    width: 55px;
    height: 42px;
    margin-right: 15px;
    float: left;
    background-image: url("img/freeDeliver70.png");
    background-size: cover;
    background-repeat: no-repeat;
}
.mainPageBannerSlider{
    min-height: 200px;
    width: 100%;
    position: relative;
}
.owl-theme .owl-nav {
    position: absolute;
    top: 35%;
    width: 100%;
}
.owl-carousel .owl-nav .owl-prev {
    background-image: url("img/left-arrow1.png");
    width: 40px;
    height: 40px;
    position: absolute;
    left: 0;
}
.owl-carousel .owl-nav .owl-next {
    background-image: url("img/right-arrow1.png");
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
}
.slide-one-slider .item{
    opacity: 0.3;
}
.slide-one-slider .active .item{
    opacity: 1;
}
.mainPageBannerSliderInner{
    height: 410px;
    position: relative;
}
@media (max-width: 670px) {
    .mainPageBannerSliderInner {
        height: 300px;
    }
}
.mainPageBannerSliderLeftCol{
    float: left;
    position: relative;
    left: 1%;
    z-index: 2;
    top: 0;
    font-size: 13px;
    background-image: url("img/bannerimg/lines22.png");
    background-repeat: no-repeat;
    background-position: center;
    min-height: 410px;
}
@media (max-width: 1200px) {
    .mainPageBannerSliderLeftCol {
        left: -20px;
    }
    .mainPageBannerSliderRightCol{
        padding-left: 100px;
    }
}
.mainPageBannerSliderLeftColInner1{
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    margin-top: 140px;
    text-align: center;
    border-radius: 5px;
}
.buttonStarpShop {
    background-color: transparent;
    border: none;
    background-image: url("img/bannerimg/buttonStart90.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 148px;
    padding: 0;
    text-decoration: none;
    font-size: 15px;
    margin-right: 28px;
    color: white;
    font-weight: 600;
    height: 45px;
}
.buttonStarpShop:hover, .buttonStartShopAdaptive:hover {
    background-image: url("img/bannerimg/buttonStart90hover.png");
}
.adaptiveTextLogo{
    position: absolute;
    top: -30px;
    width: 100%;
    text-align: center;
    z-index: 2;
    padding: 0;
    color: white;
    font-weight: 900;
    display: none;
}
.adaptiveButtonDiv{
    position: absolute;
    width: 100%;
    padding-top: 420px;
    z-index: 3;
    display: none;
}
.adaptiveDivForButton{
    text-align: center;
    width: 100%;
    padding: 5px 0 5px 0;
}
.buttonStartShopAdaptive {
    background-color: transparent;
    border: none;
    background-image: url("img/bannerimg/buttonStart90.png");
    background-repeat: no-repeat;
    width: 150px;
    text-decoration: none;
    font-size: 15px;
    color: white;
    font-weight: 600;
    height: 45px;
}
.mainPageBannerSliderRightCol{
    position: absolute;
    right: 0;
    top: 0;
    height: 410px;
    width: 1100px;
    background-image: url("img/bannerimg/banner22.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
}
.mainPageBannerSliderRightColHidden {
    position: absolute;
    min-height: 280px;
    max-height: 400px;
    width: 100%;
    display: none;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url("img/bannerimg/banner22.png");
}
@media (max-width: 1150px) {
    .mainPageBannerSliderInner {
        height: 340px;
    }
    .mainPageBannerSliderRightCol {
       display: none;
    }
    .mainPageBannerSliderLeftCol{
        display: none;
    }
    .adaptiveButtonDiv{
        padding-top: 290px;
        display: inline;
    }
    .mainPageBannerSliderRightColHidden {
        display: block;
    }
    .mainPageBannerSliderLeftCol{
        min-height: 280px;
    }
    .adaptiveTextLogo{
        display: inline;
        padding: 0;
    }
}
/*блок баннера или слайдера на главной стр.*/
.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 20%;
    padding-left: 0;
    margin-left: -10%;
    text-align: center;
    list-style: none;
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: #2a4a70;
    border: 1px solid white;
    border-radius: 10px;
}
.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff;
    border: 1px solid #2a4a70;
}
.carousel-caption {
    left: -30%;
}
.leftMiddleBanner{
    float: left;
    background-image: url("img/bannerimg/bannerMiddleLeft.png");
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 350px;
    height: 400px;
}
@media (max-width: 1500px) {
    .leftMiddleBanner {
        display: none;
    }
    .rightMiddleBanner{
        width: 35%;
    }
}
@media (max-width: 780px) {
    .rightMiddleBanner{
        display: none;
    }
    .centerMiddleBanner {
        width: 768px;
    }
}
#index_container{
    z-index: -50;
}
@media (max-width: 767px) {
    .centerMiddleBanner {
        width: 100%;
    }
}
.centerMiddleBanner .item{
    height: 400px;
}
.indexBannerText{
    padding: 5px 10px;
    position: absolute;
    left: 10px;
    bottom: 20px;
    color: white;
    font-weight: 700;
    font-size: 16px;
    border: 1px solid white;
    background-color: black;
}
.indexBannerText > a{
    color: white;
}
.indexBannerText:hover{
    color: black;
    background-color: rgb(49, 186, 175);
}
.mainPageBannerSliderCenterText, .mainPageBannerSliderCenterText2{
    position: absolute;
    width: 95%;
    z-index: 4;
    left: 2%;
    top: 80%;
    color: white;
    font-weight: 900;
    font-size: 23px;
}
.mainPageBannerSaleText{
    position: absolute;
    width: 200px;
    margin-left: -100px;
    padding: 7px;
    border: 1px solid white;
    text-align: center;
    z-index: 4;
    left: 50%;
    bottom: 5%;
    font-weight: 900;
    font-size: 16px;
}
.mainPageBannerSaleText > a{
    color: white;
}
.mainPageBannerSaleText:hover{
    background-color: #01b6af;
}
.mainPageBannerSaleText:hover > a{
    color: black;
}
.mainPageBannerSliderCenterText a{
    color: #31baaf;
    background-color: rgb(3, 1, 1);
    padding: 15px;
}
.mainPageBannerSliderCenterText a:hover{
    color: black;
    background-color: rgb(49, 186, 175);
}
.mainPageBannerSliderCenterText2 a{
    color: white;
    background-color: rgb(170, 170, 170);
    padding: 15px;
}
.mainPageBannerSliderCenterText2 a:hover{
    background-color: rgb(3, 1, 1);
}
.mainPageBannerSliderCenterTextBorder {
    position: absolute;
    width: 330px;
    height: 50px;
    z-index: 3;
    top: 39%;
    left: 40%;
    background-color: rgba(255, 131, 13, 1);
}
.mainTopBanner {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}
.mainTopBanner .item{
    height: 500px;
    width: 100%;
}
.menuFilter{
    color: grey;
}
#currentSalePic{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('img/bannerimg/sale/sale-up30_5.jpg');
}
#currentSalePic768{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('img/bannerimg/sale/sale-up30_768x70_2.jpg');
}
#currentSeasonPic{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('img/bannerimg/currentSeason/current_1350_003.jpg');
}
#springSeasonPic{
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('img/bannerimg/springSeason/springSeason_1350.png');
}
#nextSeasonPic{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('img/bannerimg/nextSeason/1350.jpg');
}
#allSeasonPic{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('img/bannerimg/allSeason/jeans_1350.png');
}
.rightTopBannerSlider .item{
    height: 400px;
}
.rightTopBannerSlider {
    box-shadow: 0 0 2px 10px rgba(134, 134, 134, 0.5);
    width: 710px;
    height: 410px;
}
#mainPageCarouselSlide{
    height: 370px;
}
.index_circle_banner_left{
    border: 4px solid #030303;
    border-radius: 90px;
    width: 180px;
    height: 180px;
    margin:0 auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url('img/freeDeliver100.png');
}
.index_circle_banner_center{
    border: 4px solid #030303;
    border-radius: 90px;
    width: 180px;
    height: 180px;
    margin:0 auto;
    font-size: 65px;
    padding: 40px 0 0 0;
    color: #030303;
    font-weight: 900
}
.index_circle_banner_right{
    border: 4px solid #030303;
    border-radius: 90px;
    width: 180px; height: 180px;
    margin:0 auto;
    font-size: 100px;
    padding: 12px 0 0 42px;
    color: #030303;
    font-weight: 900
}
#banner_3{
    background-image: url('img/bannerimg/banner_3_2.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 230px;
    width: 100%;
    margin: 30px 0 30px 0;
}
#banner_3_ukr{
    background-image: url('img/bannerimg/banner_3_2_ukr.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 230px;
    width: 100%;
    margin: 30px 0 30px 0;
}
@media (max-width: 990px) {
    #banner_3{
        background-image: url('img/bannerimg/banner_3_768_2.jpg');
    }
    #banner_3_ukr{
        background-image: url('img/bannerimg/banner_3_768_2_ukr.jpg');
    }
}
@media (max-width: 425px) {
    #banner_3, #banner_3_ukr{
        height: 160px;
        margin: 10px 0 10px 0;
    }
}
#saleBanner{
    margin-bottom: 40px;
}
#springSeason700{
    display: none;
}

.springSeason700{
    display: none;
    width: 100%;
}

.springSeason1350{
    width: 100%;
}

@media (max-width: 767px) {
    .mainTopBanner .item{
        height: 250px;
    }
    #saleBanner{
        margin-bottom: 0;
    }
    #nextSeasonPic{
        background-position: center center;
        background-image: url('img/bannerimg/nextSeason/700.jpg');
    }
    #currentSeasonPic{
        background-position: center center;
        background-size: cover;
        background-image: url('img/bannerimg/currentSeason/current_768_002.jpg');
    }
    #allSeasonPic{
        background-position: left center;
        background-image: url('img/bannerimg/allSeason/jeans_700.png');
    }
    #springSeasonPic{
        background-position: right top;
        background-image: url('img/bannerimg/springSeason/springSeason_700_1.png');
    }
    #springSeason1350{
        display: none;
    }

    .springSeason1350{
        display: none;
    }
    #springSeason700{
        display: block;
    }

    .springSeason700{
        display: block;
    }
}
@media (max-width: 670px) {
    .centerMiddleBanner .item{
        height: 300px;
    }
    #mainPageCarouselSlide{
        height: 300px;
    }
    .mainPageBannerSliderCenterText a{
        font-size: 14px;
    }
    .mainPageBannerSliderCenterText2 a{
        font-size: 14px;
    }
}
@media (max-width: 430px) {
    .centerMiddleBanner .item{
        height: 250px;
    }
    #mainPageCarouselSlide{
        height: 250px;
    }
}
@media (min-width: 1000px) {
    .centerMiddleBanner .item{
        height: 400px;
    }
    #mainPageCarouselSlide{
        height: 400px;
    }
}
.rightMiddleBanner{
    background-image: url("img/bannerimg/bannerMiddleRight.png");
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 350px;
    height: 400px;
}
.margTop5{
    margin-top: 5px;
}
.margTop15{
    margin-top: 15px;
}
#helpUsBeBetter{
    cursor: pointer;
    font-size: 15px;
    padding-top: 5px;
    text-align: center;
    color: #686868;
    position: fixed;
    right: -75px;
    top: 70%;
    width: 180px;
    height: 30px;
    background-color: rgba(200, 200, 200, 0.5);
    border-radius: 5px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    z-index: 40;
}
@media (max-width: 766px){
    #helpUsBeBetter{
        font-size: 11px;
        height: 20px;
        width: 140px;
        right: -60px;
        padding-top: 2px;
    }
}
#helpUsBeBetterModal{
    display: none;
    max-width: 500px;
    height: 80%;
    position: fixed;
    margin: auto;
    top: 10px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 70;
}
#backCallModal{
    display: none;
    max-width: 500px;
    height: 80%;
    position: fixed;
    margin: auto;
    top: 10px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 70;
}
.textBannerAllCategory{
    text-align: center;
    color: white;
    margin: 0 5px 4px 5px;
    padding: 5px;
    font-size: 15px;
    font-weight: 900;
    opacity: 0.8;
}
#firstTextBannerAllCategory{
    background-color: #6eca6e;
}
#secondTextBannerAllCategory{
    background-color: #4a6fb4;
    }
#thirdTextBannerAllCategory{
    background-color: #ca132a;
    webkit-animation: rainbow1 2s linear 2s infinite;
    animation: rainbow1 2s linear 1.5s infinite;
}
@-webkit-keyframes rainbow1 {
    0% {background: #ff843b;}
    50% {background: #ce0d08
    }
    100% {background: #ff843b;}
}
@keyframes rainbow1 {
    0% {background: #ff843b;}
    50% {background: #ce0d08}
    100% {background: #ff843b;}
}
#fourTextBannerAllCategory{
    background-color: #3d19ca;
}
/*боковое меню категорий*/
.hidden-menu {
    display: block;
    position: fixed;
    list-style:none;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    width: 280px;
    background-color: black;
    box-shadow: 0 0 2px 2px rgba(134, 134, 134, 0.5);
    height: 100%;
    top: 0;
    overflow-y: scroll;
    overflow-x: hidden;
    left: -283px;
    transition: left .3s;
    z-index: 60;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
}
.hidden-menu-ticker {
    display: none;
}
.btn-menu {
    display: none;
    background-position: center center;
    background-repeat: no-repeat;
    font-size: 29px;
    position: fixed;
    top: 13px;
    right: 3px;
    cursor: pointer;
    transition: left .45s;
    z-index: 61;
    width: 40px;
    height: 35px;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
}
.back-call-icon-mobile {
    display: none;
    padding-top: 3px;
    position: fixed;
    top: 14px;
    left: 55px;
    cursor: pointer;
    z-index: 51;
    width: 35px;
    height: 35px;
}
#backCallIcon{
    background-image: url("img/backCall.png");
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 6px;
    border: 2px solid #01b6af;
    box-shadow: 0 0 5px 2px rgba(208, 208, 208, 0.5);
    cursor: pointer;
    width: 35px;
    height: 35px;
    animation: tada ease 3s;
    animation-iteration-count: infinite;
}
.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}
@keyframes tada {
    from {
        transform: scale3d(1, 1, 1);
    }
    10%, 20% {
        transform: rotate3d(0, 0, 1, -6deg);
    }
    30%, 50%, 70%, 90% {
        transform: rotate3d(0, 0, 1, 6deg);
    }
    40%, 60%, 80% {
        transform: rotate3d(0, 0, 1, -6deg);
    }
    to {
        transform: scale3d(1, 1, 1);
    }
}
.tada {
    animation-name: tada;
}
@media (max-width: 766px){
    .btn-menu {
        display: block;
    }
    .back-call-icon-mobile {
        display: block;
    }
    .textBannerAllCategory {
        padding: 3px;
        font-size: 13px;
    }
}
.hidden-menu-ticker:checked ~ .btn-menu {
    transition: 0.95s;
    left: 236px;
}
.hidden-menu-ticker:checked ~ .hidden-menu {
    left: 0;
}
header {
    background-color: #666;
    color: #fff;
    text-align: center;
    padding: 5px;
}
h1 {
    margin: 0;
    padding: 0;
    font-size: 2em;
}
.leftSlideMenuCategories {
    color: white;
}
.leftSlideMenuCategories > .panel-heading > .panel-body{
    padding: 2px;
    color: white;
    background-color: #2C3E50;
}
.leftSlideMenuCategories ul, li{
    list-style: none;
}
#accordion li{
    padding-bottom: 18px;
}
.leftSlideMenuCategories .panel-body {
    padding: 5px;
}
.leftSlideMenuCategories a{
    font-size: 14px;
    color: white;
}
.leftSlideMenuCategories ul li a{
    font-size: 15px;
    color: white;
    font-weight: normal;
}
.ulPadLeft{
    padding-left: 10px;
}
.panel-group .panel {
    padding: 10px;
    background-color: black;
    border-radius: 0;
    border-top: 2px solid #2f2f2f;
    border-bottom: 1px solid #2f2f2f;
    margin-bottom: -1px;
}
.panel-group .panel + .panel {
    border-top: 2px solid #2f2f2f;
    border-bottom: 1px solid #2f2f2f;
    background-color: black;
    margin-top: 0;
    margin-bottom: -1px;
    padding: 10px;
}
#intsize{
    background-image: url("img/INTsize.jpg");
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
}
#ukrsize{
    background-image: url("img/UKRsize.jpg");
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
}
.nav .navbar-nav > li > a {
    margin: 3px;
    margin-top: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 7px;
    padding-right: 7px;
    color: #1a1a1a;
    font-size: 15px;
}
.nav .navbar-nav > li > ul > li > a {
    font-size: 12px;
}
.top-catalogMenu {
    text-align: center;
    width: 140px;
    padding: 7px;
    height: 35px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: #d6d6d6;
    position: relative;
    margin-bottom: -15px;
}
.top-catalogMenu a:hover {
    text-decoration: none;
}
.center {
    text-align: center;
}
.list-group-item-text {
    font-size: 13px;
}
.list-group-item-text {
    color: #797979;
}
.AllCatLeftMenuUlLiA{
    list-style: none;
    padding-left: 10px;
    font-size: 13px;
}
.AllCatLeftMenuUlLiA > li > a{
    color: #0a1c30;
}
.catAllcat{
    font-weight: 800;
}
.currCategory {
    color: #4c4c4c;
    font-weight: 700;
    text-decoration: underline;
}
.myThumbAllCat {
    background-color: white;
    vertical-align: top;
    display: inline-block;
    border: 1px solid white;
    border-left-color: transparent;
    border-bottom-color: transparent;
    padding: 8px;
    margin: 0 10px 10px 10px;
    text-align: left;
}
.myThumbAllCat:hover {
    position: relative;
    z-index: 9999;
    background-color: white;
}
.myThumbAllCatIndex {
    background-color: white;
    float: left;
    border: 1px solid transparent;
    padding: 5px;
    margin-bottom: -60px;
}
.myThumbAllCatIndex:hover {
    position: relative;
    z-index: 9999;
    background-color: white;
}
.hideSizesText {
    display: none;
    font-size: 13px;
}
.hideSizes {
    display: none;
    font-size: 13px;
    margin: 0 1px 0 0;
    color: #a1a1a1;
}
@media (max-width: 766px){
    .myThumbAllCat {
        margin: 0;
        padding: 6px;
        min-height: 300px;
    }
    .hideSizesText, .hideSizes{
        display: inline-block;
    }
}
.myThumbAllCat:hover .hideSizes{
    display: inline-block;
}
.myThumbAllCat:hover .hideSizesText{
    display: inline-block;
}
.thumbHide{
    height: 45px;
}
/*product*/
.product-search {
    border: 1px solid #ffffff;
    font-size: 13px;
    width: 187px;
}
.product {
    border: 1px solid #ffffff;
    font-size: 13px;
    width: 20px;
}
#topColMd12{
    height: 60px;
    margin-top: 15px;
}
@media (max-width: 766px){
    .product {
        width: 148px;
    }
    #topColMd12{
        height: 45px;
    }
}
@media (max-width: 560px){
    .product {
        width: 155px;
    }
    .product-search {
        width: 145px;
    }
}
@media (max-width: 350px){
    .product-search {
        width: 125px;
    }
}
@media (min-width: 768px){
    .product {
        width: 160px;
    }
}
@media (max-width: 320px){
    .product {
        width: 130px;
    }
}
@media (min-width: 900px){
    .product {
        width: 195px;
    }
}
@media (min-width: 1400px){
    .product {
        width: 190px;
    }
}
@media (min-width: 1500px){
    .product {
        width: 220px;
    }
}
.product a:hover {
    text-decoration: none;
}
.product-media, .product-thumbnail {
    height: 270px;
}
@media (max-width: 768px){
    .product-media, .product-thumbnail {
        height: 190px;
    }
}
.product-thumbnail {
    position:relative;
    margin:0 auto;
    display: block;
    overflow: hidden;
}
.product-body {
    color: black;
    padding: 1px;
    text-align: left;
}
.product-body-Index {
    text-align: center;
    padding: 3px;
}
.priceStyle {
    color: #0b0b0b;
    margin: 0;
    padding: 0;
    font-size: 25px;
    /*font-weight: 900;*/
    font-family: "PriceFont0";
}
.totprice {
    font-size: 20px;
}
.nomDetTitle{
    font-size: 20px;
}
.discountPrice {
    color: red;
}
.myThumbAllCat img.img_bottom {opacity:0;}
.myThumbAllCat:hover img.img_bottom {opacity:1;}
.myThumbAllCat:hover img.img_top:hover {opacity:0;}
/*test img for thumb*/
.product-thumbnail .img_bottom, .img_top {
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    width: 100%;
    height: 100%;
    left: 0;
    background-size: cover;
    background-position: center center;
    position:absolute;
    top: 0;
}
.myThumbAllCat .img_bottom {opacity:0;}
.myThumbAllCat:hover .img_bottom {opacity:1;}
.myThumbAllCat:hover .img_top:hover {opacity:0;}
.item .img_bottom {opacity:0;}
.item:hover .img_bottom {opacity:1;}
.item:hover .img_top:hover {opacity:0;}
.img_mobility {
    width: 100%;
    height: 100%;
    left: 0;
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
}
.product-label {
    text-align: center;
    font-weight:700;
    font-family:Montserrat,Arial,sans-serif;
    text-transform:uppercase;
    position: relative;
    font-size: 16px;
    color: #fff;
    display:inline-block;
    z-index:50;
    top:0px;
    left: 0px;
    line-height:20px;
}
.product-label.hot{background-color:#D75B51}
.product-label.new{background-color:#43C872}
.product-label.sale{background-color:#ffa800}
.product-label.stock{background-color: #ff0b0c}
.product-label.discountStyle{
    background-color: rgba(255, 0, 0, 0.8);
    font-size: 14px;
    color: white;
    font-family: "UbuntuRegular";
    padding: 0px 4px 2px 6px;
    top: 15px;
}
.product-label.noBalance{
    background-color: #818283;
    font-size: 10px;
    -webkit-border-bottom-right-radius:15px;
    padding: 0 7px 0 5px;
}
.product-label.wishlistAdd{
    width: 30px;
    height: 30px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    z-index: 59;
    border: 1px solid #ebebeb;
    padding: 6px 0 0 0;
    font-size: 17px;
}
.list-group-item-heading {
    margin: 0px;
    font-size: 14px;
}
#catCheckbox {
    font-size: 12px;
    margin-top: 1px;
    margin-bottom: 1px;
}
.topgoodsimg {
    background-image: url("img/topgoodsimg.jpg");
    background-repeat: no-repeat;
    height: 130px;
}
.newgoodsimg {
    background-image: url("img/newgodsimg.jpg");
    background-repeat: no-repeat;
    height: 380px;
}
.newgoodsimg a,.topgoodsimg a {
    opacity: .5;
}
.slide-nomdetail .owl-stage-outer {
    border: 1px solid #809bff;
}
.paddRight15{
    padding-right: 15px;
}
.hrCat {
    border-right: 1px solid #e2e2e2;
}
/*nomdetail*/
#buy_button{
    border-radius: 1px;
    min-width: 290px;
    margin-top: 10px;
    font-size: 20px;
}
#oneClick_button{
    border-radius: 1px;
    min-width: 290px;
    margin: 10px 0 0 0;
    font-size: 20px;
}
#addWishList_button{
    border-radius: 1px;
    margin: 10px 0 0 10px;
}
#cart_button{
    margin-top: 5px;
}
#postGoodReview{
    border-radius: 0;
}
@media (max-width: 380px){
    #cart_button, #postGoodReview {
        width: 100%;
    }
}
#oneClickBuyClose, #oneClickBuyButton {
    margin: 10px 0 0 0;
    border-radius: 0;
}
#orderButton, #checkoutButton{
    border-radius: 0;
    min-width: 200px;
}
@media (max-width: 425px){
    #buy_button, #oneClick_button, #oneClickBuyClose, #oneClickBuyButton, #addWishList_button {
        width: 100%;
        margin-left: 0;
    }
    #oneClickBuyClose{
        margin-top: 0;
    }

    #orderButton, #checkoutButton{
        width: 100%;
    }
}
.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    background-color: #81e881;
}
.btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus {
    background-color: #81e881;
}
.footer{
    margin-bottom: 10px;
}
.footer-wrapper{
    margin-top: 10px;
}
.back-top{position:absolute;left: 50%;width:100px;margin-left:-50px;margin-top:-35px;text-align:center;z-index:1005}
.soc-icons {
    margin-top: 24px;
}
.modal-body img {
    width: 100%;
}
/*статусы заказов покупателей*/
.order-status-inwork {
    color: #4e95bd;
    font-weight: 700;
    text-transform: uppercase;
}
.order-status-done {
    color: #4bc237;
    font-weight: 700;
    text-transform: uppercase;
}
.order-status-halfdone {
    color: #18bd7a;
    font-weight: 700;
    text-transform: uppercase;
}
.order-status-deferred {
    color: #1a8aea;
    font-weight: 700;
    text-transform: uppercase;
}
.order-status-canceled {
    color: #ea140d;
    font-weight: 700;
    text-transform: uppercase;
}
.owl-stage {
    height: 280px;
}
.goodsTfaPic {
    width: 35px;
}
.goodsOrderPic {
    width: 40px;
    margin-right: 20px;
}
.goodsCartPic{
    height: 75px;
}
.goodsWishListPic{
    width: 80px;
    margin-right: 20px;
}
.myIndicatorNomCarousel{
    left: 0;
    height: 100%;
    background-position: center center;
    background-size: cover;
}
.ramkaIndicator {
    border: 1px solid #dbdbdb;
    padding: 3px;
    width: 19%;
    margin: 5px 0.5% 0 0.5%;
    height: 90px;
    border-radius: 3px;
}
.carousel{
    width: 100%;
}
.myItemNomDet {
    position: relative;
    width: 100%;
    height: 550px;
    background-position: center center;
    background-size: cover;
    cursor: pointer;
    background-repeat: no-repeat;
}
@media (max-width: 375px){
    .myItemNomDet {
        height: 450px;
    }
}
.myItemNomDetBig {
    position: relative;
    width: 100%;
    min-height: 600px;
    background-position: center center;
    background-size: cover;
    cursor: hand;
    background-repeat: no-repeat;
}
.carousel-control.left {
    background-image: none;
}

.carousel-control.right {
    background-image: none;
}
/*плитки2*/
.itemP {
    overflow:hidden;
    position:absolute;
}
/* Items */
.itemP:nth-child(1) {
    z-index:10;
    width:25%;
    top: 2%;
    height:96%;
    transition: transform 1s;
}
.imag1{
    background-image: url("img/bannerimg/bannerMiddleLeft.png");
    background-size:cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    transition: 1s;
    text-align: center;
}
.itemP:nth-child(2) {
    z-index:10;
    left: 25%;
    width:50%;
    height:100%;
}
.itemP:nth-child(3){
    z-index:19;
    top: 2%;
    left: 75%;
    width:25%;
    height:96%;
}
.imag3{
    background-image: url("img/bannerimg/bannerMiddleRight.png");
    background-size:cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    transition: 1s;
}
.itemP:nth-child(4){
    z-index:8;
    left:70%;
    width:30%;
    height:100%;
}
.imag4{
    background-image: url("img/2524-1.jpg");
    background-size:cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    transition: 1s;
}
.imag4:hover{
    transition: 1s;
    transform:scale(1.2);
}
.itemP:nth-child(5){
    z-index:21;
    left:30%;
    top:50%;
    width:20%;
    height:50%;
}
.imag5{
    background-image: url("img/newgodsimg.jpg");
    background-size:cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    transition: 1s;
}
.imag5:hover{
    transition: 1s;
    transform:scale(1.2);
}
.itemP:nth-child(6){
     z-index:11;
     left:50%;
     top: 50%;
     width:20%;
     height:50%;
 }
.imag6{
    background-image: url("img/topgoodsimg.jpg");
    background-size:cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    transition: 1s;
}
.imag6:hover{
    transition: 1.5s;
    transform:scale(1.4);
}
.itemP:nth-child(7){
     z-index:2;
     left:30%;
     top: 50%;
     width:15%;
     height:50%;
 }
.imag7{
    background-image: url("img/PT2883-1.jpg");
    background-size:cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    transition: 1s;
}
.imag7:hover{
    transition: 1s;
    transform:scale(1.2);
}
.itemP:nth-child(8){
    z-index:20;
    left:70%;
    top: 45%;
    width:30%;
    height:55%;
}
.imag8{
    background-image: url("img/PT2003-1.jpg");
    background-size:cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    transition: 1s;
}
.imag8:hover{
    transition: 1s;
    transform:scale(1.3);
}
.nav-tabs > li, .nav-pills > li {
    float:none;
    display:inline-block;
    *display:inline; /* ie7 fix */
    zoom:1; /* hasLayout ie7 trigger */
}
.nav-tabs, .nav-pills {
    text-align:center;
}
.nav-tabs {
    border-bottom: 1px solid #abaaaa;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border: 1px solid #abaaaa;
    border-bottom-color: transparent;
}
.nav-tabs > li > a:hover {
    border-bottom: none;
}
.tab-content{
    padding: 15px 18px 15px 18px;
}