/*------------------------------------------------------------------
[Table of contents]

1. Common styles
2. Banner
3. Block
4. Owl
5. Tab
6. Products list
-------------------------------------------------------------------*/
/*--------------------------
[1. Common styles]
---------------------------*/

body {
    font-family: 'Assistant' !important;
    direction: rtl;
    font-style: normal;
    font-weight: 500;
    text-align: right;
}

p {
    font-family: 'Assistant' !important;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    opacity: 1 !important;
    color: #424242;
    background: #E1E1E1;
    border: 2px solid #E1E1E1 !important;
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: right;
    }
}

@media (max-width: 768px) {
    .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
        float: right;
    }
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: right;
    }

}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: right;
    }

    .col-md-push-2 {
        right: 16.66666667% !important;
    }

    .pull-center {
        right: 25%;
    }
}

a:hover {
    text-decoration: underline;
}

.link {
    text-decoration: underline;
}

.link:hover {
    text-decoration: none;
}

h1 {
    font-size: 22px;
    font-weight: 600;
    margin: -5px 0 0;
}

h2 {
    font-size: 23px;
    font-weight: 700;
    margin: -5px 0 0;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: 1.4;
}

.center {
    position: absolute;
    width: 100px;
    height: 50px;
    top: 50%;
    left: 50%;
    padding: 10px;
    margin-left: -50px;
    margin-top: -25px;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

.no-margin {
    margin-bottom: 0;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
}

body {
    font-size: 16px;
    color: #333;
    font-family: 'Open Sans', sans-serif;
    line-height: 24px;
    overflow-x: hidden;
    background-size: 100% auto;
    background-color: #fff;

}

.ui-widget {
    font-family: 'Open Sans', sans-serif;
    color: #333;
    line-height: 24px;
    font-size: 15px;
}

.ui-menu .ui-menu-item {
    font-size: 17px;
}

.modal-open {
    overflow: auto;
    padding-right: 0 !important;
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    position: inherit;
    margin-left: 0;
}

.borderRight {
    border-right: 1px solid #D0E2E6;
}

.borderLeft {
    border-left: 1px solid #D0E2E6;
}

.pointer {
    cursor: pointer;
}

.block-link {
    display: block;
}

.bgWhite {
    background-color: #fff;
}

img {
    max-width: 100%;
    height: auto;
}

.col-lg-2-5 {
    width: 20.8333%;
}

.no-gutter > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}

.no-padding {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

input[type="text"],
input[type="email"],
input[type="number"],
input[type="password"],
textarea,
select {
    height: 42px;
    font-size: 16px;
    padding: 0 10px;
    border: 1px solid #eaeaea;
    width: 100%;
    font-weight: 500;
    display: block;
    max-width: 100%;
    background-color: white;
}

textarea {
    height: inherit;
}

input:focus,
textarea:focus,
select:focus,
button:focus {
    outline: none;
}

/*select {*/
/*-webkit-appearance: none;*/
/*-moz-appearance: none;*/
/*appearance: none;*/
/*background: url('../images/dropdow.png') no-repeat right center;*/
/*}*/

ul {
    margin-bottom: 0;

}

table {
    border-collapse: collapse;
    width: 100%;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}

.box-radius {
    border: 1px solid #D31242;
    border-radius: 17px;

}

.btn-blue {
    background: #D31242;
    color: #fff;
    border: none;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; /* !important tags aren't necessarily always bad */
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}

.btn-custom {
    color: #fff;
    border: 1px solid white;
    font-size: 16px;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; /* !important tags aren't necessarily always bad */
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}

.btn-custom:hover {
    background: white;
    opacity: 1 !important;
    color: #229824 !important;
}

.menuDropDown .btn-custom:hover{
    color: #fff !important;
    background: inherit !important;
    opacity: inherit !important;
}

.btn-blue:hover {
    opacity: 0.9;
    color: #fff !important;
}

.btn-blue:focus,
.btn-blue:active {
    opacity: 1 !important;
    color: #fff !important;
}

.primary {
    background: #352aff;
    color: #ffffff;
}

.primary:active,
.primary:hover,
.primary:focus {
    opacity: 0.9;
    color: white;
}

.button:hover,
.button:focus {
    opacity: 0.9;
    color: white;
}

.button-medium {
    padding: 10px 20px;
}

.button-default {
    background: #5a88ca;
    color: #fff;
    border-color: #5a88ca;
}

.button-default:hover {
    color: #fff;
}

.button-radius {
    position: relative;
    border: 1px solid #eaeaea;
    padding: 1px;
    min-height: 34px;
    background: #fff;
    display: inline-block;
    width: auto;
    line-height: 30px;
    padding-left: 40px;
    padding-right: 20px;
    margin: 0;
    color: #666666;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    border-radius: 17px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    margin-top: 10px;
    font-size: 14px;
}

.button-radius .icon {
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    transition: all 1s ease-out;
    position: absolute;
    left: 2%;
    top: 2px;
    overflow: hidden;
}

.button-radius .icon:before {
    font-family: 'FontAwesome';
    content: "\f105";
    font-size: 14px;
    color: #fff;
    width: 28px;
    height: 28px;
    background-color: #5a88ca;
    border-radius: 90%;
    text-align: center;
    line-height: 26px;
    float: left;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.button-radius.white {
    border-color: #fff;
    color: #fff;
    background: transparent;
}

.button-radius.white .icon:before {
    background: #fff;
    color: #333;
}

.button-radius:hover .icon {
    left: 100%;
    margin-left: -30px;
}

.button-radius:hover {
    padding-left: 20px;
    padding-right: 40px;
}

.required:after {
    color: red;
    content: ' (*)';
    font-size: 12px;
}

.bold {
    font-weight: bold;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

img.alignleft {
    margin: 0 20px 15px 0;
}

img.alignright {
    margin: 0 0 15px 20px;
}

.clearfix:before {
    content: "";
    display: table;
}

.fa {
    line-height: inherit;
}

/*-----------------------------
[2. Banner]
-------------------------------*/
.banner1 > a {
    position: relative;
    display: block;
}

.banner1 > a:after {
    content: " ";
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.15);
    opacity: 0;
    transition: 0.2s;
    -moz-transition: 0.2s;
    -webkit-transition: 0.2s;
}

.banner1 > a:hover:after {
    opacity: 1;
}

.banner-hover a {
    position: relative;
    display: block;
    width: 100%;
}

.banner-hover a:before {
    background-color: rgba(255, 255, 255, 0.15);
    content: "";
    height: 0;
    left: 0;
    margin: auto;
    position: absolute;
    top: 0;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    width: 0;
}

.banner-hover a:after {
    background-color: rgba(255, 255, 255, 0.15);
    bottom: 0;
    content: "";
    height: 0;
    position: absolute;
    right: 0;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    width: 0;
}

.banner-hover a:hover:before {
    height: 100%;
    width: 100%;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
}

.banner-hover a:hover:after {
    height: 100%;
    width: 100%;
    transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
}

.image-hover2 a {
    position: relative;
    width: 100%;
    height: 100%;
    float: left;
}

.image-hover2 a:after {
    overflow: hidden;
    position: absolute;
    top: 0;
    content: "";
    z-index: 100;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    z-index: 1;
}

.image-hover2 a:before {
    font: normal normal normal 18px/1 FontAwesome;
    content: "\f002";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    color: #fff;
    ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);

    ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}

.image-hover2 a:hover:after {
    visibility: visible;
    opacity: 0.8;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.image-hover2 a:hover:before {
    opacity: 1;
}

/*-----------------------
[3. Block]
------------------------*/
.block {
    background: #fff;
    -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
    border-top: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    float: left;
    max-width: 100%;
    width: 100%;
}

.block .block-head {
    padding: 15px 20px;
    border-bottom: 1px solid #eaeaea;
    background: #fbfbfb;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.block .block-inner {
    width: 100%;
    float: left;
    padding: 20px;
}

.block .block-head .block-icon {
    padding-right: 20px;
    float: left;
}

.block .block-head .block-title-text {
    font-size: 24px;
    text-transform: uppercase;
    line-height: 20px;
}

.block .block-head .block-title-text.text-lg {
    font-weight: 600;
}

.block .block-head .block-title-text.text-sm {
    font-size: 18px;
    font-style: italic;
}

.block3 {
    background: #fff;
    -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
    border-top: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    float: left;
    max-width: 100%;
    width: 100%;
    margin-top: 30px;
}

.block3 .block-head {
    border-bottom: 1px solid #eaeaea;
    background: #fff;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    overflow: hidden;
}

.block3 .block-inner {
    width: 100%;
    float: left;
    padding: 20px;
}

.block3 .block-head .block-title {
    width: auto;
    display: inline-block;
    padding: 0;
    margin: 0;
    font-size: 18px;
    height: 50px;
    border-top: 5px solid #fd7400;
    line-height: 43px;
    text-transform: uppercase;
    padding: 0 20px;
    border-top-left-radius: 5px;
    float: left;
}

.block3 .block-head .customNavigation-owl {
    width: auto;
    display: inline-block;
    height: 50px;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    float: left;
    text-align: center;
    line-height: 50px;
    padding: 0 25px;
    padding-top: 16px;
}

.nav-tabs > li > a {
    margin-left: -2px;
    margin-right: 0px;
}

.block3 .block-head .nav-tab.default {
    width: auto;
    display: inline-block;
    float: right;
}

.block3 .block-head .nav-tab.default li {
    padding: 0 20px;
    display: inline;
    line-height: 50px;
    float: left;
}

.block3 .block-head .nav-tab.default li > a {
    height: 50px;
    border-bottom: 1px solid transparent;
    float: left;
}

.block3 .block-head .nav-tab.default li:hover > a,
.block3 .block-head .nav-tab.default li.active > a {
    border-color: #fd7400;
}

.block3 .block-footer {
    border-top: 1px solid #eaeaea;
    width: 100%;
    float: left;
    padding: 3px;
}

.block3 .block-head .nav-tab.tab-category {

}

.block3 .block-head .nav-tab.tab-category li {
    list-style: none;
    display: inline;
    float: left;
    border-top: 5px solid transparent;
    line-height: 50px;
}

.block3 .block-head .nav-tab.tab-category li > a {
    padding: 18px 22px;
    font-size: 18px;
    text-transform: uppercase;
}

.block3 .block-head .nav-tab.tab-category li > a:focus {
    color: #333;
}

.block3 .block-head .nav-tab.tab-category li:after {
    content: '';
    border-right: 1px solid #eaeaea;
    padding: 20px 0;
    margin-left: -1px;
}

.block3 .block-head .nav-tab.tab-category li.active,
.block3 .block-head .nav-tab.tab-category li:hover {
    border-color: #fd7400;
}

/*-----------------------
[4. Owl]
------------------------*/
.kt-owl-carousel .owl-prev,
.kt-owl-carousel .owl-next,
.customNavigation-owl .prev,
.customNavigation-owl .next {
    width: 20px;
    height: 20px;
    text-align: center;
    border: 1px solid #eaeaea;
    color: #666666;
    line-height: 18px;
    background: #fff;
    display: inline-block;
    border-radius: 90%;
    font-size: 0;

}

.kt-owl-carousel .owl-next:hover {
    background-image: url('../images/next-hover.png');
    background-color: #5a88ca;
    border-color: #5a88ca;
}

.kt-owl-carousel .owl-prev:hover {
    background-image: url('../images/prev-hover.png');
    background-color: #5a88ca;
    border-color: #5a88ca;
}

.kt-owl-carousel .owl-next {
    position: absolute;
    right: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url('../images/next.png');
    background-repeat: no-repeat;
    background-position: 7px center;
}

.kt-owl-carousel .owl-prev {
    position: absolute;
    left: 0;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url('../images/prev.png');
    background-repeat: no-repeat;
    background-position: 5px center;
}

/*------------------------
[5. Tab]
--------------------------*/
.tab-container {
    position: relative;
}

.tab-container .tab-panel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
}

.tab-container .active {
    opacity: 1;
    visibility: inherit;
    position: inherit;
    -vendor-animation-duration: 0.3s;
    -vendor-animation-delay: 1s;
    -vendor-animation-iteration-count: infinite;
}

/*------------------------
[6. Products list]
--------------------------*/
.product-star {
    font-size: 12px;
    color: #ccc;
}

.products {
    padding: 0;
    display: block;
}

.products .product-status {
    position: absolute;
    left: 0;
    top: 0;
    height: 17px;
    color: #fff;
}

.products .product-status span {
    float: left;
    height: 17px;
    padding: 0 10px;
    text-align: center;
    font-size: 10px;
    line-height: 16px;
    text-transform: uppercase;
    font-weight: 600;
}

.products .product-status .new {
    background: #ffc000;
}

.products .product-status .sale {
    background: #ff4318;
}

.products li {
    list-style: none;
}

.products .product {
}

.products img {
    width: 100%;
    height: auto;
}

.products .product-container {
    position: relative;
    padding-bottom: 57px;
}

.products .product-container .inner {
    position: relative;
    padding-bottom: 57px;
}

.products .product-thumb {
    position: relative;
}

.products .product-thumb a.product-img {
    position: relative;
    display: block;
    margin: 0 auto;
}

.products .product-thumb a.product-img:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    z-index: 1;
}

.products .product-star {
    font-size: 12px;
    color: #ccc;
}

.products .product-right {
    padding: 10px 10px 0 10px;
    position: absolute;
    bottom: -60px;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.9);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    z-index: 2;
    opacity: 0;
    overflow: hidden;
}

.products .product-container:hover .product-right {
    opacity: 100;
    bottom: 0;
}

.products .product-container:hover .product-thumb .product-img:before {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.products .product-container:hover .btn-quick-view {
    opacity: 1;
}

.products .product-price-old {
    padding-left: 15px;
}

.products .btn-quick-view {
    width: 42px;
    height: 42px;
    background: #5a88ca;
    color: #fff;
    text-align: center;
    line-height: 40px;
    position: absolute;
    top: 30%;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 2;
    background-image: url('../images/eye-icon.png');
    background-repeat: no-repeat;
    background-position: center center;
    font-size: 0;
    border-radius: 90%;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out 0s;
    -moz-transition: opacity 0.3s ease-out 0s;
    -o-transition: opacity 0.3s ease-out 0s;
    transition: opacity 0.3s ease-out 0s;
}

.products .btn-add-comparre {
    width: 17px;
    height: 34px;
    background: url('../images/compare-icon.png') no-repeat left center;
    font-size: 0px;
    float: left;
    margin-right: 15px;
}

.products .btn-add-comparre:hover {
    background: url('../images/compare-icon.png') no-repeat right;
}

.products .btn-add-wishlist {
    width: 19px;
    height: 34px;
    background: url('../images/wishlist-icon.png') no-repeat left center;
    font-size: 0px;
    float: left;
    margin-right: 15px;
}

.products .btn-add-wishlist:hover {
    background: url('../images/wishlist-icon.png') no-repeat right;
}

.products .desc {
    padding: 20px 0;
    line-height: 20px;
}

.products.list .product-right {
    display: block;
    margin-bottom: inherit;
    position: inherit;
    bottom: 0;
}

.products.list .inner {
    padding: 0;
    position: inherit;
}

.products.list .product-container:hover .product-right {
    margin-top: inherit;
    overflow: hidden;
    position: inherit;
}

.products.list .btn-quick-view {
    top: 40%;
    left: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.page-content {
    margin-top: 15px;
    width: 100%;
    float: left;
}

.form-group label {
    margin-top: 8px;
}

label {
    font-size: 17px;
    font-weight: 600;
}

.scroll_top {
    width: 34px;
    height: 34px;
    position: fixed;
    display: none;
    font-size: 0;
    z-index: 9999 !important;
    right: 10px;
    bottom: 32px;
    background: #ffbd01;
    border-radius: 50%;
}

.scroll_top:before {
    content: "\f062";
    font-family: "FontAwesome";
    font-size: 14px;
    color: black;
    text-align: center;
    width: 34px;
    height: 34px;
    line-height: 34px;
    display: block;
}

.tooltip-inner {

    white-space: pre; /* you can also try white-space: normal; */
    max-width: none;

}

.modal-body {
    margin-top: 59px;
}

.close {
    opacity: 1;
    float: right;
}

/* The snackbar - position it at the bottom and in the middle of the screen */
#toast {
    visibility: hidden; /* Hidden by default. Visible on click */
    min-width: 250px; /* Set a default minimum width */
    margin-left: -125px; /* Divide value of min-width by 2 */
    background-color: #333; /* Black background color */
    color: #fff; /* White text color */
    text-align: center; /* Centered text */
    border-radius: 2px; /* Rounded borders */
    padding: 16px; /* Padding */
    position: fixed; /* Sit on top of the screen */
    z-index: 2000; /* Add a z-index if needed */
    left: 50%; /* Center the snackbar */
    bottom: 30px; /* 30px from the bottom */
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#toast.show {
    visibility: visible; /* Show the snackbar */

    /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
    However, delay the fade out process for 2.5 seconds */
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }
    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }
    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }
    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }
    to {
        bottom: 0;
        opacity: 0;
    }
}

.silver {
    background-color: #FAFAFA;
    border-color: #868686;
    color: #000000 !important;
    font-size: 16px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(229, 229, 229, 1) 100%);
}

.silver:hover {
    background-color: rgba(250, 250, 250, 0.98) !important;
    color: #000000 !important;
}

.fb-like-us.btn-primary {
    background-color: #4267b2;
    border: 0;
    border-radius: 0;
    padding: 12px;
}

.main-promo-widh-height-limit {
    width: 104.25px;
    max-height: 32px;
}

.select2-selection__rendered {
    height: 42px !important;
    line-height: 40px !important;
}

.select2-selection--single {
    height: 42px !important;
}

.affiliate-stores {
    border-right: 1px solid lightgray;
    border-left: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
    text-align: center;
    font-weight: 700;
}

.shipping-name {
    border-right: 1px solid lightgray;
    border-left: 1px solid lightgray;
    border-bottom: 1px solid lightgray;
    text-align: center;
    font-weight: 700;
}

.shipping-company-selected > .shipping-name, .shipping-company-selected > a {
    background: #66bc66 !important;
    color: white;
}

.shipping-company-selected-widget > .shipping-name, .shipping-company-selected-widget > a {
    background: #dcdcdc !important;
    color: white;
}

.tax-table-fix-width {
    width: 50%;
}

.select-md-form-control {
    font-size: 16px !important;
    height: 42px !important;
}

.margin-bottom-0 {
    margin-bottom: 0px !important;
}

.inactive {
    opacity: .3;
}

.text-color-green {
    background: #00aa38;
    color: white;
}

.text-color-red {
    background: red;
    color: white;

}

.hours-left-till-post-close-div {
    padding-right: 8px;
    font-size: 16px;
    display: table-cell;
    line-height: 30px;
}

#find-post-office-result-div {
    font-size: 18px;
    text-align: right;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    display: none;
}

#missingOrderTable_filter, #missingOrderTable_filter [aria-controls=missingOrderTable] {
    width: 250px;
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.primary2 {
    font-size: 18px;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; /* !important tags aren't necessarily always bad */
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    background: white;
    color: #229824 !important;
    border: 1px solid #229824;
}

.primary2:hover {
    background: #229824;
    color: white !important;
}

.missing-order-btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

[data-id="storeSelect"]{
    height: 42px;
    line-height: 2.2;
}

[data-id="storeSelect"]:hover, [data-id="storeSelect"]:focus, [data-id="storeSelect"].focus, [data-id="storeSelect"]:active{
    background: white;
    border: 1px solid #eaeaea!important;
    color: #555!important;
}

.filter-option-inner-inner{
    text-align: right;
    direction: rtl;
}
.bootstrap-select .dropdown-menu ul li a{
    text-align: right;
    direction: rtl!important;
}

.modal-open .modal {
    z-index: 10000000000 !important;
}

.btn-custom-login {
    color:#333 ;
    background: white;
    border: 1px solid white;
    font-size: 16px;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; /* !important tags aren't necessarily always bad */
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
}

.btn-custom-login:hover {
    opacity: 0.9 !important;
    background: white !important;
    color: #333!important;
}

.btn-custom-login:focus {
    opacity: 0.9 !important;
    background: white !important;
    color: #333!important;
}

#redirectPopup{
    height: 100%;
}


/* assistant-regular - hebrew */
@font-face {
    font-family: 'Assistant';
    font-style: normal;
    font-weight: 400;
    src: local('Assistant'), local('Assistant-Regular'),
    url('../../../assets/fonts/assistant-v4-hebrew-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../../../assets/fonts/assistant-v4-hebrew-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* assistant-300 - hebrew */
@font-face {
    font-family: 'Assistant';
    font-style: normal;
    font-weight: 300;
    src: local('Assistant Light'), local('Assistant-Light'),
    url('../../../assets/fonts/assistant-v4-hebrew-300.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../../../assets/fonts/assistant-v4-hebrew-300.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* assistant-200 - hebrew */
@font-face {
    font-family: 'Assistant';
    font-style: normal;
    font-weight: 200;
    src: local('Assistant ExtraLight'), local('Assistant-ExtraLight'),
    url('../../../assets/fonts/assistant-v4-hebrew-200.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../../../assets/fonts/assistant-v4-hebrew-200.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* assistant-600 - hebrew */
@font-face {
    font-family: 'Assistant';
    font-style: normal;
    font-weight: 600;
    src: local('Assistant SemiBold'), local('Assistant-SemiBold'),
    url('../../../assets/fonts/assistant-v4-hebrew-600.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../../../assets/fonts/assistant-v4-hebrew-600.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* assistant-800 - hebrew */
@font-face {
    font-family: 'Assistant';
    font-style: normal;
    font-weight: 800;
    src: local('Assistant ExtraBold'), local('Assistant-ExtraBold'),
    url('../../../assets/fonts/assistant-v4-hebrew-800.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../../../assets/fonts/assistant-v4-hebrew-800.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* assistant-700 - hebrew */
@font-face {
    font-family: 'Assistant';
    font-style: normal;
    font-weight: 700;
    src: local('Assistant Bold'), local('Assistant-Bold'),
    url('../../../assets/fonts/assistant-v4-hebrew-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../../../assets/fonts/assistant-v4-hebrew-700.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}


.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td{
    text-align: right;
}

.padding-10 {
    padding: 10px;
}

.padding-top-10 {
    padding-top: 10px;
}

.has-error .form-control {
    border-color: #DF0505;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.form-control:focus {
    border-color: #352AFF!important;
}