* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Public Sans", sans-serif;
    margin: 0 auto;
    box-sizing: border-box;
    color: #2f2f2f;
    line-height: 1.5;
    font-size: 18px;
}

h1 {
    font-size: 34px;
    font-weight: 600;
    font-family: "Teko", sans-serif;
    margin: 0px;
    padding: 0px;
}

h2 {
    /*font-family: "Special Elite", serif;*/
    font-family: "Teko", sans-serif;
    font-weight: 400;
    margin: 0px;
}

h3 {
    /*font-family: "Special Elite", serif;*/
    font-family: "Teko", sans-serif;
    font-weight: 400;
}

/* unvisited link */
a:link {
  color: #740017;
}

/* visited link */
a:visited {
  color: #740017;
}

/* mouse over link */
a:hover {
  color: #f98f56;
}

/* selected link */
a:active {
  color: #740017;
}

.green {
    color: green;
}

.red {
    color: red;
}

.yellow {
    color: yellow;
}

.orange {
    color: darkorange;
}

.formfield {
    height: 40px;
    padding: 0px 5px;
}

hr.row100 {
    width: 100%;
    border: none;
    height: 1px;
}

hr.hrgrey {
    width: 100%;
    border-top: 1px solid #DCDCDC;
}

.wrapbblu {
    width: 650px;
    padding: 20px;
    border: 2px solid #2196f3;
    border-radius: 10px;
}

.mainwrap {
    width: 80%;
    margin: 0 auto;
    margin-top: 200px;
}

.mainwrapuser {
    margin: 0 auto;
    margin-top: 200px;
    width: 1200px;
    min-height: 600px;
}

#risultato {
    width: 100%;
}

.itemwrap {
    width: 1100px;
    margin: 0 auto;
    margin-top: 190px;
}

.wrapatcart {
    background: #076a05;
    color: #ffffff;
    width: 100%;
    margin: 0;
    padding: 10px;
}

.wrapitemcart {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 80%;
    margin: 0 auto;
}

.logodiscogs:hover {
    cursor: pointer;
    opacity: 0.7;
}

/* HEADER ********************************************/    

#homebanner {
    position: fixed;
    z-index: 9980;
    top: 144px;
    width: 100%;
    background: #00FA9A;
    text-align: center;
    padding: 6px;
    align-content: center;
}

#logobar {
    padding: 0px;
    margin: 0px;
    height: 80px;
    color: #ffffff;
} 

#logoh {
    display: block;
    height: 80px;
}

#logom {
    display: none;
}

#blackbar {
    position: absolute;
    top: 80px;
    width: 100%;
    background: #000000;
    text-align: center;
    height: 65px;
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 4px solid #730016;
}

.blackbutton {
    display: inline-block;
    font-size: 16px;
}

.searchterm {
    width: 300px;
    height: 43px;
    border-radius: 10px;
    padding-left: 10px;
}

.searchterm:focus {
    outline: none;
    border: 3px solid yellow;
}

#searchbar {
    display: inline-block;
    position: relative;
    margin-left: 20px;
    margin-right: 20px;
}

#searchbutton {
    position: absolute;
    right: 3px;
    top: 3px;
    height: 38px;
    width: 38px;
    padding: 0px;
}

.mobilebutton {
    display: none;
}  

#h1home {
    width: 100%;
    text-align: center;
    margin-top: -50px;
} 

/* END HEADER ****************************************/    

/* HOMEPAGE ******************************************/

.imgslide {
    display: block;
    width: 100%;
    height: 500px;
    background-size: cover;
    background-position: center;
}

.imgslidemobile {
    display: none;
}

.flexsliderhome {
    position: relative;
    width: 100%;
    height: 500px;
    padding: 0px;
    margin: 0px auto;
    margin-top: 140px;
    margin-bottom: -110px;
}

.slides {
    position: relative;
    width: 100%;
    height: 500px;
}

.prevhome {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    width: 5%;
    height: 500px;
    top: 0px;
    left: 0px;
    z-index:10;
    text-align: center;
    align-content: center;
}

.nexthome {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    width: 5%;
    height: 500px;
    top: 0px;
    right: 0px;
    z-index:10;
    text-align: center;
    align-content: center;
    cursor: pointer;
}

.prevhome:hover, .nexthome:hover {
    background: rgba(0, 0, 0, 0.8);
}

.newarrwrap {
    width: 100%;
    margin-top: 30px;
}

/* ALBUM ******************************************/

.wrapartist {
    width: auto;
    height: 60px;
    display: inline-block;
    background: #92252F;
    color: #ffffff;
    padding: 5px 20px 5px 20px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    align-content: center;
}

.wraptitle {
    width: 100%;
    text-align: right;
    background: #730016;
    color: #ffffff;
    padding: 0px 20px 0px 20px;
    margin-top: -4px;
    border-top: 4px solid #92252F;
}

.wraprod {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    border: 1px solid #DCDCDC;
    padding: 20px;
    border-top: 4px solid #92252F;
    margin-top: -10px;
}

.wraprod30 {
    width: 30%;
}

.wraprod65 {
    width: 65%;
}

.wraprodtrack {
    width: 48%;
    margin-bottom: 10px;
}

.wraprodimg {
    width: 48%;
    margin-bottom: 10px;
}

.w24 {
    position: relative;
    width: 24%;
    margin-top: 20px;
    margin-bottom: 40px;
    align-content: stretch;
    padding: 10px;
    background: #E6E6FA;
    margin-right: 0.5%;
    margin-left: 0.5%;
    border-radius: 10px;
    overflow-wrap: break-word;
}

.share-icon {
    font-size: 24px;
}

/* ACCESS *****************************************/

.loginwrap {
    width: 50%;
    text-align: center;
}

.loginwraptitle {
    width: 100%;
    padding: 10px;
    border-bottom: 5px solid #92252f;
    color: #92252f;
    margin-bottom: 30px;
}

.loginsubwrap {
    width: 80%;
    margin: 0 auto;
}

.signinwrap {
    width: 50%;
    text-align: center;
    border-left: 1px solid #DCDCDC;
}

.signinwraptitle {
    width: 100%;
    padding: 10px;
    border-bottom: 5px solid #4caf50;
    color: #4caf50;
    margin-bottom: 30px;
}

.homestyle {
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    height: 100vh;
}

#arwrap {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 900px;
    margin: 0 auto;
    margin-top: 200px;
    margin-bottom: 50px;
}

#arpass, #arpass1, #arpass2 {
    position: absolute;
    top: 10px;
    right: 15px;
    text-align: right;
    z-index: 1;
}

#deye, #reye, #reye1 {
    cursor: pointer;
}

#deye:hover, #reye:hover, #reye1:hover {
    opacity: 0.7;
}

.optform {
    width: 100%;
    height: 50px;
    padding: 10px;
    border-radius: 4px;
    font-size: 18px;
    border: 1px solid #999999;
}

.optform:focus {
    background: #FFFFCC;
    outline: none;
}

#dpassword, #rpassword {
    padding-right: 40px;
}

#warning {
    display: none;
    width: 100%;
    min-height: 100px;
    align-content: center;
    text-align: center;
    background: red;
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 10px;
    margin-top: 20px;
    padding: 20px;
}

#message {
    width: 100%;
    background: red;
    color: #ffffff;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
}

.wrapreg {
    width: 450px;
    margin: 0 auto;
    margin-top: 240px;
    text-align: center;
    min-height: 600px;
}

/* TABLE *********************************************/

#prelist {
    width: 100%;
    overflow-x: auto;
    margin-top: 0px;
    text-align: left;
}

#prelist_table {
    width: 100%;
    border: 1px solid #000000;
    margin-top: 0px;
    border-collapse: collapse;
}

#tableheader {
    height: 30px;
    border: 1px solid;
    font-weight: 600;
    background: #000000;
    color: #ffffff;
}

.tablerow {
    height: 45px;
    border: 1px solid;
    font-weight: 400;
}

.altrow {
    background: #e6f1f4;
}

.tablerow:hover {
    background: yellow;
    cursor: pointer;
}

.rownormal {
    text-align: center;
    padding: 10px;
    border: 1px solid;
}

.row10 {
    width: 10%;
}

.row20 {
    width: 20%;
}

.row35 {
    width: 35%;
}

/* TABLE TRACKLIST ************************************/

#tracklist_table {
    border: 1px solid #DCDCDC;
    margin-top: 0px;
    border-collapse: collapse;
}

.trackrow {
    height: 45px;
    border: 1px solid #DCDCDC;
    font-weight: 400;
}

.trownormal {
    padding: 10px;
    border: 1px solid #DCDCDC;
}

/* END TABLE ******************************************/

/* TOOLTIP ********************************************/

/* Tooltip container */

#tooltipm:hover, #tooltips:hover {
    color: #f98f56;
    cursor: pointer;
}

.tooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
    color: #92252F;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 360px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 5px;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -180px;
}

.tooltiptext {
    font-size: 14px;
    font-family: "Noto sans", serif;
    font-weight: 400;
    line-height: 20px;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}

.tooltip:hover {
    color: #f98f56;
}

/* END TOOLTIP ****************************************/

#fullpage {
    width: 80%;
    float: right;
    padding: 20px;
    margin-left: 15%;
    margin-top: 52px;
}

.popupwrapper {
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    top: 0px;
    background: rgba(0,0,0,0.7);
    padding-top: 200px;
}

.importpopup {
    position: relative;
    width: 500px;
    margin: 0 auto;
    border-radius: 20px;
    background: #ffffff;
    overflow-y: auto;
    padding: 20px;
    box-shadow: 5px 5px 15px 5px #000000;
}

#importpopupclose {
    float: right;
    cursor: pointer;
}

#importpopupclose:hover {
    color: #2196f3;
}

#dataedit, #dataedit1 {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.f1 {
    width: 140px;
    padding: 5px 0px 10px 0px;
    margin-bottom: 5px;
}

.f2 {
    width: 450px;
    margin-bottom: 5px;
}

.fullwrap {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.fullwrapcartdet {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 50%;
    padding-right: 40px;
    align-content: flex-start;
}

.gallery-link:hover {
    opacity: 0.6;
    cursor: pointer;
}

/* FILTERS **************************************************/

#filters {
    display: block;
    width: 22%;
}

#filterb, #filterbhide {
    display: none;
}

.filterwrap {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    font-size: 0.8em;
}

.filterorder,option {
    font-family: 'Noto sans', 'FontAwesome';
    font-weight: 900;
}

.checkfilter {
    width: 50%;
    padding: 5px;
    border: 3px solid #ffffff;
    border-radius: 10px;
    cursor: pointer;
}

label {
    cursor: pointer;
}

#resfiltered {
    display: none;
}

/* SHIPPING *************************************************/

.shippingpolicy {
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    flex-flow: row wrap;
    border: 2px solid #2196f3;
    border-radius: 10px;
}

.dest {
    width: 20%;
    padding: 20px;
    background: #DCDCDC;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

#spbody {
    width: 80%;
    padding: 20px;
}

#freeshipping {
    width: 70px;
    text-align: center;
}

.courier {
    border: 2px solid;
    border-style: dashed;
    border-radius: 10px;
    padding: 20px;
    margin-top: 30px;
}

.rate, .rate1 {
    width: 100%;
    border: 1px solid;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 10px;
}

.ratefromto {
    width: 80px;
    text-align: center;
}

.editpolicy {
    float: right;
    margin-top: -24px;
    margin-right: 10px;
    cursor: pointer;
}

.editpolicy:hover {
    opacity: 0.7;
}

/* END SHIPPING **********************************************/

/* SLIDER ****************************************************/

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: green;
}

input:focus + .slider {
  box-shadow: 0 0 1px green;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/* END SLIDER *****************************************************/

/* USER AREA ******************************************************/

#userpage {
    width: 75%;
}

#usermenu {
    width: 22%;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

#usermenutitle {
    width: 100%;
    background: #92252F;
    color: #FFCCCC;
    font-weight: 600;
    padding: 10px 20px;
    border-left: 6px solid #92252F;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.usermenuopt, #usermenulogout {
    width: 100%;
    background: #e3e3e3;
    padding: 10px 20px;
    border-left: 6px solid #e3e3e3;
    border-bottom: 1px solid #CCCCCC;
    cursor: pointer;
}

#usermenulogout {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-bottom: none;
}

#usermenusel {
    width: 100%;
    background: #F1F2ED;
    padding: 10px 20px;
    border-left: 6px solid #92252F;
    border-bottom: 1px solid #CCCCCC;
}

.usermenuopt:hover, #usermenulogout:hover {
    opacity: 0.7;
    color: #92252F;
    text-decoration: underline;
}

.usertitle {
    width: 100%;
    color: #92252F;
    padding: 0px 10px 0px 10px;
    border-bottom: 4px solid #92252F;
    margin-bottom: 10px;
}

.husersection {
    width: 45%;
    margin-bottom: 50px;
    border-radius: 10px;
    border: 1px solid #CCCCCC;
    padding: 20px;
}

.husersection:hover {
    background: #FFFFCC;
}

.wishitemsel:hover, .orderwrap:hover {
    background: #FFFFCC;
}

.wishcheck {
    width: 40px;
    text-align: center;
    align-content: center;
    accent-color: #000000;
}

.wishprice {
    width: 14%;
    text-align: center;
    align-content: center;
}

.wishdelb {
    width: 8%;
    text-align: center;
    align-content: center;
}

#passchanged, .passchanged {
    margin-top: 10px;
    width: 200px;
    background: #CCFFCC;
    padding: 10px;
}

#wrapdatachange, #wrapbchange, #wrapschange {
    display: none;
    width: 50%;
}

.orderwrap {
    padding: 10px;
    background: #F1F2ED;
    cursor: pointer;
    margin-bottom: 20px;
}

.orderdesc {
    width: 60%;
}

.orderstatus {
    width: 20%;
    text-align: center;
    align-content: center;
}

.order20{
    width: 10%;
    align-content: center;
    text-align: right;
    margin-right: 10px;
}

#orderfilters {
    margin-bottom: 20px;
    align-items: center;
}

.orderfiltersel {
    background: #f98f56;
}

#oselyear {
    width: 130px;
    height: 38px;
    font-size: 14px;
}

.wrap3 {
    width: 28%;
}

.orderitemcover {
    width: 6%;
    align-content: center;
}

.orderitemdesc {
    width: 68%;
    padding-left: 20px;
    align-content: center;
}

.orderitemqty {
    width: 10%;
    align-content: center;
}

.orderitemprice {
    width: 15%;
    align-content: center;
    text-align: right;
}

.orderstep1 {
    width: 15%;
    align-content: center;
}

.orderstep2 {
    width: 5%;
    padding-top: 3px;
    align-content: center;
}

.orderstep3 {
    width: 60%;
    align-content: center;
}

.orderstep4 {
    width: 20%;
    align-content: center;
    text-align: center;
}

.green {
    color: green;
}

.blue {
    color: blue;
}

.brown {
    color: brown;
}

/* END USER AREA **************************************************/

/* CUSTOMER SUPPORT ***********************************************/

.cswrap {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    padding: 30px 30px 40px 30px;
    background: #FFE4E1;
    border-radius: 10px;
    margin-bottom: 50px;
}

.cssubwrap {
    width: 40%;
    text-align: center;
}

#reqsupport {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 50px;
    padding: 20px;
    border: 1px solid #DCDCDC;
    border-radius: 10px;
}

#msgsupport {
    width: 100%;
    height: 100px;
    padding: 10px;
    border-radius: 10px;
    margin-top: 10px;
}

#msgsupport:focus {
    background: #FFFFCC;
    outline: none;
}

#csbutton {
    margin-top: 15px;
}

#closereqsupport {
    cursor: pointer;
}

#closereqsupport:hover {
    opacity: 0.7;
}

#formessage label.error {
    color: red;
}

/* END CUSTOMER SUPPORT *******************************************/

.item100 {
    width: 100%;
}

.album:hover {
    opacity: 0.7;
    cursor: pointer;
}

.price {
    position: absolute;
    bottom: 26px;
    right: 8px;
    width: 80px;
    height: 30px;
    text-align: center;
    align-content: center;
    z-index: 10;
    margin: 0px;
    font-size: 16px;
    border: 2px solid #000000;
    border-top-left-radius: 10px;
}

.pricetype {
    position: absolute;
    bottom: 8px;
    right: 8px;
    width: 80px;
    height: 18px;
    background: #000000;
    color: #ffffff;
    text-align: center;
    align-content: center;
    z-index: 10;
    margin: 0px;
    font-size: 10px;
    padding: 0px 0px 5px 0px;
    border-bottom-right-radius: 10px;
}

.vprice {
    position: absolute;
    top: 184px;
    right: 8px;
    width: 80px;
    height: 30px;
    text-align: center;
    align-content: center;
    z-index: 10;
    margin: 0px;
    font-size: 16px;
    border: 2px solid #000000;
    border-top-left-radius: 10px;
}

.vpricetype {
    position: absolute;
    top: 214px;
    right: 8px;
    width: 80px;
    height: 18px;
    background: #000000;
    color: #ffffff;
    text-align: center;
    align-content: center;
    z-index: 10;
    margin: 0px;
    font-size: 10px;
    padding: 0px 0px 5px 0px;
    border-bottom-right-radius: 10px;
}

.w18 {
    position: relative;
    width: 19%;
    margin-top: 20px;
    margin-bottom: 40px;
    align-content: stretch;
    padding: 10px;
    background: #E6E6FA;
    margin-right: 0.5%;
    margin-left: 0.5%;
    border-radius: 10px;
    overflow-wrap: break-word;
}

.wrapalbum {
    position: relative;
    margin-bottom: 4px;
}

.wrapalbum:hover {
    opacity: 0.7;
    cursor: pointer;
}

.w18full {
    position: relative;
    width: 16.6%;
    align-content: stretch;
    padding: 10px;
    overflow-wrap: break-word;
}

.wid50 {
    width: 48%;
}

.itemgrid {
    width: 76%;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-content: flex-start;
}

.itemgridfull {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-content: stretch;
    background: #E6E6FA;
    margin-bottom: 60px;
}

.itemgridfull3 {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-content: stretch;
    background: #E6E6FA;
    margin-bottom: 60px;
}

.nresults {
    background: #E6E6FA;
    width: 100%;
    padding: 5px 10px;
    text-align: right;
    font-style: italic;
}

.album {
    position: relative;
    width: 100%;
    height: 250px;
    background-size: contain;
    background-position: center;
}

.titlegrid {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    background: #92252F;
    color: #ffffff;
    padding: 0px 20px 0px 20px;
    align-items: center;
    margin-bottom: 20px;
    border-top: 4px solid #730016;
    border-bottom: 4px solid #730016;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.stylegrid {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    background: #000000;
    color: #ffffff;
    height: 100px;
    padding: 0px 20px 0px 20px;
    align-items: center;
    margin-bottom: 5px;
    border-bottom: 4px solid #730016;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.stylewrap {
    width: 30%;
    margin-top: 30px;
}

.styletitlewrap {
    width: 60%;
    margin-top: 8px;
    line-height: 130%;
}

.styletitle {
    font-size: 24px;
    background: #000000;
    border-radius: 10px;
}

.stylesubtitle {
    font-size: 14px;
    color: grey;
}

.fontitle {
    font-size: 14px;
    padding-top: 5px;
    margin-bottom: 5px;
}

.imgcover {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border: 1px solid #DCDCDC;
}

#wrapversions {
    background: #e36721;
    color: #ffffff;
    padding: 10px;
    border-radius: 10px;
}

/* unvisited link */
#wrapversions a:link {
  color: #ffffff;
}

/* visited link */
#wrapversions a:visited {
  color: #ffffff;
}

/* mouse over link */
#wrapversions a:hover {
  color: #740017;
}

/* selected link */
#wrapversions a:active {
  color: #ffffff;
}

.addimgs {
    width: 150px;
    padding: 10px;
}

/* CART *******************************************/

.cartled {
    font-size: 12px;
    background: green;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    color: #ffffff;
    text-align: center;
    align-content: center;
    font-weight: 600;
}

.cartbutton {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 43px;
}

.cartlogo {
    margin-right: 7px;
}

#popupcart, #popupwish, #popupforgot, #popuppass, #popupmcond, #popupscond {
    position: fixed;
    top: 0px;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.8);
    z-index: 9999;
}

#forgot {
    cursor: pointer;
    text-decoration: underline;
}

#forgot:hover {
    color: #92252f;
}

#popupforgot, #popupmcond, #popupscond {
    visibility: hidden;
}

#popupmsg, #popupwmsg, #popupfmsg, #popuppmsg {
    position: relative;
    width: 650px;
    padding: 40px;
    background: #ffffff;
    border-radius: 10px;
    margin: 0 auto;
    overflow-y: auto;
    padding: 20px;
    box-shadow: 5px 5px 15px 5px #000000;
    margin-top: 150px;
    text-align: center;
}

.cartfull {
    width: 100%;
}

.cartmid {
    width: 65%;
}

.wishlenght {
    width: 30%;
}

.cartimg {
    width: 6%;
    align-content: center;
}

.cartimgsum {
    width: 10%;
}

.cartitle {
    width: 63%;
    padding-left: 20px;
    align-content: center;
}

.cartitlesum {
    width: 71%;
    padding-left: 20px;
    padding-right: 30px;
    align-content: center;
}

.cartype {
    color: #ffffff;
    font-size: 14px;
}

.bggreen {
    background: green;
}

.bgblue {
    background: blue;
}

.bgbrown {
    background: brown;
}

.cartqty {
    width: 50px;
    height: 50px;
    background: #DCDCDC;
    border-radius: 50%;
    text-align: center;
    align-content: center;
}

.cartitemsel {
    cursor: pointer;
}

.cartitemsel:hover {
    background: #FFFFCC;
}

.wrap-10 {
    width: 10%;
    align-content: center;
}

    
.wrap-10-price {
    width: 10%;
    align-content: center;
    text-align: right;
    margin-right: 30px;
} 

.wrap10 {
    width: 18%;
    align-content: center;
}

.wrap-87 {
    width: 87%;
    align-content: center;
}

.wrap87 {
    width: 80%;
    align-content: center;
}

.step {
    width: 32%;
    color: #808080;
    padding: 20px 10px 0px 10px;
    text-align: center;
    border-bottom: 4px solid #808080;
}

.stepsel {
    width: 32%;
    color: #92252F;
    padding: 20px 10px 0px 10px;
    text-align: center;
    border-bottom: 4px solid #92252F;
}

.steparr {
    width: 2%;
    color: #808080;
    padding: 40px 10px 0px 10px;
    text-align: center;
    align-content: center;
}

#steplogin {
    display: none;
    width: 60%;
    margin: 0 auto;
}

#closesteplogin {
    display: none;
    font-size: 14px;
    margin-bottom: 20px;
}

.wrap47 {
    width: 47%;
    margin-bottom: 20px;
}

.wrap100 {
    width: 100%;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

#ordersummary, #ordersum {
    width: 50%;
    padding-left: 40px;
    border-left: 1px solid #DCDCDC;
    padding-bottom: 30px;
}


.form-group .error::placeholder {
	width: 100%;
    color: red;
    font-weight: 600;
}

 .form-group input.error {
     border-color: red;
     color: red;
 }

 .form-group select.error {
     border-color: red;
     color: red;
 }

 .form-group label.error {
    margin-left: 0px;
    color: red;
    font-weight: 600;
 }

#warningw, #warningw1, #warningw2 {
	display: none;
    width: 100%;
    background-color: red;
    color: #ffffff;
    border-radius: 6px;
    text-align: center;
    font-weight: 500;
    padding: 5px;
    margin-bottom: 20px;
}

.cartq {
    position: relative;
    align-content: center;
    width: 5%;
}

.detitle {
    width: 50%;
    margin-bottom: 0px;
    color: #92252F;
}

#steplogintxt {
    width: 50%;
    border-radius: 10px;
    padding: 10px;
    font-size: 14px;
}

#titlebilling, #titlebilling1 {
    width: 100%;
    margin-bottom: 0px;
    color: #92252F;
}

#titleshipping {
    margin-top: 30px;
    margin-bottom: 10px;
    color: #92252F;
}

#sumtitle {
    color: #92252F;
}

/* END CART ***************************************/

/* CHAT *******************************************/

#chat {
    position:fixed;
    bottom: 10px;
    right: 10px;
    z-index: 9989;
}

#chat-button {
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    text-align: center;
    position: relative;
    background: #00CC00;
    color: #ffffff;
    width: 65px;
    height: 65px;
    padding: 5px;
    border-radius: 30px;
    font-size: 16px;
    filter: drop-shadow(-5px 5px 5px #000000);
    transition: 0.4s;
}

#chat-icon {
    border-radius: 50%;
    width: 30px;
}

#chat-button:hover {
    cursor: pointer;
    background: #339900;
}


/* FOOTER *****************************************/

#footercontact {
    display: none;
}

#footer {
    width: 100%;
    background: #000000;
    color: #ffffff;
    padding: 50px 0px 50px 0px;
    border-top: 4px solid #730016;
    margin-top: 50px;
}

#footerwrap {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.footerdiv {
    width: 30%;
    padding: 20px;
    color: #ffffff;
}

/* unvisited link */
#footer a:link {
  color: #ffffff;
}

/* visited link */
#footer a:visited {
  color: #ffffff;
}

/* mouse over link */
#footer a:hover {
  color: #f98f56;
}

/* selected link */
#footer a:active {
  color: #ffffff;
}

#footerlogo {
    justify-content: flex-start;
}

#footerlogotxt {
    font-size: 30px;
    font-family: 'League Gothic', sans-serif;
    margin-left: 10px;
    padding-top: 15px;
}

#paypalfooter {
    height: 100px;
}

/* END FOOTER *************************************/


