/* GENERAL STYLES */
:root {
    --mainYellow: #fdbe02;
    --mainWhite: #fff;
    --mainBlack: #071013;
    --mainGrey: #9b9999;
    --TransGrey: rgba(0, 0, 0, 0.1);
    --primaryColor: #f09d51;
    --mainWhite: #fff;
    --mainBlack: #222;
    --mainRed: #d3202b;
    --mainSpacing: 0.1rem;
    --mainTransition: all 0.3s linear;
}
* {
  margin: 0;
  padding: 0;
}

.address {
    text-align:left
}

html {
    scroll-behavior: smooth;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px !important;
  overflow-x: hidden;
  line-height: 145%;
  /*background: #fff;*/
}

header {
    height:auto;
    background: #3b5998;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
    font-size: 16px !important;
}

span {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
  "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
  "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"!important;
  font-weight: normal;
}


.fa-star {
  font-size: 8px!important;
  vertical-align: baseline;
}


a, i {
  text-decoration: none !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
  "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
  "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.container .dropdown-toggle,
.container .dropdown-item {
  font-size: 0.7em;
}

.header-links a {
  font-size: 0.9em;
  text-decoration: none;
  color: white;
}
.nav {
  font-size: 24px!important;
}

.nav-pills .nav-link.active {
    background-color: #3b5998 !important;
    border-radius: 3px;
    -webkit-transition-duration: 1s;
}
    .nav-pills .nav-link.active:hover {
        border-bottom-right-radius: 50px;
        border-top-right-radius: 50px;
        transition-duration: 1s;
    }
.arrow-right {
    width: 0;
    height: 0;
    border-top: 60px solid transparent;
    border-bottom: 60px solid transparent;
    border-left: 60px solid green;
}

    .fa-shopping-cart, .fa-heart, .fa-user {
        cursor: pointer;
    }



.navbar {
  position: relative;
}

.navbar-nav {
  padding: 0.8rem 0;
}

.navbar-nav .nav-link {
  font-size: 0.9rem;
}

.nav-link {
  font-size: 24px !important;
}

.navbar-nav .nav-item .nav-link {
  padding: 0 1.3rem;
}

.text-slanted {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.text-yellow {
  color: var(--mainYellow);
}
.btn-yellow {
  background: var(--mainYellow);
  text-transform: capitalize;
  font-size: 1.2rem;
  color: var(--mainBlack);
  border-radius: 0 !important;
}
.btn-yellow:hover {
  background: var(--mainBlack);
  color: var(--mainYellow);
}
.btn-black {
  background: transparent;
  text-transform: capitalize;
  font-size: 1.2rem;
  color: var(--mainBlack);
  border-radius: 0 !important;
  border: 0.1rem solid var(--mainBlack);
}
.btn-black:hover {
  background: var(--mainBlack);
  color: var(--mainWhite);
}

.btn-outline-primary {
  background: #3b5998!important;
  color: white;
}

.fa {
  cursor: pointer;
}









/* services */
/*.service-icon {*/
/*  display: inline-block;*/
/*  font-size: 2rem;*/
/*  margin-bottom: 1rem;*/
/*  color: var(--mainWhite);*/
/*  background: #2d8ac8;*/
/*  padding: 0.5rem 1rem;*/
/*  border-radius: 50%;*/
/*}*/

/*stats*/
.stats {
    padding: 30px 0 0 0;
    color: #3b5998;
    background: #c5c5c5;
    width: 100%;
    height:150px;
}

.stats .number {
  display: block;
  font-size: 16px;
  font-weight: bold;
}

    .stats p {
        
        display: block;
        font-size: 16px;
        font-weight: bold;
    }



/*end of stats*/


/* categories */
.home-categories {
  background: #eee;
}

.categories-link {
  color: var(--mainBlack);
  text-decoration: none;
}
.categories-link:hover {
  color: var(--mainGrey);
  text-decoration: none;
}
.categories-underline {
  height: 0.1rem;
  width: 5rem;
  background: var(--mainYellow);
}
.category-container {
  position: relative;
}
.category-img {
  transition: all 1s linear;
}
.category-container:hover .category-img {
  opacity: 0.5;
}
.category-link {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0.2rem 3rem 0.2rem 0.2rem;
  background: var(--mainWhite);
  color: var(--mainBlack);
  clip-path: polygon(0 0, 80% 0, 100% 100%, 0 100%);
  opacity: 0;
  transition: all 1s linear;
  text-decoration: none !important;
}
.category-link:hover {
  color: var(--mainGrey);
}
.category-container:hover .category-link {
  opacity: 1;
}

/* latest news section */

.latest-container {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.latest-search-icon {
  background: var(--mainWhite);
  display: inline-block;
  padding: 0.2rem 0.4rem;
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 1.2rem;
  transform: translateX(110%);
  transition: all 1s ease-in-out;
  cursor: pointer;
}
.latest-container:hover .latest-search-icon {
  transform: translateX(0%);
}
.latest-store-link {
  background: var(--mainYellow);
  color: var(--mainBlack);
  padding: 0.2rem 0.4rem;
  position: absolute;
  right: 0;
  top: 70%;
  transform: translateX(110%);
  transition: all 1s ease-in-out;
}
.latest-store-link:hover {
  color: var(--mainBlack);
}
.latest-container:hover .latest-store-link {
  transform: translateX(0%);
}

/* partners */
.partners {
  /*background: var(--TransGrey);*/
  padding: 100px 0;
}

section.partners img {
  width: 249px;
  height: 92px;
}




.partners .card {
  border: none!important;
  background: transparent!important;
}

.carousel-control-prev {
  font-size: 2.5rem;
  color: #007bff!important;
  transform: translateX(-200%);
}
.carousel-control-next {
  font-size: 2.5rem;
  color: #007bff!important;
  transform: translateX(200%);
}

.carousel-control-next:hover,
 .carousel-control-prev:hover {
  color: #007bff!important;
}

/* newsletter */
.form-icon {
  background: var(--mainGrey);
  color: var(--mainBlack);
}

/* footer */

.footer {
    background: #081d44;
    height: auto;
}

.footer h3 {
  font-size: 24px;
}


.footer-title {
  border: 0.2rem solid var(--mainYellow);
  padding: 0.4rem;
}
.footer-icon {
  color: var(--mainYellow);
}
.footer-icon:hover {
  color: var(--mainWhite);
}

.footer .nav-pills {
  color: white!important;
}

.footer .nav-pills .nav-link.active {
  background: transparent!important;
  color: white!important;
}

ul.social li a {
  color: white!important;
}

/* products */

.products-categories-underline {
    height: 0.2rem;
    width: 9rem;
    background: #3b5998;
    margin: 10px auto;
    margin-bottom:50px;
    border-radius:5px;
}

.products-categories-underline-new {
  height: 0.2rem;
  width: 130px;
  background: var(--mainYellow);
}

.products-categories-link {

    color: var(--mainBlack);
    text-decoration: none !important;
}
    .products-categories-link:hover {
        border: solid;
        border-top-width: 2px;
        border-right-width: 2px;
        border-bottom-width: 2px;
        border-left-width: 2px;
        width: 100px;
        border-radius: 5px;
        border-color: var(--mainRed);
        color: var(--mainRed);
        cursor: pointer;
    }
.products-color {
  width: 1rem;
  height: 1rem;
}
.products-color-black {
  background: black;
}
.products-color-red {
  background: red;
}
.products-color-blue {
  background: blue;
}
.products-color-green {
  background: green;
}
.products-color-yellow {
  background: yellow;
}

.price {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  text-align: center;
  position: absolute;
  top: 10px;
  right: 0;
  transition: color 650ms;
}

#btnTop {
    position: fixed;
    right: 10px;
    bottom: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #3498db;
    text-indent: -9999px;
}

    #btnTop span {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -8px;
        margin-top: -12px;
        height: 0;
        width: 0;
        border: 8px solid transparent;
        border-bottom-color: #ffffff;
    }

    #btnTop:hover {
        background-color: orange;
        opacity: 1;
    }

.relatively {
  position: relative !important;
}

.computers {
    color: #fff;
    font-size: 24px;
    height: 40px;
    padding: 4px 32px;
    margin: 0 4px 8px;
    border-radius: .25rem;
}

.card-deck {
    height: 50%;
    margin-bottom: 20px;
}

.carousel-indicators .active {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

/*footer h3:after {
  content: '';
  display: block;
  border-bottom: 1px solid #dedede;
  width: 200px;
  margin: 10px 0;
}*/
.footer_col_1{
    border-bottom: 1px solid #dedede;
    width: 72px;
    margin: 10px 0;
}
.footer_col_2 {
    border-bottom: 1px solid #dedede;
    width: 106px;
    margin: 10px 0;
}
.footer_col_3 {
    border-bottom: 1px solid #dedede;
    width: 184px;
    margin: 10px 0;
}
footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

footer ul li {
  line-height: 40px;
  font-weight: normal;
}

.social li {
  transition: all 0.2s ease 0s;
}

.social ul li a i {
  text-align: center;
  width: 25px;
  height: 25px;
  color: rgb(255, 255, 255);
  padding: 3px;
}

footer ul li a:hover {
  color: rgb(255, 255, 255);
}
.img{
    width:100% !important ;
    height:auto !important;
}
@media (min-width: 992px) {
    .tools_R {
        bottom: 55px;
    }
    .text-right {
        bottom: 50px;
    }
    .form-inline {
        float: left;
    }
    .mb_col_1, mb_col_4, mb_col_5 {
       margin-bottom: 20%;
    }
    .mb_col_2 {
        margin-bottom: 20%;
    }
    .mb_col_3 {
       margin-bottom: 20%;
    }
    .card-img-top{
        height:auto;
    }
    .carousel-indicators{
        bottom:-40px;
    }
    .ipad_col_slider {
        padding-top: 20px;
    }

    .text-white_footer
    {
        padding: 0px;
        border: 0px;
        padding-right: 24px;
        text-align: left;
        color: white;
    }
        .text-white_footer:hover {
            color: white;
        }
.mod_dia {
    max-width: 50%;
}
    .modal-header{
        border-bottom:0px;
    }
    .map {
        width: 100%;
        height: 500px;
    }

    .modal-header {
        padding-bottom:0px;
        padding-top:0px;
    }
    .button:focus {
        outline: 0px!important;
    }
    .close {
        font-size: 40px;
        padding-top: 10px;
        padding-bottom: 0px;
        padding-bottom: 10px !important;
    }
}
    /*mobile*/

    @media (min-width: 576px) and (max-width: 767.98px) {
        /* For mobile phones: */

     {
        
    }

 
}



