@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');

body {
    font-family: 'Tajawal', sans-serif !important;
    color: #353535;
    overflow-x: hidden;
    direction: rtl;
}

.form-control::placeholder {
    color: #c2c2c2;
    opacity: 0.8;
}
textarea.form-control{
    border-radius: 16px;
    height: auto;
}
.form-label{
    font-weight: 500;
    font-size: 16px;
}

ul {
    padding: 0;
}

p {
    font-size: 15px;
    color: #999;
}

img {
    max-width: 100%
}

.contact_details ul li,
li {
    list-style: none
}

.contact_details ul,
ul {
    padding-left: 0
}

a {
    text-decoration: none
}

hr {
    height: 2px;
    border: 1px solid #e0e0e0
}

/* general ========================================== */


/* exam correct answer page == ----------------- */ 
 
.ui-success,
.ui-error {
    width: 130px;
    height: 130px; 
    margin: 0 auto;
    opacity: 0;
}
.ui-success.active,
.ui-error.active {
  opacity: 1;
}
.ui-success-circle {
  stroke-dasharray: 260.75219025px, 260.75219025px;
  stroke-dashoffset: 260.75219025px; 
  transform-origin: center center;
  stroke-linecap: round;
  position: relative;
}
.ui-success.active .ui-success-circle {
  animation: ani-success-circle 4s ease-in both ;

}
.ui-success-path {
  stroke-dasharray: 60px 64px;
  stroke-dashoffset: 62px;
  stroke-linecap: round;
}
.ui-success.active .ui-success-path{
  animation: ani-success-path 2.5s 0s ease-in both ;

}
@keyframes ani-success-circle {
  to {
    stroke-dashoffset: 782.25657074px; 
  }
}
@keyframes ani-success-path {
  0% {
    stroke-dashoffset: 62px;
  }
  65% {
    stroke-dashoffset: -5px;
  }
  84% {
    stroke-dashoffset: 4px;
  }
  100% {
    stroke-dashoffset: -2px;
  }
}
.ui-error-circle {
  stroke-dasharray: 260.75219025px, 260.75219025px;
  stroke-dashoffset: 260.75219025px;
}
.ui-error.active .ui-error-circle{
  animation: ani-error-circle 4s ;

}
.ui-error-line1 {
  stroke-dasharray: 54px 55px;
  stroke-dashoffset: 55px;
  stroke-linecap: round;
  transition: 2s;
}
.ui-error.active .ui-error-line1{
  animation: ani-error-line 2s 0s  ease-in both;

}
.ui-error-line2 {
  stroke-dasharray: 54px 55px;
  stroke-dashoffset: 55px;
  stroke-linecap: round; 
}
.ui-error.active .ui-error-line2{
  animation: ani-error-line 2s 0s  ease-in both;
}
@keyframes ani-error-line {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes ani-error-circle {
  0% {
    stroke-dasharray: 0, 260.75219025px;
    stroke-dashoffset: 0;
  }
  35% {
    stroke-dasharray: 120px, 120px;
    stroke-dashoffset: -120px;
  }
  70% {
    stroke-dasharray: 0, 260.75219025px;
    stroke-dashoffset: -260.75219025px;
  }
  100% {
    stroke-dasharray: 260.75219025px, 0;
    stroke-dashoffset: -260.75219025px;
  }
}

/* exam correct answer page == ----------------- */

/* select2 --------------------------- */
.select2-dropdown{
    z-index: 9999 !important;
  }
  .select2-container--default .select2-selection--multiple{
    border-color: #e8e8e8;
    color: #434343;
    border-radius: 0;
    font-size: 15px; 
    padding: 7px 6px 10px 6px;
    font-weight: 500;
    min-height: 51px;
  }
  .select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #fcdbef;
  }
  .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #fff3f3;
    color: #ff3838;
  }
  .select2-dropdown{
    border-color: #e8e8e8;
  
  }
  .select2-container--default .select2-selection--multiple .select2-selection__choice{
    background-color: #e8028c; 
    border-color: #e8028c; 
  }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    border-color: #e8e8e8;
    color:  #fff;
  }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__display{
    color:  #fff;
    padding: 0 5px;
    font-size: 14px;
  }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
    background-color: #e8028c; 
    color: #fff;
  } 
  .select2-container--default .select2-selection--single{
    height: 48px;
    border-radius: 10px;
    background-color: #fdfdfd;
    border: 1px solid #eaeaea;
  }
  .select2-container--default .select2-selection--single .select2-selection__rendered{
    height: 100%;
    line-height: 46px;
    padding: 0 12px;
    font-size: 15px;
    font-weight: 500;
    color: #76787b;
  }
  .select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 47px;
    right: 7px;
  }
  .select2-container--default .select2-results__option--selected{
    background-color: #f5f7f7;
    
  }
  .select2-container--default .select2-search--dropdown .select2-search__field{
    border-color: #e8e8e8;
    font-size: 15px;
  font-weight: 500;
  color: #444;
  }
  .select2-results__option{
    font-size: 15px;
    color: #76787b;
  }
  .select2-container .select2-search--inline .select2-search__field{
    font-size: 15px;
    font-weight: 400;
    height: 27px;
    margin-top: 0px;
    font-family: 'Poppins', sans-serif !important;
    padding: 0px 0;
    line-height: 28px;
     
  }

  .select2-results__option {
    text-align: right;
    font-weight: 500;
  }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__display{
    font-size: 13px; 
    display: inline-block;
  }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
    font-weight: 600;
  } 
  .select2-container--default .select2-selection--single .select2-selection__arrow{
    left: 7px;
    right: initial;
  }
  .select2-container{
    direction: rtl;
    width: 100% !important;
  }
/* select2 --------------------------- */

/* bootstrap ========================================== */
.btn {
    padding: 9px 27px;
    border-radius: 40px;
    transition: 0.3s;
    font-weight: 600;
    font-size: 15px;
    box-shadow: none !important;
}
.btn.with-icon{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.with-icon i{
    width: 34px;
    height: 34px;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border-radius: 50px; 
    font-size: 19px;
    margin-left: 13px;
}
/* primary ------------- */
.btn-primary {
    background-color: #ff3838;
    border: 1px solid #ff3838;
}
.btn-primary:hover {
    background-color: #e63131;
    border: 1px solid #e63131;
    color: #fff;
}
.btn-primary:focus {
    background-color: #e63131;
    border: 1px solid #e63131;
    color: #fff;
}
/* primary ------------- */

/* warning ------------- */
.btn-warning {
    background-color: #FFB401;
    border: 1px solid #FFB401;
    color: #fff;
}

.btn-warning:hover {
    background-color: #FFBB1A;
    border: 1px solid #FFBB1A;
    color: #fff;

}

/* warning ------------- */

/* success ------------- */
.btn-success {
    background-color: #32ce60;
    border: 1px solid #32ce60;
    color: #fff;
}

.btn-success:hover {
    background-color: #4bdc76;
    border: 1px solid #4bdc76;
    color: #fff;

}

/* success ------------- */

/* secondary ------------- */
.btn-secondary {
    background-color: #fff;
    border: 1px solid #cecece;
    color: #b4b4b4;
}

.btn-secondary:hover {
    background-color: #cecece;
    border: 1px solid #cecece;
    color: #fff;
}
/* secondary ------------- */

/* outline-success ------------- */
.btn-outline-success {
    padding: 3px 3px  3px 20px;
    color: #fff;
    background-color: #13CB58;
    border: 2px solid #13CB58;
} 
.btn-outline-success:hover {
    background-color: #13bd54;
    border: 2px solid #13bd54; 
    color: #fff;
}
.btn-outline-success.with-icon i{ 
    background-color: white;
    color: #1acc5d; 
}
/* outline-success ------------- */


/* outline-secondary ------------- */
.btn-outline-secondary {
    color: #aaa;
    background-color: #f3f3f3;
    border-color: #f3f3f3;
}
.btn-outline-secondary:hover {
    background-color: #e7e7e7;
    border: 1px solid #e7e7e7;
    color: #aaa;
}
/* outline-secondary ------------- */

/* form  -------------------------- */
.form-control { 
    border: 1px solid #eaeaea;
    color: #373434;
    border-radius: 10px;
    padding: 10px 16px !important;
    font-size: 15px;
    font-weight: 500;
    background-color: #fdfdfd;
    text-align: right;
    height: 48px;
    box-shadow: none;
}
.form-control:focus {
 box-shadow:none !important;
 background-color: #fff !important;
 border-color: #afafaf80 !important;
}
.form-control::placeholder {
 color:#c1c1c1;
 font-weight:400
}
/* form  -------------------------- */

/* form validation  -------------------------- */
.form-control.is-invalid, .was-validated .form-control:invalid{
    border-color: #ff3838;
}
.form-control.is-valid, .was-validated .form-control:valid{
    border-color: #12d05c;
}
/* form validation  -------------------------- */



/* paddings  -------------------------- */
.pb-6{
    padding-bottom: 4em;
}
.pt-6{
    padding-top: 4em !important;
}
/* paddings  -------------------------- */

/* color  -------------------------- */
.text-primary{
    color: #ff3838 !important;
}
.text-success{
    color: #50ba07 !important;
}
.text-warning{
    color: #ff9b00 !important;
}
.text-danger{
    color: #ff3838 !important;
}
/* color  -------------------------- */

/* accordion  -------------------------- */
.card-section .accordion{
    border: 0;
}
.card-section .accordion-item{
    margin-bottom: 20px;
    border: none !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 15px 0 #ccc3;
    padding: 9px;
}
.card-section .accordion-button{
    border-radius: 10px !important;
    border-bottom: 0 !important;
}
.card-section .accordion-button::after {
    margin-right: auto;
    margin-left: 0;
}
.card-section .accordion-button:focus{
    box-shadow: none;
    border: 0 !important;
}
.card-section .accordion-button:not(.collapsed){ 
    background-color: #ff000021 !important;
    color: #ff3838 !important;
    box-shadow: none
}
.card-section .accordion-button:not(.collapsed)::after{
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ff3838'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.card-section .accordion-header{
    display: flex;
    flex-wrap: wrap;
}
.card-section .accordion-header .check-payement{
    width: 70px;
    
}
.card-section .accordion-header .accordion-button{
    width: calc(100% - 70px);
    font-size: 15px;
    font-weight: 600;
    background-color: #d0d0d021;
    color: #a0a0a0;
} 
.card-section .accordion-button::after{
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23a0a0a0'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
/* accordion  -------------------------- */

/* radio  -------------------------- */
.form-check-input:checked{
    background-color: #ff3838;
    border-color: #ff3838;
    box-shadow: none;
} 
.form-check-input:focus{
    box-shadow: none;
}
.form-check-input{
    margin-top: 11px;
    cursor: pointer;
    border: 1px solid rgba(144, 144, 144, 0.25);
}
/* radio  -------------------------- */






/* bootstrap ========================================== */

/* open card ---------------------------------- */
.open-card .modal-dialog{
    margin-right: 0;
    margin-top: 0;
    height: 100%;
    margin-bottom: 0;
    width: 410px;
    max-width: 100%;
    margin-left: 0;
}
.open-card .modal-content{
    height: 100%;
    border-radius: 0;
}
.open-card .modal-header .btn-close{
    margin-left: 0;
    margin-right: 0;
}
.open-card .modal-title{
    font-weight: 600;
    font-size: 18px;
    
}
.modal.fade .modal-dialog{
    transform: translate(50px,0);
}
.modal.show .modal-dialog {
  transform: none;
}
.open-card .card-items{}
.open-card .card-items .item{
    display: flex;
    flex-wrap: wrap;
    padding: 17px 0;
    border-bottom: 1px solid #f0f0f0;
}
.open-card .card-items .item .image{
    width: 70px;
    height: 70px;
    border: 1px solid #f0f0f0;
}
.open-card .card-items .item .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.open-card .card-items .item .details{
    width: calc(100% - 90px);
    padding-right: 14px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.open-card .card-items .item .details h3{
    font-size: 15px;
    font-weight: 600;
}
.open-card .card-items .item .details .price{ 
} 
.open-card .card-items .item .details .price span{
    display: inline-block;
}
.open-card .card-items .item .details .price span.quantity{}
.open-card .card-items .item .details .price span.amount{
    color: #ff3838;
    font-weight: 600;
    font-size: 15px;
    
}
.open-card .card-items .item .close{
    width: 20px;
}
.open-card .card-items .item .close .delete{
    background-color: transparent;
    width: 22px;
    height: 22px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border: 1px solid #f2f2f2;
    border-radius: 20px;
    justify-content: center;
}
.open-card .card-items .item .close i{
    font-size: 13px;
}
.open-card .modal-footer{}
.open-card .modal-footer .btn{
    width: 100%;
    padding: 11px 18px;
    margin: 7px 10px;
}
.open-card .modal-footer .btn.btn-secondary{
    background-color: #fff;
    border: 1px solid #ddd;
    color: #212529;
}
.open-card .modal-footer .btn.btn-secondary:hover{
    background-color: #e0e0e0;
    border: 1px solid #e0e0e0;
}
/* open card ---------------------------------- */



/* header ---------------------------------- */
/* logo ------------- */

/* upper ------------- */
.header-section .upper{
    padding: 6px 0;
    background-color: #fff;
    border-bottom: 1px solid #ededed;
    height: 35px;
    transition: 0.3s;
    overflow: hidden;
}
.header-section .upper .row{
    justify-content: space-between;
}
.header-section .upper .text{}
.header-section .upper .text p{
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
}
.header-section .upper .actions{
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
}
.header-section .overlay {
    display: none;
}

/* login ------  */
.header-section .upper .login{}
.header-section .upper .login a{
    color: #8e8e8e;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 0 !important;
    transform: 0.3s;
}
.header-section .upper .login a:hover{
    transform: 0.3s;
    color: #ff3838;
}
/* login ------  */


/* language ------  */
.header-section .upper .language{ 
    margin-right: 16px;
  }  
  .header-section .upper .language .dropdown .dropdown-menu li {
    display: block;
  }
  .header-section .upper .language .dropdown .dropdown-menu li a {
    display: flex;
    padding: 8px 8px;
    font-size: 13px;
    font-weight: 500;
    color: #8e8e8e;
    transition: 0.3s;
    justify-content: right;
  }
  .header-section .upper .language .dropdown .dropdown-menu li:first-child a{
    border-radius: 5px 5px 0 0;
  }
  .header-section .upper .language .dropdown .dropdown-menu li:last-child a{
    border-radius: 0 0 5px 5px;
  }
  .header-section .upper .language .dropdown .dropdown-menu li a .img {
    margin-right: 7px;
    width: 18px;
  }
  
  .header-section .upper .language .dropdown .dropdown-menu li a img {
    margin: 0;
    width: 18px;
    height: 18px;
    border-radius: 100%;
  }
  .header-section .upper .language .dropdown {
    margin-top: 0;
    padding: 2px 4px;
    border-radius: 40px;
    transition: 0.3s;
  } 
  .header-section .upper .language .dropdown button {
    display: flex;
    padding: 0;
    background-color: transparent;
    border: 0;
    box-shadow: initial !important;
    height: auto;
    min-width: auto;
    align-items: center;
  }
  .header-section .upper .language .dropdown button::after {
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom: 0; 
    width: auto;
    height: auto;
    vertical-align: baseline;
    font-size: 10px;
    color: #b7b7b7;
    margin-top: 0px;
    font-family: "Font Awesome 5 Free"; 
      font-weight: 900;
      content: "\f078";
  }
  .header-section .upper .language .dropdown .nav-profile-img {
    position: relative;
    width: 17px;
    height: 17px;
    display: flex;
  }
  .header-section .upper .language .dropdown .nav-profile-img img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    object-fit: cover;
  }
  .header-section .upper .language .dropdown .nav-profile-text {
    margin-left: 8px;
    color: #9c9fa6;
    margin-top: 0;
    margin-right: 8px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .header-section .upper .language .dropdown .nav-profile-text p {
    color: #8e8e8e;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 0 !important;
    
  }
  .dropdown-menu{
    border: none;
    border-radius: 5px;
    -webkit-box-shadow: 0px 3px 21px 0px rgba(175, 175, 175, 0.2);
    box-shadow: 0px 3px 21px 0px rgba(175, 175, 175, 0.2);
    margin-top: 8px !important;
    padding: 0 0;
    width: 130px;
    min-width: 130px;
    max-width: 0;
  }
  .dropdown-item{ 
    font-size: 14px !important;
  }
  .dropdown-item:focus, .dropdown-item:hover {
    background-color: #f9f9f9;
  }
  
/* language ------  */

/* upper ------------- */

.header-section { 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 4px 15px 0 #d1d1d133;
    background-color: #fff;
    padding-top: 0; 
}
.header-section .bottom{ 
}
.header-section.sticky{
    top: 0;
    position: fixed; 
    padding: 0;
}
.header-section.sticky .bottom { 
}
.header-section.sticky .navbar ul li a::after { 
}
.header-section.sticky .navbar ul li a{
    padding: 22px 14px;
}
.header-section.sticky .upper{
    transition: 0.3s;
    padding: 0;
    height: 0;
    overflow: hidden; 
    border: none;
}
.header-section .container{
    position: relative;
}
/* .header-section .container::after{
    content: " ";
    width: 98%;
    height: 1px;
    position: absolute;
    bottom: -14px;
    background-color: #eee;
    right: 0;
    padding: 0 10px;
    left: 0;
    margin: auto;
} */

.header-section .logo {
    width: 230px;
}
.header-section .logo a{
    display: flex;
    height: 100%;
    flex-wrap: wrap;
    align-items: center;
}
.header-section .logo img {
    width: 90%;
}

/* logo ------------- */

/* navbar ------------- */
.header-section .navbar {
    padding: 0 16px;
    width: calc(100% - 230px);
    justify-content: space-between;
}

.header-section .navbar ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
    height: 100%;
}

.header-section .navbar ul li { 
    height: 100%;
}

.header-section .navbar ul li a {
    color: #393939;
    font-weight: 600;
    font-size: 16px;
    transition: 0.5s;
    position: relative;
    padding: 27px 14px;
    display: flex;
    height: 100%;
    flex-wrap: wrap;
    align-items: center;
}

.header-section .navbar ul li a::after {
    content: " ";
    width: 100%;
    height: 2px;
    background-color: transparent;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: 0.5s;
    z-index: 9;
}

.header-section .navbar ul li a:hover::after {
    transition: 0.5s;
    height: 2px;
    background-color: #ff3838;
}

.header-section .navbar ul li.active a {
    color: #ff3838;
}

.header-section .navbar ul li.active a::after {
    transition: 0.5s;
    height: 2px;
    background-color: #ff3838;

}

.header-section .navbar ul li a:hover {
    transition: 0.5s;
    color: #ff3838;
}

/* navbar ------------- */

/* shoping card ------------- */
.basket-card{ 
    display: flex;
flex-wrap: wrap;
}
.basket-card .shoping-card{ 
    padding-right: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    height: 100%;
    align-items: center;
}
.basket-card .shoping-card .open-card{
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    background: none;
    padding: 0;
    border: 0;
}
.basket-card .shoping-card .icon{
    position: relative;
    width: 40px;
    height: 43px;
    background-color: #ff3838;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-right: 9px;
    box-shadow: 0 4px 7px 0 #d1d1d169;
    border: 2px solid white;
    z-index: -1;

}
.basket-card .shoping-card .icon i{
    color: #fff;
} 
.basket-card .shoping-card .text{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: left;
}
.basket-card .shoping-card .text h3{
    padding-bottom: 0;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 700;
    display: block;
    width: 100%;
    text-align: left;
}
.basket-card .shoping-card .text span{
    display: block;
    font-size: 13px; 
    color: #9a9a9a;
    font-weight: 500;
    margin-top: -6px;

}
/* shoping card ------------- */
.bottom-menu{
    display: none;
}

/* header ---------------------------------- */

/* slider ---------------------------------- */
.slider-section {
    padding-top: 116px;
    direction: ltr;
    background-color: #fff;
    padding-bottom: 2em;
    background-image: url("../img/png/1009dark.png");
    background-size: cover;
    background-position: bottom;
    position: relative;
}
.slider-section .slider-text{
    direction: rtl;
    margin-bottom: 29px;
}
.slider-section .slider-text .text{}
.slider-section .slider-text .text h3{
    font-size: 22px;
    font-weight: 800;
}
.slider-section .slider-text .text p{}
.slider-section .slider-text .actions{
    text-align: left;
}
.slider-section .slider-text .actions a{
    margin-right: 15px;
}

.slider-section .item {}

.slider-section .item .image {
    height: 600px;
    position: relative;
}
.slider-section .item .image::after{
    content: " ";
    border: 1px solid #ebebeb5c;
}

.slider-section .item .image img {
    border-radius: 16px; 
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}


.slider-section .main-slider .owl-nav {
    height: 0;
    margin: auto;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.slider-section .main-slider .owl-nav button {
    background-color: #ff3838;
    width: 46px;
    height: 46px;
    margin-top: -21em;
    position: relative;
}

.slider-section .main-slider .owl-nav button i {
    color: #fff;
}

.slider-section .main-slider .owl-nav button.owl-prev {
    padding: 0 6px !important;
    margin-left: -11px;
}

.slider-section .main-slider .owl-nav button.owl-next {
    padding: 0 6px !important;
    margin-right: -11px;
}

.slider-section .main-slider .owl-dots{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
    position: absolute;
    bottom: 26px;
    left: 0;
    right: 0;
}
.slider-section .main-slider .owl-dots .owl-dot{
    width: 15px;
    height: 15px;
    background-color: #fff;
    margin: 0 6px;
    border-radius: 50px;
    border: 2px solid white;
}
.slider-section .main-slider .owl-dots .owl-dot.active{
    background-color: #ff3838;
}
/* slider ---------------------------------- */

/* howitwork ---------------------------------- */
.howitwork-section {
    padding-top: 2rem;
    padding-bottom: 3em;
    
}

.sec-title {
    text-align: center;
    padding-bottom: 20px;
    position: relative;
}

.sec-title::after {
    content: " ";
    width: 35px;
    height: 2px;
    background-color: #ff3838;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

.sec-title h3 {
    font-weight: 800;
    font-size: 24px;
}

.howitwork-section .boxes {
    padding-top: 0;
    position: relative; 
} 
.howitwork-section .boxes .row{
    margin: 0;  
}

.howitwork-section .boxes .item {}

.howitwork-section .boxes .item .content {
    padding: 25px 0;
    border-radius: 20px 20px 20px 20px;
    /* box-shadow: 0 6px 18px 0 rgba(238,238,238,.48); */ 
    position: relative;
    transition: 0.3s;
}
.howitwork-section .boxes .item .content::after{
    content: " ";
    background-image: url("../img/png/arrowo.png");
    width: 100px;
    height: 27px;
    display: block;
    position: absolute;
    top: 10px;
    left: -60px;
    background-size: 86px;
    background-repeat: no-repeat;
}
.howitwork-section .boxes .item:nth-child(1) .content:after{}
.howitwork-section .boxes .item:nth-child(2) .content:after{
    -webkit-transform: scaley(-1);
    transform: scaley(-1);
    bottom: -10px;
    top: initial;
}
.howitwork-section .boxes .item:nth-child(3) .content:after{
    display: none;
}

.howitwork-section .boxes .item:hover .content{
    transition: 0.3s; 

}
.howitwork-section .boxes .item .content.bg-success {
    background-color: transparent !important;
} 
.howitwork-section .boxes .item .content.bg-success h3 {
    color: #32ce60;
}

.howitwork-section .boxes .item .content.bg-warning {
    background-color: transparent !important;
} 
.howitwork-section .boxes .item .content.bg-warning h3 {
    color: #ffb401;
}

.howitwork-section .boxes .item .content.bg-primary {
    background-color: transparent !important;
} 
.howitwork-section .boxes .item .content.bg-primary h3 {
    color: #ff3838;
}

.howitwork-section .boxes .item .icon {
    width: 40px;
    height: 40px;
    background-color: #ff3838;
    /* box-shadow: 0 4px 18px 0 #ff3838; */
    border-radius: 30px;
    /* display: flex; */
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -23px;
}

.howitwork-section .boxes .item .icon::after {
    content: " ";
    width: 50px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    right: -5px;
    left: 0;
    border: 1px dashed #ff3838;
    border-radius: 30px;
    opacity: .6;
    top: -5px;
}

.howitwork-section .boxes .item:nth-child(2) .icon {
    background-color: #ffb401;
    /* box-shadow: 0 4px 18px 0 #ffb401; */
}

.howitwork-section .boxes .item:nth-child(2) .icon::after {
    border-color: #ffb401;
}

.howitwork-section .boxes .item:nth-child(3) .icon {
    background-color: #32ce60;
    /* box-shadow: 0 4px 18px 0 #32ce60; */
}

.howitwork-section .boxes .item:nth-child(3) .icon::after {
    border-color: #32ce60;

}

.howitwork-section .boxes .item .icon img {
    width: 27px;
}

.howitwork-section .boxes .item .icon h4 {
    margin-bottom: 0;
    color: #fff;
    text-align: center;
    height: 100%;
    line-height: 40px;
}

.howitwork-section .boxes .item .text {
    text-align: center; 
    border-radius: 17px;
    padding-top: 49px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    border: 2px solid #f8f8f8;
}

.howitwork-section .boxes .item .text h3 {
    font-size: 17px;
    font-weight: 800;
}

.howitwork-section .boxes .item .text p {
    margin-bottom: 5px;
    color: #a5a5a5;
}

.howitwork-section .boxes .item .text .btn-link {
    color: #999;
    font-size: 14px;
}

.howitwork-section .boxes .item .text .btn-link:hover{
    color: rgb(129, 129, 129);
}
/* tabs ---------------- */
.howitwork-section .tabs-section{
    margin-top: 50px;
    border-top: 2px solid #f8f8f8;
}
.howitwork-section .tabs-section .nav-tabs{
    border: 0;
    justify-content: center;
    padding-bottom: 40px;
    margin-top: -24px;   
}
.howitwork-section .tabs-section .nav-tabs .nav-item{
    margin: 0 11px;
}
.howitwork-section .tabs-section .nav-tabs .nav-link{
    font-size: 16px;
    font-weight: 600;
    background-color: #fff;
    border-radius: 40px;
    padding: 9px 29px;
    color: #c7c7c7;
    border: 1px solid #e9e9e9;
    position: relative;
    transition: 0.3s;
} 
.howitwork-section .tabs-section .nav-tabs .nav-link:hover{
    background-color: #e9e9e9;
    border-color: #e9e9e9;
}
.howitwork-section .tabs-section .nav-tabs .nav-link.active::after{
    background-color: #fff;

}
.howitwork-section .tabs-section .tab-content{
    
}
.howitwork-section .tabs-section .nav-tabs .nav-item.show .nav-link, .howitwork-section .tabs-section .nav-tabs .nav-link.active{
    background-color: #ff3838;
    color: white;
    border-color: #ff3838;
}

/* tabs ---------------- */
.page-link{
    text-align: center;
    padding-top: 20px;
}
.page-link a{
    padding: 9px 34px;
}
/* howitwork ---------------------------------- */

/* Best brands ---------------------------------- */
.best-brands {
    padding-top: 2rem;
    padding-bottom: 4em;  
}

.best-brands .boxes {
    padding-top: 1rem;
}
.best-brands .boxes .text{}
.best-brands .boxes .text h3{
    font-weight: 800;
    font-size: 23px;
}
.best-brands .boxes .text p{}
.best-brands .boxes .row { 
    justify-content: center;
}

.best-brands .boxes .item { 
    margin-bottom: 17px;
}

.best-brands .boxes .item .content {}

.best-brands .boxes .item .content .image {
    padding: 3px 10px;
    border-radius: 10px;
/*    height: 86px;*/
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    border: 2px solid #f8f8f8;
    background-color: white;
    transition: 0.3s;
}
.best-brands .boxes .item .content .image h5 {
    font-size: 18px;
}
.best-brands .boxes .item:hover .content .image{
    transition: 0.3s; 

}

.best-brands .boxes .item .content .image a {
    display: block;
    height: 100%;
}

.best-brands .boxes .item .content .image img {
    width: 94%;
    -webkit-filter: grayscale(100%);
    opacity: 0.4;
    transition: 0.3s;
    margin: 0 auto;
    display: block;
    height: 100%;
}

.best-brands .boxes .item .content .image:hover img {
    transition: 0.3s;
    -webkit-filter: initial;
    opacity: 1;
}
.best-brands .boxes .item .content .image:hover h5 {
    color: #ff3838;
}

.best-brands .boxes .item .content .text {
    text-align: center;
    padding-top: 7px; 

}

.best-brands .boxes .item .content .text h3 {
    font-size: 15px;
    color: #a6a6a6;
    font-weight: 400;
}

/* Best brands ---------------------------------- */

/* Best offers ---------------------------------- */
.best-offers {
    padding-top: 2rem; 
    padding-bottom: 2em;
}

.best-offers .boxes {
    padding-top: 1em;
}

.best-offers .boxes .item {
    margin-bottom: 30px;
}

.best-offers .boxes .item .content {
    border: 7px solid white;
    box-shadow: 0 4px 7px 0 #d1d1d133;
    border-radius: 20px;
    overflow: hidden;
}

.best-offers .boxes .item .content .image {
    height: 260px;
}

.best-offers .boxes .item .content .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    transition: 0.3s; 
}
.best-offers .boxes .item:hover .content .image img { 
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    transition: 0.4s;
}

.best-offers .boxes .item .content img {
    border-radius: 14px;
}

.best-offers .boxes .item .content .banner {
    height: 260px;

}

.best-offers .boxes .item .content .banner img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    transition: 0.3s; 

}

.best-offers .boxes .item:hover .content .banner img { 
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    transition: 0.4s;
}

/* Best offers ---------------------------------- */

/* Best products ---------------------------------- */
.best-products {
    padding-top: 2em;
}

.best-products .boxes {
    padding-top: 2em;
}
.best-products .boxes > .row{
    justify-content: center;
}

.best-products .boxes .item {
    margin-bottom: 30px;
}

.best-products .boxes .item .content {
    border: 2px solid #fff;
    padding: 11px;
    border-radius: 10px;
    position: relative;
    transition: 0.3s;
    box-shadow: 0 6px 18px 0 rgba(238,238,238,.48);
    float: right;
}
.best-products .boxes .item:hover .content{
    transition: 0.3s;
    border: 2px solid #ff3838;
}
 
.best-products .boxes .item:hover .content .text .title a {
    transition: 0.3s;
    color: #ff3838;
}


.best-products .boxes .item .content .image {
    height: 280px;
    border-radius: 10px;
    overflow: hidden;
    border-bottom: 2px solid #f8f8f8;
}

.best-products .boxes .item .content .image a {
    width: 100%;
    height: 100%;
}

.best-products .boxes .item .content .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
}
.best-products .boxes .item:hover .content .image img{
    transition: 0.3s;
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); 
}

.best-products .boxes .item .content .discount {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: #ff1919bd;
    padding: 4px 8px;
    border-radius: 100px;
    direction: ltr;
}

.best-products .boxes .item .content .discount h4 {
    margin-bottom: 0;
    font-size: 14px;
    color: #fff;
}

.best-products .boxes .item .content .text {
    padding-top: 11px;
}
.best-products .boxes .item .content .text .title{
    padding-bottom: 5px;
}
.best-products .boxes .item .content .text .title a {
    font-size: 17px;
    font-weight: 600;
    color: #353535;
    transition: 0.3s;
    line-height: 26px;  
    text-overflow: ellipsis;
    overflow: hidden;
    width: 280px;
    white-space: nowrap;
    float: right;
}

.best-products .boxes .item .content .text .title a:hover {
    transition: 0.3s;
    color: #ff3838;
}

.best-products .boxes .item .content .text p {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 14px;
    float: right;
    width: 100%;
    height: 30px;
}

.best-products .boxes .item .content .text .brand-name {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 20px;
    padding-top: 11px;
    float: right;
    width: 100%;
}

.best-products .boxes .item .content .text .brand-name h5 {
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 600;
}
.best-products .boxes .item .content .text .brand-name h5 a{
    color: #999;
    transition: 0.3s;
}
.best-products .boxes .item .content .text .brand-name h5 a:hover{
    color: #ff3838;
    transition: 0.3s;

}
.best-products .boxes .item .content .text .brand-name h4 {
    margin-bottom: 0;
    font-size: 13px;
    color: #999;
    font-weight: 400;
    padding-right: 5px;
}

.best-products .boxes .item .content .text .actions {
    float: right;
    width: 100%;
}

.best-products .boxes .item .content .text .actions ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
}

.best-products .boxes .item .content .text .actions ul li {}

.best-products .boxes .item .content .text .actions ul .add-card {
    width: calc(100% - 98px);
    padding-left: 12px;
}

.best-products .boxes .item .content .text .actions ul .add-card a {
    width: 100%;
}

.best-products .boxes .item .content .text .actions ul .copy-link.whatsapp a {
    background-color: #13CB58;
    color: #fff;
    border-color: #13CB58;
    font-size: 22px;
    padding: 9px 11px;
}
.best-products .boxes .item .content .text .actions ul .copy-link.whatsapp a:hover {
    opacity: .7;
}

.best-products .boxes .item .content .text .actions ul .copy-link a {
    border-radius: 60px;
    padding: 4px 12px;
    width: 44px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 43px;
}


/* Best products ---------------------------------- */

/* Reviews ---------------------------------- */
.reviews-section {
    padding-top: 4rem;
    direction: ltr;
}

.reviews-section .boxes { 
}

.reviews-section .boxes .item {}

.reviews-section .boxes .item .content {
    box-shadow: 0 6px 18px 0 rgba(238,238,238,.48);
    padding: 20px 20px; 
    margin-bottom: 20px;
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
} 
.reviews-section .boxes .item .content .info{}
.reviews-section .boxes .item .content .info .image{
    width: 60px;
    height: 60px;
    border-radius: 70px;
    overflow: hidden;
    margin: 0 auto;
}
.reviews-section .boxes .item .content .info .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.reviews-section .boxes .item .content .info .user-info{
    text-align: center;
    padding-top: 11px;
}
.reviews-section .boxes .item .content .info .user-info h3{
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 0;
}
.reviews-section .boxes .item .content .info .user-info p{
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 0;
}

.reviews-section .boxes .item .content .text{
    background-color: #f9f9f9;
    border-radius: 10px;
    padding: 10px 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
}
.reviews-section .boxes .item .content .text p{
    margin-bottom: 0;
}

.reviews-section .owl-nav{
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.reviews-section .owl-nav button{
  transition: 0.3s;
  width: 42px;
  height: 42px;
}
.reviews-section .owl-nav button:hover{
  transition: 0.3s;
  color: var(--main);

}
.reviews-section .owl-nav button i{}
.reviews-section .owl-nav .owl-prev{}
.reviews-section .owl-nav .owl-next{}
/* Reviews ---------------------------------- */

/* categories-carousel ---------------------------------- */
.categories-carousel{ 
}
.categories-carousel .categories-storey{
    background-color: white;
    border-radius: 10px;
    padding: 10px 20px 0 20px;
    /* border: 1px solid #f2f2f2; */
}
.categories-carousel .item{
    padding-top: 10px;
    padding-bottom: 18px;
}
.categories-carousel .item .content{
    transition: 0.3s;
    border-radius: 11px;
    margin: 0 3px;
    padding: 10px 7px;
}
.categories-carousel .item .content a{
    display: block;
}
.categories-carousel .item .content .img{
    width: 52px;
    height: 52px;
    overflow: hidden;
    border-radius: 50px;
    margin: auto;
    border: 3px solid #ffffff91;
    box-shadow: 0 4px 7px 0 #d1d1d169;
    transition: 0.3s;
}
.categories-carousel .item:hover .content .img{
    transition: 0.3s;
    transform: scale(1.1);
}
.categories-carousel .item:hover .content .title h3{
    color: #ff3838;
    transition: 0.3s;
}
.categories-carousel .item:hover .content{ 
    box-shadow: 0 4px 15px 0 #d1d1d173;
    background-color: #fff;
}

.categories-carousel .item .content .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.categories-carousel .item .content .title{
    text-align: center;
    padding-top: 7px;
}
.categories-carousel .item .content .title h3{
    font-size: 13px;
    margin-bottom: 0;
    color: #6b6b6b;
    transition: 0.3s;
    margin-top: 10px;
}
.categories-carousel .owl-nav { 
    height: 0;
    margin: auto;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.categories-carousel .owl-nav button {}

.categories-carousel .owl-nav button i {
    color: #cecece;
}

.categories-carousel .owl-nav button.owl-prev {
    padding: 0 20px !important;
    margin-left: -37px;
    margin-top: -132px;
}

.categories-carousel .owl-nav button.owl-next {
    padding: 0 20px !important;
    margin-right: -37px;
    margin-top: -132px;
}

/* categories-carousel ---------------------------------- */



/* footer ---------------------------------- */
.footer-section{
    padding-top: 4em;
    padding-bottom: 0;
    background-color: #202020;
    margin-top: 6em;
    position: relative;
}
.footer-section::after{
    /* content: ' '; */
    background-image: url("../img/png/1009dark.png");
    background-size: cover;
    background-position: bottom;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0.6;
    z-index: 0;
}
.footer-section .top_part{
    padding-bottom: 3em;
    position: relative;
    z-index: 9;
    
}
.footer-section .item{}
.footer-section .item.links{
    padding-right: 8em;
}
.footer-section .item .item-content{
    padding-top: 27px;
}
.footer-section .item .item-content .content{
    display: flex;
    flex-wrap: wrap;
}

.footer-section .item .image{
    padding-bottom: 20px;
}
.footer-section .item .image img{
    width: 200px;
}
.footer-section .item .text{}
.footer-section .item .text p{} 

.footer-section .item .main-title{
    position: relative;
}
.footer-section .item .main-title::after {
  content: " ";
  width: 35px;
  height: 2px;
  background-color: #ff3838;
  position: absolute;
  right: 0;
}
.footer-section .item .main-title h3{
    font-weight: 700;
    font-size: 21px;
    color: white;
}

/* pyment ----------------- */
.footer-section .item .pyment{
    padding-top: 24px;
}
.footer-section .item .pyment h5{
    font-weight: 800;
    font-size: 15px;
    color: white;
}
.footer-section .item .pyment ul{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
    padding-top: 5px;
}
.footer-section .item .pyment ul li{
    width: 48px;
    margin-left: 12px;
    height: 29px;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 11px;
}
.footer-section .item .pyment ul li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* pyment ----------------- */

/* social media ----------------- */
.footer-section .item .social-media {
    margin-left: 0;
    margin-top: 30px;
    padding-bottom: 0;
} 
.footer-section .item .social-media h5{
    font-weight: 600;
    font-size: 17px;
    color: white;
}
.footer-section .item .social-media ul {
    margin-top: 0;
    padding: 0;
}

.footer-section .item .social-media ul li {
    display: inline-block;
    margin: 0;
    padding: 0 0;
}

.footer-section .item .social-media ul li a {
    text-align: center;
    font-size: 17px;
    transition: 0.3s;
    color: #d1d1d1; 
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 26px;
}
.footer-section .item .social-media ul li a:hover{
    transition: 0.3s;
    color: #ff3838;
}

.footer-section .item .social-media ul li a i {
    margin-top: 0;
    margin-left: 0; 
}
/* social media ----------------- */

/* contact info  ----------------- */
.footer-section .item .contact-info{
    padding-top: 24px;
}
.footer-section .item .contact-info ul{}
.footer-section .item .contact-info ul li{
    display: flex;
    flex-wrap: wrap;
    padding: 4px 0;
}
.footer-section .item .contact-info ul li a{
    display: block;
    font-weight: 500;
    color: #9b9b9b;
    transition: 0.3s;
    direction: ltr;
}
.footer-section .item .contact-info ul li .icon{
    padding-left: 10px;
}
.footer-section .item .contact-info ul li .icon i{
    color: #ff3838;
}
/* contact info  ----------------- */


/* newslater ----------------- */
.footer-section .item .send{
    width: 63px;
}
.footer-section .item .send .btn{
    padding: 10px 0;
    width: 44px;
    text-align: center;
    box-shadow: 0 6px 29px 0 rgb(255, 56, 56);
}
.footer-section .item .send .btn:hover{
    transition: 0.3s; 
}
.footer-section .item .email{
    width: calc(100% - 63px);
}
.footer-section .item .email .form-control{
    box-shadow: 0 6px 21px -4px rgb(220, 220, 220);
    border: 1px solid #fff;
    background-color: white;
}
/* newslater ----------------- */

/* links ----------------- */
.footer-section .item .item-content .links{}
.footer-section .item .item-content .links ul{ 
}
.footer-section .item .item-content .links ul li{}
.footer-section .item .item-content .links ul li a{
    padding: 7px 0;
    display: block;
    font-weight: 500;
    color: #9b9b9b;
    transition: 0.3s;
    font-size: 15px;
}
.footer-section .item .item-content .links ul li a:hover{
    transition: 0.3s;
    color: #ff3838;
}
/* links ----------------- */

/* footer bottom  ----------------- */
.footer-section .buttom_part {
    border-top: 1px solid #383838;
    padding-bottom: 20px;
    padding-top: 23px;
    margin-top: 0;
    position: relative;
    z-index: 9;
}
.footer-section .buttom_part .center {
 text-align:center
}
.footer-section .buttom_part .center p {
 display:inline-block;
 margin-bottom:0
}
.footer-section .buttom_part .center a {
 display:inline-block
}
.footer-section .buttom_part .center a strong {
    color: #ff3838;
}
/* footer bottom  ----------------- */



  
/* footer ---------------------------------- */


/* inner pages ============================================== */
.page-content{
    padding-top: 3em;
    padding-bottom: 6em;
}
/* banner ---------------------------------- */
.banner-section{
    position: relative;
    margin-top: 100px;
    background-color: #f9f9f9;
    height: 250px;
}
.banner-sections::after {
  content: ' ';
  background-image: url("../img/png/1009dark.png");
  background-size: cover;
  background-position: bottom;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0.6;
  z-index: 0;
}
.banner-section .container{
    height: 100%;
    
}
.banner-section .row{
    align-items: center;
    height: 100%;
}
.banner-section .content{
}
.banner-section .content .title{
    text-align: center;
}
.banner-section .content .title h3{
    font-weight: 800;
    font-size: 24px;
}
.banner-section .content .tree-links{
    margin-bottom: 0;
}
.banner-section .content .tree-links ul{
    justify-content: center;
    padding: 0;
    margin-bottom: 0;
    display: flex;
    flex-wrap: wrap;
}
.banner-section .content .tree-links ul li{ 
    margin-left: 24px;
    position: relative;
}
.banner-section .content .tree-links ul li::after { 
    content: "\f053";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: -20px;
    top: 2px;
    width: 11px;
    display: block;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center;
    color: #61646b;
    font-size: 10px;
}
.banner-section .content .tree-links ul li:last-child:after{
    display: none;
}
.banner-section .content .tree-links ul li:last-child{
    margin: 0;
} 
.banner-section .content .tree-links ul li a{
    color: #61646b;
    font-size: 13px;
    font-weight: 500;
    display: block;
    transition: all 0.3s;
}
.banner-section .content .tree-links ul li a:hover{
    color: #ff3838;
}
.banner-section .content .tree-links ul li .icon{
    color: #ff3838;
}
.banner-section .content .tree-links ul li .icon img{
    width: 13px;
    margin-top: -2px;
} 
/* banner ---------------------------------- */

/* brands ---------------------------------- */
.page-content .best-brands{
    padding-top: 0; 
}
/* brands ---------------------------------- */

/* best products ---------------------------------- */
.page-content .best-products{ 
}
/* best products ---------------------------------- */

/* order complete ---------------------------------- */
.page-content .order-complete{
    padding-top: 2em;
    padding-bottom: 4em;
}
.page-content .order-complete .content{
    text-align: center;
    margin: 0 auto;
    padding-top: 3em;
    padding-bottom: 3em;
    border-radius: 20px;
    border: 1px solid #f1f1f1;
    padding-right: 30px;
    padding-left: 30px;
}
.page-content .order-complete .content h3{
    font-weight: 600;
    font-size: 26px;
    padding-bottom: 11px;
}
.page-content .order-complete .content p{}
.page-content .order-complete .content .image{
    padding-top: 2em;
}
.page-content .order-complete .content .image img{}

/* order complete ---------------------------------- */

/* card page ---------------------------------- */
.card-section{ 
    margin: 0 auto;
}
.card-section .title{
    padding-bottom: 10px;
}
.card-section .title h3{
    font-weight: 800;
    font-size: 20px;
}
.card-section .items{ 
}
.card-section .items .item{
    display: flex;
    flex-wrap: wrap; 
    padding: 10px 10px;
    border-radius: 10px;
    box-shadow: 0 4px 15px 0 #ccc3;
    justify-content: space-between;
    margin-bottom: 18px;
}
.card-section .items .item .link{
    width: calc(100% - 196px);
}
.card-section .items .item .link .pro-link{
    width: 100%;
    border: 0;
    padding: 11px 10px;
    border-radius: 10px;
    background-color: #f7f7f7;
    color: #8c8c8c;
    font-weight: 500;
    outline: 0;
}
.card-section .items .item .product-quantity{
    width: 131px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.card-section .items .item .delete{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 29px;
    justify-content: center;
    
}
.card-section .items .item .delete .no-style{
    background: none;
    border: 0;
}
.card-section .items .item .delete .delete-btn{}
.card-section .items .item .delete .delete-btn:hover i{}
.card-section .items .item .delete i{
    color: #ff3838;
    font-size: 16px;
}


.product-quantity .qty-input {
    color: #000;
    background-color: transparent;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 5px; 
    border-radius: 53px;
    border: 1px solid #eee;
  }
  .product-quantity .qty-input .product-qty,
  .product-quantity .qty-input .qty-count {
    background: transparent;
    color: inherit;
    font-weight: 500;
    font-size: inherit;
    border: none;
    display: inline-block;
    min-width: 0;
    height: 34px;
    line-height: 1;
  }
  .product-quantity .qty-input .product-qty:focus,
  .product-quantity .qty-input .qty-count:focus {
    outline: none;
  }
  .product-quantity .qty-input .product-qty {
    width: 50px;
    min-width: 0;
    display: inline-block;
    text-align: center;
    color: #3b3b3b;
    -webkit-appearance: textfield;
       -moz-appearance: textfield;
            appearance: textfield;
  }
  .product-quantity .qty-input .product-qty::-webkit-outer-spin-button, .product-quantity .qty-input .product-qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
            appearance: none;
    margin: 0;
  }
  .product-quantity .qty-input .qty-count {
    padding: 0;
    cursor: pointer;
    width: 2.2rem;
    font-size: 1.25em;
    text-indent: -100px;
    overflow: hidden;
    position: relative;
    border-radius: 30px;
  }
  .product-quantity .qty-input .qty-count:before, .product-quantity .qty-input .qty-count:after {
    content: "";
    height: 2px;
    width: 10px;
    position: absolute;
    display: block;
    background: #fff;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .product-quantity .qty-input .qty-count--minus {
    background: #bebebe;
    color: #000;
  }
  .product-quantity .qty-input .qty-count--minus:hover{
    background: #ff3838;
    color: #fff;
    transition: 0.3s;
  }
  .product-quantity .qty-input .qty-count--add {
    background: #bebebe;
    color: #fff;
    transition: 0.3s;
  }
  .product-quantity .qty-input .qty-count--add:hover{
    background: #ff3838;
    color: #fff;
    transition: 0.3s;
  }
  .product-quantity .qty-input .qty-count--add:after {
    transform: rotate(90deg);
  }
  .product-quantity .qty-input .qty-count:disabled {
    color: #c1c1c1;
    background: #f4f4f4;
    cursor: not-allowed;
    border-color: transparent;
  }
  .product-quantity .qty-input .qty-count:disabled:before, .product-quantity .qty-input .qty-count:disabled:after {
    background: #ccc;
  }  

/* add ------------- */
.card-section .items .add{ 
    margin: 0 auto;
    padding-top: 27px;
    text-align: center;
}
.card-section .items .add a{
    padding: 9px 35px;
}
.card-section .items .add i{
    font-size: 14px;
    color: #ffff;
    transition: 0.3s;
    margin-top: 3px;
    margin-right: 8px;
}  

/* add ------------- */

/* client information ------------- */
.card-section .client-information{ 
    margin-top: 5em;
}
.card-section .client-information .title{}
.card-section .client-information .title h3{}
.card-section .client-information .inputs{ 
    padding: 20px 20px;
    border-radius: 10px;
    justify-content: space-between;
    margin-bottom: 18px; 
    box-shadow: 0 4px 15px 0 #ccc3;
}
.card-section .client-information .inputs .item{
    margin-bottom: 15px;
}
.card-section .client-information .inputs .item .form-label{}
.card-section .client-information .inputs .item .form-control{}

/* client information ------------- */

/* payement info ------------- */
.card-section .payement-info{
    margin-top: 5em;
}
.accordion-header .check-payement{
    text-align: right;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.payement-accordion .accordion-item{}
.payement-accordion .accordion-item .bank-infor{}
.payement-accordion .accordion-item .bank-infor ul{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
}
.payement-accordion .accordion-item .bank-infor ul li{
    padding-left: 50px;
}
.payement-accordion .accordion-item .bank-infor ul li h3{
    font-weight: 500;
    font-size: 16px;
    color: #999;
}
.payement-accordion .accordion-item .bank-infor ul li h5{
    font-weight: 500;
    font-size: 16px;
    color: #555;
}
.payement-accordion .accordion-item .accordion-body{
    border-top: 1px solid whitesmoke;
    margin-top: 14px;
}

.payement-info{}
.payement-info .actions{
    text-align: center;
    margin-top: 38px;
}
.payement-info .actions .btn{
    padding: 9px 42px;
    margin: 0 auto;
}

/* payement info ------------- */



/* card page ---------------------------------- */
 

/* login system ---------------------------------- */
.login-signup{
    padding-top: 6em;
}
.login-signup .content{ 
    padding-top: 6em;
}
.login-signup .content .title{
    text-align: center;
}
.login-signup .content .title .icon{
    width: 45px;
    height: 45px;
    background-color: #ff3838;
    border-radius: 30px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}
.login-signup .content .title .icon i{
    color: white;
    font-size: 19px;
}
.login-signup .content .title h3{ 
    font-weight: 700;
    font-size: 31px;
    margin-bottom: 15px;
    margin-top: 23px;
}
.login-signup .content .title p{}
.login-signup .content .box{
    margin-top: 2em;
    background-color: #fff;
    padding: 20px 20px;
    border-radius: 17px;
    box-shadow: 0 4px 15px 0 #ccc3;
    width: 470px;
    margin-left: auto;
    margin-right: auto;
}
.login-signup .content .form-sec{}
.login-signup .content .form-sec .item{}
.login-signup .content .form-sec .item .form-label{
    font-weight: 500;
    font-size: 15px;
}
.login-signup .content .form-sec .item .form-control[type="email"]{
    text-align: left;
    font-size: 17px;
    direction: initial;
}
.login-signup .content .form-sec .item .form-control[type="text"]{
    padding-right: 58px !important;
}
.login-signup .content .form-sec .item .form-control[type="password"]{
    text-align: left;
    font-size: 17px;
}
.login-signup .content .form-sec .item .inp-box{
    position: relative;
}
.login-signup .content .form-sec .item .inp-box .icon{
    position: absolute;
    bottom: 0;
    top: 1px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 14px;
    background-color: #fdfdfd;
    margin-right: 1px;
    border-radius: 0 10px 10px 0;
    height: 45px;
}
.login-signup .content .form-sec .item .inp-box .icon i{
    font-style: normal;
    color: #353535;
}
.login-signup .content .form-sec .item .pass-reset{
    float: left;
}
.login-signup .content .form-sec .item .pass-reset a {
    font-weight: 500;
    font-size: 14px;
    color: #ACACAC;
    transition: 0.3s;
}
.login-signup .content .form-sec .item .pass-reset a:hover{
    color: #ff3838;
    transition: 0.3s;

}
.login-signup .content .form-sec .item .btn{ 
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 29px;
    padding-bottom: 10px;
}
.login-signup .content .other{}
.login-signup .content .other ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.login-signup .content .other ul li{ 
}
.login-signup .content .other ul li a{
    padding: 7px 18px;
    margin: 0 5px;
    display: block;
    border-radius: 30px;
    border: 1px solid #eee;
    color: #adadad;
    text-align: center;
    transition: 0.3s;
}
.login-signup .content .other ul li i{
    margin-left: 11px;
}
.login-signup .content .other ul li.facebook a{}
.login-signup .content .other ul li.facebook a:hover{
    background-color: #2c92ff;
    border-color: #2c92ff;
    color: white;
}
.login-signup .content .other ul li.google a{}
.login-signup .content .other ul li.google a:hover{
    background-color: #ff3838;
    border-color: #ff3838;
    color: white;
}
.login-signup .content .other .or{
    width: 100%;
    text-align: center;
    position: relative;
    margin-top: 28px;
    margin-bottom: 32px;
}
.login-signup .content .other .or span {
    text-align: center;
    display: inline;
    font-size: 14px;
    background-color: #fff;
    padding: 0 20px;
    color: #9B9B9B;
}
.login-signup .content .other .or::after {
  content: " ";
  width: 100%;
  height: 1px;
  display: block;
  background-color: #EEE;
  margin-top: -10px;
}
.login-signup .content .orsignup{
    padding-top: 26px;
}
.login-signup .content .orsignup p{
    text-align: center;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 14px;
    color: #ACACAC;
    transition: 0.3s;
}
.login-signup .content .orsignup a{
    color: #ff3838;
    font-weight: 600;
    transition: 0.3s;
}
.login-signup .content .orsignup a:hover{    
    transition: 0.3s;
    color: #3e3e3e;

}
/* login system ---------------------------------- */


/* account  ---------------------------------- */
.account-sec{
    padding-top: 12em;
}
.account-sec .sidebar{}
.account-sec .sidebar .content{
    border-left: 2px solid #f1f1f1;
}
.account-sec .sidebar .nav-tabs{
    border-bottom: 0;
    display: block;
}
.account-sec .sidebar .nav-tabs li{
    margin-left: 11px;
    display: block;
    margin-bottom: 8px;
}
.account-sec .sidebar .nav-tabs .nav-link{
    border: 0;
    font-size: 16px;
    font-weight: 600;
    display: block;
    width: 100%;
    text-align: right;
    padding: 11px 14px;
    position: relative;
    border-radius: 11px;
    color: #888;
}
.account-sec .sidebar .nav-tabs .nav-link:hover{
    color: #ff3838;
    background-color: #ff38380f;
    transition: 0.3s;
}
.account-sec .sidebar .nav-tabs .nav-link:hover::after{
    background-color: #ff3838;
    transition: 0.3s;
}
.account-sec .sidebar .nav-tabs .nav-link::after{
    content: " ";
    position: absolute;
    left: -13px;
    width: 2px;
    height: 100%;
    background-color: transparent;
    top: 0;
    transition: 0.3s;
    border-radius: 0 10px 10px 0;

}
.account-sec .sidebar .nav-tabs .nav-link.active{ 
    color: #ff3838;
    background-color: #ff38380f;
}
.account-sec .sidebar .nav-tabs .nav-link.active::after{
    background-color: #ff3838;
    
}
.account-sec .content-sec{}
.account-sec .content-sec .title{}
.account-sec .content-sec .title h3{
    font-weight: 700;
    font-size: 22px;
}
/* addresses ----- */
.account-sec .content-sec .addresses{}
.account-sec .content-sec .added-addresses{}

.added-addresses .accordion-flush .accordion-item{
    margin-bottom: 20px;
    border-radius: 12px !important;
    padding: 5px;
    border: 1px solid #eaeaea !important;
}
.added-addresses .accordion-button::after {

}
.added-addresses .accordion-button:not(.collapsed)::after {
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ff3838'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.added-addresses .accordion-button::after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23a0a0a0'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.added-addresses .accordion-button::after {
  margin-right: auto;
  margin-left: 0;
}
.added-addresses .accordion-flush .accordion-item .accordion-button{
    box-shadow: none !important;
}
.added-addresses .accordion-header .accordion-button {
    font-size: 15px;
    font-weight: 600;
    color: #888;
    border-radius: 10px !important;
    border-bottom: 0 !important;
    padding: 12px 15px;
}
.added-addresses .accordion-button:not(.collapsed) {
  background-color: #ff000021 !important;
  color: #ff3838 !important;
  box-shadow: none;
}
/* addresses ----- */


/* orders ----- */

.orders .main-item{
    margin-bottom: 30px;
}
.orders .main-item > .content{
    padding: 20px 0px 0 0;
    border-radius: 10px;
    position: relative;
    transition: 0.3s;
}
.orders .main-item .head{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #f9f9f9;
    padding: 13px 10px;
}
.orders .main-item .head .date{
    display: flex;
    flex-wrap: wrap;
}
.orders .main-item .head .date h3{
    font-weight: 600;
    font-size: 16px;
    direction: initial;
    text-align: right;
    margin-bottom: 0;
}
.orders .main-item .head .date h4{
    font-weight: 500;
    font-size: 16px;
    color: #6f6f6f;
    margin-right: 22px;
    margin-bottom: 0; 
}
.orders .main-item .head .date span{
    color: #ff3838;
}
.orders .main-item .head .details{}
.orders .main-item .head .details a{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #ff3838;
    font-weight: 500;
    font-size: 15px;
    transition: 0.3s;
}
.orders .main-item .head .details a:hover{
    transition: 0.3s;
    color: #353535;
}
.orders .main-item .head .details i{
    margin-right: 6px;
}
.orders .main-item .items{}
.product-table{}
.product-table .table{}
.table-bordered, .table-bordered td, .table-bordered th{
    border: 1px solid #f0f0f0;
}
.product-table .table th{
    padding: 12px 10px;
}
.product-table .table td{
    vertical-align: middle;
    font-size: 16px;
    font-weight: 500;
} 
.product-table .table td span{
    color: #ff3838;
}
.product-table td .content { 
    border-radius: 10px;
    position: relative;
    transition: 0.3s;
    display: flex;
    flex-wrap: wrap;
} 


.product-table td .content .image {
    height: 70px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #f4f4f4;
    margin-left: 10px;
    width: 70px;
}

.product-table td .content .image a {
    width: 100%;
    height: 100%;
}

.product-table td .content .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
} 
.product-table td .content .discount {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: #ff1919bd;
    padding: 4px 8px;
    border-radius: 100px;
    direction: ltr;
}

.product-table td .content .discount h4 {
    margin-bottom: 0;
    font-size: 14px;
    color: #fff;
}
 
.product-table td .content .title{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.product-table td .content .title a {
    font-size: 14px;
    font-weight: 600;
    color: #353535;
    transition: 0.3s; 
    display: -webkit-box; 
    max-height: 47px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; 
    height: initial;
}

.product-table td .content .title a:hover {
    transition: 0.3s;
    color: #ff3838;
}

.product-table td .content p {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 14px;
}

.product-table td .brand-name {  
}

.product-table td .brand-name h5 {
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 500;
}

.product-table td .brand-name h5 a{
    color: #999;
    transition: 0.3s;
}
.product-table td .brand-name h5 a:hover{
    color: #ff3838;
    transition: 0.3s;

}
.product-table td .brand-name h4 {
    margin-bottom: 0;
    font-size: 13px;
    color: #999;
    font-weight: 400;
    padding-left: 5px;
}




.orders .box{
    margin-bottom: 40px;
}
.orders .box:last-child{
    margin-bottom: 0;
}
.orders .box.old .main-item > .content{ 
    opacity: 0.7;
}

 
/* orders ----- */

/* order detail ----- */
.account-sec .order-detail{
    margin: 0 auto;

}
.account-sec .order-detail .detail-content{ 
    border-radius: 10px;
    position: relative;
    transition: 0.3s;
}
.account-sec .order-detail .go-back{
    padding-bottom: 20px;
}
.account-sec .order-detail .go-back a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #ff3838;
  font-weight: 500;
  font-size: 15px;
  transition: 0.3s;
  justify-content: left;
}
.account-sec .order-detail .go-back i {
  margin-right: 6px;
}
.account-sec .order-detail .details{
    padding: 19px 0;
    position: relative;
    transition: 0.3s;
    border-bottom: 2px solid #f4f4f4;
    margin-bottom: 30px;
}
.account-sec .order-detail .details ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 0;
}
.account-sec .order-detail .details ul li{
    text-align: center;
    display: flex;
    flex-wrap: wrap;
}
.account-sec .order-detail .details ul li h4{
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 11px;
    margin-left: 11px;
    color: #999;

}
.account-sec .order-detail .details ul li h5{
    font-weight: 500;
    font-size: 18px;
}
.account-sec .order-detail .details ul li.status h5{
    font-weight: 500;
    font-size: 16px; 
}
.account-sec .order-detail .details ul li span{}
.account-sec .order-detail .details ul li span{}

/* order detail ----- */



/* account  ---------------------------------- */

/* defualt page  ---------------------------------- */
.page-content{}
.page-content .def-page{}
.page-content .def-page h3{
    font-weight: 600;
    font-size: 20px;
}
.page-content .def-page h4{
    font-weight: 600;
    font-size: 17px;
}
.page-content .def-page p{ 
    text-align: justify;
}
/* defualt page  ---------------------------------- */

/* blog page  ---------------------------------- */
.page-content{}
.page-content .blog{}
.page-content .blog .item{
    margin-bottom: 30px;
}
.page-content .blog .item .content{
    box-shadow: 0 4px 7px 0 #d1d1d133;
    border-radius: 20px;
    padding: 7px;
    border: 2px solid #fff;
    transition: 0.3s;

}
.page-content .blog .item:hover .content{
    transition: 0.3s;
    border: 2px solid #ff3838;
}
.page-content .blog .item .content .image{
    height: 300px;
    overflow: hidden;
    border-radius: 20px;

}
.page-content .blog .item .content .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
    transition: 0.3s;
}   
.page-content .blog .item .content .image:hover img{
    transform: scale(1.1);
    transition: 0.3s;
}
.page-content .blog .item:hover .content .image img{
    transform: scale(1.1);
    transition: 0.3s;
}
.page-content .blog .item .content .text{
    padding: 12px 7px 7px 7px;
}
.page-content .blog .item .content .text h3{
    font-size: 19px;
    font-weight: 600;
    transition: 0.3s;
    line-height: 26px;
}
.page-content .blog .item .content .text > h3 > a{
    color: #353535;
    transition: 0.3s;
}
.page-content .blog .item .content .text > h3 > a:hover{
    transition: 0.3s;
    color: #ff3838;
}
.page-content .blog .item:hover .content .text > h3 > a{
    transition: 0.3s;
    color: #ff3838;
}
.page-content .blog .item .content .text p{}
.page-content .blog .item .content .text .actions{
    display: flex;
    flex-wrap: wrap;
    margin-top: 37px;
}
.page-content .blog .item .content .text .actions a{
    width: 100%;
}
.page-content .blog .item .content .text .actions .item{
    margin-bottom: 0;
}
.page-content .blog .item .content .text .actions .item:nth-child(1){
    width: 40%;
}
.page-content .blog .item .content .text .actions .item:nth-child(2){
    width: calc(100% - 40%);
}
.page-content .blog .item .about-post{
    justify-content: left;

}
.page-content .blog .about-post{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
    align-items: center;
    height: 100%;
}
.page-content .blog .about-post li{
    display: flex;
    flex-wrap: wrap;
    margin-right: 7px;

}
.page-content .blog .about-post li i{
    font-size: 13px;
    margin-top: 3px;
    color: #999;
}
.page-content .blog .about-post li h4{
    margin-bottom: 0;
    font-size: 16px;
    margin-right: 4px;
    color: #999;
}

/* details ----------------- */
.page-content .blog .main-image{
    height: 480px;
    overflow: hidden;
    width: 100%;
    margin-bottom: 20px;
    box-shadow: 0 4px 7px 0 #d1d1d133;
    border-radius: 20px;
    padding: 7px;
    border: 2px solid #fff;
    transition: 0.3s;
}
.page-content .blog .main-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 20px;
}
.page-content .blog .main-text{}
.page-content .blog .main-text .post-info{
    padding-bottom: 30px;
}
.page-content .blog .main-text h3{
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 21px;
}
.page-content .blog .main-text p{
    text-align: justify;
}
/* details ----------------- */
/* blog page  ---------------------------------- */


/* products details ---------------------------------- */
.product-detail{
    padding-top: 1em;
}
.product-detail .container .row{
    justify-content: center;
}
.product-detail .text{}
.product-detail .text .content{}
.product-detail .text .content .title{}
.product-detail .text .content .title h3{
    font-size: 22px;
    font-weight: 600;
    color: #353535;
    transition: 0.3s;
    line-height: 26px;
}
.product-detail .text .content .brand-name {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 20px;
    padding-top: 11px;
}
.product-detail .text .content .brand-name h5 {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 600;
}
.product-detail .text .content .brand-name h5 a{
    color: #999;
    transition: 0.3s;
}
.product-detail .text .content .brand-name h5 a:hover{
    color: #ff3838;
    transition: 0.3s;
}
.product-detail .text .content .brand-name h4 {
    margin-bottom: 0;
    font-size: 15px;
    color: #999;
    font-weight: 500;
    padding-right: 5px;
}
.product-detail .text .content .discreption{
    padding-top: 2em;
}
.product-detail .text .content .discreption h5{
    font-size: 15px;
    font-weight: 600;
    color: #353535; 
    margin-bottom: 3px;
}
.product-detail .text .content .discreption p{}
.product-detail .text .content .product-quantity{
    margin-top: 34px;
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
}
.product-detail .text .content .actions{
    margin-top: 34px;
}
.product-detail .text .content .actions ul{
    display: flex;
    flex-wrap: wrap;
}
.product-detail .text .content .actions ul li.whatsapp{
    width: 34%;
}

.product-detail .text .content .actions ul li.add-card{
    margin-bottom: 11px;
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 40%);
}
.product-detail .text .content .actions ul li.add-card .btn{
    width: 100%;
}
.product-detail .text .content .actions ul li.add-card .product-quantity{
}
.product-detail .text .content .actions ul li.add-card .add-btn{
}
.product-detail .text .content .actions ul li.add-card .add-btn .btn{
    width: 100%;
}
.product-detail .text .content .actions ul li:not(:last-child){
    margin-left: 10px;
}
.product-detail .text .content .actions ul li a{}
.product-detail .text .content .actions ul li a i{

}

.product-detail .text .content .actions ul .copy-link {}

.product-detail .text .content .actions ul .copy-link a {
    border-radius: 60px;
    padding: 4px 12px;
    width: 44px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 43px;
}

.product-detail .images{
    direction: ltr;
}  
.product-detail .images .thumbnails {
  display: flex;
  margin: 1rem auto 0;
  padding: 0;
  justify-content: center;
}

.product-detail .images .thumbnail {
  width: 70px;
  height: 70px;
  overflow: hidden;
  list-style: none;
  margin: 0 0.2rem;
  cursor: pointer;
  border: 1px solid #eee;
border-radius: 10px;
}
.product-detail .images .thumbnail.is-active{
    border-color: #ff3838;
}
.product-detail .images .splide__slide img{
    width: 100%;
    border-radius: 10px;
}
.product-detail .splide{
    border: 1px solid #eee;
    border-radius: 10px;
}


/* products details ---------------------------------- */






/* inner pages ============================================== */



/* toggle menu --------- */
.toggle-btn{
    margin-right: 20px;
}
.toggle-btn{
    display: none;
}
.menu_btn{ 
}
.menu_btn input#menu1 {
    display: none;
}

.menu_btn .icon { 
    cursor: pointer;
    display: block;
    height: 24px;
    padding: 0;
    width: 24px;
}

.menu_btn .hamburger  {
    position: relative;
    z-index: 200;
    /* border: 1px solid #000; */
    text-align: center;
    height: 30px;
    padding: 0;
    width: 34px;
    margin-top: 3px;
}
.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before{
    background-color: #000;
    width: 24px;
height: 2px;
}
.hamburger-box{ 
    width: 25px;
    height: 24px;
    margin-top: 6px;
}
 
.hamburger-inner::before {
    top: -7px;
}
.hamburger-inner::after {
    top: 7px;

}
.menu_btn .hamburger.is-active .hamburger-inner::before{
    top: -10px;
}
.menu_btn .hamburger.is-active .hamburger-inner::after{
    top: 10px;
}
.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::after, .hamburger.is-active .hamburger-inner::before{
    background-color: #000;
}
.menu_btn .hamburger-box{
    margin-top: 3px;
    width: 24px;
}
/* toggle menu --------- */