/*--------------------------------------------------------------
 * EDD Product Related Stylesheet
 * TABLE OF CONTENTS:
----------------------------------------------------------------
## Single Templates
  # 1 - Standard Single Template
  # 2 - Custom Single Template
## Product Tab
## Product Sidebar
## Product Slider
## Product Grid
## Checkout
## Purchase Confirmation
## Account
## Login
## Related Products
## Mobile
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Single Templates
--------------------------------------------------------------*/

/* # 1 - Standard Single Template */
.single h1.entry-title.dgwork-product-title{
	text-align: left;
	margin:0 0 20px;
	font-size:2rem;
}

#dgwork_tabs{
	margin-top: 20px;
}
#dgwork_tabs .entry-content{
	margin-top:0;
}
.single-download .site-main .divider{
	display:none;
}

/* # 2 - Custom Single Template */
.custom-edd-product-template:not(.custom-edd-product-template-sidebar) .single_download_custom,
.custom-edd-product-template:not(.custom-edd-product-template-sidebar) #page{
	margin-bottom:0;
	padding-bottom:0;
}
.custom-edd-product-template:not(.custom-edd-product-template-sidebar) .site-content{
	padding: 0;
}
.custom-edd-product-template #dgwork-page-header{
  margin-bottom:0px;
  position:relative;
  padding:80px 0 30px;
  overflow: inherit;
  z-index:2;
}
.custom-edd-product-template.custom-edd-product-header-aligncenter #dgwork-page-header{
  padding-bottom:150px;
}
.custom-edd-product-template-sidebar #dgwork-page-header{
  margin-bottom:30px;
  padding-bottom:100px;
}
.custom-edd-product-template.page_transparent_nav #dgwork-page-header{
  padding-top:120px;
}
.custom-edd-product-template #dgwork-page-header h1{
  font-weight:600;
  font-size: 36px;
  width: 45%;
  line-height: 1.2em;
}
.custom-edd-product-template #dgwork-page-header .subtitle{
   line-height: 1.8em;
   font-size: 1rem;
   font-weight:300;
   width:40%;
   display: block;
}
.custom-edd-product-template #dgwork-page-header .social_share{
	z-index:2;
	margin-bottom:20px;
}
.custom-edd-product-template #dgwork-page-header .edd_price{
  position:relative;
  z-index:3;
  font-size:28px;
  display: block;
  clear:both;
  color:#fff;
}
.custom-edd-product-template .buy_info{
  position:relative;
  z-index:3;
  clear:both;
  display: block;
  padding-top: 20px;
  height: auto;
  min-height: 50px;
}
.custom-edd-product-template .buy_info .edd_download_purchase_form{
  margin:0;
  width:140px;
  float:left;
  color:#fff;
  position:relative;
}
.custom-edd-product-template .buy_info .edd_price_options{
  display:none;
  min-width: 225px;
  min-height: 50px;
  background: #fff;
  position: absolute;
  top: 56px;
  left: 0;
  padding: 15px 15px 10px 15px;
  border-radius: 3px;
  box-shadow:0 0 10px rgba(0,0,0,.3);
  z-index: 11;
  color: #000;
}
.custom-edd-product-template .buy_info .edd_price_options .close_price_options{
  color:#000!important;
  float:right;
  margin-top:-10px;
}
.custom-edd-product-template .buy_info .edd_price_options .close_price_options:hover{
  transform:rotate(180deg);
  -ms-transform:rotate(180deg); 	/* IE 9 */
  -moz-transform:rotate(180deg); 	/* Firefox */
  -webkit-transform:rotate(180deg); /* Safari / Chrome */
  -o-transform:rotate(180deg); 	/* Opera */
}
.custom-edd-product-template .buy_info .edd_price_options ul{
  padding:0;
  margin:0;
}
.custom-edd-product-template .buy_info .edd_price_options ul li{
  list-style: none;
  border-bottom:1px solid #eee;
  padding-bottom:5px;
  margin-bottom:5px;
  text-align:left;
}
.custom-edd-product-template .buy_info .edd_price_options ul li input{
  margin-right:10px;
}
.custom-edd-product-template .buy_info .edd_purchase_submit_wrapper{
  width:160px;
}
.custom-edd-product-template.custom-edd-product-header-aligncenter .dgwork-product-tab .buy_info .edd_purchase_submit_wrapper{
  width:200px;
}
.custom-edd-product-template .buy_info .edd-submit,
.custom-edd-product-template .buy_info .button.external-checkout,
.custom-edd-product-template .buy_info .button.preview-demo{
    padding: 15px 25px;
    margin-right:10px;
    font-size: 16px;
    font-weight:bold;
    color: #fff!important;
    display:inline-block;
    text-transform: uppercase;
}
.custom-edd-product-template .buy_info .edd_go_to_checkout{
	background-color: #ff839e;
}
.custom-edd-product-template .buy_info .button.preview-demo{
    background:#fff;
    color:#000!important;
}
.custom-edd-product-template .buy_info .button.preview-demo:hover{
	background:#000!important;
    color:#fff!important;
}
.custom-edd-product-template .buy_info .button:hover{
	box-shadow:none;
}
.edd-loading {
	display:none;
}
.edd-loading i{
	margin-left:15px;
}
.edd-add-to-cart.edd-no-js,
.edd-cart-ajax-alert{
	display:none!important;
}
.custom-edd-product-template .dgwork-preview{
  width: 50%;
  min-height:340px;
  height: auto;
  overflow:hidden;
  z-index: 5;
  position: absolute;
  background:none;
  top: 100px;
  right: 40px;
  box-shadow: 0px 0px 80px rgba(0,0,0,.4);
}
.custom-edd-product-template.page_transparent_nav .dgwork-preview{
   top:150px;
}
.custom-edd-product-template #dgwork-single-sidebar{
  margin-top:30px;
}
/* Header Text Center Aligned*/
.custom-edd-product-header-aligncenter #dgwork-page-header .edd_price{
  margin:0 auto 20px;
}
.custom-edd-product-template.custom-edd-product-header-aligncenter .dgwork-preview{
  position: relative;
  width: 70%;
  z-index: 4;
  left:0;
  right:0;
  top:0;
  margin: 40px auto -80px;
  min-height: 350px;
  height: auto;
  overflow: hidden;
}
.custom-edd-product-template.custom-edd-product-header-aligncenter.page_transparent_nav .dgwork-preview{
   top:0px;
}
.custom-edd-product-header-aligncenter #dgwork-page-header .subtitle{
  width:60%;
}
.custom-edd-product-header-aligncenter .buy_info .edd_download_purchase_form{
  float:none!important;
  display: inline-block;
  margin-right:10px;
}

/* Header Text Right Aligned*/
.custom-edd-product-header-alignright .dgwork-preview{
  left:40px;
}
.custom-edd-product-header-alignright .buy_info .button.external-checkout,
.custom-edd-product-header-alignright .buy_info .button.preview-demo{
  margin-right:0;
  margin-left:10px;
}

.custom-edd-product-template #item-description{
	margin-top:2.5em;
}
.custom-edd-product-template-sidebar #item-description{
	margin-top:1.5em;
}

/*--------------------------------------------------------------
## Product Tab
--------------------------------------------------------------*/
.dgwork-product-tab{
	border-bottom:1px solid #ededed;
	height:60px;
	left:0;
	width:100%;
	z-index: 2;
}
.is-sticky .dgwork-product-tab{
	background:#f8f8f8;
}
.dgwork-product-tab ul{
	padding:0;
	position: relative;
}
.dgwork-product-tab > ul > li{
	list-style: none;
	display:inline-block;
	height:61px;
	line-height:60px;
	margin-right:10px;
	text-align: center;
}
.dgwork-product-tab > ul > li:after{
	content: "|";
	margin-left:10px;
	opacity: .1;
}
.dgwork-product-tab ul li:last-child:after{
	content: "";
}
.dgwork-product-tab ul li a{
	color:#222;
	font-weight:bold;
}
.dgwork-product-tab ul li.dgwork-product-tab-active{
	border-bottom:2px solid #2c9a93;
}
.dgwork-product-tab ul li.dgwork-product-tab-active a{
	color:#2c9a93;
}
.dgwork-product-tab ul li.buy-button{
	margin-right:0;
	display:none;
	position: absolute;
    right: 0;
    top: 0px;
}
.custom-edd-product-template.custom-edd-product-header-aligncenter .dgwork-product-tab ul li.buy-button,
.is-sticky .dgwork-product-tab ul li.buy-button{
	display:block;
}
.dgwork-product-tab ul li.buy-button .buy_info{
    padding-top:0;
}
.dgwork-product-tab ul li.buy-button .buy_info .edd_download_purchase_form{
	width:130px;
}
.dgwork-product-tab ul li.buy-button .buy_info .edd-submit,
.dgwork-product-tab ul li.buy-button .buy_info .button.external-checkout,
.dgwork-product-tab ul li.buy-button .buy_info .button.preview-demo{
	padding: 0px 10px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    margin-right:0;
    margin-left:10px;
}
.dgwork-product-tab ul li.buy-button .buy_info .button.preview-demo{
	background:#ddd;
}
.dgwork-product-tab ul li.buy-button .buy_info .edd_price_options{
	top:50px;
	text-align: left;
}
.dgwork-product-tab ul li.buy-button .buy_info .edd_price_options .close_price_options{
	margin-top:-30px;
}
.dgwork-product-tab ul li.buy-button .buy_info .edd_price_options li{
	line-height: 30px;
}

#item-details #dgwork-product-info{
	margin-top:50px;
	padding-top: 20px;
    height: auto;
    overflow: hidden;
    border:none;
}
#item-details #dgwork-product-info:hover{
	background:none;
	box-shadow:none;
}
#item-details #dgwork-product-info dt{
	display:none;
}
#item-details #dgwork-product-info dd{
	border-left:0;
	float:left;
	width: 49%;
    font-size:14px;
    padding: 0 10px 10px 0;
    border-bottom: 1px solid #eee;
}

/*--------------------------------------------------------------
## Product Sidebar
--------------------------------------------------------------*/
#dgwork-buy {
	margin-bottom:2em;
}
#dgwork-buy .price_info{
	margin:0 20px 10px;
}
#dgwork-buy .edd-add-to-cart,
#dgwork-buy .edd_go_to_checkout,
#dgwork-buy .preview-demo,
#dgwork-buy .external-checkout{
	display: block;
	text-align: center;
	width:99.5%;
	padding:10px 0;
	font-size:16px;
	font-weight:bold;
	margin-bottom: 10px;
}
#dgwork-buy .price{
	font-size:1.5rem;
	margin:30px 0;
	color:#999;
}
#dgwork-buy .price span{
	font-size:2.4rem;
	color:#000;
}
#dgwork-buy .price span.free{
	text-align: center;
	color: #34b7ae;
	display: block;
}
#dgwork-buy .edd_download_quantity_wrapper{
	margin:20px 0;
	clear:both;
}
#dgwork-buy .edd_download_quantity_wrapper:before{
	content:"Quantity";
	margin-right:8px;
}
#dgwork-buy .preview-demo{
	background: none;
    box-shadow: none;
    color: #34b7ae;
    border: 1px solid #34b7ae;
}
#dgwork-buy .preview-demo:hover{
	background:#000;
	color:#fff;
	border-color:#000;
}
#dgwork-product-info{
	margin-bottom:30px;
}
#dgwork-product-info,
#dgwork-buy{
	border: 1px solid #e9e9e9;
	border-radius: 5px;
	padding-bottom:8px;
    -moz-transition: 0.3s ease-in-out;
    -webkit-transition:0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
#dgwork-product-info:hover,
#dgwork-buy:hover{
	background:#fff;
    box-shadow: 2px 2px 3px rgba(0,0,0,0.08);
}
#dgwork-buy .widget-title{
	border-bottom: 1px solid #e9e9e9;
	padding: 10px 15px;
}
#dgwork-buy .edd_download_purchase_form{
	margin:15px auto 10px;
}
#dgwork-buy .edd_purchase_submit_wrapper{
	padding:0;
	margin:18px 0 10px;
}
#dgwork-buy input[type="radio"],
#dgwork-buy input[type="checkbox"]{
	margin-right:5px;
}
#dgwork-buy .edd_price_options.edd_multi_mode{
    font-weight:bold;
    margin-bottom:20px;
}
#dgwork-product-info dl{
	margin:0 0 5px;
}
#dgwork-product-info dt{
	font-weight: bold;
    margin-bottom: 10px;
    padding: 10px 15px;
    text-transform: uppercase;
    border-bottom: 1px solid #e9e9e9;
}
#dgwork-product-info dd{
	margin-left:0;
	padding: 2px 20px;
	font-size:12px;
}
#dgwork-product-info dd i{
	width:20px;
}
#dgwork-product-info dd.copyright a:after{
	content:",";
}
#dgwork-product-info dd.copyright a:last-child:after{
	content:" ";
}
#dgwork-product-info dd .newline{
	display: block;
	margin-left:20px;
}

#dgwork-product-tags .product-tags{
	color:#ccc;
}
#dgwork-product-tags a{
	color:#999;
	font-size:12px;
}
#dgwork-product-tags a:hover{
	color:#000;
}

/*--------------------------------------------------------------
## Product Slider
--------------------------------------------------------------*/
#product-slider{
	background:#fff;
	width:100%;
	height:100%;
}
#dgwork-preview #product-slider{
	background:#000;
}
#product-slider-big.swiper-container {
        width: 100%;
        height: 350px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
    }
    #dgwork-preview #product-slider-big.swiper-container{
	    height:600px;
    }
    .preview-zoom{
	    width: 50px;
	    height: 50px;
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    z-index: 2;
	    opacity: 0;
	    display: block;
	    background:#000;
	    background:rgba(0,0,0,.5);
	    border-radius: 3px;
	    text-align:center;
	    color:#fff;
	    font-size: 34px;
	    margin-top: -25px;
	    margin-left: -25px;
	   }
    #product-slider-big.swiper-container:hover .preview-zoom{
    	opacity: 1;
    }
    .preview-zoom i{
        margin-top: 6px;
    }
    .preview-close{
	    width:30px;
	    height:30px;
	    display: block;
	    position: fixed;
	    top:20px;
	    right:20px;
	    z-index: 3;
	    background:#fff;
	    color:#000;
	    text-align: center;
	    line-height: 30px;
	    font-size:14px;
	    border-radius: 200px;
    }
    .admin-bar .preview-close{
    	top:40px;
    }
    .preview-close:hover{
	     background:#7e57c2;
	     color:#fff;
    }
    #dgwork-preview .swiper-slide {
        width:100%;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
   		background-color: #000;
    }
    #dgwork-preview #product-slider-big .swiper-slide{
	    background-size:contain;
	    background-repeat: no-repeat;
	    background-position:center;
    }
    .gallery-top {
        width: 100%;
    }
    .gallery-thumbs {
        height: 80px;
        box-sizing: border-box;
        padding: 5px 0;
    }
    #dgwork-preview #product-thumbnail .swiper-container{
	    min-height:120px;
    }
    .gallery-thumbs .swiper-slide {
        width: 10%;
        height: 100%;
        opacity: .7;
    }
    .gallery-thumbs .swiper-slide-active {
		opacity: 1;
    }
    .gallery-thumbs .swiper-wrapper{
       margin-left:calc(-40% - 8px);
    }
    #product-slider.expand .gallery-thumbs .swiper-wrapper{
	    margin-left:0;
    }

.dgwork-preview{
	position: relative;
	background:#fff;
	clear:both;
	height: 225px;
	max-width:100%;
}
.single .dgwork-preview{
	height: auto;
	overflow: hidden;
}
.dgwork-preview img,
.dgwork-preview video{
	width:100%;
	height:auto;
	max-height:800px;
}
.dgwork-preview .preview_thumnail{
	position: relative;
	width:100%;
	height:100%;
	max-height:147px;
	overflow:hidden;
	display: block;
	line-height: 0;
}
.single .dgwork-preview .preview_thumnail{
	max-height: none;
}
.dgwork-preview .preview_thumnail i{
	position: absolute;
	width:50px;
	height:50px;
	top:50%;
	left:50%;
	margin:-25px 0 0 -25px;
	color:#fff;
	font-size:2em;
	z-index: 2;
	display: none;
}
.dgwork-preview .default-player{
	width:100%;
	min-height:350px;
}
.dgwork-preview .default-player iframe{
	width:100%;
	height: 350px;
}
.dgwork-preview .dgwork-player audio{
	width: 100%;
	height: 50px;
	background: #f1f3f4;
}
.plyr__play-large{
	border-color:#000;
	padding:20px;
}
.plyr--fullscreen-enabled [data-plyr=fullscreen]:hover{
	background:#34b7ae;
}
.plyr__progress--played, .plyr__volume--display{
	color:#222;
}

#item-description{
	margin-top:1.5em;
}

/*--------------------------------------------------------------
## Product Grid
--------------------------------------------------------------*/
.dgwork-product-grid,
.edd_downloads_list{
	margin:0;
	padding:0;
	list-style: none;
	width: 101%;
	height: auto;
	overflow: hidden;
	animation-duration: 1s;
    animation-name: fadeIn;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.dgwork-product-grid .type-download,
.edd_downloads_list .type-download{
	width: calc(33.33% - 17px);
	min-height: 400px;
	height: auto;
	position: relative;
	margin-bottom: 1.5em;
	margin-right: 1em;
	background:#fff;
	border-radius: 3px;
	box-shadow: 0 0 45px rgba(0,0,0,.08);
	transition: 0.5s;
	padding:0;
	overflow:inherit;
	float:left;
}

.dgwork-product-grid .type-download.hide_buy_button,
.edd_downloads_list .type-download.hide_buy_button{
	min-height: 350px;
}

.edd_downloads_list .type-download:last-child,
.dgwork-product-grid .type-download:last-child{
   margin-bottom: 1em;
}
.edd_downloads_list .type-download:hover,
.dgwork-product-grid .type-download:hover{
	box-shadow:2px 2px 15px rgba(0,0,0,.1);
}
/* 2 Columns */
.edd_downloads_list.edd_download_columns_2 .type-download,
.dgwork-product-grid.two-columns .type-download{
	width: calc(50% - 17px);
	margin-right: 15px;
}
.dgwork-product-grid.three-columns .type-download:nth-child(3n+3),
.dgwork-product-grid.two-columns .type-download:nth-child(2n+2){
	margin-right:0;
}
.dgwork-product-grid .type-download .image-box{
	position: relative;
}

.dgwork-product-grid.two-columns .type-download:nth-child(2n+2),
.edd_downloads_list.edd_download_columns_3 .type-download:nth-child(3n+3),
.edd_downloads_list.edd_download_columns_2 .type-download:nth-child(2n+2){
	margin-right:0;
}

.edd_downloads_list .type-download .image-box,
.dgwork-product-grid .type-download .image-box{
	position: relative;
}
.edd_downloads_list .type-download .image-box img,
.dgwork-product-grid .type-download .image-box img{
	width:100%;
	height:auto;
	max-width: 200%;
	display: block;
}

.edd_downloads_list .type-download .image-box .hover-info,
.dgwork-product-grid .type-download .image-box .hover-info{
	position: absolute;
    top: 0;
    left: 0;
    padding: 6px 0;
    font-size:14px;
    width: 100%;
    z-index: 2;
    background: rgba(0,0,0, .5);
    color: #fff;
    display: block;
    opacity: 0;
}

.edd_downloads_list .type-download .image-box .hover-info a.title
.dgwork-product-grid .type-download .image-box .hover-info a.title{
	color: #fff;
	display: block;
	float: left;
	margin-left: 10px;
	text-align: left;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	width: 50%;
}

.edd_downloads_list .type-download .image-box .hover-info .buy_link,
.dgwork-product-grid .type-download .image-box .hover-info .buy_link{
	display: block;
	float: right;
	margin-right: 10px;
	background: #34b1a6;
	color: #fff;
    padding: 0 10px;
    font-size: 13px;
    border-radius: 3px;
}
.dgwork-product-grid .type-download .image-box .hover-info .buy_link i{
	margin-right: 5px;
}
.edd_downloads_list .type-download .image-box .hover-info .buy_link i,
.dgwork-product-grid .type-download .image-box .hover-info .buy_link i{
	margin-right: 5px;
}
.edd_downloads_list .type-download .image-box:hover .hover-info,
.dgwork-product-grid .type-download .image-box:hover .hover-info{
	opacity: 1;
}

/* Picture Gallery Masonry & Grid */
.edd_downloads_list.dgwork-product-masonry .type-download,
.dgwork-product-grid.dgwork-product-masonry .type-download{
	width: calc(33.33%);
	box-shadow:none;
	border:none;
	border-radius:0;
	background:none;
	height:auto;
	margin-bottom:0;
}

/**** Transitions ****/
.edd_downloads_list .type-download,
.dgwork-product-grid .type-download {
  -webkit-transition-duration: 0.7s;
     -moz-transition-duration: 0.7s;
      -ms-transition-duration: 0.7s;
       -o-transition-duration: 0.7s;
          transition-duration: 0.7s;
}

.edd_downloads_list .type-download,
.dgwork-product-grid .type-download {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.edd_downloads_list .type-download,
.dgwork-product-grid .type-download {
  -webkit-transition-property: left, right, top;
     -moz-transition-property: left, right, top;
      -ms-transition-property: left, right, top;
       -o-transition-property: left, right, top;
          transition-property: left, right, top;
}

/* Grid Title */
.edd_downloads_list .type-download .dgwork-grid-title,
.dgwork-product-grid .type-download .dgwork-grid-title{
	font-size:18px;
	font-weight: bold;
	display: block;
	margin: 20px 20px 10px;
}

.dgwork-product-grid .type-download .dgwork-grid-title a{
	color:#000;
}
.dgwork-product-grid .type-download .dgwork-grid-title a:hover{
    color:#34b7ae;
}

.edd_downloads_list .type-download .dgwork-grid-title a,
.dgwork-product-grid .type-download .dgwork-grid-title a{
	color:#000;
}
.edd_downloads_list .type-download .dgwork-grid-title a:hover,
.dgwork-product-grid .type-download .dgwork-grid-title a:hover{
    color:#34b7ae;
}
.edd_downloads_list .type-download .dgwork-grid-subtitle,
.dgwork-product-grid .type-download .dgwork-grid-subtitle{
	margin: 0 20px 20px;
	font-size: 13px;
    line-height: 22px;
}

.edd_downloads_list .type-download .freeLabel,
.dgwork-product-grid .type-download .freeLabel{
	width:50px;
	height:50px;
	position: absolute;
	top:-10px;
	right:-10px;
	z-index: 10;
	text-align: center;
	line-height: 50px;
	background:#3ebab2;
	color:#fff;
	border-radius: 200px;
}

.edd_downloads_list.dgwork-product-masonry .type-download .freeLabel,
.dgwork-product-grid.dgwork-product-masonry .type-download .freeLabel{
	top:10px;
	right:10px;
}
.text-desc{
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    height: 100%;
    opacity: 0;
    width: 100%;
    padding-top:20%;
}
.text-desc .edd_price{
	font-size:18px;
	font-size:1.8rem;
}
.text-desc .divider{
	display: block;
	margin:5px auto 20px;
	text-align: center;
	width:10%;
	border-top:1px solid #000;
}
.text-desc .details{
	background:none;
	border:1px solid #000;
	color:#000;
	padding:8px 20px;
	margin-right:5px;
}
.text-desc .details:hover{
	background:#000;
	color:#fff;
}
.text-desc .title{
	font-size:1.2em;
	color:#000;
}
.text-desc .icon{
	font-size:1.5em;
	color:#000;
}

.dgwork-grid-item{
	width: 100%;
	height: 200px;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.edd_downloads_list.two-columns .dgwork-grid-item,
.dgwork-product-grid.two-columns .dgwork-grid-item{
	height: 225px;
}
.edd_downloads_list.two-columns .dgwork-grid-item.audio .dgwork-preview .preview_thumnail,
.dgwork-product-grid.two-columns .dgwork-grid-item.audio .dgwork-preview .preview_thumnail{
	max-height: 200px;
}
.edd_downloads_list.two-columns .dgwork-grid-item.audio,
.dgwork-product-grid.two-columns .dgwork-grid-item.audio{height: 252px;}
.edd_downloads_list.two-columns .dgwork-grid-item.video,
.dgwork-product-grid.two-columns .dgwork-grid-item.video{height:200px;}
.dgwork-grid-item .text-desc{opacity: .9; top: -400%; transition: 0.5s; color: #000; }
.dgwork-grid-item .text-desc p{margin-top: 40px;display: block;}
.dgwork-grid-item img{transition: 0.5s;}
.dgwork-grid-item:hover .text-desc{top: 0;}

.player_preview .audio-type .text-desc,
.player_preview .video-type .text-desc{
	display:none;
}
.player_preview.two-columns  .video-type .tmvs-grid-item{
    height: 270px;
}
.player_preview .video-type .tmvs-grid-item{
    height: 170px;
}
.player_preview .dgwork-preview .preview_thumnail{
	max-height: 150px;
}
.player_preview.two-columns .dgwork-preview .preview_thumnail{
	max-height: 250px;
}
.player_preview.two-columns .audio-type .tmvs-grid-item{
    height: 300px;
    border-bottom: 1px solid #eee;
}
.player_preview .audio-type .tmvs-grid-item{
	border-bottom: 1px solid #eee;
}
.dgwork-edd-buy-wrapper{
    margin: 30px 20px 20px;
}
.dgwork-edd-buy-wrapper .edd_download_purchase_form,
.dgwork-edd-buy-wrapper .edd_purchase_submit_wrapper{
    margin-top: 0;
}
.dgwork-edd-buy-wrapper .edd_price_options{
	display:none;
	z-index: 10;
	position: absolute;
    background: #fff;
    bottom: 16%;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    padding: 0 20px 15px;
}
.edd_price_options ul{
   list-style: none;
   padding-left: 0;
   margin-bottom: 20px;
}
.edd_price_options ul li{
   margin-bottom: 10px;
   font-size: 13px;
}
.edd_price_option_name{
	margin-left: 5px;
}

/*--------------------------------------------------------------
## Checkout
--------------------------------------------------------------*/
#edd_checkout_login_register{
  width: 501px;
}

#edd_user_pass{
  width: 97%;
  margin-top: 10px;
}
.dgwork_user_nav ul li.logout a{
  color:#fff;
}
#edd_checkout_cart{
	width:100%;
}
#edd_checkout_cart td{
	padding:20px 0;
	text-align: center;
}
#edd_checkout_cart .edd_cart_item_image{
	width:50px;
	height:50px;
	display: block;
    float: left;
    margin-right: 20px;
    margin-left: 20px;
}
#edd_checkout_cart .edd_checkout_cart_item_title{
	display:block;
	float:left;
	line-height: 1.5em;
	margin-top:10px;
}
#edd_checkout_form_wrap{
	margin:20px 0;
	position: relative;
}
#edd_checkout_form_wrap fieldset{
	padding: 20px;
	margin-bottom:20px;
}
#edd_checkout_form_wrap fieldset p:last-child{
	margin-top:20px;
}
#edd_checkout_form_wrap fieldset p:first-child{
	margin-bottom:0px;
	font-size:13px;
}
#edd_checkout_form_wrap fieldset label{
	font-size:14px;
	font-weight:bold;
}
#edd_checkout_form_wrap fieldset legend{
	font-weight: bold;
	padding:0 10px;
	width:auto;
	display: block;
	font-size:22px;
}
.edd-description{
	display:block;
	color:#999;
}
.edd-payment-mode-label{
	font-weight: bold;
	border-bottom: 1px solid #eee;
	padding-bottom:10px;
	width:100%;
	display: block;
}
#edd_checkout_form_wrap fieldset input[type="text"],
#edd_checkout_form_wrap fieldset input[type="email"],
#edd_checkout_form_wrap fieldset input[type="number"],
#edd_checkout_form_wrap fieldset input[type="tel"],
#edd_checkout_form_wrap fieldset input[type="url"]{
	display: block;
	margin-top:10px;
	width:97%;
}
#edd_checkout_form_wrap fieldset input[type="text"]#edd-discount{
    width: 50%;
    display: inline-block;
    padding: 10px 5px
}
#edd_checkout_form_wrap fieldset input[type="radio"],
#edd_checkout_form_wrap fieldset input[type="checkbox"]{
	margin-right:10px;
}
#edd_checkout_form_wrap fieldset .edd-gateway-option{
	margin-right:20px;
}
#edd_checkout_form_wrap fieldset .edd-gateway-option.edd-gateway-option-selected{
	border:1px solid #cfeeff;
	padding:15px;
}
#edd_checkout_form_wrap fieldset select{
	margin-top:10px;
}
#edd_checkout_form_wrap .card-expiration select{
	width:45%;
	float:left;
}
#edd_checkout_form_wrap .card-expiration .exp-divider{
	display: block;
	float:left;
	margin:5px 10px;
}
#edd_checkout_user_info,
#edd_cc_address,
#edd_cc_fields,
.edd-payment-icons,
#edd_payment_mode_select,
#edd_discount_code{
	width: 50%;
}
#edd_purchase_submit{
	width:40%;
	position: absolute;
	top:0;
	right:0;
}
#edd_purchase_submit .edd-submit{
	width:100%;
	padding:20px;
	font-size:18px;
	font-weight:bold;
}
#edd_terms{
	height:300px;
	padding-right:5px;
	overflow:hidden;
}
#edd_checkout_form_wrap fieldset #edd_terms p{
	margin-top:0;
}
/*--------------------------------------------------------------
## Purchase Confirmation
--------------------------------------------------------------*/
#edd_purchase_receipt,
#edd_purchase_receipt_products,
#edd_user_history{
	width:100%;
}
#edd_user_history td{
	text-align: center;
	font-size: 13px;
}
#edd_purchase_receipt_products{
	margin-top:-20px;
}
#edd_purchase_receipt_products td{
	padding:20px;
}
.edd_purchase_receipt_product_name{
	font-weight:bold;
}
.edd_purchase_receipt_files{
	padding-left:0;
	margin:10px 0 0;
	list-style: none;
}
.edd_download_file{
	list-style: none;
}
.edd_download_file i{
	margin-right:5px;
}
.edd-failed-transaction .site-content{
	min-height:500px;
}
.edd-failed-transaction .entry-content p:first-child{
	text-align: center;
	display: block;
	width:60%;
	padding:20px;
	margin:50px auto;
	color:#f34949;
	border: 1px solid #f34949;
}

/*--------------------------------------------------------------
## Account
--------------------------------------------------------------*/
.dgwork_user_nav{
	height:50px;
	width:100%;
	line-height:55px;
	margin-top: 26px;
    z-index: 1;
    position: relative;
}
.dgwork_user_nav .css3-selectbox{
	display:none;
}
.dgwork_user_nav select{
	background:#eee url(../img/menu-icon.png) no-repeat 98% center;
	background-size:40px;
	padding:0 0 0 20px;
}
.dgwork_user_nav ul{
	padding:0;
	margin:0;
	text-align: left;
}
.dgwork_user_nav ul li{
	float:left;
	list-style: none;
	margin-right:25px;
	height:50px;
	line-height: 50px;
}
.dgwork_user_nav ul li a{
    color:#fff;
    font-weight:400;
    font-size: 14px;
}
.dgwork_user_nav ul li.current,
.dgwork_user_nav ul li.active{
	background:#fff;
	padding: 0 15px;
	box-shadow: 2px -2px 2px rgba(0,0,0,.06);
}
.dgwork_user_nav ul li.current a,
.dgwork_user_nav ul li.active a{
	color:#000;
}
.dgwork_user_nav ul li a:hover{
    color:#ccc;
}
.dgwork_user_nav ul li.login,
.dgwork_user_nav ul li.register,
.dgwork_user_nav ul li.logout,
.dgwork_user_nav ul li.fes-vendor-logout-tab{
	float:right;
	margin-right:0px;
	margin-left:5px;
	margin-top: -3px;
}
.dgwork_user_nav ul li.login a,
.dgwork_user_nav ul li.register a,
.dgwork_user_nav ul li.logout a,
.dgwork_user_nav ul li.fes-vendor-logout-tab a{
	color:#fff;
	padding:8px 15px;
	background:#ff839e;
	border-radius: 5px;
	opacity: .9;
}
.dgwork_user_nav ul li.login a:hover,
.dgwork_user_nav ul li.register a:hover,
.dgwork_user_nav ul li.logout a:hover,
.dgwork_user_nav ul li.fes-vendor-logout-tab a:hover{
	opacity: 1;
}
.dgwork_user_nav ul li.login a{
	background:#34b7ae;
}
.dgwork_user_nav ul li a i{
	margin-right:10px;
}
.account_content{
	margin-top:20px;
	clear:both;
	min-height:400px;
}
.account_content h2{
	margin: .8em auto 1em;
	text-align: center;
	font-weight:100;
	font-size:52px;
	line-height: 1.2em;
}
#edd_user_history{
    margin-top:20px;
    border:1px solid #eee;
}
#edd_user_history tr{
	border-bottom: 1px solid #eee;
}

#edd_user_history td,
#edd_user_history th{
	padding:10px 0;
	border-right: 1px solid #eee;
}
#edd_user_history td:last-child,
#edd_user_history th:last-child{
    border-right:0;
}
#discounts,
#edd_register_form fieldset,
#edd_login_form fieldset{
    height: auto;
    overflow: hidden;
    padding: 30px 30px 15px;
}
#discounts p{
	margin-top:0;
}
#edd_discounts_list{
	margin:30px 0;
	padding:0;
}
#edd_discounts_list li{
	float:left;
	min-width:100px;
	list-style: none;
	margin-right:-1px;
	margin-bottom:20px;
	border: 1px dashed #999;
    padding: 15px 10px;
    font-style:italic;
}
#edd_discounts_list li:hover{
	border:1px solid #34b7ae;
	box-shadow: 2px 2px 3px rgba(0,0,0,.1);
}
#edd_discounts_list li .edd_discount_name{
    background:#34b7ae;
	color:#fff;
	font-weight: bold;
	padding:10px 15px;
	margin-right:10px;
	font-style:normal;
}
#edit-profile{
	padding:30px 20px;
}
#edit-profile span{
    padding:0 30px;
    margin-top:0;
    display:block;
}
#edit-profile p{
	padding:0;
}
#edit-profile p.edd_password_change_notice{
	margin:-10px 0 20px;
	color:#34b7ae;
	font-size:12px;
}
#edit-profile p#edd_profile_display_name_wrap{
	margin:-10px 0 -15px;
}
.account_content label,
#edd_register_form label{
	width: 150px;
    display: inline-block;
    margin-bottom:30px;
}

#edd_register_form input[type='text'],
#edd_register_form input[type='email'],
#edd_register_form input[type='password'],
#edd_register_form select,
#edd_login_form input[type='text'],
#edd_login_form input[type='email'],
#edd_login_form input[type='password'],
.account_content input[type='text'],
.account_content input[type='email'],
.account_content input[type='password'],
.account_content select{
    width:50%;
    border-width:0 0 1px;
    border-radius: 0;
    border-left-width:2px;
    border-left-color:#fff;
}
.account_content input[type='text']:focus,
.account_content input[type='email']:focus,
.account_content input[type='password']:focus{
	border-left-color:#34b7ae;
	border-bottom-width:0;
}
.account_content input[type='email']{
	color:#34b7ae;
}
#edit-profile select{
	width:51.3%;
}
#edit-profile fieldset{
	border:none;
	padding:0;
	margin-bottom:40px;
}
#edit-profile fieldset#edd_profile_password_fieldset{
	margin-bottom:0;
}
.account_content legend,
#edd_register_form legend{
	font-size: 22px;
	font-weight:bold;
	padding:0 10px;
}
span#edd_profile_billing_address_label,
span#edd_profile_password_label{
	margin-top: 30px;
    border-top: 1px solid #eee;
    padding-top: 40px;
}

.edd-success,
.edd-alert-error{
	border:1px solid #ff839e;
	padding:10px 15px;
	color:#ff839e;
	width:90%;
	margin: 0 auto 50px;
	display: block;
}

.edd-success{
	border:1px solid #34b7ae;
	color:#34b7ae;
}

.account_content fieldset .edd-success,
.account_content fieldset .edd-alert-error{
	margin: 0 0 20px;
	padding: 5px 10px;
	width: 100%;
}

#edd-discount-error-wrap{
    margin: 10px 0 0 0;
    line-height: 1.4;
}
#edd_profile_editor_form .error{
	font-size:12px;
	color:#ff839e;
}
#edd_profile_editor_form .success{
	font-size:12px;
	color:#34b7ae;
}
#edd_profile_editor_form label.error{
	display: block;
	width:100%;
}
#edd_profile_editor_form legend{
	padding:0;
	margin-bottom:20px;
}

/*--------------------------------------------------------------
## Login
--------------------------------------------------------------*/
#edd_login_form, #edd_register_form, #lostpasswordform{
	width:50%;
	margin:100px auto 20px;
}

#edd_login_form .edd-lost-password{
	margin-top:-40px;
	float:right;
}
#edd_login_form .edd-lost-password a{
	color:#ff839e;
}
#lostpasswordform label,
#edd_login_form label,
#edd_register_form label{
	width:150px;
	margin-bottom:10px;
}
p.edd-login-remember{
	font-size:12px;
}
input#rememberme{
	margin-right:5px;
}
.dgw-register-link:after{
	content: "/";
	color:#eee;
	margin:0 5px;
}
.eddf-related-fl-carousel-main{
	width:1000px;
	margin:auto;
}

/*--------------------------------------------------------------
## Related Products
--------------------------------------------------------------*/
#isa-related-downloads ul{
	padding:0;
	margin:0;
}
#isa-related-downloads li,
#isa-related-downloads #edd-related-downloads-widget li{
	margin-left:0;
	margin-bottom:40px;
	text-align: left;
	width: 31.5%;
}
#isa-related-downloads li:nth-child(3n+3),
#isa-related-downloads #edd-related-downloads-widget li:nth-child(3n+3){
	margin-right:0;
}
#isa-related-downloads img,
#isa-related-downloads #edd-related-downloads-widget img{
	margin:0 0 -15px;
	width:100%;
	max-width: none;
}

/* EDD Free Download plugin */
.edd_free_downloads_form_class{
   display:flex;
   justify-content: center;
}
.dgwork-product-tab .dgwork_.edd_free_downloads_form_class{
   margin-top:10px;
}
.vendor-info .avatar{
   float:left;
   margin-right: 10px;
}
.vendor-info .avatar img{
   border-radius: 200%;
}
.vendor-info .name{
	font-size:16px;
	display: block;
	margin: 25px 0;
}

/* EDD Software License */
table.edd_sl_table{
  width:100%;
}
table.edd_sl_table td,
table.edd_sl_table th{
  border:1px solid #eee;
  text-align:center;
  padding: 10px;
}
input[type="text"].edd_sl_license_key{
  width:80%;
  border:none;
}
.edd_sl_form{
  margin-top:40px;
}
.edd_sl_form input[type="text"]{
  margin-top:20px;
}
.edd_download_forum a{
   margin-right:15px;
   color:#000;
}
.edd_license_key a{
   color: #d8a64b;
}
.edd-sl-manage-license-header{
   display:none;
}
.edd-sl-manage-license-details{
   padding: 20px 0 10px;
   display:block;
   width:95%;
   height:auto;
   overflow: hidden;
}
.edd-sl-manage-license-key{
   color: #d8a64b;
}
.edd-sl-manage-license-key,
.edd-sl-manage-license-product{
   display:block;
}

/* EDD Downloads shortcode */
#edd_download_pagination{
    width: 100%;
    clear: both;
    text-align: center;
    margin-top: 30px;
}
.edd_price .orginal-price {
	font-size: 16px;
	display: inline;
	margin-left: 10px;
}

/*--------------------------------------------------------------
## Mobile
--------------------------------------------------------------*/
@media(min-width:2000px){
  .custom-edd-product-template .dgwork-preview{
   max-width:30%;
   right:20%;
  }
}
@media(min-width:1600px){
  .custom-edd-product-template .dgwork-preview{
   max-width:40%;
   right:10%;
  }
}
@media (max-width: 1024px){
	#item-details #dgwork-product-info dd{
		width:48.5%;
	}
	#edd_purchase_submit {
        width: 36%;
    }
}
@media (max-width: 959px){
	#edd_login_form,
	#edd_register_form{
		width:70%;
	}
	.eddf-related-fl-carousel-main{
		width:90%;
	}
	#isa-related-downloads li,
	#isa-related-downloads #edd-related-downloads-widget li{
		width:48%;
	}
	#isa-related-downloads li:nth-child(3n+3),
	#isa-related-downloads #edd-related-downloads-widget li:nth-child(3n+3){
		margin-right:2%;
	}
	#isa-related-downloads li:nth-child(2n+2),
	#isa-related-downloads #edd-related-downloads-widget li:nth-child(2n+2){
		margin-right:0;
	}
}
@media (max-width: 767px){
	.dgwork-product-grid .type-download,
	.dgwork-product-grid.two-columns .type-download{
		width:100%;
		position:relative!important;
		margin-bottom:20px;
		top:0!important;
	}
	#edd_user_history td, #edd_user_history th{
		font-size:12px;
	}
    ul.dgwork_user_dropdown{
    	display:none;
    }
    .dgwork_user_nav .css3-selectbox{
    	display:block!important;
    }
	#discounts,
	#edit-profile span,
	#edit-profile p{
		padding:0;
	}
	#edit-profile span#edd_profile_billing_address_label,
	#edit-profile span#edd_profile_password_label{
		padding-top:30px;
	}
	#edd_login_form,
	#edd_register_form{
		width:90%;
	}
	.account_content label{
		margin-bottom:10px;
		width:90%;
	}
	#edd_register_form input[type='text'],
	#edd_register_form input[type='email'],
	#edd_register_form input[type='password'],
	#edd_register_form select,
	input#edd_user_login.required.edd-input,
	input#edd_user_pass.password.required.edd-input,
	.account_content input[type='text'],
	.account_content input[type='email'],
	.account_content input[type='password'],
	.account_content select{
		width:95%;
		margin-bottom:30px;
	}
	#edit-profile select{
		width:98%;
	}

	#edd_purchase_submit,
	#edd_checkout_user_info,
	#edd_cc_address,
	#edd_cc_fields,
	.edd-payment-icons,
	#edd_payment_mode_select,
	#edd_discount_code{
		position:relative;
		width:86%;
	}

	.custom-edd-product-template #dgwork-page-header h1,
	.custom-edd-product-template #dgwork-page-header .subtitle{
		width:100%;
	}

    .custom-edd-product-template.page_transparent_nav .dgwork-preview,
	.custom-edd-product-template .dgwork-preview{
		width:100%;
		min-height: 100px;
		position: relative;
		margin:auto;
		top:30px;
		right:0;
		left:0;
	}
	.custom-edd-product-template.custom-edd-product-header-aligncenter .dgwork-preview{
		min-height:100px;
		width:100%;
	}
	#product-slider-big.swiper-container{
		height:220px;
	}

	#item-details #dgwork-product-info dd{
		width:100%;
	}
	#edd_login_form .edd-lost-password{
		margin-top: 0;
		float:none;
    }

  #edd_checkout_login_register{width:100%;margin-top: 20px;}
	#edd_checkout_form_wrap fieldset{width:100%;padding:10px;}

}
@media (max-width: 480px){
  .account_content h2{
  	font-size:36px;
  }
  .dgwork_user_nav ul li{
  	float:none;
  }
  .is-sticky .dgwork-product-tab ul li.buy-button{
  	display:none;
  }
  #isa-related-downloads li,
  #isa-related-downloads #edd-related-downloads-widget li{
		width:100%;
		margin-right:0;
  }
}
