body{
    font-family: Prompt;
}

.blue{
  color: #2647c8;
}

.orange{
  color: #ff7f00;
}

.orange2{
  color: #ffefda;
}

.red{
  color: rgb(202, 42, 42);
}

.green{
  color: rgb(21, 143, 32);
}

.white{
 color:white;
}

/*********************************Navbar********************************/

.content {
  width: 94%;
  margin: 4em auto;
  font-size: 20px;
  line-height: 30px;
  text-align: justify;
}

.logo {
  line-height: 60px;
  position: fixed;
  float: left;
  margin: 8px 46px;
  color: #2647c8;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 2px;
}

nav {
  position: fixed;
  width: 100%;
  line-height: 60px;
}

nav ul {
  line-height: 50px;
  list-style: none;
  background: rgba(0, 0, 0, 0);
  overflow: hidden;
  padding: 0;
  text-align: right;
  margin: 0;
  padding-right: 40px;
  transition: 1s;
}

nav.orange-menu ul {
  background: #ff7f00;
}

nav.orange-menu ul li a{
  color: white !important;
}

nav ul li {
  display: inline-block;
  padding: 16px 40px;;
}

nav ul li a {
  text-decoration: none !important;
  color: #2647c8;
  font-size: 18px;
  font-weight: bold;
}

.menu-icon {
  line-height: 60px;
  width: 100%;
  background: #ff7f00;
  text-align: right;
  box-sizing: border-box;
  padding: 15px 24px;
  display: none;
}

.nav-layer{
  z-index: 1000;
}

.logo-width{
  width: 100px;
}

  /*********************************Head*********************************/

.head-font{
  padding-top: 100px;
}

.body-padding{
  padding-top: 30px;
}

.head-bg-1{
    z-index: -2;
    top: -40px;
}

.head-bg-2{
    z-index: -3;
    right: 0px;
    top: -40px;
}

.head-bg-3{
    z-index: -1;
    top: -40px;
}

  /*********************************filter*********************************/

  /* .h-search{
    color: white; 
    background-image: linear-gradient(to top left, #f57e20, #FAB95B);
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: bold;
    border-radius: 20px 20px 0px 0px;
  }

  .card-sd{
    box-shadow:0 0 10px 0 rgba(156, 156, 156, 0.2), 0 0px 10px 0 rgba(165, 165, 165, 0.19);
    border-radius: 20px;
  }

  .sl-color{
      background-color: #fab85b4f;
      border: none;
      border-radius: 20px;
      
  }

  .input-color{
    background-color: #d7f4ff8c;
    border: none;
    border-radius: 20px;
  }

  .btn-reset{
      color: white;
      background-color: #3c54a5;
      border-radius: 1px;
      width: 100%;
      border-radius: 20px;
  }

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

  .check-color{
      border: none;
      background-color: #b3c0d35d;
  } */

     /*********************************Selection card*********************************/

    .selection-card{
      /* box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px; */
      width: 100%;
      height: 100px;
      border-radius: 20px;
      margin-top: 0px;
      margin-bottom: 220px;
      padding: 20px;
    }

  .selection-type{
    border-radius: 50px !important;
    outline: none !important;
  }

       .btn-class-color{
      background-color: #ffefda;
      border-radius: 20px;
      width: 130px;
      color: #2647c8;
    }

    .active {
      background-color: #2647c8 !important;
      color: #ffefda !important;
    }
    /*********************************Product card*********************************/

    .img-pro-width{
      width: 200px;
      border-radius: 20px;
    }

    .img-logo{
      border-radius: 20px;
    }

    .trapezoid_h {
        background-color: #ff7f00;
        padding: 5px 0px 5px 0px;
        width: 250px;	
        border-radius: 20px 20px 0px 0px;
        color: white;
        margin-top: 10px;
    }

    .hr-border-b2{
      /* border: 0px solid white; */
      background-color: #ff7f00;
      border: 1px solid #ff7f00;
      margin-top: 0px;
  }

    .hr-border-b{
        /* border: 0px solid white; */
        background-color: #3c54a5;
        border: 1px solid #3c54a5;
        margin-top: 0px;
    }

    .ribbon-holder {
        overflow: hidden;
        position: relative
      }
      .ribbon {
        position: absolute;
        background: #ff7f00;
        color: white;
        transform: rotate(45deg);
        text-align: center;
        top: 20px;
        right: -40px;
        width: 150px;
        font-size: 16px;
        padding: 7px;
        /* font-weight: bold; */
      }

      .p-font{
        color: white;
        font-size: 24px;
        font-weight: bold;
        text-align: center;
        line-height: 50px;
    }
    
    .c-font{
        font-size: 24px;
        font-weight: bold;
        color: #2647c8;
        text-decoration: none;
        transition: 0.5s;
    }  

    .d-font{
      font-size: 16px;
      color: #ffffff;
      border: 1px solid #ff7f00;
      background-color: #ff7f00;
      width: 20%;
      border-radius: 20px;
    }

    .c-font:hover{
        color: #2647c8;
        text-decoration: none;
    }
    
    .trapezoid {
      background-color: #2647c8;
      border-radius: 50px 0px 0px 50px;
      width: 100%;	
    }

	.b-font{
		    color: #2647c8;
        font-size: 14px;
        font-weight: bold;
	}

  .or-font{
    color: #ff7f00;
    font-size: 14px;
    font-weight: bold;
}


	.nm-font{
		color: rgb(82, 82, 82);
		font-size: 14px;
	}

  .product-padding{
    padding-left: 30px;
    padding-right: 20px;
  }

  .product-padding-2{
    padding-left: 20px;
    padding-right: 20px;
  }

    .del-font{
      position: relative;
      top: -10px;
      font-size: 14px;
      font-weight: lighter;
      color: rgba(255, 255, 255, 0.705);
    }

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

    .btn-color{
      background-color: #ff7f00 !important;
      color: white;
    }

    .btn-color:hover{
      background-color: #2647c8 !important;
      color: white;
    }

    .btn-position{
      position: absolute;
      right: 10px;
    }

    .promotion-img{
      width: 100px;
      margin-top: -10px;
    }

    .row-padding{
      padding-left: 15px;
    }

  .popover-edit{
    cursor: pointer;
  }

  .post-img{
    width: 80px;
  }

  .ems-img{
    width: 60px;
  }

  .shipping-position{
    margin-top: 10px;
    font-size: 16px;
  }

  .sale-font{
    font-size: 16px;
  }
  
  .code-product{
    text-decoration: none !important;
    color: rgb(116, 116, 116);
  }

  .hr-pad{
    margin-top: 8px !important;
    margin-bottom: -8px !important;
  }

.btn-load{
background-color: #ff7f00 !important;
color:white !important;
border-radius:50px;
}

.btn-top{
background-color: #ff7f00 !important;
border-radius:100px;
width:70px;
height:70px;
}

      /*********************************footer*********************************/

      .footer-bg{
        background-color: #2647c8;
    }
    
    .copyright-bg{
        background-color: #486dff;
        color: white;
    }
    
    .footer-icon{
        color: white;
    }
    
    .footer-font{
        font-size: 14px;
        color: white;
    }
    
    .footer-font:hover{
        color: white;
    }
    
    .kpp-img{
        width: 135px;
    }

    .payment-img{
      width: 210px;
    }
    
    .footer-logo{
      width: 150px;
    height: 45px;
    }
      

    /*================== btn call and chat ==================*/

.btn-fixed1{
  position: fixed;
  right: 180px;
  bottom: 10px;
}

.btn-fix-color{
  background-color: #ff7f00;
  color: white;
  border-radius: 20px;
}

.btn-fix-color:hover{
  color: white;
}

.btn-fixed2{
  position: fixed;
  right: 10px;
  bottom: 10px;
  cursor: pointer
}