@import url('https://fonts.googleapis.com/css2?family=Staatliches&amp;display=swap');

#header {}

#header .navbar {
    padding: 0px;
    border: 0px;
    border-radius: 0px;
}

.media {}

.alert {
    width: 50% !important;
    direction: rtl;
    background-color: #f1f1f1;
    border-color: #f2f2f2f2;
    color: #000;
    box-shadow: 1px 1px 10px #000;

}

.media .mr-3 {
    margin-left: 1rem !important;
}

.close {
    right: unset !important;
    left: 10px !important;
}

.alert-danger {
    width: 50% !important;
    direction: rtl;
    background-color: #dc3545;
    border-color: #f5c6cb;
    color: #fff;
    box-shadow: 1px 1px 10px #000;

}

.box-cart .inner-box>a>.price {
    font-weight: 600;
    font-size: 16px;
    margin-left: 8px;
    background: #F47B20;
    padding: 0px 6px;
    border-radius: 10px;
    color: #fff;
}

.box-cart .inner-box .dropdown-box .total span {
    color: #484848;
    font-weight: bold;
    font-size: 14px;
    float: left;
}

#header.navbar_fixed .main_menu {
    position: fixed;
    width: 100%;
    top: -70px;
    left: 0;
    right: 0;
    transform: translateY(70px);
    transition: transform 500ms ease, background 500ms ease;
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
    z-index: 99999999;
}

ul.flat-infomation li.phone {

    font-size: 16px;
}

.product-tab ul.tab-list li:before,
.flat-row-title h3:after {
    display: none;

}

.header-bottom {
    background-color: #2F598A;
}

.box-cart .inner-box ul.menu-compare-wishlist li a img {
    max-width: 22px;
}


.top-search form.form-search .box-search input {

    z-index: 1;
    position: relative;
}

.waves-effect {
    z-index: 2;
}

.top-search form.form-search .box-search input {
    padding-left: 11px;
}

.box-cart .inner-box ul.menu-compare-wishlist li {
    display: inline-block;
    margin-right: 10px;
}

#mega-menu:hover ul.menu {
    overflow: auto;
    overflow-x: hidden;

}

#mega-menu:hover ul.menu::-webkit-scrollbar {
    width: 7px;
    height: 7px;
}

#mega-menu:hover ul.menu::-webkit-scrollbar-thumb {
    background: #F47B20;
    border-radius: 16px;
    box-shadow: inset 2px 2px 2px hsl(0deg 0% 100% / 25%), inset -2px -2px 2px rgb(0 0 0 / 25%);
}

#mega-menu:hover ul.menu::-webkit-scrollbar-track {
    background: linear-gradient(90deg, #434343, #434343 1px, #111 0, #111);
}


#mega-menu>ul.menu {
    position: unset;

}

#mega-menu>ul.menu>li .drop-menu {
    top: 70px;
    left: 252px;
}

#mega-mobile>ul.menu>li>a.dropdown .btn-dropdown:after,
.btn-dropdown-child:after {
    content: '\f107';
    font-family: 'FontAwesome';
}

.slider .slider-item:before {
    display: none;
}

.main-shop .owl-carousel .owl-item img {
    height: 100%;
    width: 100%;
}

/* Product Box Line */
.product_style .product-box.line {
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    margin-bottom: 30px;
}

.product_style .product-box.line:hover {
    border-color: transparent;
}

.product_style .product-box:hover {
    overflow: visible;
}

.product_style .product-box .imagebox {
    text-align: center;
    padding: 8px;
    border: 2px solid transparent;
    position: relative;
    z-index: 99;
    min-height: auto;
    overflow: visible;
}

.product-box:hover .imagebox {
    top: 0;
    left: 0;
    width: 100%;
}

/* Product Box Color */
.product-box.color {
    margin-bottom: 5px;
}

.product-box.color:hover .imagebox {
    border-color: #f28b00 !important;
}

.product_style .imagebox .box-bottom .btn-add-cart a:hover {
    background-color: #2F598A !important;

}

.btn_add_out {
    display: inline-block;
    background-color: #F47B20 !important;
    color: #fff;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    border-radius: 10px;
    text-align: center;
    overflow: hidden;
    z-index: 3;
    width: 90%;
    margin: auto;
}

/* Product Box Style4 */
.product-box.style4 {
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    margin-bottom: 30px;
}

.product-box.style4:hover {
    border-color: transparent;
}

/* Imagebox */
.imagebox .box-image {
    margin-bottom: 5px;
    line-height: 209px;
    height: 209px;
}

.imagebox .box-image a {
    position: relative;
    display: block;
}

.imagebox span.item-new,
.imagebox span.item-sale {
    position: absolute;
    top: 24px;
    right: 10px;
    height: 45px;
    width: 45px;
    line-height: 44px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    background-color: #f28b00;
    border-radius: 50%;
    z-index: 99;
}

.imagebox span.item-sale {
    background-color: #2F598A;
    left: 10px;
    right: auto;
}

.imagebox .box-content .cat-name a {
    color: #919191;
    position: relative;
    display: block;
}

.imagebox .box-content .cat-name a:before,
.imagebox .box-content .cat-name a:after {
    content: '';
    position: absolute;
    height: 1px;
    width: 30px;
    background-color: #e5e5e5;
    top: 50%;
    left: 0;
}

.imagebox .box-content .cat-name a:after {
    right: -4px;
    left: auto;
}

.product_style .imagebox .box-content .product-name {
    min-height: 75px;
    margin-top: 1px;
    line-height: 1.2;
    text-align: left;
}

.product_style .imagebox .box-content .product-name a {
    color: #484848;
    font-size: 11px;
    line-height: 12px;
}

.product_style .imagebox .box-content .product-name a:hover {
    color: #f28b00;
}

.product_style .imagebox .box-content .price .sale {
    margin-right: 14px;
}

.product_style .imagebox .box-bottom {
    opacity: 0;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    transform: translateY(-20%);
}



.product_style .imagebox .box-bottom .btn-add-cart a {
    display: inline-block;
    background-color: #2F598A;
    color: #fff;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    border-radius: 10px;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 3;
    width: 90%;
}

.product_style .imagebox .box-bottom .btn-add-cart a:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: #f28b00;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}


.product_style .box-bottom .compare-wishlist {
    /* margin-top: 10px; */
    /* margin-bottom: 16px; */
    text-align: center;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    float: right;
    margin: 0;
}



.product_style .box-bottom .compare-wishlist a {
    font-size: 12px;
    font-weight: 600;
    color: #919191;
}

.product_style .box-bottom .compare-wishlist a:hover {
    color: #f28b00;
}

.product_style .box-bottom .compare-wishlist a.compare,
.product_style .box-bottom .compare-wishlist a.wishlist {
    margin-right: 5px;
    /* box-shadow: 0px 0px 4px #052533; */
    border: 1px solid;
    border-radius: 50%;
    margin-bottom: 4px;
}

.product-box:hover .imagebox {
    border: 2px solid #e5e5e5;
    border-radius: 8px;
    z-index: 999;
    background-color: #fff;

    /* box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	-webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
	*/
}

.product_style .product-box.style2:hover .imagebox {
    border: 2px solid #e5e5e5;
    border-radius: 8px;
    z-index: 999;
    background-color: #fff;

    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

}

.product_style .product-box:hover .imagebox .box-bottom {
    opacity: 1;
    display: block;
    transform: translateY(0%);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: auto;
    margin: 10px 0 0;
    left: 0;
    right: 0;
    position: absolute;
    top: 0;
    height: auto;
}

.product_style .imagebox .owl-theme .owl-controls .owl-nav div.owl-prev:before,
.product_style .imagebox .owl-theme .owl-controls .owl-nav div.owl-next:before {
    display: none;
}


.imagebox .box-bottom .btn-add-cart a {
    background-color: #2F598A;
    color: #fff;
}

.imagebox .box-bottom .compare-wishlist a img {
    padding-right: 10px;
    max-width: 25px;
    /* line-height: 2; */
}




.owl-carousel-3.owl-theme .owl-controls .owl-dots {
    padding: 20px 0 3px;
    display: none;
}

.owl-carousel-3.owl-theme .owl-controls .owl-dots {
    padding: 20px 0 3px;
    display: none !important;
}

.product-box {
    height: auto;
    margin-bottom: 0px;
    overflow: hidden;
}

.product-tab {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 5px;
    width: 100%;
}

.top-search form.form-search .cat-wrap {
    display: none;
}

#mainnav ul.menu>li>a {
    border-right: 1px solid #fff;
    word-spacing: 0px;
}

#mega-menu>.btn-mega {
    background-color: #F47B20;
}

.sale {
    color: #000000;
    font-weight: 700;
    font-size: 22px;
    font-family: 'Nunito';
    text-align: center;
}

.content-detail .price {
    display: flex;
    width: 100%;
    justify-content: center;
}

.product_style .box-bottom .compare-wishlist a img {
    max-width: 30px;
    display: block;
    padding: 7px;
    transition: 0.5s;
}

.flat-imagebox.style3 {
    background: #efefef;
}

.imagebox.style3 .box-image.save span {
    background-color: #2F598A;
}

.count-down .square .text {
    color: #2F598A;
}

.imagebox .box-content .price .sale {
    font-size: 14px;
}

.regular {
    color: #c5c5c5;
    font-size: 12px;
    text-decoration: line-through;
}

/*login*/


.wrapper {
    overflow: hidden;
    max-width: 100%;
    background-image: url(images/connection.html);
    box-shadow: inset 1px 1px 1px #000;
    background-size: cover;
    background-position: center;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.1);
}

.wrapper .title-text {
    display: flex;
    width: 200%;
}

.wrapper .title {
    width: 50%;
    font-size: 35px;
    font-weight: 600;
    text-align: center;
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .slide-controls {
    position: relative;
    display: flex;
    height: 50px;
    width: 100%;
    overflow: hidden;
    margin: 30px 0 10px 0;
    justify-content: space-between;
    border: 1px solid lightgrey;
    border-radius: 5px;
}

.slide-controls .slide {
    height: 100%;
    width: 100%;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    line-height: 48px;
    cursor: pointer;
    z-index: 1;
    transition: all 0.6s ease;
}

.slide-controls label.signup {
    color: #000;
}

.slide-controls .slider-tab {
    position: absolute;
    height: 100%;
    width: 50%;
    left: 0;
    z-index: 0;
    border-radius: 5px;
    background: #F47B20;
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

input[type="radio"] {
    display: none;
}

#signup:checked~.slider-tab {
    left: 50%;
}

#signup:checked~label.signup {
    color: #fff;
    cursor: default;
    user-select: none;
}

#signup:checked~label.login {
    color: #000;
}

#login:checked~label.signup {
    color: #000;
}

#login:checked~label.login {
    cursor: default;
    user-select: none;
}

.wrapper .form-container {
    width: 100%;
    overflow: hidden;
}

.form-container .form-inner {
    display: flex;
    width: 200%;
}

.form-container .form-inner form {
    width: 50%;
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.form-inner form .field {
    height: 50px;
    width: 100%;
    margin-top: 20px;
}

.form-inner form .field input {
    height: 100%;
    width: 100%;
    outline: none;
    padding-left: 15px;
    border-radius: 5px;
    border: 1px solid lightgrey;
    border-bottom-width: 2px;
    font-size: 17px;
    transition: all 0.3s ease;
}

.form-inner form .field input:focus {
    border-color: #fc83bb;
    /* box-shadow: inset 0 0 3px #fb6aae; */
}

.form-inner form .field input::placeholder {
    color: #999;
    transition: all 0.3s ease;
}

form .field input:focus::placeholder {
    color: #b3b3b3;
}

.form-inner form .pass-link {
    margin-top: 5px;
}

.form-inner form .signup-link {
    text-align: center;
    margin-top: 30px;
}

.form-inner form .pass-link a,
.form-inner form .signup-link a {
    color: #fa4299;
    text-decoration: none;
}

.form-inner form .pass-link a:hover,
.form-inner form .signup-link a:hover {
    text-decoration: underline;
}

form .btn {
    height: 50px;
    width: 100%;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
}

form .btn-info {
    height: auto;
    background: #2F598A;
}

form .btn-info:hover {
    height: auto;
    background: #F47B20;
}

form .btn .btn-layer {
    height: 100%;
    width: 300%;
    position: absolute;
    left: -100%;
    background: -webkit-linear-gradient(right, #2F598A, #2489b8, #58b2db, #b6e7fd);
    border-radius: 5px;
    transition: all 0.4s ease;
}

form .btn:hover .btn-layer {
    left: 0;
}

form .btn input[type="submit"] {
    height: 100%;
    width: 100%;
    z-index: 1;
    position: relative;
    background: none;
    border: none;
    color: #fff;
    padding-left: 0;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
}

.wrapper .checkbox {
    margin-top: 0px;
    margin-bottom: 0;
}

.wrapper button {
    background-color: #2F598A;
}



.box-cart .inner-box .dropdown-box .total {
    text-align: right;
    border-top: 2px solid #6161619e;
}







/**shop***/
.imagebox.style1.v3 .box-price .btn-add-cart a {
    background-color: #2F598A;
}

.imagebox.style1.v3 .box-price .compare-wishlist a img {
    padding-right: 10px;
    max-width: 26px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid #2F598A;
    background-color: #2F598A;

}

.ui-widget-header {
    border: 1px solid #2F598A;
    background: #2F598A;

}

/*******single*******/
.flex-control-thumbs .flex-active {
    border: 2px solid #2F598A;
}

.product-detail.style2 .quanlity-box .text p.price {
    color: #2F598A;
}

.box-cart.style2 .btn-add-cart a {
    background-color: #2F598A;
}

/*****location*****/
.flat-location .location {
    margin-top: 40px;
}

.nav-pills .nav-item {
    margin-bottom: 25px;
}



.nav-pills .nav-item.show .nav-link,
.nav-pills .nav-link.active {
    color: #fff;
    background-color: #2F598A;
    font-size: 20px;
    font-weight: 600;
}

/**product**/
.review .text .p_num {
    background-color: #F47B20;
    padding: 2px 6px;
    border-radius: 5px;
    color: #fff;
}

.reviewed .status-product span {

    margin-left: 5px;
}

.product-detail .footer-detail .quanlity-box>div.colors {
    margin-right: 0;

}

.tecnical-specs table tr td:first-child {
    width: 50%;

}

.box-text h3:first-child {
    text-align: center !important;
    margin-bottom: 10px !important;
    margin-left: 0px !important;
    font-size: 24px !important;
    font-weight: 600 !important;
    padding: 8px;
    color: #fff !important;
    background-color: rgb(0 125 185) !important;
}

.delete {
    padding: 0 2px;
    color: #fff;
    border-radius: 3px;

}

/*lap*/
.product-box:hover .imagebox {
    z-index: 9;
}

.search-filter-input .amount input {
    margin-top: 15px;
}





/*****/



.btn-add-cart a {
    background-color: #0085c4;
    color: #fff;
}


.product_style .imagebox .btn-add-cart a {
    display: inline-block;
    background-color: #2F598A;
    color: #fff;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    border-radius: 10px;
    text-align: center;
    overflow: hidden;
    z-index: 3;
    width: 90%;
    margin: auto;

}

.product_style .product-box:hover .imagebox .btn-add-cart a {
    opacity: 1;
    display: block;
    transform: translateY(20%);
    width: auto;
    margin: 10px 0 0;

    height: auto;
    width: 90%;
    margin: auto;
    position: relative;
}

.product_style .btn-add-cart a {
    opacity: 0;
    left: 0;
    right: 0;
    position: absolute;
    bottom: 0;
    display: none;
}


/****new***/
.product-tab ul.tab-list li.active,
.flat-row-title h3,
.main-shop .wrap-imagebox .flat-row-title h3 {
    color: #fff;
    font-size: 20px;
    background: #F47B20;
    padding: 6px 16px;
    border-radius: 5px;
    font-family: 'Staatliches', cursive;
    letter-spacing: 1px;
}

.flat-row-title h3 {
    display: inline-block;
    position: relative;
}

.flat-row-title h3:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 50%;
    margin-left: -3.5px;
    border-bottom: 7px solid #e5e5e5;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    opacity: 1;
    z-index: 99;
}



/*lap*/
.pagination .page-item {
    margin: 0 4.5px;
}

.page-item .page-link {
    z-index: 2;
    display: inline-block;
    height: 40px;
    line-height: 21px;
    width: 40px;
    text-align: center;
    color: #484848;
    border: 2px solid #e5e5e5;
    border-radius: 50%;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.page-item.active .page-link {
    z-index: 2;
    color: #fff !important;
    background-color: #2F598A;
    border-color: #dddddd;
    display: inline-block;
    height: 40px;
    line-height: 21px;
    width: 40px;
    text-align: center;
    color: #484848;
    border: 2px solid #e5e5e5;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#shop .sidebar .widget .widget-title h3 {
    margin-top: 10px;
}

/**/


table.product thead tr th {
    color: #000000;
    font-size: 16px;
    font-weight: 700;
}

.radio-info input[type="radio"]:checked+label::after {
    background-color: #2F598A !important;
}

.cart-totals table tr td.price-total {
    font-size: 24px;
    font-weight: 800;
    font-family: 'cairo';
    color: #F47B20;
    padding: 22px 0;
}

.cart-totals table tr td.total {
    font-size: 24px;
    font-weight: 800;
    font-family: 'cairo';
    color: #000;
    padding: 22px 0;
}

.cart-totals.style2 form .checkbox {
    margin-top: 40px;

}


.cart-totals {
    padding: 35px 40px 46px 41px;
    border-radius: 8px;
    background-color: #ffffff;
    /* border: 3px solid #000; */
    box-shadow: 1px 1px 11px #000;
}

.cart-totals table .line_tota {
    border-top: 1px solid #8c8c8c;
}

.cart-totals table .line_head {
    border-bottom: 1px solid #8c8c8c;
}

.cart-totals .last-radio {
    padding-left: 20px;
    color: #2d2d2d;
    float: left;
    position: relative;
    margin: 10px 0;
}

.ino_voucher {
    border-radius: 30px 0px 0px 30px !important;
    height: 37px !important;

}

.visa_img {}

.btn-radio.style2 {

    display: block;
}


.t-check .table-bordered td,
.table-bordered th {
    border: 1px solid #eceeef;
    text-align: center;
}

.t-check .table th {

    font-weight: 700 !important;
}

.btn-radio .radio-info label:after {
    height: 25px;
    width: 25px;
    border: 4px solid #cecece !important;
}

.btn-radio .radio-info label:after {

    top: 2px;
    height: 22px;
    width: 22px;
    border-radius: 0;
}

.btn-radio .radio-info label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    height: 22px;
    width: 22px;
    border-radius: 0;
    background-color: #e0e0e0;
    line-height: 68px;
}

.btn-radio.style2 .radio-info label {
    width: 100%;
    padding-right: 12px;
    color: #000000;
    float: right;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 2px solid #e0e0e0;
    padding-bottom: 15px;
    margin: 8px 0 15px 0;
}

.btn-radio.style2 .radio-info .cash-delivery {
    margin: 32px 0;
    padding-bottom: 15px;
}

.box-checkout .checkout-login {

    display: inline-block;
    width: 100%;
}

#log_out {
    background: #F47B20;
    height: 30px;
    padding: 0px 10px;
    line-height: 13px;
    width: 100%;
    margin: auto;
}

.box-cart .inner-box .dropdown-box {
    right: 20px;
    left: unset;
}

#checkout_btn {
    background: #F47B20;
    color: #FFF;
}

#checkout_btn:hover {
    background: #919191;
}

@media (max-width:768px) {
    .slider-item {
        height: auto;
    }

    .flat-banner-box {
        padding: 0;
    }

    .owl-carousel-3.owl-theme .owl-controls .owl-nav div.owl-prev {
        left: -10px;
    }

    .owl-carousel-3.owl-theme .owl-controls .owl-nav div.owl-next {
        right: -10px;
    }

    .flat-location .location {
        height: auto;
    }

    .flat-location iframe {
        width: 100% !important;
    }

    .main-shop .owl-carousel .owl-item img {
        height: auto;
    }

    .slider .slider-item.style9 {
        height: auto;
    }

    .product-box.style3,
    .imagebox.style1.v3 {
        height: 530px;
    }

    /*****/
    .flat-iconbox {
        display: none;
    }

    .flat-row,
    .flat-iconbox.style1 {
        padding: 10px 0px 0 0;
    }

    .product-tab {
        margin-bottom: 0px;
        margin-top: 15px;
    }

    .cat-title a {
        color: #fff !important;
    }

    .alert {
        width: 100% !important;
        right: 0 !important;
    }

    .media .mr-3 {
        margin-left: 1rem !important;
    }

    .alert-danger {
        width: 100% !important;
        right: 0 !important;
    }

    .box-cart .inner-box>a>.price {
        font-weight: 600;
        font-size: 16px;
        margin-left: 8px;
        background: #F47B20;
        padding: 0px 6px;
        border-radius: 10px;
        color: #fff;
    }

    .box-cart .inner-box ul.menu-compare-wishlist li {
        display: inline-block;
        margin-right: 0px;
    }

    /**mob**/
    footer .container .row .col-md-6:nth-child(3),
    footer .container .row .col-md-6:nth-child(2) {
        display: none;
    }

    .widget-about ul.social-list {
        text-align: center;
        margin-top: 15px;
    }

    .product-box.style1 {
        margin-bottom: 0;
    }

    .widget-newsletter>p {
        margin-top: 50px;
    }

    .widget-about .widget-content {
        padding-top: 5px;
    }
}

@media (max-width:767px) {
    .row .col-xs-6 .flat-support li:nth-child(1) {
        display: none;
    }

    .row_h {
        display: flex;
    }

    .row_h .col_h {
        width: 50% !important;
        padding-left: 0;
        padding-right: 0;
    }

    ul.flat-unstyled,
    ul.flat-support {
        text-align: center;
        float: left;
        font-size: 10px;
        /* width: auto; */
    }

    ul.flat-support li a {
        border-right: 1px solid #e5e5e5;
        padding-right: 2px;
        padding-left: 4px;
        font-size: 10px;
        font-weight: 400;
    }

    ul.flat-unstyled>li {
        font-size: 10px;
    }

    #logo a img {
        max-width: 45% !important;
        padding: 28px 0 8px 0;

    }

    .logo-ft a img {
        max-width: 45% !important;
        padding: 28px 0 8px 0;
    }

    #logo a .icon_logo {
        display: block !important;
        text-align: center;
        margin: auto;
        max-width: 70% !important;
        /* padding: 6px; */
        padding: 10px 0 6px 0;
    }

    #logo a .logo_lg {
        display: none;
    }

    .product-tab ul.tab-list li.active,
    .flat-row-title h3,
    .main-shop .wrap-imagebox .flat-row-title h3 {
        font-size: 14px;
        background: #F47B20;
        padding: 4px 12px;
        font-weight: 600;
        display: inline-block;
        margin-top: 15px !important;
    }

    .box-cart .inner-box .dropdown-box {
        right: -55px;
        left: unset;
    }

    .top-search form.form-search .box-search input {
        height: 35px !important;
    }

    button,
    input[type="button"],
    input[type="reset"],
    input[type="submit"],
    select {
        padding: 0px 15px 0 15px;
        height: 35px;
        line-height: 29px;
        font-size: 14px;
    }

    .top-search {
        padding: 5px 0 5px;
    }

    .box_cart_1 {
        text-align: center;
        padding: 5px 0;
        background: #2F598A;
        position: fixed;
        bottom: 0;
        right: 0;
        left: 0;
        width: 100%;
        z-index: 999999999 !important;
    }

    .box_cart_1 .inner-box .dropdown-box {
        bottom: 55px !important;
        z-index: 999999999 !important;
        top: unset;
    }

    .box_cart_1>.inner-box:hover>.dropdown-box {
        bottom: 55px !important;
        top: unset;
    }

    .box_cart_1 .inner-box .dropdown-box:before {
        bottom: -7px;
        border-top: 7px solid #e5e5e5;
    }

    .box_cart_1 .inner-box ul.menu-compare-wishlist li a,
    .box_cart_1 .inner-box>a>div.icon-cart {
        height: 40px;
        width: 40px;
        line-height: 34px;
        margin-right: 34px;
    }

    .box_cart_1 .inner-box>a>div.icon-cart {
        margin-right: 20px;
    }

    .box-cart .inner-box>a:hover>div.icon-cart {
        border-color: #484848;
    }

    .footer-bottom {
        margin-bottom: 50px;
    }
}


.delete {
    background-color: transparent;

}

.table-wishlist thead tr th {
    font-family: cairo;
    padding: 10px 0 10px;
    font-size: 16px;
    color: #484848;
    font-weight: 700 !important;
    text-align: center !important;
}

.table-wishlist thead tr th:first-child {
    font-size: 16px;
    letter-spacing: -0.3px;
}

.table-compare tr th {
    background-color: #f5f5f5;
    width: 20.74%;
    color: #2d2d2d;
    font-size: 20px;
    font-weight: 600;
    font-family: 'cairo';
    padding-left: unset;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.table-compare .img-pro {
    width: 200px;
    height: 100px;
    object-fit: contain;
    padding: 10px;
}

.table-compare .btn-add-cart {


    display: inline-block;
    background-color: #2F598A;
    color: #fff;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    border-radius: 10px;
    text-align: center;
    overflow: hidden;
    z-index: 3;
    width: 60%;
    margin: auto;
}

.transparent {
    background: transparent !important;
}

.m-forget #signup:checked~.slider-tab {
    left: 0;
    right: 0;
}

.m-forget .slide-controls .slider-tab {
    width: 100%;
}

.m-forget .form-container .form-inner form {
    width: 100%;
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.m-forget .form-container .form-inner form {

    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    padding: 39px;
}

.m-forget .form-container .form-inner {
    display: flex;
    width: auto;
}

.preloader {
    z-index: 999999999999999999999;
    position: fixed;
    transition: all 0;
}

body {
    /* opacity: .3; */
}

.widget-categories>ul.cat-list>li>a:before {
    display: none;
}

.box-checkbox li {
    margin-bottom: 5px;
}

.widget-title-f {
    display: none;
}

@media (max-width:767px) {


    .widget-content {
        display: none;
    }

    .widget-title-f {
        display: block;
    }
}

br {
    margin: 10px 0;
}

.list_ul {
    list-style: auto;
}

.list_ul li {
    padding: 4px 0;
    border: none;
}

.review-list .review-metadata .name {
    display: inline-block;
    font-weight: bold;
    color: #000000;
    font-size: 16px;
}

.m-romove-compare {
    background-color: #F47B20 !important;
}

.currency-price {
    direction: ltr;
}



ul.flat-support li {
    display: inline-block !important;
}


@media(max-width:767px) {
    .table-compare tr th {
        font-size: 13px;
    }
}

.m-cart tr th,
.m-cart tr td {
    width: 15% !important;

}

.m-cart .btn-add-cart {
    width: 73% !important;

}


.mt-cus {
    margin-top: 55px;
}

.quanlity-box>div {
    width: 174px;
    display: inline-block
}

.quanlity-box>div.colors {
    margin-right: 8px;
    position: relative
}

.quanlity-box>div.colors:before {
    content: '\f107';
    position: absolute;
    font-family: Fontawesome;
    top: 12px;
    right: 22px;
    font-size: 14px;
    color: #1b1b19;
    z-index: 2
}

.quanlity-box>div.colors select {
    background-color: #fff;
    box-shadow: 0 2px 3px 0 #eaeaea;
    height: 46px
}

.quanlity-box>div.quanlity {
    position: relative
}

.quanlity-box>div.quanlity input {
    background-color: #fff;
    box-shadow: 0 2px 3px 0 #eaeaea;
    border-color: transparent;
    height: 46px;
    text-align: center;
    padding: 15px;
    color: #484848;
    position: relative
}

.quanlity-box>div.quanlity .btn-down {
    position: absolute;
    width: 20px;
    height: 20px;
    background: 0 0;
    top: 12px;
    left: 20px;
    z-index: 3;
    cursor: pointer
}

.quanlity-box>div.quanlity .btn-down:after {
    content: '';
    position: absolute;
    width: 15px;
    height: 2px;
    background: #484848;
    top: 11px;
    left: 0;
    z-index: 2
}

.quanlity-box>div.quanlity .btn-up {
    position: absolute;
    width: 20px;
    height: 20px;
    background: 0 0;
    top: 12px;
    right: 20px;
    z-index: 3;
    cursor: pointer
}

.quanlity-box>div.quanlity .btn-up:after {
    content: '';
    position: absolute;
    width: 15px;
    height: 2px;
    background: #484848;
    top: 10px;
    right: 0;
    z-index: 2
}

.quanlity-box>div.quanlity .btn-up:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 15px;
    background: #484848;
    top: 3px;
    right: 6.5px;
    z-index: 2
}


.buy {
    background-color: #f4f5f6;
    font-size: 14px;


}

.buy .buy .apply {
    background-color: #2F598A;
    color: #fff;
    padding: 6px 20px
}

.buying {
    /* background-color: #2F598A; */
    color: #fff;
    margin-top: 20px;
}

.bg-orange {
    background-color: #2F598A;

}

.bg-orange2 {
    padding: 6px 25px !important;
    height: 37px !important;
}

.handle-radius {
    border-radius: 30px;
}

.text-dark {
    font-weight: bolder;
}

.by {
    font-size: 14px;
    border-radius: 0 !important;
    background: white !important;
    height: 42px !important;
    margin-top: 9px !important;
}

.vertical {
    vertical-align: middle;
}

@media(max-width:767px) {
    .cs-width {
        width: 135% !important;
    }
}

.font-p {
    color: #2F598A;
}



#notifications {
    padding: 50px 0 100px 0 !important;
    position: relative;
    min-height: 100vh
}

#notifications .notify p {
    color: gray
}

#notifications .paginate {
    bottom: -95px !important
}



.notify.border {
    border: 1px solid #e2e2e2;
}

.pag {
    padding: 3px 10px !important;
    margin: 0 11px !important;
    font-weight: bolder
}

.pag.active {
    background-color: #2F598A !important;
    color: #fff !important;
    border-radius: 5px
}

.pag.active a {
    color: #fff !important
}




.pay {
    margin: 30px 0
}

.pay input {
    height: 16px;
    width: 19px;
    position: relative;
    top: 3px
}

.head-pay {
    font-size: 18px
}

.bill {
    background-color: #eee;
    padding: 50px 30px;
    text-align: center;
    color: #8b8b8b;
    font-weight: bolder;
    position: relative
}

.bill .upload-bill {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0
}

.bil {
    display: none
}

.choose {
    cursor: pointer
}

.payment-form {
    background-color: #eee;
    padding: 21px 9px
}

.custom-padding {
    padding: 23px 13px !important
}

.cont {
    min-height: 50vh
}

.d-flex {
    display: flex;
}

.paym input {
    border-radius: 0 !important;
    background-color: white !important;
}

.choose {
    display: inline-block !important;
}

.pad {
    padding: 0 !important;
}


.logo_lg {
    max-height: 100px !important;
}

@media(min-width:767px) {


    .slider-ite img {
        height: 480px !important;
    }
}

.flat-row.flat-banner-box.product_style img {
    height: unset !important;
}

.box-image img {
    height: 150px !important;
}

.flat-row.flat-banner-box.product_style .double-height {
    height: 488px !important;
}

.list-group-item.active-item {
    background-color: #2F598A !important;

}

.list-group-item.active-item a {

    color: white !important;
}

h5.font-weight-bolder.mt-md-0.mt-3 {
    font-size: 16px;
    font-weight: bolder !important;
}


#places {
    padding: 220px 0 90px 0 !important
}

.place {
    position: relative;
    padding: 0 30px 30px 20px
}

.place .d {
    position: absolute;
    top: 14px;
    left: 10px;
    width: 3px;
    height: 100%;
    background-color: #2F598A
}

.place .dotted {
    position: absolute;
    top: 8px;
    left: 6px;
    width: 11px;
    height: 11px;
    background-color: #2F598A;
    border-radius: 50%
}

.font-14 {
    font-size: 14px
}



.font-16 {
    font-size: 16px
}



.font-18 {
    font-size: 18px
}




.order {
    padding: 10px 10px;
    position: relative
}

.order .discount {
    padding: 4px;
    border-radius: 50%;
    background-color: #2F598A;
    color: #fff;
    position: absolute;
    top: 16px;
    left: 27px;
    font-size: 13px
}

.order .img-contain {
    padding: 10px;
    text-align: center;
    overflow: hidden
}

.order .img-contain img {
    width: 130px;
    height: 13vh
}

.order .price {
    margin-left: 20px;
    margin-left: 0;
    color: #2F598A;
    font-weight: 700
}

.order .old-price {
    text-decoration: line-through;
    color: gray;
    font-weight: 700
}


.font-p {
    color: #2F598A !important;
}


.remove {
    font-size: 12px
}

.remove .r {
    font-size: 20px;
    font-weight: bolder
}

.remove-order,
.show-order {
    font-size: 12px;
    text-align: left;
    position: relative;

    left: -9px;
}

@media (max-width:767px) {

    .remove-order,
    .show-order {
        left: 8px
    }
}



@media (max-width:767px) {
    .status {
        text-align: right !important
    }

    html:lang(en) .status {
        text-align: left !important
    }

    .img-contain img {
        width: 75% !important
    }
}


.order.border {
    border: 1px solid #e2e2e2;
}

.discount-p {
    top: 25px;
    left: 27px;
    padding: 9px 7px;
    font-size: 12px;
    background-color: #2F598A;
    color: #fff;
    border-radius: 50%
}

.img-contain.border {
    border: 1px solid #e2e2e2;
}

.pos {
    position: absolute;
}

.order .status {
    text-align: right;
    font-size: 15px;
}


.send {
    background-color: #2F598A !important;
    padding: 5px 20px;
    color: #fff !important
}

.action a {
    color: #000
}

.action a i {
    color: #beb6b6
}

.rounded-bill {
    border-radius: 30px !important
}


.address.border {
    border: 1px solid #e2e2e2;
    padding: 29px 14px 4px 14px !important;
}

.modal-content input {
    border-radius: 0 !important;
    font-size: 15px;
}


#addAddress .modal-content {
    transform: scaleY(.7) scaleX(.8);
    top: -120px
}

.btn.btn-primary.text-white.save-add.rounded-bill {
    background-color: #2F598A !important;
    width: 140px;
    font-size: 14px;
}

.adding-address {
    cursor: pointer;
}

.text-orange {
    color: #2F598A;
}


#addAddress #map {
    height: 30vh;
    width: 100%
}

.modal .close {
    color: #2F598A !important;
}

#map button {
    display: none;
}


#profile .img-contain img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: relative;
    left: -7px;
    border: 1px solid #cfcfcf;
}

#profile .input-container {
    margin-bottom: 23px;
    font-size: 14px;
    position: relative;
    left: 35px
}

@media (max-width:993px) {
    #profile .input-container {
        position: relative;
        left: 30px
    }
}

#profile .input-container input,
#profile .input-container span {
    font-size: 16px;
    color: #666 !important
}

#profile .input-container span {
    padding: .423rem 1.2rem !important;
    width: 3px;
    position: relative;
    left: -35px;
    margin: 0 1px;
    font-size: 20px;
    top: 0;
    color: #d5d5d5 !important
}

#profile .input-container input {
    padding: 7px 44px 10px 3px;
    height: 47px
}

#profile .send {
    background-color: #2F598A;
    border: none;
    border-radius: 0;
    color: #fff;
    position: relative;
    left: 35px;
    padding: 6px 4px 10px 4px;
    width: 136px !important
}

#profile .upload-container {
    position: relative;
    cursor: pointer;
    left: -20px;
    font-size: 14px
}

#profile .upload-container .upload-img {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
}

#profile input {
    border-radius: 0 !important;
}

.upload-container {
    margin-bottom: 20px !important;
}

#profile .send {
    border-radius: 30px !important;
    height: 44px !important;
    padding: 2px 4px 10px 4px;
}

/*
#profile i{
    color: #8b8b8b !important;

} */

html #profile .upload-container {
    left: 73px
}

html #profile .input-container {
    left: -38px
}

html #profile .send {
    left: -35px
}

html .hand-ar {
    position: relative;
    left: 17px
}

html #profile .upload-container {
    left: 22px
}

html .input-container input {
    padding: 7px 44px 10px 44px !important
}

html .input-container span {
    left: 35px !important
}


#success {
    min-height: 69vh;
}

#success .check {
    width: 70px;
    height: 70px
}

#success .text-un {
    text-decoration: underline
}


.border.px-3.py-4.mb-5.bg-white {
    border: 1px solid #e2e2e2;
}

.choose_address_container .font-g {
    color: #9b9b9b !important;
    margin-top: 5px;
}

.t-dark {
    color: black !important;
    position: relative;
    top: -7px;
}

#checkout_form_h {
    display: none !important;
}


.categories-content .img-container {
    width: 150px;
    height: 150px;
    /*background-color: #ffffff !important;*/
    /*border-radius: 50%;*/
    /*border: 2px solid;*/
    margin: 8px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    transition: all .6s;

}

.categories-content .img-container img {
    width: 150px;
    height: 150px;
    transition: all .6s;
    /* object-fit: contain; */
}

.trans {
    background-color: transparent !important
}

.df {
    display: flex;
    align-items: center;
    align-content: center
}


.categories-content .text-center.col-md-2.col-sm-4.col-5 {
    margin-bottom: 20px;
}

.d.text-center {
    font-size: 16px;
}

.categories-content .img-container:hover {
    /*overflow: hidden;*/
    /*background-color: gray !important;*/
    /*border: 4px solid #34394d !important;*/
}

.categories-content .img-container:hover img {
    /*transform: scale(1.1);*/
}

.product-detail.style3.mt-cus {
    padding: 22px 18px 18px;
    margin-left: -15px;
}


#comments {
    padding: 0px 0 0px 0;
    /* background-color: white !important; */
}

#comments .comments-container {
    padding: 32px 29px 40px 20px
}

#comments .comment {
    padding: 10px 10px
}

#comments .comment .comment-contain {
    padding: 10px 10px 10px 10px
}

#comments .all-rates-c {
    position: absolute;
    bottom: -17px;
    left: 21px
}

#comments .all-rates {
    color: #2F598A;
}

#comments .rate-values .fa-star {
    color: #2F598A;
}

#comments .rate-container {
    background-color: #f6f6f6;
    padding: 20px 20px
}

#comments .rate-container .fa-star {
    color: #2F598A;
}

#comments .rate-container .total-rate {
    background-color: #2F598A;
    color: #fff;
    font-size: 20px;
    width: 60px;
    height: 60px;
    border-radius: 50%
}

#comments .rate-container .progress {
    width: 136px;
    height: 4px;
    background-color: #a3a3a3
}

#comments .rate-container .progress .width-progress {
    height: 100%;
    background-color: #2F598A;
}

.fa-active {
    color: #2F598A !important
}

.fa-not-active {
    color: gray !important
}

.img-sm {
    cursor: pointer !important
}

.img-sm img {
    width: 100%;
    height: 78px
}

.active-heart {
    display: none;
    cursor: pointer
}

.main-img {
    width: 100%;
    height: 335px
}

#rate-product .r {
    font-size: 20px
}

#rate-product textarea {
    height: 113px;
    padding: 20px;
    border: 1px solid gray !important;
    margin: 0 35px -9px 5px
}

#rate-product .rate-v {
    cursor: pointer
}

#rate-product .rate-v .fas.fa-star {
    color: gray;
    font-size: 25px
}

#rate-product .comment-btn {
    background-color: #2F598A;
    color: #fff;
    padding: 7px 38px;
    margin: 0 10px;
    border-radius: 30px !important
}

.dis2 {
    top: 30px;
    right: 10px
}

.transparent {
    background: 0 0 !important
}

#comments .border {
    border: 1px solid #e2e2e2;

    background-color: white !important;
}


html #comments .container,
html #rate-product .container {
    padding: 10px !important;
}


#rate-product textarea {
    height: 148px;
    border: 1px solid #e2e2e2 !important;
    border-radius: 0;
    background: white;
}

#rate-product .comment-btn {
    background-color: #2F598A;
    color: #fff;
    padding: 0px 24px;
    margin: 0 10px;
    border-radius: 30px !important;
    height: 36px;
}

#comments p {
    font-size: 15px !important;
}

.rate-values,
.date {
    margin-top: 10px;
}

@media(max-width:767px) {
    .x-rev {
        flex-direction: column;
    }

    .btn-x-con {
        width: 100%;
        text-align: center;
    }

    .btn-x-con button {
        width: 120px;
        position: relative;
        top: -40px;
    }

    #rate-product textarea {

        margin: 0 !important;
    }

}



.maplayer {
    height: 58vh;
    width: 100%;
}

#rate-product {
    margin-top: 25px;
}



@media(max-width:767px) {
    .box-cart .inner-box .dropdown-box:before {
        opacity: 0;
    }

    .map-barnch {
        display: block !important;
        width: 100% !important;
        height: 50vh !important;
    }

    .tab-content {
        min-height: 145vh !important;
    }

    #button_subscribe {
        margin-top: 6px;
    }
}

#button_subscribe {
    transform: rotate(180deg);
}

.handle-menu {
    position: fixed;
    width: 100%;
    top: 54px;
    background: #262626;
}


@media(max-width:767px) {
    .mt-cus {
        margin: 36px -1px 10px -1px !important;
    }

    .d-flex.pay {
        flex-direction: column;
    }

    .d-flex.pay .mr-4 {
        margin: 0 !important;
    }


    .accordion-toggle .toggle-title {
        font-size: 14px;
        padding: 7px 33px 6px;
        min-height: 58px;
        display: flex;
        align-content: center;
        align-items: center;
    }

    .accordion-toggle .toggle-title:after {
        left: 14.5px !important;
        right: unset;
    }

    .accordion-toggle .toggle-title:before {
        left: 21.5px !important;
        right: unset;
    }
}

body {
    opacity: 0;
}

.signup .form-box {
    margin-top: 10px !important;
}

.signup select {
    height: 48px !important;
}

#form-contact .form-box.one-half.password-contact {
    padding-left: 0 !important;
}

@media(max-width:767px) {
    .signup .mx-pass {
        margin-top: -4px !important;
    }

    #form-contact .form-box.one-half {
        width: 47% !important;
        margin: 0 5px !important;

    }

    .sub-j {
        margin-top: 22px !important;
    }

    .text-about {
        margin: 30px 5px 0 5px !important;
        padding: 30px 10px !important;
    }

    #notifications .row {
        flex-direction: column-reverse !important;
    }

    #notifications {
        padding-top: 0 !important;
    }

    .img-contain.hand-ar img {
        width: 100px !important;
    }

    #profile .send {
        padding: 0px 4px 0px 4px !important;
    }

    #notifications .list-group {
        margin-top: 40px !important;
    }

    .order-title {
        margin-top: 41px !important;
    }

    .note {
        margin-top: 45px !important;
        margin-bottom: 10px;
    }

    #notifications .order.row {
        flex-direction: column !important;
    }

    .mx-places {
        margin-top: 40px !important;
    }
}

.comp {
    font-size: 21px;
    position: relative;
    top: 6px;
}

.comp2 {
    font-size: 16px;
    top: 5px;
    position: relative;
}

.comp3 {
    position: relative;
    top: 4px;
    font-size: 15px;

}


.mx-cxs {
    margin: 0 6px !important;
}

.box-bottom .wishlist,
.box-bottom .compare {
    width: 30px !important;
    height: 30px !important;
}

.selected-address {
    border: 2px solid #2F598A !important;
}

.the-bill-image {
    display: none;
    width: 119px;
    height: 99px;
    object-fit: contain;
    margin: 0 auto;
}


@media(min-width:767px) {
    .signup .form-b-m {

        position: relative;
        top: 12px;
    }

}

.featured-post {
    transition: all 1s;
    overflow: hidden;
}

.featured-post:hover {
    /* border: 4px solid #7b7c80 !important;
    border-radius: 50% !important; */
    box-shadow: 0 0 10px rgb(99, 98, 98);
}

.featured-post img {
    transition: all 1s !important;
}

.featured-post:hover img {
    transform: scale(1.2) rotate(3deg);

}

.login .alert {
    margin: 29px auto;
}

input[name='captcha'] {
    margin-top: 21px !important;
}

.m-cart .btn-add-cart {
    width: 55% !important;
}

.swal-button {
    padding: 4px 24px;
}

.forget-password-auth {
    padding: 50px 10px;
}

.forget-password-auth  button{
    width: 574px !important;
    background: #2f598a;
}

.forget-password-auth .form-login {
    box-shadow: 0 0 13px #eaeaea;
    height: auto;
    margin-top: 43px;
}


@media(max-width:500px){
    html:lang(ar) .count_items {
        right: unset;
        left: 16px !important;
    }
}

.mCustomScrollBox{
    display: none !important;
}

.box-checkbox.scroll{
    overflow: auto;
}
