*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }


.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
  .container {
  max-width: 540px; } }
  @media (min-width: 768px) {
  .container {
  max-width: 720px; } }
  @media (min-width: 992px) {
  .container {
  max-width: 960px; } }
  @media (min-width: 1200px) {
  .container {
  max-width: 1140px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0; }

.col-xl-6, .col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }




.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  .alert-warning hr {
  border-top-color: #ffe8a1; }
  .alert-warning .alert-link {
  color: #533f03; }

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }
  .alert-danger hr {
  border-top-color: #f1b0b7; }
  .alert-danger .alert-link {
  color: #491217; }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light hr {
  border-top-color: #ececf6; }
  .alert-light .alert-link {
  color: #686868; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  .alert-dark hr {
  border-top-color: #b9bbbe; }
  .alert-dark .alert-link {
  color: #040505; }

@-webkit-keyframes progress-bar-stripes {
  from {
  background-position: 1rem 0; }
  to {
  background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
  background-position: 1rem 0; }
  to {
  background-position: 0 0; } }



.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529; }

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }






.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }



.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 94%;
  flex: 0 0 94%;
  max-width: 94%; }



@media (min-width: 576px) {
  
  
   }

@media (min-width: 768px) {
  
  .col-md-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 94%;
  flex: 0 0 94%;
  max-width: 94%; }
   }

@media (min-width: 992px) {
  
  .col-lg-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 94%;
  flex: 0 0 94%;
  max-width: 94%; }
   }

@media (min-width: 1200px) {
 
  .col-xl-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 94%;
  flex: 0 0 94%;
  max-width: 94%; }
   }


.dish-menu .menus {
  width: 100%;
  background: #fff;
  padding: 15px;
  margin-bottom: 10px;
  -webkit-box-shadow: 0px 1px 18px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 1px 18px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 1px 20px -9px rgba(0, 0, 0, 0.75);
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .dish-menu .menus .text {
  width: calc(100% - 100px); }
  .dish-menu .menus .text .one-half {
  width: calc(100%); }
  .dish-menu .menus .text .one-half h3 {
  font-size: 18px; }
  .dish-menu .menus .text .one-half p {
  margin-bottom: 0; }
  .dish-menu .menus .text .one-forth {
  width: 100px;
  text-align: right; }
  .dish-menu .menus .text .one-forth .price {
  font-size: 24px;
  color: #404044;
  line-height: 1.4;
  font-weight:bold; }
  .dish-menu .menus .menu-img {
  margin-right: 20px;
  width: 70px;
  height: 70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 5%; 
  background-size: cover;}
  .dish-menu .menus:hover {
  background: -moz-linear-gradient(0deg, #3ea7ff 0%, #42d1ff 100%);
  background: -webkit-linear-gradient(0deg, #3ea7ff 0%, #42d1ff 100%);
  background: -ms-linear-gradient(0deg, #3ea7ff 0%, #42d1ff 100%); }
  .dish-menu .menus:hover .text .one-half p {
  margin-bottom: 0;
  color: #fff; }



  .one-forth.withold {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

span.priceold {
    font-size: 19px;
    color: #b6b6b6;
    line-height: 1;
    text-decoration: line-through;
    display: flex;
    height: auto;
    align-items: flex-start;
    justify-content: flex-end;
}
.dish-menu .menus:hover span.priceold {
    color: #fff;
}
.one-forth.withold .price {
    display: flex;
    align-items: flex-end;
    margin-bottom: 3px;
}

.one-forth.withold .price {
    height: 34px;
}

.one-forth.withold {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: flex-start;
    align-content: flex-start;
}



  @media screen and (min-width:1701px) {
	aside.sidebar-container.col-lg-2.col-md-3.col-12.order-last.order-md-first.sidebar-left.area-sidebar-full-screen-menu {
		flex: 0 0 24%;
		max-width: 24%;
	}
	.site-content.col-lg-10.col-12.col-md-9 {
		max-width: 76%;
		left: 0;
	}
	.single_product .container {
		padding: 0;
		margin: 0;
		width: 100%;
	}
	.tabs.warningblue.widthno {
		width: 100%;
		left: 0;
		transform: unset !important;
	}
	header.entry-header {
		padding-left: 30px;
	}
	div#contentproducthelp {
		left: 0;
		transform: none;
		width: 100%;
	} div#contentproducthelp {
        margin: 10px auto 0;
    }div#v-pills-tabContent {
        padding-bottom: 10px !important;
    }
	div#comm.tabs {
		width: 100%;
		left: 0;
		transform: none;
	}
	.otzivitem {
		height: 254px;
	}
	section.features-area.section-gap.related-products {
		width: 100%;
	}
	section.features-area.section-gap.related-products .container {
		margin: 0;
		padding: 0;
		width: 100%;
	}
	.related-products .col-lg-3.col-md-6.mb-30 {
		flex: 0 0 23.6% !important;
		padding: 0 0.4%;
		margin: 0 0.5%;
	}
	section.features-area.section-gap.related-products .row {
		display: flex;
		justify-content: space-between;
		margin: 0 -0.5%;
	}
	div#custom_html-5, .woodmart-widget {
		max-width: 238px;
	}
	.container.nopadcontainer {
		width: 100%;
		padding: 0;
	}
	.nopadcontainer .col-lg-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	}
	
	@media screen and (min-width:1025px) and (max-width:1700px){
	span.menu-opener.color-scheme-light {
		min-width: 20.5vw !important;
		position:relative;
	}
	div#custom_html-5, .woodmart-widget{
		max-width: 258px;
	}
	aside.sidebar-container.col-lg-2.col-md-3.col-12.order-last.order-md-first.sidebar-left.area-sidebar-full-screen-menu {
		flex: 0 0 24%;
		max-width: 24%;margin-top: 0px;
	}
	.site-content.col-lg-10.col-12.col-md-9 {
		max-width: calc(100% - 300px);
    left: 0;
    flex: initial;
    padding: 0;
	}
	.single_product .container {
		padding: 0;
		margin: 0;
		width: 100%;   
	}
	.tabs.warningblue.widthno {
		width: 100%;
		left: 0;
		transform: unset !important;
	}
	header.entry-header {
		padding-left: 30px;
	}
	div#contentproducthelp {
		left: 0;
		transform: none;
		width: 100%;
	}
    div#contentproducthelp {
        margin: 10px auto 0;
    }
	div#comm.tabs {
		width: 100%;
		left: 0;
		transform: none;
	}
	.otzivitem {
		height: 254px;
	}
	section.features-area.section-gap.related-products {
		width: 100%;
	}
	section.features-area.section-gap.related-products .container {
		margin: 0;
		padding: 0;
		width: 100%;
	}
	.related-products .col-lg-3.col-md-6.mb-30 {
		flex: 0 0 23.6% !important;
		padding: 0 0.4%;
		margin: 0 0.5%;
	}
	section.features-area.section-gap.related-products .row {
		display: flex;
		justify-content: space-between;
		margin: 0 -0.5%;
	}
	.container.nopadcontainer {
		width: 100%;
		padding: 0;
		margin: 0;
	}
	div.container {
		max-width: 1600px !important;
	}
	.container.nopadcontainer .col-lg-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin-top: 0px;
	}
	.container.nopadcontainer .py-5 {
		padding-bottom: 0px !important;
	}div#contentproducthelp {
        left: 0;
        transform: none;
        width: 100%;
        margin: 0 auto;
    }
	}
	@media screen and (min-width: 1300px) {
	  .payment-list {
		margin: 7px auto 0 !important;
		width: 100%;
		display: flex;
		justify-content: center;
	}
	span.menu-opener.color-scheme-light {
		min-width: 270px !important;
		width: 270px !important;
		position: relative;
	}.moment_borderblock {
		max-width: inherit;
	}aside.sidebar-container .widget-area {
		width: 270px;
		margin-top: 330px !important;
	}
	}
	@media screen and (min-width: 1400px) and (max-width: 1700px){
		div#custom_html-5, .woodmart-widget {
		width: 69%;
	}  
	.payment-list {
		margin: 7px auto 0 !important;
		width: 100%;
		display: flex;
		justify-content: center;
	}
	}
	@media screen and (min-width:769px) and (max-width:1024px){
	.container.nopadcontainer {
		width: 100%;
		padding: 0;
	}
	.nopadcontainer .col-lg-6 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	}
	@media screen and (min-width:1025px) {
	div#contenttop .row1.homepage.nopadding .col-lg-6, .row1.homepage.nopadding {
		max-width: 100% !important;
		padding: 0;
		margin: 0;
		}
	}
	
	@media screen and (min-width:769px) and (max-width:1025px){
	.row1.homepage.nopadding {
		max-width: 100% !important;
		padding: 0;
		margin: 0;
	}
	.homepage .code {
		max-width:150px;
	}
	}


	@media screen and (min-width: 1201px) and (max-width: 1350px){
	aside.sidebar-container .widget-area {
		width: 270px;
		margin-top: 330px;
	}
}

@media screen and (min-width: 1025px) and (max-width: 1200px){
aside.sidebar-container .widget-area {
    margin-top: 330px!important;
}
}



@media screen and (min-width:1701px) {
	.whb-row.whb-top-bar.whb-not-sticky-row.whb-without-bg.whb-without-border.whb-color-dark.whb-flex-flex-middle {
		height: 0;
	}
	
	.row1.homepage.nopadding .col-lg-6 {
		margin-top: 20px;
	}
	
	.row1.homepage.nopadding .col-lg-6 {
	}
	
	.row1.homepage.nopadding .banner-code {
		max-width: 600px !important;
	}
	
	.menus.d-flex.ftco-animate {
		padding: 20px;
	}
	
	.dish-menu .menus .text .one-half h3 {
		margin-top: 0px;
	}
	
	div#spis {
		margin-top: 20px;
	}
	.site-content.col-lg-10.col-12.col-md-9 {
		flex: initial;
		max-width: calc(100% - 300px);
	}
	
	.row.content-layout-wrapper.align-items-start {
		display: flex;
		justify-content: space-between;
	}
		aside.sidebar-container.col-lg-2.col-md-3.col-12.order-last.order-md-first.sidebar-left.area-sidebar-full-screen-menu {
		max-width: 250px;
	}
	
	
	aside.sidebar-container .widget-area {
		width: 100%;
	}
	
	div#custom_html-5, .woodmart-widget {
		width: auto;
	}
		
	div#custom_html-5, .wd-widget {
		width: auto;
	}
	
	}
	
	@media screen and (min-width:1201px) and (max-width:1700px){
	.whb-row.whb-top-bar.whb-not-sticky-row.whb-without-bg.whb-without-border.whb-color-dark.whb-flex-flex-middle {
		height: 0;
	}
	div#contentproducthelp {
        margin-top: 30px !important;
    }
	.row1.homepage.nopadding .col-lg-6 {
		background-size: 300px !important;
		background-position: right 50%;
	}
	
	.row1.homepage.nopadding .banner-code {
		max-width: 600px !important;
	}
	
	.menus.d-flex.ftco-animate {
		padding: 20px;
	}
	
	.dish-menu .menus .text .one-half h3 {
		margin-top: 0px;
	}
	
	div#spis {
		margin-top: 20px;
	}
	.site-content.col-lg-10.col-12.col-md-9 {
		flex: initial;
		max-width: calc(100% - 300px);
	}
	
	.row.content-layout-wrapper.align-items-start {
		display: flex;
		justify-content: space-between;
	}
		aside.sidebar-container.col-lg-2.col-md-3.col-12.order-last.order-md-first.sidebar-left.area-sidebar-full-screen-menu {
		max-width: 250px;
	}
	
	
	aside.sidebar-container .widget-area {
		width: 100%;
	}
	
	div#custom_html-5, .woodmart-widget {
		width: auto;
	}
	}
	@media screen and (min-width:1025px) and (max-width:1200px){
	.whb-row.whb-top-bar.whb-not-sticky-row.whb-without-bg.whb-without-border.whb-color-dark.whb-flex-flex-middle {
		height: 0;
	}div#contentproducthelp {
        margin-top: 30px!important;
    }
	
	.row1.homepage.nopadding .col-lg-6 {
		background-size: 300px !important;
		background-position: right 50%;
	}
	
	.row1.homepage.nopadding .banner-code {
		max-width: 400px !important;
	}
	
	.menus.d-flex.ftco-animate {
		padding: 20px;
	}
	
	.dish-menu .menus .text .one-half h3 {
		margin-top: 0px;
	}
	
	div#spis {
		margin-top: 20px;
	}
		
	}
	
	@media screen and (min-width:769px) and (max-width:1024px){
		aside.sidebar-container.col-lg-2.col-md-3.col-12.order-last.order-md-first.sidebar-left.area-sidebar-full-screen-menu {
		padding: 0;
	}
	
	.homepage .banner-title, .homepage .banner-title span {
		text-align: left;
	}
	
	.row1.homepage.nopadding .banner-cat {
		padding-bottom: 29px;
		display: flex;
		justify-content: flex-start;
	}
	
	.row1.homepage.nopadding .col-lg-6 {
		background-position: center right;
	}
	
	.menus.d-flex.ftco-animate {
		padding: 15px !important;
	}
	
	.dish-menu .menus .text .one-half h3 {
		margin-top: 0px;
	}
	
	div#v-pills-tabContent {
		padding-bottom: 20px !important;
	}
		
	}
	
	@media screen and (min-width:641px) and (max-width:768px){
		.site-content.col-lg-10.col-12.col-md-9 {
		left: 0;
	}
	
	.dish-menu .menus .text .one-half h3 {
		margin-top: 0px;
		line-height: 24px;
	}
	.menus.d-flex.ftco-animate {
		position: relative;
		padding: 10px !important;
	}
	p#mobile {
		width: 100% !important;
	}div#v-pills-tabContent {
		padding-bottom: 20px !important;
	}
	.homepage .banner-code > span {
		width: 200px !important;
	}
	
	.banner-code {
		max-width: 100%;
	}
	
	.row1.homepage.nopadding .banner-cat {
		width: 100% !important;
	}
	
	.row1.homepage.nopadding .banner-code {
		width: 500px;
		display: flex;
		justify-content: center;
	}
	
	.homepage .code {
		width: 200px;
	}
	.row1.homepage.nopadding .col-lg-6 {
		left: 0;
		transform: none;
		width: 100%;
		max-width: 100%;
		padding: 0;
	}
	
	.col-md-12.dish-menu {
		padding: 0;
	}
	}
	@media screen and (min-width:481px) and (max-width:640px){
		.site-content.col-lg-10.col-12.col-md-9 {
		left: 0;
	}
	
	.dish-menu .menus .text .one-half h3 {
		margin-top: 0px;
		line-height: 24px;
	}
	.menus.d-flex.ftco-animate {
		position: relative;
		padding: 10px !important;
	}
	p#mobile {
		width: 100% !important;
	}div#v-pills-tabContent {
		padding-bottom: 20px !important;
	}
	.row1.homepage.nopadding .col-lg-6 {
		left: 0;
		transform: none;
		width: 100%;
		max-width: 100%;
		padding: 0;
	}
	
	.col-md-12.dish-menu {
		padding: 0;
	}
	}
	@media screen and (min-width:320px) and (max-width:480px){
		.site-content.col-lg-10.col-12.col-md-9 {
		left: 0;
	}
	
	.dish-menu .menus .text .one-half h3 {
		margin-top: 10px;
		line-height: 24px;
	}
	
	div.dish-menu .menus .menu-img {
		position: absolute;
	}
	
	.dish-menu .menus .text {
		width: 100% !important;
		padding-top: 100px;
		position: relative;
		margin-left: 0px;
	}
	
	div.dish-menu .menus .text .one-forth {
		position: absolute;
		top: 0px;
		right: 5px;
	}
	
	.menus.d-flex.ftco-animate {
		position: relative;
		padding: 10px !important;
	}
	
	.dish-menu .menus .text .one-half {
		width: 100% !important;
	}
	
	p#mobile {
		width: 100% !important;
	}div#v-pills-tabContent {
		padding-bottom: 20px !important;
	}
	.row1.homepage.nopadding .col-lg-6 {
		left: 0;
		transform: none;
		width: 100%;
		max-width: 100%;
		padding: 0;
	}
	
	.col-md-12.dish-menu {
		padding: 0;
	}
	}
	div#contentproducthelp {
        left: 0;
        transform: none;
        width: 100%;
        margin: 0 auto;
    }
	
    @media screen and (min-width:320px) and (max-width:768px){
	.one-forth.withold {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    div.dish-menu .menus .text .one-forth {
        width: 85px;
    }
}
	
	
.hide-menu {
    display:none;
}
.active-flag {
    display:block !important;
}

.search-sort-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    padding: 15px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.search-box {
    flex: 1;
}

.search-box input {
    width: 100%;
    padding: 8px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
}

.sort-controls {
    min-width: 200px;
}

.sort-controls select {
    width: 100%;
    padding: 8px 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    background-color: #fff;
}

.menus.d-flex.ftco-animate {
    transition: all 0.3s ease;
}

.menus.d-flex.ftco-animate.hidden {
    display: none !important;
}
	
section.ftco-section.bg-light + section.ftco-section.bg-light {
    margin-top: 23px !important;
}






.menus-container .menus.d-flex.ftco-animate.show {
    display: flex !important;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.menus-container .menus.d-flex.ftco-animate {
    display: none !important;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}.menus {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.1s ease;
    display: flex !important;
}
.menus.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}.filter-buttons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
button.btn.btn-primary.filter-btn {
    padding: 5px 15px;
    border: 1px solid #fff;
    background: #fff;
    box-shadow: 0 3px 20px rgba(34, 34, 34, 10%);
    position: relative;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
}
button.btn.btn-primary.filter-btn.active {
    background: #007bff;
    color: #fff !important;
    border-color: #007bff;
}

.menus.d-flex.ftco-animate {display: none !important;}

.menus.d-flex.ftco-animate.show {
    display: flex !important;
}.windows-server-years {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #eee;
}


button.sort-button {
    padding: 5px 15px;
    border: 1px solid #fff;
    background: #fff;
    box-shadow: 0 3px 20px rgba(34, 34, 34, 10%);
    position: relative;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.windows-server-years {
    margin-bottom: 10px;
}

button.sort-button.active {
    background: #007bff;
    color: #fff !important;
    border-color: #007bff;
}


.download-options {
    width: 100%;
    margin-top: 10px;
    display: flex;
    gap: 30px;
    margin-top: 12px;
}

.menus.d-flex.ftco-animate.show {
    display: flex;
    flex-wrap: wrap;
}

.download-options-item img {
    width: 15px;
}

.dish-menu .menus .text {
    width: calc(100% - 115px) !important;
}.download-options-item img {
    margin-right: 5px;
}

.download-options-item {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}@media screen and (min-width: 320px) and (max-width: 480px) {
    .dish-menu .menus .text {
        width: 100% !important;
    }
}

.woocommerce_product .quantity {

    display: flex;
    border: 2px solid #3498db;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    width: 100%;
    margin-top: 11px;
}
    
.woocommerce_product .quantity button {

    background-color: #3498db;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 20px;
    width: 30px;
    height: auto;
    text-align: center;
    transition: background-color 0.2s;
}
    
.woocommerce_product .quantity button:hover {

    background-color: #2980b9;
}
    
.input-box {
    width: 40px;
    text-align: center;
    border: none;
    padding: 8px 10px;
    font-size: 16px;
    outline: none;
}
    
    /* Hide the number input spin buttons */
.woocommerce_product .input-box::-webkit-inner-spin-button,
.woocommerce_product .input-box::-webkit-outer-spin-button {

    -webkit-appearance: none;
    margin: 0;
}

.woocommerce_product .input-box[type="number"] {

    -moz-appearance: textfield;
}

.woocommerce_product {

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin-top: 22px;
    font-family: Roboto;
}

.woocommerce_product_top {

    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
    font-family: Roboto;
    width: 522px;
}

.woocommerce_product_data {

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: calc(100% - 15px);
}

.woocommerce_product_data_prices {

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.woocommerce_product_price, .woocommerce_product_regular_price {

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    align-items: center;
    font-size: 26px;
    padding: 11px;
}

.woocommerce_product_price {

    font-weight: bold;
}

.woocommerce_product_regular_price {

    text-decoration: line-through !important;
}

.add_to_cart_button {

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-content: center;
    align-items: center;
    font-size: 24px;
    padding: 15px 15px;
    width: 91%;
    background: red;
    color: whitesmoke;
    border-radius: 11px;
    transition-duration: 0.7s;
    cursor: pointer;
    border: none;
    margin-top: 0px;
    margin-left: 8px;
}

.add_to_cart_button_top {

    width: 222px;
}

.proceed_to_checkout_button {

    display: none;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    font-size: 24px;
    padding: 10px;
    width: 91%;
    background: red;
    color: whitesmoke;
    border-radius: 11px;
    transition-duration: 0.7s;
    cursor: pointer;
    border: none;
    margin-top: 0;
    width: 91%;
    height: 50px !important;
    box-sizing: border-box;
    min-height: 50px !important;
    margin-left: 8px;
}

.proceed_to_checkout_button_text_1 {

	font-size: 15px;
}

.proceed_to_checkout_button_text_2 {

    font-size: 11px;
}
/*
.add_to_cart_button_top:hover, .woocommerce_product_order_button:hover {

    background: whitesmoke;
    color: red;
    transition-duration: 0.7s;
}*/

.woocommerce_product_order_message {

    height: auto;
    display: none;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    font-size: 13px;
    font-weight: 600;
    border: 2px solid #d3d3d3;
    background: darkgreen;
    color: whitesmoke !important;
    border-radius: 9px;
    position: fixed;
    right: 44px;
    bottom: 44px;
    padding: 8px 22px !important;
    font-size: 18px;
    z-index: 9999;
    width: auto !important;
    height: 50px;
}
.woocommerce_product_error_message {

    height: auto;
    display: none;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    font-size: 13px;
    font-weight: 600;
    border: 2px solid #d3d3d3;
    background: darkgreen;
    color: whitesmoke !important;
    border-radius: 9px;
    position: fixed;
    right: 44px;
    bottom: 44px;
    padding: 8px 22px !important;
    font-size: 18px;
    z-index: 9999;
    width: auto !important;
    height: 50px;
}

.digiseller-buy-standalone {
    display: none !important;
}

/*new button*/
div.add_to_cart_button, div.add_to_cart_button_top {
    background: linear-gradient(93deg, #247de6 0%, #6ad4fa 100%);
    width: 100%;
    font-size: 17px;
    min-height: 50px;
    border-radius: 8px;
    min-width: 180px;
    height: 45px !important;
    min-height: 45px;
}

div.woocommerce_product {

    background: #fff;
    box-shadow: 0 3px 20px rgb(34 34 34 / 10%);
    position: relative;
    border-radius: 12px !important;
    padding: 13px !important;
    box-sizing: border-box;
    width: 100%;
}

#quantity_top {

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-self: center;
    width: 222px;
}

.woocommerce_product .quantity button, .woocommerce_product_top .quantity button {

    background-color: #fff;
    color: #333;
    border: 0px;
    background: #f9f9f9;
    font: inherit;
    font-size: 22px;
    width: 50px;
}

input.woocommerce_product_quantity {

    border: none;
    font-size: 17px !important;
    font: inherit;
}
    input.woocommerce_product_quantity_top {

    border: none;
    font-size: 17px !important;
    font: inherit;
    width: max-content;
    max-width: 50px;
}

.woocommerce_product .quantity, .woocommerce_product_top .quantity {

    background: #f9f9f9;
    border: none;
    box-shadow: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    
}
.woocommerce_product_top .quantity {
    max-width: 200px;
}
.woocommerce_product .quantity button:hover, .woocommerce_product_top .quantity button:hover {

    background: none;
}

div#proceed_to_checkout_button, div#proceed_to_checkout_button_top {

    background: linear-gradient(90deg, #27c96e 0%, #37e39f 100%);
    width: 100%;
    font-size: 17px;
    min-height: 50px;
    border-radius: 8px;
    min-width: 180px;
    height: 45px !important;
    min-height: 45px !important;
}
div.woocommerce_product div#proceed_to_checkout_button {
    margin: 10px auto;
    height: 50px !important;
    min-height: 50px;
}div.woocommerce_product div.add_to_cart_button {
    margin: 10px auto !important;
    height: 50px !important;
    min-height: 50px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {

    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {

    -moz-appearance: textfield;
}

#onclickconvert, .secondvar {

    display: none;
}

.prod {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;  
}

.woocommerce_product_data_top {

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: max-content;
}

.woocommerce_product_data_prices_top {

    width: 108px;
}

.woocommerce_product_data_top .quantity {

    width: auto;
}


div.woocommerce_product_data_prices_top {
    font-size: 1.4rem;
    margin-bottom: 0;
    font-weight: 600;
    display: flex;
    gap: 0.5rem;
    align-items: center;
    color: #333;
    width: max-content;
    margin-right: 7px;
}

div.woocommerce_product_price_top {
    width: max-content;
}.super_container .text-zag {
    margin-left: 0px !important;
}


div.woocommerce_product_regular_price {
    color: #bdbdbd;
    text-decoration: line-through;
    width: max-content;
}

div#item-sale-percent {
    font-size: 14px;
    background: #ec4a4a;
    border-radius: 17px;
    color: #fff;
    padding: 6px 10px !important;
    display: flex;
    justify-content: center;
    width: max-content;
}

.old-price-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: max-content;
    flex-direction: column;
    align-items: center;
}

div.woocommerce_product_data_prices {
    display: flex;
    justify-content: space-between;
    width: 100%;
}


.old-price-items-top {
    width: max-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 10px;
}

div.woocommerce_product_regular_price_top2 {
    color: #bdbdbd;
    text-decoration: line-through;
    font-weight: 400;
    margin-bottom: 7px;
}

div#item-sale-percent_top {
    font-size: 14px;
    background: #ec4a4a;
    border-radius: 17px;
    color: #fff;
    padding: 5px 10px !important;
    display: flex;
    justify-content: center;
    width: max-content;
}
.addprice.one {
    display: none;
}.pricesale {
    display: none;
}



div.woocommerce_product_order_message {
    position: fixed;
    bottom: 30px;
    right: 30px;
    padding: 14px 24px;
    background: linear-gradient(135deg, rgba(0, 191, 255, 0.85), rgba(30, 144, 255, 0.85));
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    z-index: 9999;
    backdrop-filter: blur(8px); /* эффект стекла */
    /* display: flex; */
    align-items: center;
    gap: 12px;
    animation: fadeInOut 4s ease-in-out;
    border: none;
}

div.woocommerce_product_order_message:before {
    content: '';
    display: inline-block;
    font-size: 18px;
    background: url(../img/check-cart-updated.svg) no-repeat;
    padding: 9px;
    background-size: contain;
    margin-right: 10px;
    top: 3px;
    position: relative;
}


div.woocommerce_product_error_message {
    position: fixed;
    bottom: 30px;
    right: 30px;
    padding: 14px 24px;
    background: linear-gradient(135deg, rgba(0, 191, 255, 0.85), rgba(30, 144, 255, 0.85));
    background: #ec4a4a;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    z-index: 9999;
    backdrop-filter: blur(8px); /* эффект стекла */
    /* display: flex; */
    align-items: center;
    gap: 12px;
    animation: fadeInOut 4s ease-in-out;
    border: none;
}

div.woocommerce_product_error_message:before {
    content: '';
    display: inline-block;
    font-size: 18px;
    background: url(../img/forbidden.svg) no-repeat;
    padding: 9px;
    background-size: contain;
    margin-right: 10px;
    top: 2px;
    position: relative;
}

#old-price-items-top-id, #old-price-items-id {
    display: none;
}

.woocommerce_product_outer {

	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	width: 100%;
}

.woocommerce_product {

	max-width: 235px;
}

.woocommerce_product_data {

	max-width: 225px;
}

.add_to_cart_button {

	text-align: center;
}