/*tackook.com*/
*:not(.fa) {
    font-family:irsans !important;
}
header {
    background-color: #f2f2f2;
}
main {
 background-color:white;
}
.header_user_info>li {
 float:right;
}
.shopping_cart {
    webkit-border-radius: 5px 0 0 0;
    -moz-border-radius: 5px 0 0 0;
    border-radius: 5px 0 0 0;
}
.header_user_info>li {
    /*direction: ltr;*/
}
.header_user_info>li+li {
    margin-right: 28px;
    margin-left: unset;
}
#search_block .form-search .button-search {
    float: left;
    border-radius: 5px 0 0 5px;
}
#search_block .form-search #searchInput {
 float: right;
    border-radius: 0 5px 5px 0;
}
.categories_btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.categories_btn > span {
    width: 100%;
    text-align: right;
    margin-right: 8px;
    line-height: 1.5;
    font-size: 15px;
}
.shopping_cart div.shop-box-wrap .st3 {
 direction: rtl;
 display: flex;
    align-items: center;
    justify-content: space-between;
}
.shopping_cart div.shop-box-wrap .st3:after {
    margin: 0 50px 0 0px;
}
.shopping_cart div.shop-box-wrap .st3:before {
 top:unset;
}
.phone {
    float: left;
}
.tack_nav {

}
.tack_nav > ul {
    margin: 0;
}
.tack_nav > ul > li {
    text-align: right;
    display: block;
    position: relative;
    list-style: none;
    padding: 0;
    z-index: 10;
    transition: 300ms ease all;
}
.tack_nav > ul > li > a {
    display: block;
    text-transform: none;
    font-size: 14px;
    line-height: 18px;
    color: #2f2f2f;
    font-weight: 400;
    position: relative;
    width: 100%;
    padding: 13px 18px;
    background-color: #f2f2f2;
    text-decoration: none;
    box-sizing: border-box;
    transition: 300ms ease all;
    display: flex;
    justify-content: space-between;
}
.tack_nav ul li a:hover {
    color: #1ba38e;
}
.tack_nav>ul>li:hover:before {
    box-shadow: -4px 0 20px #000;
    transform: rotate(3deg);
    bottom: 6px;
}

.tack_nav>ul>li:before {
    content: "";
    position: absolute;
    width: 50%;
    height: 30%;
    right: 2%;
    bottom: 16px;
    box-shadow: 0px 10px 0 #000;
    transition: 300ms ease all;
    transform: rotate(0deg);
}
.tack_nav>ul>li+li > a {
    border-top: 1px solid #d9d9d9;
}
.tack_nav>ul>li>a {
    transition: 300ms ease all;
}
.tack_nav>ul>li:hover>a {
     margin-right: 1%; 
     width: 99%;
    box-shadow: inset 300px 0 300px -300px rgba(255,255,255,.3);
}
.tack_nav > ul > li ul {
    display: none;
    position: relative;
    z-index: 11;
    background-color: #fefefe;
    margin: 0;
    padding: 0 18px;
    list-style: none;
}
.tack_nav > ul > li ul > li {
}
.tack_nav > ul > li ul > li > a {
    color: #555;
    display: block;
    padding: 5px 0;
    font-size: 15px;
}
.hasul {
    cursor:cell;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.sideBoxContent.centeredContent {
    text-align: right;
}
.module-head {
    text-align: right;
}
.latest_products {
    padding-bottom: 0;
}
.bestseller_products {
    padding-top: 0px;
}
.banners1 .item .title .capt {
    padding: 20px 29px 29px 55%;
}
.banners1 .item_1:nth-child(1) .title .capt {
    background-color: #19caaf;
    color:white;
    border: 0;
}
.banners1 .item_1:nth-child(1) .title .capt h3,
.banners1 .item_1:nth-child(1) .title .capt p {
    color:white;
}
.banners1 .item .title {
    text-align: right;
}
.banners1 .item:hover .title .capt {
    background: #1ba38e !important;
}
.banners1 {
    padding-top: 0;
    margin: 0;
}
.product-col .prod-info .btn.add-to-cart:before {
    content: url('../images/cart_img2.png');
}
.product-col .prod-info .btn.add-to-cart {
    display:inline-flex;
    align-items: center;
    justify-content: center;
}
.prod-info {
    text-align: right;
}
.prod-list1.w33 li {
    width: unset !important;
    /*padding: unset;*/
    margin: unset;
}
.product-col .prod-info .price span {
    float: right;
    margin-left: 8px;
}
.centerBoxHeading {
    text-align: right;
}
.product-col {
    min-height: 290px;
    margin-bottom: 30px;
}
.product-col .img > a {
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-col .img > a > img {
    width: 95%;
}
.tg li {
    display:inline-block;
}
.st li {
    display:flex;
    justify-content:space-between;
}
.st li > b,.st li > span {
    width: 45%;
    display:inline-block;
}
footer .footer-container ul li {
    padding: 0 0 5px;
    margin: 0;
}
.cp {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.cp a {
    color:#19caaf !important;
}
.empty-cart {
    color: unset;
}
.shopping_cart .st3 {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.cart-heading,.total-amount,.continue-shopping {
    display:none;
}
.cart-thumb {
    float: right;
    width: 70;
    border-radius: 50%;
    overflow: hidden;
}
.cart-price > p:nth-child(2){
    display:none;
}
ul.cart-product {
    border-bottom: 1px solid silver;
    margin-bottom: 10px;
    position: relative;
}
li.cart-remove {
    position: absolute;
    right: 0;
    top: 0;
    height: 46px;
    width: 70px;
    background-color: rgba(0,0,0,0.6);
    border-radius: 50%;
    display:none;
}
.cart-remove:hover {
    display:block;
}
li.cart-remove p {
    height: 100%;
    width: 100%;

}
li.cart-remove p span {
    display:block;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    height: 100%;
    width: 100%;
    color:red;
}
li.cart-remove p span i {
    font-size: 25px;
}
.cart-thumb:hover ~ .cart-remove {
    display:block;
}
li.payable-amount {
    display: flex;
    flex-direction: column;
    margin-top: 15px;
}
.listGroup.col-xs-12.col-md-2 {
    /*display:none;*/
}
.modules_menu > h3 {
    display:none;
}
.listGroup {
    padding: 0;
    margin-top: 30px;
}
.listGroup > ul > li > i {

}
.listGroup > ul > li > a > span {
    color:#2f2f2f;
}
.listGroup > ul > li {
    background: none repeat scroll 0 0 #f2f2f2;
    border-bottom: 5px solid #ffffff;
    padding: 6px;
}
.listGroup > ul > li > i, .listGroup ul li ul li i, .listGroup ul li ul li ul li i {
    top: 9px;
    color: #57caaf;
    border-color: #57caaf;
}
.listGroup ul li ul li {
    background: none repeat scroll 0 0 #e2e2e2;
    border-bottom: 4px solid #ffffff;
    padding: 3px 10px;
}
.listGroup ul li ul li:last-child {
    border:none;
}
.listGroup ul li ul li a span {
    color: #2f2f2f;
}
.paginationACP > ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
.paginationACP {
    padding: 0;
    margin: 0;
    padding-top: 15px;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    border: unset;
    border-top: 1px solid #57caaf;
    border-radius: 0;
}
.paginationACP > ul > li > a {
    color:#4e4e4e;
}
.paginationACP > ul > li.prev > a, .paginationACP > ul > li.next > a {
    background: none repeat scroll 0 0 transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}
.paginationACP > ul > li > a:hover {
    background-color:#57caaf;
    color:white;
}
.listPageTitle {
    border-color: #57caaf;
    min-height: 57px;
    border-radius: 5px;
}
.listPageTitle > p > b {
    color:#57caaf;
}
.listPageTitle > p > i {
    top: 8px;
}
.listPageTitle > a > i {
    color: #57caaf;
}
.liked {
    background-color:red !important;
}
.tm_custom_block ul .item2 .inner a i {
    font-size: 16px;
    margin-left: 6px;
}
.prod-list1.w33 li {
    float: unset !important;
    max-width: 260px;
    display: inline-block;
}

.sidebargpItem{
    width: 100%;
}


.img-part{
    position: relative;
}

.img-part .img_1{
    width: 100px;
    /* position: absolute; */
    margin-left: 10px;
}

.img-part .img_2{
    width: 100px;

    position: absolute;
top: 34px;
    right: 0;
    opacity: 0;
    transition: all .5s ease;
}

.product_latest:hover .img-part .img_2{
    opacity: 1;
}

.head_content > h3{
    font-size: 15px;
    line-height: 1.5;
}

.product_single{
    margin-bottom: 10px;
}

.product_single .content{
    color: #000;
}

.product_single .votes{
    color: #ffb300;
}


@media screen and (max-width:992px){
    .listGroup > ul > li > a > span {
        font-size: 13px;
    }
    .header_user_info span {
        display:none;
    }
    .header_user_info a::before {
        font-size: 24px !important;
    }
    .shopping_cart div.shop-box-wrap .st3 {
        padding:0 10px;
    }
    .shopping_cart div.shop-box-wrap .st3:after {
        margin:0;
    }

}
@media screen and (max-width:767px){
    .middle > .row {
        display:flex;
        flex-direction: column-reverse;
        align-items:center;
        justify-content: center;
    }
    div#header_logo {
        text-align: center;
    }
    .phone {
        float: unset;
        text-align: center;
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
        justify-content: center;
    }
    .phone::before {
        position: unset;
        margin-right: 10px;
    }
    .latest_products,.bestseller_products {
        display:none;
    }
    main > div.product_container > div.row {
        display:flex;
        flex-direction: column-reverse;
    }
    .bot_bg > .row {
        display:flex;
        justify-content: space-between;
    }
    ul.header_user_info.customer_links {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .shopping_cart ,
    .bot_bg,
    .categories_btn
    {
        border-radius:0;
    }
    .categories_btn{
        width: 100%;
        max-width: unset;
        margin-top: 15px;
    }
    .tack_nav {
        top: 15px;
        position: relative;
    }
    footer .footer-container {
        padding-right: 25px;
        padding-left: 25px;
    }
    header,main {
        padding: 0 15px;
    }
    .bottom > .row > div:nth-child(2){
        height: max-content;
    }
}
@media only screen and (max-width:425px){}



.nvg {
    float: left !important;
}
.bot_bg > .row > div:nth-child(1) {
    float: left !important;
} 
.bot_bg > .row > div:nth-child(2) {
    float: right !important;
}

.contact-right,.contact-left {
    width: 100%;
}
.contact-map {
    padding: 30px 0 0;
}
.contact-map > .bg {
    display:none;
}
.contact-map > div:nth-child(2){
    width:100% !important;
}
main > .product_container > .row > .col-sm-9 {
    float:right;
}
main > .product_container > .row > .col-sm-3 {
    float:right;
}
.category_item_col{
    float:right;
}

.top-menu{
    border-top: 1px solid #19caaf;
    margin-top: 21px;
    margin-bottom:15px;
    height: 50px;
    display: flex;
    justify-content: start;
    padding:0 5px;
}

.top-menu li a {
    color:#646464;
}
.module-head{
    margin: 0;
}

.tack_nav > ul > li ul > li > a{
    display: flex;
    justify-content: space-between;
}

.menu_v_title {
    display:none;
}
@media (min-width: 630px){
    .shopping_cart_content {
        right: auto !important;
        left:0;
    }
}
@media (max-width: 767px){
    #menu_v ul{
        display:none;
        z-index:1000;
        background:black;
        position:absolute;
        width: 100%;
        top: 62px;
        left: 15px;
        height: max-content;
    }
    #menu_v ul li{
        margin:0;
        width: 100%;
    }
    .menu_v_title{
        display:block;
        color:white;
        width: 100%;
        height: 62px;
        padding: 20px 0 20px 20px;
        cursor:pointer;
        display: flex;
        justify-content: space-between;
    }
    a:hover {
        text-decoration: none !important;
    }
    
    /*.menu_v_title span{*/
    /*    display:block;*/
    /*    width:100%;*/
    /*}*/
    /*.menu_v_title span::after {*/
    /*    content: '';*/
    /*    color: #fff;*/
    /*    font: 400 14px/18px "FontAwesome";*/
    /*    display: inline-block;*/
    /*    margin: 19px 0 0 19px;*/
    /*    float:left;*/
    /*    -moz-transition: all .4s ease 0s;*/
    /*    -webkit-transition: all .4s ease 0s;*/
    /*    -o-transition: all .4s ease 0s;*/
    /*}*/
}

.productBeforPrice {
    font-size: 14px;
    text-decoration: line-through;
    /*display: block;*/
}
.cartBoxTotal, .productSalePrice, .productSpecialPrice {
    font-size: 14px !important;
}
.d-flex {
    display: flex;
}
.justify-space-between {
    justify-content: space-between;
}
.sb-info > a {
    font-size: 15px;
}
.justify-center {
    display: flex;
    justify-content: center;
}
.mt-1 {
    margin-top: 1rem;
}
.pr-1 {
    padding-right: 1rem;
}

@media screen and (min-width: 768px){
    .product_container,.fixToTop {
        width: 758px
    }
}
@media screen and (min-width: 992px){
    .product_container,.fixToTop {
        width: 982px
    }
}
@media screen and (min-width: 1200px){
    .product_container,.fixToTop {
        width: 1190px
    }
}
@media screen and (min-width: 1440px){
    .product_container,.fixToTop {
        width: 1430px
    }
}
@media screen and (min-width: 1680px){
    .product_container,.fixToTop {
        width: 1670px
    }
}
.product_container {
    margin: auto;
}

.box.rtl {
    margin: auto;
    display: block;
}

.rightsidehome{
    /* padding: 0 4px !important;
    margin-right: 11px; */
}




