.singleGood__contTable {
    display: table;
    width: 100%;
    border: 1px solid #dfdfe0;
    border-collapse: collapse;

    margin: 0 0 30px;
}

.singleGood__contRow {
    display: table-row;
    background-color: #fdfdfd;
}

.singleGood__contRow.singleGood__contRow_inner {
    border-bottom: 1px solid #e0e0e0;
}

.singleGood__contCell {
    display: table-cell;
    padding-left: 10px;
}

.singleGood__contCellHead {
    font-weight: normal;
    font-style: normal;
    font-size: 13px;
    /*color: #fff;*/
    text-transform: uppercase;
    padding: 16px 0;
    background-color: #0f6987;
    border-color: #0f6987;
}

.singleGood__contCellHead.number {
    padding-left: 50px;
    padding-right: 20px;
}

.singleGood__contImgWrap {
    width: 200px;
    height: 105px;
    overflow: hidden;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
}

.singleGood__contImg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX( -50% ) translateY( -50% );
    -moz-transform: translateX( -50% ) translateY( -50% );
    -ms-transform: translateX( -50% ) translateY( -50% );
    -o-transform: translateX( -50% ) translateY( -50% );
    transform: translateX( -50% ) translateY( -50% );
    max-width: 100%;
    max-height: 100%;
}

.singleGood__contCell.singleGood__contCellInner {
    vertical-align: middle;
    position: relative;
}

.singleGood__contArtcle {
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    color: #000;
}

.singleGood__contName {
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    color: #0f6987;
}

.singleGood__contPrice,
.singleGood__contSum {
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    color: #000;
    padding-right: 10px;
}

.singleGood__contNum {
    padding-left: 50px;
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    color: #000;
}

.singleGood__qty .good__qtyWrap {
    float: left;
}

.singleGood__contInfo {
    padding-right: 10px;
}

.good__qtyCalc {
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    color: #000;
    text-align: center;
}

@media ( max-width: 991px ) {
    .good__qtyCalc {
        padding-top: 9px;
        padding-bottom: 7px;
        line-height: 18px;
    }

}




.myorders .singleGood__contCellHead {
    text-align: center;
    background-color: #e4e4e4;
    font-weight: normal;
    font-style: normal;
    font-size: 15px;
    text-transform: none;
    position: relative;
    padding-top: 12px;
    padding-bottom: 12px;
}

.myorders .singleGood__contCellHead:after {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    top: 3px;
    bottom: 3px;
    right: 0;
    background-color: #a3a3a3;
}

.myorders .singleGood__contCellHead:last-child:after {
    display: none;
}

.myorders .singleGood__contImgWrap {
    margin-right: auto;
    margin-left: auto;
}

.myorders .singleGood__contCell.singleGood__contCellInner.name {
    padding-left: 35px;
}

.myorders .singleGood__contPrice,
.myorders .singleGood__contSum {
    padding-right: 0;
    text-align: center;
}

.myorders__table {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.myorders__tableRow {
    display: table-row;
}

.myorders__tableCell {
    display: table-cell;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
    font-weight: normal;
    font-style: normal;
    font-size: 15px;
    color: #191919;
    background: #f6f6f6 none repeat scroll 0 0;
    border-bottom: 1px solid #ebebeb;
    vertical-align: middle;
    font-family: "Poppins", sans-serif;
    font-weight: bold;
}

.myorders__tableCell.ordersum {
    width: 40%;
}

.myorders__tableCell.orderbtnToggle {
    width: 10%;
}

.myorders__btnToggle {
    display: inline-block;
    width: 17px;
    height: 10px;
    background: url(../images/select-arrow.png) no-repeat 0 0;
    transition: all 0ms;
}

.myorders__list {
    margin: 0 0 38px;
}

.myorders__listItem {
    margin: 0 0 2px;
}

.myorders__listItemFooter {
    display: none;
}

.myorders__tableCell.orderbtnToggle {
    cursor: pointer;
}

.myorders__listItem.active .myorders__tableCell {
    /*background-color: #17a4d3;*/
}

.myorders__listItem.active .myorders__btnToggle {
    transform: rotate(180deg);
}
.main-menu-area {
    margin: 37px 0 0 0;
}
.desc_footer{
    margin-top: 20px;
}
.footer-info-area {
    margin-top: 20px;
}
.main-menu-area ul li:hover .sub-menu {
    visibility: hidden;
    opacity: 0;
    -ms-filter: 0;

}
.main-menu-area ul li .sub-menu li > .sub-menu{
    left: 100%;
    top: -17px;
    margin-left: 14px;
}
.main-menu-area ul li .sub-menu li > a .fa{
    float: right;
}
.main-menu-area ul li:hover > .sub-menu{
    visibility: visible;
    opacity: 1;
    -ms-filter: 1;
    top: 100%;
}
@media ( max-width: 767px ) {
    .myorders__btnToggle {
        width: 18px;
        height: 6px;
        background: url(../images/myorders_toggle_arrow_small.png) no-repeat 0 0;
    }

    .myorders__listItem.active .myorders__btnToggle {
        background-position: -18px 0;
    }

    .myorders__tableCell.orderbtnToggle {
        width: 35px;
    }

    .myorders__page .siteBreadcrumbs {
        display: none;
    }

    .myorders__page .historyback {
        display: block;
    }

    .tabsImit__list {
        width: 100%;
    }

    .tabsImit__listItem:first-child {
        margin-right: 0;
        float: left;
    }

    .tabsImit__listItem:last-child {
        margin-right: 0;
        float: right;
    }

    .tabsImit__link {
        font-weight: normal;
        font-style: normal;
        font-size: 16px;
        line-height: 17px !important;
    }

    .tabsImit__listItem.active .tabsImit__link {
        font-weight: normal;
        font-style: normal;
        font-size: 17px;
    }

    .tabsImit {
        padding-bottom: 23px;
    }

    .myorders__list {
        margin-bottom: 30px;
    }

}

@media ( max-width: 650px ) {
    .myorders__tableCell {
        /*font-weight: normal;*/
        /*font-style: normal;*/
        font-size: 11px;
        padding: 5px;
    }

    .myorders__tableCell.ordersum {
        width: auto;
    }
}

.singleGood__contBtnWrap {
    text-align: right;
    padding: 0 13px 0 0;
    min-width: 70px;
}

.delete__from__list {
    display: block;
    width: 19px;
    height: 19px;
    background: url(../images/delete_from_list_red.png) no-repeat 0 0;
    -webkit-background-size: 19px 19px;
    background-size: 19px 19px;
    cursor: pointer;
}

.singleGood__contBtnWrap .delete__from__list {
    position: absolute;
    top: 10px;
    right: 15px;
}

.singleGood__contCell.singleGood__contCellInner .singleGood__contCellHead {
    display: none;
}

.fltrInputs__range:after {
    content: "";
    display: table;
    clear: both;
}
.fltrInputs__range {
    padding-bottom: 18px;
    padding-top: 9px;
}

.fltrInputs__range_i:after {
    content: "";
    display: table;
    clear: both;
}

.fltrInputs__range_i {
    float: left;
    width: 100%;
    position: relative;
}

.fltrInputs__range_i:not(:nth-child(3)) {
    width: 50%;
}

.fltrInputs__range_i:nth-child(1) {
    padding-right: 7px;
}

.fltrInputs__range_i:nth-child(2) {
    padding-left: 7px;
}

.fltrInputs__range_i:nth-child(3) {
    padding-top: 18px;
    height: 49px;
}

.fltrInputs__range_i>div:first-child {
    float: left;
    width: 26px;
    line-height: 33px;

    /*font-family: "OpenSansSemiBold", sans-serif;*/
    font-weight: normal;
    font-style: normal;
    font-size: 13px;
    color: #686868;
}

.fltrInputs__range_i>.fltrInputs__inputWrap {
    margin-left: 26px;
}

.fltrInputs__range_i input[type="text"] {
    width: 100%;
    line-height: 33px;
    height: 33px;

    /*font-family: "OpenSansSemiBold", sans-serif;*/
    font-weight: normal;
    font-style: normal;
    font-size: 15px;
    /*color: #fff;*/
    background-color: #F6F6F6;
    border: 0 none;
    border: 1px solid #989898;
    text-align: center;
    padding-left: 10px;
    padding-right: 8px;
    outline: 0 none;
}

.fltrInputs__range_i input[type="text"]:focus {
    outline: 0 none;
}

.fltrInputs__range_i #slider-range {
    width: 100%;
}

.fltrInputs__range_i .ui-slider .ui-slider-handle {
    height: 11px;
    width: 11px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #ff0b03;
    cursor: pointer;
    top: -5px;
}

.fltrInputs__range_i .ui-slider .ui-slider-handle>span {
    position: relative;
    top: 12px;
    font-family: "OpenSansSemiBold", sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #686868;
    font-size: 13px;
}

.fltrInputs__range_i .ui-slider .ui-slider-handle:focus {
    outline: none;
}

.fltrInputs__range_i .ui-slider-horizontal {
    background-color: #898989;
    height: 1px;
}

.fltrInputs__range_i .ui-slider-horizontal .ui-slider-range {
    background-color: #efefeb;
    height: 1px;
    border-top: 1px solid rgba(191, 39, 48, .5);
    border-bottom: 1px solid rgba(191, 39, 48, .5);
    top: -1px;
}
.color-categoriy ul li span img{
    display: block;
}
.single-product-wrap .label-product+.label-product{
    top: 27px
}
.single-product-wrap .label-product+.label-product+.label-product{
    top: 54px
}
.single-product-wrap.no-avalebel{
    opacity: 0.5;
}

.singleGood__descr {
    margin: 0 0 0 500px;
}
.product-info{
    overflow: hidden;
}
.singleGood__descrList {
    display: table;
}

.singleGood__descrListItem {
    display: table-row;
}

.singleGood__descrName,
.singleGood__descrText {
    font-size: 16px;
    color: #010101;
    padding-bottom: 10px;
    display: table-cell;
}

.singleGood__descrName {
    /*font-family: "RobotoRegular", sans-serif;*/
    font-weight: normal;
    font-style: normal;
    padding-top: 10px;
    /*padding-left: 20px;*/
    padding-right: 10px;
}

.singleGood__descrText {
    /*font-family: "RobotoLight", sans-serif;*/
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    color: #010101;
    padding-right: 22px;
    padding-top: 10px;
}
.singleGood__descrText span img{
    border: 2px solid #323232;
}
.help-block {
    position: absolute;
}
.cart-page-total .proceed-checkout-btn,
.cart-table .coupon-all .coupon2 .continue-btn{
    background: #000000ba;
}
.contact-inner.has-error .help-block,
.form-group.has-error .help-block {
    color: #c91824;
    display: block;
    font-size: 13px;
    line-height: 14px;
}
.new-price{
    color: #ff0b03;
    font-weight: 600;
    font-size: 16px;
}
.product-action .add-to-cart,
.sidebar-content-title h3,
.product-categproes-two .categories-list-post-item .category-inner{
    font-weight: 600;
}
.single-latest-blog .latest-blog-content h4 a,
.hero-slider .slider-text-info h1{
    text-transform: none;
}
.shoping-cart .dropdown-menu.mini-cart-wrap.open{
    overflow: auto;
}
@media ( max-width: 767px ) {
    .singleGood__descr {
        margin-bottom: 10px;
    }
}
.main-menu-area ul li > a{
    font-weight: 600;
    text-transform: uppercase;
}
.product-content h3{
    font-weight: 600;
}
.breadcrumb-area{
    margin-bottom: 20px;
}
.single-product-wrap .label-product.label-new{
    background: #000;
    color: #fff;
}
.sidebar-title h2{
    margin-bottom: 1px;
    color: #ff0b03;
    font-weight: 600;
}
.single-product-wrap .label-product.label-sale{
    left: 0;
    right: auto;
    background: #c50900;
}
.single-product-wrap .label-product.label-best{
    background: #543aab;
}
.category-sub-menu ul li > a{
    font-size: 16px;
    border-top: 1px solid #ebebeb;
    line-height: 20px;
    padding: 14px 0;
}
.single-product-wrap{
    margin-bottom: 30px;
}
.header-bottom-right .shoping-cart button i,
.block-search i,
.header-top .top-left-wrap .phone-email-wrap li i,
.header-top .top-left-wrap .phone-email-wrap li i,
.contact-address .fa-phone,
.contact-address .fa-envelope-o,
.contact-address .fa-fax{
    color: #ff0b03;
}
.singleGood__descrListItem:nth-child(2n){
    background: #F6F6F6;
}
#scrollUp,
.hero-slider .slick-arrow:hover,
.deals-product-active .slick-arrow:hover,
.our-brand-active .slick-arrow:hover,
.latest-blog-slider .slick-arrow:hover,
.trend-product-active .slick-arrow:hover,
.product-details-tab .nav li a::before,
.order-button-payment input,
.cart-page-total .proceed-checkout-btn:hover,
.cart-table .coupon-all .coupon2 .continue-btn:hover,
.contact-submit-btn .submit-btn:hover,
.cart-quantity .add-to-cart:hover,
.btn,
.shopping-cart-content .mini-cart-content .mini-cart-product-img .product-quantity,
.shopping-cart-content .mini-cart-content .shopping-cart-btn a:hover,
.product-details-thumbs-2 .slick-arrow:hover,
.product-details-thumbs-right .slick-arrow:hover,
.single-product-wrap .quick_view .quick-view-btn:hover,
.product-slider .slick-arrow:hover,
.product-slider-show-3 .slick-arrow:hover,
.comment-form-submit .comment-submit{
    background-color: #ff0b03;
}
.tabs-categorys-list ul li a.active,
.tabs-categorys-list ul li a:hover{
    border: 2px solid #ff0b03;
    color: #ff0b03;
}
.sidebar-single-active .slick-arrow:hover,
a:hover,
.category-sub-menu ul li.has-sub li a:hover,
.pagination-box li.active a,
.pagination-box li a:hover,
.breadcrumb-list .breadcrumb-item.active,
.product-availability i,
.product-details-tab .nav li a.active,
.shopping-cart-content .mini-cart-content .shopping-cart-total span,
.login-register-tab-list a.active h4,
.login-register-tab-list a:hover h4,
.header-bottom-right .shoping-cart button:hover,
.block-search .trigger-search:hover,
.product-action .add-to-cart:hover,
.mobile-menu .mean-bar .mean-nav > ul li a:hover,
.breadcrumb-list .breadcrumb-item a:hover{
    color: #ff0b03;
}
.product-action .add-to-cart:hover{
    /*border-bottom: 2px solid #ff0b03;*/
    /*background: #000;*/
    color: #fff;
}
.login-input-box input{
    margin-bottom: 0;
}
#myModal .single-add-to-cart{
    margin-bottom: 10px;
}
.product-availability.not i{
    color: red;
}
.mfp-figure figure{
    background: #fff;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close,
.mfp-counter{
    color: #000;
}
.main-menu-area ul li > span{
    line-height: 30px;
    display: block;
    padding: 10px 0;
    font-weight: 600;
}
.product-action{
    display: block;
}
/*.hero-slider .single-slide{*/
    /*height: 470px;*/
/*}*/
.product-action .add-to-cart, .product-action .star_content{
    visibility: visible;
    opacity: 1;
    -ms-filter: 1;
    transform: scale(1);
    float: right;
    border-bottom: 2px solid #000000;
}
.single-product-wrap:hover .price-box{
    transform: scale(1);
}

/* ---------------------------------------------------------------------------------------------------- */
.orderthanks__textWrap {
    text-align: center;
}

.orderthanks__title {
    text-align: center;
    font-weight: normal;
    font-style: normal;
    font-size: 26px;
    color: #ff0b03;

    margin: 0 0 30px;
}

.orderthanks__subtitle {
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
    font-style: normal;
    font-size: 33px;

    margin: 0 0 10px;
}

.orderthanks__text {
    text-align: center;
    font-weight: normal;
    font-style: italic;
    font-size: 16px;
    color: #000;

    margin: 0 0 15px;
}

.orderthanks__subtext {
    text-align: center;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    color: #000;

    margin: 0 0 20px;
}

.orderthanks__subtext span {
    font-weight: normal;
    font-style: normal;
}
/* ------------------->>> orderthanks__dataTable <<<----------------------- */
.orderthanks {
    padding: 0 0 100px;
}

.orderthanks__data {
    margin: 0 0 20px;
}

.orderthanks__dataTable {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin: 0 0 20px;
}

.orderthanks__dataRow {
    display: table-row;
}

.orderthanks__dataCell {
    display: table-cell;
    padding: 6px 10px 6px 0;
}

.orderthanks__dataCell:first-child {
    width: 45%;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    color: #000;
}

.orderthanks__dataCell:last-child {
    width: 55%;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    color: #000;
}

.orderthanks__data {
    margin-left: 140px;
    margin-right: 140px;
}

.orderthanks__dataInfo {
    font-weight: normal;
    font-style: italic;
    font-size: 15px;
    color: #656565;
}

.orderthanks__dataInfo a {
    font-weight: bold;
    font-style: italic;
    text-decoration: underline;
}

.orderthanks__dataInfo a:hover,
.orderthanks__dataInfo a:focus {
    color: #156c89;
    text-decoration: underline;
}

.orderthanks__goodsTitle {
    text-align: center;
    font-weight: normal;
    font-style: normal;
    font-size: 19px;
    color: #000;

    margin: 0 0 20px;
}

.orderthanks__goodsList {
    /*display: table;*/
    width: 100%;
}

.orderthanks__goodsListItem {
    display: table-row;
}
.orderthanks__goodsListItem.payment_sum{
    display: block;
}
.orderthanks__goodsListItem>div {
    display: table-cell;
    vertical-align: middle;
    padding: 10px 0;
}

.orderthanks__goodsListWrap {
    margin: 0 230px;
}

.orderthanks__goodNum {
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    color: #505151;
}

.orderthanks__goodName a {
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
}

.orderthanks__goodName a,
.orderthanks__goodName a:hover,
.orderthanks__goodName a:focus {
    text-decoration: underline;
}

.orderthanks__goodName {
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    color: #010101;
}

.orderthanks__goodQty {
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    color: #000;
    text-align: right;
}

.orderthanks__goodSum {
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    color: #ff0b03;
    text-align: right;
    width: 112px;
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.orderthanks__goodsListItem.shipping_sum .orderthanks__goodSum,
.orderthanks__goodsListItem.payment_sum .orderthanks__goodSum {
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    color: #000;
}

.orderthanks__goodsListItem.payment_sum .orderthanks__goodName {
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    color: #010101;
}
.orderthanks__goodsListItem.shipping_sum .orderthanks__goodSum,
.orderthanks__goodsListItem.payment_sum .orderthanks__goodSum {
    font-weight: bold;
    font-style: normal;
    font-size: 16px;
    color: #000;
    padding-right: 0 !important;
    text-align: right;
    display: block;
    width: 100%;
}

.orderthanks__goodsListItem.shipping_sum>div {
    border-bottom: 1px solid #c9c9c9;
}


.product-slider-thumb{
    height: 110px !important;
    position: relative;
}

.product-slider-thumb img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;

}

@media ( max-width: 1199px ) {
    .orderthanks__data {
        margin-right: 0;
        margin-left: 0;
    }

    .orderthanks__goodsListWrap {
        margin-right: 50px;
        margin-left: 50px;
    }
}

@media ( max-width: 991px ) {
    .orderthanks__goodsListWrap {
        margin-right: 0;
        margin-left: 0;
    }
}

@media ( max-width: 767px ) {
    .orderthanks__page .siteBreadcrumbs {
        display: none;
    }

    .orderthanks__page .historyback {
        display: block;
    }
}

@media ( max-width: 650px ) {
    .quick_view{
        display: none;
    }
    .orderthanks {
        padding-bottom: 20px;
    }

    .orderthanks__title {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .orderthanks__subtitle {
        font-weight: normal;
        font-style: normal;
        font-size: 20px;
        margin-bottom: 12px;
    }

    .orderthanks__text {
        font-size: 14px;
        margin-bottom: 12px;
    }

    .orderthanks__subtext {
        font-size: 14px;
        text-align: left;
    }

    .orderthanks__dataCell:first-child {
        font-weight: normal;
        font-style: normal;
        font-size: 16px;
        width: 100%;
    }

    .orderthanks__dataCell:last-child {
        font-size: 14px;
        width: 100%;
    }

    .orderthanks__dataTable {
        display: block;
        margin: 0 0 20px;
    }

    .orderthanks__dataRow {
        display: block;
        margin-bottom: 10px;
    }

    .orderthanks__dataCell {
        display: block;
        padding: 0 10px 0 0;
    }

    .orderthanks__dataInfo {
        font-size: 14px;
    }

    .orderthanks__goodNum,
    .orderthanks__goodName,
    .orderthanks__goodName a,
    .orderthanks__goodQty,
    .orderthanks__goodSum,
    .orderthanks__goodsListItem.payment_sum .orderthanks__goodName,
    .orderthanks__goodsListItem.payment_sum .orderthanks__goodSum,
    .orderthanks__goodsListItem.shipping_sum .orderthanks__goodSum {
        font-size: 14px;
    }
}

/* ------------------->>> orderthanks__dataTable End <<<------------------- */
.hero-content-one .col{
    background: rgba(0, 0, 0, 0.4);
    padding: 20px;
}
.hero-slider .slider-text-info.text-white .slider-btn{
    background: #ff0b03;
}
.product-area.section-pt{
    padding-top: 50px;
}
/*.hero-slider{*/
    /*box-shadow: 0 0px 10px rgb(255, 0, 0);*/
/*}*/
.product-action .add-to-cart, .product-action .star_content{
    text-transform: uppercase;
    background: #f82603;
    padding: 5px 10px;
    color: #fff;
    float: none;
}
.product-action{
    position: relative;
    /*text-align: center;*/
    display: block;
    margin-top: 15px;
}
.product-content h3{
    height: 45px;
}
.product-content .price-box{
    padding-top: 5px;
}
.new-price{
    font-size: 18px;
}
.product-content .price-box .old-price{
    line-height: 15px;
    display: block;
    margin: 0;
}
.product-details-view-content .product-info .price-box .discount-percentage{
    background: #000;
    color: #fff;
}
.header-bottom-right{
    margin-top: 50px;
}
.main-menu-area ul li{
    margin-right: 20px;
}
.main-menu-area ul li:first-child{
    margin-left: 40px;
}
.main-menu-area ul li:last-child{
    margin-right: 0px;
}
.main-menu-area ul ul li>a{
    text-transform: none;
    line-height: 20px;
    padding-bottom: 5px !important;
}
.main-menu-area ul ul li:first-child{
    margin-left: 0px;
}
.mobile-menu .mean-bar .mean-nav > ul li a{
    line-height: 20px;
    padding: 12px 40px 12px 20px;

}
@media (max-width: 1200px) {
    .main-menu-area ul li{
        margin-right: 14px;
        /*margin-right: 20px;*/
    }
    .main-menu-area ul li:first-child{
        margin-left: 0;
    }
}





@media (max-width: 991px) {
    .singleGood__contTable,
    .singleGood__contRow,
    .singleGood__contCell {
        display: block;
    }

    .singleGood__contCellHead {
        display: none;
    }

    .singleGood__contCellHead.number,
    .singleGood__contCellHead.image,
    .singleGood__contCellHead.name {
        display: block;
    }

    .singleGood__contRow:after {
        content: '';
        display: table;
        clear: both;
    }

    .singleGood__contCellHead {
        font-weight: normal;
        font-style: normal;
        font-size: 12px;
        line-height: 14px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 0px;
        padding-right: 0px;
        text-align: center;
    }

    .singleGood__contCellHead.number,
    .singleGood__contCellInner.number {
        width: 40px;
        float: left;
        padding-left: 4px;
        padding-right: 4px;
    }

    .singleGood__contCellInner.number {
        padding-top: 37px;
    }

    .singleGood__contCellHead.number {
        font-size: 14px;
    }

    .singleGood__contNum {
        padding-left: 0;
    }

    .singleGood__contCellHead.image,
    .singleGood__contCellInner.image {
        width: 115px;
        float: left;
    }

    .singleGood__contImgWrap {
        width: 79px;
        height: 65px;
        margin: 15px 0 25px 15px;
    }

    .singleGood__contCellHead.name,
    .singleGood__contCellInner.name {
        margin-left: 155px;
    }

    .myorders .singleGood__contCellHead.name,
    .myorders .singleGood__contCellInner.name {
        margin-left: 115px;
    }

    .myorders .singleGood__contCellHead {
        padding-left: 5px;
        padding-right: 5px;
    }

    .singleGood__contCellInner.name {
        padding-left: 15px;
        padding-top: 15px;
    }

    .singleGood__contArtcle,
    .singleGood__contName {
        font-size: 14px;
    }

    .singleGood__contCellInner.price,
    .singleGood__contCellInner.btn_wrap {
        clear: both;
    }

    .singleGood__contCellInner.qty,
    .singleGood__contCellInner.price,
    .singleGood__contCellInner.summ {
        float: left;
        width: 33.33333333%;
        text-align: center;
    }

    .singleGood__contPrice,
    .singleGood__contSum {
        padding-right: 0;
        padding-top: 23px;
        padding-bottom: 23px;
        line-height: 18px;
    }

    .singleGood__qty .good__qtyWrap {
        float: none;
        display: inline-block;
    }

    .singleGood__contBtnWrap {
        text-align: center;
        padding: 20px 0 16px;
    }

    .shoppingcart .singleGood__contBtnWrap {
        padding: 0;
    }

    .singleGood__contCell.singleGood__contCellInner .singleGood__contCellHead {
        display: block;
    }

    .singleGood__qty {
        padding-top: 14px;
        padding-bottom: 14px;
    }

    .singleGood__contBtnWrap .btnAddToCart {
        padding-left: 28px;
        padding-right: 11px;
    }

    .singleGood__contCell.singleGood__contCellInner {
        position: static;
    }

    .singleGood__contRow.singleGood__contRow_inner {
        position: relative;
    }

    .singleGood__contBtnWrap .delete__from__list {
        top: 5px;
        right: 3px;
    }

    .shoppingcart .singleGood__contBtnWrap .delete__from__list {
        top: 10px;
        left: auto;
        right: 10px;
        -webkit-transform: translateX( 0 ) translateY( 0 );
        -moz-transform: translateX( 0 ) translateY( 0 );
        -ms-transform: translateX( 0 ) translateY( 0 );
        -o-transform: translateX( 0 ) translateY( 0 );
        transform: translateX( 0 ) translateY( 0 );
    }

    .singleGood__contInfo {
        margin-bottom: 25px;
    }

    .singleGood__slider,
    .singleGood__descr {
        width: auto;
        max-width: 470px;
        float: none;
        margin-left: auto;
        margin-right: auto;
    }

    .singleGood__contTable {
        margin-bottom: 40px;
    }

    .singleGood__contCell.singleGood__contCellHead {
        position: relative;
    }

    .singleGood__contCell.singleGood__contCellHead:after {
        content: '';
        display: block;
        right: 0;
        top: 5px;
        bottom: 5px;
        width: 1px;
        background-color: #94c0cd;
        position: absolute;
    }

    .singleGood__contCell.singleGood__contCellHead.name:after,
    .singleGood__contCell.singleGood__contCellHead.summ:after {
        display: none;
    }

    h1{
        font-size: 22px;
        line-height: 26px;
        font-weight: 500;

    }

    h2,
    .section-title h2 {
        font-size: 19px;
        line-height: 23px;
    }

    .product-details-view-content .product-info h2{
        margin-bottom: 10px;
    }

    .product-details-view-content .product-info .price-box .new-price{
        font-size: 14px;
    }

    .section-bg-2{
        padding-bottom: 30px;
    }

    .mb--30{
        margin-bottom: 14px;
    }

    .product-area.section-pt{
        padding-top: 15px;
    }



}



.address-delivery.show{
    display: block !important;
}






@media ( max-width: 768px ) {

    .mobile-hide{
        display: none !important;
    }

    .header-bottom-right{
        margin-top: 23px;
    }

    .header-top .link-top{
        display: none !important;
    }



   /*.gray-header .mobile-menu .mean-bar .meanmenu-reveal span.menu-bar::before,*/
   /*.gray-header .mobile-menu .mean-bar .meanmenu-reveal span.menu-bar::after,*/
   /*.gray-header  .mobile-menu .mean-bar .meanmenu-reveal span.menu-bar {*/
        /*background: white;*/
    /*}*/



    /*.header-top{*/
        /*padding-top: 50px;*/
    /*}*/

    /*.header-bottom-right{*/
        /*margin-top: 6px;*/
        /*justify-content: flex-start;*/
    /*}*/

    /*.logo-container{*/
        /*position: absolute;*/
        /*left: 50%;*/
        /*margin-left: -57px;*/
        /*top: 0;*/
    /*}*/

    /*.logo.text-center{*/
        /*width: 90px;*/
    /*}*/

    .product-content{
        margin-top: 7px;
    }

    .product-details-images-2 .lg-image a{
        height: 272px;
    }

    .product-slider-thumb{
        height: 95px;
    }

    .breadcrumb-area{
        display: block;
    }

    .breadcrumb-area{
        padding: 8px 0;
    }
    .breadcrumb-list{
        display: flex;
        flex-wrap: wrap;
        margin-left: -0.5rem;
    }
    .breadcrumb-list .breadcrumb-item{
        font-size: 12px;
        display: inline-flex;
        margin-bottom: 3px;
    }
    .breadcrumb-list li:first-child a{
        padding-left: 0.5rem;
    }

    .pb--60{
        padding-bottom: 25px;
    }

    .footer-info-area{
        margin-top: 10px;
    }

    .footer-logo{
        margin-bottom: 8px;
        text-align: center;
    }

    .footer-logo img{
        max-width: 47%;
    }

    .desc_footer{
        margin-top: 10px;
    }

    .product-slider .slick-arrow, .product-slider-show-3 .slick-arrow{
        width: 30px;
        height: 30px;
    }

    .product-slider .slick-arrow.slick-next, .product-slider-show-3 .slick-arrow.slick-next{
        right: 26px;
    }


}

.review_address_inner{
    margin-bottom: 30px;
}
.rating-title,
.review_info h4{
    color: #ff0b03;
}
.pro_review{
    border: 1px solid rgba(255, 0, 0, 0.33);
    padding: 5px;
    margin-bottom: 5px;
}
.review_date{
    font-weight: 500;
}
.pro_review.ans {
    margin-bottom: 20px;
    margin-left: 30px;
    margin-top: 20px;
}
.product-details-view-content .product-info h1,
h1.my_h1{
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
}
/*@media ( min-width: 768px){*/
   .phone-padd{
        padding-left: 10px;
    }
/*}*/
.lg-image{
    text-align: center;
}

@media ( min-width: 768px) and (max-width:991px)  {
    .product-details-images-2 .lg-image a{
        height: 342px;
    }
}


@media (min-width: 570px) and (max-width: 767px) {
    .product-image{
        height: 203px;
    }

    .product-slider-thumb{
        height: 95px !important;
    }
}


@media ( max-width: 569px ) {
    .product-image{
        height: 250px;
    }
}

@media ( max-width: 650px ) {
    .singleGood__qty .good__qtyWrap {
        position: relative;
        left: auto;
        -webkit-transform: translateX( 0 ) translateY( 0 );
        -moz-transform: translateX( 0 ) translateY( 0 );
        -ms-transform: translateX( 0 ) translateY( 0 );
        -o-transform: translateX( 0 ) translateY( 0 );
        transform: translateX( 0 ) translateY( 0 );
    }

    .delete__from__list {
        width: 15px;
        height: 15px;
        -webkit-background-size: 15px 15px;
        background-size: 15px 15px;
        top: 5px !important;
        right: 5px !important;
    }

    .singleGood__contCellInner.name {
        padding-left: 5px;
    }

    .myorders .singleGood__contCell.singleGood__contCellInner.name {
        padding-left: 5px !important;
    }
}




@media ( max-width: 500px ) {
    .singleGood__contCellHead.image,
    .singleGood__contCellHead.name {
        padding-left: 4px;
        padding-right: 4px;
        text-align: center;
    }
}
/*.hero-slider .single-slide{*/
    /*height: 400px;*/
/*}*/
.select2-container--krajee .select2-selection{
    border-radius: 0;
    border: 1px solid #999999;
}
.select2-container--krajee .select2-selection--single .select2-selection__clear{
    right: 30px;
}

.category-sub-menu ul li.has-sub > a:after,
.category-sub-menu ul li.has-sub.open > a:after{
    content: "";
}
.category-sub-menu ul li{
    position: relative;
}
.category-sub-menu ul li.has-sub > span {
    color: #333333;
    /*content: "\f067";*/
    font-family: "FontAwesome";
    font-size: 12px;
    position: absolute;
    right: 5px;
    top: 20px;
    z-index: 9;
    cursor: pointer;
}
.category-sub-menu ul li.has-sub .has-sub > span{
    top: 3px;
}
.product-image span img {
    /* width: 100%; */
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
}
.category-sub-menu ul li a.active,
.category-sub-menu ul li.has-sub li a.active{
    color: #ff0b03;
}
.product_desc ul,
.product_short ul{
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close{
    cursor: pointer;
}
.form_background ul{
    list-style: disc;
    margin-left: 20px;
}
.one-product-slider-track{
    transform: none !important;
    margin-left: 0 !important;

}

@media(min-width: 768px) {
    .my_h1{
        text-transform: uppercase;
    }
}
.pluso{
    position: fixed !important;
    bottom: 140px;
    right: 15px !important;
}
.pluso-more{
    display: none !Important;
}
.pluso-wrap{
    background: transparent !important;
}
.pluso-wrap a{
    padding: 0 !important;
}
.checkout_city_field{
    display: none;
}
#form_review .help-block{
    position: relative;
    color: #f82604;
}


/* remove transition for select2 span to stop scroll-to-top behaviour on click */
span.select2-container {
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
    -o-transition: none;
}
.select2-container--krajee .select2-selection__clear{
    top: 0;
}

.dvizh-cart-buy-button.added,
.dvizh-cart-buy-button:hover{
    background-color: #ffffff !important;
    color: #000000 !important;
    border: 2px solid #f82604 !important;
}

.product-action .add-to-cart, .product-action .star_content{
    border-left: 2px solid #f82603;
    border-top: 2px solid #f82603;
    border-right: 2px solid #f82603;
}
.dvizh-change-count{
    position: relative;
}
.dvizh-change-count .dvizh-downArr{
    position: absolute;
    left: 15px;
    top: 0px;
    cursor: pointer;
    padding: 2px;
}
.dvizh-change-count .dvizh-upArr{
    position: absolute;
    right: 15px;
    top: 0px;
    cursor: pointer;
    padding: 2px;
}

.product_cart__item{
    position: relative;
    padding: 21px 7px 16px;
    background-color: #fff;
    border-bottom: 1px solid #eaeaea;
}

.product_cart__item_info{
    display: grid;
    grid-template-columns: 60px 1fr 60px;
    margin-bottom: 10px;
}
.product_cart__item_footer{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.product_cart__item_info__img{
    width: 50px;
}
.product_cart__item_info__img img{
    width: 100%;
}
.product_cart__item_info__close{
    text-align: right;
}
.product_cart__item_footer__count{
    text-align: center;
}
.product_cart__item_footer__total{
    text-align: right;
}

.product_cart__item_footer__price span{
    font-size: 16px;
}
.product_cart__item_footer__total span{
    font-size: 16px;
}
.product_cart__item_footer__count{
    font-size: 16px;
}
@media (min-width: 768px) {
    .product_cart{
        display: none;
    }
}
@media (max-width: 768px) {
    .pc_table__cart{
        display: none;
    }
    .product_cart{
        display: block;
    }
    .cart-table .coupon-all{
        margin-top: 30px;
    }
    .cart-table .coupon-all .coupon2{
        margin-bottom: 0;
    }
    .cart-table .coupon-all .coupon2{
        margin-top: 30px;
    }
}

.blog-details-wrapper ul{
    list-style-type: circle;
    margin-left: 20px;
    margin-bottom: 10px;
}
@media (min-width: 1366px) {
    .main-menu-area nav > ul > li:first-child{
        margin-left: 30px !important;
    }
}

.mm-spn.mm-spn--dark{
    background: #1d1d1d !important;
}
.mm-spn .sub-menu{
    display: block !important;
}
.mm-spn .mean-expand{
    display: none;
}
.mm-spn a{
    color: #ffffff !important;
}
.mm-spn .fa.fa-angle-down{
    display: none;
}
.mm-spn.mm-spn--navbar.mm-spn--main:after{
    color: #ffffff !important;
    font-size: 18px;
}
.mm-spn li:before{
    top: calc(50% - 2px);
}