/*   Developed in may 2022 | Programming by newweb.kz  */
html {
    margin: 0;
    padding: 0;
    height: 100%;
    background-color: #f1faff;
}
body{
    margin: 0;
    padding: 0;
    height: 100%;
    font-size: 14px;
    font-family:'Roboto', Tahoma, Verdana, sans-serif;
}
.alertSuccess{
    width:100%;
    border-radius: 10px;
    color:#238802;
    margin-bottom: 30px;
}
.productDetails{
    width:50%;
    background-color: #fff;
    padding:30px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
.productDetailsContent a img {
    width:100%;
    height:auto;
}
.productDetailsContent a {
    width:40%;
    height:auto;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}
.productDetailsContent {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom:100px;
}
.cartEmpty i {
    display: block;
    font-size: 160px;
    padding: 40px 0;
    color: #52b0c5;
}
.cartEmpty h1 {
    color: #adadad;
    font-size: 48px;
    text-transform: uppercase;
    font-family: 'NeoSansProMedium', Tahoma, sans-serif;
    line-height: 1;
}
.cartEmpty {
    text-align: center;
    padding: 50px 0;
}
.cartEmpty a {
    background-color: #2c9901;
    border-radius: 10px;
    font-size: 16px;
    font-family: 'CirceRegular', Tahoma, Verdana, sans-serif;
    padding: 10px 30px;
    text-transform: uppercase;
    cursor: pointer;
    transition: ease 1s;
    margin-top: 20px;
    border: 1px solid #7a7a7a;
    display: inline-block;
    color: #fff;
    text-decoration: none;
}
.cartCheckout a:hover{
    border: 1px solid #2c9901;
    color: #2c9901;
    background-color: transparent;
}
.cartCheckout a {
    display: inline-block;
    padding: 10px 20px;
    background-color: #2c9901;
    border-radius: 5px;
    margin: 20px 0;
    text-align: center;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    border: 1px solid transparent;
    transition: ease 1s;
    margin-bottom: 100px;
}
.summary-info {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-flow: row wrap;
    align-items: flex-start;
    justify-content: space-between;
    font-size: 20px;
    color: #adadad;
}
.cartOrderSummary h2 {
    color: #adadad;
    font-size: 28px;
    text-transform: uppercase;
    font-family: 'AkrobatSemiBold', Tahoma, sans-serif;
    line-height: 1;
    margin-top: 40px;
    border-bottom: 1px solid #474747;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.cartProductQuantity .btn:hover{
    color:#fff;
    background-color: #2c9901;
}
.cartProductQuantity .btn {
    text-align: center;
    display: block;
    width: 26px;
    height: 26px;
    background-color: transparent;
    border: 1px solid #e6e6e6;
    margin-top: 5px;
    position: relative;
    border-radius: 50%;
    box-shadow: none;
    outline: none;
    float: left;
    transition: ease 1s;
    color:#333333;
}
.cartDeleteAll {
    padding: 5px 10px;
    background-color: #fff;
    border: 1px solid rgb(233, 233, 233);
    display: inline-block;
    border-radius: 10px;
    font-size: 10px;
    text-transform: uppercase;
    cursor: pointer;
}
.cartProductQuantity input {
    display: block;
    outline: none;
    font-size: 15px;
    line-height: 24px;
    font-weight: 700;
    height: 36px;
    width: 63px;
    text-align: center;
    float: left;
    padding: 0 3px;
    border: none;
    border-radius: 3px;
}
.cartProductQuantity {
    background-color: #fff;
    display: inline-block;
    width: 142px;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    margin-top: 5px;
    font-size: 0;
    text-align: left;
}
.cartProduct img {
    width: 80px;
    height: 80px;
}
.cartProduct a h2 {
    color: #333333;
    font-size: 20px;
    text-decoration: none;
    width: 300px;
}
.cartProduct a {
    color: #333333;
    font-size: 20px;
    text-decoration: none;
}
.cartProduct {
    border: 1px solid #ececec;
    background-color: #fff;
    border-radius: 5px;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-flow: row wrap;
    align-items: flex-start;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    transition: ease 1s;
    padding: 5px 20px;
}
.headerAuthLinks{
    margin:0 5px;
}
.homeCatImgWrap{
    display:block;
    overflow: hidden;
}
.homeCategoryContent ul li a h3{
    padding:10px 0;
    font-weight: bold;
}
.homeCatImg{
    transition: ease .5s;
}
.homeCategoryContent ul li a:hover .homeCatImg{
    transform: scale(1.1);
}
.homeCategoryContent ul li a:hover{
    background-color: #52b0c5;
    transform: scale(1.1);
    border:1px solid #52b0c5;
    -webkit-box-shadow: 1px 1px 18px 5px rgba(0, 208, 255, 0.2);
    -moz-box-shadow: 1px 1px 18px 5px rgba(0, 208, 255, 0.2);
    box-shadow: 1px 1px 18px 5px rgba(0, 208, 255, 0.2);
    color:#fff;
}
.homeCategoryContent ul li a{
    background-color: #fff;
    display: block;
    margin-bottom: 5px;
    text-decoration: none;
    color:#333333;
    text-align: center;
    transition: ease .5s;
    border:1px solid #d9f3f9;
}
.homeCategoryContent ul{
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
    padding:30px 0;
}
.homeCategoryContent ul li{
    list-style: none;
}
.homeTitles h2{
    color: #002a3d;
    font-family: 'AkrobatSemiBold', Tahoma, Verdana, sans-serif;
    padding-bottom: 10px;
    font-size:36px;
}
.homeTitles img{
    margin-right: 10px;
}
.homeTitles{
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    padding:30px 0;
}
.wishlistWrap i{
    font-size: 360px;
    color:#52b0c5;
}
.wishlistWrap{
    text-align: center;
    padding:50px 0;
}
.productItemAddToCart i{
    margin-right: 10px;
}
.productBottomWrap{
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
}
.productPrice{
    display: inline-block;
}
.productItemAddToCart:hover{
    border:1px solid #238802;
    background-color: transparent;
    color:#238802;
}
.productItemAddToCart{
    padding:10px 20px;
    border-radius: 10px;
    color:#fff;
    background-color: #238802;
    border:1px solid #238802;
    display: inline-block;
    transition: ease 1s;
    cursor: pointer;
}
.shopSortingPerPage select option{
    padding:5px;
    cursor: pointer;
}
.shopSortingOrderBy select option{
    padding:5px;
    cursor: pointer;
}
.shopContentProductsWrap{
    display: block;
}
.shopSortingPerPage select{
    padding:10px;
    cursor: pointer;
    border-radius: 5px;
    border:1px solid #bfbfbf;
}
.shopSortingOrderBy select{
    padding:10px;
    cursor: pointer;
    border-radius: 5px;
    border:1px solid #bfbfbf;
}
.shopSortingOrderBy{
    padding:10px;
    margin-right: 20px;
}
.shopSortingWrap{
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-flow: row wrap;
    align-items: center;
    padding:0 0 20px 0;
}
.pagination {
    padding: 20px 0 50px 0;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: flex-end;
}
.shopContentWrapper{
    max-width: 80%;
}
.pagination li {
    list-style: none;
    margin: 0 5px;
}
.pagination li.active span {
    padding: 5px 10px;
    background-color: #fff;
    border-radius: 5px;
}
.pagination li button {
    padding: 5px 10px;
    color: #fff;
    background-color: #002a3d;
    border: 1px solid transparent;
    border-radius: 5px;
    cursor: pointer;
    transition: ease 1s;
}
.pagination li button:hover{
    background-color:transparent;
    border:1px solid #002a3d;
    color:#002a3d;
}
.pagination li.active span {
    padding: 5px 10px;
    background-color: #fff;
    border-radius: 5px;
}


.swal-wide{
    max-width: 320px !important;
    background-color: rgb(255, 255, 255) !important;

}
.sweetTitle{
    font-size: 16px;
    max-width: 300px;
    color:#333333 !important;
}
.shopContentSidebar h4{
    font-family:'AkrobatSemiBold', Tahoma, Verdana, sans-serif;
    text-transform: uppercase;
    font-size:25px;
    padding:10px 0;
    text-align: center;
    background: rgb(0,41,60);
    background: linear-gradient(180deg, rgba(0,41,60,1) 59%, rgba(1,84,124,1) 100%);
    color:#ffffff;
}
.productPrice{
    font-size:30px;
    text-align: right;
    color:#102b42;
    font-family:'AkrobatExtraBold', Tahoma, Verdana, sans-serif;
}
.productItem h3 a {
    display:block;
    color:#333333;
}
.productItem h3 a {
    font-family:'AkrobatSemiBold', Tahoma, Verdana, sans-serif;
    padding:10px;
    border-top:1px solid #ededed;
    border-bottom:1px solid #ededed;
    font-size:20px;
    margin-bottom: 10px;
    background-color: #f7f7f7;
    text-decoration: none;
    min-height: 50px;
}
.productItem img{
    width:260px;
    margin: 10px;
}
.productItem:hover{
    border:3px solid #002a3d;
}
.productItem:hover .productItemImg{
    transform: scale(0.9);
}
.productItemImg{
    transition: ease 1s;
}
.productItem{
    background-color: #fff;
    width:280px;
    padding:20px;
    margin-bottom:10px;
    border:3px solid #e1f5ff;
    transition: ease 1s;
    border-radius: 10px;
    position: relative;
}
.shopContentWrap{
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: flex-start;
    flex-flow: row wrap;
    justify-content: space-between;
}
.shopContentProducts{
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.shopContent{
    width: 75%;
}
.shopContentSidebar ul li a:hover{
    background-color: #00293d;
    color:#fff;
    transform: translateX(10px);
}
.shopContentSidebar ul li:last-child a{
    border-bottom:0;
}
.shopContentSidebar ul li a{
    text-decoration: none;
    color:#333333;
    display:block;
    font-size:16px;
    padding:10px 20px;
    transition: ease .5s;
    border-bottom:1px solid #e7e8ea;
}
.shopContentSidebar ul li{
    list-style: none;
}
.shopContentSidebar ul{
    border:1px solid #e7e8ea;
    min-width: 250px;
}
.shopContentSidebar{
    background-color: #fff;
    padding:10px;
    border:1px solid #e7e8ea;
    border-radius: 10px;
}
.shopContentWrap{
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: flex-start;
    flex-flow: row wrap;
    justify-content: space-between;
}
.loginFieldset span{
    color:#8f8f8f;
}
.loginFieldsetCheckbox{
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    flex-flow: row wrap;
}
.frmCheckbox:checked{
    background: #03a9f4;
}
.frmCheckbox::before{
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    top:0;
    left:0;
    background-color: #fff;
    transform: scale(1.1);
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    transition: ease .5s;
}
.frmCheckbox:checked:before{
    left:20px;
}
.frmCheckbox{
    position: relative;
    width:40px;
    height:20px;
    -webkit-appearance: none;
    background: #c6c6c6;
    outline: none;
    border-radius: 20px;
    transition: ease .5s;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    margin-right: 10px;
    cursor: pointer;
}
main{
    min-height: 100%;
    height: auto !important;
    height: 100%;
    width: 100%;
    margin: 0 auto;
}
.frmEmailWrap i{
    position: absolute;
    left:25px;
    top:45px;
    color:#002a3d;
}
.frmEmailWrap{
    position: relative;
}
.loginFieldset label{
    color:#8f8f8f;
    padding-left: 10px;
}
.loginForm p{
    color:red;
    padding-left: 10px;
    margin-top: 10px;
    font-size: 12px;
}
.loginBtnSubmit:hover{
    color:#ffe900;
}
.loginBtnSubmit{
    transition: ease 1s;
    background: rgb(0,212,255);
    background: linear-gradient(180deg, rgba(0,212,255,1) 0%, rgba(3,140,168,1) 100%);
    border-radius: 5px;
    padding: 10px 20px;
    color: #fff;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    flex-flow: row wrap;
    justify-content: space-between;
    cursor: pointer;
    font-size: 18px;
    border: 1px solid #ffe900;
    font-family:'AkrobatRegular';
    margin-left:10px;
}
.authInput:focus {
    border:1px solid #52b0c5;
    -webkit-box-shadow: 1px 1px 18px 5px rgba(0, 208, 255, 0.2);
    -moz-box-shadow: 1px 1px 18px 5px rgba(0, 208, 255, 0.2);
    box-shadow: 1px 1px 18px 5px rgba(0, 208, 255, 0.2);
}
.authInput::placeholder {
    color: #cbcbcb;
}
.loginForgotPassword:hover{
    color:#fff;
    background-color: #00293d;
}
.loginForgotPassword{
    margin-top:10px;
    text-decoration: none;
    background-color: #fff;
    border: 0;
    border-radius: 5px;
    color: #27242b;
    font-size: 10px;
    padding: 5px 10px;
    text-transform: uppercase;
    border-radius: 5px;
    border:1px solid #bfbfbf;
    display:inline-block;
    margin-left:90px;
    transition: ease 1s;
}
.authInput{
    border: 1px solid #b6b6b6;
    border-radius: 10px;
    display: block;
    margin-bottom: 10px;
    margin-top: 5px;
    min-width: 300px;
    outline: none;
    font-size: 16px;
    padding: 15px 30px 15px 40px;
    transition: 1s ease;
}
fieldset{
    border:0;
}
.authH1{
    color:#002a3d;
    font-family:'AkrobatSemiBold', Tahoma, Verdana, sans-serif;
    padding-bottom:10px;
    border-bottom: 1px solid #e6f5fd;
    margin-top: 30px;
}
.breadcrumbs ul li a:hover{
    color:#ffe900;
}
.breadcrumbs ul li a{
    text-decoration: none;
    color:#0096ca;
    margin-right: 10px;
    margin-left:10px;
    transition: ease 1s;
}
.breadcrumbs ul li{
    list-style: none;
}
.breadcrumbs ul li:last-child{
    margin-left: 10px;
}
.breadcrumbs ul{
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: flex-start;
    flex-flow: row wrap;
}
.breadcrumbs{
    padding:10px 0;
    border-bottom: 1px solid #e6f5fd;
    margin-bottom: 30px;
}
.authContentWrap img{
    width:45%;
}
.authContentWrap{
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: flex-start;
    flex-flow: row wrap;
    justify-content: space-around;
    align-items: center;
    background-color: #fff;
    padding:30px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1); /* Параметры тени */
    border-radius: 10px;

}
.text-red-600{
    color:red;
}
.footerInfoContent a:hover{
    transform: translateX(10px);
    color:#ffe900;
}
.footerInfoContent a{
    color:#fff;
    text-decoration: none;
    transition: ease 1s;
}
.footerInfoPhone{
    padding-left: 30px;
    margin-bottom: 30px;
}
.footerInfoAddress{
    padding-left: 30px;
}
.footerInfoEmail{
    margin:10px 0;
    padding-left: 30px;
}
.footerInfoContent i {
    color: #15aabf;
    margin-right: 5px;
    font-size: 20px;
}
.footerInfoContent {
     color:#fff;
}
.footerBotCat {
    margin-bottom: 50px;
}
.footerBotCat ul li a:hover, .footerCommonInfo ul li a:hover, .footerAccount ul li a:hover{
    transform: translateX(10px);
    color:#ffe900;
}
.footerBotCat ul li a, .footerCommonInfo ul li a, .footerAccount ul li a{
    text-decoration: none;
    color:#fff;
    display:block;
    margin-bottom: 5px;
    background: url(../images/design/headerNavArrow.png) left center no-repeat;
    padding-left:15px;
    transition: ease 1s;
}
.footerBotCat ul li, .footerCommonInfo ul li, .footerAccount ul li{
    list-style: none;
}
.footerContentWrap h4{
    text-transform: uppercase;
    color:#00b7ff;
    font-size: 24px;
    font-family:'AkrobatSemiBold', Tahoma, Verdana, sans-serif;
    margin-bottom: 10px;
}
.footerContentWrap{
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: flex-start;
    flex-flow: row wrap;
    justify-content: space-between;
    padding-bottom: 100px;
}
.footerLogo p{
    color:#a4bfcd;
    text-transform: uppercase;
    position: absolute;
    right:10px;
    bottom:40px;
    font-family:'AkrobatBold', Tahoma, Verdana, sans-serif;
    font-size: 18px;
}
.footerImg{
    margin-top: -30px;
    position: relative;
    z-index: 2;
}
.footerCircle{
    position: absolute;
    width: 200px;
    height: 200px;
    z-index: 1;
    border-radius: 50%;
    background-color: #00293c;
    top:-50px;
    left:-30px;
}
.footerLogo{
    position: relative;
    display: inline-block;
    margin-bottom: 30px;
}
.footerTop{
    text-align: center;
}
footer{
    background: rgb(0,41,60);
    background: linear-gradient(180deg, rgba(0,41,60,1) 59%, rgba(1,84,124,1) 100%);
    height: 480px;
    margin-top:-480px;
}
.hFooter{
    height:550px;
}
.copyright{
    background-color: #000;
    font-size:11px;
    color:#fff;
    text-align: center;
    padding:10px 0;
}
.headerSearch input:focus {
    border:1px solid #ffe900;
}
.headerSearch input::placeholder {
    color: #cbcbcb;
}
.headerNav > ul > li > a:hover{
    color:#cdbb00;
}
.headerNav > ul > li > a{
    transition: ease 1s;
    color:#00293d;
    text-decoration: none;
    background: url(../images/design/headerNavArrow.png) left center no-repeat;
    margin:0 0 0 20px;
    padding-left: 10px;
}
.headerNav > ul > li{
    list-style: none;
}
.headerNav > ul{
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    flex-flow: row wrap;
}
.headerSearchBtn{
    position: absolute;
    right: 5px;
    top:6px;
    border:none;
    background-color: transparent;
    cursor: pointer;
    transition: ease 1s;
}
.headerSearch{
    position: relative;
}
.headerSearch input{
    border-radius: 50px;
    border:1px solid #c1d2e6;
    padding: 20px 60px 20px 40px;
    min-width: 400px;
    outline: none;
    transition: ease 1s;
}
.headerCatalogArr{
    width:10px;
    margin-left: 10px;
    color:#00293d;
    transition: ease 1s;
}
.headerCatalogReq {
    width:15px;
    margin-right: 10px;
    color:#00293d;
    transition: ease 1s;
}
.headerCatalog:hover .headerCatalogArr{
    transform: translateX(10px);
}
.headerCatalog:hover .headerCatalogReq{
    transform: translateX(-10px);
}
.headerCatalogTitle{
    transition: ease 1s;
}
.headerCatalog:hover{
    color:#ffe900;
}
.headerCatalog{
    transition: ease 1s;
    font-family:'AkrobatExtraBold', Tahoma, Verdana, sans-serif;
    background: rgb(0,212,255);
    background: linear-gradient(180deg, rgba(0,212,255,1) 0%, rgba(3,140,168,1) 100%);
    border-radius: 10px;
    padding:15px 30px;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
    color:#fff;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    flex-flow: row wrap;
    justify-content: space-between;
    cursor: pointer;
    font-size:24px;
    text-transform: uppercase;
    border:1px solid #ffe900;
}
.headerCatalogSearchWrap{
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    flex-flow: row wrap;
    justify-content: space-between;
}
.headerAuthWrap i{
    font-size:30px !important;
}
.headerAuthWrap{
    margin-left: 20px;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    flex-flow: row wrap;
    justify-content: center;
}
.headerCart i{
    font-size: 30px;
    color:#15aabf;
}
.headerCart > p{
    position: absolute;
    right: -10px;
    top: -10px;
    background-color: #000;
    padding: 3px 7px;
    border-radius: 50%;
    color:#fff;
}
.headerCart{
    position: relative;
}
.headerCartWrap > p{
    font-size: 11px;
}
.headerCartWrap{
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    flex-flow: row wrap;
    justify-content: center;
    margin-bottom:10px;
}
.headerCartBtn{
    text-align: center;
    margin-top:10px;
    margin-right: -10px;
}
.headerBtn:hover{
    color:#ffe900;
}
.headerBtn{
    display: inline-block;
    color:#fff;
    background: url(../images/design/headerBtn.png) center center no-repeat;
    text-transform: uppercase;
    font-family:'AkrobatSemiBold', Tahoma, Verdana, sans-serif;
    font-size: 20px;
    padding:10px 50px 20px 50px;
    cursor: pointer;
    transition: ease 1s;
}
header{
    display:block;
    overflow: hidden;
}
.headerCatalogSearchNav{
    background-color: #e2ebee;
    padding:10px 0;
    border-top:1px solid #c1d2e6;
    border-bottom:1px solid #c1d2e6;
    margin-top:15px;
}
.headerLogo p{
    position: absolute;
    right:10px;
    bottom:35px;
    font-family:'AkrobatBold', Tahoma, Verdana, sans-serif;
    color:#52b0c5;
    font-size: 16px;
    text-transform: uppercase;
}
.headerLogo:hover{
    transform: scale(0.9);
}
.headerLogo{
    position: relative;
    transition: ease 1s;
}
.headerLogoCartBtn > p{
    font-family:'AkrobatExtraLight', Tahoma, Verdana, sans-serif;
    line-height: 0.9;
    font-size:30px;
    color:#002a3d;
}
.headerLogoCartBtn{
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
}
.headerFavouriteWrap p{
    position: absolute;
    right:-5px;
    top:-5px;
    background-color: #000;
    padding:3px 7px;
    border-radius: 50%;
}
.headerFavouriteWrap{
    position: relative;
}
.headerCartAuth{
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-flow: row wrap;
    align-items: center;
}
.headerInfoEmail{
    margin:0 20px;
}
.headerInfo{
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-flow: row wrap;
    align-items: center;
}
.headerInfoWrap::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 100%;
    width: 10000px;
    background: #00293d;
}
.headerInfoWrap a:hover{
    color:#ffe900;
    text-decoration: underline;
}
.headerInfoWrap a{
    text-decoration: none;
    color:#fff;
    transition: ease 1s;
}
.headerInfoWrap i{
    color:#15aabf;
    margin-right:5px;
    font-size: 20px;
}
.headerFavouriteWrap i{
    font-size: 30px;
}
.headerCartWrap i{
    font-size: 30px;
}
.headerInfoAddress, .headerInfoEmail, .headerInfoPhone{
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    flex-flow: row wrap;
    padding:15px 0;
}
.headerInfoWrap{
    background-color: #00293d;
    margin-left:330px;
    border-radius:  0 0 0 50px;
    position: relative;
    padding-left:45px;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    flex-flow: row wrap;
    justify-content: space-between;
    color:#fff;
}
/* Fonts */
@font-face {font-family:'Roboto';src: url('../fonts/RobotoRegular.ttf');}
@font-face {font-family:'AkrobatBlack';src: url('../fonts/AkrobatBlack.otf');}
@font-face {font-family:'AkrobatRegular';src: url('../fonts/AkrobatRegular.otf');}
@font-face {font-family:'AkrobatBold';src: url('../fonts/AkrobatBold.otf');}
@font-face {font-family:'AkrobatExtraBold';src: url('../fonts/AkrobatExtraBold.otf');}
@font-face {font-family:'AkrobatExtraLight';src: url('../fonts/AkrobatExtraLight.otf');}
@font-face {font-family:'AkrobatSemiBold';src: url('../fonts/AkrobatSemiBold.otf');}
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #0096ca;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    background: #0096ca;
    border-radius: 10px;
}
*::selection {
    background: #ffe900;
    color:#333333;
}
#mobile_bar {
    display: none;
}
.container{
    max-width:1320px;
    padding:0 15px;
    margin:0 auto;
}
p, h1, h2, h3, h4, ul{
    padding:0;
    margin: 0;
    font-weight: normal;
}
.modal-open{
    cursor:pointer;
}
#modal_form #modal_close {
    width: 33px;
    height: 33px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    display: block;
    background: url(../images/design/close.jpg) top right no-repeat;
    transition: ease 1s;
}
#modal_form #modal_close:hover{
    transform: rotate(180deg);
}
#overlay {
	z-index:3;
	position:fixed;
	background-color:#000;
	opacity:0.8;
	-moz-opacity:0.8;
	filter:alpha(opacity=80);
	width:100%;
	height:100%;
	top:0;
	left:0;
	cursor:pointer;
	display:none;
}
#modal_form {
    padding:20px;
    max-width: 400px;
    height: 300px;
    background: #fff;
    position: fixed;
    top: 30%;
    text-align: center;
    left: 55%;
    margin-top: -200px;
    margin-left: -300px;
    display: none;
    opacity: 0;
    z-index: 98;
    background-color:#fff;
}
.form-text-anons {
    text-align: center;
    font-size: 14px;
    color: #000;
}
.vvod {
    width: 250px;
    padding: 10px 20px;
    outline: none;
    margin: 20px 0 5px 0;
    border: 1px solid #cbcbcb;
    border-radius: 10px;
}
.form-text {
    padding: 20px 0 0 0;
    font-size: 25px;
    display: inline-block;
    text-transform: uppercase;
    color:gray;
    line-height:1;
}
.btn-form:hover{
    color:#ffe900;
}
.btn-form {
    display: inline-block;
    color: #fff;
    background: url(../images/design/headerBtn.png) center center no-repeat;
    text-transform: uppercase;
    font-family: 'AkrobatSemiBold', Tahoma, Verdana, sans-serif;
    font-size: 20px;
    padding: 10px 50px 20px 50px;
    cursor: pointer;
    transition: ease 1s;
    outline: none;
    border:0;
    margin-top:30px;
}



.orderBtns{
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-flow: row wrap;
    align-items: center;
}
.fa-times{
    color:red;
}
.panel-body thead{
    padding:5px 10px;
    background-color: #f0f0f0;

}
.actionTable{
    max-width: 20px;
    text-align: center;
}
.actionTable a{
    margin:0 10px;
}
.fa-edit{
    color:#d27d00;
}
.alert-success{
    background-color: #e4ffdc;
    text-align: center;
    color:#333333;
    padding: 10px;
}
.panel > .btn{
    display: inline-block;
    padding:10px 20px;
}
.form-group input{
    padding:10px 20px;
    border-radius: 10px;
    border:1px solid #b6b6b6;
    outline: none;
    font-family:'CirceRegular', Tahoma, Verdana, sans-serif;
    display: inline-block;
}
.form-group{
    margin:20px;
}
.btn-primary:hover{
    background-color: transparent;
    border:1px solid #ad8200;
    color:#ad8200;
}
.btn-primary{
    text-decoration: none;
    color:#fff;
    background-color: #ad8200;
    border-radius: 10px;
    margin:5px;
    transition: ease 1s;
    border:1px solid #ad8200;
    cursor: pointer;
}
.form-horizontal{
    margin:30px;
    text-align: center;
}
.btn-success:hover{
    background-color: transparent;
    border:1px solid #238802;
}
.btn-success{
    text-decoration: none;
    color:#fff;
    background-color: #238802;
    padding:5px 10px;
    border-radius: 10px;
    margin:5px;
    display: block;
    transition: ease 1s;
    border:1px solid #238802;
}
.panel-body .table td{
    border:1px solid #eaeaea;
    padding:5px 10px;
}
.panel-body{
    width:100%;
}
.panel-body .table{
    width:100%;
}
.panelHeading{
    font-size: 20px;
    color:#fff;
    padding-left: 40px;
}
.panel-default{
    background-color: #fff;
    border:1px solid #cccccc;
    padding:30px;
    border-radius: 10px;
}
.row{
    margin: 50px 0;
}
.panel-heading{
    color:#fff;
    padding:5px 10px;
    background-color: #333333;
    display:block;
    border-radius: 10px 10px 0 0;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
}
.quantity > h5{
    font-size:20px;
}
.btn-cancel{
    background-color:red;
    border: 1px solid red;
}
.btn-cancel:hover{
    border: 1px solid red;
}
.orderDetailsBtn{
    color:#fff;
    padding:10px;
    background-color: #238802;
    border: 1px solid #238802;
    text-decoration: none;
    display: block;
    border-radius: 10px;
}
