@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//royafix.com/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.2.6") format("woff2");
}

:root {
	--wd-text-font: IRansansX;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 14px;
	--wd-title-font: IRansansX;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: IRansansX;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: IRansansX;
	--wd-widget-title-font: IRansansX;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: IRansansX;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-primary-color: rgb(174,30,239);
	--wd-alternative-color: rgb(202,91,249);
	--wd-link-color: rgb(51,51,51);
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: rgb(145,29,208);
	--btn-accented-bgcolor: #83b735;
	--btn-accented-bgcolor-hover: rgb(145,29,208);
	--wd-form-brd-width: 2px;
	--notices-success-bg: rgb(174,30,239);
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title {
	background-color: rgb(255,255,255);
	background-image: url(https://royafix.com/wp-content/uploads/2023/01/bg-pr.svg);
	background-size: cover;
	background-position: center center;
}
.wd-footer {
	background-color: rgb(239,239,239);
	background-image: none;
}
html .wd-nav.wd-nav-main > li > a {
	font-family: IRansansX;}
.page .wd-page-content {
	background-color: rgb(239,239,239);
	background-image: none;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 35px;
--btn-default-color: #fff;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 35px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 35px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 0px;
}

@media (min-width: 1222px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


#code-footer p,
#code-footer h4,
#code-footer h5 {
    padding: 0;
    margin: 0;
}

#code-footer .footer {
    display: flex;
    align-items: center;
    
    justify-content: space-around;
}
.wd-tools-element .wd-tools-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    color: rgb(162,80,216) !important;
}



/* ################# left-info ############# */
#code-footer .left-sec {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-top: 3rem;
}

#code-footer .support {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    padding-bottom: 3rem;
}

#code-footer .phone-icon {
    display: flex;
    align-items: center;
}

#code-footer .phone {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#code-footer .phone h4 {
    font-weight: bold;
    color: #fff;
}

#code-footer .phone h5 {
    color: #e86060;
    padding: 7px 0;
}

#code-footer .whats-tele {
    margin-left: 8rem;
}

#code-footer .whats-icon {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#code-footer .whats-tele {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#code-footer .whats-tele h4 {
    font-weight: bold;
color: #fff;
}

#code-footer .whats-tele h5 {
    color: #e86060;
    padding: 7px 0;
}

#code-footer .address {
    padding-bottom: 2rem;
    color: #fff;
    display: flex;
    align-items: center;
    margin-right: 12%;
}
#code-footer .address p{
 font-size: 18px;
}

#code-footer .links {
    display: flex;
    align-items: center;
    margin-right: 20%;
}

#code-footer .links ul {
    list-style: none;
    text-align: center;
}

#code-footer .links ul li a {
    text-decoration: none;
    color: #ccc;
    font-size: 14px;
}

#code-footer .links ul li a:hover {
    color: #fff;
}
 .copy-footer a{
          box-sizing: border-box;
          color: #e45f5f;
          font-weight: bold;
      }
      .text-footer{
          box-sizing: border-box;
          color: #e45f5f;
          font-weight: bold;
  }
  .copy-footer a:hover{
          box-sizing: border-box;
          color: #e45f5f;
          font-weight: bold;
          cursor: pointer;
      }
.amount {
    color: #46048f !important;
    font-weight: 600;
}
.product-label.onsale {
    background-color: #46048f !important;
    direction: ltr;
}


/*################# charter ###################*/
#charter {
   margin: 1rem;
}

#charter .charter {
    display: flex;
    justify-content: center;
    align-items: center;
}

#charter .right-chart {
    width: 100%;
    padding: 0;
    position: relative;
}

#charter .right-chart p {
    color: #341240;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
    width: 90%;
    text-align: left;
}

#charter .item-1:hover,
#charter .item-2:hover,
#charter .item-3:hover,
#charter .item-4:hover {
    -webkit-animation: wobble-hor-top 2s infinite both;
          animation: wobble-hor-top 2s infinite both;
}

@-webkit-keyframes wobble-hor-top {
    0%,
    100% {
      -webkit-transform: translateX(0%);
              transform: translateX(0%);
      -webkit-transform-origin: 50% 50%;
              transform-origin: 50% 50%;
    }
    15% {
      -webkit-transform: translateX(-30px) rotate(6deg);
              transform: translateX(-30px) rotate(6deg);
    }
    30% {
      -webkit-transform: translateX(15px) rotate(-6deg);
              transform: translateX(15px) rotate(-6deg);
    }
    45% {
      -webkit-transform: translateX(-15px) rotate(3.6deg);
              transform: translateX(-15px) rotate(3.6deg);
    }
    60% {
      -webkit-transform: translateX(9px) rotate(-2.4deg);
              transform: translateX(9px) rotate(-2.4deg);
    }
    75% {
      -webkit-transform: translateX(-6px) rotate(1.2deg);
              transform: translateX(-6px) rotate(1.2deg);
    }
  }
  @keyframes wobble-hor-top {
    0%,
    100% {
      -webkit-transform: translateX(0%);
              transform: translateX(0%);
      -webkit-transform-origin: 50% 50%;
              transform-origin: 50% 50%;
    }
    15% {
      -webkit-transform: translateX(-30px) rotate(6deg);
              transform: translateX(-30px) rotate(6deg);
    }
    30% {
      -webkit-transform: translateX(15px) rotate(-6deg);
              transform: translateX(15px) rotate(-6deg);
    }
    45% {
      -webkit-transform: translateX(-15px) rotate(3.6deg);
              transform: translateX(-15px) rotate(3.6deg);
    }
    60% {
      -webkit-transform: translateX(9px) rotate(-2.4deg);
              transform: translateX(9px) rotate(-2.4deg);
    }
    75% {
      -webkit-transform: translateX(-6px) rotate(1.2deg);
              transform: translateX(-6px) rotate(1.2deg);
    }
  } 
  
#charter .right-item {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

#charter .item-1 {
    position: absolute;
    right: 45px;
    bottom: 10px;
}

#charter .item-2 {
    position: absolute;
    left: 40px;
}

#charter .right-icon {
    bottom: 1.5rem;
    width: 10%;
}

#charter .right-icon img {
    width: 100%;
}

#charter .img-chart {
    width: 100%;
    text-align: center;
}

#charter .img-chart img {
    width: 100%;
}

.chart-animation {
  -webkit-animation: bounce-top 2.5s infinite both;
          animation: bounce-top 2.5s infinite both;
}

@-webkit-keyframes bounce-top {
    0% {
      -webkit-transform: translateY(-45px);
              transform: translateY(-45px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
      opacity: 1;
    }
    24% {
      opacity: 1;
    }
    40% {
      -webkit-transform: translateY(-24px);
              transform: translateY(-24px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    65% {
      -webkit-transform: translateY(-12px);
              transform: translateY(-12px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    82% {
      -webkit-transform: translateY(-6px);
              transform: translateY(-6px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    93% {
      -webkit-transform: translateY(-4px);
              transform: translateY(-4px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    25%,
    55%,
    75%,
    87% {
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
    100% {
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
      opacity: 1;
    }
  }
  @keyframes bounce-top {
    0% {
      -webkit-transform: translateY(-45px);
              transform: translateY(-45px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
      opacity: 1;
    }
    24% {
      opacity: 1;
    }
    40% {
      -webkit-transform: translateY(-24px);
              transform: translateY(-24px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    65% {
      -webkit-transform: translateY(-12px);
              transform: translateY(-12px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    82% {
      -webkit-transform: translateY(-6px);
              transform: translateY(-6px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    93% {
      -webkit-transform: translateY(-4px);
              transform: translateY(-4px);
      -webkit-animation-timing-function: ease-in;
              animation-timing-function: ease-in;
    }
    25%,
    55%,
    75%,
    87% {
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
    }
    100% {
      -webkit-transform: translateY(0px);
              transform: translateY(0px);
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
      opacity: 1;
    }
  }
  

#charter .left-chart {
    width: 100%;
    text-align: right;
    padding: 0;
    margin-bottom: 5rem;
    position: relative;
}

#charter .left-chart p {
    color: #341240;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    width: 90%;
}

#charter .item-3 {
    position: absolute;
    left: 30px;
    bottom: 10px;
    
}

#charter .item-4 {
    position: absolute;
    right: 20px;
}

#charter .left-item {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

#charter .left-icon {
    text-align: left;
    bottom: 2.5rem;
    width: 10%;
}

#charter .left-icon img {
    width: 100%;
}
.wd-nav[class*="wd-style-"]>li>a {
    color: #710585;
}
.wd-nav[class*="wd-style-"] > li:is(.current-menu-item, .wd-active, .active) > a {
  color: white;
}
.wd-nav[class*="wd-style-"] > li:hover > a {
  color: white;
}
#gallery-1 img {
  border: 2px solid #cfcfcf;
  border-radius: 20px;
}
.wd-image img {
    border-radius: var(--wd-brd-radius);
    margin-top: -84px !important;
}
.wd-nav[class*="wd-style-"]>li>a {
    color: #a379b2 !important;
}
/*search slider  */
.webkima-searchform input#s {
    font-family: 'iransansX';
    font-size: 14px;
    background-color: #ffffff85;
    line-height: 45px !important;
    padding: 0 20px;
    cursor: text;
    border: 0;
    width: 400px;
    margin-bottom: 0px;
    transition: background-color 0.5s;
    border-radius: 0px;
    text-align: right !important;
}
.webkima-searchform input#s::placeholder {
  color: #fff !important;
}
 
.webkima-searchform input#s[type="text"]:focus {
  background-color: #f5f5f5; 
}
.webkima-searchform input#searchsubmit, .webkima-searchform input#searchsubmit:focus {
    font-family: 'iransansX';
    line-height: 45px !important;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 300 !important;
    padding: 0 20px;
    border: 0;
    background: #0028eea6;
    color: #fff;
    border-radius: 0px;
  margin-right: -11px;
}
.webkima-searchform input#searchsubmit:hover {
    background: #0028ee;
}
.elementor-search-form__icon{
    background: #9f90a2 !important;
    width: 100px !important;
    border-radius: 10px !important;
}
.elementor-search-form__container{
        border-radius: 10px !important;
}
body.rtl .elementor-6561 .elementor-element.elementor-element-e8bba2d .elementor-search-form__icon {
    padding-left: 26px !important;
}
.elementor-search-form__container{
 background-color: rgba(182, 180, 181, 0.5) !important;
}
.wd-header-cart.wd-design-2 .wd-cart-number, .wd-header-cart.wd-design-5 .wd-cart-number {

    background-color: #a379b2 !important;
   
}
.wd-account-style-text .wd-tools-text {
    margin-right: 0;
    color: #a379b2 !important;
}
.wd-logo img {
       width: 80%;
}
.woocommerce-product-gallery .woocommerce-product-gallery__image {
    overflow: hidden;
    border-radius: var(--wd-brd-radius);
    border: 1px solid #b1aeae99;
    border-radius: 9% !important;
}
.single_add_to_cart_button {
 
    background-color: #46048f;
}

div.quantity input[type="button"]:hover {
    color: #fff;
    background-color: #46048f;
    border-color: #46048f;
}

.wd-nav[class*="wd-style-underline"] .nav-link-text:after {
  
    background-color: #46048f;

}
.woocommerce-breadcrumb {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    color: #46048f;
}

form.cart {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: left;
}
.summary-inner>.price {
    font-size: 155%;
    line-height: 1.2;
    text-align: left;
}

.single_add_to_cart_button:hover {
    
    background-color: #b641f3;
}
.btn, .button, button, [type="submit"], [type="button"] {
    padding: 12px 20px;
  
    background-color: #cfcbcb;
  
}
.wd-social-icons:is(.icons-size-small,.icons-size-) .wd-icon {
    font-size: 14px;
    line-height: 30px;
    color: #6e0fba;
}
.searchform input[type="text"]{
  border-radius:5px !important;
}

/* .wd-header-my-account:hover{
  background:#fff;
} */
.whb-top-bar .wd-dropdown {
    margin-top: 0;
}
.whb-col-right .wd-dropdown-my-account {
    right: auto;
    left: 0;
    border-radius: 5px;
}
.wd-nav[class*="wd-style-"]>li>a {
    color: #ffffff !important;
}

/* .Learn-package .slide-product,.slide-product{
box-shadow: 0px 0px 2px 0px rgb(0 0 0 / 23%);
-webkit-box-shadow: 0px 0px 2px 0px rgb(0 0 0 / 23%);
-moz-box-shadow: 0px 0px 2px 0px rgb(0 0 0 / 23%);
    padding: 1px 1px 1px 1px;
    border-radius: 8px;
} */
.Learn-package .owl-dots .owl-dot span {
    display: block;
    margin: 5px;
    width: 20px;
    height: 20px;
    border: 2px solid var(--color-gray-300);
    border-radius: 50%;
    transition: all .25s ease;
}
.Learn-package .owl-dots .owl-dot:not(.active):hover span {
    border-color: #a11edb;
}
.Learn-package .product-information{
  min-height:140px
}
.Learn-package .wd-nav-tabs{
    background: #ffffff;
    padding: 2px 5px;
    border-radius: 5px;
}
.Learn-package .wd-nav-tabs .wd-active{
    background: #641692;
    border-radius: 5px;
    padding: 3px 10px;
}
.Learn-package .wd-nav-tabs{
  background: #f7f7f7;
  border-radius:5px;
  
}


.Learn-package .wd-nav-tabs .wd-active .wd-nav-link{
  color: #ffffff !important;
}
.Learn-package .wd-nav-tabs .wd-nav-link{
      color: #494949 !important;
      font-size: 16px;;
}
/* .home-porduct .slide-product{
box-shadow: 0px 0px 2px 0px rgb(0 0 0 / 23%);
-webkit-box-shadow: 0px 0px 2px 0px rgb(0 0 0 / 23%);
-moz-box-shadow: 0px 0px 2px 0px rgb(0 0 0 / 23%);
border-radius: 8px;
} */
.Learn-package .owl-dots .owl-dot.active span,home-porduct .owl-dots .owl-dot.active span{
       border-color: #8b21b1;
    background-color: #8b21b1;
}
.iransans-fn{
  font-family:iransansX !important;
}

.home-porduct .owl-dots .owl-dot span {
    display: block;
    margin: 5px;
    width: 20px;
    height: 20px;
    border: 2px solid var(--color-gray-300);
    border-radius: 50%;
    transition: all .25s ease;
}
/* .whb-header{
  min-height: 230px;
   background: url(https://nikamooz.com/wp-content/themes/nikamooz/assets/img/bg-pr.svg);
} */

.whb-header-bottom .wd-dropdown {
  border-radius: 5px;
}
.slider-title:before{
  content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
}
.wd-dropdown-menu{
  border-radius: 8px;
}
.elementor-6561 .elementor-element.elementor-element-98c1bd6 .wd-nav.wd-nav-tabs .wd-nav-link {
  font-size: 16px;
}
.wd-post-cat.wd-style-with-bg{
  border-radius: 3px;
    padding: 0px 10px;
}

.whb-header_544550{
  background-color: rgb(255,255,255);
    background-image: url(/wp-content/uploads/2023/01/bg-pr.svg);
    background-size: contain;
    background-position: center center;
    padding: 30px 0;
}

.whb-header_544550 .whb-color-light:not(.whb-with-bg){
  background-color:transparent !important;
}
.whb-header_544550 .whb-color-dark:not(.whb-with-bg) {
  background-color:transparent !important;
}
#code-footer .whats-tele {
    margin-left: 3rem;
}
#code-footer p, #code-footer h4, #code-footer h5 {
    padding: 0;
    margin: 0;
    color: #fff;
    font-weight: 600;
}
.links {
    color: #fff;
}
.links a {
    color: #fffefe;
   
    transition: all .25s ease;
}
.fab.fa-whatsapp ,.fab.fa-telegram {
  color: #fff;
}
.info-btn-wrapper {
    display: none !important;
}
a.btn.btn-primary {
    font-size: 16px;
    line-height: 1.9rem;
    font-weight: 700;
    height: 2.9rem;
    color: #2a2929;
    /* padding: 0 4.2rem 0 1.2rem; */
    background-color: #ffd781;
    position: relative;
    border-radius: 1rem;
    display: inline-block;
    /* float: left; */
}
 .thead {
    color: #fff;
    background-color: #af2af4;
    font-size: 1.4rem;
    line-height: 3rem;
    font-weight: 700;
}
table th {
    padding: 15px 10px;
    border-bottom: 2px solid var(--brdcolor-gray-200);
    color: #ffffff;
    text-transform: uppercase;
    font-weight: var(--wd-title-font-weight);
    font-style: var(--wd-title-font-style);
    font-size: 16px;
    font-family: var(--wd-title-font);
}
thead {
    background: #cb89ed;
    color: #fff !important;
}

.post-single-page .entry-header img {
    border-radius: var(--wd-brd-radius);
  
}

.mobile-nav .searchform input[type="text"]{
    height: 50px !important;
}
.wd-nav-mob-tab{
    border-bottom: 1px solid rgb(135 137 133);
    background-color: rgb(134 22 206) !important;
}
h1.entry-title {
    font-size: 24px !important;
    color: #ffffff !important;
    font-weight: 700;
}

.digits_login_form .dig-container{
    border-radius: 4px;
    box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 16%);
    border-radius: 13px;
}

.dig_ma-box::-webkit-scrollbar-thumb {
    background: rgb(144 43 161);
    border-radius: 10px;
}
.digits_login_form .dig_pgmdl_2 .minput .countrycodecontainer input, .digits_login_form .dig_pgmdl_2 .minput input[type='number'], .digits_login_form .dig_pgmdl_2 .minput input[type='password'], .digits_login_form .dig_pgmdl_2 .minput textarea, .digits_login_form .dig_pgmdl_2 .minput input[type='text'] {
    color: rgb(0,0,0) !important;
    background: rgb(255,255,255);
    border-radius: 10px;
    text-align: right;
    font-family: iransansX;
}

.di-socialbtn {
    bottom: 30px;
    left: 30px;
}
.di-socialbtn {
    position: fixed;
    z-index: 10;
}

.di-socialbtn a {
    display: block;
    text-decoration: none;
}
.di-second-socialbtn, .di-third-socialbtn {
    margin-top: 8px;
}
.di-socialbtn span {
    font-size: 40px;
    line-height: 55px;
    width: 55px;
    height: 55px;
    display: block;
    opacity: .9;
    color: #fff;
    border-radius: 10px;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
    display: flex;
    justify-content: center;
    align-items: center;
}
.di-socialbtn-one {
    background-color: #ac34a7;
}
.di-socialbtn-two {
    background-color: #1cd300;
}
    .block-title, .dina-logos h2, .dltitle, .product-tab-scroll-two .woocommerce-Reviews-title, .product-tab-scroll-two .woocommerce-Tabs-panel>h2, .side-title, .wid-title h3, .woocommerce div.product.product-tab-style-two .woocommerce-tabs ul.tabs li.active, body.yith-woocompare-popup h1 {
    border-bottom-color: #b640f2 !important;
}
.white-title h2 {
    color: #fff;
}
i.fa.fa-book {
    color: #b640f2;
}
.block-title {
    display: block;
    font-size: 19px;
    padding-left: 10px;
    border-bottom: 3px solid;
    display: inline-block;
    line-height: 30px;
}
.elementor-6561 .elementor-element.elementor-element-6a512ca img {
    width: 92%;
    max-width: 78%;
    height: 368px;
    border-radius: 20px;
}
i.fa.fa-mobile {
    color: #fff;
    font-size: 20px;
    margin: 1%;
}


.wd-account-style-text .wd-tools-text {
    margin-right: 0;
    color: #fff !important;
    background: #b220ee;
    padding: 10%;
    border-radius: 20px;
    width: 150px;
    text-align: center;
}
.wd-hover-tiled .product-wrapper {
    background-color: var(--bgcolor-white);
    box-shadow: 0 0 4px rgb(0 0 0 / 12%);
    /* height: 390px !important; */
	border-radius: 15px !important;
	
}
i.fa.fa-rocket {
  font-size: 22px;
  color: #fff;
  margin-left: 1%;
}
.cart-totals-inner .checkout-button {
    background-color: #cb89ed;
}
.cart-actions .button[name="apply_coupon"]:hover {
    color: var(--btn-shop-color-hover);
    box-shadow: var(--btn-shop-box-shadow-hover);
    background-color: #ad75ca;
}
.cart-actions .button[name="apply_coupon"] {
  flex: 0 0 auto;
  border-radius: var(--btn-shop-brd-radius);
  color: var(--btn-shop-color);
  box-shadow: var(--btn-shop-box-shadow);
  background-color: #cb89ed;
}
#place_order:hover {

  background-color: #cb89ed;
}
#place_order {
  
  background-color: #cb89ed;
}
i.fa.fa-th {
    font-size: 20px;
    color: #b640f2;
}
.wd-nav[class*="wd-style-"]>li>a {
  color: #3a3838 !important;
}
i.fa.fa-th {
    color: #b640f2;
}
.plastion-bazinow .sub-sub-menu li:hover {
    background: #feb501;
}
.plastion-bazinow .sub-sub-menu li {
    transition: 0.5s;
    background: rgb(0 0 0 / 29%);
    padding: 10px 0;
    border-radius: 7px;
    color: #fff;
    text-align: center;
    margin: 5px 4px 0 2px;
}

.wd-sub-menu li {
    position: relative;
}
.mega-menu-list .sub-sub-menu li a, .menu-mega-dropdown .sub-sub-menu li a {
    display: block;
    padding: 6px 0;
    font-size: 12px;
    line-height: 13px;
	color:#fff;
}
.searchform input[type="text"] {
    border-radius: 20px !important;
}
/* .Learn-package .slide-product, .slide-product {
    box-shadow: 0px 0px 2px 0px rgb(0 0 0 / 23%);
    -webkit-box-shadow: 0px 0px 2px 0px rgb(0 0 0 / 23%);
    -moz-box-shadow: 0px 0px 2px 0px rgb(0 0 0 / 23%);
    padding: 1px 1px 1px 1px;
    border-radius: 10px;
    height: 320px;
} */
.wd-nav-vertical .wd-dropdown-menu.wd-design-full-width {
  padding: 0 !important;
}
i.fa.fa-bell {
    color: #b640f2;
}
.elementor-6561 .elementor-element.elementor-element-6932f34 .swiper-slide{
 border-radius: 15px;
}
.wd-hover-tiled .product-element-top {
    margin-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-radius: 15px 15px 0px 0px;
  }
.wd-action-btn {
    display: inline-flex;
    vertical-align: middle;
    --action-btn-color: #b640f2;
    --action-btn-hover-color: var(--color-gray-500);
}
.elementor-6561 .elementor-element.elementor-element-6f6c2f5 > .elementor-widget-container{
    transition: 0.5s;
}
.elementor-6561 .elementor-element.elementor-element-6f6c2f5 > .elementor-widget-container{
    transition: 0.5s;
}
.elementor-6561 .elementor-element.elementor-element-6f6c2f5 > .elementor-widget-container{
    transition: 0.5s;
}
.elementor-6561 .elementor-element.elementor-element-6f6c2f5 > .elementor-widget-container{
    transition: 0.5s;
}
.elementor-6561 .elementor-element.elementor-element-6f6c2f5 > .elementor-widget-container{
    transition: 0.5s;
}
.elementor-6561 .elementor-element.elementor-element-6f6c2f5 > .elementor-widget-container{
    transition: 0.5s;
}
.royafix-info-box .elementor-widget-container:hover{
    background-color: #ae1eef !important;
    cursor: pointer;
}
.royafix-info-box .elementor-widget-container:hover .info-box-title{
color: #fff;
}
.royafix-info-box .elementor-widget-container:hover .info-box-inner a{
    color: #fff;
}
.elementor-slides-wrapper.elementor-main-swiper.swiper-container.swiper-container-fade.swiper-container-initialized.swiper-container-horizontal.swiper-container-rtl {
  border-radius: 20px;
}
.slider_btn a {
    color: #fff;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: .3s;
}
.slider_btn {
    margin-right: 24%;
}
.elementor-slides-wrapper.elementor-main-swiper.swiper-container.swiper-container-fade.swiper-container-initialized.swiper-container-horizontal.swiper-container-rtl {
  border-radius: 0px;
}
.whb-wjlcubfdmlq3d7jvmt23 .menu-opener {
    background-color: rgba(145, 29, 208, 1);
    margin-right: -50px !important;
}

.block-title {
    display: block;
    font-size: 19px;
    padding-left: 10px;
    border-bottom: 3px solid;
    display: inline-block;
    line-height: 30px;
    margin-right: -65px !important;
}
.wd-title-style-bordered .liner-continer {
    display: flex;
    align-items: center;
    border-color: rgb(162 89 216) !important;
    flex-direction: row-reverse;
}
.home-porduct .owl-dots .owl-dot span {
    display: block;
    margin: 5px;
    width: 13px !important;
    height: 14px !important;
    border: 2px solid var(--color-gray-300);
    border-radius: 50%;
    transition: all .25s ease;
}
.wd-prefooter {
    padding-bottom: 40px;
    background-color: #efefef !important;
}
/* کپی کردن رمز در هدر */


.text-header {
    font-size: 20px;
    font-weight: bold;
}

#pass-btn {
    background-color: #911dd0;
    color: #fff;
    border: none;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}

#pass-btn:hover {
    color: #dec6f5;
}

.tooltip {
    position: relative;
    display: inline-block;
  }
  
  .tooltip .tooltiptext {
    visibility: hidden;
    width: 180px;
    background-color: #2b2b2b;
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    top: 150%;
    left: 50%;
    margin-left: -75px;
    opacity: 0;
    transition: opacity 0.3s;
  }
  
  .tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
  }
  
  .tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
  }
.scrollToTop {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 350;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgba(var(--bgcolor-white-rgb), 0.9);
    box-shadow: 0 0 5px rgb(0 0 0 / 17%);
    color: var(--color-gray-800);
    text-align: center;
    font-size: 16px;
    line-height: 50px;
    opacity: 0;
    pointer-events: none;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform: translateX(-100%);
}
/* کدبنرها */
.banner-container {
    display: flex;
    justify-content: center;
    flex-direction: row;   
}

.banner-1 {
    width: 100%;
    text-align: center;
    position: relative;
    border-radius: 20px;
    cursor: pointer;
}

.banner-1 img {
    border-radius: 25px; 
    width: 90%;
}

.content-banner1 {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
}

.heading-banner1 {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
}

.sec-btn1 {
    background-color: #fff;
    width: 85px;
    border-radius: 20px;
    margin-right: 100px;
}

.btn-banner1 {
    width: 68px;
    background-color: #000;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 10px;
    padding-right: 16px;
    border-radius: 20px;
    display: flex;
    justify-content: right;
    text-align: center;
    cursor: pointer;
    border: none;
    transition: all ease 1s;
}

.btn-banner1:hover .btn-banner1{
    background-color: #ccc;
    color: #000;
}

.img-banner1 {
    transition: all ease 0.2s;
    width: 25%;
}

.banner-1:hover .img-banner1 {
    -webkit-animation: rotate-scale-down 2s linear both;
	        animation: rotate-scale-down 2s linear both;
}

@-webkit-keyframes rotate-scale-down {
    0% {
      -webkit-transform: scale(1) rotateZ(0);
              transform: scale(1) rotateZ(0);
    }
    50% {
      -webkit-transform: scale(0.5) rotateZ(180deg);
              transform: scale(0.5) rotateZ(180deg);
    }
    100% {
      -webkit-transform: scale(1) rotateZ(360deg);
              transform: scale(1) rotateZ(360deg);
    }
  }
  @keyframes rotate-scale-down {
    0% {
      -webkit-transform: scale(1) rotateZ(0);
              transform: scale(1) rotateZ(0);
    }
    50% {
      -webkit-transform: scale(0.5) rotateZ(180deg);
              transform: scale(0.5) rotateZ(180deg);
    }
    100% {
      -webkit-transform: scale(1) rotateZ(360deg);
              transform: scale(1) rotateZ(360deg);
    }
  }

.banner-2 {
    width: 100%; 
    text-align: center;
    position: relative; 
    cursor: pointer;
}

.banner-2 img {
    border-radius: 25px; 
    width: 90%;
}

.content-banner2 {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
}

.heading-banner2 {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
}

.sec-btn2 {
    background-color: #fff;
    width: 85px;
    border-radius: 20px;
    margin-right: 70px;
}

.btn-banner2 {
    width: 68px;
    background-color: #000;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 16px;
    border-radius: 20px;
    display: flex;
    justify-content: right;
    text-align: center;
    cursor: pointer;
    border: none;
    transition: all ease 1s;
}

.btn-banner2:hover .btn-banner2{
    background-color: #ccc;
    color: #000;
}

.img-banner2 {
    transition: all ease 0.2s;
    width: 30%;
}

.banner-2:hover .img-banner2 {
    -webkit-animation: rotate-scale-down 2s linear both;
	        animation: rotate-scale-down 2s linear both;
}

@-webkit-keyframes rotate-scale-down {
    0% {
      -webkit-transform: scale(1) rotateZ(0);
              transform: scale(1) rotateZ(0);
    }
    50% {
      -webkit-transform: scale(0.5) rotateZ(180deg);
              transform: scale(0.5) rotateZ(180deg);
    }
    100% {
      -webkit-transform: scale(1) rotateZ(360deg);
              transform: scale(1) rotateZ(360deg);
    }
  }
  @keyframes rotate-scale-down {
    0% {
      -webkit-transform: scale(1) rotateZ(0);
              transform: scale(1) rotateZ(0);
    }
    50% {
      -webkit-transform: scale(0.5) rotateZ(180deg);
              transform: scale(0.5) rotateZ(180deg);
    }
    100% {
      -webkit-transform: scale(1) rotateZ(360deg);
              transform: scale(1) rotateZ(360deg);
    }
  }
  


@media only screen and (max-width: 768px) {
    .banner-container {
        display: flex;
        flex-direction: column;   
    }

    .content-banner1 {
        top: 20px;
    }

    .banner-1 {
        margin-bottom: 10px;
    }

    .sec-btn1 {
        margin-right: 80px;
    }

    .img-banner1 img {
        width: 80%;
    }

    .content-banner2 {
        top: 20px;
    }

    .banner-2 {
        margin-bottom: 10px;
    }

    .img-banner2 img {
        width: 70%;
    }
    
}


@media only screen and (max-width: 400px) {
    .banner-container {
        display: flex;
        flex-direction: column;   
    }

    .content-banner1 {
        top: 10px;
    }

    .heading-banner1 {
        font-size: 20px;
    }

    .banner-1 {
        margin-bottom: 10px;
    }

    .banner-1 img {
        width: 100%;
    }

    .sec-btn1 {
        margin-right: 40px;
        width: 75px;
    }

    .btn-banner1 {
        font-size: 16px;
        width: 60px;
    }

    .img-banner1 {
        width: 30%;
    }

    .content-banner2 {
        top: 10px;
    }

    .heading-banner2 {
        font-size: 20px;
    }

    .banner-2 {
        margin-bottom: 10px;
    }

    .banner-2 img {
        width: 100%;
    }

    .sec-btn2 {
        margin-right: 30px;
        width: 75px;
    }

    .btn-banner2 {
        font-size: 16px;
        width: 60px;
    }

    .img-banner2 {
        width: 30%;
    }
}
.plastion-bazinow .sub-sub-menu li:hover {
  background: #ebc1ee;
}

.reset-last-child>*:last-child {
    margin-bottom: 0;
    z-index: 99999 !important;
}
span.di-socialbtn-two.fab.fa-telegram {
    background: #35abdf;
}
.hoverbox-pro .wd-info-box{
    border: 2px solid #eddff4;
    border-radius: 20px;
    padding: 10px;
    height: 254px;
    transition: width 2s, height 4s;
}
.hoverbox-pro .wd-info-box:hover{
    background-color: #ae1eef;
    color:#fff;
}
.hoverbox-pro .info-box-title:hover {

    color:#fff;

}
.hoverbox-pro1 .wd-info-box{
    border: 2px solid #eddff4;
    border-radius: 20px;
    padding: 10px;
    height: 174px;
    transition: 800ms all;
}
.hoverbox-pro1 .wd-info-box:hover{
    background-color: #ae1eef;
    color:#fff;
}
.hoverbox-pro1 .wd-info-box .info-box-title:hover{
    
    color:#fff;
}
.wd-nav-tabs[class*="wd-style-underline"] {
    --nav-color: rgba(51,51,51,0.7);
    --nav-color-hover: #333;
    --nav-color-active: #333;
    display: none !important;
}
.woocommerce-product-gallery .woocommerce-product-gallery__image {
    overflow: hidden;
    border-radius: var(--wd-brd-radius);
    border: 1px solid #b1aeae99;
    border-radius: 9% !important;
    width: 70% !important;
	margin:auto  !important;
    
  }
  .woocommerce-product-gallery .labels-rounded {
    top: 15px;
    left: 46px !important;
}
.whb-column.whb-col-right.whb-visible-lg {
    width: 20% !important;
}
img.callheader {
    width: 15%;
    margin: 1%;
}

.text-header {
    font-size: 14px;
    font-weight: bold;
}
    .clipboard {
      padding: 5px 7px;
      background-color: #cfa5f6;
      color: white;
      font-weight: bold;
      font-size: 10px;
      border: none;
      border-radius: 4px;
      cursor: pointer;
    }

    #text-to-copy {
        text-align: center;
        font-weight: bold;
        outline: none;
			width: 15%;
			border: none;
    }

    .clipboard:hover {
      color: #000;
    }
.heightpost .slide-product.owl-carousel-item {
    height: 400px !important;
}
/* social btn */
.di-socialbtn-one {
	background-color: violet;
}

.di-socialbtn-two {
	background-color: green;
}

.di-socialbtn-tree {
	background-color: blue;
}

/* alert */
.container-alert {
    display: flex;
    justify-content: start;
}
.btn-copy {
  display: flex;
    background-color: blueviolet;
    color: #fff;
    border: none;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    padding: 10px 15px;
    border-radius: 20px;
    width: 200px;
}

.btn-copy br {
	display: none !important;
}

.btn-copy span {
	display: inline-block;
  margin-left: 10px;
}

.btn-copy:hover {
    color: #dec6f5;
}

[class*="title-line-"] .product-grid-item .wd-entities-title {
  
    /* max-height: calc(var(--title-line-count) * var(--title-line-height)); */
    line-height: var(--title-line-height);
	    overflow: revert !important;
}

.wd-product-cats.woodmart-product-cats {
    display: inline-block;
    top: 15%;
    margin-top: 23%;
}
.post-single-page .entry-header img {
    border-radius: var(--wd-brd-radius);
    width: 40%;
    display: flex;
	border: 1px solid #a79e9e;
    border-radius: 20px;
        margin: auto;
}
/*  */

.container-header {
    background-color: #911dd0;
    color: #fff;
    
    text-align: center;
}

.text-header {
    font-size: 20px;
    font-weight: bold;
}

#pass-btn {
    background-color: #911dd0;;
    color: #fff;
    border: none;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}

#pass-btn:hover {
    color: #dec6f5;
}

.tooltip {
    position: relative;
    display: inline-block;
  }
  
  .tooltip .tooltiptext {
    visibility: hidden;
    width: 180px;
    background-color: #2b2b2b;
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    top: 150%;
    left: 50%;
    margin-left: -75px;
    opacity: 0;
    transition: opacity 0.3s;
  }
  
  .tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
  }
  
  .tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
  }
/*  */
.container-header {
    background-color: #911dd0;
    color: #fff;
  
    text-align: center;
}

.text-header {
    font-size: 20px;
    font-weight: bold;
}

#pass-btn {
    background-color: #911dd0;
    color: #fff;
    border: none;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}

#pass-btn:hover {
    color: #dec6f5;
}

.tooltip {
    position: relative;
    display: inline-block;
  }
  
  .tooltip .tooltiptext {
    visibility: hidden;
    width: 180px;
    background-color: #2b2b2b;
    color: #fff;
    font-weight: 300;
    font-size: 16px;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    top: 150%;
    left: 50%;
    margin-left: -75px;
    opacity: 0;
    transition: opacity 0.3s;
  }
  
  .tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
  }
  
  .tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
  }

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--wpyar-ticket {
    display: none !important;
}
.elementor-column.elementor-col-50.elementor-top-column.elementor-element.elementor-element-d20dd7e {
    width: 50%;
}
.elementor-column.elementor-col-50.elementor-top-column.elementor-element.elementor-element-1b415e6 {
    width: 50%;
}
.elementor-column.elementor-col-50.elementor-top-column.elementor-element.elementor-element-278f22f {
    width: 50%;
}
.elementor-element.elementor-element-6ca0f98.elementor-widget.elementor-widget-wd_button {
    margin-left: 20%;
}
.elementor-element.elementor-element-464edd7.elementor-widget.elementor-widget-wd_image_or_svg {
    width: 50%;
}
#post-4358{
	background:#fff;
}
.elementor-kit-10849 {
    --e-global-typography-primary-font-family: IRansansX;
}
.wd-nav-vertical .wd-dropdown-menu.wd-design-full-width{
	margin-right:-5px;
}@media (max-width: 576px) {
	#code-footer .support {
   
     padding-bottom: 1rem; 
    margin-right: 20%;
}
#code-footer .whats-tele {
    margin-left: 3rem;
    margin-right: 15%;
}
.links {
    color: #fff;
    text-align: center;
}
#gallery-1 .gallery-item {
	float: right;
	margin-top: 10px;
	text-align: center;
	width: 30%;
}
.Learn-package .slide-product, .slide-product {
 
  height: 317px !important;
}
#charter .charter {
  flex-direction: column;
}
#charter {
  margin: 2rem;
    margin-top: 2rem;
  margin-top: 40%;
}
#charter .item-1 {
  position: absolute;
  left: 45px;
  bottom: 10px;
}

#charter .right-chart p {
  color: #341240;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
  width: 90%;
  text-align: center;
}
#gallery-1 .gallery-item {
    float: right;
    margin-top: 10px;
    text-align: center;
    width: 50% !Important;
}
#charter .item-3 {
    position: absolute;
    left: 30px;
    bottom: -6px;
}
.owl-dots {
    margin-top: 5px;
    text-align: center;
    display: none;
}
.wd-hover-tiled .product-wrapper {
    background-color: var(--bgcolor-white);
    box-shadow: 0 0 4px rgb(0 0 0 / 12%);
    height: 317px;
}
.elementor-element.elementor-element-ca781d9.elementor-widget.elementor-widget-wd_infobox {
    display: none;
}
.elementor-column.elementor-col-20.elementor-top-column.elementor-element.elementor-element-4fdfb36 {
    width: 50%;
}
.elementor-column.elementor-col-20.elementor-top-column.elementor-element.elementor-element-95e55a1 {
    width: 50%;
}
.elementor-column.elementor-col-20.elementor-top-column.elementor-element.elementor-element-aa21aa9 {

    width: 50%;
}

.elementor-column.elementor-col-20.elementor-top-column.elementor-element.elementor-element-0983cd3 {
    width: 50%;
}
/*  */
.elementor-column.elementor-col-25.elementor-top-column.elementor-element.elementor-element-9ca73c3 {
    width: 50% !important;
  }
  .elementor-column.elementor-col-25.elementor-top-column.elementor-element.elementor-element-0231de0 {
    width: 50% !important;
  }
  .elementor-column.elementor-col-25.elementor-top-column.elementor-element.elementor-element-03589f5 {
    width: 50% !important;
  }
  .elementor-column.elementor-col-25.elementor-top-column.elementor-element.elementor-element-30405be {
    width: 50% !important;
  }
h1.entry-title {

  margin-top: -8%;
}

element.style {
}
a.btn.btn-primary {
    font-size: 9px;
    line-height: 1.9rem;
    font-weight: 300;
    height: 2.9rem;
    color: #2a2929;
    /* padding: 0 4.2rem 0 1.2rem; */
    background-color: #ffd781;
    position: relative;
    border-radius: 1rem;
    display: inline-block;
    /* float: left; */
}
.elementor-column.elementor-col-25.elementor-inner-column.elementor-element.elementor-element-9e8ebd8  {
    width: 50%;

}

.elementor-column.elementor-col-25.elementor-inner-column.elementor-element.elementor-element-be2c17f {
    width: 50%;
    /* height: 112px; */
}
.elementor-column.elementor-col-25.elementor-inner-column.elementor-element.elementor-element-5161650 {
    width: 50%;
}
.elementor-column.elementor-col-25.elementor-inner-column.elementor-element.elementor-element-5bfe22a {
    width: 50%;
}

.elementor-6561 .elementor-element.elementor-element-522bc79 > .elementor-widget-container , .elementor-6561 .elementor-element.elementor-element-6dd29fd > .elementor-widget-container {
  
    height: 190px;
}

/* clipboard */
.container-header {
    color: #fff;
    padding: 2px 0;
    text-align: right;
}

.text-header {
    font-size: 5px;
    font-weight: bold;
}
    .clipboard {
      padding: 2px;
      background-color: #cfa5f6;
      color: white;
      font-weight: bold;
      font-size: 5px;
      border: none;
      border-radius: 4px;
      cursor: pointer;
    }

    #text-to-copy {
        text-align: center;
        font-weight: bold;
			font-size: 5px;
        outline: none;
			width: 22%;
			border: none;
			padding: 0;
    }

    .clipboard:hover {
      color: #000;
    }

/* social btn */
.di-socialbtn-one {
	background-color: violet;
	width: 30px !important;
	height: 30px !important;
}

 .fab {
	font-size: 20px !important;

}

.di-socialbtn-two {
	background-color: green;
	width: 30px !important;
	height: 30px !important;
}

.di-socialbtn-tree {
	background-color: blue;
	width: 30px !important;
	height: 30px !important;
}

.social-mobile {
	padding-bottom: 50px !important;

}

